From 71103c8ab624e698f4af8e733d4bfd4faf89f03e Mon Sep 17 00:00:00 2001 From: Ernest Guevarra Date: Wed, 14 Feb 2024 13:55:58 +0000 Subject: [PATCH] create function to structure icd_get_foundation output --- NAMESPACE | 1 + R/icd_structure.R | 38 +++++++++++ docs/pkgdown.yml | 2 +- docs/reference/icd_search.html | 2 +- docs/reference/icd_structure.html | 101 ++++++++++++++++++++++++++++++ docs/reference/index.html | 16 +++++ docs/search.json | 2 +- docs/sitemap.xml | 3 + man/icd_structure.Rd | 24 +++++++ pkgdown/_pkgdown.yml | 4 ++ 10 files changed, 190 insertions(+), 3 deletions(-) create mode 100644 R/icd_structure.R create mode 100644 docs/reference/icd_structure.html create mode 100644 man/icd_structure.Rd diff --git a/NAMESPACE b/NAMESPACE index 968537b..db97ddc 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -5,6 +5,7 @@ export(icd_get_entity) export(icd_get_foundation) export(icd_oauth_client) export(icd_search_foundation) +export(icd_structure_foundation) importFrom(httr,oauth2.0_token) importFrom(httr,oauth_app) importFrom(httr,oauth_endpoint) diff --git a/R/icd_structure.R b/R/icd_structure.R new file mode 100644 index 0000000..447963d --- /dev/null +++ b/R/icd_structure.R @@ -0,0 +1,38 @@ +#' +#' Structure ICD list outputs +#' +#' @param icd_list An `icd_list` object produced by a call to any of the `icd_get` +#' functions +#' +#' @return An object of class `icd_tbl` which is basically a `data.frame` format +#' of ICD outputs +#' +#' @examples +#' icd_list <- icd_get_foundation() +#' icd_tbl_foundation <- icd_structure_foundation(icd_list) +#' +#' @rdname icd_structure +#' @export +#' +icd_structure_foundation <- function(icd_list) { + ## Structure title ---- + icd_list$title <- do.call(cbind, icd_list$title) |> data.frame() + + ## Structure availableLanguages ---- + icd_list$availableLanguages <- unlist(icd_list$availableLanguages) |> + paste(collapse = ", ") + + ## Structure child ---- + icd_list$child <- unlist(icd_list$child) |> list() + + ## Bind columns and rename columns ---- + icd_tbl <- do.call(cbind, icd_list) + names(icd_tbl)[3] <- "title@language" + names(icd_tbl)[4] <- "title@value" + names(icd_tbl)[8] <- "child" + + ## Create `icd_tbl` class object ---- + class(icd_tbl) <- "icd_tbl" + + icd_tbl +} diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 137ffd5..1f5dc7a 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.1 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2024-02-13T16:55Z +last_built: 2024-02-14T13:53Z urls: reference: https://oxford-ihtm.io/codigo/reference article: https://oxford-ihtm.io/codigo/articles diff --git a/docs/reference/icd_search.html b/docs/reference/icd_search.html index 3d6d948..08f2cf4 100644 --- a/docs/reference/icd_search.html +++ b/docs/reference/icd_search.html @@ -183,7 +183,7 @@

Examples#> [1] 2 #> #> $uniqueSearchId -#> [1] "59922927-beed-453e-a6a6-5e3702cefbb9" +#> [1] "8579e8dc-d00b-4cd7-823f-99c7f9b8bf19" #> #> $words #> NULL diff --git a/docs/reference/icd_structure.html b/docs/reference/icd_structure.html new file mode 100644 index 0000000..18707c9 --- /dev/null +++ b/docs/reference/icd_structure.html @@ -0,0 +1,101 @@ + +Structure ICD list outputs — icd_structure_foundation • codigo + Skip to contents + + +
+
+
+ +
+

Structure ICD list outputs

+
+ +
+

Usage

+
icd_structure_foundation(icd_list)
+
+ +
+

Arguments

+
icd_list
+

An icd_list object produced by a call to any of the icd_get +functions

+ +
+
+

Value

+ + +

An object of class icd_tbl which is basically a data.frame format +of ICD outputs

+
+ +
+

Examples

+
icd_list <- icd_get_foundation()
+icd_tbl_foundation <- icd_structure_foundation(icd_list)
+
+
+
+
+ + +
+ + + +
+ + + + + + + diff --git a/docs/reference/index.html b/docs/reference/index.html index 92f46f3..77d1a7f 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -111,6 +111,22 @@

Get

Get information on various ICD 11 Foundation entities
+

Structure

+ + + + +
+ + + + +
+ + icd_structure_foundation() +
+
Structure ICD list outputs
+

Supporting datasets

diff --git a/docs/search.json b/docs/search.json index 35cfc72..66af1df 100644 --- a/docs/search.json +++ b/docs/search.json @@ -1 +1 @@ -[{"path":[]},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"our-pledge","dir":"","previous_headings":"","what":"Our Pledge","title":"Contributor Covenant Code of Conduct","text":"members, contributors, leaders pledge make participation community harassment-free experience everyone, regardless age, body size, visible invisible disability, ethnicity, sex characteristics, gender identity expression, level experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, sexual identity orientation. pledge act interact ways contribute open, welcoming, diverse, inclusive, healthy community.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"our-standards","dir":"","previous_headings":"","what":"Our Standards","title":"Contributor Covenant Code of Conduct","text":"Examples behavior contributes positive environment community include: Demonstrating empathy kindness toward people respectful differing opinions, viewpoints, experiences Giving gracefully accepting constructive feedback Accepting responsibility apologizing affected mistakes, learning experience Focusing best just us individuals, overall community Examples unacceptable behavior include: use sexualized language imagery, sexual attention advances kind Trolling, insulting derogatory comments, personal political attacks Public private harassment Publishing others’ private information, physical email address, without explicit permission conduct reasonably considered inappropriate professional setting","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"enforcement-responsibilities","dir":"","previous_headings":"","what":"Enforcement Responsibilities","title":"Contributor Covenant Code of Conduct","text":"Community leaders responsible clarifying enforcing standards acceptable behavior take appropriate fair corrective action response behavior deem inappropriate, threatening, offensive, harmful. Community leaders right responsibility remove, edit, reject comments, commits, code, wiki edits, issues, contributions aligned Code Conduct, communicate reasons moderation decisions appropriate.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"scope","dir":"","previous_headings":"","what":"Scope","title":"Contributor Covenant Code of Conduct","text":"Code Conduct applies within community spaces, also applies individual officially representing community public spaces. Examples representing community include using official e-mail address, posting via official social media account, acting appointed representative online offline event.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"enforcement","dir":"","previous_headings":"","what":"Enforcement","title":"Contributor Covenant Code of Conduct","text":"Instances abusive, harassing, otherwise unacceptable behavior may reported community leaders responsible enforcement ernest@guevarra.io. complaints reviewed investigated promptly fairly. community leaders obligated respect privacy security reporter incident.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"enforcement-guidelines","dir":"","previous_headings":"","what":"Enforcement Guidelines","title":"Contributor Covenant Code of Conduct","text":"Community leaders follow Community Impact Guidelines determining consequences action deem violation Code Conduct:","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"id_1-correction","dir":"","previous_headings":"Enforcement Guidelines","what":"1. Correction","title":"Contributor Covenant Code of Conduct","text":"Community Impact: Use inappropriate language behavior deemed unprofessional unwelcome community. Consequence: private, written warning community leaders, providing clarity around nature violation explanation behavior inappropriate. public apology may requested.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"id_2-warning","dir":"","previous_headings":"Enforcement Guidelines","what":"2. Warning","title":"Contributor Covenant Code of Conduct","text":"Community Impact: violation single incident series actions. Consequence: warning consequences continued behavior. interaction people involved, including unsolicited interaction enforcing Code Conduct, specified period time. includes avoiding interactions community spaces well external channels like social media. Violating terms may lead temporary permanent ban.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"id_3-temporary-ban","dir":"","previous_headings":"Enforcement Guidelines","what":"3. Temporary Ban","title":"Contributor Covenant Code of Conduct","text":"Community Impact: serious violation community standards, including sustained inappropriate behavior. Consequence: temporary ban sort interaction public communication community specified period time. public private interaction people involved, including unsolicited interaction enforcing Code Conduct, allowed period. Violating terms may lead permanent ban.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"id_4-permanent-ban","dir":"","previous_headings":"Enforcement Guidelines","what":"4. Permanent Ban","title":"Contributor Covenant Code of Conduct","text":"Community Impact: Demonstrating pattern violation community standards, including sustained inappropriate behavior, harassment individual, aggression toward disparagement classes individuals. Consequence: permanent ban sort public interaction within community.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"attribution","dir":"","previous_headings":"","what":"Attribution","title":"Contributor Covenant Code of Conduct","text":"Code Conduct adapted Contributor Covenant, version 2.1, available https://www.contributor-covenant.org/version/2/1/code_of_conduct.html. Community Impact Guidelines inspired [Mozilla’s code conduct enforcement ladder][https://github.com/mozilla/inclusion]. answers common questions code conduct, see FAQ https://www.contributor-covenant.org/faq. Translations available https://www.contributor-covenant.org/translations.","code":""},{"path":[]},{"path":"https://oxford-ihtm.io/codigo/CONTRIBUTING.html","id":"bugs","dir":"","previous_headings":"","what":"Bugs","title":"Contributing","text":"Submit issue issues page","code":""},{"path":"https://oxford-ihtm.io/codigo/CONTRIBUTING.html","id":"code-contributions","dir":"","previous_headings":"","what":"Code contributions","title":"Contributing","text":"Fork repository Github account Clone version account machine account Make sure track progress upstream .e., version icd OxfordIHTM/icd, making changes make sure pull changes upstream either git fetch upstream merge later git pull upstream fetch merge one step Make changes new feature branch Please write test tests changes affect code just documentation Push changes account Submit pull request OxfordIHTM/icd","code":"git clone https://github.com//icd.git git remote add upstream https://github.com/OxfordIHTM/icd.git"},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"GNU General Public License","title":"GNU General Public License","text":"Version 3, 29 June 2007Copyright © 2007 Free Software Foundation, Inc.  Everyone permitted copy distribute verbatim copies license document, changing allowed.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"preamble","dir":"","previous_headings":"","what":"Preamble","title":"GNU General Public License","text":"GNU General Public License free, copyleft license software kinds works. licenses software practical works designed take away freedom share change works. contrast, GNU General Public License intended guarantee freedom share change versions program–make sure remains free software users. , Free Software Foundation, use GNU General Public License software; applies also work released way authors. can apply programs, . speak free software, referring freedom, price. General Public Licenses designed make sure freedom distribute copies free software (charge wish), receive source code can get want , can change software use pieces new free programs, know can things. protect rights, need prevent others denying rights asking surrender rights. Therefore, certain responsibilities distribute copies software, modify : responsibilities respect freedom others. example, distribute copies program, whether gratis fee, must pass recipients freedoms received. must make sure , , receive can get source code. must show terms know rights. Developers use GNU GPL protect rights two steps: (1) assert copyright software, (2) offer License giving legal permission copy, distribute /modify . developers’ authors’ protection, GPL clearly explains warranty free software. users’ authors’ sake, GPL requires modified versions marked changed, problems attributed erroneously authors previous versions. devices designed deny users access install run modified versions software inside , although manufacturer can . fundamentally incompatible aim protecting users’ freedom change software. systematic pattern abuse occurs area products individuals use, precisely unacceptable. Therefore, designed version GPL prohibit practice products. problems arise substantially domains, stand ready extend provision domains future versions GPL, needed protect freedom users. Finally, every program threatened constantly software patents. States allow patents restrict development use software general-purpose computers, , wish avoid special danger patents applied free program make effectively proprietary. prevent , GPL assures patents used render program non-free. precise terms conditions copying, distribution modification follow.","code":""},{"path":[]},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_0-definitions","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"0. Definitions","title":"GNU General Public License","text":"“License” refers version 3 GNU General Public License. “Copyright” also means copyright-like laws apply kinds works, semiconductor masks. “Program” refers copyrightable work licensed License. licensee addressed “”. “Licensees” “recipients” may individuals organizations. “modify” work means copy adapt part work fashion requiring copyright permission, making exact copy. resulting work called “modified version” earlier work work “based ” earlier work. “covered work” means either unmodified Program work based Program. “propagate” work means anything , without permission, make directly secondarily liable infringement applicable copyright law, except executing computer modifying private copy. Propagation includes copying, distribution (without modification), making available public, countries activities well. “convey” work means kind propagation enables parties make receive copies. Mere interaction user computer network, transfer copy, conveying. interactive user interface displays “Appropriate Legal Notices” extent includes convenient prominently visible feature (1) displays appropriate copyright notice, (2) tells user warranty work (except extent warranties provided), licensees may convey work License, view copy License. interface presents list user commands options, menu, prominent item list meets criterion.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_1-source-code","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"1. Source Code","title":"GNU General Public License","text":"“source code” work means preferred form work making modifications . “Object code” means non-source form work. “Standard Interface” means interface either official standard defined recognized standards body, , case interfaces specified particular programming language, one widely used among developers working language. “System Libraries” executable work include anything, work whole, () included normal form packaging Major Component, part Major Component, (b) serves enable use work Major Component, implement Standard Interface implementation available public source code form. “Major Component”, context, means major essential component (kernel, window system, ) specific operating system () executable work runs, compiler used produce work, object code interpreter used run . “Corresponding Source” work object code form means source code needed generate, install, (executable work) run object code modify work, including scripts control activities. However, include work’s System Libraries, general-purpose tools generally available free programs used unmodified performing activities part work. example, Corresponding Source includes interface definition files associated source files work, source code shared libraries dynamically linked subprograms work specifically designed require, intimate data communication control flow subprograms parts work. Corresponding Source need include anything users can regenerate automatically parts Corresponding Source. Corresponding Source work source code form work.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_2-basic-permissions","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"2. Basic Permissions","title":"GNU General Public License","text":"rights granted License granted term copyright Program, irrevocable provided stated conditions met. License explicitly affirms unlimited permission run unmodified Program. output running covered work covered License output, given content, constitutes covered work. License acknowledges rights fair use equivalent, provided copyright law. may make, run propagate covered works convey, without conditions long license otherwise remains force. may convey covered works others sole purpose make modifications exclusively , provide facilities running works, provided comply terms License conveying material control copyright. thus making running covered works must exclusively behalf, direction control, terms prohibit making copies copyrighted material outside relationship . Conveying circumstances permitted solely conditions stated . Sublicensing allowed; section 10 makes unnecessary.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_3-protecting-users-legal-rights-from-anti-circumvention-law","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"3. Protecting Users’ Legal Rights From Anti-Circumvention Law","title":"GNU General Public License","text":"covered work shall deemed part effective technological measure applicable law fulfilling obligations article 11 WIPO copyright treaty adopted 20 December 1996, similar laws prohibiting restricting circumvention measures. convey covered work, waive legal power forbid circumvention technological measures extent circumvention effected exercising rights License respect covered work, disclaim intention limit operation modification work means enforcing, work’s users, third parties’ legal rights forbid circumvention technological measures.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_4-conveying-verbatim-copies","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"4. Conveying Verbatim Copies","title":"GNU General Public License","text":"may convey verbatim copies Program’s source code receive , medium, provided conspicuously appropriately publish copy appropriate copyright notice; keep intact notices stating License non-permissive terms added accord section 7 apply code; keep intact notices absence warranty; give recipients copy License along Program. may charge price price copy convey, may offer support warranty protection fee.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_5-conveying-modified-source-versions","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"5. Conveying Modified Source Versions","title":"GNU General Public License","text":"may convey work based Program, modifications produce Program, form source code terms section 4, provided also meet conditions: ) work must carry prominent notices stating modified , giving relevant date. b) work must carry prominent notices stating released License conditions added section 7. requirement modifies requirement section 4 “keep intact notices”. c) must license entire work, whole, License anyone comes possession copy. License therefore apply, along applicable section 7 additional terms, whole work, parts, regardless packaged. License gives permission license work way, invalidate permission separately received . d) work interactive user interfaces, must display Appropriate Legal Notices; however, Program interactive interfaces display Appropriate Legal Notices, work need make . compilation covered work separate independent works, nature extensions covered work, combined form larger program, volume storage distribution medium, called “aggregate” compilation resulting copyright used limit access legal rights compilation’s users beyond individual works permit. Inclusion covered work aggregate cause License apply parts aggregate.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_6-conveying-non-source-forms","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"6. Conveying Non-Source Forms","title":"GNU General Public License","text":"may convey covered work object code form terms sections 4 5, provided also convey machine-readable Corresponding Source terms License, one ways: ) Convey object code , embodied , physical product (including physical distribution medium), accompanied Corresponding Source fixed durable physical medium customarily used software interchange. b) Convey object code , embodied , physical product (including physical distribution medium), accompanied written offer, valid least three years valid long offer spare parts customer support product model, give anyone possesses object code either (1) copy Corresponding Source software product covered License, durable physical medium customarily used software interchange, price reasonable cost physically performing conveying source, (2) access copy Corresponding Source network server charge. c) Convey individual copies object code copy written offer provide Corresponding Source. alternative allowed occasionally noncommercially, received object code offer, accord subsection 6b. d) Convey object code offering access designated place (gratis charge), offer equivalent access Corresponding Source way place charge. need require recipients copy Corresponding Source along object code. place copy object code network server, Corresponding Source may different server (operated third party) supports equivalent copying facilities, provided maintain clear directions next object code saying find Corresponding Source. Regardless server hosts Corresponding Source, remain obligated ensure available long needed satisfy requirements. e) Convey object code using peer--peer transmission, provided inform peers object code Corresponding Source work offered general public charge subsection 6d. separable portion object code, whose source code excluded Corresponding Source System Library, need included conveying object code work. “User Product” either (1) “consumer product”, means tangible personal property normally used personal, family, household purposes, (2) anything designed sold incorporation dwelling. determining whether product consumer product, doubtful cases shall resolved favor coverage. particular product received particular user, “normally used” refers typical common use class product, regardless status particular user way particular user actually uses, expects expected use, product. product consumer product regardless whether product substantial commercial, industrial non-consumer uses, unless uses represent significant mode use product. “Installation Information” User Product means methods, procedures, authorization keys, information required install execute modified versions covered work User Product modified version Corresponding Source. information must suffice ensure continued functioning modified object code case prevented interfered solely modification made. convey object code work section , , specifically use , User Product, conveying occurs part transaction right possession use User Product transferred recipient perpetuity fixed term (regardless transaction characterized), Corresponding Source conveyed section must accompanied Installation Information. requirement apply neither third party retains ability install modified object code User Product (example, work installed ROM). requirement provide Installation Information include requirement continue provide support service, warranty, updates work modified installed recipient, User Product modified installed. Access network may denied modification materially adversely affects operation network violates rules protocols communication across network. Corresponding Source conveyed, Installation Information provided, accord section must format publicly documented (implementation available public source code form), must require special password key unpacking, reading copying.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_7-additional-terms","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"7. Additional Terms","title":"GNU General Public License","text":"“Additional permissions” terms supplement terms License making exceptions one conditions. Additional permissions applicable entire Program shall treated though included License, extent valid applicable law. additional permissions apply part Program, part may used separately permissions, entire Program remains governed License without regard additional permissions. convey copy covered work, may option remove additional permissions copy, part . (Additional permissions may written require removal certain cases modify work.) may place additional permissions material, added covered work, can give appropriate copyright permission. Notwithstanding provision License, material add covered work, may (authorized copyright holders material) supplement terms License terms: ) Disclaiming warranty limiting liability differently terms sections 15 16 License; b) Requiring preservation specified reasonable legal notices author attributions material Appropriate Legal Notices displayed works containing ; c) Prohibiting misrepresentation origin material, requiring modified versions material marked reasonable ways different original version; d) Limiting use publicity purposes names licensors authors material; e) Declining grant rights trademark law use trade names, trademarks, service marks; f) Requiring indemnification licensors authors material anyone conveys material (modified versions ) contractual assumptions liability recipient, liability contractual assumptions directly impose licensors authors. non-permissive additional terms considered “restrictions” within meaning section 10. Program received , part , contains notice stating governed License along term restriction, may remove term. license document contains restriction permits relicensing conveying License, may add covered work material governed terms license document, provided restriction survive relicensing conveying. add terms covered work accord section, must place, relevant source files, statement additional terms apply files, notice indicating find applicable terms. Additional terms, permissive non-permissive, may stated form separately written license, stated exceptions; requirements apply either way.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_8-termination","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"8. Termination","title":"GNU General Public License","text":"may propagate modify covered work except expressly provided License. attempt otherwise propagate modify void, automatically terminate rights License (including patent licenses granted third paragraph section 11). However, cease violation License, license particular copyright holder reinstated () provisionally, unless copyright holder explicitly finally terminates license, (b) permanently, copyright holder fails notify violation reasonable means prior 60 days cessation. Moreover, license particular copyright holder reinstated permanently copyright holder notifies violation reasonable means, first time received notice violation License (work) copyright holder, cure violation prior 30 days receipt notice. Termination rights section terminate licenses parties received copies rights License. rights terminated permanently reinstated, qualify receive new licenses material section 10.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_9-acceptance-not-required-for-having-copies","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"9. Acceptance Not Required for Having Copies","title":"GNU General Public License","text":"required accept License order receive run copy Program. Ancillary propagation covered work occurring solely consequence using peer--peer transmission receive copy likewise require acceptance. However, nothing License grants permission propagate modify covered work. actions infringe copyright accept License. Therefore, modifying propagating covered work, indicate acceptance License .","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_10-automatic-licensing-of-downstream-recipients","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"10. Automatic Licensing of Downstream Recipients","title":"GNU General Public License","text":"time convey covered work, recipient automatically receives license original licensors, run, modify propagate work, subject License. responsible enforcing compliance third parties License. “entity transaction” transaction transferring control organization, substantially assets one, subdividing organization, merging organizations. propagation covered work results entity transaction, party transaction receives copy work also receives whatever licenses work party’s predecessor interest give previous paragraph, plus right possession Corresponding Source work predecessor interest, predecessor can get reasonable efforts. may impose restrictions exercise rights granted affirmed License. example, may impose license fee, royalty, charge exercise rights granted License, may initiate litigation (including cross-claim counterclaim lawsuit) alleging patent claim infringed making, using, selling, offering sale, importing Program portion .","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_11-patents","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"11. Patents","title":"GNU General Public License","text":"“contributor” copyright holder authorizes use License Program work Program based. work thus licensed called contributor’s “contributor version”. contributor’s “essential patent claims” patent claims owned controlled contributor, whether already acquired hereafter acquired, infringed manner, permitted License, making, using, selling contributor version, include claims infringed consequence modification contributor version. purposes definition, “control” includes right grant patent sublicenses manner consistent requirements License. contributor grants non-exclusive, worldwide, royalty-free patent license contributor’s essential patent claims, make, use, sell, offer sale, import otherwise run, modify propagate contents contributor version. following three paragraphs, “patent license” express agreement commitment, however denominated, enforce patent (express permission practice patent covenant sue patent infringement). “grant” patent license party means make agreement commitment enforce patent party. convey covered work, knowingly relying patent license, Corresponding Source work available anyone copy, free charge terms License, publicly available network server readily accessible means, must either (1) cause Corresponding Source available, (2) arrange deprive benefit patent license particular work, (3) arrange, manner consistent requirements License, extend patent license downstream recipients. “Knowingly relying” means actual knowledge , patent license, conveying covered work country, recipient’s use covered work country, infringe one identifiable patents country reason believe valid. , pursuant connection single transaction arrangement, convey, propagate procuring conveyance , covered work, grant patent license parties receiving covered work authorizing use, propagate, modify convey specific copy covered work, patent license grant automatically extended recipients covered work works based . patent license “discriminatory” include within scope coverage, prohibits exercise , conditioned non-exercise one rights specifically granted License. may convey covered work party arrangement third party business distributing software, make payment third party based extent activity conveying work, third party grants, parties receive covered work , discriminatory patent license () connection copies covered work conveyed (copies made copies), (b) primarily connection specific products compilations contain covered work, unless entered arrangement, patent license granted, prior 28 March 2007. Nothing License shall construed excluding limiting implied license defenses infringement may otherwise available applicable patent law.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_12-no-surrender-of-others-freedom","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"12. No Surrender of Others’ Freedom","title":"GNU General Public License","text":"conditions imposed (whether court order, agreement otherwise) contradict conditions License, excuse conditions License. convey covered work satisfy simultaneously obligations License pertinent obligations, consequence may convey . example, agree terms obligate collect royalty conveying convey Program, way satisfy terms License refrain entirely conveying Program.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_13-use-with-the-gnu-affero-general-public-license","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"13. Use with the GNU Affero General Public License","title":"GNU General Public License","text":"Notwithstanding provision License, permission link combine covered work work licensed version 3 GNU Affero General Public License single combined work, convey resulting work. terms License continue apply part covered work, special requirements GNU Affero General Public License, section 13, concerning interaction network apply combination .","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_14-revised-versions-of-this-license","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"14. Revised Versions of this License","title":"GNU General Public License","text":"Free Software Foundation may publish revised /new versions GNU General Public License time time. new versions similar spirit present version, may differ detail address new problems concerns. version given distinguishing version number. Program specifies certain numbered version GNU General Public License “later version” applies , option following terms conditions either numbered version later version published Free Software Foundation. Program specify version number GNU General Public License, may choose version ever published Free Software Foundation. Program specifies proxy can decide future versions GNU General Public License can used, proxy’s public statement acceptance version permanently authorizes choose version Program. Later license versions may give additional different permissions. However, additional obligations imposed author copyright holder result choosing follow later version.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_15-disclaimer-of-warranty","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"15. Disclaimer of Warranty","title":"GNU General Public License","text":"WARRANTY PROGRAM, EXTENT PERMITTED APPLICABLE LAW. EXCEPT OTHERWISE STATED WRITING COPYRIGHT HOLDERS /PARTIES PROVIDE PROGRAM “” WITHOUT WARRANTY KIND, EITHER EXPRESSED IMPLIED, INCLUDING, LIMITED , IMPLIED WARRANTIES MERCHANTABILITY FITNESS PARTICULAR PURPOSE. ENTIRE RISK QUALITY PERFORMANCE PROGRAM . PROGRAM PROVE DEFECTIVE, ASSUME COST NECESSARY SERVICING, REPAIR CORRECTION.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_16-limitation-of-liability","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"16. Limitation of Liability","title":"GNU General Public License","text":"EVENT UNLESS REQUIRED APPLICABLE LAW AGREED WRITING COPYRIGHT HOLDER, PARTY MODIFIES /CONVEYS PROGRAM PERMITTED , LIABLE DAMAGES, INCLUDING GENERAL, SPECIAL, INCIDENTAL CONSEQUENTIAL DAMAGES ARISING USE INABILITY USE PROGRAM (INCLUDING LIMITED LOSS DATA DATA RENDERED INACCURATE LOSSES SUSTAINED THIRD PARTIES FAILURE PROGRAM OPERATE PROGRAMS), EVEN HOLDER PARTY ADVISED POSSIBILITY DAMAGES.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_17-interpretation-of-sections-15-and-16","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"17. Interpretation of Sections 15 and 16","title":"GNU General Public License","text":"disclaimer warranty limitation liability provided given local legal effect according terms, reviewing courts shall apply local law closely approximates absolute waiver civil liability connection Program, unless warranty assumption liability accompanies copy Program return fee. END TERMS CONDITIONS","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"how-to-apply-these-terms-to-your-new-programs","dir":"","previous_headings":"","what":"How to Apply These Terms to Your New Programs","title":"GNU General Public License","text":"develop new program, want greatest possible use public, best way achieve make free software everyone can redistribute change terms. , attach following notices program. safest attach start source file effectively state exclusion warranty; file least “copyright” line pointer full notice found. Also add information contact electronic paper mail. program terminal interaction, make output short notice like starts interactive mode: hypothetical commands show w show c show appropriate parts General Public License. course, program’s commands might different; GUI interface, use “box”. also get employer (work programmer) school, , sign “copyright disclaimer” program, necessary. information , apply follow GNU GPL, see . GNU General Public License permit incorporating program proprietary programs. program subroutine library, may consider useful permit linking proprietary applications library. want , use GNU Lesser General Public License instead License. first, please read .","code":" Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free software, and you are welcome to redistribute it under certain conditions; type 'show c' for details."},{"path":"https://oxford-ihtm.io/codigo/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Anita Makori. Author, copyright holder. Ernest Guevarra. Author, maintainer, copyright holder.","code":""},{"path":"https://oxford-ihtm.io/codigo/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Anita Makori Ernest Guevarra (2024). icd: Interface International Classification Diseases (ICD) API. R package version 0.0.9000. URL https://oxford-ihtm.io/icd/","code":"@Manual{, title = {icd: Interface to the International Classification of Diseases (ICD) API}, author = {{Anita Makori} and {Ernest Guevarra}}, year = {2024}, note = {R package version 0.0.9000}, url = {https://oxford-ihtm.io/icd/}, }"},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"codigo-interface-to-the-international-classification-of-diseases-icd-api-","dir":"","previous_headings":"","what":"Interface to the International Classification of Diseases (ICD) API","title":"Interface to the International Classification of Diseases (ICD) API","text":"International Classification Diseases (ICD) serves broad range uses globally provides critical knowledge extent, causes consequences human disease death worldwide via data reported coded ICD. ICD API allows programmatic access ICD. HTTP based REST API. package provides functions interface ICD API.","code":""},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"what-does-codigo-do","dir":"","previous_headings":"","what":"What does codigo do?","title":"Interface to the International Classification of Diseases (ICD) API","text":"Please note codigo still highly experimental undergoing lot development. Hence, functionalities described high likelihood changing interface approach aim stable working version. Currently, package provides functions authenticating ICD API. , plan develop functions wrap various available API endpoints.","code":""},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Interface to the International Classification of Diseases (ICD) API","text":"codigo yet CRAN. can install development version codigo GitHub : load codigo","code":"if(!require(remotes)) install.packages(\"remotes\") remotes::install_github(\"OxfordIHTM/codigo\") # load package library(codigo)"},{"path":[]},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"authenticating-with-the-icd-api","dir":"","previous_headings":"Usage","what":"Authenticating with the ICD API","title":"Interface to the International Classification of Diseases (ICD) API","text":"ICD API uses OAuth2 authentication. package set utility functions support ICD API authentication specifications leading generation OAuth2 token. icd_oauth_client() function downstream user-facing function creates ICD OAuth2 client can used token retrieval future functions wrap ICD API entity linearization information retrieval. ICD OAuth2 client can generated follows: function uses built OAuth2 client created light use purposes package development testing. recommended intending use package programmatically performing high volume calls ICD API create access keys (client id client secret) using instructions. , access keys, perform following commands: OAuth2 client can now used various functions package require OAuth2 client authentication making requests ICD API.","code":"icd_oauth_client() ## Create your own OAuth client ---- my_oauth_client <- icd_oauth_client( id = \"YOUR_CLIENT_ID\", token_url = \"https://icdaccessmanagement.who.int/connect/token\", secret = \"YOUR_CLIENT_SECRET\", name = \"NAME_OF_YOUR_APP )"},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"performing-a-basic-search","dir":"","previous_headings":"Usage","what":"Performing a basic search","title":"Interface to the International Classification of Diseases (ICD) API","text":"main feature ICD API ability search ICD 11 Foundation ICD 11 Linearization information regarding illness/disease. feature captured icd_search_foundation() function. example, colorectal cancer disease interest information available ICD 11 needed, following call can made: gives following output: output list parsed JSON body text HTTP response ICD API. output can processed user intended end use.","code":"icd_search_foundation(q = \"colorectal cancer\") #> $error #> [1] FALSE #> #> $errorMessage #> NULL #> #> $resultChopped #> [1] FALSE #> #> $wordSuggestionsChopped #> [1] FALSE #> #> $guessType #> [1] 2 #> #> $uniqueSearchId #> [1] \"525bf14f-6ae8-4f42-bac6-ea9e2b9073f6\" #> #> $words #> NULL #> #> $destinationEntities #> $destinationEntities[[1]] #> $destinationEntities[[1]]$id #> [1] \"http://id.who.int/icd/entity/774170412\" #> #> $destinationEntities[[1]]$title #> [1] \"Malignant neoplasms of rectosigmoid junction\" #> #> $destinationEntities[[1]]$stemId #> [1] \"http://id.who.int/icd/entity/774170412\" #> #> $destinationEntities[[1]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[1]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[1]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[1]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[1]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[1]]$matchingPVs #> $destinationEntities[[1]]$matchingPVs[[1]] #> $destinationEntities[[1]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[1]]$matchingPVs[[1]]$label #> [1] \"Colorectal Cancer NOS\" #> #> $destinationEntities[[1]]$matchingPVs[[1]]$score #> [1] 1 #> #> $destinationEntities[[1]]$matchingPVs[[1]]$important #> [1] TRUE #> #> $destinationEntities[[1]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/774170412\" #> #> $destinationEntities[[1]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[1]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[1]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[1]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[1]]$chapter #> [1] \"02\" #> #> $destinationEntities[[1]]$theCode #> NULL #> #> $destinationEntities[[1]]$score #> [1] 1 #> #> $destinationEntities[[1]]$titleIsASearchResult #> [1] FALSE #> #> $destinationEntities[[1]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[1]]$entityType #> [1] 0 #> #> $destinationEntities[[1]]$important #> [1] FALSE #> #> $destinationEntities[[1]]$descendants #> list() #> #> #> $destinationEntities[[2]] #> $destinationEntities[[2]]$id #> [1] \"http://id.who.int/icd/entity/545664807\" #> #> $destinationEntities[[2]]$title #> [1] \"Familial nonpolyposis colorectal cancer\" #> #> $destinationEntities[[2]]$stemId #> [1] \"http://id.who.int/icd/entity/545664807\" #> #> $destinationEntities[[2]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[2]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[2]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[2]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[2]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[2]]$matchingPVs #> list() #> #> $destinationEntities[[2]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[2]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[2]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[2]]$chapter #> [1] \"02\" #> #> $destinationEntities[[2]]$theCode #> NULL #> #> $destinationEntities[[2]]$score #> [1] 0.5203158 #> #> $destinationEntities[[2]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[2]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[2]]$entityType #> [1] 0 #> #> $destinationEntities[[2]]$important #> [1] FALSE #> #> $destinationEntities[[2]]$descendants #> list() #> #> #> $destinationEntities[[3]] #> $destinationEntities[[3]]$id #> [1] \"http://id.who.int/icd/entity/8113015\" #> #> $destinationEntities[[3]]$title #> [1] \"Hereditary nonpolyposis colorectal cancer\" #> #> $destinationEntities[[3]]$stemId #> [1] \"http://id.who.int/icd/entity/8113015\" #> #> $destinationEntities[[3]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[3]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[3]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[3]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[3]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[3]]$matchingPVs #> list() #> #> $destinationEntities[[3]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[3]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[3]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[3]]$chapter #> [1] \"02\" #> #> $destinationEntities[[3]]$theCode #> NULL #> #> $destinationEntities[[3]]$score #> [1] 0.5075196 #> #> $destinationEntities[[3]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[3]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[3]]$entityType #> [1] 0 #> #> $destinationEntities[[3]]$important #> [1] FALSE #> #> $destinationEntities[[3]]$descendants #> list()"},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Interface to the International Classification of Diseases (ICD) API","text":"find codigo package useful please cite using suggested citation provided call citation() function follows:","code":"citation(\"codigo\") #> To cite icd in publications use: #> #> Anita Makori and Ernest Guevarra (2024). icd: Interface to the #> International Classification of Diseases (ICD) API. R package version #> 0.0.9000. URL https://oxford-ihtm.io/icd/ #> #> A BibTeX entry for LaTeX users is #> #> @Manual{, #> title = {icd: Interface to the International Classification of Diseases (ICD) API}, #> author = {{Anita Makori} and {Ernest Guevarra}}, #> year = {2024}, #> note = {R package version 0.0.9000}, #> url = {https://oxford-ihtm.io/icd/}, #> }"},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"community-guidelines","dir":"","previous_headings":"","what":"Community guidelines","title":"Interface to the International Classification of Diseases (ICD) API","text":"Feedback, bug reports feature requests welcome; file issues seek support . like contribute package, please see contributing guidelines. project released Contributor Code Conduct. participating project agree abide terms.","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/codigo.html","id":null,"dir":"Reference","previous_headings":"","what":"Interface to the International Classification of Diseases (ICD) API — codigo","title":"Interface to the International Classification of Diseases (ICD) API — codigo","text":"International Classification Diseases (ICD) serves broad range uses globally provides critical knowledge extent, causes consequences human disease death worldwide via data reported coded ICD. ICD API allows programmatic access ICD. HTTP based REST API. package provides functions interface ICD API.","code":""},{"path":[]},{"path":"https://oxford-ihtm.io/codigo/reference/codigo.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Interface to the International Classification of Diseases (ICD) API — codigo","text":"Maintainer: Ernest Guevarra ernest@guevarra.io (ORCID) [copyright holder] Authors: Anita Makori mark@brixtonhealth.com [copyright holder]","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd.html","id":null,"dir":"Reference","previous_headings":"","what":"Interface to the International Classification of Diseases (ICD) API — icd","title":"Interface to the International Classification of Diseases (ICD) API — icd","text":"International Classification Diseases (ICD) serves broad range uses globally provides critical knowledge extent, causes consequences human disease death worldwide via data reported coded ICD. ICD API allows programmatic access ICD. HTTP based REST API. package provides functions interface ICD API.","code":""},{"path":[]},{"path":"https://oxford-ihtm.io/codigo/reference/icd.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Interface to the International Classification of Diseases (ICD) API — icd","text":"Maintainer: Ernest Guevarra ernest@guevarra.io (ORCID) [copyright holder] Authors: Anita Makori mark@brixtonhealth.com [copyright holder]","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_linearization_mms.html","id":null,"dir":"Reference","previous_headings":"","what":"ICD-11 Mortality and Morbidity Linearization Outputs — icd11_linearization_mms","title":"ICD-11 Mortality and Morbidity Linearization Outputs — icd11_linearization_mms","text":"ICD-11 Mortality Morbidity Linearization Outputs","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_linearization_mms.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"ICD-11 Mortality and Morbidity Linearization Outputs — icd11_linearization_mms","text":"","code":"icd11_linearization_mms"},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_linearization_mms.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"ICD-11 Mortality and Morbidity Linearization Outputs — icd11_linearization_mms","text":"data frame 21 columns 36753 rows:","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_linearization_mms.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"ICD-11 Mortality and Morbidity Linearization Outputs — icd11_linearization_mms","text":"https://icd..int/dev11/Downloads/Download?fileName=LinearizationMiniOutput-MMS-en.zip","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_linearization_mms.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"ICD-11 Mortality and Morbidity Linearization Outputs — icd11_linearization_mms","text":"","code":"icd11_linearization_mms #> # A tibble: 36,753 × 21 #> `Foundation URI` Linearization (relea…¹ Code BlockId Title ClassKind #> #> 1 http://id.who.int/icd/e… http://id.who.int/icd… NA NA Cert… chapter #> 2 http://id.who.int/icd/e… http://id.who.int/icd… NA BlockL… - Ga… block #> 3 http://id.who.int/icd/e… http://id.who.int/icd… NA BlockL… - - … block #> 4 http://id.who.int/icd/e… http://id.who.int/icd… 1A00 NA - - … category #> 5 http://id.who.int/icd/e… http://id.who.int/icd… 1A01 NA - - … category #> 6 http://id.who.int/icd/e… http://id.who.int/icd… 1A02 NA - - … category #> 7 http://id.who.int/icd/e… http://id.who.int/icd… 1A03 NA - - … category #> 8 http://id.who.int/icd/e… http://id.who.int/icd… 1A03… NA - - … category #> 9 http://id.who.int/icd/e… http://id.who.int/icd… 1A03… NA - - … category #> 10 http://id.who.int/icd/e… http://id.who.int/icd… 1A03… NA - - … category #> # ℹ 36,743 more rows #> # ℹ abbreviated name: ¹​`Linearization (release) URI` #> # ℹ 15 more variables: DepthInKind , IsResidual , #> # PrimaryLocation , ChapterNo , BrowserLink , iCatLink , #> # isLeaf , noOfNonResidualChildren , `Primary tabulation` , #> # Grouping1 , Grouping2 , Grouping3 , Grouping4 , #> # Grouping5 , Version "},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_simple_table_mms.html","id":null,"dir":"Reference","previous_headings":"","what":"ICD-11 Mortality and Morbidity Simple Table Outputs — icd11_simple_table_mms","title":"ICD-11 Mortality and Morbidity Simple Table Outputs — icd11_simple_table_mms","text":"ICD-11 Mortality Morbidity Simple Table Outputs","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_simple_table_mms.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"ICD-11 Mortality and Morbidity Simple Table Outputs — icd11_simple_table_mms","text":"","code":"icd11_simple_table_mms"},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_simple_table_mms.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"ICD-11 Mortality and Morbidity Simple Table Outputs — icd11_simple_table_mms","text":"data frame 18 columns 36044 rows:","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_simple_table_mms.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"ICD-11 Mortality and Morbidity Simple Table Outputs — icd11_simple_table_mms","text":"https://icdcdn..int/static/releasefiles/2024-01/SimpleTabulation-ICD-11-MMS-en.zip","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_simple_table_mms.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"ICD-11 Mortality and Morbidity Simple Table Outputs — icd11_simple_table_mms","text":"","code":"icd11_simple_table_mms #> Foundation URI #> 2 http://id.who.int/icd/entity/1435254666 #> 3 http://id.who.int/icd/entity/588616678 #> 4 http://id.who.int/icd/entity/135352227 #> 5 http://id.who.int/icd/entity/257068234 #> 6 http://id.who.int/icd/entity/416025325 #> 7 http://id.who.int/icd/entity/2080365623 #> 8 http://id.who.int/icd/entity/344162786 #> 9 http://id.who.int/icd/entity/2099226249 #> 10 http://id.who.int/icd/entity/408185629 #> 11 http://id.who.int/icd/entity/1828273122 #> 12 http://id.who.int/icd/entity/162723448 #> 13 #> 14 #> 15 http://id.who.int/icd/entity/250688797 #> 16 http://id.who.int/icd/entity/1000894786 #> 17 http://id.who.int/icd/entity/794462570 #> 18 http://id.who.int/icd/entity/1528414070 #> 19 http://id.who.int/icd/entity/364534567 #> 20 #> 21 #> 22 http://id.who.int/icd/entity/1780040028 #> 23 http://id.who.int/icd/entity/515117475 #> 24 http://id.who.int/icd/entity/1520312138 #> 25 #> 26 #> 27 #> 28 #> 29 http://id.who.int/icd/entity/1834648119 #> 30 http://id.who.int/icd/entity/1642556936 #> 31 http://id.who.int/icd/entity/78422942 #> 32 http://id.who.int/icd/entity/2033726602 #> 33 http://id.who.int/icd/entity/1393712712 #> 34 #> 35 http://id.who.int/icd/entity/1879176035 #> 36 http://id.who.int/icd/entity/1722068323 #> 37 #> 38 #> 39 http://id.who.int/icd/entity/30738976 #> 40 http://id.who.int/icd/entity/749414717 #> 41 http://id.who.int/icd/entity/1185210745 #> 42 http://id.who.int/icd/entity/840750347 #> 43 http://id.who.int/icd/entity/1465325727 #> 44 http://id.who.int/icd/entity/1519125035 #> 45 #> 46 #> 47 http://id.who.int/icd/entity/2092703582 #> 48 http://id.who.int/icd/entity/2090337975 #> 49 http://id.who.int/icd/entity/433310499 #> 50 http://id.who.int/icd/entity/1837013982 #> 51 http://id.who.int/icd/entity/137713224 #> 52 http://id.who.int/icd/entity/1058992628 #> 53 http://id.who.int/icd/entity/883510242 #> 54 #> 55 #> 56 http://id.who.int/icd/entity/261748740 #> 57 http://id.who.int/icd/entity/1184241320 #> 58 http://id.who.int/icd/entity/435671752 #> 59 http://id.who.int/icd/entity/1727029934 #> 60 http://id.who.int/icd/entity/1616956984 #> 61 http://id.who.int/icd/entity/349019849 #> 62 #> 63 http://id.who.int/icd/entity/1777228366 #> 64 http://id.who.int/icd/entity/1730350429 #> 65 http://id.who.int/icd/entity/40419529 #> 66 http://id.who.int/icd/entity/328097188 #> 67 #> 68 #> 69 #> 70 #> 71 http://id.who.int/icd/entity/1688127370 #> 72 http://id.who.int/icd/entity/1160271562 #> 73 #> 74 http://id.who.int/icd/entity/1904876434 #> 75 http://id.who.int/icd/entity/455894495 #> 76 http://id.who.int/icd/entity/587996426 #> 77 http://id.who.int/icd/entity/395565060 #> 78 http://id.who.int/icd/entity/1926763926 #> 79 http://id.who.int/icd/entity/1665042685 #> 80 http://id.who.int/icd/entity/282073961 #> 81 http://id.who.int/icd/entity/2132718683 #> 82 http://id.who.int/icd/entity/20350466 #> 83 #> 84 http://id.who.int/icd/entity/1179111584 #> 85 http://id.who.int/icd/entity/191565955 #> 86 http://id.who.int/icd/entity/1847647511 #> 87 http://id.who.int/icd/entity/445484522 #> 88 http://id.who.int/icd/entity/2143699068 #> 89 http://id.who.int/icd/entity/204002280 #> 90 http://id.who.int/icd/entity/1768103550 #> 91 #> 92 #> 93 http://id.who.int/icd/entity/854229089 #> 94 http://id.who.int/icd/entity/2118246468 #> 95 http://id.who.int/icd/entity/453651926 #> 96 http://id.who.int/icd/entity/1873247529 #> 97 #> 98 http://id.who.int/icd/entity/183283901 #> 99 http://id.who.int/icd/entity/1883423833 #> 100 http://id.who.int/icd/entity/551528014 #> 101 http://id.who.int/icd/entity/2063826056 #> 102 http://id.who.int/icd/entity/1934471301 #> 103 #> 104 #> 105 #> 106 #> 107 http://id.who.int/icd/entity/370440252 #> 108 #> 109 http://id.who.int/icd/entity/609214049 #> 110 http://id.who.int/icd/entity/1977691885 #> 111 http://id.who.int/icd/entity/762120574 #> 112 http://id.who.int/icd/entity/1112016389 #> 113 #> 114 #> 115 http://id.who.int/icd/entity/1210500328 #> 116 #> 117 #> 118 http://id.who.int/icd/entity/1015780375 #> 119 http://id.who.int/icd/entity/840155638 #> 120 http://id.who.int/icd/entity/707709463 #> 121 http://id.who.int/icd/entity/359736861 #> 122 http://id.who.int/icd/entity/1002985340 #> 123 http://id.who.int/icd/entity/1332021123 #> 124 http://id.who.int/icd/entity/1505778051 #> 125 #> 126 http://id.who.int/icd/entity/2046292009 #> 127 #> 128 http://id.who.int/icd/entity/251474152 #> 129 http://id.who.int/icd/entity/1090786293 #> 130 http://id.who.int/icd/entity/900285196 #> 131 http://id.who.int/icd/entity/806511043 #> 132 http://id.who.int/icd/entity/1431940183 #> 133 #> 134 #> 135 #> 136 #> 137 http://id.who.int/icd/entity/1357024926 #> 138 http://id.who.int/icd/entity/764124124 #> 139 http://id.who.int/icd/entity/1220564554 #> 140 http://id.who.int/icd/entity/1372745524 #> 141 http://id.who.int/icd/entity/616315615 #> 142 http://id.who.int/icd/entity/666746193 #> 143 http://id.who.int/icd/entity/1123446981 #> 144 #> 145 http://id.who.int/icd/entity/641342831 #> 146 http://id.who.int/icd/entity/1987223744 #> 147 http://id.who.int/icd/entity/144526718 #> 148 http://id.who.int/icd/entity/158514824 #> 149 #> 150 #> 151 #> 152 http://id.who.int/icd/entity/979278646 #> 153 http://id.who.int/icd/entity/2072728114 #> 154 http://id.who.int/icd/entity/882244568 #> 155 http://id.who.int/icd/entity/983550510 #> 156 http://id.who.int/icd/entity/1311939281 #> 157 #> 158 http://id.who.int/icd/entity/729372485 #> 159 http://id.who.int/icd/entity/1820468614 #> 160 http://id.who.int/icd/entity/539334538 #> 161 http://id.who.int/icd/entity/164227092 #> 162 http://id.who.int/icd/entity/1199221405 #> 163 #> 164 #> 165 http://id.who.int/icd/entity/746680558 #> 166 http://id.who.int/icd/entity/271545608 #> 167 http://id.who.int/icd/entity/1074723013 #> 168 http://id.who.int/icd/entity/883140666 #> 169 http://id.who.int/icd/entity/807058764 #> 170 http://id.who.int/icd/entity/1459473353 #> 171 http://id.who.int/icd/entity/570881596 #> 172 http://id.who.int/icd/entity/1828714202 #> 173 #> 174 #> 175 http://id.who.int/icd/entity/1196243886 #> 176 http://id.who.int/icd/entity/870345553 #> 177 http://id.who.int/icd/entity/1873777499 #> 178 http://id.who.int/icd/entity/625292625 #> 179 #> 180 http://id.who.int/icd/entity/861638547 #> 181 http://id.who.int/icd/entity/1056849595 #> 182 http://id.who.int/icd/entity/1538650927 #> 183 http://id.who.int/icd/entity/1690351031 #> 184 #> 185 #> 186 http://id.who.int/icd/entity/454434138 #> 187 #> 188 #> 189 http://id.who.int/icd/entity/149072669 #> 190 http://id.who.int/icd/entity/1800264981 #> 191 http://id.who.int/icd/entity/1123804548 #> 192 http://id.who.int/icd/entity/1295356165 #> 193 http://id.who.int/icd/entity/1185467033 #> 194 http://id.who.int/icd/entity/1886317801 #> 195 http://id.who.int/icd/entity/1324017222 #> 196 #> 197 http://id.who.int/icd/entity/1839818377 #> 198 http://id.who.int/icd/entity/1798822437 #> 199 http://id.who.int/icd/entity/882647079 #> 200 http://id.who.int/icd/entity/1723965278 #> 201 http://id.who.int/icd/entity/1974989140 #> 202 #> 203 #> 204 http://id.who.int/icd/entity/625446129 #> 205 http://id.who.int/icd/entity/1642291965 #> 206 #> 207 #> 208 #> 209 #> 210 http://id.who.int/icd/entity/1539889147 #> 211 http://id.who.int/icd/entity/871612151 #> 212 http://id.who.int/icd/entity/2058300982 #> 213 http://id.who.int/icd/entity/1097470385 #> 214 #> 215 #> 216 http://id.who.int/icd/entity/535094176 #> 217 http://id.who.int/icd/entity/869759708 #> 218 http://id.who.int/icd/entity/1453111118 #> 219 http://id.who.int/icd/entity/1384553803 #> 220 #> 221 #> 222 http://id.who.int/icd/entity/573695921 #> 223 #> 224 #> 225 http://id.who.int/icd/entity/1799992159 #> 226 http://id.who.int/icd/entity/107294155 #> 227 http://id.who.int/icd/entity/1642172022 #> 228 http://id.who.int/icd/entity/705971711 #> 229 http://id.who.int/icd/entity/1331660907 #> 230 #> 231 #> 232 http://id.who.int/icd/entity/1412960686 #> 233 http://id.who.int/icd/entity/2144774073 #> 234 http://id.who.int/icd/entity/1651247891 #> 235 http://id.who.int/icd/entity/896866865 #> 236 http://id.who.int/icd/entity/348525836 #> 237 http://id.who.int/icd/entity/1200236878 #> 238 #> 239 #> 240 http://id.who.int/icd/entity/284578658 #> 241 http://id.who.int/icd/entity/2033345174 #> 242 http://id.who.int/icd/entity/845065622 #> 243 #> 244 #> 245 http://id.who.int/icd/entity/522973276 #> 246 http://id.who.int/icd/entity/270373865 #> 247 http://id.who.int/icd/entity/270802913 #> 248 http://id.who.int/icd/entity/1681155693 #> 249 #> 250 #> 251 http://id.who.int/icd/entity/971176543 #> 252 http://id.who.int/icd/entity/1398484288 #> 253 http://id.who.int/icd/entity/25824900 #> 254 http://id.who.int/icd/entity/2034126013 #> 255 #> 256 #> 257 http://id.who.int/icd/entity/337308923 #> 258 http://id.who.int/icd/entity/229362936 #> 259 http://id.who.int/icd/entity/1677671323 #> 260 http://id.who.int/icd/entity/1634854510 #> 261 #> 262 #> 263 http://id.who.int/icd/entity/1622653958 #> 264 http://id.who.int/icd/entity/1929235891 #> 265 #> 266 #> 267 http://id.who.int/icd/entity/46117627 #> 268 http://id.who.int/icd/entity/1081137172 #> 269 http://id.who.int/icd/entity/1456834066 #> 270 http://id.who.int/icd/entity/1194531705 #> 271 http://id.who.int/icd/entity/1324834502 #> 272 http://id.who.int/icd/entity/25801498 #> 273 #> 274 #> 275 #> 276 http://id.who.int/icd/entity/1935092859 #> 277 http://id.who.int/icd/entity/1026551291 #> 278 http://id.who.int/icd/entity/1104357482 #> 279 http://id.who.int/icd/entity/614000128 #> 280 http://id.who.int/icd/entity/751399056 #> 281 http://id.who.int/icd/entity/1563156715 #> 282 http://id.who.int/icd/entity/1596449540 #> 283 http://id.who.int/icd/entity/1742025109 #> 284 http://id.who.int/icd/entity/43973633 #> 285 http://id.who.int/icd/entity/1983098110 #> 286 http://id.who.int/icd/entity/326656364 #> 287 #> 288 #> 289 http://id.who.int/icd/entity/980168338 #> 290 http://id.who.int/icd/entity/2066610452 #> 291 #> 292 #> 293 http://id.who.int/icd/entity/730510331 #> 294 http://id.who.int/icd/entity/1233304838 #> 295 http://id.who.int/icd/entity/1321303663 #> 296 http://id.who.int/icd/entity/2003001085 #> 297 http://id.who.int/icd/entity/304649065 #> 298 http://id.who.int/icd/entity/63835650 #> 299 #> 300 http://id.who.int/icd/entity/487269828 #> 301 http://id.who.int/icd/entity/1697630330 #> 302 http://id.who.int/icd/entity/452367246 #> 303 http://id.who.int/icd/entity/2143116824 #> 304 http://id.who.int/icd/entity/185601767 #> 305 http://id.who.int/icd/entity/413315344 #> 306 #> 307 #> 308 http://id.who.int/icd/entity/1938462328 #> 309 http://id.who.int/icd/entity/1917297026 #> 310 http://id.who.int/icd/entity/1031219789 #> 311 http://id.who.int/icd/entity/1480386521 #> 312 http://id.who.int/icd/entity/1587737629 #> 313 #> 314 #> 315 http://id.who.int/icd/entity/2064398473 #> 316 http://id.who.int/icd/entity/1287021540 #> 317 http://id.who.int/icd/entity/704491122 #> 318 #> 319 #> 320 http://id.who.int/icd/entity/1793762788 #> 321 http://id.who.int/icd/entity/262236278 #> 322 http://id.who.int/icd/entity/2085616610 #> 323 http://id.who.int/icd/entity/1920227791 #> 324 http://id.who.int/icd/entity/508032285 #> 325 http://id.who.int/icd/entity/1347332965 #> 326 http://id.who.int/icd/entity/1736804001 #> 327 #> 328 #> 329 http://id.who.int/icd/entity/889546481 #> 330 http://id.who.int/icd/entity/1101542926 #> 331 http://id.who.int/icd/entity/618920860 #> 332 #> 333 #> 334 http://id.who.int/icd/entity/1966578342 #> 335 http://id.who.int/icd/entity/390042715 #> 336 http://id.who.int/icd/entity/1670562980 #> 337 http://id.who.int/icd/entity/424434722 #> 338 #> 339 http://id.who.int/icd/entity/419706488 #> 340 http://id.who.int/icd/entity/1789950491 #> 341 http://id.who.int/icd/entity/268154767 #> 342 #> 343 #> 344 http://id.who.int/icd/entity/6555116 #> 345 http://id.who.int/icd/entity/101604109 #> 346 http://id.who.int/icd/entity/1665504921 #> 347 #> 348 #> 349 http://id.who.int/icd/entity/1664016479 #> 350 http://id.who.int/icd/entity/516585689 #> 351 http://id.who.int/icd/entity/2072098125 #> 352 http://id.who.int/icd/entity/832233624 #> 353 http://id.who.int/icd/entity/254600628 #> 354 #> 355 #> 356 #> 357 #> 358 http://id.who.int/icd/entity/840525023 #> 359 http://id.who.int/icd/entity/3933330 #> 360 http://id.who.int/icd/entity/944473231 #> 361 http://id.who.int/icd/entity/406586413 #> 362 http://id.who.int/icd/entity/247169608 #> 363 #> 364 http://id.who.int/icd/entity/1465035083 #> 365 http://id.who.int/icd/entity/482659345 #> 366 http://id.who.int/icd/entity/2039415173 #> 367 http://id.who.int/icd/entity/220352892 #> 368 http://id.who.int/icd/entity/1751751918 #> 369 #> 370 http://id.who.int/icd/entity/1186214944 #> 371 http://id.who.int/icd/entity/1600014919 #> 372 http://id.who.int/icd/entity/217939807 #> 373 http://id.who.int/icd/entity/120524401 #> 374 http://id.who.int/icd/entity/1614775629 #> 375 http://id.who.int/icd/entity/2085372866 #> 376 http://id.who.int/icd/entity/59307016 #> 377 http://id.who.int/icd/entity/1772714648 #> 378 http://id.who.int/icd/entity/242606511 #> 379 #> 380 #> 381 #> 382 #> 383 http://id.who.int/icd/entity/1320736556 #> 384 http://id.who.int/icd/entity/737352378 #> 385 #> 386 #> 387 http://id.who.int/icd/entity/965498095 #> 388 http://id.who.int/icd/entity/923521593 #> 389 http://id.who.int/icd/entity/1379934125 #> 390 #> 391 http://id.who.int/icd/entity/1127435854 #> 392 http://id.who.int/icd/entity/223956768 #> 393 http://id.who.int/icd/entity/1132542967 #> 394 http://id.who.int/icd/entity/1937339080 #> 395 http://id.who.int/icd/entity/372424530 #> 396 http://id.who.int/icd/entity/727668449 #> 397 http://id.who.int/icd/entity/1309973365 #> 398 #> 399 #> 400 #> 401 #> 402 http://id.who.int/icd/entity/1981846 #> 403 http://id.who.int/icd/entity/292650041 #> 404 http://id.who.int/icd/entity/295798687 #> 405 http://id.who.int/icd/entity/1961511435 #> 406 http://id.who.int/icd/entity/4659958 #> 407 http://id.who.int/icd/entity/1695340384 #> 408 #> 409 #> 410 http://id.who.int/icd/entity/9953620 #> 411 http://id.who.int/icd/entity/215936800 #> 412 http://id.who.int/icd/entity/1771381430 #> 413 http://id.who.int/icd/entity/490238539 #> 414 http://id.who.int/icd/entity/2020851679 #> 415 #> 416 #> 417 http://id.who.int/icd/entity/1005140361 #> 418 http://id.who.int/icd/entity/2113860626 #> 419 #> 420 #> 421 http://id.who.int/icd/entity/1012026026 #> 422 http://id.who.int/icd/entity/520429137 #> 423 http://id.who.int/icd/entity/2129350166 #> 424 http://id.who.int/icd/entity/168432503 #> 425 http://id.who.int/icd/entity/698540116 #> 426 http://id.who.int/icd/entity/114886962 #> 427 http://id.who.int/icd/entity/197163558 #> 428 http://id.who.int/icd/entity/788554020 #> 429 #> 430 #> 431 #> 432 #> 433 http://id.who.int/icd/entity/1000704511 #> 434 http://id.who.int/icd/entity/236924369 #> 435 http://id.who.int/icd/entity/215309692 #> 436 http://id.who.int/icd/entity/1386132895 #> 437 http://id.who.int/icd/entity/865305628 #> 438 http://id.who.int/icd/entity/1280139157 #> 439 http://id.who.int/icd/entity/802739943 #> 440 #> 441 #> 442 #> 443 http://id.who.int/icd/entity/771273482 #> 444 http://id.who.int/icd/entity/1552401955 #> 445 http://id.who.int/icd/entity/1702650002 #> 446 http://id.who.int/icd/entity/993495155 #> 447 http://id.who.int/icd/entity/97626683 #> 448 http://id.who.int/icd/entity/1848415584 #> 449 #> 450 #> 451 #> 452 http://id.who.int/icd/entity/1508081745 #> 453 http://id.who.int/icd/entity/574153866 #> 454 http://id.who.int/icd/entity/1575370503 #> 455 http://id.who.int/icd/entity/1294771889 #> 456 http://id.who.int/icd/entity/1858812010 #> 457 http://id.who.int/icd/entity/1044381913 #> 458 #> 459 #> 460 #> 461 http://id.who.int/icd/entity/1104303944 #> 462 http://id.who.int/icd/entity/956664712 #> 463 http://id.who.int/icd/entity/588527933 #> 464 http://id.who.int/icd/entity/854762584 #> 465 http://id.who.int/icd/entity/1543765035 #> 466 http://id.who.int/icd/entity/682536148 #> 467 http://id.who.int/icd/entity/961032639 #> 468 http://id.who.int/icd/entity/1306878274 #> 469 http://id.who.int/icd/entity/804089791 #> 470 http://id.who.int/icd/entity/1040970454 #> 471 http://id.who.int/icd/entity/1530937152 #> 472 http://id.who.int/icd/entity/608978790 #> 473 http://id.who.int/icd/entity/1501615629 #> 474 http://id.who.int/icd/entity/1358604969 #> 475 http://id.who.int/icd/entity/62316737 #> 476 http://id.who.int/icd/entity/1727868245 #> 477 #> 478 #> 479 http://id.who.int/icd/entity/307264938 #> 480 http://id.who.int/icd/entity/835129952 #> 481 http://id.who.int/icd/entity/36782335 #> 482 http://id.who.int/icd/entity/1736084843 #> 483 http://id.who.int/icd/entity/975631454 #> 484 #> 485 #> 486 #> 487 http://id.who.int/icd/entity/1585949804 #> 488 http://id.who.int/icd/entity/62637936 #> 489 http://id.who.int/icd/entity/1656157931 #> 490 http://id.who.int/icd/entity/2048186698 #> 491 http://id.who.int/icd/entity/1269730048 #> 492 #> 493 #> 494 http://id.who.int/icd/entity/121670633 #> 495 http://id.who.int/icd/entity/684930313 #> 496 http://id.who.int/icd/entity/1005770900 #> 497 #> 498 #> 499 http://id.who.int/icd/entity/1137081791 #> 500 http://id.who.int/icd/entity/181304776 #> 501 http://id.who.int/icd/entity/731112897 #> 502 #> 503 #> 504 http://id.who.int/icd/entity/392898612 #> 505 http://id.who.int/icd/entity/373833091 #> 506 http://id.who.int/icd/entity/1054675109 #> 507 http://id.who.int/icd/entity/431392958 #> 508 http://id.who.int/icd/entity/342012360 #> 509 #> 510 #> 511 http://id.who.int/icd/entity/1483190070 #> 512 http://id.who.int/icd/entity/443087096 #> 513 http://id.who.int/icd/entity/613341872 #> 514 http://id.who.int/icd/entity/1147230459 #> 515 http://id.who.int/icd/entity/1128677700 #> 516 http://id.who.int/icd/entity/1360075821 #> 517 http://id.who.int/icd/entity/838770280 #> 518 http://id.who.int/icd/entity/777604655 #> 519 http://id.who.int/icd/entity/714215906 #> 520 #> 521 #> 522 http://id.who.int/icd/entity/1299705786 #> 523 http://id.who.int/icd/entity/486617244 #> 524 #> 525 #> 526 http://id.who.int/icd/entity/2108355318 #> 527 http://id.who.int/icd/entity/1726978545 #> 528 http://id.who.int/icd/entity/629126866 #> 529 http://id.who.int/icd/entity/132294774 #> 530 #> 531 #> 532 http://id.who.int/icd/entity/2017227771 #> 533 http://id.who.int/icd/entity/1761012301 #> 534 http://id.who.int/icd/entity/1543721163 #> 535 http://id.who.int/icd/entity/923328437 #> 536 #> 537 #> 538 http://id.who.int/icd/entity/634116368 #> 539 http://id.who.int/icd/entity/35402215 #> 540 http://id.who.int/icd/entity/1388337190 #> 541 #> 542 #> 543 #> 544 #> 545 http://id.who.int/icd/entity/1959883044 #> 546 http://id.who.int/icd/entity/685093552 #> 547 http://id.who.int/icd/entity/1302232870 #> 548 http://id.who.int/icd/entity/56575149 #> 549 #> 550 http://id.who.int/icd/entity/921595235 #> 551 http://id.who.int/icd/entity/900389391 #> 552 http://id.who.int/icd/entity/951357413 #> 553 http://id.who.int/icd/entity/1356928923 #> 554 http://id.who.int/icd/entity/693244560 #> 555 http://id.who.int/icd/entity/854137188 #> 556 http://id.who.int/icd/entity/1276763930 #> 557 http://id.who.int/icd/entity/1091013360 #> 558 http://id.who.int/icd/entity/383352795 #> 559 http://id.who.int/icd/entity/1401438580 #> 560 http://id.who.int/icd/entity/1562906700 #> 561 http://id.who.int/icd/entity/946068954 #> 562 http://id.who.int/icd/entity/1288604967 #> 563 http://id.who.int/icd/entity/1105069515 #> 564 http://id.who.int/icd/entity/1085418398 #> 565 http://id.who.int/icd/entity/282121084 #> 566 #> 567 #> 568 http://id.who.int/icd/entity/1251496839 #> 569 http://id.who.int/icd/entity/694903163 #> 570 http://id.who.int/icd/entity/1517015847 #> 571 http://id.who.int/icd/entity/1313688701 #> 572 http://id.who.int/icd/entity/792755706 #> 573 http://id.who.int/icd/entity/1352574583 #> 574 http://id.who.int/icd/entity/1950399694 #> 575 #> 576 #> 577 http://id.who.int/icd/entity/696598707 #> 578 http://id.who.int/icd/entity/510498140 #> 579 http://id.who.int/icd/entity/198979491 #> 580 #> 581 #> 582 #> 583 #> 584 http://id.who.int/icd/entity/1652368287 #> 585 http://id.who.int/icd/entity/257166193 #> 586 http://id.who.int/icd/entity/1780467429 #> 587 http://id.who.int/icd/entity/515020316 #> 588 http://id.who.int/icd/entity/356743940 #> 589 #> 590 #> 591 http://id.who.int/icd/entity/271833991 #> 592 http://id.who.int/icd/entity/1059069619 #> 593 http://id.who.int/icd/entity/582624609 #> 594 http://id.who.int/icd/entity/1879060110 #> 595 #> 596 #> 597 http://id.who.int/icd/entity/1020283662 #> 598 http://id.who.int/icd/entity/1840423014 #> 599 http://id.who.int/icd/entity/652944603 #> 600 #> 601 #> 602 http://id.who.int/icd/entity/1136802325 #> 603 http://id.who.int/icd/entity/1208294714 #> 604 http://id.who.int/icd/entity/2082214683 #> 605 http://id.who.int/icd/entity/333831364 #> 606 http://id.who.int/icd/entity/1991119186 #> 607 http://id.who.int/icd/entity/33767855 #> 608 http://id.who.int/icd/entity/1732807739 #> 609 #> 610 http://id.who.int/icd/entity/760139952 #> 611 http://id.who.int/icd/entity/109125699 #> 612 http://id.who.int/icd/entity/1784076753 #> 613 #> 614 #> 615 http://id.who.int/icd/entity/1017662917 #> 616 http://id.who.int/icd/entity/1999221102 #> 617 http://id.who.int/icd/entity/59040145 #> 618 #> 619 #> 620 http://id.who.int/icd/entity/637134348 #> 621 http://id.who.int/icd/entity/157616931 #> 622 http://id.who.int/icd/entity/1094028194 #> 623 http://id.who.int/icd/entity/1356011211 #> 624 #> 625 #> 626 http://id.who.int/icd/entity/874478433 #> 627 http://id.who.int/icd/entity/1485671112 #> 628 http://id.who.int/icd/entity/51885381 #> 629 http://id.who.int/icd/entity/326802563 #> 630 http://id.who.int/icd/entity/233520745 #> 631 http://id.who.int/icd/entity/856497185 #> 632 #> 633 #> 634 http://id.who.int/icd/entity/555874229 #> 635 http://id.who.int/icd/entity/237422666 #> 636 http://id.who.int/icd/entity/511743818 #> 637 http://id.who.int/icd/entity/2076924640 #> 638 http://id.who.int/icd/entity/258345505 #> 639 http://id.who.int/icd/entity/1781385141 #> 640 #> 641 #> 642 #> 643 #> 644 http://id.who.int/icd/entity/145723401 #> 645 http://id.who.int/icd/entity/753780243 #> 646 http://id.who.int/icd/entity/283428170 #> 647 http://id.who.int/icd/entity/1235618695 #> 648 http://id.who.int/icd/entity/985510409 #> 649 http://id.who.int/icd/entity/1154736543 #> 650 http://id.who.int/icd/entity/991455762 #> 651 http://id.who.int/icd/entity/1337277167 #> 652 http://id.who.int/icd/entity/1517862018 #> 653 http://id.who.int/icd/entity/1060335896 #> 654 http://id.who.int/icd/entity/785771645 #> 655 #> 656 #> 657 http://id.who.int/icd/entity/1469571641 #> 658 http://id.who.int/icd/entity/352087872 #> 659 http://id.who.int/icd/entity/1994012056 #> 660 #> 661 #> 662 http://id.who.int/icd/entity/1615937473 #> 663 http://id.who.int/icd/entity/1011250453 #> 664 http://id.who.int/icd/entity/1465996172 #> 665 #> 666 #> 667 #> 668 http://id.who.int/icd/entity/1646490591 #> 669 http://id.who.int/icd/entity/2080431678 #> 670 http://id.who.int/icd/entity/2054716425 #> 671 http://id.who.int/icd/entity/160886685 #> 672 http://id.who.int/icd/entity/1205745537 #> 673 http://id.who.int/icd/entity/1275065853 #> 674 http://id.who.int/icd/entity/444002285 #> 675 http://id.who.int/icd/entity/111540068 #> 676 http://id.who.int/icd/entity/82201615 #> 677 #> 678 #> 679 http://id.who.int/icd/entity/772982663 #> 680 http://id.who.int/icd/entity/1074706780 #> 681 http://id.who.int/icd/entity/1422437990 #> 682 http://id.who.int/icd/entity/1076733559 #> 683 #> 684 #> 685 http://id.who.int/icd/entity/316643992 #> 686 http://id.who.int/icd/entity/1160781209 #> 687 http://id.who.int/icd/entity/155264956 #> 688 http://id.who.int/icd/entity/519985380 #> 689 #> 690 http://id.who.int/icd/entity/80976093 #> 691 http://id.who.int/icd/entity/1805574500 #> 692 http://id.who.int/icd/entity/1667539108 #> 693 http://id.who.int/icd/entity/145288168 #> 694 http://id.who.int/icd/entity/1843603058 #> 695 #> 696 #> 697 http://id.who.int/icd/entity/523481501 #> 698 http://id.who.int/icd/entity/1659043996 #> 699 http://id.who.int/icd/entity/2105678631 #> 700 http://id.who.int/icd/entity/2059524172 #> 701 http://id.who.int/icd/entity/415880883 #> 702 http://id.who.int/icd/entity/1778898783 #> 703 http://id.who.int/icd/entity/912466759 #> 704 http://id.who.int/icd/entity/115616439 #> 705 #> 706 #> 707 http://id.who.int/icd/entity/321057933 #> 708 #> 709 #> 710 http://id.who.int/icd/entity/248851702 #> 711 http://id.who.int/icd/entity/1897656051 #> 712 http://id.who.int/icd/entity/1518322360 #> 713 http://id.who.int/icd/entity/1720001875 #> 714 http://id.who.int/icd/entity/1086416908 #> 715 http://id.who.int/icd/entity/549327141 #> 716 #> 717 http://id.who.int/icd/entity/1985490330 #> 718 http://id.who.int/icd/entity/1188755650 #> 719 http://id.who.int/icd/entity/1847489994 #> 720 #> 721 #> 722 http://id.who.int/icd/entity/163693711 #> 723 http://id.who.int/icd/entity/1627222936 #> 724 http://id.who.int/icd/entity/320069644 #> 725 #> 726 http://id.who.int/icd/entity/1740550387 #> 727 #> 728 #> 729 http://id.who.int/icd/entity/1883970802 #> 730 http://id.who.int/icd/entity/410022648 #> 731 http://id.who.int/icd/entity/869374630 #> 732 http://id.who.int/icd/entity/2131502234 #> 733 http://id.who.int/icd/entity/1478349286 #> 734 #> 735 http://id.who.int/icd/entity/1826431497 #> 736 http://id.who.int/icd/entity/1503293914 #> 737 http://id.who.int/icd/entity/844511898 #> 738 http://id.who.int/icd/entity/1461581580 #> 739 #> 740 http://id.who.int/icd/entity/352375140 #> 741 http://id.who.int/icd/entity/299242184 #> 742 http://id.who.int/icd/entity/1726890736 #> 743 http://id.who.int/icd/entity/61181798 #> 744 http://id.who.int/icd/entity/1295135613 #> 745 http://id.who.int/icd/entity/1008730501 #> 746 #> 747 #> 748 #> 749 http://id.who.int/icd/entity/1939815950 #> 750 http://id.who.int/icd/entity/1913468488 #> 751 http://id.who.int/icd/entity/1314810340 #> 752 http://id.who.int/icd/entity/710893141 #> 753 http://id.who.int/icd/entity/2019158769 #> 754 http://id.who.int/icd/entity/489221449 #> 755 #> 756 #> 757 http://id.who.int/icd/entity/2043496606 #> 758 http://id.who.int/icd/entity/942630604 #> 759 http://id.who.int/icd/entity/1355660816 #> 760 http://id.who.int/icd/entity/86747759 #> 761 http://id.who.int/icd/entity/2132861880 #> 762 http://id.who.int/icd/entity/107634429 #> 763 http://id.who.int/icd/entity/1478604320 #> 764 #> 765 #> 766 #> 767 http://id.who.int/icd/entity/2087283296 #> 768 http://id.who.int/icd/entity/1968108845 #> 769 http://id.who.int/icd/entity/2055968951 #> 770 http://id.who.int/icd/entity/520566646 #> 771 http://id.who.int/icd/entity/284380638 #> 772 http://id.who.int/icd/entity/1806329739 #> 773 http://id.who.int/icd/entity/407172127 #> 774 http://id.who.int/icd/entity/357498950 #> 775 http://id.who.int/icd/entity/828693449 #> 776 http://id.who.int/icd/entity/2120780687 #> 777 http://id.who.int/icd/entity/92452740 #> 778 http://id.who.int/icd/entity/1064943355 #> 779 #> 780 #> 781 http://id.who.int/icd/entity/1229869827 #> 782 http://id.who.int/icd/entity/2096491408 #> 783 http://id.who.int/icd/entity/2098149771 #> 784 http://id.who.int/icd/entity/2051865312 #> 785 #> 786 #> 787 #> 788 #> 789 http://id.who.int/icd/entity/1438584733 #> 790 http://id.who.int/icd/entity/132287989 #> 791 http://id.who.int/icd/entity/1080392099 #> 792 http://id.who.int/icd/entity/1367598280 #> 793 http://id.who.int/icd/entity/885533022 #> 794 http://id.who.int/icd/entity/71079562 #> 795 http://id.who.int/icd/entity/577599324 #> 796 http://id.who.int/icd/entity/623817783 #> 797 http://id.who.int/icd/entity/1455433635 #> 798 #> 799 #> 800 #> 801 http://id.who.int/icd/entity/1326582778 #> 802 http://id.who.int/icd/entity/390527954 #> 803 http://id.who.int/icd/entity/1916712542 #> 804 http://id.who.int/icd/entity/393575368 #> 805 http://id.who.int/icd/entity/738912364 #> 806 http://id.who.int/icd/entity/30418378 #> 807 #> 808 #> 809 http://id.who.int/icd/entity/1802307036 #> 810 http://id.who.int/icd/entity/1380450203 #> 811 http://id.who.int/icd/entity/1731433055 #> 812 http://id.who.int/icd/entity/1993674550 #> 813 http://id.who.int/icd/entity/350028235 #> 814 http://id.who.int/icd/entity/1449494917 #> 815 http://id.who.int/icd/entity/2003167397 #> 816 #> 817 #> 818 http://id.who.int/icd/entity/1866587875 #> 819 http://id.who.int/icd/entity/1303003466 #> 820 http://id.who.int/icd/entity/1553838370 #> 821 http://id.who.int/icd/entity/997943937 #> 822 #> 823 #> 824 http://id.who.int/icd/entity/566562143 #> 825 http://id.who.int/icd/entity/1676389165 #> 826 http://id.who.int/icd/entity/532698403 #> 827 http://id.who.int/icd/entity/67108853 #> 828 http://id.who.int/icd/entity/12958750 #> 829 http://id.who.int/icd/entity/303653536 #> 830 http://id.who.int/icd/entity/1990974193 #> 831 http://id.who.int/icd/entity/1723085409 #> 832 http://id.who.int/icd/entity/1414602212 #> 833 #> 834 #> 835 http://id.who.int/icd/entity/268777657 #> 836 http://id.who.int/icd/entity/1220568868 #> 837 http://id.who.int/icd/entity/992933048 #> 838 #> 839 #> 840 http://id.who.int/icd/entity/547567937 #> 841 http://id.who.int/icd/entity/404370038 #> 842 http://id.who.int/icd/entity/2014927218 #> 843 #> 844 http://id.who.int/icd/entity/807637046 #> 845 http://id.who.int/icd/entity/579570784 #> 846 http://id.who.int/icd/entity/768312788 #> 847 http://id.who.int/icd/entity/1370512518 #> 848 http://id.who.int/icd/entity/1229440796 #> 849 http://id.who.int/icd/entity/984175752 #> 850 #> 851 #> 852 http://id.who.int/icd/entity/646368820 #> 853 http://id.who.int/icd/entity/1357848258 #> 854 http://id.who.int/icd/entity/210760879 #> 855 http://id.who.int/icd/entity/1111587867 #> 856 #> 857 #> 858 #> 859 #> 860 http://id.who.int/icd/entity/255141529 #> 861 http://id.who.int/icd/entity/1439886552 #> 862 http://id.who.int/icd/entity/579583286 #> 863 http://id.who.int/icd/entity/1143114898 #> 864 #> 865 #> 866 http://id.who.int/icd/entity/1203794080 #> 867 http://id.who.int/icd/entity/1490699283 #> 868 #> 869 #> 870 http://id.who.int/icd/entity/862789727 #> 871 http://id.who.int/icd/entity/1499325485 #> 872 #> 873 #> 874 http://id.who.int/icd/entity/1168452782 #> 875 http://id.who.int/icd/entity/1260563068 #> 876 http://id.who.int/icd/entity/633896543 #> 877 #> 878 http://id.who.int/icd/entity/817691561 #> 879 http://id.who.int/icd/entity/289875029 #> 880 http://id.who.int/icd/entity/875488052 #> 881 http://id.who.int/icd/entity/1671640403 #> 882 http://id.who.int/icd/entity/1842725899 #> 883 #> 884 #> 885 http://id.who.int/icd/entity/115931335 #> 886 http://id.who.int/icd/entity/1630119630 #> 887 #> 888 #> 889 #> 890 #> 891 http://id.who.int/icd/entity/1947003329 #> 892 http://id.who.int/icd/entity/1365585570 #> 893 http://id.who.int/icd/entity/437268550 #> 894 http://id.who.int/icd/entity/1857904825 #> 895 http://id.who.int/icd/entity/200715565 #> 896 http://id.who.int/icd/entity/1279577094 #> 897 #> 898 #> 899 http://id.who.int/icd/entity/1082373067 #> 900 http://id.who.int/icd/entity/1646564717 #> 901 http://id.who.int/icd/entity/124737785 #> 902 http://id.who.int/icd/entity/1942095878 #> 903 #> 904 http://id.who.int/icd/entity/1709864108 #> 905 http://id.who.int/icd/entity/1150206155 #> 906 http://id.who.int/icd/entity/738999268 #> 907 http://id.who.int/icd/entity/1419043836 #> 908 http://id.who.int/icd/entity/540652293 #> 909 http://id.who.int/icd/entity/1165131409 #> 910 http://id.who.int/icd/entity/836709998 #> 911 #> 912 #> 913 http://id.who.int/icd/entity/1021483422 #> 914 #> 915 http://id.who.int/icd/entity/1786908147 #> 916 http://id.who.int/icd/entity/574051646 #> 917 http://id.who.int/icd/entity/1768378720 #> 918 http://id.who.int/icd/entity/1884500763 #> 919 http://id.who.int/icd/entity/53173615 #> 920 #> 921 #> 922 http://id.who.int/icd/entity/2005274000 #> 923 http://id.who.int/icd/entity/17842540 #> 924 http://id.who.int/icd/entity/839653996 #> 925 http://id.who.int/icd/entity/315473926 #> 926 #> 927 #> 928 http://id.who.int/icd/entity/1662537619 #> 929 http://id.who.int/icd/entity/580098307 #> 930 http://id.who.int/icd/entity/1975325075 #> 931 http://id.who.int/icd/entity/709184369 #> 932 http://id.who.int/icd/entity/1504434405 #> 933 http://id.who.int/icd/entity/1373005257 #> 934 http://id.who.int/icd/entity/247221550 #> 935 http://id.who.int/icd/entity/1592269710 #> 936 http://id.who.int/icd/entity/1000592924 #> 937 http://id.who.int/icd/entity/1326352101 #> 938 #> 939 http://id.who.int/icd/entity/813571137 #> 940 #> 941 #> 942 http://id.who.int/icd/entity/263366843 #> 943 http://id.who.int/icd/entity/1133998897 #> 944 http://id.who.int/icd/entity/1542252776 #> 945 http://id.who.int/icd/entity/652000933 #> 946 http://id.who.int/icd/entity/657025682 #> 947 http://id.who.int/icd/entity/1664841973 #> 948 http://id.who.int/icd/entity/106136071 #> 949 http://id.who.int/icd/entity/125842620 #> 950 http://id.who.int/icd/entity/195163840 #> 951 #> 952 #> 953 http://id.who.int/icd/entity/2088326190 #> 954 http://id.who.int/icd/entity/508835280 #> 955 http://id.who.int/icd/entity/1794729263 #> 956 http://id.who.int/icd/entity/284613639 #> 957 http://id.who.int/icd/entity/1717604603 #> 958 http://id.who.int/icd/entity/422746556 #> 959 http://id.who.int/icd/entity/1430447638 #> 960 #> 961 #> 962 http://id.who.int/icd/entity/1193296631 #> 963 http://id.who.int/icd/entity/1324863907 #> 964 http://id.who.int/icd/entity/487162814 #> 965 http://id.who.int/icd/entity/501370275 #> 966 #> 967 http://id.who.int/icd/entity/2017611304 #> 968 #> 969 #> 970 http://id.who.int/icd/entity/1679215344 #> 971 http://id.who.int/icd/entity/497405925 #> 972 http://id.who.int/icd/entity/1456802165 #> 973 http://id.who.int/icd/entity/295339888 #> 974 http://id.who.int/icd/entity/1339125651 #> 975 http://id.who.int/icd/entity/1899449819 #> 976 http://id.who.int/icd/entity/1359119769 #> 977 #> 978 #> 979 http://id.who.int/icd/entity/2028864113 #> 980 http://id.who.int/icd/entity/22873958 #> 981 http://id.who.int/icd/entity/733748279 #> 982 http://id.who.int/icd/entity/32590653 #> 983 http://id.who.int/icd/entity/1689945769 #> 984 #> 985 #> 986 #> 987 #> 988 http://id.who.int/icd/entity/234446094 #> 989 http://id.who.int/icd/entity/918986134 #> 990 http://id.who.int/icd/entity/1114361195 #> 991 http://id.who.int/icd/entity/656408831 #> 992 http://id.who.int/icd/entity/830824191 #> 993 http://id.who.int/icd/entity/1401769984 #> 994 http://id.who.int/icd/entity/1422824299 #> 995 http://id.who.int/icd/entity/1194562592 #> 996 http://id.who.int/icd/entity/1376448576 #> 997 http://id.who.int/icd/entity/927022506 #> 998 http://id.who.int/icd/entity/1139567957 #> 999 http://id.who.int/icd/entity/1552774890 #> 1000 http://id.who.int/icd/entity/648519873 #> 1001 http://id.who.int/icd/entity/1131395957 #> 1002 #> 1003 #> 1004 #> 1005 http://id.who.int/icd/entity/863306856 #> 1006 http://id.who.int/icd/entity/1892011771 #> 1007 http://id.who.int/icd/entity/500033260 #> 1008 http://id.who.int/icd/entity/1979821488 #> 1009 #> 1010 #> 1011 http://id.who.int/icd/entity/1929302776 #> 1012 #> 1013 http://id.who.int/icd/entity/793136270 #> 1014 http://id.who.int/icd/entity/1083938812 #> 1015 http://id.who.int/icd/entity/1299766510 #> 1016 http://id.who.int/icd/entity/674435452 #> 1017 #> 1018 http://id.who.int/icd/entity/1367149207 #> 1019 http://id.who.int/icd/entity/1105275196 #> 1020 http://id.who.int/icd/entity/615179438 #> 1021 http://id.who.int/icd/entity/1171166323 #> 1022 http://id.who.int/icd/entity/1342682193 #> 1023 #> 1024 #> 1025 http://id.who.int/icd/entity/1781413652 #> 1026 http://id.who.int/icd/entity/970296337 #> 1027 http://id.who.int/icd/entity/876005123 #> 1028 http://id.who.int/icd/entity/1827301146 #> 1029 http://id.who.int/icd/entity/860564502 #> 1030 #> 1031 http://id.who.int/icd/entity/2076748409 #> 1032 http://id.who.int/icd/entity/1743601322 #> 1033 http://id.who.int/icd/entity/1747531460 #> 1034 http://id.who.int/icd/entity/1473144548 #> 1035 #> 1036 #> 1037 #> 1038 #> 1039 #> 1040 http://id.who.int/icd/entity/293771399 #> 1041 http://id.who.int/icd/entity/622600769 #> 1042 http://id.who.int/icd/entity/1683090852 #> 1043 http://id.who.int/icd/entity/1760597414 #> 1044 http://id.who.int/icd/entity/111175353 #> 1045 http://id.who.int/icd/entity/1571230529 #> 1046 http://id.who.int/icd/entity/2034403589 #> 1047 #> 1048 http://id.who.int/icd/entity/458687859 #> 1049 http://id.who.int/icd/entity/1968623900 #> 1050 http://id.who.int/icd/entity/1100625760 #> 1051 http://id.who.int/icd/entity/1689275505 #> 1052 http://id.who.int/icd/entity/270343310 #> 1053 http://id.who.int/icd/entity/617741002 #> 1054 http://id.who.int/icd/entity/456774323 #> 1055 #> 1056 #> 1057 http://id.who.int/icd/entity/1630407678 #> 1058 http://id.who.int/icd/entity/879154182 #> 1059 http://id.who.int/icd/entity/1719389232 #> 1060 http://id.who.int/icd/entity/422307135 #> 1061 http://id.who.int/icd/entity/650534447 #> 1062 #> 1063 #> 1064 http://id.who.int/icd/entity/1994022806 #> 1065 http://id.who.int/icd/entity/290815825 #> 1066 http://id.who.int/icd/entity/1711526170 #> 1067 #> 1068 #> 1069 http://id.who.int/icd/entity/915334913 #> 1070 http://id.who.int/icd/entity/1728662435 #> 1071 http://id.who.int/icd/entity/1792897751 #> 1072 http://id.who.int/icd/entity/1959912502 #> 1073 #> 1074 #> 1075 http://id.who.int/icd/entity/1247650801 #> 1076 http://id.who.int/icd/entity/96344074 #> 1077 http://id.who.int/icd/entity/677986724 #> 1078 http://id.who.int/icd/entity/220111447 #> 1079 http://id.who.int/icd/entity/672106711 #> 1080 http://id.who.int/icd/entity/1478862889 #> 1081 #> 1082 #> 1083 http://id.who.int/icd/entity/1063986779 #> 1084 http://id.who.int/icd/entity/1297170956 #> 1085 http://id.who.int/icd/entity/1501519274 #> 1086 http://id.who.int/icd/entity/161690729 #> 1087 http://id.who.int/icd/entity/536502490 #> 1088 #> 1089 #> 1090 http://id.who.int/icd/entity/1352310002 #> 1091 http://id.who.int/icd/entity/71413945 #> 1092 http://id.who.int/icd/entity/135512034 #> 1093 http://id.who.int/icd/entity/1830847427 #> 1094 #> 1095 #> 1096 http://id.who.int/icd/entity/783234001 #> 1097 http://id.who.int/icd/entity/759634326 #> 1098 http://id.who.int/icd/entity/1588169218 #> 1099 #> 1100 http://id.who.int/icd/entity/944754984 #> 1101 http://id.who.int/icd/entity/37207998 #> 1102 http://id.who.int/icd/entity/1658448496 #> 1103 http://id.who.int/icd/entity/1735009745 #> 1104 http://id.who.int/icd/entity/981844848 #> 1105 http://id.who.int/icd/entity/524852916 #> 1106 http://id.who.int/icd/entity/515563584 #> 1107 http://id.who.int/icd/entity/997703044 #> 1108 #> 1109 #> 1110 http://id.who.int/icd/entity/426734182 #> 1111 http://id.who.int/icd/entity/336704235 #> 1112 http://id.who.int/icd/entity/1901756287 #> 1113 http://id.who.int/icd/entity/818364947 #> 1114 http://id.who.int/icd/entity/987446104 #> 1115 #> 1116 #> 1117 http://id.who.int/icd/entity/691643472 #> 1118 http://id.who.int/icd/entity/1144812971 #> 1119 http://id.who.int/icd/entity/1359806843 #> 1120 #> 1121 #> 1122 http://id.who.int/icd/entity/1300710062 #> 1123 http://id.who.int/icd/entity/245322245 #> 1124 #> 1125 #> 1126 http://id.who.int/icd/entity/233404891 #> 1127 http://id.who.int/icd/entity/29932455 #> 1128 #> 1129 #> 1130 http://id.who.int/icd/entity/1981398038 #> 1131 http://id.who.int/icd/entity/1147802348 #> 1132 http://id.who.int/icd/entity/149518956 #> 1133 http://id.who.int/icd/entity/81161274 #> 1134 http://id.who.int/icd/entity/1018951801 #> 1135 http://id.who.int/icd/entity/1793160341 #> 1136 http://id.who.int/icd/entity/1839380478 #> 1137 http://id.who.int/icd/entity/508306538 #> 1138 http://id.who.int/icd/entity/420472577 #> 1139 http://id.who.int/icd/entity/1684468291 #> 1140 http://id.who.int/icd/entity/699075426 #> 1141 #> 1142 #> 1143 http://id.who.int/icd/entity/110923694 #> 1144 http://id.who.int/icd/entity/2073226578 #> 1145 http://id.who.int/icd/entity/331838766 #> 1146 http://id.who.int/icd/entity/1786015803 #> 1147 http://id.who.int/icd/entity/1672730125 #> 1148 #> 1149 #> 1150 http://id.who.int/icd/entity/211329077 #> 1151 http://id.who.int/icd/entity/855969668 #> 1152 #> 1153 #> 1154 http://id.who.int/icd/entity/773550674 #> 1155 http://id.who.int/icd/entity/833355630 #> 1156 http://id.who.int/icd/entity/625932159 #> 1157 http://id.who.int/icd/entity/2019647878 #> 1158 #> 1159 http://id.who.int/icd/entity/8864887 #> 1160 http://id.who.int/icd/entity/1430965006 #> 1161 http://id.who.int/icd/entity/1235412948 #> 1162 http://id.who.int/icd/entity/1738843761 #> 1163 http://id.who.int/icd/entity/1581599493 #> 1164 #> 1165 #> 1166 http://id.who.int/icd/entity/1611980611 #> 1167 http://id.who.int/icd/entity/1468530237 #> 1168 http://id.who.int/icd/entity/1963207768 #> 1169 http://id.who.int/icd/entity/1515439945 #> 1170 http://id.who.int/icd/entity/1613358778 #> 1171 http://id.who.int/icd/entity/517546180 #> 1172 http://id.who.int/icd/entity/631263622 #> 1173 http://id.who.int/icd/entity/877055215 #> 1174 http://id.who.int/icd/entity/1632520399 #> 1175 http://id.who.int/icd/entity/585339631 #> 1176 http://id.who.int/icd/entity/1988933820 #> 1177 #> 1178 #> 1179 http://id.who.int/icd/entity/1587058820 #> 1180 http://id.who.int/icd/entity/2082163425 #> 1181 http://id.who.int/icd/entity/1267231647 #> 1182 #> 1183 #> 1184 http://id.who.int/icd/entity/783045723 #> 1185 #> 1186 #> 1187 http://id.who.int/icd/entity/1062906118 #> 1188 http://id.who.int/icd/entity/460184638 #> 1189 http://id.who.int/icd/entity/1099674056 #> 1190 http://id.who.int/icd/entity/971902553 #> 1191 http://id.who.int/icd/entity/381281608 #> 1192 #> 1193 http://id.who.int/icd/entity/803161771 #> 1194 #> 1195 http://id.who.int/icd/entity/1174774181 #> 1196 http://id.who.int/icd/entity/797822185 #> 1197 http://id.who.int/icd/entity/305908598 #> 1198 http://id.who.int/icd/entity/2003830496 #> 1199 http://id.who.int/icd/entity/64837151 #> 1200 http://id.who.int/icd/entity/77501812 #> 1201 http://id.who.int/icd/entity/293282687 #> 1202 http://id.who.int/icd/entity/871952666 #> 1203 http://id.who.int/icd/entity/1792850491 #> 1204 #> 1205 #> 1206 http://id.who.int/icd/entity/1946973604 #> 1207 http://id.who.int/icd/entity/950282079 #> 1208 http://id.who.int/icd/entity/952730197 #> 1209 http://id.who.int/icd/entity/803046659 #> 1210 http://id.who.int/icd/entity/1890408959 #> 1211 http://id.who.int/icd/entity/257833622 #> 1212 http://id.who.int/icd/entity/1029172881 #> 1213 http://id.who.int/icd/entity/407807101 #> 1214 http://id.who.int/icd/entity/42599396 #> 1215 http://id.who.int/icd/entity/2077559619 #> 1216 http://id.who.int/icd/entity/697911710 #> 1217 http://id.who.int/icd/entity/1418101362 #> 1218 #> 1219 #> 1220 http://id.who.int/icd/entity/1572490549 #> 1221 http://id.who.int/icd/entity/1239211846 #> 1222 http://id.who.int/icd/entity/1726842351 #> 1223 #> 1224 #> 1225 http://id.who.int/icd/entity/1997215876 #> 1226 http://id.who.int/icd/entity/292791567 #> 1227 #> 1228 #> 1229 http://id.who.int/icd/entity/82152208 #> 1230 http://id.who.int/icd/entity/1475987117 #> 1231 #> 1232 #> 1233 http://id.who.int/icd/entity/1219149360 #> 1234 http://id.who.int/icd/entity/45411563 #> 1235 http://id.who.int/icd/entity/526287100 #> 1236 http://id.who.int/icd/entity/1811140613 #> 1237 http://id.who.int/icd/entity/1742380769 #> 1238 http://id.who.int/icd/entity/2048216430 #> 1239 http://id.who.int/icd/entity/1953986082 #> 1240 http://id.who.int/icd/entity/2018948190 #> 1241 http://id.who.int/icd/entity/1815409370 #> 1242 http://id.who.int/icd/entity/1612001446 #> 1243 #> 1244 #> 1245 http://id.who.int/icd/entity/702525006 #> 1246 http://id.who.int/icd/entity/680227490 #> 1247 http://id.who.int/icd/entity/705015637 #> 1248 http://id.who.int/icd/entity/963887455 #> 1249 #> 1250 #> 1251 http://id.who.int/icd/entity/418815799 #> 1252 http://id.who.int/icd/entity/1720785883 #> 1253 http://id.who.int/icd/entity/1168698390 #> 1254 http://id.who.int/icd/entity/745285555 #> 1255 http://id.who.int/icd/entity/964482216 #> 1256 http://id.who.int/icd/entity/2058944823 #> 1257 http://id.who.int/icd/entity/1804127841 #> 1258 http://id.who.int/icd/entity/2100138081 #> 1259 #> 1260 http://id.who.int/icd/entity/1592172566 #> 1261 http://id.who.int/icd/entity/1275688866 #> 1262 http://id.who.int/icd/entity/1274434319 #> 1263 http://id.who.int/icd/entity/1949023870 #> 1264 #> 1265 #> 1266 #> 1267 http://id.who.int/icd/entity/450630526 #> 1268 http://id.who.int/icd/entity/1327154972 #> 1269 http://id.who.int/icd/entity/352523899 #> 1270 http://id.who.int/icd/entity/83430037 #> 1271 http://id.who.int/icd/entity/921755282 #> 1272 http://id.who.int/icd/entity/153957345 #> 1273 http://id.who.int/icd/entity/1052643999 #> 1274 http://id.who.int/icd/entity/1638811270 #> 1275 http://id.who.int/icd/entity/684005900 #> 1276 http://id.who.int/icd/entity/958629729 #> 1277 http://id.who.int/icd/entity/1301206942 #> 1278 http://id.who.int/icd/entity/1254954229 #> 1279 http://id.who.int/icd/entity/589245621 #> 1280 http://id.who.int/icd/entity/1179967777 #> 1281 http://id.who.int/icd/entity/855224800 #> 1282 http://id.who.int/icd/entity/1998421548 #> 1283 http://id.who.int/icd/entity/1550338805 #> 1284 http://id.who.int/icd/entity/901411509 #> 1285 http://id.who.int/icd/entity/1358020385 #> 1286 http://id.who.int/icd/entity/1046496266 #> 1287 http://id.who.int/icd/entity/1972636482 #> 1288 http://id.who.int/icd/entity/1791207220 #> 1289 #> 1290 #> 1291 #> 1292 #> 1293 http://id.who.int/icd/entity/1528863768 #> 1294 http://id.who.int/icd/entity/331115338 #> 1295 http://id.who.int/icd/entity/1616050398 #> 1296 http://id.who.int/icd/entity/1995941600 #> 1297 http://id.who.int/icd/entity/352299041 #> 1298 http://id.who.int/icd/entity/39515681 #> 1299 http://id.who.int/icd/entity/1729182645 #> 1300 #> 1301 #> 1302 http://id.who.int/icd/entity/2022303330 #> 1303 http://id.who.int/icd/entity/98595592 #> 1304 http://id.who.int/icd/entity/911785965 #> 1305 http://id.who.int/icd/entity/216625985 #> 1306 http://id.who.int/icd/entity/2119495866 #> 1307 #> 1308 #> 1309 http://id.who.int/icd/entity/588958190 #> 1310 http://id.who.int/icd/entity/214592620 #> 1311 http://id.who.int/icd/entity/15445528 #> 1312 http://id.who.int/icd/entity/583219258 #> 1313 http://id.who.int/icd/entity/357570888 #> 1314 #> 1315 #> 1316 http://id.who.int/icd/entity/1678636940 #> 1317 http://id.who.int/icd/entity/713946165 #> 1318 http://id.who.int/icd/entity/316694644 #> 1319 http://id.who.int/icd/entity/811840017 #> 1320 http://id.who.int/icd/entity/133206895 #> 1321 #> 1322 #> 1323 http://id.who.int/icd/entity/1510618119 #> 1324 http://id.who.int/icd/entity/962107653 #> 1325 http://id.who.int/icd/entity/2018018546 #> 1326 http://id.who.int/icd/entity/596808334 #> 1327 http://id.who.int/icd/entity/216388623 #> 1328 http://id.who.int/icd/entity/1385484871 #> 1329 http://id.who.int/icd/entity/474972159 #> 1330 #> 1331 #> 1332 http://id.who.int/icd/entity/2009008947 #> 1333 http://id.who.int/icd/entity/1643222460 #> 1334 http://id.who.int/icd/entity/1965082709 #> 1335 http://id.who.int/icd/entity/1625755389 #> 1336 http://id.who.int/icd/entity/2072379825 #> 1337 http://id.who.int/icd/entity/1493554134 #> 1338 http://id.who.int/icd/entity/1985099973 #> 1339 #> 1340 #> 1341 http://id.who.int/icd/entity/1210287093 #> 1342 http://id.who.int/icd/entity/1102292672 #> 1343 http://id.who.int/icd/entity/1664120027 #> 1344 http://id.who.int/icd/entity/1419990437 #> 1345 #> 1346 #> 1347 http://id.who.int/icd/entity/1651102476 #> 1348 http://id.who.int/icd/entity/1174658956 #> 1349 http://id.who.int/icd/entity/1874192155 #> 1350 http://id.who.int/icd/entity/1572614942 #> 1351 http://id.who.int/icd/entity/1650581103 #> 1352 #> 1353 #> 1354 http://id.who.int/icd/entity/1100526834 #> 1355 http://id.who.int/icd/entity/405689402 #> 1356 http://id.who.int/icd/entity/691471049 #> 1357 #> 1358 #> 1359 http://id.who.int/icd/entity/1348470541 #> 1360 http://id.who.int/icd/entity/361875781 #> 1361 http://id.who.int/icd/entity/986063444 #> 1362 #> 1363 #> 1364 http://id.who.int/icd/entity/800945476 #> 1365 http://id.who.int/icd/entity/120669036 #> 1366 http://id.who.int/icd/entity/1041071513 #> 1367 http://id.who.int/icd/entity/479113214 #> 1368 #> 1369 #> 1370 http://id.who.int/icd/entity/423002561 #> 1371 http://id.who.int/icd/entity/1488198806 #> 1372 http://id.who.int/icd/entity/2111451719 #> 1373 http://id.who.int/icd/entity/2050477809 #> 1374 http://id.who.int/icd/entity/965491615 #> 1375 #> 1376 #> 1377 http://id.who.int/icd/entity/2131977134 #> 1378 http://id.who.int/icd/entity/1617583339 #> 1379 http://id.who.int/icd/entity/394490040 #> 1380 http://id.who.int/icd/entity/536268676 #> 1381 #> 1382 #> 1383 http://id.who.int/icd/entity/2055720774 #> 1384 http://id.who.int/icd/entity/1444610847 #> 1385 http://id.who.int/icd/entity/1872567422 #> 1386 http://id.who.int/icd/entity/399434138 #> 1387 #> 1388 #> 1389 http://id.who.int/icd/entity/1991400753 #> 1390 http://id.who.int/icd/entity/1153141048 #> 1391 http://id.who.int/icd/entity/472732541 #> 1392 http://id.who.int/icd/entity/974906949 #> 1393 #> 1394 #> 1395 http://id.who.int/icd/entity/644500343 #> 1396 http://id.who.int/icd/entity/430006121 #> 1397 http://id.who.int/icd/entity/40635646 #> 1398 #> 1399 #> 1400 http://id.who.int/icd/entity/819644414 #> 1401 http://id.who.int/icd/entity/468657126 #> 1402 http://id.who.int/icd/entity/319870485 #> 1403 #> 1404 #> 1405 http://id.who.int/icd/entity/990494080 #> 1406 http://id.who.int/icd/entity/1251935150 #> 1407 http://id.who.int/icd/entity/2072916704 #> 1408 http://id.who.int/icd/entity/1532363988 #> 1409 #> 1410 #> 1411 http://id.who.int/icd/entity/979754709 #> 1412 http://id.who.int/icd/entity/1729842914 #> 1413 http://id.who.int/icd/entity/1319990901 #> 1414 http://id.who.int/icd/entity/2091164276 #> 1415 http://id.who.int/icd/entity/415433773 #> 1416 #> 1417 #> 1418 http://id.who.int/icd/entity/1132023553 #> 1419 http://id.who.int/icd/entity/1961520767 #> 1420 http://id.who.int/icd/entity/160795619 #> 1421 http://id.who.int/icd/entity/654289190 #> 1422 http://id.who.int/icd/entity/1128819057 #> 1423 http://id.who.int/icd/entity/1544901926 #> 1424 #> 1425 #> 1426 http://id.who.int/icd/entity/794095161 #> 1427 http://id.who.int/icd/entity/304997495 #> 1428 http://id.who.int/icd/entity/2044047639 #> 1429 http://id.who.int/icd/entity/1635251327 #> 1430 #> 1431 #> 1432 http://id.who.int/icd/entity/2003184099 #> 1433 http://id.who.int/icd/entity/1822674187 #> 1434 #> 1435 #> 1436 http://id.who.int/icd/entity/63666460 #> 1437 http://id.who.int/icd/entity/941510114 #> 1438 http://id.who.int/icd/entity/1784082025 #> 1439 http://id.who.int/icd/entity/1173110787 #> 1440 #> 1441 #> 1442 #> 1443 http://id.who.int/icd/entity/1719710858 #> 1444 http://id.who.int/icd/entity/446537607 #> 1445 #> 1446 #> 1447 http://id.who.int/icd/entity/359540510 #> 1448 http://id.who.int/icd/entity/755941113 #> 1449 #> 1450 #> 1451 http://id.who.int/icd/entity/1881533064 #> 1452 http://id.who.int/icd/entity/917590633 #> 1453 http://id.who.int/icd/entity/79201902 #> 1454 #> 1455 #> 1456 http://id.who.int/icd/entity/76069495 #> 1457 http://id.who.int/icd/entity/844333740 #> 1458 #> 1459 #> 1460 http://id.who.int/icd/entity/1640200163 #> 1461 http://id.who.int/icd/entity/318430338 #> 1462 http://id.who.int/icd/entity/552798341 #> 1463 #> 1464 #> 1465 http://id.who.int/icd/entity/480928417 #> 1466 http://id.who.int/icd/entity/449228684 #> 1467 http://id.who.int/icd/entity/760581878 #> 1468 http://id.who.int/icd/entity/921330276 #> 1469 #> 1470 http://id.who.int/icd/entity/2044833589 #> 1471 http://id.who.int/icd/entity/342470657 #> 1472 http://id.who.int/icd/entity/603623807 #> 1473 #> 1474 http://id.who.int/icd/entity/1172876400 #> 1475 http://id.who.int/icd/entity/839740136 #> 1476 #> 1477 #> 1478 http://id.who.int/icd/entity/547578362 #> 1479 http://id.who.int/icd/entity/294167983 #> 1480 http://id.who.int/icd/entity/2120146891 #> 1481 http://id.who.int/icd/entity/1582541971 #> 1482 http://id.who.int/icd/entity/2094038774 #> 1483 http://id.who.int/icd/entity/1065258785 #> 1484 #> 1485 #> 1486 #> 1487 #> 1488 http://id.who.int/icd/entity/1410216197 #> 1489 http://id.who.int/icd/entity/215991659 #> 1490 #> 1491 #> 1492 http://id.who.int/icd/entity/826670225 #> 1493 http://id.who.int/icd/entity/680629191 #> 1494 #> 1495 #> 1496 http://id.who.int/icd/entity/1118531333 #> 1497 http://id.who.int/icd/entity/472349708 #> 1498 #> 1499 #> 1500 #> 1501 http://id.who.int/icd/entity/911859018 #> 1502 http://id.who.int/icd/entity/669033105 #> 1503 http://id.who.int/icd/entity/829915640 #> 1504 http://id.who.int/icd/entity/1934528268 #> 1505 #> 1506 #> 1507 http://id.who.int/icd/entity/1417891145 #> 1508 #> 1509 #> 1510 http://id.who.int/icd/entity/1103107484 #> 1511 http://id.who.int/icd/entity/923467822 #> 1512 #> 1513 #> 1514 http://id.who.int/icd/entity/1397617262 #> 1515 http://id.who.int/icd/entity/1855471719 #> 1516 http://id.who.int/icd/entity/728553280 #> 1517 #> 1518 #> 1519 http://id.who.int/icd/entity/150210507 #> 1520 http://id.who.int/icd/entity/906379260 #> 1521 http://id.who.int/icd/entity/1527322574 #> 1522 http://id.who.int/icd/entity/1182663077 #> 1523 http://id.who.int/icd/entity/1585809486 #> 1524 #> 1525 #> 1526 http://id.who.int/icd/entity/1135366344 #> 1527 http://id.who.int/icd/entity/1777129612 #> 1528 http://id.who.int/icd/entity/1148257852 #> 1529 #> 1530 #> 1531 http://id.who.int/icd/entity/1975721108 #> 1532 http://id.who.int/icd/entity/1369513329 #> 1533 http://id.who.int/icd/entity/1469325809 #> 1534 #> 1535 #> 1536 #> 1537 http://id.who.int/icd/entity/1892026854 #> 1538 http://id.who.int/icd/entity/1696330825 #> 1539 http://id.who.int/icd/entity/425095558 #> 1540 http://id.who.int/icd/entity/1590340268 #> 1541 #> 1542 #> 1543 http://id.who.int/icd/entity/963821314 #> 1544 http://id.who.int/icd/entity/1265576634 #> 1545 http://id.who.int/icd/entity/758254866 #> 1546 http://id.who.int/icd/entity/871442980 #> 1547 #> 1548 #> 1549 http://id.who.int/icd/entity/1751848361 #> 1550 http://id.who.int/icd/entity/689022096 #> 1551 #> 1552 #> 1553 http://id.who.int/icd/entity/315492123 #> 1554 http://id.who.int/icd/entity/861313622 #> 1555 #> 1556 #> 1557 http://id.who.int/icd/entity/1717786596 #> 1558 http://id.who.int/icd/entity/104485936 #> 1559 #> 1560 #> 1561 #> 1562 #> 1563 http://id.who.int/icd/entity/774170412 #> 1564 http://id.who.int/icd/entity/1134901606 #> 1565 #> 1566 #> 1567 http://id.who.int/icd/entity/1113099195 #> 1568 http://id.who.int/icd/entity/1316028436 #> 1569 http://id.who.int/icd/entity/1721143857 #> 1570 #> 1571 #> 1572 http://id.who.int/icd/entity/642412809 #> 1573 http://id.who.int/icd/entity/59190475 #> 1574 #> 1575 #> 1576 #> 1577 http://id.who.int/icd/entity/655574575 #> 1578 http://id.who.int/icd/entity/168138050 #> 1579 http://id.who.int/icd/entity/1100168891 #> 1580 http://id.who.int/icd/entity/1927831331 #> 1581 http://id.who.int/icd/entity/585238371 #> 1582 #> 1583 #> 1584 #> 1585 #> 1586 http://id.who.int/icd/entity/542147910 #> 1587 http://id.who.int/icd/entity/1663659989 #> 1588 http://id.who.int/icd/entity/1421495979 #> 1589 #> 1590 #> 1591 http://id.who.int/icd/entity/1425921467 #> 1592 http://id.who.int/icd/entity/396516864 #> 1593 http://id.who.int/icd/entity/45264155 #> 1594 http://id.who.int/icd/entity/770000396 #> 1595 #> 1596 http://id.who.int/icd/entity/1404966610 #> 1597 http://id.who.int/icd/entity/1605020868 #> 1598 http://id.who.int/icd/entity/1097637010 #> 1599 http://id.who.int/icd/entity/1556608523 #> 1600 http://id.who.int/icd/entity/1294035808 #> 1601 http://id.who.int/icd/entity/1245806134 #> 1602 #> 1603 #> 1604 http://id.who.int/icd/entity/1938186540 #> 1605 http://id.who.int/icd/entity/1253728223 #> 1606 #> 1607 #> 1608 http://id.who.int/icd/entity/922082116 #> 1609 http://id.who.int/icd/entity/15874829 #> 1610 #> 1611 #> 1612 http://id.who.int/icd/entity/1511346466 #> 1613 http://id.who.int/icd/entity/1219877641 #> 1614 http://id.who.int/icd/entity/187338184 #> 1615 http://id.who.int/icd/entity/1018801334 #> 1616 #> 1617 #> 1618 http://id.who.int/icd/entity/1707654227 #> 1619 http://id.who.int/icd/entity/1393178521 #> 1620 http://id.who.int/icd/entity/947057531 #> 1621 http://id.who.int/icd/entity/298109934 #> 1622 #> 1623 #> 1624 http://id.who.int/icd/entity/267067189 #> 1625 http://id.who.int/icd/entity/1601321941 #> 1626 http://id.who.int/icd/entity/761397346 #> 1627 #> 1628 #> 1629 http://id.who.int/icd/entity/1159416016 #> 1630 http://id.who.int/icd/entity/1531247510 #> 1631 http://id.who.int/icd/entity/2070602706 #> 1632 http://id.who.int/icd/entity/1508454837 #> 1633 #> 1634 #> 1635 http://id.who.int/icd/entity/1071237724 #> 1636 http://id.who.int/icd/entity/1571104786 #> 1637 http://id.who.int/icd/entity/829265348 #> 1638 http://id.who.int/icd/entity/417049941 #> 1639 #> 1640 #> 1641 #> 1642 http://id.who.int/icd/entity/1445684773 #> 1643 http://id.who.int/icd/entity/1078206702 #> 1644 http://id.who.int/icd/entity/706528063 #> 1645 http://id.who.int/icd/entity/262294384 #> 1646 http://id.who.int/icd/entity/942762510 #> 1647 http://id.who.int/icd/entity/2007774165 #> 1648 http://id.who.int/icd/entity/144642394 #> 1649 #> 1650 #> 1651 http://id.who.int/icd/entity/621800828 #> 1652 http://id.who.int/icd/entity/440376179 #> 1653 http://id.who.int/icd/entity/766294541 #> 1654 http://id.who.int/icd/entity/951863576 #> 1655 #> 1656 #> 1657 http://id.who.int/icd/entity/1893076536 #> 1658 http://id.who.int/icd/entity/345015544 #> 1659 http://id.who.int/icd/entity/587441542 #> 1660 http://id.who.int/icd/entity/1779506452 #> 1661 #> 1662 http://id.who.int/icd/entity/726493579 #> 1663 http://id.who.int/icd/entity/638874599 #> 1664 #> 1665 #> 1666 http://id.who.int/icd/entity/75194057 #> 1667 http://id.who.int/icd/entity/1564166225 #> 1668 http://id.who.int/icd/entity/1397705739 #> 1669 #> 1670 http://id.who.int/icd/entity/946898373 #> 1671 http://id.who.int/icd/entity/1223729307 #> 1672 #> 1673 http://id.who.int/icd/entity/1289606460 #> 1674 http://id.who.int/icd/entity/1086221462 #> 1675 http://id.who.int/icd/entity/1750728373 #> 1676 #> 1677 http://id.who.int/icd/entity/697702574 #> 1678 http://id.who.int/icd/entity/1404882567 #> 1679 #> 1680 http://id.who.int/icd/entity/1630573405 #> 1681 http://id.who.int/icd/entity/2001442307 #> 1682 http://id.who.int/icd/entity/1439188070 #> 1683 http://id.who.int/icd/entity/2118161494 #> 1684 #> 1685 #> 1686 http://id.who.int/icd/entity/316539081 #> 1687 http://id.who.int/icd/entity/1418562110 #> 1688 http://id.who.int/icd/entity/1800431439 #> 1689 http://id.who.int/icd/entity/2045832550 #> 1690 http://id.who.int/icd/entity/445249863 #> 1691 http://id.who.int/icd/entity/1315163160 #> 1692 http://id.who.int/icd/entity/1826627197 #> 1693 #> 1694 #> 1695 http://id.who.int/icd/entity/855261561 #> 1696 http://id.who.int/icd/entity/369414280 #> 1697 #> 1698 #> 1699 http://id.who.int/icd/entity/1718833206 #> 1700 http://id.who.int/icd/entity/1351671383 #> 1701 http://id.who.int/icd/entity/381956131 #> 1702 http://id.who.int/icd/entity/33869057 #> 1703 #> 1704 #> 1705 http://id.who.int/icd/entity/554855119 #> 1706 http://id.who.int/icd/entity/1175864087 #> 1707 http://id.who.int/icd/entity/1802183757 #> 1708 #> 1709 http://id.who.int/icd/entity/2119272674 #> 1710 http://id.who.int/icd/entity/87363774 #> 1711 http://id.who.int/icd/entity/952267142 #> 1712 #> 1713 #> 1714 #> 1715 http://id.who.int/icd/entity/1706880799 #> 1716 http://id.who.int/icd/entity/488336723 #> 1717 http://id.who.int/icd/entity/737272884 #> 1718 http://id.who.int/icd/entity/265961407 #> 1719 http://id.who.int/icd/entity/507290324 #> 1720 http://id.who.int/icd/entity/144309462 #> 1721 #> 1722 #> 1723 http://id.who.int/icd/entity/1448983042 #> 1724 http://id.who.int/icd/entity/1049028857 #> 1725 http://id.who.int/icd/entity/516478127 #> 1726 #> 1727 http://id.who.int/icd/entity/1203447657 #> 1728 http://id.who.int/icd/entity/472025101 #> 1729 http://id.who.int/icd/entity/138464905 #> 1730 http://id.who.int/icd/entity/73469173 #> 1731 #> 1732 #> 1733 http://id.who.int/icd/entity/712393740 #> 1734 http://id.who.int/icd/entity/680322043 #> 1735 http://id.who.int/icd/entity/1833969739 #> 1736 #> 1737 #> 1738 http://id.who.int/icd/entity/442019384 #> 1739 http://id.who.int/icd/entity/355612100 #> 1740 http://id.who.int/icd/entity/986576766 #> 1741 #> 1742 #> 1743 http://id.who.int/icd/entity/1950900731 #> 1744 http://id.who.int/icd/entity/1731312506 #> 1745 http://id.who.int/icd/entity/733901315 #> 1746 #> 1747 #> 1748 http://id.who.int/icd/entity/315445782 #> 1749 http://id.who.int/icd/entity/1678770330 #> 1750 http://id.who.int/icd/entity/626946920 #> 1751 http://id.who.int/icd/entity/1934564626 #> 1752 http://id.who.int/icd/entity/1241724628 #> 1753 http://id.who.int/icd/entity/295732875 #> 1754 #> 1755 #> 1756 #> 1757 #> 1758 http://id.who.int/icd/entity/376183718 #> 1759 http://id.who.int/icd/entity/888129987 #> 1760 #> 1761 #> 1762 http://id.who.int/icd/entity/131965197 #> 1763 http://id.who.int/icd/entity/680151582 #> 1764 http://id.who.int/icd/entity/1621745746 #> 1765 #> 1766 #> 1767 #> 1768 #> 1769 http://id.who.int/icd/entity/1047754165 #> 1770 http://id.who.int/icd/entity/457240160 #> 1771 http://id.who.int/icd/entity/2090549892 #> 1772 http://id.who.int/icd/entity/175963120 #> 1773 http://id.who.int/icd/entity/107769421 #> 1774 http://id.who.int/icd/entity/619691048 #> 1775 http://id.who.int/icd/entity/326933846 #> 1776 http://id.who.int/icd/entity/692664921 #> 1777 http://id.who.int/icd/entity/986359233 #> 1778 http://id.who.int/icd/entity/147026376 #> 1779 http://id.who.int/icd/entity/924753077 #> 1780 http://id.who.int/icd/entity/1258896144 #> 1781 #> 1782 #> 1783 http://id.who.int/icd/entity/751805133 #> 1784 http://id.who.int/icd/entity/1530443809 #> 1785 http://id.who.int/icd/entity/247568702 #> 1786 http://id.who.int/icd/entity/360609196 #> 1787 http://id.who.int/icd/entity/146824338 #> 1788 #> 1789 #> 1790 http://id.who.int/icd/entity/798353632 #> 1791 http://id.who.int/icd/entity/1569909893 #> 1792 http://id.who.int/icd/entity/1778503163 #> 1793 http://id.who.int/icd/entity/1649345016 #> 1794 #> 1795 #> 1796 http://id.who.int/icd/entity/1302193697 #> 1797 http://id.who.int/icd/entity/589965966 #> 1798 http://id.who.int/icd/entity/1588787831 #> 1799 http://id.who.int/icd/entity/1158485735 #> 1800 #> 1801 #> 1802 http://id.who.int/icd/entity/685124533 #> 1803 http://id.who.int/icd/entity/292186178 #> 1804 http://id.who.int/icd/entity/315825558 #> 1805 http://id.who.int/icd/entity/996484353 #> 1806 http://id.who.int/icd/entity/259283045 #> 1807 http://id.who.int/icd/entity/377683031 #> 1808 http://id.who.int/icd/entity/869438441 #> 1809 #> 1810 #> 1811 http://id.who.int/icd/entity/208782658 #> 1812 http://id.who.int/icd/entity/148207042 #> 1813 http://id.who.int/icd/entity/551209361 #> 1814 http://id.who.int/icd/entity/1074379931 #> 1815 http://id.who.int/icd/entity/455713450 #> 1816 #> 1817 #> 1818 http://id.who.int/icd/entity/459381514 #> 1819 http://id.who.int/icd/entity/1365341249 #> 1820 #> 1821 #> 1822 http://id.who.int/icd/entity/821359459 #> 1823 http://id.who.int/icd/entity/1972855304 #> 1824 #> 1825 #> 1826 http://id.who.int/icd/entity/959493854 #> 1827 http://id.who.int/icd/entity/671511103 #> 1828 http://id.who.int/icd/entity/395055399 #> 1829 http://id.who.int/icd/entity/388735319 #> 1830 http://id.who.int/icd/entity/225222541 #> 1831 http://id.who.int/icd/entity/575106861 #> 1832 http://id.who.int/icd/entity/1130568776 #> 1833 http://id.who.int/icd/entity/845680139 #> 1834 http://id.who.int/icd/entity/130578959 #> 1835 http://id.who.int/icd/entity/1711927798 #> 1836 #> 1837 #> 1838 #> 1839 http://id.who.int/icd/entity/1256072522 #> 1840 http://id.who.int/icd/entity/1544785014 #> 1841 http://id.who.int/icd/entity/261293318 #> 1842 http://id.who.int/icd/entity/156186129 #> 1843 http://id.who.int/icd/entity/128151553 #> 1844 #> 1845 #> 1846 http://id.who.int/icd/entity/1551596364 #> 1847 http://id.who.int/icd/entity/367402464 #> 1848 #> 1849 #> 1850 http://id.who.int/icd/entity/1894406676 #> 1851 http://id.who.int/icd/entity/673566475 #> 1852 http://id.who.int/icd/entity/1915129755 #> 1853 #> 1854 #> 1855 http://id.who.int/icd/entity/969101922 #> 1856 http://id.who.int/icd/entity/186592209 #> 1857 http://id.who.int/icd/entity/574863499 #> 1858 #> 1859 #> 1860 http://id.who.int/icd/entity/1552457716 #> 1861 http://id.who.int/icd/entity/1510677183 #> 1862 #> 1863 #> 1864 http://id.who.int/icd/entity/5747278 #> 1865 http://id.who.int/icd/entity/1877062675 #> 1866 #> 1867 #> 1868 http://id.who.int/icd/entity/1299055263 #> 1869 #> 1870 http://id.who.int/icd/entity/1096290580 #> 1871 http://id.who.int/icd/entity/1048613131 #> 1872 http://id.who.int/icd/entity/825917541 #> 1873 #> 1874 #> 1875 http://id.who.int/icd/entity/1540054175 #> 1876 http://id.who.int/icd/entity/2135776892 #> 1877 #> 1878 #> 1879 http://id.who.int/icd/entity/795216992 #> 1880 http://id.who.int/icd/entity/1470811231 #> 1881 #> 1882 #> 1883 http://id.who.int/icd/entity/1705187418 #> 1884 http://id.who.int/icd/entity/1661934843 #> 1885 http://id.who.int/icd/entity/2024861803 #> 1886 http://id.who.int/icd/entity/1513300494 #> 1887 #> 1888 #> 1889 http://id.who.int/icd/entity/1244512758 #> 1890 http://id.who.int/icd/entity/1907332818 #> 1891 http://id.who.int/icd/entity/1981804514 #> 1892 http://id.who.int/icd/entity/1237451411 #> 1893 #> 1894 #> 1895 http://id.who.int/icd/entity/1800186673 #> 1896 http://id.who.int/icd/entity/20708394 #> 1897 http://id.who.int/icd/entity/1525098224 #> 1898 http://id.who.int/icd/entity/1395410103 #> 1899 #> 1900 #> 1901 #> 1902 #> 1903 http://id.who.int/icd/entity/1376721186 #> 1904 http://id.who.int/icd/entity/2033444200 #> 1905 http://id.who.int/icd/entity/1193234571 #> 1906 http://id.who.int/icd/entity/464839824 #> 1907 http://id.who.int/icd/entity/1856595996 #> 1908 #> 1909 #> 1910 http://id.who.int/icd/entity/477636850 #> 1911 http://id.who.int/icd/entity/715606262 #> 1912 http://id.who.int/icd/entity/1035484987 #> 1913 #> 1914 #> 1915 http://id.who.int/icd/entity/1758820365 #> 1916 http://id.who.int/icd/entity/1254844927 #> 1917 http://id.who.int/icd/entity/53770492 #> 1918 http://id.who.int/icd/entity/1855353671 #> 1919 #> 1920 #> 1921 http://id.who.int/icd/entity/456911769 #> 1922 http://id.who.int/icd/entity/1596057495 #> 1923 http://id.who.int/icd/entity/1151208199 #> 1924 http://id.who.int/icd/entity/1713232228 #> 1925 #> 1926 #> 1927 http://id.who.int/icd/entity/1872149350 #> 1928 http://id.who.int/icd/entity/228504985 #> 1929 http://id.who.int/icd/entity/1493520953 #> 1930 #> 1931 #> 1932 http://id.who.int/icd/entity/2121278989 #> 1933 http://id.who.int/icd/entity/27112793 #> 1934 http://id.who.int/icd/entity/874780782 #> 1935 http://id.who.int/icd/entity/371493863 #> 1936 http://id.who.int/icd/entity/369197946 #> 1937 #> 1938 #> 1939 http://id.who.int/icd/entity/982190055 #> 1940 http://id.who.int/icd/entity/798749948 #> 1941 http://id.who.int/icd/entity/713179243 #> 1942 http://id.who.int/icd/entity/219686553 #> 1943 #> 1944 #> 1945 #> 1946 #> 1947 http://id.who.int/icd/entity/1120037543 #> 1948 http://id.who.int/icd/entity/447433352 #> 1949 http://id.who.int/icd/entity/367567172 #> 1950 http://id.who.int/icd/entity/929788705 #> 1951 http://id.who.int/icd/entity/1227619262 #> 1952 http://id.who.int/icd/entity/320540024 #> 1953 http://id.who.int/icd/entity/578519098 #> 1954 #> 1955 #> 1956 http://id.who.int/icd/entity/1766185236 #> 1957 http://id.who.int/icd/entity/634124554 #> 1958 http://id.who.int/icd/entity/2110009016 #> 1959 http://id.who.int/icd/entity/591280607 #> 1960 #> 1961 #> 1962 http://id.who.int/icd/entity/202249350 #> 1963 http://id.who.int/icd/entity/426586758 #> 1964 http://id.who.int/icd/entity/728032899 #> 1965 #> 1966 #> 1967 #> 1968 #> 1969 #> 1970 http://id.who.int/icd/entity/1594217552 #> 1971 http://id.who.int/icd/entity/1979211198 #> 1972 http://id.who.int/icd/entity/1467715547 #> 1973 http://id.who.int/icd/entity/2023965817 #> 1974 http://id.who.int/icd/entity/440437263 #> 1975 http://id.who.int/icd/entity/483273481 #> 1976 #> 1977 #> 1978 http://id.who.int/icd/entity/1917052637 #> 1979 http://id.who.int/icd/entity/577085257 #> 1980 http://id.who.int/icd/entity/15093038 #> 1981 http://id.who.int/icd/entity/800171581 #> 1982 http://id.who.int/icd/entity/501778925 #> 1983 http://id.who.int/icd/entity/863766301 #> 1984 http://id.who.int/icd/entity/995482988 #> 1985 http://id.who.int/icd/entity/1579028734 #> 1986 http://id.who.int/icd/entity/716390401 #> 1987 http://id.who.int/icd/entity/1341689237 #> 1988 http://id.who.int/icd/entity/1008082433 #> 1989 http://id.who.int/icd/entity/1499321237 #> 1990 #> 1991 #> 1992 http://id.who.int/icd/entity/902978494 #> 1993 #> 1994 http://id.who.int/icd/entity/1619106991 #> 1995 http://id.who.int/icd/entity/1976635094 #> 1996 http://id.who.int/icd/entity/278577988 #> 1997 http://id.who.int/icd/entity/1681363901 #> 1998 http://id.who.int/icd/entity/24927785 #> 1999 #> 2000 #> 2001 http://id.who.int/icd/entity/111033337 #> 2002 http://id.who.int/icd/entity/104832322 #> 2003 http://id.who.int/icd/entity/162810284 #> 2004 http://id.who.int/icd/entity/1970090130 #> 2005 http://id.who.int/icd/entity/247646132 #> 2006 http://id.who.int/icd/entity/56902085 #> 2007 http://id.who.int/icd/entity/1291436720 #> 2008 http://id.who.int/icd/entity/1922223549 #> 2009 http://id.who.int/icd/entity/400097321 #> 2010 http://id.who.int/icd/entity/654028876 #> 2011 #> 2012 #> 2013 http://id.who.int/icd/entity/1668567256 #> 2014 http://id.who.int/icd/entity/181975334 #> 2015 http://id.who.int/icd/entity/1523083931 #> 2016 http://id.who.int/icd/entity/97145147 #> 2017 http://id.who.int/icd/entity/1764345431 #> 2018 http://id.who.int/icd/entity/207752131 #> 2019 http://id.who.int/icd/entity/1227965214 #> 2020 http://id.who.int/icd/entity/186763432 #> 2021 http://id.who.int/icd/entity/1138224766 #> 2022 http://id.who.int/icd/entity/914657949 #> 2023 http://id.who.int/icd/entity/2139920471 #> 2024 #> 2025 #> 2026 http://id.who.int/icd/entity/770549239 #> 2027 http://id.who.int/icd/entity/449271235 #> 2028 http://id.who.int/icd/entity/2026855228 #> 2029 http://id.who.int/icd/entity/1458482846 #> 2030 #> 2031 #> 2032 http://id.who.int/icd/entity/531713107 #> 2033 http://id.who.int/icd/entity/693409079 #> 2034 http://id.who.int/icd/entity/1749257222 #> 2035 http://id.who.int/icd/entity/218644880 #> 2036 http://id.who.int/icd/entity/2040861039 #> 2037 http://id.who.int/icd/entity/1277122723 #> 2038 http://id.who.int/icd/entity/1958429829 #> 2039 http://id.who.int/icd/entity/1700649456 #> 2040 http://id.who.int/icd/entity/1447034 #> 2041 http://id.who.int/icd/entity/2079528867 #> 2042 #> 2043 #> 2044 http://id.who.int/icd/entity/951191646 #> 2045 http://id.who.int/icd/entity/1966924987 #> 2046 http://id.who.int/icd/entity/276244783 #> 2047 http://id.who.int/icd/entity/1692039632 #> 2048 #> 2049 #> 2050 http://id.who.int/icd/entity/1576650184 #> 2051 http://id.who.int/icd/entity/1538263896 #> 2052 http://id.who.int/icd/entity/843888877 #> 2053 #> 2054 http://id.who.int/icd/entity/1013634145 #> 2055 #> 2056 #> 2057 http://id.who.int/icd/entity/773281372 #> 2058 http://id.who.int/icd/entity/496229924 #> 2059 http://id.who.int/icd/entity/907624399 #> 2060 http://id.who.int/icd/entity/25445803 #> 2061 #> 2062 #> 2063 http://id.who.int/icd/entity/1796624917 #> 2064 http://id.who.int/icd/entity/1015982132 #> 2065 #> 2066 #> 2067 http://id.who.int/icd/entity/1264360394 #> 2068 http://id.who.int/icd/entity/1313183227 #> 2069 http://id.who.int/icd/entity/16712398 #> 2070 http://id.who.int/icd/entity/722360431 #> 2071 http://id.who.int/icd/entity/929833904 #> 2072 http://id.who.int/icd/entity/368046549 #> 2073 http://id.who.int/icd/entity/1295910447 #> 2074 #> 2075 #> 2076 http://id.who.int/icd/entity/1072810807 #> 2077 http://id.who.int/icd/entity/983703484 #> 2078 #> 2079 #> 2080 http://id.who.int/icd/entity/1522140835 #> 2081 http://id.who.int/icd/entity/1396374852 #> 2082 http://id.who.int/icd/entity/913387730 #> 2083 http://id.who.int/icd/entity/1913185137 #> 2084 http://id.who.int/icd/entity/214973733 #> 2085 http://id.who.int/icd/entity/482153699 #> 2086 http://id.who.int/icd/entity/1121738799 #> 2087 http://id.who.int/icd/entity/1819099960 #> 2088 #> 2089 #> 2090 http://id.who.int/icd/entity/664251835 #> 2091 http://id.who.int/icd/entity/1417231919 #> 2092 http://id.who.int/icd/entity/1986934813 #> 2093 http://id.who.int/icd/entity/687450046 #> 2094 http://id.who.int/icd/entity/825422779 #> 2095 http://id.who.int/icd/entity/1168089926 #> 2096 http://id.who.int/icd/entity/21423737 #> 2097 http://id.who.int/icd/entity/1678584813 #> 2098 http://id.who.int/icd/entity/62339348 #> 2099 http://id.who.int/icd/entity/1320039477 #> 2100 http://id.who.int/icd/entity/2034046283 #> 2101 #> 2102 http://id.who.int/icd/entity/1978381958 #> 2103 #> 2104 #> 2105 http://id.who.int/icd/entity/1167133946 #> 2106 http://id.who.int/icd/entity/192916160 #> 2107 http://id.who.int/icd/entity/226447034 #> 2108 http://id.who.int/icd/entity/1090000716 #> 2109 http://id.who.int/icd/entity/886496055 #> 2110 http://id.who.int/icd/entity/795424679 #> 2111 http://id.who.int/icd/entity/280287956 #> 2112 #> 2113 #> 2114 http://id.who.int/icd/entity/581420938 #> 2115 #> 2116 #> 2117 http://id.who.int/icd/entity/1880513528 #> 2118 http://id.who.int/icd/entity/228855241 #> 2119 http://id.who.int/icd/entity/1363879 #> 2120 http://id.who.int/icd/entity/44544109 #> 2121 #> 2122 #> 2123 http://id.who.int/icd/entity/1760542813 #> 2124 http://id.who.int/icd/entity/913891613 #> 2125 http://id.who.int/icd/entity/201987973 #> 2126 #> 2127 #> 2128 http://id.who.int/icd/entity/648205140 #> 2129 http://id.who.int/icd/entity/1030717639 #> 2130 http://id.who.int/icd/entity/258364608 #> 2131 #> 2132 #> 2133 #> 2134 #> 2135 http://id.who.int/icd/entity/1687031913 #> 2136 http://id.who.int/icd/entity/2127113907 #> 2137 http://id.who.int/icd/entity/1633666823 #> 2138 #> 2139 http://id.who.int/icd/entity/1748271920 #> 2140 http://id.who.int/icd/entity/1486607775 #> 2141 http://id.who.int/icd/entity/1037047819 #> 2142 http://id.who.int/icd/entity/1232947444 #> 2143 http://id.who.int/icd/entity/741770594 #> 2144 http://id.who.int/icd/entity/1365217316 #> 2145 http://id.who.int/icd/entity/1953352497 #> 2146 #> 2147 #> 2148 http://id.who.int/icd/entity/781956590 #> 2149 http://id.who.int/icd/entity/1312194375 #> 2150 #> 2151 #> 2152 http://id.who.int/icd/entity/476723055 #> 2153 http://id.who.int/icd/entity/716708976 #> 2154 http://id.who.int/icd/entity/2032270075 #> 2155 http://id.who.int/icd/entity/1162454745 #> 2156 #> 2157 #> 2158 http://id.who.int/icd/entity/236519650 #> 2159 http://id.who.int/icd/entity/455734276 #> 2160 http://id.who.int/icd/entity/2131890863 #> 2161 http://id.who.int/icd/entity/1253205675 #> 2162 #> 2163 #> 2164 http://id.who.int/icd/entity/1105031689 #> 2165 http://id.who.int/icd/entity/1437236609 #> 2166 http://id.who.int/icd/entity/440880518 #> 2167 http://id.who.int/icd/entity/1974925101 #> 2168 http://id.who.int/icd/entity/1878116855 #> 2169 #> 2170 #> 2171 http://id.who.int/icd/entity/1867938183 #> 2172 #> 2173 #> 2174 http://id.who.int/icd/entity/164118119 #> 2175 http://id.who.int/icd/entity/2123488558 #> 2176 http://id.who.int/icd/entity/2019143477 #> 2177 http://id.who.int/icd/entity/487744161 #> 2178 http://id.who.int/icd/entity/1774137950 #> 2179 http://id.who.int/icd/entity/217382860 #> 2180 http://id.who.int/icd/entity/2132438112 #> 2181 http://id.who.int/icd/entity/441557450 #> 2182 http://id.who.int/icd/entity/1862070581 #> 2183 http://id.who.int/icd/entity/196557985 #> 2184 http://id.who.int/icd/entity/328590455 #> 2185 http://id.who.int/icd/entity/467275964 #> 2186 http://id.who.int/icd/entity/1688299444 #> 2187 http://id.who.int/icd/entity/391115808 #> 2188 #> 2189 http://id.who.int/icd/entity/171740625 #> 2190 http://id.who.int/icd/entity/1827459816 #> 2191 http://id.who.int/icd/entity/479576735 #> 2192 http://id.who.int/icd/entity/1748537954 #> 2193 http://id.who.int/icd/entity/1225291595 #> 2194 http://id.who.int/icd/entity/477388501 #> 2195 http://id.who.int/icd/entity/790871642 #> 2196 #> 2197 #> 2198 http://id.who.int/icd/entity/250252488 #> 2199 http://id.who.int/icd/entity/467010038 #> 2200 http://id.who.int/icd/entity/2124270688 #> 2201 http://id.who.int/icd/entity/1870352651 #> 2202 http://id.who.int/icd/entity/170957983 #> 2203 #> 2204 #> 2205 http://id.who.int/icd/entity/425370367 #> 2206 http://id.who.int/icd/entity/2043813445 #> 2207 http://id.who.int/icd/entity/1437498002 #> 2208 http://id.who.int/icd/entity/151039887 #> 2209 http://id.who.int/icd/entity/1502591214 #> 2210 #> 2211 #> 2212 http://id.who.int/icd/entity/479843281 #> 2213 #> 2214 #> 2215 http://id.who.int/icd/entity/358454894 #> 2216 http://id.who.int/icd/entity/1435238626 #> 2217 http://id.who.int/icd/entity/1757898640 #> 2218 http://id.who.int/icd/entity/2100075501 #> 2219 http://id.who.int/icd/entity/1971711642 #> 2220 #> 2221 #> 2222 http://id.who.int/icd/entity/934048827 #> 2223 http://id.who.int/icd/entity/887489797 #> 2224 http://id.who.int/icd/entity/618273329 #> 2225 #> 2226 #> 2227 http://id.who.int/icd/entity/858869202 #> 2228 #> 2229 #> 2230 http://id.who.int/icd/entity/1791550158 #> 2231 http://id.who.int/icd/entity/1627987797 #> 2232 #> 2233 http://id.who.int/icd/entity/154004890 #> 2234 http://id.who.int/icd/entity/466688507 #> 2235 http://id.who.int/icd/entity/425706508 #> 2236 #> 2237 http://id.who.int/icd/entity/2028707452 #> 2238 http://id.who.int/icd/entity/160204218 #> 2239 http://id.who.int/icd/entity/440675859 #> 2240 #> 2241 #> 2242 http://id.who.int/icd/entity/2120366482 #> 2243 http://id.who.int/icd/entity/1047741705 #> 2244 http://id.who.int/icd/entity/485529452 #> 2245 http://id.who.int/icd/entity/727954962 #> 2246 http://id.who.int/icd/entity/827143668 #> 2247 http://id.who.int/icd/entity/348019553 #> 2248 http://id.who.int/icd/entity/143326763 #> 2249 http://id.who.int/icd/entity/513128860 #> 2250 #> 2251 #> 2252 http://id.who.int/icd/entity/1870963963 #> 2253 http://id.who.int/icd/entity/1878422439 #> 2254 http://id.who.int/icd/entity/180207155 #> 2255 http://id.who.int/icd/entity/471392307 #> 2256 http://id.who.int/icd/entity/181365103 #> 2257 http://id.who.int/icd/entity/882254343 #> 2258 http://id.who.int/icd/entity/871413134 #> 2259 http://id.who.int/icd/entity/1050919535 #> 2260 http://id.who.int/icd/entity/2059232755 #> 2261 #> 2262 #> 2263 http://id.who.int/icd/entity/2007399469 #> 2264 http://id.who.int/icd/entity/317567417 #> 2265 http://id.who.int/icd/entity/786739940 #> 2266 http://id.who.int/icd/entity/1269792630 #> 2267 http://id.who.int/icd/entity/809005353 #> 2268 http://id.who.int/icd/entity/549962833 #> 2269 http://id.who.int/icd/entity/1138156221 #> 2270 http://id.who.int/icd/entity/1461198678 #> 2271 http://id.who.int/icd/entity/1744602556 #> 2272 #> 2273 #> 2274 http://id.who.int/icd/entity/1290583069 #> 2275 http://id.who.int/icd/entity/1197752358 #> 2276 #> 2277 #> 2278 #> 2279 #> 2280 #> 2281 #> 2282 http://id.who.int/icd/entity/1158485193 #> 2283 http://id.who.int/icd/entity/1784348632 #> 2284 http://id.who.int/icd/entity/1900707623 #> 2285 http://id.who.int/icd/entity/1405726020 #> 2286 http://id.who.int/icd/entity/1683655742 #> 2287 http://id.who.int/icd/entity/2145738924 #> 2288 http://id.who.int/icd/entity/1077448159 #> 2289 http://id.who.int/icd/entity/2007739553 #> 2290 #> 2291 #> 2292 http://id.who.int/icd/entity/1517922198 #> 2293 http://id.who.int/icd/entity/53222113 #> 2294 http://id.who.int/icd/entity/1156829716 #> 2295 http://id.who.int/icd/entity/1373839625 #> 2296 http://id.who.int/icd/entity/1935733614 #> 2297 http://id.who.int/icd/entity/2125777432 #> 2298 #> 2299 #> 2300 http://id.who.int/icd/entity/1595346575 #> 2301 http://id.who.int/icd/entity/1918880071 #> 2302 http://id.who.int/icd/entity/2089978862 #> 2303 #> 2304 http://id.who.int/icd/entity/1242037654 #> 2305 http://id.who.int/icd/entity/2106907884 #> 2306 http://id.who.int/icd/entity/1714106490 #> 2307 http://id.who.int/icd/entity/2029680113 #> 2308 http://id.who.int/icd/entity/1665505633 #> 2309 http://id.who.int/icd/entity/1423357983 #> 2310 http://id.who.int/icd/entity/135240285 #> 2311 http://id.who.int/icd/entity/1558891287 #> 2312 http://id.who.int/icd/entity/1316827435 #> 2313 #> 2314 #> 2315 http://id.who.int/icd/entity/1931398140 #> 2316 http://id.who.int/icd/entity/1369250201 #> 2317 #> 2318 #> 2319 http://id.who.int/icd/entity/1844086508 #> 2320 http://id.who.int/icd/entity/1103514372 #> 2321 http://id.who.int/icd/entity/1637566794 #> 2322 http://id.who.int/icd/entity/1210937823 #> 2323 #> 2324 #> 2325 http://id.who.int/icd/entity/1795904876 #> 2326 http://id.who.int/icd/entity/1772567104 #> 2327 http://id.who.int/icd/entity/1538190919 #> 2328 #> 2329 #> 2330 http://id.who.int/icd/entity/1210185292 #> 2331 http://id.who.int/icd/entity/1173737278 #> 2332 http://id.who.int/icd/entity/1735794011 #> 2333 http://id.who.int/icd/entity/1623614569 #> 2334 http://id.who.int/icd/entity/1969025922 #> 2335 http://id.who.int/icd/entity/1860378384 #> 2336 http://id.who.int/icd/entity/1722667805 #> 2337 http://id.who.int/icd/entity/1067236131 #> 2338 http://id.who.int/icd/entity/1442164144 #> 2339 http://id.who.int/icd/entity/1775829714 #> 2340 http://id.who.int/icd/entity/1540413143 #> 2341 #> 2342 #> 2343 http://id.who.int/icd/entity/1766440644 #> 2344 http://id.who.int/icd/entity/224336967 #> 2345 http://id.who.int/icd/entity/963670118 #> 2346 http://id.who.int/icd/entity/1577750667 #> 2347 http://id.who.int/icd/entity/942744561 #> 2348 http://id.who.int/icd/entity/1028330801 #> 2349 #> 2350 http://id.who.int/icd/entity/1809391766 #> 2351 http://id.who.int/icd/entity/1767374177 #> 2352 http://id.who.int/icd/entity/1539184766 #> 2353 #> 2354 #> 2355 http://id.who.int/icd/entity/623613402 #> 2356 http://id.who.int/icd/entity/1463520192 #> 2357 http://id.who.int/icd/entity/1334119043 #> 2358 http://id.who.int/icd/entity/1213151459 #> 2359 http://id.who.int/icd/entity/1045857957 #> 2360 http://id.who.int/icd/entity/1493613976 #> 2361 #> 2362 http://id.who.int/icd/entity/1470734867 #> 2363 http://id.who.int/icd/entity/1697800121 #> 2364 #> 2365 #> 2366 http://id.who.int/icd/entity/918183131 #> 2367 http://id.who.int/icd/entity/1312508751 #> 2368 http://id.who.int/icd/entity/625888080 #> 2369 http://id.who.int/icd/entity/2065122896 #> 2370 http://id.who.int/icd/entity/1502909493 #> 2371 http://id.who.int/icd/entity/1074104026 #> 2372 #> 2373 #> 2374 http://id.who.int/icd/entity/31556424 #> 2375 http://id.who.int/icd/entity/449856959 #> 2376 http://id.who.int/icd/entity/261912453 #> 2377 http://id.who.int/icd/entity/676339366 #> 2378 http://id.who.int/icd/entity/1207626305 #> 2379 http://id.who.int/icd/entity/2040097886 #> 2380 http://id.who.int/icd/entity/1119769670 #> 2381 http://id.who.int/icd/entity/2106820398 #> 2382 http://id.who.int/icd/entity/1675514504 #> 2383 #> 2384 http://id.who.int/icd/entity/1836080246 #> 2385 http://id.who.int/icd/entity/325416665 #> 2386 #> 2387 http://id.who.int/icd/entity/162762794 #> 2388 http://id.who.int/icd/entity/950429256 #> 2389 http://id.who.int/icd/entity/1909380523 #> 2390 http://id.who.int/icd/entity/2071787420 #> 2391 http://id.who.int/icd/entity/506935822 #> 2392 #> 2393 #> 2394 http://id.who.int/icd/entity/1200845933 #> 2395 http://id.who.int/icd/entity/679955609 #> 2396 http://id.who.int/icd/entity/1653996588 #> 2397 #> 2398 #> 2399 #> 2400 http://id.who.int/icd/entity/1858490295 #> 2401 http://id.who.int/icd/entity/1834341306 #> 2402 http://id.who.int/icd/entity/880772122 #> 2403 http://id.who.int/icd/entity/1836938544 #> 2404 http://id.who.int/icd/entity/1878239449 #> 2405 http://id.who.int/icd/entity/715111132 #> 2406 http://id.who.int/icd/entity/1377507376 #> 2407 http://id.who.int/icd/entity/1048228553 #> 2408 #> 2409 http://id.who.int/icd/entity/391831387 #> 2410 http://id.who.int/icd/entity/859588467 #> 2411 http://id.who.int/icd/entity/1323666680 #> 2412 http://id.who.int/icd/entity/630790515 #> 2413 #> 2414 #> 2415 #> 2416 http://id.who.int/icd/entity/330259189 #> 2417 http://id.who.int/icd/entity/531667506 #> 2418 http://id.who.int/icd/entity/1932608766 #> 2419 http://id.who.int/icd/entity/874048664 #> 2420 http://id.who.int/icd/entity/9436211 #> 2421 http://id.who.int/icd/entity/1859849042 #> 2422 #> 2423 #> 2424 http://id.who.int/icd/entity/675675654 #> 2425 http://id.who.int/icd/entity/2063292324 #> 2426 http://id.who.int/icd/entity/528767052 #> 2427 http://id.who.int/icd/entity/418601307 #> 2428 #> 2429 #> 2430 http://id.who.int/icd/entity/975559344 #> 2431 http://id.who.int/icd/entity/2011497038 #> 2432 http://id.who.int/icd/entity/1711513381 #> 2433 http://id.who.int/icd/entity/55071409 #> 2434 http://id.who.int/icd/entity/313446364 #> 2435 http://id.who.int/icd/entity/125581497 #> 2436 http://id.who.int/icd/entity/2097316574 #> 2437 http://id.who.int/icd/entity/1508363690 #> 2438 http://id.who.int/icd/entity/141481914 #> 2439 http://id.who.int/icd/entity/1300597550 #> 2440 http://id.who.int/icd/entity/1439043542 #> 2441 http://id.who.int/icd/entity/1898135714 #> 2442 http://id.who.int/icd/entity/1622651355 #> 2443 #> 2444 #> 2445 http://id.who.int/icd/entity/1980066564 #> 2446 http://id.who.int/icd/entity/217030515 #> 2447 http://id.who.int/icd/entity/647711267 #> 2448 http://id.who.int/icd/entity/1191963445 #> 2449 #> 2450 http://id.who.int/icd/entity/45753120 #> 2451 http://id.who.int/icd/entity/1834257206 #> 2452 http://id.who.int/icd/entity/136267428 #> 2453 #> 2454 #> 2455 #> 2456 http://id.who.int/icd/entity/502834133 #> 2457 http://id.who.int/icd/entity/350719523 #> 2458 http://id.who.int/icd/entity/759747321 #> 2459 http://id.who.int/icd/entity/1907114935 #> 2460 http://id.who.int/icd/entity/83956554 #> 2461 http://id.who.int/icd/entity/1615519452 #> 2462 #> 2463 #> 2464 #> 2465 http://id.who.int/icd/entity/1981248479 #> 2466 http://id.who.int/icd/entity/161015452 #> 2467 http://id.who.int/icd/entity/836005435 #> 2468 http://id.who.int/icd/entity/874359291 #> 2469 #> 2470 #> 2471 http://id.who.int/icd/entity/235504456 #> 2472 http://id.who.int/icd/entity/1090108163 #> 2473 http://id.who.int/icd/entity/853645278 #> 2474 http://id.who.int/icd/entity/789053868 #> 2475 #> 2476 #> 2477 http://id.who.int/icd/entity/967695084 #> 2478 #> 2479 http://id.who.int/icd/entity/899830967 #> 2480 http://id.who.int/icd/entity/457885282 #> 2481 http://id.who.int/icd/entity/1617675057 #> 2482 http://id.who.int/icd/entity/962836252 #> 2483 #> 2484 #> 2485 http://id.who.int/icd/entity/1159594433 #> 2486 http://id.who.int/icd/entity/1401067562 #> 2487 http://id.who.int/icd/entity/1211987132 #> 2488 http://id.who.int/icd/entity/1829691373 #> 2489 #> 2490 #> 2491 #> 2492 http://id.who.int/icd/entity/492611740 #> 2493 http://id.who.int/icd/entity/1981095916 #> 2494 http://id.who.int/icd/entity/586921197 #> 2495 http://id.who.int/icd/entity/746336827 #> 2496 http://id.who.int/icd/entity/324845131 #> 2497 #> 2498 #> 2499 http://id.who.int/icd/entity/1762461746 #> 2500 http://id.who.int/icd/entity/1016799900 #> 2501 http://id.who.int/icd/entity/1181865707 #> 2502 http://id.who.int/icd/entity/1573164739 #> 2503 http://id.who.int/icd/entity/337607970 #> 2504 http://id.who.int/icd/entity/765707742 #> 2505 #> 2506 #> 2507 http://id.who.int/icd/entity/755266992 #> 2508 http://id.who.int/icd/entity/1901375668 #> 2509 #> 2510 #> 2511 http://id.who.int/icd/entity/2112021600 #> 2512 http://id.who.int/icd/entity/413739466 #> 2513 http://id.who.int/icd/entity/573771682 #> 2514 http://id.who.int/icd/entity/1452989457 #> 2515 http://id.who.int/icd/entity/1886781445 #> 2516 http://id.who.int/icd/entity/54644599 #> 2517 #> 2518 http://id.who.int/icd/entity/1795705470 #> 2519 #> 2520 http://id.who.int/icd/entity/2057381685 #> 2521 http://id.who.int/icd/entity/1622289887 #> 2522 http://id.who.int/icd/entity/156218529 #> 2523 http://id.who.int/icd/entity/836204111 #> 2524 http://id.who.int/icd/entity/171766827 #> 2525 #> 2526 #> 2527 http://id.who.int/icd/entity/1559879199 #> 2528 #> 2529 #> 2530 http://id.who.int/icd/entity/1881300992 #> 2531 http://id.who.int/icd/entity/1502898025 #> 2532 http://id.who.int/icd/entity/688627594 #> 2533 http://id.who.int/icd/entity/428643962 #> 2534 #> 2535 #> 2536 http://id.who.int/icd/entity/1845970455 #> 2537 http://id.who.int/icd/entity/1895608758 #> 2538 http://id.who.int/icd/entity/1912288163 #> 2539 http://id.who.int/icd/entity/2122434528 #> 2540 http://id.who.int/icd/entity/1733531851 #> 2541 http://id.who.int/icd/entity/535489185 #> 2542 http://id.who.int/icd/entity/1993280493 #> 2543 #> 2544 #> 2545 http://id.who.int/icd/entity/1034282518 #> 2546 #> 2547 #> 2548 http://id.who.int/icd/entity/72474955 #> 2549 http://id.who.int/icd/entity/1410128892 #> 2550 http://id.who.int/icd/entity/237567451 #> 2551 http://id.who.int/icd/entity/2069754587 #> 2552 #> 2553 #> 2554 http://id.who.int/icd/entity/1676860885 #> 2555 http://id.who.int/icd/entity/1191315143 #> 2556 http://id.who.int/icd/entity/1930060978 #> 2557 http://id.who.int/icd/entity/1557840180 #> 2558 http://id.who.int/icd/entity/778191161 #> 2559 #> 2560 #> 2561 http://id.who.int/icd/entity/11621191 #> 2562 http://id.who.int/icd/entity/1695088249 #> 2563 http://id.who.int/icd/entity/1744773503 #> 2564 http://id.who.int/icd/entity/787723347 #> 2565 #> 2566 #> 2567 #> 2568 #> 2569 http://id.who.int/icd/entity/683583694 #> 2570 http://id.who.int/icd/entity/672733376 #> 2571 http://id.who.int/icd/entity/1374965372 #> 2572 http://id.who.int/icd/entity/827950289 #> 2573 #> 2574 http://id.who.int/icd/entity/526155201 #> 2575 http://id.who.int/icd/entity/364346400 #> 2576 http://id.who.int/icd/entity/51520034 #> 2577 http://id.who.int/icd/entity/7135461 #> 2578 http://id.who.int/icd/entity/251307303 #> 2579 http://id.who.int/icd/entity/1708277768 #> 2580 #> 2581 #> 2582 http://id.who.int/icd/entity/757747508 #> 2583 #> 2584 #> 2585 http://id.who.int/icd/entity/567425990 #> 2586 http://id.who.int/icd/entity/1189893025 #> 2587 http://id.who.int/icd/entity/566170052 #> 2588 http://id.who.int/icd/entity/1685029318 #> 2589 http://id.who.int/icd/entity/142317144 #> 2590 http://id.who.int/icd/entity/1409065148 #> 2591 http://id.who.int/icd/entity/660521540 #> 2592 http://id.who.int/icd/entity/2051708973 #> 2593 http://id.who.int/icd/entity/1924716067 #> 2594 http://id.who.int/icd/entity/1074626599 #> 2595 http://id.who.int/icd/entity/703716809 #> 2596 http://id.who.int/icd/entity/515966662 #> 2597 #> 2598 #> 2599 http://id.who.int/icd/entity/2072693588 #> 2600 http://id.who.int/icd/entity/708593417 #> 2601 http://id.who.int/icd/entity/843985241 #> 2602 http://id.who.int/icd/entity/1831834962 #> 2603 #> 2604 #> 2605 http://id.who.int/icd/entity/613636228 #> 2606 http://id.who.int/icd/entity/197440403 #> 2607 http://id.who.int/icd/entity/589504944 #> 2608 http://id.who.int/icd/entity/2093549625 #> 2609 http://id.who.int/icd/entity/140794056 #> 2610 #> 2611 #> 2612 #> 2613 #> 2614 #> 2615 http://id.who.int/icd/entity/1954798891 #> 2616 http://id.who.int/icd/entity/587326822 #> 2617 http://id.who.int/icd/entity/551037838 #> 2618 http://id.who.int/icd/entity/808756909 #> 2619 http://id.who.int/icd/entity/1459690929 #> 2620 #> 2621 #> 2622 http://id.who.int/icd/entity/1222145690 #> 2623 http://id.who.int/icd/entity/327609494 #> 2624 http://id.who.int/icd/entity/531050218 #> 2625 http://id.who.int/icd/entity/243040830 #> 2626 http://id.who.int/icd/entity/1998425794 #> 2627 http://id.who.int/icd/entity/795969334 #> 2628 http://id.who.int/icd/entity/1078767412 #> 2629 #> 2630 #> 2631 http://id.who.int/icd/entity/1946750030 #> 2632 http://id.who.int/icd/entity/872351944 #> 2633 #> 2634 #> 2635 http://id.who.int/icd/entity/1169765917 #> 2636 http://id.who.int/icd/entity/85074116 #> 2637 http://id.who.int/icd/entity/393046642 #> 2638 http://id.who.int/icd/entity/1915135976 #> 2639 http://id.who.int/icd/entity/29897844 #> 2640 http://id.who.int/icd/entity/1686370790 #> 2641 http://id.who.int/icd/entity/14210665 #> 2642 http://id.who.int/icd/entity/769068598 #> 2643 #> 2644 #> 2645 http://id.who.int/icd/entity/1616506198 #> 2646 http://id.who.int/icd/entity/963193284 #> 2647 http://id.who.int/icd/entity/489749747 #> 2648 http://id.who.int/icd/entity/2021339495 #> 2649 #> 2650 #> 2651 http://id.who.int/icd/entity/1674805091 #> 2652 http://id.who.int/icd/entity/2015243510 #> 2653 http://id.who.int/icd/entity/1902856995 #> 2654 http://id.who.int/icd/entity/969875874 #> 2655 http://id.who.int/icd/entity/1523519942 #> 2656 #> 2657 #> 2658 http://id.who.int/icd/entity/1847093418 #> 2659 http://id.who.int/icd/entity/2037626838 #> 2660 http://id.who.int/icd/entity/1362501774 #> 2661 http://id.who.int/icd/entity/1948303413 #> 2662 http://id.who.int/icd/entity/712514250 #> 2663 http://id.who.int/icd/entity/223461798 #> 2664 #> 2665 #> 2666 #> 2667 http://id.who.int/icd/entity/609223181 #> 2668 http://id.who.int/icd/entity/1843843106 #> 2669 http://id.who.int/icd/entity/1709907983 #> 2670 #> 2671 #> 2672 http://id.who.int/icd/entity/1008515027 #> 2673 http://id.who.int/icd/entity/1443317238 #> 2674 http://id.who.int/icd/entity/749596428 #> 2675 http://id.who.int/icd/entity/757048800 #> 2676 #> 2677 #> 2678 http://id.who.int/icd/entity/1239818910 #> 2679 #> 2680 #> 2681 http://id.who.int/icd/entity/464294586 #> 2682 http://id.who.int/icd/entity/739030149 #> 2683 http://id.who.int/icd/entity/544509908 #> 2684 http://id.who.int/icd/entity/1428089375 #> 2685 #> 2686 http://id.who.int/icd/entity/1157134196 #> 2687 http://id.who.int/icd/entity/633330307 #> 2688 http://id.who.int/icd/entity/113898480 #> 2689 #> 2690 #> 2691 http://id.who.int/icd/entity/983668658 #> 2692 http://id.who.int/icd/entity/797555186 #> 2693 http://id.who.int/icd/entity/404396176 #> 2694 #> 2695 #> 2696 #> 2697 http://id.who.int/icd/entity/1084365812 #> 2698 http://id.who.int/icd/entity/2338375 #> 2699 http://id.who.int/icd/entity/1852283743 #> 2700 http://id.who.int/icd/entity/187455179 #> 2701 #> 2702 http://id.who.int/icd/entity/636081762 #> 2703 http://id.who.int/icd/entity/99883782 #> 2704 http://id.who.int/icd/entity/2012865457 #> 2705 http://id.who.int/icd/entity/1923044320 #> 2706 http://id.who.int/icd/entity/899463360 #> 2707 http://id.who.int/icd/entity/953143133 #> 2708 http://id.who.int/icd/entity/1696887984 #> 2709 #> 2710 #> 2711 http://id.who.int/icd/entity/891652224 #> 2712 http://id.who.int/icd/entity/1977389237 #> 2713 #> 2714 #> 2715 http://id.who.int/icd/entity/572581721 #> 2716 http://id.who.int/icd/entity/1248176279 #> 2717 http://id.who.int/icd/entity/1327645131 #> 2718 http://id.who.int/icd/entity/1929970386 #> 2719 http://id.who.int/icd/entity/1314272220 #> 2720 http://id.who.int/icd/entity/1419332129 #> 2721 http://id.who.int/icd/entity/540285662 #> 2722 http://id.who.int/icd/entity/1474816492 #> 2723 http://id.who.int/icd/entity/2130738127 #> 2724 http://id.who.int/icd/entity/1000683110 #> 2725 http://id.who.int/icd/entity/548938147 #> 2726 http://id.who.int/icd/entity/55133785 #> 2727 http://id.who.int/icd/entity/629572966 #> 2728 http://id.who.int/icd/entity/1629105375 #> 2729 #> 2730 #> 2731 http://id.who.int/icd/entity/1404622826 #> 2732 http://id.who.int/icd/entity/999231798 #> 2733 http://id.who.int/icd/entity/1020056159 #> 2734 http://id.who.int/icd/entity/835880885 #> 2735 #> 2736 #> 2737 http://id.who.int/icd/entity/748282847 #> 2738 http://id.who.int/icd/entity/247535295 #> 2739 #> 2740 #> 2741 #> 2742 #> 2743 http://id.who.int/icd/entity/1173370808 #> 2744 http://id.who.int/icd/entity/85700944 #> 2745 http://id.who.int/icd/entity/138987181 #> 2746 http://id.who.int/icd/entity/1280729393 #> 2747 http://id.who.int/icd/entity/136346238 #> 2748 #> 2749 #> 2750 #> 2751 http://id.who.int/icd/entity/2115467890 #> 2752 http://id.who.int/icd/entity/1576710885 #> 2753 http://id.who.int/icd/entity/1373335705 #> 2754 http://id.who.int/icd/entity/2139918612 #> 2755 http://id.who.int/icd/entity/1869883509 #> 2756 #> 2757 #> 2758 http://id.who.int/icd/entity/1901494067 #> 2759 http://id.who.int/icd/entity/1668927157 #> 2760 #> 2761 #> 2762 http://id.who.int/icd/entity/642618805 #> 2763 http://id.who.int/icd/entity/1531458929 #> 2764 http://id.who.int/icd/entity/667435406 #> 2765 http://id.who.int/icd/entity/1350421262 #> 2766 #> 2767 #> 2768 http://id.who.int/icd/entity/454856168 #> 2769 http://id.who.int/icd/entity/1047945302 #> 2770 http://id.who.int/icd/entity/894935545 #> 2771 http://id.who.int/icd/entity/837067101 #> 2772 http://id.who.int/icd/entity/1853964304 #> 2773 #> 2774 #> 2775 http://id.who.int/icd/entity/1868068711 #> 2776 http://id.who.int/icd/entity/1729383028 #> 2777 http://id.who.int/icd/entity/1200133657 #> 2778 http://id.who.int/icd/entity/1095261642 #> 2779 http://id.who.int/icd/entity/2025061243 #> 2780 http://id.who.int/icd/entity/1069179856 #> 2781 http://id.who.int/icd/entity/416451504 #> 2782 #> 2783 #> 2784 http://id.who.int/icd/entity/2018903019 #> 2785 http://id.who.int/icd/entity/404632018 #> 2786 http://id.who.int/icd/entity/2023405973 #> 2787 #> 2788 #> 2789 http://id.who.int/icd/entity/1426309905 #> 2790 http://id.who.int/icd/entity/405257730 #> 2791 http://id.who.int/icd/entity/674464254 #> 2792 http://id.who.int/icd/entity/1394687071 #> 2793 http://id.who.int/icd/entity/102709764 #> 2794 http://id.who.int/icd/entity/1376183765 #> 2795 http://id.who.int/icd/entity/1936492387 #> 2796 #> 2797 #> 2798 http://id.who.int/icd/entity/1540162038 #> 2799 http://id.who.int/icd/entity/1028477872 #> 2800 http://id.who.int/icd/entity/1213145383 #> 2801 http://id.who.int/icd/entity/773407463 #> 2802 http://id.who.int/icd/entity/943039030 #> 2803 #> 2804 #> 2805 http://id.who.int/icd/entity/733043150 #> 2806 http://id.who.int/icd/entity/1433704910 #> 2807 http://id.who.int/icd/entity/942174778 #> 2808 http://id.who.int/icd/entity/617371511 #> 2809 #> 2810 #> 2811 #> 2812 #> 2813 http://id.who.int/icd/entity/966435382 #> 2814 http://id.who.int/icd/entity/1434413881 #> 2815 http://id.who.int/icd/entity/926492960 #> 2816 http://id.who.int/icd/entity/87096615 #> 2817 http://id.who.int/icd/entity/348671706 #> 2818 #> 2819 http://id.who.int/icd/entity/494107103 #> 2820 http://id.who.int/icd/entity/1519498795 #> 2821 http://id.who.int/icd/entity/129900752 #> 2822 #> 2823 #> 2824 http://id.who.int/icd/entity/576188835 #> 2825 http://id.who.int/icd/entity/738298663 #> 2826 http://id.who.int/icd/entity/1990807906 #> 2827 http://id.who.int/icd/entity/1094348832 #> 2828 http://id.who.int/icd/entity/1754024073 #> 2829 http://id.who.int/icd/entity/1518705806 #> 2830 #> 2831 #> 2832 http://id.who.int/icd/entity/538986843 #> 2833 #> 2834 http://id.who.int/icd/entity/484161124 #> 2835 http://id.who.int/icd/entity/1217074338 #> 2836 http://id.who.int/icd/entity/1631398967 #> 2837 #> 2838 http://id.who.int/icd/entity/726177562 #> 2839 http://id.who.int/icd/entity/1180087344 #> 2840 http://id.who.int/icd/entity/2117804143 #> 2841 #> 2842 http://id.who.int/icd/entity/266517577 #> 2843 http://id.who.int/icd/entity/1038837840 #> 2844 http://id.who.int/icd/entity/1654306762 #> 2845 http://id.who.int/icd/entity/1847534604 #> 2846 #> 2847 #> 2848 http://id.who.int/icd/entity/1860070272 #> 2849 http://id.who.int/icd/entity/330792642 #> 2850 http://id.who.int/icd/entity/820827059 #> 2851 http://id.who.int/icd/entity/1437015591 #> 2852 http://id.who.int/icd/entity/1434414203 #> 2853 http://id.who.int/icd/entity/1479285656 #> 2854 http://id.who.int/icd/entity/1980319000 #> 2855 http://id.who.int/icd/entity/1145144140 #> 2856 #> 2857 #> 2858 http://id.who.int/icd/entity/2120744975 #> 2859 http://id.who.int/icd/entity/455331227 #> 2860 http://id.who.int/icd/entity/180703474 #> 2861 http://id.who.int/icd/entity/437372167 #> 2862 http://id.who.int/icd/entity/83784921 #> 2863 http://id.who.int/icd/entity/621183043 #> 2864 #> 2865 #> 2866 #> 2867 http://id.who.int/icd/entity/603645706 #> 2868 http://id.who.int/icd/entity/556328756 #> 2869 http://id.who.int/icd/entity/1147349670 #> 2870 http://id.who.int/icd/entity/812332735 #> 2871 #> 2872 #> 2873 #> 2874 #> 2875 http://id.who.int/icd/entity/21500692 #> 2876 http://id.who.int/icd/entity/461716838 #> 2877 http://id.who.int/icd/entity/1907280211 #> 2878 http://id.who.int/icd/entity/1722092627 #> 2879 http://id.who.int/icd/entity/602450215 #> 2880 http://id.who.int/icd/entity/234769120 #> 2881 http://id.who.int/icd/entity/1756727158 #> 2882 http://id.who.int/icd/entity/1156056623 #> 2883 http://id.who.int/icd/entity/592246939 #> 2884 http://id.who.int/icd/entity/900488632 #> 2885 #> 2886 #> 2887 http://id.who.int/icd/entity/1357352994 #> 2888 http://id.who.int/icd/entity/276898399 #> 2889 http://id.who.int/icd/entity/1976233931 #> 2890 #> 2891 http://id.who.int/icd/entity/1090587977 #> 2892 http://id.who.int/icd/entity/471390091 #> 2893 http://id.who.int/icd/entity/1878410271 #> 2894 http://id.who.int/icd/entity/608878813 #> 2895 #> 2896 #> 2897 #> 2898 http://id.who.int/icd/entity/854564573 #> 2899 http://id.who.int/icd/entity/914832290 #> 2900 http://id.who.int/icd/entity/1405941300 #> 2901 http://id.who.int/icd/entity/660711115 #> 2902 #> 2903 http://id.who.int/icd/entity/1470387017 #> 2904 http://id.who.int/icd/entity/713028385 #> 2905 http://id.who.int/icd/entity/1328823989 #> 2906 http://id.who.int/icd/entity/999910988 #> 2907 http://id.who.int/icd/entity/1590862814 #> 2908 http://id.who.int/icd/entity/758919242 #> 2909 http://id.who.int/icd/entity/1215823328 #> 2910 http://id.who.int/icd/entity/355116695 #> 2911 #> 2912 #> 2913 http://id.who.int/icd/entity/587793334 #> 2914 http://id.who.int/icd/entity/737694495 #> 2915 http://id.who.int/icd/entity/1320394379 #> 2916 http://id.who.int/icd/entity/1599407074 #> 2917 http://id.who.int/icd/entity/972507934 #> 2918 http://id.who.int/icd/entity/1476950169 #> 2919 #> 2920 #> 2921 #> 2922 #> 2923 http://id.who.int/icd/entity/922786718 #> 2924 http://id.who.int/icd/entity/1074212276 #> 2925 http://id.who.int/icd/entity/998433478 #> 2926 #> 2927 #> 2928 http://id.who.int/icd/entity/465177735 #> 2929 http://id.who.int/icd/entity/1651053999 #> 2930 http://id.who.int/icd/entity/119724091 #> 2931 http://id.who.int/icd/entity/1150913605 #> 2932 http://id.who.int/icd/entity/381961554 #> 2933 http://id.who.int/icd/entity/1484144649 #> 2934 http://id.who.int/icd/entity/133436462 #> 2935 http://id.who.int/icd/entity/1050647875 #> 2936 http://id.who.int/icd/entity/1736581746 #> 2937 http://id.who.int/icd/entity/388963453 #> 2938 http://id.who.int/icd/entity/1418416880 #> 2939 http://id.who.int/icd/entity/1730828870 #> 2940 http://id.who.int/icd/entity/891371477 #> 2941 #> 2942 http://id.who.int/icd/entity/1697306310 #> 2943 http://id.who.int/icd/entity/1304552818 #> 2944 http://id.who.int/icd/entity/463969617 #> 2945 http://id.who.int/icd/entity/1322661241 #> 2946 http://id.who.int/icd/entity/1796958395 #> 2947 #> 2948 http://id.who.int/icd/entity/193526903 #> 2949 http://id.who.int/icd/entity/1153329797 #> 2950 http://id.who.int/icd/entity/1973651647 #> 2951 #> 2952 http://id.who.int/icd/entity/2144077558 #> 2953 http://id.who.int/icd/entity/540530695 #> 2954 http://id.who.int/icd/entity/58193584 #> 2955 http://id.who.int/icd/entity/493397722 #> 2956 http://id.who.int/icd/entity/939674472 #> 2957 #> 2958 #> 2959 http://id.who.int/icd/entity/367815473 #> 2960 http://id.who.int/icd/entity/1156295616 #> 2961 #> 2962 http://id.who.int/icd/entity/1283179793 #> 2963 http://id.who.int/icd/entity/1583355636 #> 2964 http://id.who.int/icd/entity/1877346353 #> 2965 http://id.who.int/icd/entity/1085399840 #> 2966 #> 2967 #> 2968 http://id.who.int/icd/entity/1004695600 #> 2969 http://id.who.int/icd/entity/1330585809 #> 2970 http://id.who.int/icd/entity/1017230149 #> 2971 http://id.who.int/icd/entity/534303339 #> 2972 http://id.who.int/icd/entity/375645550 #> 2973 #> 2974 #> 2975 http://id.who.int/icd/entity/1736778 #> 2976 http://id.who.int/icd/entity/402589098 #> 2977 #> 2978 #> 2979 http://id.who.int/icd/entity/962023213 #> 2980 http://id.who.int/icd/entity/1708733050 #> 2981 http://id.who.int/icd/entity/473284654 #> 2982 http://id.who.int/icd/entity/743287998 #> 2983 http://id.who.int/icd/entity/1229357339 #> 2984 http://id.who.int/icd/entity/129706072 #> 2985 http://id.who.int/icd/entity/1790437089 #> 2986 #> 2987 #> 2988 http://id.who.int/icd/entity/1225154856 #> 2989 #> 2990 #> 2991 http://id.who.int/icd/entity/9633776 #> 2992 http://id.who.int/icd/entity/817194045 #> 2993 http://id.who.int/icd/entity/1442752937 #> 2994 http://id.who.int/icd/entity/81374726 #> 2995 #> 2996 #> 2997 #> 2998 #> 2999 http://id.who.int/icd/entity/896961873 #> 3000 http://id.who.int/icd/entity/1950330641 #> 3001 http://id.who.int/icd/entity/825410563 #> 3002 http://id.who.int/icd/entity/1417218455 #> 3003 http://id.who.int/icd/entity/550787432 #> 3004 http://id.who.int/icd/entity/808905140 #> 3005 #> 3006 #> 3007 http://id.who.int/icd/entity/1749914533 #> 3008 #> 3009 #> 3010 http://id.who.int/icd/entity/292840069 #> 3011 http://id.who.int/icd/entity/768216194 #> 3012 http://id.who.int/icd/entity/538301537 #> 3013 http://id.who.int/icd/entity/1409526590 #> 3014 http://id.who.int/icd/entity/1317547930 #> 3015 http://id.who.int/icd/entity/1424380846 #> 3016 http://id.who.int/icd/entity/1919411043 #> 3017 http://id.who.int/icd/entity/848364569 #> 3018 #> 3019 #> 3020 http://id.who.int/icd/entity/1009553897 #> 3021 http://id.who.int/icd/entity/246914305 #> 3022 #> 3023 #> 3024 http://id.who.int/icd/entity/237003158 #> 3025 http://id.who.int/icd/entity/1654321425 #> 3026 http://id.who.int/icd/entity/380861892 #> 3027 http://id.who.int/icd/entity/1646144829 #> 3028 http://id.who.int/icd/entity/364545435 #> 3029 http://id.who.int/icd/entity/1945677910 #> 3030 #> 3031 #> 3032 http://id.who.int/icd/entity/131153029 #> 3033 http://id.who.int/icd/entity/1842263206 #> 3034 http://id.who.int/icd/entity/125216923 #> 3035 http://id.who.int/icd/entity/172733763 #> 3036 #> 3037 #> 3038 http://id.who.int/icd/entity/293874628 #> 3039 #> 3040 #> 3041 http://id.who.int/icd/entity/1937534076 #> 3042 http://id.who.int/icd/entity/197924221 #> 3043 http://id.who.int/icd/entity/1854396649 #> 3044 #> 3045 http://id.who.int/icd/entity/1600625317 #> 3046 http://id.who.int/icd/entity/733056203 #> 3047 http://id.who.int/icd/entity/1920929898 #> 3048 http://id.who.int/icd/entity/114442391 #> 3049 #> 3050 #> 3051 http://id.who.int/icd/entity/1966920451 #> 3052 http://id.who.int/icd/entity/431184682 #> 3053 http://id.who.int/icd/entity/1109047962 #> 3054 #> 3055 #> 3056 http://id.who.int/icd/entity/1465641389 #> 3057 http://id.who.int/icd/entity/1801368748 #> 3058 http://id.who.int/icd/entity/1023132628 #> 3059 http://id.who.int/icd/entity/1213633323 #> 3060 http://id.who.int/icd/entity/751558883 #> 3061 http://id.who.int/icd/entity/563648258 #> 3062 http://id.who.int/icd/entity/2027425674 #> 3063 http://id.who.int/icd/entity/862567687 #> 3064 #> 3065 #> 3066 http://id.who.int/icd/entity/236288314 #> 3067 http://id.who.int/icd/entity/1162397377 #> 3068 http://id.who.int/icd/entity/537070421 #> 3069 #> 3070 #> 3071 #> 3072 http://id.who.int/icd/entity/840727139 #> 3073 http://id.who.int/icd/entity/1267163286 #> 3074 http://id.who.int/icd/entity/1012371341 #> 3075 http://id.who.int/icd/entity/1495024153 #> 3076 #> 3077 #> 3078 http://id.who.int/icd/entity/1465366519 #> 3079 http://id.who.int/icd/entity/548357900 #> 3080 http://id.who.int/icd/entity/1172605594 #> 3081 #> 3082 #> 3083 http://id.who.int/icd/entity/895465736 #> 3084 http://id.who.int/icd/entity/111763187 #> 3085 http://id.who.int/icd/entity/1912868366 #> 3086 http://id.who.int/icd/entity/32152986 #> 3087 #> 3088 #> 3089 #> 3090 http://id.who.int/icd/entity/1671987290 #> 3091 http://id.who.int/icd/entity/1517885800 #> 3092 http://id.who.int/icd/entity/1381875066 #> 3093 http://id.who.int/icd/entity/133673893 #> 3094 http://id.who.int/icd/entity/480150735 #> 3095 http://id.who.int/icd/entity/286779656 #> 3096 http://id.who.int/icd/entity/1153296343 #> 3097 http://id.who.int/icd/entity/435342452 #> 3098 http://id.who.int/icd/entity/1040403412 #> 3099 http://id.who.int/icd/entity/1544242475 #> 3100 http://id.who.int/icd/entity/960530623 #> 3101 http://id.who.int/icd/entity/1307433024 #> 3102 http://id.who.int/icd/entity/681973206 #> 3103 http://id.who.int/icd/entity/1252924203 #> 3104 #> 3105 #> 3106 http://id.who.int/icd/entity/514920223 #> 3107 http://id.who.int/icd/entity/708602629 #> 3108 #> 3109 #> 3110 http://id.who.int/icd/entity/2080031371 #> 3111 http://id.who.int/icd/entity/2047696084 #> 3112 http://id.who.int/icd/entity/1392131952 #> 3113 #> 3114 #> 3115 http://id.who.int/icd/entity/2072706284 #> 3116 http://id.who.int/icd/entity/515977598 #> 3117 http://id.who.int/icd/entity/2092499426 #> 3118 http://id.who.int/icd/entity/632832064 #> 3119 http://id.who.int/icd/entity/582233757 #> 3120 http://id.who.int/icd/entity/1753713002 #> 3121 #> 3122 http://id.who.int/icd/entity/2017611840 #> 3123 http://id.who.int/icd/entity/1360335041 #> 3124 http://id.who.int/icd/entity/428071867 #> 3125 #> 3126 #> 3127 #> 3128 #> 3129 http://id.who.int/icd/entity/1569514773 #> 3130 http://id.who.int/icd/entity/135549215 #> 3131 http://id.who.int/icd/entity/1108993080 #> 3132 #> 3133 #> 3134 http://id.who.int/icd/entity/952576129 #> 3135 http://id.who.int/icd/entity/439233336 #> 3136 http://id.who.int/icd/entity/1366882206 #> 3137 http://id.who.int/icd/entity/1726732000 #> 3138 http://id.who.int/icd/entity/865604527 #> 3139 http://id.who.int/icd/entity/1231437224 #> 3140 http://id.who.int/icd/entity/2064197173 #> 3141 http://id.who.int/icd/entity/362161517 #> 3142 http://id.who.int/icd/entity/393562786 #> 3143 http://id.who.int/icd/entity/1530032727 #> 3144 #> 3145 #> 3146 http://id.who.int/icd/entity/507702177 #> 3147 http://id.who.int/icd/entity/900299738 #> 3148 http://id.who.int/icd/entity/37133203 #> 3149 http://id.who.int/icd/entity/588725109 #> 3150 http://id.who.int/icd/entity/1893591289 #> 3151 http://id.who.int/icd/entity/1916700472 #> 3152 http://id.who.int/icd/entity/2006854546 #> 3153 http://id.who.int/icd/entity/74496006 #> 3154 http://id.who.int/icd/entity/316007944 #> 3155 http://id.who.int/icd/entity/1719187193 #> 3156 #> 3157 #> 3158 http://id.who.int/icd/entity/419506380 #> 3159 http://id.who.int/icd/entity/1457254664 #> 3160 http://id.who.int/icd/entity/865090706 #> 3161 http://id.who.int/icd/entity/1195207789 #> 3162 http://id.who.int/icd/entity/578200057 #> 3163 #> 3164 #> 3165 http://id.who.int/icd/entity/1839366214 #> 3166 http://id.who.int/icd/entity/1501947632 #> 3167 #> 3168 #> 3169 http://id.who.int/icd/entity/1492142148 #> 3170 http://id.who.int/icd/entity/1668932342 #> 3171 http://id.who.int/icd/entity/2085283166 #> 3172 http://id.who.int/icd/entity/1664144906 #> 3173 http://id.who.int/icd/entity/1561903219 #> 3174 http://id.who.int/icd/entity/1852023275 #> 3175 #> 3176 http://id.who.int/icd/entity/1347139472 #> 3177 http://id.who.int/icd/entity/149403041 #> 3178 http://id.who.int/icd/entity/1890900469 #> 3179 http://id.who.int/icd/entity/292901392 #> 3180 http://id.who.int/icd/entity/2062927079 #> 3181 http://id.who.int/icd/entity/787436589 #> 3182 #> 3183 #> 3184 http://id.who.int/icd/entity/1840019509 #> 3185 http://id.who.int/icd/entity/20003110 #> 3186 http://id.who.int/icd/entity/1465667896 #> 3187 http://id.who.int/icd/entity/840408238 #> 3188 http://id.who.int/icd/entity/602997191 #> 3189 http://id.who.int/icd/entity/1186647123 #> 3190 #> 3191 #> 3192 http://id.who.int/icd/entity/606081958 #> 3193 http://id.who.int/icd/entity/885246206 #> 3194 http://id.who.int/icd/entity/143185755 #> 3195 http://id.who.int/icd/entity/1091905566 #> 3196 http://id.who.int/icd/entity/2127981947 #> 3197 http://id.who.int/icd/entity/1157914829 #> 3198 http://id.who.int/icd/entity/1366519621 #> 3199 #> 3200 #> 3201 #> 3202 #> 3203 #> 3204 #> 3205 #> 3206 #> 3207 http://id.who.int/icd/entity/155258022 #> 3208 http://id.who.int/icd/entity/733825440 #> 3209 http://id.who.int/icd/entity/1324115669 #> 3210 http://id.who.int/icd/entity/444122923 #> 3211 http://id.who.int/icd/entity/2084504393 #> 3212 http://id.who.int/icd/entity/2132400826 #> 3213 http://id.who.int/icd/entity/1509230254 #> 3214 #> 3215 #> 3216 http://id.who.int/icd/entity/1842978338 #> 3217 http://id.who.int/icd/entity/1761652827 #> 3218 http://id.who.int/icd/entity/2029519782 #> 3219 http://id.who.int/icd/entity/1900229795 #> 3220 #> 3221 #> 3222 http://id.who.int/icd/entity/543162269 #> 3223 http://id.who.int/icd/entity/261052955 #> 3224 http://id.who.int/icd/entity/61773927 #> 3225 #> 3226 #> 3227 http://id.who.int/icd/entity/282654317 #> 3228 http://id.who.int/icd/entity/367868681 #> 3229 http://id.who.int/icd/entity/34853044 #> 3230 http://id.who.int/icd/entity/307181673 #> 3231 http://id.who.int/icd/entity/55076105 #> 3232 http://id.who.int/icd/entity/1491869639 #> 3233 http://id.who.int/icd/entity/1901733714 #> 3234 #> 3235 #> 3236 http://id.who.int/icd/entity/1707028291 #> 3237 http://id.who.int/icd/entity/1711515805 #> 3238 http://id.who.int/icd/entity/1889990301 #> 3239 http://id.who.int/icd/entity/439383288 #> 3240 http://id.who.int/icd/entity/327894003 #> 3241 http://id.who.int/icd/entity/1619102598 #> 3242 http://id.who.int/icd/entity/640937125 #> 3243 #> 3244 #> 3245 http://id.who.int/icd/entity/67872354 #> 3246 http://id.who.int/icd/entity/446569334 #> 3247 http://id.who.int/icd/entity/5456505 #> 3248 http://id.who.int/icd/entity/1623706568 #> 3249 #> 3250 #> 3251 http://id.who.int/icd/entity/1921636230 #> 3252 http://id.who.int/icd/entity/1879509617 #> 3253 http://id.who.int/icd/entity/1644149132 #> 3254 #> 3255 #> 3256 http://id.who.int/icd/entity/1488430462 #> 3257 http://id.who.int/icd/entity/1416203271 #> 3258 http://id.who.int/icd/entity/486093841 #> 3259 http://id.who.int/icd/entity/166229372 #> 3260 #> 3261 #> 3262 http://id.who.int/icd/entity/685690588 #> 3263 #> 3264 #> 3265 http://id.who.int/icd/entity/1321492691 #> 3266 http://id.who.int/icd/entity/2067324607 #> 3267 http://id.who.int/icd/entity/61192754 #> 3268 http://id.who.int/icd/entity/1800430868 #> 3269 http://id.who.int/icd/entity/692812009 #> 3270 #> 3271 #> 3272 http://id.who.int/icd/entity/1187107383 #> 3273 http://id.who.int/icd/entity/1462194012 #> 3274 http://id.who.int/icd/entity/2011000259 #> 3275 http://id.who.int/icd/entity/1173858031 #> 3276 http://id.who.int/icd/entity/1457817527 #> 3277 #> 3278 #> 3279 http://id.who.int/icd/entity/596254627 #> 3280 http://id.who.int/icd/entity/1925240365 #> 3281 #> 3282 #> 3283 #> 3284 #> 3285 http://id.who.int/icd/entity/182578312 #> 3286 http://id.who.int/icd/entity/342530871 #> 3287 http://id.who.int/icd/entity/890605309 #> 3288 http://id.who.int/icd/entity/1861994414 #> 3289 http://id.who.int/icd/entity/1454722246 #> 3290 http://id.who.int/icd/entity/418359090 #> 3291 #> 3292 #> 3293 http://id.who.int/icd/entity/110330300 #> 3294 http://id.who.int/icd/entity/210624950 #> 3295 http://id.who.int/icd/entity/1295299670 #> 3296 #> 3297 #> 3298 http://id.who.int/icd/entity/621440298 #> 3299 #> 3300 #> 3301 http://id.who.int/icd/entity/266291267 #> 3302 http://id.who.int/icd/entity/1099043166 #> 3303 http://id.who.int/icd/entity/1055568225 #> 3304 http://id.who.int/icd/entity/1391506239 #> 3305 http://id.who.int/icd/entity/1124597954 #> 3306 http://id.who.int/icd/entity/2047948460 #> 3307 #> 3308 #> 3309 http://id.who.int/icd/entity/658415697 #> 3310 http://id.who.int/icd/entity/1204111545 #> 3311 http://id.who.int/icd/entity/1159345506 #> 3312 http://id.who.int/icd/entity/194083556 #> 3313 http://id.who.int/icd/entity/1251664337 #> 3314 http://id.who.int/icd/entity/336470017 #> 3315 http://id.who.int/icd/entity/672871576 #> 3316 http://id.who.int/icd/entity/902255625 #> 3317 #> 3318 #> 3319 http://id.who.int/icd/entity/1340308055 #> 3320 http://id.who.int/icd/entity/1118834100 #> 3321 http://id.who.int/icd/entity/112110122 #> 3322 #> 3323 #> 3324 http://id.who.int/icd/entity/223450548 #> 3325 #> 3326 #> 3327 http://id.who.int/icd/entity/85138870 #> 3328 http://id.who.int/icd/entity/292641586 #> 3329 http://id.who.int/icd/entity/1883085871 #> 3330 http://id.who.int/icd/entity/684473574 #> 3331 #> 3332 #> 3333 http://id.who.int/icd/entity/575400186 #> 3334 http://id.who.int/icd/entity/1958565793 #> 3335 http://id.who.int/icd/entity/1565213608 #> 3336 http://id.who.int/icd/entity/1886495906 #> 3337 #> 3338 #> 3339 http://id.who.int/icd/entity/771608363 #> 3340 http://id.who.int/icd/entity/1432796178 #> 3341 #> 3342 #> 3343 http://id.who.int/icd/entity/656131403 #> 3344 http://id.who.int/icd/entity/1875237176 #> 3345 http://id.who.int/icd/entity/797306953 #> 3346 http://id.who.int/icd/entity/66996647 #> 3347 http://id.who.int/icd/entity/172326564 #> 3348 #> 3349 #> 3350 http://id.who.int/icd/entity/1568332253 #> 3351 http://id.who.int/icd/entity/979972142 #> 3352 http://id.who.int/icd/entity/714623911 #> 3353 http://id.who.int/icd/entity/1805681916 #> 3354 #> 3355 #> 3356 http://id.who.int/icd/entity/1596128696 #> 3357 http://id.who.int/icd/entity/1539226250 #> 3358 http://id.who.int/icd/entity/1056274204 #> 3359 http://id.who.int/icd/entity/2078241550 #> 3360 http://id.who.int/icd/entity/1288379621 #> 3361 #> 3362 #> 3363 http://id.who.int/icd/entity/1709765980 #> 3364 #> 3365 #> 3366 http://id.who.int/icd/entity/782299726 #> 3367 http://id.who.int/icd/entity/1919322367 #> 3368 http://id.who.int/icd/entity/1092479335 #> 3369 #> 3370 #> 3371 http://id.who.int/icd/entity/434825283 #> 3372 http://id.who.int/icd/entity/1297666279 #> 3373 http://id.who.int/icd/entity/291439191 #> 3374 http://id.who.int/icd/entity/1947520963 #> 3375 http://id.who.int/icd/entity/1691610999 #> 3376 http://id.who.int/icd/entity/1457142642 #> 3377 http://id.who.int/icd/entity/288945286 #> 3378 #> 3379 #> 3380 http://id.who.int/icd/entity/98434199 #> 3381 http://id.who.int/icd/entity/370983230 #> 3382 http://id.who.int/icd/entity/1074667008 #> 3383 http://id.who.int/icd/entity/1227474618 #> 3384 #> 3385 #> 3386 #> 3387 #> 3388 http://id.who.int/icd/entity/1062748595 #> 3389 http://id.who.int/icd/entity/1540943037 #> 3390 http://id.who.int/icd/entity/1382276026 #> 3391 http://id.who.int/icd/entity/1801446733 #> 3392 #> 3393 #> 3394 http://id.who.int/icd/entity/1811657969 #> 3395 http://id.who.int/icd/entity/1860570911 #> 3396 #> 3397 #> 3398 http://id.who.int/icd/entity/824872160 #> 3399 #> 3400 #> 3401 http://id.who.int/icd/entity/540207810 #> 3402 http://id.who.int/icd/entity/1631611896 #> 3403 http://id.who.int/icd/entity/1392767390 #> 3404 http://id.who.int/icd/entity/733715856 #> 3405 http://id.who.int/icd/entity/1237620397 #> 3406 #> 3407 #> 3408 http://id.who.int/icd/entity/1315315105 #> 3409 http://id.who.int/icd/entity/2108415931 #> 3410 http://id.who.int/icd/entity/2084206046 #> 3411 http://id.who.int/icd/entity/1817406536 #> 3412 http://id.who.int/icd/entity/2025219157 #> 3413 http://id.who.int/icd/entity/1361265641 #> 3414 http://id.who.int/icd/entity/1392260268 #> 3415 #> 3416 #> 3417 http://id.who.int/icd/entity/1088155670 #> 3418 http://id.who.int/icd/entity/1026224967 #> 3419 http://id.who.int/icd/entity/1300739653 #> 3420 http://id.who.int/icd/entity/2109252471 #> 3421 http://id.who.int/icd/entity/418606819 #> 3422 #> 3423 #> 3424 #> 3425 http://id.who.int/icd/entity/1858691234 #> 3426 http://id.who.int/icd/entity/1112006621 #> 3427 http://id.who.int/icd/entity/936546617 #> 3428 http://id.who.int/icd/entity/2081529009 #> 3429 http://id.who.int/icd/entity/1342341339 #> 3430 http://id.who.int/icd/entity/1270705227 #> 3431 http://id.who.int/icd/entity/2041886796 #> 3432 http://id.who.int/icd/entity/1010293846 #> 3433 #> 3434 #> 3435 #> 3436 #> 3437 http://id.who.int/icd/entity/1833416892 #> 3438 http://id.who.int/icd/entity/1926278296 #> 3439 http://id.who.int/icd/entity/468161208 #> 3440 #> 3441 #> 3442 http://id.who.int/icd/entity/396058882 #> 3443 http://id.who.int/icd/entity/783417456 #> 3444 #> 3445 #> 3446 http://id.who.int/icd/entity/1664496125 #> 3447 http://id.who.int/icd/entity/1813939482 #> 3448 http://id.who.int/icd/entity/300993597 #> 3449 #> 3450 #> 3451 http://id.who.int/icd/entity/108919913 #> 3452 http://id.who.int/icd/entity/1972596733 #> 3453 http://id.who.int/icd/entity/926285586 #> 3454 http://id.who.int/icd/entity/1499531377 #> 3455 #> 3456 http://id.who.int/icd/entity/282632809 #> 3457 http://id.who.int/icd/entity/84056128 #> 3458 http://id.who.int/icd/entity/1710037621 #> 3459 #> 3460 #> 3461 #> 3462 #> 3463 http://id.who.int/icd/entity/1561359275 #> 3464 http://id.who.int/icd/entity/256882243 #> 3465 http://id.who.int/icd/entity/578744597 #> 3466 http://id.who.int/icd/entity/592509093 #> 3467 #> 3468 #> 3469 http://id.who.int/icd/entity/1211006442 #> 3470 http://id.who.int/icd/entity/761639036 #> 3471 http://id.who.int/icd/entity/1506336899 #> 3472 http://id.who.int/icd/entity/265559153 #> 3473 http://id.who.int/icd/entity/456201314 #> 3474 http://id.who.int/icd/entity/1042391072 #> 3475 #> 3476 #> 3477 http://id.who.int/icd/entity/1015229719 #> 3478 http://id.who.int/icd/entity/1332592259 #> 3479 http://id.who.int/icd/entity/707162903 #> 3480 http://id.who.int/icd/entity/1586177000 #> 3481 http://id.who.int/icd/entity/1002499710 #> 3482 #> 3483 #> 3484 http://id.who.int/icd/entity/1191191920 #> 3485 http://id.who.int/icd/entity/2023062398 #> 3486 http://id.who.int/icd/entity/875976032 #> 3487 http://id.who.int/icd/entity/163750325 #> 3488 http://id.who.int/icd/entity/1772784878 #> 3489 #> 3490 http://id.who.int/icd/entity/1820945441 #> 3491 http://id.who.int/icd/entity/405028062 #> 3492 http://id.who.int/icd/entity/1599779547 #> 3493 #> 3494 #> 3495 http://id.who.int/icd/entity/526909365 #> 3496 http://id.who.int/icd/entity/1731667610 #> 3497 http://id.who.int/icd/entity/1934975006 #> 3498 #> 3499 #> 3500 #> 3501 #> 3502 http://id.who.int/icd/entity/1614179699 #> 3503 http://id.who.int/icd/entity/831518052 #> 3504 http://id.who.int/icd/entity/574814968 #> 3505 http://id.who.int/icd/entity/1276513691 #> 3506 http://id.who.int/icd/entity/1600152465 #> 3507 http://id.who.int/icd/entity/1396810221 #> 3508 http://id.who.int/icd/entity/2089878635 #> 3509 #> 3510 #> 3511 http://id.who.int/icd/entity/393047701 #> 3512 http://id.who.int/icd/entity/2078467774 #> 3513 http://id.who.int/icd/entity/1061366491 #> 3514 http://id.who.int/icd/entity/570181034 #> 3515 http://id.who.int/icd/entity/1152878652 #> 3516 http://id.who.int/icd/entity/807065795 #> 3517 http://id.who.int/icd/entity/1431377239 #> 3518 #> 3519 #> 3520 http://id.who.int/icd/entity/448754119 #> 3521 #> 3522 #> 3523 http://id.who.int/icd/entity/1913126571 #> 3524 #> 3525 #> 3526 http://id.who.int/icd/entity/1915134721 #> 3527 http://id.who.int/icd/entity/441607893 #> 3528 http://id.who.int/icd/entity/130952890 #> 3529 http://id.who.int/icd/entity/425692244 #> 3530 #> 3531 #> 3532 #> 3533 #> 3534 http://id.who.int/icd/entity/2132388673 #> 3535 http://id.who.int/icd/entity/196410302 #> 3536 http://id.who.int/icd/entity/1862219308 #> 3537 http://id.who.int/icd/entity/487695808 #> 3538 http://id.who.int/icd/entity/2019190826 #> 3539 http://id.who.int/icd/entity/217528533 #> 3540 http://id.who.int/icd/entity/334423054 #> 3541 http://id.who.int/icd/entity/1516623224 #> 3542 http://id.who.int/icd/entity/605267007 #> 3543 http://id.who.int/icd/entity/1207960454 #> 3544 http://id.who.int/icd/entity/759942676 #> 3545 http://id.who.int/icd/entity/1508286189 #> 3546 http://id.who.int/icd/entity/1017992057 #> 3547 http://id.who.int/icd/entity/1074941350 #> 3548 #> 3549 http://id.who.int/icd/entity/33269655 #> 3550 http://id.who.int/icd/entity/551966778 #> 3551 http://id.who.int/icd/entity/654956298 #> 3552 http://id.who.int/icd/entity/862918022 #> 3553 http://id.who.int/icd/entity/822134099 #> 3554 http://id.who.int/icd/entity/1169003948 #> 3555 http://id.who.int/icd/entity/854708918 #> 3556 http://id.who.int/icd/entity/1144287315 #> 3557 #> 3558 #> 3559 http://id.who.int/icd/entity/437815624 #> 3560 http://id.who.int/icd/entity/120443468 #> 3561 http://id.who.int/icd/entity/767360910 #> 3562 http://id.who.int/icd/entity/1283290231 #> 3563 http://id.who.int/icd/entity/1477082111 #> 3564 http://id.who.int/icd/entity/1686726595 #> 3565 #> 3566 #> 3567 http://id.who.int/icd/entity/2099676649 #> 3568 http://id.who.int/icd/entity/1008636089 #> 3569 http://id.who.int/icd/entity/1498766637 #> 3570 http://id.who.int/icd/entity/771231188 #> 3571 http://id.who.int/icd/entity/848893551 #> 3572 #> 3573 http://id.who.int/icd/entity/148247104 #> 3574 http://id.who.int/icd/entity/821852937 #> 3575 http://id.who.int/icd/entity/294762853 #> 3576 http://id.who.int/icd/entity/209556851 #> 3577 http://id.who.int/icd/entity/542202013 #> 3578 #> 3579 #> 3580 http://id.who.int/icd/entity/1111628448 #> 3581 http://id.who.int/icd/entity/399378708 #> 3582 http://id.who.int/icd/entity/140042400 #> 3583 #> 3584 #> 3585 #> 3586 http://id.who.int/icd/entity/405565289 #> 3587 http://id.who.int/icd/entity/1683919430 #> 3588 http://id.who.int/icd/entity/625636921 #> 3589 http://id.who.int/icd/entity/692993572 #> 3590 http://id.who.int/icd/entity/553710121 #> 3591 http://id.who.int/icd/entity/476035222 #> 3592 #> 3593 http://id.who.int/icd/entity/1150025154 #> 3594 http://id.who.int/icd/entity/777415827 #> 3595 http://id.who.int/icd/entity/132142084 #> 3596 http://id.who.int/icd/entity/812873082 #> 3597 #> 3598 http://id.who.int/icd/entity/317761311 #> 3599 http://id.who.int/icd/entity/1254806731 #> 3600 http://id.who.int/icd/entity/1589500739 #> 3601 http://id.who.int/icd/entity/290515784 #> 3602 #> 3603 #> 3604 #> 3605 http://id.who.int/icd/entity/106339515 #> 3606 http://id.who.int/icd/entity/967849782 #> 3607 http://id.who.int/icd/entity/1034374160 #> 3608 http://id.who.int/icd/entity/584318803 #> 3609 http://id.who.int/icd/entity/5254456 #> 3610 #> 3611 http://id.who.int/icd/entity/1730029381 #> 3612 http://id.who.int/icd/entity/963384259 #> 3613 http://id.who.int/icd/entity/468697510 #> 3614 http://id.who.int/icd/entity/746381528 #> 3615 #> 3616 http://id.who.int/icd/entity/725134404 #> 3617 http://id.who.int/icd/entity/2124501487 #> 3618 http://id.who.int/icd/entity/566538430 #> 3619 http://id.who.int/icd/entity/439300824 #> 3620 #> 3621 #> 3622 #> 3623 http://id.who.int/icd/entity/18178000 #> 3624 http://id.who.int/icd/entity/284410555 #> 3625 http://id.who.int/icd/entity/1471861706 #> 3626 http://id.who.int/icd/entity/1182509390 #> 3627 http://id.who.int/icd/entity/987681130 #> 3628 http://id.who.int/icd/entity/1429171137 #> 3629 #> 3630 http://id.who.int/icd/entity/679604439 #> 3631 http://id.who.int/icd/entity/448945092 #> 3632 http://id.who.int/icd/entity/873142442 #> 3633 http://id.who.int/icd/entity/710279230 #> 3634 #> 3635 #> 3636 #> 3637 http://id.who.int/icd/entity/1974996783 #> 3638 http://id.who.int/icd/entity/386634703 #> 3639 http://id.who.int/icd/entity/841168541 #> 3640 http://id.who.int/icd/entity/229201285 #> 3641 #> 3642 http://id.who.int/icd/entity/1358754380 #> 3643 http://id.who.int/icd/entity/521257551 #> 3644 http://id.who.int/icd/entity/1893759206 #> 3645 http://id.who.int/icd/entity/797284789 #> 3646 http://id.who.int/icd/entity/342760401 #> 3647 http://id.who.int/icd/entity/736393417 #> 3648 http://id.who.int/icd/entity/794423031 #> 3649 #> 3650 #> 3651 http://id.who.int/icd/entity/486722075 #> 3652 http://id.who.int/icd/entity/556568822 #> 3653 http://id.who.int/icd/entity/289492002 #> 3654 #> 3655 http://id.who.int/icd/entity/76398729 #> 3656 http://id.who.int/icd/entity/613065957 #> 3657 http://id.who.int/icd/entity/1456478153 #> 3658 http://id.who.int/icd/entity/374726152 #> 3659 http://id.who.int/icd/entity/1660456695 #> 3660 http://id.who.int/icd/entity/1931350942 #> 3661 http://id.who.int/icd/entity/129188707 #> 3662 http://id.who.int/icd/entity/306271588 #> 3663 http://id.who.int/icd/entity/818054919 #> 3664 http://id.who.int/icd/entity/1952305399 #> 3665 http://id.who.int/icd/entity/286661987 #> 3666 http://id.who.int/icd/entity/1061132490 #> 3667 http://id.who.int/icd/entity/1706773916 #> 3668 http://id.who.int/icd/entity/167688690 #> 3669 http://id.who.int/icd/entity/575545179 #> 3670 http://id.who.int/icd/entity/937141021 #> 3671 http://id.who.int/icd/entity/139575301 #> 3672 http://id.who.int/icd/entity/811854024 #> 3673 http://id.who.int/icd/entity/15761418 #> 3674 #> 3675 #> 3676 http://id.who.int/icd/entity/199053300 #> 3677 http://id.who.int/icd/entity/729639831 #> 3678 http://id.who.int/icd/entity/485378793 #> 3679 http://id.who.int/icd/entity/590587802 #> 3680 http://id.who.int/icd/entity/678752877 #> 3681 http://id.who.int/icd/entity/183967754 #> 3682 http://id.who.int/icd/entity/349321697 #> 3683 http://id.who.int/icd/entity/51767575 #> 3684 http://id.who.int/icd/entity/520107262 #> 3685 http://id.who.int/icd/entity/2003493658 #> 3686 http://id.who.int/icd/entity/2021041320 #> 3687 http://id.who.int/icd/entity/948425503 #> 3688 #> 3689 #> 3690 http://id.who.int/icd/entity/1427638883 #> 3691 #> 3692 #> 3693 http://id.who.int/icd/entity/1563440232 #> 3694 http://id.who.int/icd/entity/578635574 #> 3695 http://id.who.int/icd/entity/1922675618 #> 3696 http://id.who.int/icd/entity/399670840 #> 3697 http://id.who.int/icd/entity/651947494 #> 3698 http://id.who.int/icd/entity/1669279433 #> 3699 http://id.who.int/icd/entity/104129373 #> 3700 http://id.who.int/icd/entity/554273362 #> 3701 http://id.who.int/icd/entity/1841833296 #> 3702 http://id.who.int/icd/entity/1024740497 #> 3703 #> 3704 #> 3705 http://id.who.int/icd/entity/1194756772 #> 3706 http://id.who.int/icd/entity/1851882275 #> 3707 http://id.who.int/icd/entity/187348663 #> 3708 http://id.who.int/icd/entity/419823765 #> 3709 http://id.who.int/icd/entity/2139612744 #> 3710 http://id.who.int/icd/entity/449588190 #> 3711 http://id.who.int/icd/entity/1905765233 #> 3712 http://id.who.int/icd/entity/1110405006 #> 3713 http://id.who.int/icd/entity/1763883082 #> 3714 #> 3715 #> 3716 http://id.who.int/icd/entity/810797047 #> 3717 http://id.who.int/icd/entity/314468192 #> 3718 #> 3719 #> 3720 http://id.who.int/icd/entity/496273089 #> 3721 http://id.who.int/icd/entity/1119039346 #> 3722 http://id.who.int/icd/entity/1383708356 #> 3723 http://id.who.int/icd/entity/1906190365 #> 3724 http://id.who.int/icd/entity/802537726 #> 3725 http://id.who.int/icd/entity/822487798 #> 3726 http://id.who.int/icd/entity/567063364 #> 3727 #> 3728 #> 3729 http://id.who.int/icd/entity/1336943699 #> 3730 http://id.who.int/icd/entity/1712535455 #> 3731 http://id.who.int/icd/entity/56162827 #> 3732 http://id.who.int/icd/entity/530592394 #> 3733 http://id.who.int/icd/entity/239513569 #> 3734 http://id.who.int/icd/entity/2062286624 #> 3735 http://id.who.int/icd/entity/830200631 #> 3736 http://id.who.int/icd/entity/167946871 #> 3737 #> 3738 #> 3739 http://id.who.int/icd/entity/1321276661 #> 3740 http://id.who.int/icd/entity/1582741816 #> 3741 http://id.who.int/icd/entity/1015764596 #> 3742 http://id.who.int/icd/entity/1994177297 #> 3743 #> 3744 http://id.who.int/icd/entity/731724655 #> 3745 http://id.who.int/icd/entity/1674048969 #> 3746 http://id.who.int/icd/entity/959548182 #> 3747 #> 3748 http://id.who.int/icd/entity/1119008568 #> 3749 http://id.who.int/icd/entity/1880326300 #> 3750 http://id.who.int/icd/entity/2057185272 #> 3751 #> 3752 http://id.who.int/icd/entity/675329566 #> 3753 http://id.who.int/icd/entity/80299449 #> 3754 http://id.who.int/icd/entity/280906289 #> 3755 #> 3756 http://id.who.int/icd/entity/1991016628 #> 3757 http://id.who.int/icd/entity/1515067172 #> 3758 http://id.who.int/icd/entity/1355001928 #> 3759 #> 3760 http://id.who.int/icd/entity/1121465374 #> 3761 http://id.who.int/icd/entity/1253999657 #> 3762 http://id.who.int/icd/entity/726494117 #> 3763 #> 3764 #> 3765 #> 3766 #> 3767 http://id.who.int/icd/entity/991786158 #> 3768 http://id.who.int/icd/entity/2070699808 #> 3769 http://id.who.int/icd/entity/585833559 #> 3770 http://id.who.int/icd/entity/1183832314 #> 3771 http://id.who.int/icd/entity/264310751 #> 3772 http://id.who.int/icd/entity/1867081699 #> 3773 http://id.who.int/icd/entity/467941148 #> 3774 #> 3775 #> 3776 http://id.who.int/icd/entity/108180424 #> 3777 http://id.who.int/icd/entity/1069443471 #> 3778 http://id.who.int/icd/entity/197468567 #> 3779 http://id.who.int/icd/entity/604711335 #> 3780 http://id.who.int/icd/entity/1155836908 #> 3781 http://id.who.int/icd/entity/1608456538 #> 3782 http://id.who.int/icd/entity/1620688958 #> 3783 http://id.who.int/icd/entity/1504141213 #> 3784 http://id.who.int/icd/entity/1367613958 #> 3785 http://id.who.int/icd/entity/1604145596 #> 3786 http://id.who.int/icd/entity/536986325 #> 3787 http://id.who.int/icd/entity/1665998139 #> 3788 http://id.who.int/icd/entity/1733770101 #> 3789 http://id.who.int/icd/entity/59160874 #> 3790 http://id.who.int/icd/entity/1113307263 #> 3791 http://id.who.int/icd/entity/577260920 #> 3792 http://id.who.int/icd/entity/967232108 #> 3793 #> 3794 #> 3795 http://id.who.int/icd/entity/71229925 #> 3796 #> 3797 #> 3798 http://id.who.int/icd/entity/626975732 #> 3799 http://id.who.int/icd/entity/1075129954 #> 3800 http://id.who.int/icd/entity/312804864 #> 3801 #> 3802 http://id.who.int/icd/entity/1807490186 #> 3803 http://id.who.int/icd/entity/1374925579 #> 3804 http://id.who.int/icd/entity/1829103493 #> 3805 http://id.who.int/icd/entity/988400777 #> 3806 http://id.who.int/icd/entity/253124068 #> 3807 #> 3808 #> 3809 http://id.who.int/icd/entity/1412387537 #> 3810 http://id.who.int/icd/entity/263852475 #> 3811 http://id.who.int/icd/entity/306103450 #> 3812 http://id.who.int/icd/entity/555272190 #> 3813 http://id.who.int/icd/entity/544507568 #> 3814 #> 3815 http://id.who.int/icd/entity/647582417 #> 3816 http://id.who.int/icd/entity/631591362 #> 3817 http://id.who.int/icd/entity/1526825514 #> 3818 #> 3819 http://id.who.int/icd/entity/38433871 #> 3820 #> 3821 #> 3822 http://id.who.int/icd/entity/509381842 #> 3823 http://id.who.int/icd/entity/1673294767 #> 3824 http://id.who.int/icd/entity/1242188600 #> 3825 http://id.who.int/icd/entity/833390860 #> 3826 http://id.who.int/icd/entity/1205760590 #> 3827 #> 3828 #> 3829 http://id.who.int/icd/entity/1884115764 #> 3830 http://id.who.int/icd/entity/1157749237 #> 3831 http://id.who.int/icd/entity/1048673005 #> 3832 http://id.who.int/icd/entity/210284268 #> 3833 http://id.who.int/icd/entity/624858749 #> 3834 #> 3835 http://id.who.int/icd/entity/313374467 #> 3836 http://id.who.int/icd/entity/528060023 #> 3837 http://id.who.int/icd/entity/541725793 #> 3838 #> 3839 #> 3840 http://id.who.int/icd/entity/794195577 #> 3841 http://id.who.int/icd/entity/767044268 #> 3842 http://id.who.int/icd/entity/1472866636 #> 3843 http://id.who.int/icd/entity/1967782703 #> 3844 http://id.who.int/icd/entity/1121638993 #> 3845 #> 3846 http://id.who.int/icd/entity/256572629 #> 3847 #> 3848 #> 3849 http://id.who.int/icd/entity/1602669465 #> 3850 http://id.who.int/icd/entity/590211325 #> 3851 http://id.who.int/icd/entity/1676588433 #> 3852 http://id.who.int/icd/entity/766814084 #> 3853 http://id.who.int/icd/entity/714690795 #> 3854 http://id.who.int/icd/entity/397237014 #> 3855 http://id.who.int/icd/entity/1761440261 #> 3856 #> 3857 http://id.who.int/icd/entity/1580466198 #> 3858 http://id.who.int/icd/entity/582014993 #> 3859 http://id.who.int/icd/entity/490388233 #> 3860 http://id.who.int/icd/entity/1836362492 #> 3861 http://id.who.int/icd/entity/931320871 #> 3862 http://id.who.int/icd/entity/1447256030 #> 3863 #> 3864 http://id.who.int/icd/entity/1339202943 #> 3865 http://id.who.int/icd/entity/998231424 #> 3866 http://id.who.int/icd/entity/500976312 #> 3867 http://id.who.int/icd/entity/844301129 #> 3868 http://id.who.int/icd/entity/1217641719 #> 3869 http://id.who.int/icd/entity/232349777 #> 3870 #> 3871 http://id.who.int/icd/entity/1217486356 #> 3872 http://id.who.int/icd/entity/769299330 #> 3873 http://id.who.int/icd/entity/226414625 #> 3874 http://id.who.int/icd/entity/1767310182 #> 3875 http://id.who.int/icd/entity/111589839 #> 3876 #> 3877 http://id.who.int/icd/entity/1012312104 #> 3878 http://id.who.int/icd/entity/804785400 #> 3879 http://id.who.int/icd/entity/2068155409 #> 3880 #> 3881 #> 3882 http://id.who.int/icd/entity/1913137404 #> 3883 http://id.who.int/icd/entity/854520906 #> 3884 http://id.who.int/icd/entity/937834582 #> 3885 http://id.who.int/icd/entity/1305859927 #> 3886 http://id.who.int/icd/entity/487177880 #> 3887 #> 3888 http://id.who.int/icd/entity/1129015467 #> 3889 http://id.who.int/icd/entity/373645975 #> 3890 http://id.who.int/icd/entity/911861819 #> 3891 http://id.who.int/icd/entity/740218593 #> 3892 http://id.who.int/icd/entity/750347921 #> 3893 #> 3894 http://id.who.int/icd/entity/1387132352 #> 3895 http://id.who.int/icd/entity/637576511 #> 3896 http://id.who.int/icd/entity/1441674923 #> 3897 http://id.who.int/icd/entity/816184127 #> 3898 http://id.who.int/icd/entity/597251719 #> 3899 http://id.who.int/icd/entity/1141591590 #> 3900 http://id.who.int/icd/entity/1978307484 #> 3901 #> 3902 #> 3903 http://id.who.int/icd/entity/804833492 #> 3904 http://id.who.int/icd/entity/912934263 #> 3905 http://id.who.int/icd/entity/1055626783 #> 3906 http://id.who.int/icd/entity/329717941 #> 3907 http://id.who.int/icd/entity/1501431632 #> 3908 #> 3909 #> 3910 http://id.who.int/icd/entity/686500513 #> 3911 http://id.who.int/icd/entity/333795413 #> 3912 http://id.who.int/icd/entity/2648920 #> 3913 http://id.who.int/icd/entity/1253260365 #> 3914 http://id.who.int/icd/entity/819411618 #> 3915 #> 3916 #> 3917 http://id.who.int/icd/entity/508603587 #> 3918 http://id.who.int/icd/entity/397276103 #> 3919 http://id.who.int/icd/entity/138091123 #> 3920 http://id.who.int/icd/entity/1995589534 #> 3921 http://id.who.int/icd/entity/738827515 #> 3922 http://id.who.int/icd/entity/925940030 #> 3923 http://id.who.int/icd/entity/1396644446 #> 3924 #> 3925 #> 3926 http://id.who.int/icd/entity/111507461 #> 3927 http://id.who.int/icd/entity/398872858 #> 3928 http://id.who.int/icd/entity/912365674 #> 3929 http://id.who.int/icd/entity/676082180 #> 3930 http://id.who.int/icd/entity/224696144 #> 3931 #> 3932 http://id.who.int/icd/entity/1120716949 #> 3933 http://id.who.int/icd/entity/1229687244 #> 3934 http://id.who.int/icd/entity/1023217081 #> 3935 http://id.who.int/icd/entity/157120957 #> 3936 http://id.who.int/icd/entity/36859167 #> 3937 #> 3938 http://id.who.int/icd/entity/1395283456 #> 3939 http://id.who.int/icd/entity/663160065 #> 3940 http://id.who.int/icd/entity/1416205973 #> 3941 http://id.who.int/icd/entity/824335105 #> 3942 http://id.who.int/icd/entity/1014265857 #> 3943 http://id.who.int/icd/entity/119512795 #> 3944 http://id.who.int/icd/entity/963759045 #> 3945 #> 3946 #> 3947 http://id.who.int/icd/entity/390325614 #> 3948 http://id.who.int/icd/entity/475820054 #> 3949 http://id.who.int/icd/entity/723448021 #> 3950 http://id.who.int/icd/entity/601232140 #> 3951 http://id.who.int/icd/entity/1559048211 #> 3952 #> 3953 http://id.who.int/icd/entity/1605607466 #> 3954 http://id.who.int/icd/entity/1346050331 #> 3955 http://id.who.int/icd/entity/2141068069 #> 3956 http://id.who.int/icd/entity/627598840 #> 3957 http://id.who.int/icd/entity/1151987203 #> 3958 #> 3959 http://id.who.int/icd/entity/1314209089 #> 3960 http://id.who.int/icd/entity/989359552 #> 3961 http://id.who.int/icd/entity/405069624 #> 3962 http://id.who.int/icd/entity/1065937748 #> 3963 http://id.who.int/icd/entity/1298868599 #> 3964 http://id.who.int/icd/entity/1087947331 #> 3965 #> 3966 http://id.who.int/icd/entity/1226243628 #> 3967 http://id.who.int/icd/entity/744305598 #> 3968 http://id.who.int/icd/entity/1954860287 #> 3969 http://id.who.int/icd/entity/890653406 #> 3970 http://id.who.int/icd/entity/1506172532 #> 3971 #> 3972 #> 3973 http://id.who.int/icd/entity/1689089786 #> 3974 http://id.who.int/icd/entity/318767128 #> 3975 http://id.who.int/icd/entity/275218837 #> 3976 http://id.who.int/icd/entity/1179645529 #> 3977 http://id.who.int/icd/entity/378773400 #> 3978 #> 3979 http://id.who.int/icd/entity/1691013484 #> 3980 http://id.who.int/icd/entity/1870512253 #> 3981 http://id.who.int/icd/entity/1347425045 #> 3982 http://id.who.int/icd/entity/1424852267 #> 3983 http://id.who.int/icd/entity/909638838 #> 3984 #> 3985 http://id.who.int/icd/entity/1965837313 #> 3986 http://id.who.int/icd/entity/25238782 #> 3987 http://id.who.int/icd/entity/1919913834 #> 3988 http://id.who.int/icd/entity/388252416 #> 3989 http://id.who.int/icd/entity/1824621163 #> 3990 http://id.who.int/icd/entity/1460899805 #> 3991 http://id.who.int/icd/entity/1130659925 #> 3992 #> 3993 http://id.who.int/icd/entity/1081029366 #> 3994 http://id.who.int/icd/entity/480277067 #> 3995 http://id.who.int/icd/entity/1176625878 #> 3996 http://id.who.int/icd/entity/330885524 #> 3997 http://id.who.int/icd/entity/1995290731 #> 3998 #> 3999 #> 4000 http://id.who.int/icd/entity/1016273204 #> 4001 http://id.who.int/icd/entity/1772665991 #> 4002 http://id.who.int/icd/entity/211765524 #> 4003 http://id.who.int/icd/entity/385389976 #> 4004 http://id.who.int/icd/entity/1136092121 #> 4005 #> 4006 http://id.who.int/icd/entity/2016549355 #> 4007 http://id.who.int/icd/entity/651438062 #> 4008 http://id.who.int/icd/entity/113814852 #> 4009 http://id.who.int/icd/entity/671215150 #> 4010 http://id.who.int/icd/entity/912062138 #> 4011 #> 4012 http://id.who.int/icd/entity/1775535234 #> 4013 http://id.who.int/icd/entity/494523519 #> 4014 http://id.who.int/icd/entity/951103658 #> 4015 http://id.who.int/icd/entity/199002751 #> 4016 http://id.who.int/icd/entity/1500592979 #> 4017 http://id.who.int/icd/entity/1292252379 #> 4018 http://id.who.int/icd/entity/48956638 #> 4019 #> 4020 http://id.who.int/icd/entity/2096250471 #> 4021 http://id.who.int/icd/entity/724783925 #> 4022 http://id.who.int/icd/entity/1627021441 #> 4023 http://id.who.int/icd/entity/1830469239 #> 4024 http://id.who.int/icd/entity/143679922 #> 4025 #> 4026 #> 4027 http://id.who.int/icd/entity/1605818663 #> 4028 http://id.who.int/icd/entity/1563509056 #> 4029 http://id.who.int/icd/entity/2057206901 #> 4030 http://id.who.int/icd/entity/659900369 #> 4031 http://id.who.int/icd/entity/1929333008 #> 4032 #> 4033 #> 4034 http://id.who.int/icd/entity/2070676103 #> 4035 http://id.who.int/icd/entity/1771470438 #> 4036 http://id.who.int/icd/entity/1643918100 #> 4037 http://id.who.int/icd/entity/873755949 #> 4038 http://id.who.int/icd/entity/1359176422 #> 4039 #> 4040 #> 4041 http://id.who.int/icd/entity/1599283639 #> 4042 http://id.who.int/icd/entity/1587633989 #> 4043 http://id.who.int/icd/entity/1526280683 #> 4044 http://id.who.int/icd/entity/1005846640 #> 4045 http://id.who.int/icd/entity/1432030282 #> 4046 http://id.who.int/icd/entity/1955362756 #> 4047 http://id.who.int/icd/entity/89854667 #> 4048 #> 4049 http://id.who.int/icd/entity/1562167865 #> 4050 http://id.who.int/icd/entity/507076012 #> 4051 http://id.who.int/icd/entity/1423983191 #> 4052 http://id.who.int/icd/entity/511382862 #> 4053 http://id.who.int/icd/entity/1259373199 #> 4054 #> 4055 #> 4056 http://id.who.int/icd/entity/31898480 #> 4057 http://id.who.int/icd/entity/207246302 #> 4058 http://id.who.int/icd/entity/1252561403 #> 4059 http://id.who.int/icd/entity/1935765699 #> 4060 http://id.who.int/icd/entity/1290474459 #> 4061 #> 4062 http://id.who.int/icd/entity/1648213213 #> 4063 http://id.who.int/icd/entity/1569910443 #> 4064 http://id.who.int/icd/entity/1710844294 #> 4065 http://id.who.int/icd/entity/1115271910 #> 4066 #> 4067 #> 4068 http://id.who.int/icd/entity/1967909777 #> 4069 http://id.who.int/icd/entity/1995632461 #> 4070 http://id.who.int/icd/entity/219736364 #> 4071 http://id.who.int/icd/entity/275556525 #> 4072 http://id.who.int/icd/entity/1868008370 #> 4073 #> 4074 http://id.who.int/icd/entity/2041952725 #> 4075 http://id.who.int/icd/entity/847208228 #> 4076 http://id.who.int/icd/entity/585026718 #> 4077 http://id.who.int/icd/entity/644045474 #> 4078 http://id.who.int/icd/entity/655301620 #> 4079 #> 4080 http://id.who.int/icd/entity/1750279358 #> 4081 http://id.who.int/icd/entity/1863378901 #> 4082 http://id.who.int/icd/entity/173746753 #> 4083 http://id.who.int/icd/entity/1265787402 #> 4084 http://id.who.int/icd/entity/162562386 #> 4085 http://id.who.int/icd/entity/1245150953 #> 4086 #> 4087 #> 4088 http://id.who.int/icd/entity/268445189 #> 4089 http://id.who.int/icd/entity/1356720300 #> 4090 http://id.who.int/icd/entity/299901355 #> 4091 http://id.who.int/icd/entity/1979010552 #> 4092 http://id.who.int/icd/entity/1249849058 #> 4093 #> 4094 http://id.who.int/icd/entity/1699574100 #> 4095 http://id.who.int/icd/entity/719650647 #> 4096 http://id.who.int/icd/entity/88210793 #> 4097 http://id.who.int/icd/entity/986422897 #> 4098 http://id.who.int/icd/entity/980168193 #> 4099 #> 4100 http://id.who.int/icd/entity/1957424191 #> 4101 http://id.who.int/icd/entity/441538 #> 4102 #> 4103 #> 4104 http://id.who.int/icd/entity/1835610951 #> 4105 http://id.who.int/icd/entity/893652479 #> 4106 http://id.who.int/icd/entity/1600451095 #> 4107 http://id.who.int/icd/entity/1704485952 #> 4108 http://id.who.int/icd/entity/1879955576 #> 4109 #> 4110 http://id.who.int/icd/entity/734634730 #> 4111 http://id.who.int/icd/entity/539693275 #> 4112 http://id.who.int/icd/entity/861459960 #> 4113 http://id.who.int/icd/entity/1844888971 #> 4114 http://id.who.int/icd/entity/486397896 #> 4115 #> 4116 http://id.who.int/icd/entity/976174979 #> 4117 http://id.who.int/icd/entity/1317171068 #> 4118 http://id.who.int/icd/entity/1030552808 #> 4119 http://id.who.int/icd/entity/1478963582 #> 4120 http://id.who.int/icd/entity/1416233126 #> 4121 http://id.who.int/icd/entity/652700225 #> 4122 http://id.who.int/icd/entity/1918560936 #> 4123 #> 4124 #> 4125 http://id.who.int/icd/entity/1218193465 #> 4126 http://id.who.int/icd/entity/1334295394 #> 4127 http://id.who.int/icd/entity/1662953838 #> 4128 http://id.who.int/icd/entity/817666175 #> 4129 http://id.who.int/icd/entity/2136057978 #> 4130 #> 4131 http://id.who.int/icd/entity/473001402 #> 4132 http://id.who.int/icd/entity/599461536 #> 4133 http://id.who.int/icd/entity/203295904 #> 4134 http://id.who.int/icd/entity/213499118 #> 4135 http://id.who.int/icd/entity/1774027011 #> 4136 #> 4137 http://id.who.int/icd/entity/1574982062 #> 4138 http://id.who.int/icd/entity/1791864244 #> 4139 http://id.who.int/icd/entity/1828722493 #> 4140 http://id.who.int/icd/entity/1589999330 #> 4141 http://id.who.int/icd/entity/1157653052 #> 4142 http://id.who.int/icd/entity/268614690 #> 4143 http://id.who.int/icd/entity/325981339 #> 4144 #> 4145 #> 4146 http://id.who.int/icd/entity/470484338 #> 4147 http://id.who.int/icd/entity/706633269 #> 4148 http://id.who.int/icd/entity/1418561556 #> 4149 http://id.who.int/icd/entity/2059548662 #> 4150 http://id.who.int/icd/entity/100209899 #> 4151 #> 4152 http://id.who.int/icd/entity/1177354811 #> 4153 http://id.who.int/icd/entity/916072624 #> 4154 http://id.who.int/icd/entity/101610314 #> 4155 http://id.who.int/icd/entity/2036226651 #> 4156 http://id.who.int/icd/entity/380625140 #> 4157 #> 4158 http://id.who.int/icd/entity/1192105868 #> 4159 http://id.who.int/icd/entity/216587818 #> 4160 http://id.who.int/icd/entity/666288373 #> 4161 http://id.who.int/icd/entity/1379043297 #> 4162 http://id.who.int/icd/entity/1866047295 #> 4163 http://id.who.int/icd/entity/1552098464 #> 4164 #> 4165 #> 4166 http://id.who.int/icd/entity/136511187 #> 4167 http://id.who.int/icd/entity/1835736371 #> 4168 http://id.who.int/icd/entity/754209924 #> 4169 http://id.who.int/icd/entity/1215969203 #> 4170 http://id.who.int/icd/entity/311183726 #> 4171 #> 4172 http://id.who.int/icd/entity/1934475925 #> 4173 http://id.who.int/icd/entity/392011264 #> 4174 http://id.who.int/icd/entity/678448488 #> 4175 http://id.who.int/icd/entity/1486482667 #> 4176 http://id.who.int/icd/entity/929584708 #> 4177 #> 4178 http://id.who.int/icd/entity/327038878 #> 4179 http://id.who.int/icd/entity/2022008391 #> 4180 http://id.who.int/icd/entity/2084106361 #> 4181 http://id.who.int/icd/entity/221504052 #> 4182 http://id.who.int/icd/entity/949196336 #> 4183 http://id.who.int/icd/entity/707980387 #> 4184 #> 4185 http://id.who.int/icd/entity/563360873 #> 4186 http://id.who.int/icd/entity/1044767723 #> 4187 http://id.who.int/icd/entity/487787932 #> 4188 http://id.who.int/icd/entity/1906889712 #> 4189 http://id.who.int/icd/entity/509176135 #> 4190 http://id.who.int/icd/entity/69097373 #> 4191 http://id.who.int/icd/entity/657890038 #> 4192 #> 4193 #> 4194 http://id.who.int/icd/entity/601226803 #> 4195 http://id.who.int/icd/entity/1729466996 #> 4196 http://id.who.int/icd/entity/1719901309 #> 4197 http://id.who.int/icd/entity/1025518626 #> 4198 http://id.who.int/icd/entity/319592412 #> 4199 #> 4200 http://id.who.int/icd/entity/853273682 #> 4201 http://id.who.int/icd/entity/2109222603 #> 4202 http://id.who.int/icd/entity/487973986 #> 4203 http://id.who.int/icd/entity/2113562155 #> 4204 http://id.who.int/icd/entity/1622774364 #> 4205 #> 4206 http://id.who.int/icd/entity/1121505208 #> 4207 http://id.who.int/icd/entity/1583329300 #> 4208 http://id.who.int/icd/entity/1051734617 #> 4209 http://id.who.int/icd/entity/1856037350 #> 4210 http://id.who.int/icd/entity/293485161 #> 4211 http://id.who.int/icd/entity/1328927370 #> 4212 #> 4213 #> 4214 http://id.who.int/icd/entity/768380303 #> 4215 http://id.who.int/icd/entity/1183869990 #> 4216 http://id.who.int/icd/entity/538219245 #> 4217 http://id.who.int/icd/entity/1733810838 #> 4218 http://id.who.int/icd/entity/1198710764 #> 4219 http://id.who.int/icd/entity/2039807396 #> 4220 http://id.who.int/icd/entity/856664761 #> 4221 #> 4222 #> 4223 http://id.who.int/icd/entity/1414319298 #> 4224 http://id.who.int/icd/entity/272358857 #> 4225 http://id.who.int/icd/entity/341458101 #> 4226 http://id.who.int/icd/entity/74269862 #> 4227 http://id.who.int/icd/entity/1349477728 #> 4228 #> 4229 http://id.who.int/icd/entity/2143971168 #> 4230 http://id.who.int/icd/entity/2026388610 #> 4231 http://id.who.int/icd/entity/1490335276 #> 4232 http://id.who.int/icd/entity/1981674818 #> 4233 http://id.who.int/icd/entity/1749085654 #> 4234 #> 4235 http://id.who.int/icd/entity/1870346724 #> 4236 http://id.who.int/icd/entity/219731531 #> 4237 http://id.who.int/icd/entity/1826184626 #> 4238 http://id.who.int/icd/entity/2024690232 #> 4239 http://id.who.int/icd/entity/927162941 #> 4240 http://id.who.int/icd/entity/1488115862 #> 4241 #> 4242 http://id.who.int/icd/entity/131545543 #> 4243 http://id.who.int/icd/entity/1155529213 #> 4244 http://id.who.int/icd/entity/595694101 #> 4245 http://id.who.int/icd/entity/1010613155 #> 4246 http://id.who.int/icd/entity/62314683 #> 4247 http://id.who.int/icd/entity/118181509 #> 4248 http://id.who.int/icd/entity/396542224 #> 4249 #> 4250 #> 4251 http://id.who.int/icd/entity/247116319 #> 4252 http://id.who.int/icd/entity/1852395328 #> 4253 http://id.who.int/icd/entity/2055037621 #> 4254 http://id.who.int/icd/entity/992393585 #> 4255 http://id.who.int/icd/entity/1959496054 #> 4256 #> 4257 #> 4258 #> 4259 #> 4260 #> 4261 http://id.who.int/icd/entity/499894965 #> 4262 http://id.who.int/icd/entity/1041487064 #> 4263 http://id.who.int/icd/entity/960730313 #> 4264 http://id.who.int/icd/entity/1939508018 #> 4265 #> 4266 http://id.who.int/icd/entity/1448597234 #> 4267 http://id.who.int/icd/entity/338347362 #> 4268 http://id.who.int/icd/entity/718071594 #> 4269 #> 4270 #> 4271 #> 4272 http://id.who.int/icd/entity/826065555 #> 4273 http://id.who.int/icd/entity/1532500290 #> 4274 http://id.who.int/icd/entity/804604349 #> 4275 http://id.who.int/icd/entity/1630268048 #> 4276 http://id.who.int/icd/entity/295017661 #> 4277 #> 4278 #> 4279 http://id.who.int/icd/entity/310393530 #> 4280 http://id.who.int/icd/entity/1487528823 #> 4281 http://id.who.int/icd/entity/818792113 #> 4282 http://id.who.int/icd/entity/1545599508 #> 4283 http://id.who.int/icd/entity/317107055 #> 4284 #> 4285 http://id.who.int/icd/entity/736540987 #> 4286 http://id.who.int/icd/entity/762103927 #> 4287 http://id.who.int/icd/entity/855253443 #> 4288 #> 4289 #> 4290 http://id.who.int/icd/entity/719572464 #> 4291 http://id.who.int/icd/entity/192666265 #> 4292 http://id.who.int/icd/entity/683482905 #> 4293 http://id.who.int/icd/entity/1196205490 #> 4294 #> 4295 http://id.who.int/icd/entity/1021901799 #> 4296 http://id.who.int/icd/entity/395365489 #> 4297 http://id.who.int/icd/entity/2038678808 #> 4298 #> 4299 #> 4300 #> 4301 #> 4302 http://id.who.int/icd/entity/37291724 #> 4303 http://id.who.int/icd/entity/941859884 #> 4304 http://id.who.int/icd/entity/263226710 #> 4305 http://id.who.int/icd/entity/758339377 #> 4306 http://id.who.int/icd/entity/40156192 #> 4307 #> 4308 http://id.who.int/icd/entity/1128733473 #> 4309 http://id.who.int/icd/entity/953246526 #> 4310 http://id.who.int/icd/entity/919081088 #> 4311 http://id.who.int/icd/entity/1913158855 #> 4312 http://id.who.int/icd/entity/387934990 #> 4313 http://id.who.int/icd/entity/848330288 #> 4314 http://id.who.int/icd/entity/2006821354 #> 4315 http://id.who.int/icd/entity/2110604642 #> 4316 http://id.who.int/icd/entity/141881468 #> 4317 http://id.who.int/icd/entity/1832861162 #> 4318 http://id.who.int/icd/entity/517058174 #> 4319 http://id.who.int/icd/entity/1890228613 #> 4320 http://id.who.int/icd/entity/1580013387 #> 4321 http://id.who.int/icd/entity/1582257458 #> 4322 http://id.who.int/icd/entity/2055403635 #> 4323 #> 4324 http://id.who.int/icd/entity/430567349 #> 4325 http://id.who.int/icd/entity/790764418 #> 4326 http://id.who.int/icd/entity/775605963 #> 4327 #> 4328 http://id.who.int/icd/entity/213458094 #> 4329 http://id.who.int/icd/entity/897917531 #> 4330 http://id.who.int/icd/entity/1015017717 #> 4331 http://id.who.int/icd/entity/80203879 #> 4332 http://id.who.int/icd/entity/343480877 #> 4333 #> 4334 #> 4335 http://id.who.int/icd/entity/195531803 #> 4336 http://id.who.int/icd/entity/386330688 #> 4337 http://id.who.int/icd/entity/862469859 #> 4338 http://id.who.int/icd/entity/1246085612 #> 4339 http://id.who.int/icd/entity/988431240 #> 4340 http://id.who.int/icd/entity/503912444 #> 4341 http://id.who.int/icd/entity/973846324 #> 4342 http://id.who.int/icd/entity/2081070847 #> 4343 #> 4344 #> 4345 http://id.who.int/icd/entity/546689346 #> 4346 http://id.who.int/icd/entity/795022044 #> 4347 http://id.who.int/icd/entity/199015879 #> 4348 http://id.who.int/icd/entity/1855418451 #> 4349 http://id.who.int/icd/entity/1543494610 #> 4350 http://id.who.int/icd/entity/1072662343 #> 4351 #> 4352 http://id.who.int/icd/entity/1365258270 #> 4353 http://id.who.int/icd/entity/1777436789 #> 4354 http://id.who.int/icd/entity/831337417 #> 4355 http://id.who.int/icd/entity/1710319105 #> 4356 http://id.who.int/icd/entity/1619582852 #> 4357 http://id.who.int/icd/entity/1035710165 #> 4358 http://id.who.int/icd/entity/694002628 #> 4359 #> 4360 http://id.who.int/icd/entity/1468768235 #> 4361 http://id.who.int/icd/entity/1494928041 #> 4362 http://id.who.int/icd/entity/1397836700 #> 4363 http://id.who.int/icd/entity/710305644 #> 4364 http://id.who.int/icd/entity/1173624218 #> 4365 http://id.who.int/icd/entity/388810416 #> 4366 http://id.who.int/icd/entity/1206955889 #> 4367 http://id.who.int/icd/entity/1129134415 #> 4368 http://id.who.int/icd/entity/1922851083 #> 4369 http://id.who.int/icd/entity/868851323 #> 4370 http://id.who.int/icd/entity/194105820 #> 4371 #> 4372 http://id.who.int/icd/entity/148241182 #> 4373 http://id.who.int/icd/entity/688029844 #> 4374 http://id.who.int/icd/entity/1447134117 #> 4375 http://id.who.int/icd/entity/479763552 #> 4376 http://id.who.int/icd/entity/961921436 #> 4377 http://id.who.int/icd/entity/1659288831 #> 4378 http://id.who.int/icd/entity/1543544503 #> 4379 http://id.who.int/icd/entity/2043528053 #> 4380 #> 4381 #> 4382 #> 4383 #> 4384 #> 4385 #> 4386 http://id.who.int/icd/entity/882114523 #> 4387 http://id.who.int/icd/entity/1124422593 #> 4388 http://id.who.int/icd/entity/380591392 #> 4389 #> 4390 http://id.who.int/icd/entity/523677473 #> 4391 http://id.who.int/icd/entity/1553197895 #> 4392 http://id.who.int/icd/entity/700487590 #> 4393 http://id.who.int/icd/entity/967687778 #> 4394 http://id.who.int/icd/entity/130379446 #> 4395 http://id.who.int/icd/entity/2091262725 #> 4396 #> 4397 #> 4398 http://id.who.int/icd/entity/302122526 #> 4399 http://id.who.int/icd/entity/255980141 #> 4400 http://id.who.int/icd/entity/858129053 #> 4401 #> 4402 #> 4403 http://id.who.int/icd/entity/696956921 #> 4404 http://id.who.int/icd/entity/2018051983 #> 4405 http://id.who.int/icd/entity/566524918 #> 4406 http://id.who.int/icd/entity/200321643 #> 4407 http://id.who.int/icd/entity/1603403079 #> 4408 http://id.who.int/icd/entity/216291184 #> 4409 http://id.who.int/icd/entity/241382885 #> 4410 http://id.who.int/icd/entity/880462195 #> 4411 http://id.who.int/icd/entity/1899175158 #> 4412 http://id.who.int/icd/entity/1635245839 #> 4413 http://id.who.int/icd/entity/2131412196 #> 4414 http://id.who.int/icd/entity/1126473669 #> 4415 http://id.who.int/icd/entity/440469874 #> 4416 http://id.who.int/icd/entity/1638354338 #> 4417 http://id.who.int/icd/entity/235421675 #> 4418 http://id.who.int/icd/entity/1324394161 #> 4419 http://id.who.int/icd/entity/518306574 #> 4420 #> 4421 #> 4422 #> 4423 #> 4424 http://id.who.int/icd/entity/274880002 #> 4425 http://id.who.int/icd/entity/1038292737 #> 4426 http://id.who.int/icd/entity/323148092 #> 4427 http://id.who.int/icd/entity/1832877760 #> 4428 #> 4429 http://id.who.int/icd/entity/2024456840 #> 4430 http://id.who.int/icd/entity/1201727099 #> 4431 http://id.who.int/icd/entity/1851015159 #> 4432 http://id.who.int/icd/entity/1494673323 #> 4433 #> 4434 http://id.who.int/icd/entity/631826564 #> 4435 http://id.who.int/icd/entity/1180849398 #> 4436 http://id.who.int/icd/entity/2088456351 #> 4437 http://id.who.int/icd/entity/300740103 #> 4438 http://id.who.int/icd/entity/1930903815 #> 4439 http://id.who.int/icd/entity/1980306606 #> 4440 #> 4441 #> 4442 http://id.who.int/icd/entity/877557231 #> 4443 http://id.who.int/icd/entity/1193320862 #> 4444 http://id.who.int/icd/entity/941326977 #> 4445 http://id.who.int/icd/entity/139667543 #> 4446 http://id.who.int/icd/entity/894774581 #> 4447 http://id.who.int/icd/entity/612376701 #> 4448 http://id.who.int/icd/entity/453657445 #> 4449 http://id.who.int/icd/entity/582567115 #> 4450 http://id.who.int/icd/entity/2012656262 #> 4451 http://id.who.int/icd/entity/1553662423 #> 4452 #> 4453 #> 4454 http://id.who.int/icd/entity/1919233290 #> 4455 http://id.who.int/icd/entity/224267797 #> 4456 http://id.who.int/icd/entity/1514276050 #> 4457 http://id.who.int/icd/entity/1750742010 #> 4458 http://id.who.int/icd/entity/1928918452 #> 4459 http://id.who.int/icd/entity/1024837047 #> 4460 http://id.who.int/icd/entity/230938285 #> 4461 http://id.who.int/icd/entity/1890283061 #> 4462 http://id.who.int/icd/entity/843691445 #> 4463 #> 4464 #> 4465 #> 4466 #> 4467 http://id.who.int/icd/entity/1359329403 #> 4468 http://id.who.int/icd/entity/1996513332 #> 4469 http://id.who.int/icd/entity/138101549 #> 4470 http://id.who.int/icd/entity/934354997 #> 4471 http://id.who.int/icd/entity/312051047 #> 4472 http://id.who.int/icd/entity/756278911 #> 4473 http://id.who.int/icd/entity/1378403680 #> 4474 #> 4475 http://id.who.int/icd/entity/49589409 #> 4476 http://id.who.int/icd/entity/1254916765 #> 4477 http://id.who.int/icd/entity/1846518306 #> 4478 http://id.who.int/icd/entity/1009451323 #> 4479 http://id.who.int/icd/entity/60908067 #> 4480 http://id.who.int/icd/entity/1125130790 #> 4481 http://id.who.int/icd/entity/217911841 #> 4482 http://id.who.int/icd/entity/756998404 #> 4483 http://id.who.int/icd/entity/2113831613 #> 4484 http://id.who.int/icd/entity/158240175 #> 4485 #> 4486 #> 4487 http://id.who.int/icd/entity/151357345 #> 4488 http://id.who.int/icd/entity/883900763 #> 4489 http://id.who.int/icd/entity/1548382704 #> 4490 http://id.who.int/icd/entity/1743751621 #> 4491 http://id.who.int/icd/entity/335616593 #> 4492 http://id.who.int/icd/entity/261208732 #> 4493 #> 4494 #> 4495 http://id.who.int/icd/entity/1264934516 #> 4496 http://id.who.int/icd/entity/329728491 #> 4497 http://id.who.int/icd/entity/1822188276 #> 4498 http://id.who.int/icd/entity/1900730309 #> 4499 #> 4500 #> 4501 http://id.who.int/icd/entity/192130563 #> 4502 http://id.who.int/icd/entity/1393951214 #> 4503 http://id.who.int/icd/entity/1762655612 #> 4504 http://id.who.int/icd/entity/518394437 #> 4505 http://id.who.int/icd/entity/873001259 #> 4506 #> 4507 #> 4508 #> 4509 #> 4510 http://id.who.int/icd/entity/1296093776 #> 4511 http://id.who.int/icd/entity/384289569 #> 4512 http://id.who.int/icd/entity/2024168133 #> 4513 http://id.who.int/icd/entity/296066191 #> 4514 http://id.who.int/icd/entity/169504799 #> 4515 http://id.who.int/icd/entity/811427861 #> 4516 #> 4517 #> 4518 http://id.who.int/icd/entity/598493320 #> 4519 http://id.who.int/icd/entity/1493396558 #> 4520 #> 4521 #> 4522 http://id.who.int/icd/entity/502110033 #> 4523 http://id.who.int/icd/entity/1736055169 #> 4524 http://id.who.int/icd/entity/193784690 #> 4525 http://id.who.int/icd/entity/1973955757 #> 4526 http://id.who.int/icd/entity/1852145464 #> 4527 http://id.who.int/icd/entity/1651874787 #> 4528 http://id.who.int/icd/entity/1335724962 #> 4529 http://id.who.int/icd/entity/147328446 #> 4530 #> 4531 #> 4532 http://id.who.int/icd/entity/1690167305 #> 4533 #> 4534 #> 4535 http://id.who.int/icd/entity/981681252 #> 4536 http://id.who.int/icd/entity/829618737 #> 4537 http://id.who.int/icd/entity/527743894 #> 4538 http://id.who.int/icd/entity/2132180242 #> 4539 http://id.who.int/icd/entity/58404408 #> 4540 http://id.who.int/icd/entity/1198818955 #> 4541 http://id.who.int/icd/entity/180010771 #> 4542 http://id.who.int/icd/entity/863862503 #> 4543 http://id.who.int/icd/entity/34573343 #> 4544 http://id.who.int/icd/entity/777125622 #> 4545 #> 4546 #> 4547 http://id.who.int/icd/entity/1164080406 #> 4548 http://id.who.int/icd/entity/460051733 #> 4549 http://id.who.int/icd/entity/25395136 #> 4550 http://id.who.int/icd/entity/1689587356 #> 4551 #> 4552 #> 4553 #> 4554 #> 4555 http://id.who.int/icd/entity/2145753518 #> 4556 http://id.who.int/icd/entity/557338504 #> 4557 http://id.who.int/icd/entity/1127235959 #> 4558 #> 4559 #> 4560 http://id.who.int/icd/entity/209464984 #> 4561 http://id.who.int/icd/entity/678203506 #> 4562 http://id.who.int/icd/entity/378693810 #> 4563 http://id.who.int/icd/entity/803006786 #> 4564 #> 4565 #> 4566 http://id.who.int/icd/entity/2047715743 #> 4567 http://id.who.int/icd/entity/629477838 #> 4568 #> 4569 #> 4570 http://id.who.int/icd/entity/1705355202 #> 4571 http://id.who.int/icd/entity/923808550 #> 4572 http://id.who.int/icd/entity/442347652 #> 4573 http://id.who.int/icd/entity/980686666 #> 4574 http://id.who.int/icd/entity/361859443 #> 4575 http://id.who.int/icd/entity/2055588684 #> 4576 http://id.who.int/icd/entity/203890331 #> 4577 http://id.who.int/icd/entity/423095680 #> 4578 http://id.who.int/icd/entity/180800797 #> 4579 http://id.who.int/icd/entity/600993818 #> 4580 #> 4581 #> 4582 http://id.who.int/icd/entity/1257393361 #> 4583 http://id.who.int/icd/entity/47298761 #> 4584 #> 4585 #> 4586 http://id.who.int/icd/entity/71197968 #> 4587 http://id.who.int/icd/entity/1532145862 #> 4588 #> 4589 #> 4590 #> 4591 #> 4592 http://id.who.int/icd/entity/645263329 #> 4593 http://id.who.int/icd/entity/430441106 #> 4594 http://id.who.int/icd/entity/1036027657 #> 4595 http://id.who.int/icd/entity/154193612 #> 4596 http://id.who.int/icd/entity/1811820459 #> 4597 http://id.who.int/icd/entity/775627756 #> 4598 http://id.who.int/icd/entity/141798982 #> 4599 http://id.who.int/icd/entity/40194311 #> 4600 http://id.who.int/icd/entity/2017558361 #> 4601 #> 4602 #> 4603 http://id.who.int/icd/entity/288547754 #> 4604 #> 4605 #> 4606 http://id.who.int/icd/entity/1894671574 #> 4607 http://id.who.int/icd/entity/765464219 #> 4608 http://id.who.int/icd/entity/119340957 #> 4609 http://id.who.int/icd/entity/1649340159 #> 4610 http://id.who.int/icd/entity/169010223 #> 4611 http://id.who.int/icd/entity/1087192220 #> 4612 #> 4613 #> 4614 http://id.who.int/icd/entity/1575074953 #> 4615 http://id.who.int/icd/entity/1877502096 #> 4616 http://id.who.int/icd/entity/822078855 #> 4617 #> 4618 #> 4619 #> 4620 #> 4621 http://id.who.int/icd/entity/1231935480 #> 4622 http://id.who.int/icd/entity/179893645 #> 4623 http://id.who.int/icd/entity/1126823287 #> 4624 http://id.who.int/icd/entity/888456807 #> 4625 http://id.who.int/icd/entity/1862613145 #> 4626 http://id.who.int/icd/entity/1300687612 #> 4627 #> 4628 #> 4629 #> 4630 #> 4631 http://id.who.int/icd/entity/460883639 #> 4632 http://id.who.int/icd/entity/1508785243 #> 4633 http://id.who.int/icd/entity/936832132 #> 4634 http://id.who.int/icd/entity/1160998486 #> 4635 #> 4636 #> 4637 http://id.who.int/icd/entity/1975710133 #> 4638 http://id.who.int/icd/entity/334083632 #> 4639 #> 4640 #> 4641 http://id.who.int/icd/entity/1719545571 #> 4642 http://id.who.int/icd/entity/1611724421 #> 4643 http://id.who.int/icd/entity/1345814274 #> 4644 http://id.who.int/icd/entity/377572273 #> 4645 #> 4646 #> 4647 http://id.who.int/icd/entity/2091156678 #> 4648 http://id.who.int/icd/entity/2099230583 #> 4649 #> 4650 #> 4651 http://id.who.int/icd/entity/724748131 #> 4652 http://id.who.int/icd/entity/1298865187 #> 4653 http://id.who.int/icd/entity/799053936 #> 4654 http://id.who.int/icd/entity/1020720762 #> 4655 http://id.who.int/icd/entity/1045965709 #> 4656 #> 4657 #> 4658 http://id.who.int/icd/entity/1690813510 #> 4659 http://id.who.int/icd/entity/1328350091 #> 4660 http://id.who.int/icd/entity/605048789 #> 4661 #> 4662 #> 4663 http://id.who.int/icd/entity/1390433308 #> 4664 http://id.who.int/icd/entity/1226230164 #> 4665 #> 4666 #> 4667 http://id.who.int/icd/entity/744293382 #> 4668 http://id.who.int/icd/entity/73324466 #> 4669 http://id.who.int/icd/entity/869136080 #> 4670 http://id.who.int/icd/entity/1921504316 #> 4671 http://id.who.int/icd/entity/1829846416 #> 4672 http://id.who.int/icd/entity/1119109040 #> 4673 http://id.who.int/icd/entity/678566494 #> 4674 #> 4675 #> 4676 http://id.who.int/icd/entity/468040251 #> 4677 http://id.who.int/icd/entity/1313582105 #> 4678 http://id.who.int/icd/entity/1085655586 #> 4679 http://id.who.int/icd/entity/2023359698 #> 4680 http://id.who.int/icd/entity/1407140179 #> 4681 http://id.who.int/icd/entity/796317173 #> 4682 #> 4683 http://id.who.int/icd/entity/1494277413 #> 4684 http://id.who.int/icd/entity/565740065 #> 4685 http://id.who.int/icd/entity/1043229589 #> 4686 http://id.who.int/icd/entity/1098683540 #> 4687 http://id.who.int/icd/entity/902939755 #> 4688 #> 4689 #> 4690 http://id.who.int/icd/entity/607889687 #> 4691 http://id.who.int/icd/entity/988300061 #> 4692 http://id.who.int/icd/entity/1593319304 #> 4693 http://id.who.int/icd/entity/937824238 #> 4694 #> 4695 #> 4696 http://id.who.int/icd/entity/509209399 #> 4697 http://id.who.int/icd/entity/785232077 #> 4698 http://id.who.int/icd/entity/558060012 #> 4699 #> 4700 #> 4701 http://id.who.int/icd/entity/1779279118 #> 4702 http://id.who.int/icd/entity/635475211 #> 4703 http://id.who.int/icd/entity/559743797 #> 4704 http://id.who.int/icd/entity/1347817850 #> 4705 http://id.who.int/icd/entity/1710646654 #> 4706 http://id.who.int/icd/entity/889409107 #> 4707 http://id.who.int/icd/entity/1525871868 #> 4708 #> 4709 #> 4710 #> 4711 http://id.who.int/icd/entity/1441661203 #> 4712 #> 4713 #> 4714 http://id.who.int/icd/entity/1397288146 #> 4715 http://id.who.int/icd/entity/2073711696 #> 4716 http://id.who.int/icd/entity/1026250133 #> 4717 http://id.who.int/icd/entity/179860715 #> 4718 http://id.who.int/icd/entity/480321034 #> 4719 #> 4720 #> 4721 http://id.who.int/icd/entity/194732378 #> 4722 http://id.who.int/icd/entity/836532562 #> 4723 http://id.who.int/icd/entity/1315841508 #> 4724 http://id.who.int/icd/entity/256917143 #> 4725 http://id.who.int/icd/entity/1007173668 #> 4726 http://id.who.int/icd/entity/512463425 #> 4727 http://id.who.int/icd/entity/1279568297 #> 4728 http://id.who.int/icd/entity/2077722839 #> 4729 http://id.who.int/icd/entity/1498700468 #> 4730 http://id.who.int/icd/entity/1617454151 #> 4731 http://id.who.int/icd/entity/1742216565 #> 4732 #> 4733 #> 4734 http://id.who.int/icd/entity/517052870 #> 4735 http://id.who.int/icd/entity/1136270486 #> 4736 http://id.who.int/icd/entity/1632334328 #> 4737 #> 4738 #> 4739 http://id.who.int/icd/entity/1310497511 #> 4740 http://id.who.int/icd/entity/1944845279 #> 4741 http://id.who.int/icd/entity/1255654700 #> 4742 http://id.who.int/icd/entity/1727727812 #> 4743 #> 4744 #> 4745 http://id.who.int/icd/entity/1612372804 #> 4746 http://id.who.int/icd/entity/1046279423 #> 4747 http://id.who.int/icd/entity/726403046 #> 4748 http://id.who.int/icd/entity/951920505 #> 4749 http://id.who.int/icd/entity/274380122 #> 4750 #> 4751 #> 4752 http://id.who.int/icd/entity/199580108 #> 4753 http://id.who.int/icd/entity/1014397110 #> 4754 http://id.who.int/icd/entity/519416529 #> 4755 http://id.who.int/icd/entity/1036649329 #> 4756 #> 4757 #> 4758 http://id.who.int/icd/entity/91180764 #> 4759 http://id.who.int/icd/entity/276807111 #> 4760 http://id.who.int/icd/entity/173613583 #> 4761 #> 4762 #> 4763 #> 4764 #> 4765 http://id.who.int/icd/entity/1786562875 #> 4766 http://id.who.int/icd/entity/1023597213 #> 4767 http://id.who.int/icd/entity/651135242 #> 4768 http://id.who.int/icd/entity/348544271 #> 4769 #> 4770 #> 4771 http://id.who.int/icd/entity/1376414432 #> 4772 http://id.who.int/icd/entity/1766832202 #> 4773 http://id.who.int/icd/entity/1219013782 #> 4774 http://id.who.int/icd/entity/501701339 #> 4775 #> 4776 #> 4777 #> 4778 #> 4779 http://id.who.int/icd/entity/2006527791 #> 4780 http://id.who.int/icd/entity/429021871 #> 4781 http://id.who.int/icd/entity/906174792 #> 4782 http://id.who.int/icd/entity/338178896 #> 4783 http://id.who.int/icd/entity/36262213 #> 4784 http://id.who.int/icd/entity/854964357 #> 4785 #> 4786 #> 4787 #> 4788 #> 4789 http://id.who.int/icd/entity/1988362682 #> 4790 http://id.who.int/icd/entity/539646260 #> 4791 http://id.who.int/icd/entity/1880404123 #> 4792 http://id.who.int/icd/entity/1878784470 #> 4793 http://id.who.int/icd/entity/1865892780 #> 4794 http://id.who.int/icd/entity/804063651 #> 4795 http://id.who.int/icd/entity/1091709256 #> 4796 http://id.who.int/icd/entity/1295248180 #> 4797 http://id.who.int/icd/entity/515072580 #> 4798 http://id.who.int/icd/entity/311599160 #> 4799 #> 4800 #> 4801 #> 4802 #> 4803 http://id.who.int/icd/entity/28995849 #> 4804 http://id.who.int/icd/entity/669367341 #> 4805 http://id.who.int/icd/entity/2048783472 #> 4806 http://id.who.int/icd/entity/525744634 #> 4807 http://id.who.int/icd/entity/1957063016 #> 4808 #> 4809 #> 4810 http://id.who.int/icd/entity/1336990680 #> 4811 http://id.who.int/icd/entity/1956278970 #> 4812 http://id.who.int/icd/entity/1811638533 #> 4813 #> 4814 http://id.who.int/icd/entity/1434288855 #> 4815 #> 4816 #> 4817 http://id.who.int/icd/entity/1410019257 #> 4818 http://id.who.int/icd/entity/1097106734 #> 4819 http://id.who.int/icd/entity/257205019 #> 4820 http://id.who.int/icd/entity/107534985 #> 4821 #> 4822 #> 4823 http://id.who.int/icd/entity/607078588 #> 4824 http://id.who.int/icd/entity/1350703173 #> 4825 http://id.who.int/icd/entity/296971178 #> 4826 http://id.who.int/icd/entity/929988804 #> 4827 http://id.who.int/icd/entity/588039752 #> 4828 #> 4829 #> 4830 http://id.who.int/icd/entity/1099694795 #> 4831 #> 4832 #> 4833 http://id.who.int/icd/entity/843843448 #> 4834 http://id.who.int/icd/entity/1990827977 #> 4835 http://id.who.int/icd/entity/873092535 #> 4836 http://id.who.int/icd/entity/1401663614 #> 4837 http://id.who.int/icd/entity/918584808 #> 4838 http://id.who.int/icd/entity/656859267 #> 4839 http://id.who.int/icd/entity/1422422807 #> 4840 http://id.who.int/icd/entity/830717571 #> 4841 http://id.who.int/icd/entity/1160703612 #> 4842 #> 4843 http://id.who.int/icd/entity/1363253283 #> 4844 http://id.who.int/icd/entity/958976948 #> 4845 http://id.who.int/icd/entity/247198410 #> 4846 http://id.who.int/icd/entity/133091217 #> 4847 http://id.who.int/icd/entity/1376522306 #> 4848 http://id.who.int/icd/entity/927456728 #> 4849 #> 4850 http://id.who.int/icd/entity/1427441570 #> 4851 http://id.who.int/icd/entity/826335789 #> 4852 http://id.who.int/icd/entity/691084626 #> 4853 #> 4854 #> 4855 http://id.who.int/icd/entity/636274910 #> 4856 http://id.who.int/icd/entity/1070137396 #> 4857 http://id.who.int/icd/entity/1371457 #> 4858 http://id.who.int/icd/entity/158815303 #> 4859 http://id.who.int/icd/entity/369985440 #> 4860 http://id.who.int/icd/entity/881743301 #> 4861 http://id.who.int/icd/entity/564045534 #> 4862 #> 4863 #> 4864 http://id.who.int/icd/entity/1595033000 #> 4865 http://id.who.int/icd/entity/1444066580 #> 4866 http://id.who.int/icd/entity/136879689 #> 4867 http://id.who.int/icd/entity/975260240 #> 4868 http://id.who.int/icd/entity/100443965 #> 4869 http://id.who.int/icd/entity/906188361 #> 4870 http://id.who.int/icd/entity/1860038542 #> 4871 http://id.who.int/icd/entity/1614716959 #> 4872 http://id.who.int/icd/entity/1035303911 #> 4873 http://id.who.int/icd/entity/608901546 #> 4874 #> 4875 #> 4876 #> 4877 http://id.who.int/icd/entity/1442995018 #> 4878 http://id.who.int/icd/entity/1935481507 #> 4879 http://id.who.int/icd/entity/1261473506 #> 4880 http://id.who.int/icd/entity/1773362311 #> 4881 #> 4882 #> 4883 http://id.who.int/icd/entity/581897143 #> 4884 http://id.who.int/icd/entity/1946814909 #> 4885 http://id.who.int/icd/entity/1655658429 #> 4886 http://id.who.int/icd/entity/1975306533 #> 4887 http://id.who.int/icd/entity/1502610635 #> 4888 http://id.who.int/icd/entity/445125730 #> 4889 http://id.who.int/icd/entity/153256729 #> 4890 http://id.who.int/icd/entity/916773262 #> 4891 http://id.who.int/icd/entity/679592039 #> 4892 http://id.who.int/icd/entity/20445424 #> 4893 #> 4894 #> 4895 http://id.who.int/icd/entity/289522729 #> 4896 http://id.who.int/icd/entity/59881644 #> 4897 http://id.who.int/icd/entity/132422185 #> 4898 http://id.who.int/icd/entity/338103275 #> 4899 #> 4900 #> 4901 http://id.who.int/icd/entity/1934215896 #> 4902 http://id.who.int/icd/entity/2064897712 #> 4903 http://id.who.int/icd/entity/2123391417 #> 4904 http://id.who.int/icd/entity/1746892088 #> 4905 http://id.who.int/icd/entity/133909731 #> 4906 http://id.who.int/icd/entity/1621899838 #> 4907 http://id.who.int/icd/entity/984450655 #> 4908 #> 4909 #> 4910 #> 4911 http://id.who.int/icd/entity/1606819573 #> 4912 http://id.who.int/icd/entity/805990521 #> 4913 http://id.who.int/icd/entity/1199499236 #> 4914 #> 4915 #> 4916 http://id.who.int/icd/entity/982373217 #> 4917 http://id.who.int/icd/entity/1390101119 #> 4918 http://id.who.int/icd/entity/1128128276 #> 4919 http://id.who.int/icd/entity/645272194 #> 4920 http://id.who.int/icd/entity/932220907 #> 4921 http://id.who.int/icd/entity/557175275 #> 4922 #> 4923 #> 4924 http://id.who.int/icd/entity/1173205716 #> 4925 http://id.who.int/icd/entity/683064686 #> 4926 http://id.who.int/icd/entity/1532505850 #> 4927 http://id.who.int/icd/entity/1545334161 #> 4928 http://id.who.int/icd/entity/961552389 #> 4929 http://id.who.int/icd/entity/1308455164 #> 4930 http://id.who.int/icd/entity/1220685756 #> 4931 http://id.who.int/icd/entity/1041490800 #> 4932 http://id.who.int/icd/entity/1254011793 #> 4933 #> 4934 #> 4935 #> 4936 #> 4937 #> 4938 http://id.who.int/icd/entity/2021326314 #> 4939 http://id.who.int/icd/entity/1490265028 #> 4940 http://id.who.int/icd/entity/1993728609 #> 4941 http://id.who.int/icd/entity/740682437 #> 4942 http://id.who.int/icd/entity/889563712 #> 4943 http://id.who.int/icd/entity/441598289 #> 4944 http://id.who.int/icd/entity/27202246 #> 4945 http://id.who.int/icd/entity/906769340 #> 4946 #> 4947 #> 4948 http://id.who.int/icd/entity/344973791 #> 4949 http://id.who.int/icd/entity/810807375 #> 4950 http://id.who.int/icd/entity/1547801209 #> 4951 http://id.who.int/icd/entity/1789135912 #> 4952 http://id.who.int/icd/entity/1613343556 #> 4953 #> 4954 #> 4955 #> 4956 #> 4957 #> 4958 #> 4959 http://id.who.int/icd/entity/1861279867 #> 4960 http://id.who.int/icd/entity/661720689 #> 4961 http://id.who.int/icd/entity/1982355687 #> 4962 http://id.who.int/icd/entity/1143049440 #> 4963 http://id.who.int/icd/entity/2080137619 #> 4964 http://id.who.int/icd/entity/1282359533 #> 4965 http://id.who.int/icd/entity/1686688462 #> 4966 http://id.who.int/icd/entity/620164044 #> 4967 http://id.who.int/icd/entity/2090347823 #> 4968 http://id.who.int/icd/entity/1764644031 #> 4969 #> 4970 #> 4971 http://id.who.int/icd/entity/71074342 #> 4972 http://id.who.int/icd/entity/915903258 #> 4973 http://id.who.int/icd/entity/867148636 #> 4974 http://id.who.int/icd/entity/677572815 #> 4975 http://id.who.int/icd/entity/443229384 #> 4976 http://id.who.int/icd/entity/870128735 #> 4977 #> 4978 #> 4979 http://id.who.int/icd/entity/2018885243 #> 4980 #> 4981 #> 4982 http://id.who.int/icd/entity/1730644960 #> 4983 http://id.who.int/icd/entity/359348642 #> 4984 http://id.who.int/icd/entity/1996431326 #> 4985 http://id.who.int/icd/entity/1697880826 #> 4986 http://id.who.int/icd/entity/1231916211 #> 4987 #> 4988 #> 4989 http://id.who.int/icd/entity/76391627 #> 4990 http://id.who.int/icd/entity/1803581281 #> 4991 #> 4992 http://id.who.int/icd/entity/377921406 #> 4993 http://id.who.int/icd/entity/38948641 #> 4994 http://id.who.int/icd/entity/85036106 #> 4995 http://id.who.int/icd/entity/1729725109 #> 4996 http://id.who.int/icd/entity/330617420 #> 4997 http://id.who.int/icd/entity/1640393055 #> 4998 http://id.who.int/icd/entity/2004402146 #> 4999 http://id.who.int/icd/entity/1882946699 #> 5000 http://id.who.int/icd/entity/353312397 #> 5001 http://id.who.int/icd/entity/1637248481 #> 5002 #> 5003 #> 5004 #> 5005 #> 5006 http://id.who.int/icd/entity/63858592 #> 5007 http://id.who.int/icd/entity/1987479592 #> 5008 http://id.who.int/icd/entity/1367254559 #> 5009 http://id.who.int/icd/entity/302246011 #> 5010 http://id.who.int/icd/entity/674530731 #> 5011 #> 5012 #> 5013 http://id.who.int/icd/entity/875916171 #> 5014 http://id.who.int/icd/entity/329611650 #> 5015 http://id.who.int/icd/entity/755638638 #> 5016 http://id.who.int/icd/entity/1224666577 #> 5017 http://id.who.int/icd/entity/1271869287 #> 5018 #> 5019 #> 5020 http://id.who.int/icd/entity/1802542189 #> 5021 http://id.who.int/icd/entity/453835806 #> 5022 http://id.who.int/icd/entity/525636274 #> 5023 http://id.who.int/icd/entity/1048832316 #> 5024 http://id.who.int/icd/entity/1536491255 #> 5025 http://id.who.int/icd/entity/290316556 #> 5026 http://id.who.int/icd/entity/880852176 #> 5027 http://id.who.int/icd/entity/1421743413 #> 5028 http://id.who.int/icd/entity/1784166269 #> 5029 http://id.who.int/icd/entity/1335192255 #> 5030 #> 5031 #> 5032 http://id.who.int/icd/entity/1577503643 #> 5033 http://id.who.int/icd/entity/1770509481 #> 5034 #> 5035 #> 5036 http://id.who.int/icd/entity/58868923 #> 5037 http://id.who.int/icd/entity/788742861 #> 5038 http://id.who.int/icd/entity/1719029386 #> 5039 http://id.who.int/icd/entity/1196874419 #> 5040 http://id.who.int/icd/entity/886881148 #> 5041 http://id.who.int/icd/entity/1692167541 #> 5042 http://id.who.int/icd/entity/224318510 #> 5043 #> 5044 #> 5045 http://id.who.int/icd/entity/1584778394 #> 5046 http://id.who.int/icd/entity/1837670870 #> 5047 http://id.who.int/icd/entity/1691058302 #> 5048 http://id.who.int/icd/entity/1063419800 #> 5049 http://id.who.int/icd/entity/1567256935 #> 5050 http://id.who.int/icd/entity/941735155 #> 5051 #> 5052 #> 5053 #> 5054 #> 5055 http://id.who.int/icd/entity/1866592137 #> 5056 http://id.who.int/icd/entity/304675531 #> 5057 http://id.who.int/icd/entity/1275186848 #> 5058 http://id.who.int/icd/entity/1575441355 #> 5059 http://id.who.int/icd/entity/950836831 #> 5060 #> 5061 #> 5062 http://id.who.int/icd/entity/2002990943 #> 5063 http://id.who.int/icd/entity/1358497313 #> 5064 http://id.who.int/icd/entity/1379565645 #> 5065 #> 5066 #> 5067 http://id.who.int/icd/entity/900910005 #> 5068 http://id.who.int/icd/entity/1092590410 #> 5069 http://id.who.int/icd/entity/609507040 #> 5070 http://id.who.int/icd/entity/1471857996 #> 5071 http://id.who.int/icd/entity/854657246 #> 5072 http://id.who.int/icd/entity/1180456993 #> 5073 #> 5074 #> 5075 http://id.who.int/icd/entity/168436253 #> 5076 http://id.who.int/icd/entity/511563165 #> 5077 http://id.who.int/icd/entity/1838368265 #> 5078 http://id.who.int/icd/entity/1793371217 #> 5079 http://id.who.int/icd/entity/1107508852 #> 5080 http://id.who.int/icd/entity/1879763573 #> 5081 http://id.who.int/icd/entity/1568116015 #> 5082 #> 5083 #> 5084 #> 5085 http://id.who.int/icd/entity/1820169460 #> 5086 http://id.who.int/icd/entity/1538134578 #> 5087 http://id.who.int/icd/entity/1207560843 #> 5088 http://id.who.int/icd/entity/403896648 #> 5089 http://id.who.int/icd/entity/1389094589 #> 5090 #> 5091 #> 5092 http://id.who.int/icd/entity/1091217288 #> 5093 http://id.who.int/icd/entity/1989773046 #> 5094 http://id.who.int/icd/entity/831377479 #> 5095 http://id.who.int/icd/entity/1831234152 #> 5096 http://id.who.int/icd/entity/1411011731 #> 5097 #> 5098 #> 5099 #> 5100 #> 5101 #> 5102 #> 5103 http://id.who.int/icd/entity/1297080916 #> 5104 http://id.who.int/icd/entity/1425591047 #> 5105 http://id.who.int/icd/entity/1270100227 #> 5106 http://id.who.int/icd/entity/600370025 #> 5107 #> 5108 #> 5109 http://id.who.int/icd/entity/1515367530 #> 5110 http://id.who.int/icd/entity/796417193 #> 5111 #> 5112 #> 5113 http://id.who.int/icd/entity/833816211 #> 5114 http://id.who.int/icd/entity/1464662404 #> 5115 http://id.who.int/icd/entity/690532643 #> 5116 http://id.who.int/icd/entity/1479561744 #> 5117 http://id.who.int/icd/entity/749295636 #> 5118 http://id.who.int/icd/entity/621965073 #> 5119 http://id.who.int/icd/entity/887807212 #> 5120 http://id.who.int/icd/entity/537908479 #> 5121 http://id.who.int/icd/entity/319162980 #> 5122 #> 5123 #> 5124 http://id.who.int/icd/entity/1224331149 #> 5125 http://id.who.int/icd/entity/396687076 #> 5126 #> 5127 #> 5128 http://id.who.int/icd/entity/839332886 #> 5129 http://id.who.int/icd/entity/192087511 #> 5130 http://id.who.int/icd/entity/1725668060 #> 5131 http://id.who.int/icd/entity/1916703439 #> 5132 http://id.who.int/icd/entity/40657776 #> 5133 http://id.who.int/icd/entity/646523932 #> 5134 http://id.who.int/icd/entity/715714152 #> 5135 #> 5136 #> 5137 http://id.who.int/icd/entity/1185572073 #> 5138 http://id.who.int/icd/entity/854289056 #> 5139 http://id.who.int/icd/entity/1996502540 #> 5140 http://id.who.int/icd/entity/742097637 #> 5141 http://id.who.int/icd/entity/2065822840 #> 5142 #> 5143 #> 5144 http://id.who.int/icd/entity/514523225 #> 5145 #> 5146 #> 5147 http://id.who.int/icd/entity/601991549 #> 5148 http://id.who.int/icd/entity/607844076 #> 5149 http://id.who.int/icd/entity/2089784682 #> 5150 #> 5151 #> 5152 http://id.who.int/icd/entity/1222696062 #> 5153 http://id.who.int/icd/entity/1740060527 #> 5154 http://id.who.int/icd/entity/577112387 #> 5155 http://id.who.int/icd/entity/1494773635 #> 5156 http://id.who.int/icd/entity/1308452752 #> 5157 #> 5158 #> 5159 #> 5160 #> 5161 http://id.who.int/icd/entity/596283352 #> 5162 http://id.who.int/icd/entity/125656853 #> 5163 http://id.who.int/icd/entity/1877039847 #> 5164 http://id.who.int/icd/entity/1397199211 #> 5165 #> 5166 #> 5167 http://id.who.int/icd/entity/1159616108 #> 5168 http://id.who.int/icd/entity/1456167356 #> 5169 http://id.who.int/icd/entity/1227790808 #> 5170 http://id.who.int/icd/entity/952636146 #> 5171 http://id.who.int/icd/entity/946840192 #> 5172 http://id.who.int/icd/entity/248272428 #> 5173 #> 5174 #> 5175 #> 5176 #> 5177 http://id.who.int/icd/entity/76906748 #> 5178 http://id.who.int/icd/entity/1426032265 #> 5179 http://id.who.int/icd/entity/1429906313 #> 5180 http://id.who.int/icd/entity/1655375736 #> 5181 http://id.who.int/icd/entity/1155284708 #> 5182 http://id.who.int/icd/entity/563606390 #> 5183 #> 5184 #> 5185 #> 5186 http://id.who.int/icd/entity/812740125 #> 5187 http://id.who.int/icd/entity/1134558601 #> 5188 http://id.who.int/icd/entity/1834138618 #> 5189 #> 5190 #> 5191 http://id.who.int/icd/entity/1119245712 #> 5192 http://id.who.int/icd/entity/96676503 #> 5193 http://id.who.int/icd/entity/1340134114 #> 5194 http://id.who.int/icd/entity/2053072995 #> 5195 http://id.who.int/icd/entity/2120094266 #> 5196 http://id.who.int/icd/entity/392405182 #> 5197 #> 5198 #> 5199 http://id.who.int/icd/entity/2109612285 #> 5200 http://id.who.int/icd/entity/378925042 #> 5201 http://id.who.int/icd/entity/165764269 #> 5202 http://id.who.int/icd/entity/819815000 #> 5203 #> 5204 #> 5205 http://id.who.int/icd/entity/2098488072 #> 5206 http://id.who.int/icd/entity/2083995737 #> 5207 http://id.who.int/icd/entity/932482258 #> 5208 http://id.who.int/icd/entity/1942289108 #> 5209 #> 5210 #> 5211 http://id.who.int/icd/entity/1954122838 #> 5212 http://id.who.int/icd/entity/1851919630 #> 5213 http://id.who.int/icd/entity/1188133517 #> 5214 http://id.who.int/icd/entity/1067183755 #> 5215 #> 5216 #> 5217 http://id.who.int/icd/entity/2140847857 #> 5218 http://id.who.int/icd/entity/1462849226 #> 5219 http://id.who.int/icd/entity/130311653 #> 5220 #> 5221 #> 5222 http://id.who.int/icd/entity/1001737902 #> 5223 http://id.who.int/icd/entity/597341977 #> 5224 http://id.who.int/icd/entity/864064554 #> 5225 #> 5226 #> 5227 #> 5228 #> 5229 http://id.who.int/icd/entity/23958598 #> 5230 http://id.who.int/icd/entity/925785183 #> 5231 http://id.who.int/icd/entity/906840560 #> 5232 http://id.who.int/icd/entity/1139074029 #> 5233 #> 5234 #> 5235 http://id.who.int/icd/entity/363695674 #> 5236 http://id.who.int/icd/entity/1304151002 #> 5237 http://id.who.int/icd/entity/847306949 #> 5238 #> 5239 #> 5240 http://id.who.int/icd/entity/1951379921 #> 5241 http://id.who.int/icd/entity/396857647 #> 5242 http://id.who.int/icd/entity/574533444 #> 5243 http://id.who.int/icd/entity/186577228 #> 5244 http://id.who.int/icd/entity/2109061166 #> 5245 http://id.who.int/icd/entity/969058597 #> 5246 http://id.who.int/icd/entity/760084407 #> 5247 http://id.who.int/icd/entity/140858085 #> 5248 http://id.who.int/icd/entity/1507346489 #> 5249 #> 5250 #> 5251 http://id.who.int/icd/entity/210183601 #> 5252 http://id.who.int/icd/entity/1943473314 #> 5253 #> 5254 #> 5255 http://id.who.int/icd/entity/175641220 #> 5256 #> 5257 http://id.who.int/icd/entity/501432887 #> 5258 http://id.who.int/icd/entity/1925186604 #> 5259 http://id.who.int/icd/entity/1218010255 #> 5260 http://id.who.int/icd/entity/1644720463 #> 5261 http://id.who.int/icd/entity/500607680 #> 5262 #> 5263 #> 5264 http://id.who.int/icd/entity/943887241 #> 5265 http://id.who.int/icd/entity/39546655 #> 5266 #> 5267 #> 5268 http://id.who.int/icd/entity/1397803237 #> 5269 http://id.who.int/icd/entity/2116276188 #> 5270 http://id.who.int/icd/entity/277330929 #> 5271 http://id.who.int/icd/entity/1160623406 #> 5272 http://id.who.int/icd/entity/1581548100 #> 5273 http://id.who.int/icd/entity/734022291 #> 5274 http://id.who.int/icd/entity/203881550 #> 5275 http://id.who.int/icd/entity/1664269943 #> 5276 http://id.who.int/icd/entity/1788999168 #> 5277 http://id.who.int/icd/entity/1890931931 #> 5278 http://id.who.int/icd/entity/1585600114 #> 5279 http://id.who.int/icd/entity/296753000 #> 5280 #> 5281 #> 5282 #> 5283 http://id.who.int/icd/entity/1521910549 #> 5284 http://id.who.int/icd/entity/127264300 #> 5285 http://id.who.int/icd/entity/1129679469 #> 5286 http://id.who.int/icd/entity/2014951545 #> 5287 http://id.who.int/icd/entity/216771343 #> 5288 http://id.who.int/icd/entity/1036220334 #> 5289 #> 5290 #> 5291 http://id.who.int/icd/entity/1611190259 #> 5292 http://id.who.int/icd/entity/952365682 #> 5293 http://id.who.int/icd/entity/177994271 #> 5294 http://id.who.int/icd/entity/1533647472 #> 5295 http://id.who.int/icd/entity/880662615 #> 5296 #> 5297 #> 5298 http://id.who.int/icd/entity/1525992437 #> 5299 http://id.who.int/icd/entity/178756462 #> 5300 http://id.who.int/icd/entity/945171796 #> 5301 #> 5302 #> 5303 http://id.who.int/icd/entity/253529546 #> 5304 http://id.who.int/icd/entity/1401282234 #> 5305 http://id.who.int/icd/entity/468605135 #> 5306 #> 5307 #> 5308 http://id.who.int/icd/entity/1965146397 #> 5309 http://id.who.int/icd/entity/1553463690 #> 5310 http://id.who.int/icd/entity/672974943 #> 5311 http://id.who.int/icd/entity/437591130 #> 5312 http://id.who.int/icd/entity/553889510 #> 5313 http://id.who.int/icd/entity/378572696 #> 5314 http://id.who.int/icd/entity/873684477 #> 5315 #> 5316 http://id.who.int/icd/entity/542527938 #> 5317 http://id.who.int/icd/entity/607607042 #> 5318 http://id.who.int/icd/entity/406818835 #> 5319 http://id.who.int/icd/entity/669154658 #> 5320 http://id.who.int/icd/entity/526373816 #> 5321 #> 5322 #> 5323 http://id.who.int/icd/entity/172957869 #> 5324 #> 5325 #> 5326 http://id.who.int/icd/entity/81068077 #> 5327 http://id.who.int/icd/entity/920441900 #> 5328 http://id.who.int/icd/entity/151075161 #> 5329 http://id.who.int/icd/entity/1049761831 #> 5330 http://id.who.int/icd/entity/627002292 #> 5331 http://id.who.int/icd/entity/391552949 #> 5332 #> 5333 #> 5334 #> 5335 #> 5336 http://id.who.int/icd/entity/988657115 #> 5337 http://id.who.int/icd/entity/631153919 #> 5338 http://id.who.int/icd/entity/262966673 #> 5339 http://id.who.int/icd/entity/1988072105 #> 5340 http://id.who.int/icd/entity/50907154 #> 5341 http://id.who.int/icd/entity/414817254 #> 5342 #> 5343 #> 5344 http://id.who.int/icd/entity/592562777 #> 5345 http://id.who.int/icd/entity/1413081426 #> 5346 http://id.who.int/icd/entity/2114942178 #> 5347 #> 5348 #> 5349 http://id.who.int/icd/entity/931843870 #> 5350 http://id.who.int/icd/entity/292232825 #> 5351 http://id.who.int/icd/entity/1339785363 #> 5352 http://id.who.int/icd/entity/1994899048 #> 5353 #> 5354 #> 5355 #> 5356 #> 5357 http://id.who.int/icd/entity/1054910242 #> 5358 http://id.who.int/icd/entity/17562655 #> 5359 http://id.who.int/icd/entity/649014905 #> 5360 http://id.who.int/icd/entity/1375895174 #> 5361 http://id.who.int/icd/entity/1993680150 #> 5362 http://id.who.int/icd/entity/569175314 #> 5363 http://id.who.int/icd/entity/1058231555 #> 5364 http://id.who.int/icd/entity/496011112 #> 5365 http://id.who.int/icd/entity/1029892421 #> 5366 http://id.who.int/icd/entity/1381491944 #> 5367 http://id.who.int/icd/entity/1129607960 #> 5368 #> 5369 #> 5370 #> 5371 http://id.who.int/icd/entity/1510094736 #> 5372 http://id.who.int/icd/entity/2119823866 #> 5373 http://id.who.int/icd/entity/1326708572 #> 5374 http://id.who.int/icd/entity/1677166437 #> 5375 http://id.who.int/icd/entity/173980297 #> 5376 #> 5377 http://id.who.int/icd/entity/650483154 #> 5378 http://id.who.int/icd/entity/1874488044 #> 5379 http://id.who.int/icd/entity/1264526752 #> 5380 http://id.who.int/icd/entity/218792925 #> 5381 #> 5382 #> 5383 http://id.who.int/icd/entity/868865918 #> 5384 http://id.who.int/icd/entity/946652467 #> 5385 http://id.who.int/icd/entity/73229602 #> 5386 http://id.who.int/icd/entity/1131758138 #> 5387 http://id.who.int/icd/entity/2051636429 #> 5388 http://id.who.int/icd/entity/210416501 #> 5389 #> 5390 #> 5391 http://id.who.int/icd/entity/1435390252 #> 5392 http://id.who.int/icd/entity/1489677992 #> 5393 http://id.who.int/icd/entity/247839673 #> 5394 http://id.who.int/icd/entity/1259721857 #> 5395 http://id.who.int/icd/entity/522397394 #> 5396 http://id.who.int/icd/entity/1804498477 #> 5397 #> 5398 http://id.who.int/icd/entity/1475156994 #> 5399 http://id.who.int/icd/entity/1251112127 #> 5400 #> 5401 #> 5402 http://id.who.int/icd/entity/1504678744 #> 5403 http://id.who.int/icd/entity/777918741 #> 5404 http://id.who.int/icd/entity/278788556 #> 5405 http://id.who.int/icd/entity/217389712 #> 5406 #> 5407 #> 5408 http://id.who.int/icd/entity/1248470145 #> 5409 http://id.who.int/icd/entity/1464324556 #> 5410 http://id.who.int/icd/entity/2113471999 #> 5411 #> 5412 #> 5413 http://id.who.int/icd/entity/1305335252 #> 5414 http://id.who.int/icd/entity/1361674069 #> 5415 http://id.who.int/icd/entity/590216180 #> 5416 http://id.who.int/icd/entity/1150073195 #> 5417 http://id.who.int/icd/entity/807528854 #> 5418 http://id.who.int/icd/entity/1433019392 #> 5419 #> 5420 #> 5421 http://id.who.int/icd/entity/1516023078 #> 5422 http://id.who.int/icd/entity/1058496688 #> 5423 http://id.who.int/icd/entity/1270493263 #> 5424 http://id.who.int/icd/entity/787611099 #> 5425 http://id.who.int/icd/entity/1562340943 #> 5426 #> 5427 #> 5428 http://id.who.int/icd/entity/857829804 #> 5429 http://id.who.int/icd/entity/1758603433 #> 5430 http://id.who.int/icd/entity/478115926 #> 5431 http://id.who.int/icd/entity/2033497540 #> 5432 http://id.who.int/icd/entity/182068824 #> 5433 http://id.who.int/icd/entity/949937547 #> 5434 #> 5435 #> 5436 http://id.who.int/icd/entity/45050905 #> 5437 http://id.who.int/icd/entity/1200365909 #> 5438 http://id.who.int/icd/entity/1868697470 #> 5439 http://id.who.int/icd/entity/466575235 #> 5440 http://id.who.int/icd/entity/2122617367 #> 5441 #> 5442 #> 5443 http://id.who.int/icd/entity/45565998 #> 5444 #> 5445 #> 5446 http://id.who.int/icd/entity/1105991600 #> 5447 http://id.who.int/icd/entity/945071067 #> 5448 http://id.who.int/icd/entity/932302401 #> 5449 #> 5450 #> 5451 http://id.who.int/icd/entity/67586876 #> 5452 http://id.who.int/icd/entity/1824866828 #> 5453 http://id.who.int/icd/entity/175877584 #> 5454 #> 5455 #> 5456 http://id.who.int/icd/entity/136743240 #> 5457 http://id.who.int/icd/entity/612232309 #> 5458 http://id.who.int/icd/entity/1390019541 #> 5459 http://id.who.int/icd/entity/714117534 #> 5460 http://id.who.int/icd/entity/829235056 #> 5461 http://id.who.int/icd/entity/1087365696 #> 5462 http://id.who.int/icd/entity/417015801 #> 5463 http://id.who.int/icd/entity/718468094 #> 5464 http://id.who.int/icd/entity/6464079 #> 5465 http://id.who.int/icd/entity/1979385529 #> 5466 http://id.who.int/icd/entity/1420272543 #> 5467 http://id.who.int/icd/entity/457744369 #> 5468 #> 5469 #> 5470 http://id.who.int/icd/entity/583527617 #> 5471 #> 5472 #> 5473 #> 5474 http://id.who.int/icd/entity/1628710366 #> 5475 http://id.who.int/icd/entity/1108174726 #> 5476 http://id.who.int/icd/entity/1957823459 #> 5477 http://id.who.int/icd/entity/1446936878 #> 5478 http://id.who.int/icd/entity/1638768720 #> 5479 http://id.who.int/icd/entity/221405565 #> 5480 http://id.who.int/icd/entity/634778462 #> 5481 #> 5482 #> 5483 http://id.who.int/icd/entity/1807441683 #> 5484 http://id.who.int/icd/entity/129526571 #> 5485 http://id.who.int/icd/entity/678655279 #> 5486 http://id.who.int/icd/entity/1034960983 #> 5487 http://id.who.int/icd/entity/870876723 #> 5488 http://id.who.int/icd/entity/16492610 #> 5489 http://id.who.int/icd/entity/287126827 #> 5490 http://id.who.int/icd/entity/1930771414 #> 5491 http://id.who.int/icd/entity/1706059220 #> 5492 http://id.who.int/icd/entity/729476309 #> 5493 #> 5494 #> 5495 #> 5496 #> 5497 http://id.who.int/icd/entity/73394252 #> 5498 http://id.who.int/icd/entity/1117762038 #> 5499 http://id.who.int/icd/entity/1441506774 #> 5500 http://id.who.int/icd/entity/1781942437 #> 5501 http://id.who.int/icd/entity/1783631381 #> 5502 #> 5503 #> 5504 http://id.who.int/icd/entity/1588391969 #> 5505 #> 5506 #> 5507 http://id.who.int/icd/entity/287258758 #> 5508 http://id.who.int/icd/entity/1330743591 #> 5509 http://id.who.int/icd/entity/1730588366 #> 5510 http://id.who.int/icd/entity/1578799163 #> 5511 http://id.who.int/icd/entity/1589056590 #> 5512 #> 5513 #> 5514 http://id.who.int/icd/entity/490666746 #> 5515 http://id.who.int/icd/entity/1237254265 #> 5516 http://id.who.int/icd/entity/425078863 #> 5517 http://id.who.int/icd/entity/412401982 #> 5518 #> 5519 #> 5520 http://id.who.int/icd/entity/1244231313 #> 5521 http://id.who.int/icd/entity/2109364207 #> 5522 http://id.who.int/icd/entity/1639301709 #> 5523 #> 5524 http://id.who.int/icd/entity/427802439 #> 5525 http://id.who.int/icd/entity/322893724 #> 5526 http://id.who.int/icd/entity/438407461 #> 5527 http://id.who.int/icd/entity/482362019 #> 5528 http://id.who.int/icd/entity/719953933 #> 5529 http://id.who.int/icd/entity/1336044953 #> 5530 #> 5531 #> 5532 http://id.who.int/icd/entity/574536289 #> 5533 http://id.who.int/icd/entity/363698975 #> 5534 http://id.who.int/icd/entity/1238220668 #> 5535 http://id.who.int/icd/entity/2045699890 #> 5536 http://id.who.int/icd/entity/1804187158 #> 5537 http://id.who.int/icd/entity/247626624 #> 5538 http://id.who.int/icd/entity/1222749940 #> 5539 #> 5540 #> 5541 http://id.who.int/icd/entity/1740194268 #> 5542 #> 5543 #> 5544 #> 5545 #> 5546 http://id.who.int/icd/entity/65880823 #> 5547 http://id.who.int/icd/entity/1471747216 #> 5548 http://id.who.int/icd/entity/831696556 #> 5549 http://id.who.int/icd/entity/392841027 #> 5550 http://id.who.int/icd/entity/8559059 #> 5551 http://id.who.int/icd/entity/1044658726 #> 5552 http://id.who.int/icd/entity/361206059 #> 5553 #> 5554 #> 5555 http://id.who.int/icd/entity/2065252360 #> 5556 http://id.who.int/icd/entity/1598536988 #> Linearization URI Code #> 2 http://id.who.int/icd/release/11/mms/1435254666 #> 3 http://id.who.int/icd/release/11/mms/588616678 #> 4 http://id.who.int/icd/release/11/mms/135352227 #> 5 http://id.who.int/icd/release/11/mms/257068234 1A00 #> 6 http://id.who.int/icd/release/11/mms/416025325 1A01 #> 7 http://id.who.int/icd/release/11/mms/2080365623 1A02 #> 8 http://id.who.int/icd/release/11/mms/344162786 1A03 #> 9 http://id.who.int/icd/release/11/mms/2099226249 1A03.0 #> 10 http://id.who.int/icd/release/11/mms/408185629 1A03.1 #> 11 http://id.who.int/icd/release/11/mms/1828273122 1A03.2 #> 12 http://id.who.int/icd/release/11/mms/162723448 1A03.3 #> 13 http://id.who.int/icd/release/11/mms/344162786/other 1A03.Y #> 14 http://id.who.int/icd/release/11/mms/344162786/unspecified 1A03.Z #> 15 http://id.who.int/icd/release/11/mms/250688797 1A04 #> 16 http://id.who.int/icd/release/11/mms/1000894786 1A05 #> 17 http://id.who.int/icd/release/11/mms/794462570 1A06 #> 18 http://id.who.int/icd/release/11/mms/1528414070 1A07 #> 19 http://id.who.int/icd/release/11/mms/364534567 1A07.0 #> 20 http://id.who.int/icd/release/11/mms/1528414070/other 1A07.Y #> 21 http://id.who.int/icd/release/11/mms/1528414070/unspecified 1A07.Z #> 22 http://id.who.int/icd/release/11/mms/1780040028 1A08 #> 23 http://id.who.int/icd/release/11/mms/515117475 1A09 #> 24 http://id.who.int/icd/release/11/mms/1520312138 1A09.0 #> 25 http://id.who.int/icd/release/11/mms/515117475/other 1A09.Y #> 26 http://id.who.int/icd/release/11/mms/515117475/unspecified 1A09.Z #> 27 http://id.who.int/icd/release/11/mms/135352227/other 1A0Y #> 28 http://id.who.int/icd/release/11/mms/135352227/unspecified 1A0Z #> 29 http://id.who.int/icd/release/11/mms/1834648119 #> 30 http://id.who.int/icd/release/11/mms/1642556936 1A10 #> 31 http://id.who.int/icd/release/11/mms/78422942 1A11 #> 32 http://id.who.int/icd/release/11/mms/2033726602 1A11.0 #> 33 http://id.who.int/icd/release/11/mms/1393712712 1A11.1 #> 34 http://id.who.int/icd/release/11/mms/78422942/unspecified 1A11.Z #> 35 http://id.who.int/icd/release/11/mms/1879176035 1A12 #> 36 http://id.who.int/icd/release/11/mms/1722068323 1A13 #> 37 http://id.who.int/icd/release/11/mms/1834648119/other 1A1Y #> 38 http://id.who.int/icd/release/11/mms/1834648119/unspecified 1A1Z #> 39 http://id.who.int/icd/release/11/mms/30738976 #> 40 http://id.who.int/icd/release/11/mms/749414717 1A20 #> 41 http://id.who.int/icd/release/11/mms/1185210745 1A21 #> 42 http://id.who.int/icd/release/11/mms/840750347 1A22 #> 43 http://id.who.int/icd/release/11/mms/1465325727 1A23 #> 44 http://id.who.int/icd/release/11/mms/1519125035 1A24 #> 45 http://id.who.int/icd/release/11/mms/30738976/other 1A2Y #> 46 http://id.who.int/icd/release/11/mms/30738976/unspecified 1A2Z #> 47 http://id.who.int/icd/release/11/mms/2092703582 #> 48 http://id.who.int/icd/release/11/mms/2090337975 1A30 #> 49 http://id.who.int/icd/release/11/mms/433310499 1A31 #> 50 http://id.who.int/icd/release/11/mms/1837013982 1A32 #> 51 http://id.who.int/icd/release/11/mms/137713224 1A33 #> 52 http://id.who.int/icd/release/11/mms/1058992628 1A33.0 #> 53 http://id.who.int/icd/release/11/mms/883510242 1A33.1 #> 54 http://id.who.int/icd/release/11/mms/137713224/other 1A33.Y #> 55 http://id.who.int/icd/release/11/mms/137713224/unspecified 1A33.Z #> 56 http://id.who.int/icd/release/11/mms/261748740 1A34 #> 57 http://id.who.int/icd/release/11/mms/1184241320 1A35 #> 58 http://id.who.int/icd/release/11/mms/435671752 1A36 #> 59 http://id.who.int/icd/release/11/mms/1727029934 1A36.0 #> 60 http://id.who.int/icd/release/11/mms/1616956984 1A36.00 #> 61 http://id.who.int/icd/release/11/mms/349019849 1A36.01 #> 62 http://id.who.int/icd/release/11/mms/1727029934/unspecified 1A36.0Z #> 63 http://id.who.int/icd/release/11/mms/1777228366 1A36.1 #> 64 http://id.who.int/icd/release/11/mms/1730350429 1A36.10 #> 65 http://id.who.int/icd/release/11/mms/40419529 1A36.11 #> 66 http://id.who.int/icd/release/11/mms/328097188 1A36.12 #> 67 http://id.who.int/icd/release/11/mms/1777228366/other 1A36.1Y #> 68 http://id.who.int/icd/release/11/mms/435671752/unspecified 1A36.Z #> 69 http://id.who.int/icd/release/11/mms/2092703582/other 1A3Y #> 70 http://id.who.int/icd/release/11/mms/2092703582/unspecified 1A3Z #> 71 http://id.who.int/icd/release/11/mms/1688127370 1A40 #> 72 http://id.who.int/icd/release/11/mms/1160271562 1A40.0 #> 73 http://id.who.int/icd/release/11/mms/1688127370/unspecified 1A40.Z #> 74 http://id.who.int/icd/release/11/mms/1904876434 #> 75 http://id.who.int/icd/release/11/mms/455894495 #> 76 http://id.who.int/icd/release/11/mms/587996426 1A60 #> 77 http://id.who.int/icd/release/11/mms/395565060 1A60.0 #> 78 http://id.who.int/icd/release/11/mms/1926763926 1A60.1 #> 79 http://id.who.int/icd/release/11/mms/1665042685 1A60.2 #> 80 http://id.who.int/icd/release/11/mms/282073961 1A60.3 #> 81 http://id.who.int/icd/release/11/mms/2132718683 1A60.4 #> 82 http://id.who.int/icd/release/11/mms/20350466 1A60.5 #> 83 http://id.who.int/icd/release/11/mms/587996426/unspecified 1A60.Z #> 84 http://id.who.int/icd/release/11/mms/1179111584 1A61 #> 85 http://id.who.int/icd/release/11/mms/191565955 1A61.0 #> 86 http://id.who.int/icd/release/11/mms/1847647511 1A61.1 #> 87 http://id.who.int/icd/release/11/mms/445484522 1A61.2 #> 88 http://id.who.int/icd/release/11/mms/2143699068 1A61.3 #> 89 http://id.who.int/icd/release/11/mms/204002280 1A61.4 #> 90 http://id.who.int/icd/release/11/mms/1768103550 1A61.5 #> 91 http://id.who.int/icd/release/11/mms/1179111584/other 1A61.Y #> 92 http://id.who.int/icd/release/11/mms/1179111584/unspecified 1A61.Z #> 93 http://id.who.int/icd/release/11/mms/854229089 1A62 #> 94 http://id.who.int/icd/release/11/mms/2118246468 1A62.0 #> 95 http://id.who.int/icd/release/11/mms/453651926 1A62.00 #> 96 http://id.who.int/icd/release/11/mms/1873247529 1A62.01 #> 97 http://id.who.int/icd/release/11/mms/2118246468/unspecified 1A62.0Z #> 98 http://id.who.int/icd/release/11/mms/183283901 1A62.1 #> 99 http://id.who.int/icd/release/11/mms/1883423833 1A62.2 #> 100 http://id.who.int/icd/release/11/mms/551528014 1A62.20 #> 101 http://id.who.int/icd/release/11/mms/2063826056 1A62.21 #> 102 http://id.who.int/icd/release/11/mms/1934471301 1A62.22 #> 103 http://id.who.int/icd/release/11/mms/1883423833/other 1A62.2Y #> 104 http://id.who.int/icd/release/11/mms/1883423833/unspecified 1A62.2Z #> 105 http://id.who.int/icd/release/11/mms/854229089/other 1A62.Y #> 106 http://id.who.int/icd/release/11/mms/854229089/unspecified 1A62.Z #> 107 http://id.who.int/icd/release/11/mms/370440252 1A63 #> 108 http://id.who.int/icd/release/11/mms/455894495/unspecified 1A6Z #> 109 http://id.who.int/icd/release/11/mms/609214049 #> 110 http://id.who.int/icd/release/11/mms/1977691885 1A70 #> 111 http://id.who.int/icd/release/11/mms/762120574 1A70.0 #> 112 http://id.who.int/icd/release/11/mms/1112016389 1A70.00 #> 113 http://id.who.int/icd/release/11/mms/762120574/other 1A70.0Y #> 114 http://id.who.int/icd/release/11/mms/762120574/unspecified 1A70.0Z #> 115 http://id.who.int/icd/release/11/mms/1210500328 1A70.1 #> 116 http://id.who.int/icd/release/11/mms/1977691885/other 1A70.Y #> 117 http://id.who.int/icd/release/11/mms/1977691885/unspecified 1A70.Z #> 118 http://id.who.int/icd/release/11/mms/1015780375 1A71 #> 119 http://id.who.int/icd/release/11/mms/840155638 1A72 #> 120 http://id.who.int/icd/release/11/mms/707709463 1A72.0 #> 121 http://id.who.int/icd/release/11/mms/359736861 1A72.1 #> 122 http://id.who.int/icd/release/11/mms/1002985340 1A72.2 #> 123 http://id.who.int/icd/release/11/mms/1332021123 1A72.3 #> 124 http://id.who.int/icd/release/11/mms/1505778051 1A72.4 #> 125 http://id.who.int/icd/release/11/mms/840155638/other 1A72.Y #> 126 http://id.who.int/icd/release/11/mms/2046292009 1A73 #> 127 http://id.who.int/icd/release/11/mms/609214049/unspecified 1A7Z #> 128 http://id.who.int/icd/release/11/mms/251474152 #> 129 http://id.who.int/icd/release/11/mms/1090786293 1A80 #> 130 http://id.who.int/icd/release/11/mms/900285196 1A81 #> 131 http://id.who.int/icd/release/11/mms/806511043 1A81.0 #> 132 http://id.who.int/icd/release/11/mms/1431940183 1A81.1 #> 133 http://id.who.int/icd/release/11/mms/900285196/other 1A81.Y #> 134 http://id.who.int/icd/release/11/mms/900285196/unspecified 1A81.Z #> 135 http://id.who.int/icd/release/11/mms/251474152/other 1A8Y #> 136 http://id.who.int/icd/release/11/mms/251474152/unspecified 1A8Z #> 137 http://id.who.int/icd/release/11/mms/1357024926 1A90 #> 138 http://id.who.int/icd/release/11/mms/764124124 1A91 #> 139 http://id.who.int/icd/release/11/mms/1220564554 1A92 #> 140 http://id.who.int/icd/release/11/mms/1372745524 1A93 #> 141 http://id.who.int/icd/release/11/mms/616315615 1A94 #> 142 http://id.who.int/icd/release/11/mms/666746193 1A94.0 #> 143 http://id.who.int/icd/release/11/mms/1123446981 1A94.1 #> 144 http://id.who.int/icd/release/11/mms/616315615/unspecified 1A94.Z #> 145 http://id.who.int/icd/release/11/mms/641342831 1A95 #> 146 http://id.who.int/icd/release/11/mms/1987223744 1A95.0 #> 147 http://id.who.int/icd/release/11/mms/144526718 1A95.1 #> 148 http://id.who.int/icd/release/11/mms/158514824 1A95.2 #> 149 http://id.who.int/icd/release/11/mms/641342831/unspecified 1A95.Z #> 150 http://id.who.int/icd/release/11/mms/1904876434/other 1A9Y #> 151 http://id.who.int/icd/release/11/mms/1904876434/unspecified 1A9Z #> 152 http://id.who.int/icd/release/11/mms/979278646 #> 153 http://id.who.int/icd/release/11/mms/2072728114 #> 154 http://id.who.int/icd/release/11/mms/882244568 1B10 #> 155 http://id.who.int/icd/release/11/mms/983550510 1B10.0 #> 156 http://id.who.int/icd/release/11/mms/1311939281 1B10.1 #> 157 http://id.who.int/icd/release/11/mms/882244568/unspecified 1B10.Z #> 158 http://id.who.int/icd/release/11/mms/729372485 1B11 #> 159 http://id.who.int/icd/release/11/mms/1820468614 1B11.0 #> 160 http://id.who.int/icd/release/11/mms/539334538 1B11.1 #> 161 http://id.who.int/icd/release/11/mms/164227092 1B11.2 #> 162 http://id.who.int/icd/release/11/mms/1199221405 1B11.3 #> 163 http://id.who.int/icd/release/11/mms/729372485/other 1B11.Y #> 164 http://id.who.int/icd/release/11/mms/729372485/unspecified 1B11.Z #> 165 http://id.who.int/icd/release/11/mms/746680558 1B12 #> 166 http://id.who.int/icd/release/11/mms/271545608 1B12.0 #> 167 http://id.who.int/icd/release/11/mms/1074723013 1B12.1 #> 168 http://id.who.int/icd/release/11/mms/883140666 1B12.2 #> 169 http://id.who.int/icd/release/11/mms/807058764 1B12.3 #> 170 http://id.who.int/icd/release/11/mms/1459473353 1B12.4 #> 171 http://id.who.int/icd/release/11/mms/570881596 1B12.40 #> 172 http://id.who.int/icd/release/11/mms/1828714202 1B12.41 #> 173 http://id.who.int/icd/release/11/mms/1459473353/other 1B12.4Y #> 174 http://id.who.int/icd/release/11/mms/1459473353/unspecified 1B12.4Z #> 175 http://id.who.int/icd/release/11/mms/1196243886 1B12.5 #> 176 http://id.who.int/icd/release/11/mms/870345553 1B12.6 #> 177 http://id.who.int/icd/release/11/mms/1873777499 1B12.7 #> 178 http://id.who.int/icd/release/11/mms/625292625 1B12.8 #> 179 http://id.who.int/icd/release/11/mms/746680558/other 1B12.Y #> 180 http://id.who.int/icd/release/11/mms/861638547 1B13 #> 181 http://id.who.int/icd/release/11/mms/1056849595 1B13.0 #> 182 http://id.who.int/icd/release/11/mms/1538650927 1B13.1 #> 183 http://id.who.int/icd/release/11/mms/1690351031 1B13.2 #> 184 http://id.who.int/icd/release/11/mms/861638547/other 1B13.Y #> 185 http://id.who.int/icd/release/11/mms/861638547/unspecified 1B13.Z #> 186 http://id.who.int/icd/release/11/mms/454434138 1B14 #> 187 http://id.who.int/icd/release/11/mms/2072728114/other 1B1Y #> 188 http://id.who.int/icd/release/11/mms/2072728114/unspecified 1B1Z #> 189 http://id.who.int/icd/release/11/mms/149072669 1B20 #> 190 http://id.who.int/icd/release/11/mms/1800264981 1B20.0 #> 191 http://id.who.int/icd/release/11/mms/1123804548 1B20.1 #> 192 http://id.who.int/icd/release/11/mms/1295356165 1B20.2 #> 193 http://id.who.int/icd/release/11/mms/1185467033 1B20.20 #> 194 http://id.who.int/icd/release/11/mms/1886317801 1B20.21 #> 195 http://id.who.int/icd/release/11/mms/1324017222 1B20.3 #> 196 http://id.who.int/icd/release/11/mms/149072669/unspecified 1B20.Z #> 197 http://id.who.int/icd/release/11/mms/1839818377 1B21 #> 198 http://id.who.int/icd/release/11/mms/1798822437 1B21.0 #> 199 http://id.who.int/icd/release/11/mms/882647079 1B21.1 #> 200 http://id.who.int/icd/release/11/mms/1723965278 1B21.2 #> 201 http://id.who.int/icd/release/11/mms/1974989140 1B21.20 #> 202 http://id.who.int/icd/release/11/mms/1723965278/other 1B21.2Y #> 203 http://id.who.int/icd/release/11/mms/1723965278/unspecified 1B21.2Z #> 204 http://id.who.int/icd/release/11/mms/625446129 1B21.3 #> 205 http://id.who.int/icd/release/11/mms/1642291965 1B21.4 #> 206 http://id.who.int/icd/release/11/mms/1839818377/other 1B21.Y #> 207 http://id.who.int/icd/release/11/mms/1839818377/unspecified 1B21.Z #> 208 http://id.who.int/icd/release/11/mms/979278646/other 1B2Y #> 209 http://id.who.int/icd/release/11/mms/979278646/unspecified 1B2Z #> 210 http://id.who.int/icd/release/11/mms/1539889147 #> 211 http://id.who.int/icd/release/11/mms/871612151 #> 212 http://id.who.int/icd/release/11/mms/2058300982 1B40 #> 213 http://id.who.int/icd/release/11/mms/1097470385 1B40.0 #> 214 http://id.who.int/icd/release/11/mms/2058300982/other 1B40.Y #> 215 http://id.who.int/icd/release/11/mms/2058300982/unspecified 1B40.Z #> 216 http://id.who.int/icd/release/11/mms/535094176 1B41 #> 217 http://id.who.int/icd/release/11/mms/869759708 1B41.0 #> 218 http://id.who.int/icd/release/11/mms/1453111118 1B41.1 #> 219 http://id.who.int/icd/release/11/mms/1384553803 1B41.10 #> 220 http://id.who.int/icd/release/11/mms/1453111118/other 1B41.1Y #> 221 http://id.who.int/icd/release/11/mms/1453111118/unspecified 1B41.1Z #> 222 http://id.who.int/icd/release/11/mms/573695921 1B41.2 #> 223 http://id.who.int/icd/release/11/mms/535094176/other 1B41.Y #> 224 http://id.who.int/icd/release/11/mms/535094176/unspecified 1B41.Z #> 225 http://id.who.int/icd/release/11/mms/1799992159 1B42 #> 226 http://id.who.int/icd/release/11/mms/107294155 1B50 #> 227 http://id.who.int/icd/release/11/mms/1642172022 1B51 #> 228 http://id.who.int/icd/release/11/mms/705971711 1B53 #> 229 http://id.who.int/icd/release/11/mms/1331660907 1B54 #> 230 http://id.who.int/icd/release/11/mms/1539889147/other 1B5Y #> 231 http://id.who.int/icd/release/11/mms/1539889147/unspecified 1B5Z #> 232 http://id.who.int/icd/release/11/mms/1412960686 #> 233 http://id.who.int/icd/release/11/mms/2144774073 1B70 #> 234 http://id.who.int/icd/release/11/mms/1651247891 1B70.0 #> 235 http://id.who.int/icd/release/11/mms/896866865 1B70.00 #> 236 http://id.who.int/icd/release/11/mms/348525836 1B70.01 #> 237 http://id.who.int/icd/release/11/mms/1200236878 1B70.02 #> 238 http://id.who.int/icd/release/11/mms/1651247891/other 1B70.0Y #> 239 http://id.who.int/icd/release/11/mms/1651247891/unspecified 1B70.0Z #> 240 http://id.who.int/icd/release/11/mms/284578658 1B70.1 #> 241 http://id.who.int/icd/release/11/mms/2033345174 1B70.2 #> 242 http://id.who.int/icd/release/11/mms/845065622 1B70.3 #> 243 http://id.who.int/icd/release/11/mms/2144774073/other 1B70.Y #> 244 http://id.who.int/icd/release/11/mms/2144774073/unspecified 1B70.Z #> 245 http://id.who.int/icd/release/11/mms/522973276 1B71 #> 246 http://id.who.int/icd/release/11/mms/270373865 1B71.0 #> 247 http://id.who.int/icd/release/11/mms/270802913 1B71.1 #> 248 http://id.who.int/icd/release/11/mms/1681155693 1B71.2 #> 249 http://id.who.int/icd/release/11/mms/522973276/other 1B71.Y #> 250 http://id.who.int/icd/release/11/mms/522973276/unspecified 1B71.Z #> 251 http://id.who.int/icd/release/11/mms/971176543 1B72 #> 252 http://id.who.int/icd/release/11/mms/1398484288 1B72.0 #> 253 http://id.who.int/icd/release/11/mms/25824900 1B72.1 #> 254 http://id.who.int/icd/release/11/mms/2034126013 1B72.2 #> 255 http://id.who.int/icd/release/11/mms/971176543/other 1B72.Y #> 256 http://id.who.int/icd/release/11/mms/971176543/unspecified 1B72.Z #> 257 http://id.who.int/icd/release/11/mms/337308923 1B73 #> 258 http://id.who.int/icd/release/11/mms/229362936 1B73.0 #> 259 http://id.who.int/icd/release/11/mms/1677671323 1B73.1 #> 260 http://id.who.int/icd/release/11/mms/1634854510 1B73.2 #> 261 http://id.who.int/icd/release/11/mms/337308923/other 1B73.Y #> 262 http://id.who.int/icd/release/11/mms/337308923/unspecified 1B73.Z #> 263 http://id.who.int/icd/release/11/mms/1622653958 1B74 #> 264 http://id.who.int/icd/release/11/mms/1929235891 1B74.0 #> 265 http://id.who.int/icd/release/11/mms/1622653958/other 1B74.Y #> 266 http://id.who.int/icd/release/11/mms/1622653958/unspecified 1B74.Z #> 267 http://id.who.int/icd/release/11/mms/46117627 1B75 #> 268 http://id.who.int/icd/release/11/mms/1081137172 1B75.0 #> 269 http://id.who.int/icd/release/11/mms/1456834066 1B75.1 #> 270 http://id.who.int/icd/release/11/mms/1194531705 1B75.2 #> 271 http://id.who.int/icd/release/11/mms/1324834502 1B75.3 #> 272 http://id.who.int/icd/release/11/mms/25801498 1B75.4 #> 273 http://id.who.int/icd/release/11/mms/46117627/unspecified 1B75.Z #> 274 http://id.who.int/icd/release/11/mms/1412960686/other 1B7Y #> 275 http://id.who.int/icd/release/11/mms/1412960686/unspecified 1B7Z #> 276 http://id.who.int/icd/release/11/mms/1935092859 #> 277 http://id.who.int/icd/release/11/mms/1026551291 1B90 #> 278 http://id.who.int/icd/release/11/mms/1104357482 1B90.0 #> 279 http://id.who.int/icd/release/11/mms/614000128 1B90.1 #> 280 http://id.who.int/icd/release/11/mms/751399056 1B91 #> 281 http://id.who.int/icd/release/11/mms/1563156715 1B92 #> 282 http://id.who.int/icd/release/11/mms/1596449540 1B93 #> 283 http://id.who.int/icd/release/11/mms/1742025109 1B93.0 #> 284 http://id.who.int/icd/release/11/mms/43973633 1B93.1 #> 285 http://id.who.int/icd/release/11/mms/1983098110 1B93.2 #> 286 http://id.who.int/icd/release/11/mms/326656364 1B93.3 #> 287 http://id.who.int/icd/release/11/mms/1596449540/other 1B93.Y #> 288 http://id.who.int/icd/release/11/mms/1596449540/unspecified 1B93.Z #> 289 http://id.who.int/icd/release/11/mms/980168338 1B94 #> 290 http://id.who.int/icd/release/11/mms/2066610452 1B94.0 #> 291 http://id.who.int/icd/release/11/mms/980168338/other 1B94.Y #> 292 http://id.who.int/icd/release/11/mms/980168338/unspecified 1B94.Z #> 293 http://id.who.int/icd/release/11/mms/730510331 1B95 #> 294 http://id.who.int/icd/release/11/mms/1233304838 1B96 #> 295 http://id.who.int/icd/release/11/mms/1321303663 1B97 #> 296 http://id.who.int/icd/release/11/mms/2003001085 1B98 #> 297 http://id.who.int/icd/release/11/mms/304649065 1B99 #> 298 http://id.who.int/icd/release/11/mms/63835650 1B9A #> 299 http://id.who.int/icd/release/11/mms/1935092859/unspecified 1B9Z #> 300 http://id.who.int/icd/release/11/mms/487269828 #> 301 http://id.who.int/icd/release/11/mms/1697630330 1C10 #> 302 http://id.who.int/icd/release/11/mms/452367246 1C10.0 #> 303 http://id.who.int/icd/release/11/mms/2143116824 1C10.1 #> 304 http://id.who.int/icd/release/11/mms/185601767 1C10.2 #> 305 http://id.who.int/icd/release/11/mms/413315344 1C10.3 #> 306 http://id.who.int/icd/release/11/mms/1697630330/other 1C10.Y #> 307 http://id.who.int/icd/release/11/mms/1697630330/unspecified 1C10.Z #> 308 http://id.who.int/icd/release/11/mms/1938462328 1C11 #> 309 http://id.who.int/icd/release/11/mms/1917297026 1C11.0 #> 310 http://id.who.int/icd/release/11/mms/1031219789 1C11.00 #> 311 http://id.who.int/icd/release/11/mms/1480386521 1C11.01 #> 312 http://id.who.int/icd/release/11/mms/1587737629 1C11.1 #> 313 http://id.who.int/icd/release/11/mms/1938462328/other 1C11.Y #> 314 http://id.who.int/icd/release/11/mms/1938462328/unspecified 1C11.Z #> 315 http://id.who.int/icd/release/11/mms/2064398473 1C12 #> 316 http://id.who.int/icd/release/11/mms/1287021540 1C12.0 #> 317 http://id.who.int/icd/release/11/mms/704491122 1C12.1 #> 318 http://id.who.int/icd/release/11/mms/2064398473/other 1C12.Y #> 319 http://id.who.int/icd/release/11/mms/2064398473/unspecified 1C12.Z #> 320 http://id.who.int/icd/release/11/mms/1793762788 1C13 #> 321 http://id.who.int/icd/release/11/mms/262236278 1C14 #> 322 http://id.who.int/icd/release/11/mms/2085616610 1C15 #> 323 http://id.who.int/icd/release/11/mms/1920227791 1C16 #> 324 http://id.who.int/icd/release/11/mms/508032285 1C17 #> 325 http://id.who.int/icd/release/11/mms/1347332965 1C17.0 #> 326 http://id.who.int/icd/release/11/mms/1736804001 1C17.00 #> 327 http://id.who.int/icd/release/11/mms/1347332965/other 1C17.0Y #> 328 http://id.who.int/icd/release/11/mms/1347332965/unspecified 1C17.0Z #> 329 http://id.who.int/icd/release/11/mms/889546481 1C17.1 #> 330 http://id.who.int/icd/release/11/mms/1101542926 1C17.2 #> 331 http://id.who.int/icd/release/11/mms/618920860 1C17.3 #> 332 http://id.who.int/icd/release/11/mms/508032285/other 1C17.Y #> 333 http://id.who.int/icd/release/11/mms/508032285/unspecified 1C17.Z #> 334 http://id.who.int/icd/release/11/mms/1966578342 1C18 #> 335 http://id.who.int/icd/release/11/mms/390042715 1C19 #> 336 http://id.who.int/icd/release/11/mms/1670562980 1C19.0 #> 337 http://id.who.int/icd/release/11/mms/424434722 1C19.1 #> 338 http://id.who.int/icd/release/11/mms/390042715/unspecified 1C19.Z #> 339 http://id.who.int/icd/release/11/mms/419706488 1C1A #> 340 http://id.who.int/icd/release/11/mms/1789950491 1C1A.0 #> 341 http://id.who.int/icd/release/11/mms/268154767 1C1A.1 #> 342 http://id.who.int/icd/release/11/mms/419706488/other 1C1A.Y #> 343 http://id.who.int/icd/release/11/mms/419706488/unspecified 1C1A.Z #> 344 http://id.who.int/icd/release/11/mms/6555116 1C1B #> 345 http://id.who.int/icd/release/11/mms/101604109 1C1B.0 #> 346 http://id.who.int/icd/release/11/mms/1665504921 1C1B.1 #> 347 http://id.who.int/icd/release/11/mms/6555116/other 1C1B.Y #> 348 http://id.who.int/icd/release/11/mms/6555116/unspecified 1C1B.Z #> 349 http://id.who.int/icd/release/11/mms/1664016479 1C1C #> 350 http://id.who.int/icd/release/11/mms/516585689 1C1C.0 #> 351 http://id.who.int/icd/release/11/mms/2072098125 1C1C.1 #> 352 http://id.who.int/icd/release/11/mms/832233624 1C1C.2 #> 353 http://id.who.int/icd/release/11/mms/254600628 1C1C.20 #> 354 http://id.who.int/icd/release/11/mms/832233624/other 1C1C.2Y #> 355 http://id.who.int/icd/release/11/mms/832233624/unspecified 1C1C.2Z #> 356 http://id.who.int/icd/release/11/mms/1664016479/other 1C1C.Y #> 357 http://id.who.int/icd/release/11/mms/1664016479/unspecified 1C1C.Z #> 358 http://id.who.int/icd/release/11/mms/840525023 1C1D #> 359 http://id.who.int/icd/release/11/mms/3933330 1C1D.0 #> 360 http://id.who.int/icd/release/11/mms/944473231 1C1D.1 #> 361 http://id.who.int/icd/release/11/mms/406586413 1C1D.2 #> 362 http://id.who.int/icd/release/11/mms/247169608 1C1D.3 #> 363 http://id.who.int/icd/release/11/mms/840525023/unspecified 1C1D.Z #> 364 http://id.who.int/icd/release/11/mms/1465035083 1C1E #> 365 http://id.who.int/icd/release/11/mms/482659345 1C1E.0 #> 366 http://id.who.int/icd/release/11/mms/2039415173 1C1E.1 #> 367 http://id.who.int/icd/release/11/mms/220352892 1C1E.2 #> 368 http://id.who.int/icd/release/11/mms/1751751918 1C1E.3 #> 369 http://id.who.int/icd/release/11/mms/1465035083/unspecified 1C1E.Z #> 370 http://id.who.int/icd/release/11/mms/1186214944 1C1F #> 371 http://id.who.int/icd/release/11/mms/1600014919 1C1G #> 372 http://id.who.int/icd/release/11/mms/217939807 1C1G.0 #> 373 http://id.who.int/icd/release/11/mms/120524401 1C1G.1 #> 374 http://id.who.int/icd/release/11/mms/1614775629 1C1G.10 #> 375 http://id.who.int/icd/release/11/mms/2085372866 1C1G.11 #> 376 http://id.who.int/icd/release/11/mms/59307016 1C1G.12 #> 377 http://id.who.int/icd/release/11/mms/1772714648 1C1G.13 #> 378 http://id.who.int/icd/release/11/mms/242606511 1C1G.14 #> 379 http://id.who.int/icd/release/11/mms/120524401/other 1C1G.1Y #> 380 http://id.who.int/icd/release/11/mms/120524401/unspecified 1C1G.1Z #> 381 http://id.who.int/icd/release/11/mms/1600014919/other 1C1G.Y #> 382 http://id.who.int/icd/release/11/mms/1600014919/unspecified 1C1G.Z #> 383 http://id.who.int/icd/release/11/mms/1320736556 1C1H #> 384 http://id.who.int/icd/release/11/mms/737352378 1C1H.0 #> 385 http://id.who.int/icd/release/11/mms/1320736556/other 1C1H.Y #> 386 http://id.who.int/icd/release/11/mms/1320736556/unspecified 1C1H.Z #> 387 http://id.who.int/icd/release/11/mms/965498095 1C1J #> 388 http://id.who.int/icd/release/11/mms/923521593 1C1J.0 #> 389 http://id.who.int/icd/release/11/mms/1379934125 1C1J.1 #> 390 http://id.who.int/icd/release/11/mms/965498095/unspecified 1C1J.Z #> 391 http://id.who.int/icd/release/11/mms/1127435854 #> 392 http://id.who.int/icd/release/11/mms/223956768 1C20 #> 393 http://id.who.int/icd/release/11/mms/1132542967 1C21 #> 394 http://id.who.int/icd/release/11/mms/1937339080 1C22 #> 395 http://id.who.int/icd/release/11/mms/372424530 1C23 #> 396 http://id.who.int/icd/release/11/mms/727668449 1C23.0 #> 397 http://id.who.int/icd/release/11/mms/1309973365 1C23.1 #> 398 http://id.who.int/icd/release/11/mms/372424530/other 1C23.Y #> 399 http://id.who.int/icd/release/11/mms/372424530/unspecified 1C23.Z #> 400 http://id.who.int/icd/release/11/mms/1127435854/other 1C2Y #> 401 http://id.who.int/icd/release/11/mms/1127435854/unspecified 1C2Z #> 402 http://id.who.int/icd/release/11/mms/1981846 #> 403 http://id.who.int/icd/release/11/mms/292650041 1C30 #> 404 http://id.who.int/icd/release/11/mms/295798687 1C30.0 #> 405 http://id.who.int/icd/release/11/mms/1961511435 1C30.1 #> 406 http://id.who.int/icd/release/11/mms/4659958 1C30.2 #> 407 http://id.who.int/icd/release/11/mms/1695340384 1C30.3 #> 408 http://id.who.int/icd/release/11/mms/292650041/other 1C30.Y #> 409 http://id.who.int/icd/release/11/mms/292650041/unspecified 1C30.Z #> 410 http://id.who.int/icd/release/11/mms/9953620 1C31 #> 411 http://id.who.int/icd/release/11/mms/215936800 1C31.0 #> 412 http://id.who.int/icd/release/11/mms/1771381430 1C31.1 #> 413 http://id.who.int/icd/release/11/mms/490238539 1C31.2 #> 414 http://id.who.int/icd/release/11/mms/2020851679 1C31.3 #> 415 http://id.who.int/icd/release/11/mms/9953620/other 1C31.Y #> 416 http://id.who.int/icd/release/11/mms/9953620/unspecified 1C31.Z #> 417 http://id.who.int/icd/release/11/mms/1005140361 1C32 #> 418 http://id.who.int/icd/release/11/mms/2113860626 1C33 #> 419 http://id.who.int/icd/release/11/mms/1981846/other 1C3Y #> 420 http://id.who.int/icd/release/11/mms/1981846/unspecified 1C3Z #> 421 http://id.who.int/icd/release/11/mms/1012026026 1C40 #> 422 http://id.who.int/icd/release/11/mms/520429137 1C41 #> 423 http://id.who.int/icd/release/11/mms/2129350166 1C42 #> 424 http://id.who.int/icd/release/11/mms/168432503 1C43 #> 425 http://id.who.int/icd/release/11/mms/698540116 1C44 #> 426 http://id.who.int/icd/release/11/mms/114886962 1C45 #> 427 http://id.who.int/icd/release/11/mms/197163558 1C45.0 #> 428 http://id.who.int/icd/release/11/mms/788554020 1C45.1 #> 429 http://id.who.int/icd/release/11/mms/114886962/other 1C45.Y #> 430 http://id.who.int/icd/release/11/mms/114886962/unspecified 1C45.Z #> 431 http://id.who.int/icd/release/11/mms/487269828/other 1C4Y #> 432 http://id.who.int/icd/release/11/mms/487269828/unspecified 1C4Z #> 433 http://id.who.int/icd/release/11/mms/1000704511 #> 434 http://id.who.int/icd/release/11/mms/236924369 1C60 #> 435 http://id.who.int/icd/release/11/mms/215309692 1C60.0 #> 436 http://id.who.int/icd/release/11/mms/1386132895 1C60.1 #> 437 http://id.who.int/icd/release/11/mms/865305628 1C60.2 #> 438 http://id.who.int/icd/release/11/mms/1280139157 1C60.3 #> 439 http://id.who.int/icd/release/11/mms/802739943 1C60.30 #> 440 http://id.who.int/icd/release/11/mms/1280139157/other 1C60.3Y #> 441 http://id.who.int/icd/release/11/mms/1280139157/unspecified 1C60.3Z #> 442 http://id.who.int/icd/release/11/mms/236924369/unspecified 1C60.Z #> 443 http://id.who.int/icd/release/11/mms/771273482 1C61 #> 444 http://id.who.int/icd/release/11/mms/1552401955 1C61.0 #> 445 http://id.who.int/icd/release/11/mms/1702650002 1C61.1 #> 446 http://id.who.int/icd/release/11/mms/993495155 1C61.2 #> 447 http://id.who.int/icd/release/11/mms/97626683 1C61.3 #> 448 http://id.who.int/icd/release/11/mms/1848415584 1C61.30 #> 449 http://id.who.int/icd/release/11/mms/97626683/other 1C61.3Y #> 450 http://id.who.int/icd/release/11/mms/97626683/unspecified 1C61.3Z #> 451 http://id.who.int/icd/release/11/mms/771273482/unspecified 1C61.Z #> 452 http://id.who.int/icd/release/11/mms/1508081745 1C62 #> 453 http://id.who.int/icd/release/11/mms/574153866 1C62.0 #> 454 http://id.who.int/icd/release/11/mms/1575370503 1C62.1 #> 455 http://id.who.int/icd/release/11/mms/1294771889 1C62.2 #> 456 http://id.who.int/icd/release/11/mms/1858812010 1C62.3 #> 457 http://id.who.int/icd/release/11/mms/1044381913 1C62.30 #> 458 http://id.who.int/icd/release/11/mms/1858812010/other 1C62.3Y #> 459 http://id.who.int/icd/release/11/mms/1858812010/unspecified 1C62.3Z #> 460 http://id.who.int/icd/release/11/mms/1508081745/unspecified 1C62.Z #> 461 http://id.who.int/icd/release/11/mms/1104303944 #> 462 http://id.who.int/icd/release/11/mms/956664712 1C80 #> 463 http://id.who.int/icd/release/11/mms/588527933 1C81 #> 464 http://id.who.int/icd/release/11/mms/854762584 1C82 #> 465 http://id.who.int/icd/release/11/mms/1543765035 1C83 #> 466 http://id.who.int/icd/release/11/mms/682536148 1C84 #> 467 http://id.who.int/icd/release/11/mms/961032639 1C85 #> 468 http://id.who.int/icd/release/11/mms/1306878274 1C86 #> 469 http://id.who.int/icd/release/11/mms/804089791 1C87 #> 470 http://id.who.int/icd/release/11/mms/1040970454 1C88 #> 471 http://id.who.int/icd/release/11/mms/1530937152 1C8B #> 472 http://id.who.int/icd/release/11/mms/608978790 1C8C #> 473 http://id.who.int/icd/release/11/mms/1501615629 1C8D #> 474 http://id.who.int/icd/release/11/mms/1358604969 1C8E #> 475 http://id.who.int/icd/release/11/mms/62316737 1C8E.1 #> 476 http://id.who.int/icd/release/11/mms/1727868245 1C8E.2 #> 477 http://id.who.int/icd/release/11/mms/1358604969/other 1C8E.Y #> 478 http://id.who.int/icd/release/11/mms/1358604969/unspecified 1C8E.Z #> 479 http://id.who.int/icd/release/11/mms/307264938 1C8F #> 480 http://id.who.int/icd/release/11/mms/835129952 1C8G #> 481 http://id.who.int/icd/release/11/mms/36782335 1C8G.0 #> 482 http://id.who.int/icd/release/11/mms/1736084843 1C8G.1 #> 483 http://id.who.int/icd/release/11/mms/975631454 1C8G.2 #> 484 http://id.who.int/icd/release/11/mms/835129952/unspecified 1C8G.Z #> 485 http://id.who.int/icd/release/11/mms/1104303944/other 1C8Y #> 486 http://id.who.int/icd/release/11/mms/1104303944/unspecified 1C8Z #> 487 http://id.who.int/icd/release/11/mms/1585949804 #> 488 http://id.who.int/icd/release/11/mms/62637936 1D00 #> 489 http://id.who.int/icd/release/11/mms/1656157931 1D00.0 #> 490 http://id.who.int/icd/release/11/mms/2048186698 1D00.1 #> 491 http://id.who.int/icd/release/11/mms/1269730048 1D00.2 #> 492 http://id.who.int/icd/release/11/mms/62637936/other 1D00.Y #> 493 http://id.who.int/icd/release/11/mms/62637936/unspecified 1D00.Z #> 494 http://id.who.int/icd/release/11/mms/121670633 1D01 #> 495 http://id.who.int/icd/release/11/mms/684930313 1D01.0 #> 496 http://id.who.int/icd/release/11/mms/1005770900 1D01.00 #> 497 http://id.who.int/icd/release/11/mms/684930313/other 1D01.0Y #> 498 http://id.who.int/icd/release/11/mms/684930313/unspecified 1D01.0Z #> 499 http://id.who.int/icd/release/11/mms/1137081791 1D01.1 #> 500 http://id.who.int/icd/release/11/mms/181304776 1D01.2 #> 501 http://id.who.int/icd/release/11/mms/731112897 1D01.3 #> 502 http://id.who.int/icd/release/11/mms/121670633/other 1D01.Y #> 503 http://id.who.int/icd/release/11/mms/121670633/unspecified 1D01.Z #> 504 http://id.who.int/icd/release/11/mms/392898612 1D02 #> 505 http://id.who.int/icd/release/11/mms/373833091 1D02.0 #> 506 http://id.who.int/icd/release/11/mms/1054675109 1D02.1 #> 507 http://id.who.int/icd/release/11/mms/431392958 1D02.2 #> 508 http://id.who.int/icd/release/11/mms/342012360 1D02.3 #> 509 http://id.who.int/icd/release/11/mms/392898612/other 1D02.Y #> 510 http://id.who.int/icd/release/11/mms/392898612/unspecified 1D02.Z #> 511 http://id.who.int/icd/release/11/mms/1483190070 1D03 #> 512 http://id.who.int/icd/release/11/mms/443087096 1D03.0 #> 513 http://id.who.int/icd/release/11/mms/613341872 1D03.1 #> 514 http://id.who.int/icd/release/11/mms/1147230459 1D03.2 #> 515 http://id.who.int/icd/release/11/mms/1128677700 1D03.3 #> 516 http://id.who.int/icd/release/11/mms/1360075821 1D03.30 #> 517 http://id.who.int/icd/release/11/mms/838770280 1D03.31 #> 518 http://id.who.int/icd/release/11/mms/777604655 1D03.32 #> 519 http://id.who.int/icd/release/11/mms/714215906 1D03.33 #> 520 http://id.who.int/icd/release/11/mms/1128677700/other 1D03.3Y #> 521 http://id.who.int/icd/release/11/mms/1128677700/unspecified 1D03.3Z #> 522 http://id.who.int/icd/release/11/mms/1299705786 1D03.4 #> 523 http://id.who.int/icd/release/11/mms/486617244 1D03.5 #> 524 http://id.who.int/icd/release/11/mms/1483190070/other 1D03.Y #> 525 http://id.who.int/icd/release/11/mms/1483190070/unspecified 1D03.Z #> 526 http://id.who.int/icd/release/11/mms/2108355318 1D04 #> 527 http://id.who.int/icd/release/11/mms/1726978545 1D04.0 #> 528 http://id.who.int/icd/release/11/mms/629126866 1D04.1 #> 529 http://id.who.int/icd/release/11/mms/132294774 1D04.10 #> 530 http://id.who.int/icd/release/11/mms/629126866/other 1D04.1Y #> 531 http://id.who.int/icd/release/11/mms/629126866/unspecified 1D04.1Z #> 532 http://id.who.int/icd/release/11/mms/2017227771 1D04.2 #> 533 http://id.who.int/icd/release/11/mms/1761012301 1D04.3 #> 534 http://id.who.int/icd/release/11/mms/1543721163 1D04.4 #> 535 http://id.who.int/icd/release/11/mms/923328437 1D04.5 #> 536 http://id.who.int/icd/release/11/mms/2108355318/other 1D04.Y #> 537 http://id.who.int/icd/release/11/mms/2108355318/unspecified 1D04.Z #> 538 http://id.who.int/icd/release/11/mms/634116368 1D05 #> 539 http://id.who.int/icd/release/11/mms/35402215 1D05.0 #> 540 http://id.who.int/icd/release/11/mms/1388337190 1D05.1 #> 541 http://id.who.int/icd/release/11/mms/634116368/other 1D05.Y #> 542 http://id.who.int/icd/release/11/mms/634116368/unspecified 1D05.Z #> 543 http://id.who.int/icd/release/11/mms/1585949804/other 1D0Y #> 544 http://id.who.int/icd/release/11/mms/1585949804/unspecified 1D0Z #> 545 http://id.who.int/icd/release/11/mms/1959883044 #> 546 http://id.who.int/icd/release/11/mms/685093552 1D20 #> 547 http://id.who.int/icd/release/11/mms/1302232870 1D21 #> 548 http://id.who.int/icd/release/11/mms/56575149 1D22 #> 549 http://id.who.int/icd/release/11/mms/1959883044/unspecified 1D2Z #> 550 http://id.who.int/icd/release/11/mms/921595235 #> 551 http://id.who.int/icd/release/11/mms/900389391 1D40 #> 552 http://id.who.int/icd/release/11/mms/951357413 1D41 #> 553 http://id.who.int/icd/release/11/mms/1356928923 1D42 #> 554 http://id.who.int/icd/release/11/mms/693244560 1D43 #> 555 http://id.who.int/icd/release/11/mms/854137188 1D44 #> 556 http://id.who.int/icd/release/11/mms/1276763930 1D45 #> 557 http://id.who.int/icd/release/11/mms/1091013360 1D46 #> 558 http://id.who.int/icd/release/11/mms/383352795 1D47 #> 559 http://id.who.int/icd/release/11/mms/1401438580 1D48 #> 560 http://id.who.int/icd/release/11/mms/1562906700 1D49 #> 561 http://id.who.int/icd/release/11/mms/946068954 1D4A #> 562 http://id.who.int/icd/release/11/mms/1288604967 1D4B #> 563 http://id.who.int/icd/release/11/mms/1105069515 1D4C #> 564 http://id.who.int/icd/release/11/mms/1085418398 1D4D #> 565 http://id.who.int/icd/release/11/mms/282121084 1D4E #> 566 http://id.who.int/icd/release/11/mms/921595235/other 1D4Y #> 567 http://id.who.int/icd/release/11/mms/921595235/unspecified 1D4Z #> 568 http://id.who.int/icd/release/11/mms/1251496839 #> 569 http://id.who.int/icd/release/11/mms/694903163 1D60 #> 570 http://id.who.int/icd/release/11/mms/1517015847 1D60.0 #> 571 http://id.who.int/icd/release/11/mms/1313688701 1D60.00 #> 572 http://id.who.int/icd/release/11/mms/792755706 1D60.01 #> 573 http://id.who.int/icd/release/11/mms/1352574583 1D60.02 #> 574 http://id.who.int/icd/release/11/mms/1950399694 1D60.03 #> 575 http://id.who.int/icd/release/11/mms/1517015847/other 1D60.0Y #> 576 http://id.who.int/icd/release/11/mms/1517015847/unspecified 1D60.0Z #> 577 http://id.who.int/icd/release/11/mms/696598707 1D60.1 #> 578 http://id.who.int/icd/release/11/mms/510498140 1D60.10 #> 579 http://id.who.int/icd/release/11/mms/198979491 1D60.11 #> 580 http://id.who.int/icd/release/11/mms/696598707/other 1D60.1Y #> 581 http://id.who.int/icd/release/11/mms/696598707/unspecified 1D60.1Z #> 582 http://id.who.int/icd/release/11/mms/694903163/other 1D60.Y #> 583 http://id.who.int/icd/release/11/mms/694903163/unspecified 1D60.Z #> 584 http://id.who.int/icd/release/11/mms/1652368287 1D61 #> 585 http://id.who.int/icd/release/11/mms/257166193 1D61.0 #> 586 http://id.who.int/icd/release/11/mms/1780467429 1D61.1 #> 587 http://id.who.int/icd/release/11/mms/515020316 1D61.2 #> 588 http://id.who.int/icd/release/11/mms/356743940 1D61.3 #> 589 http://id.who.int/icd/release/11/mms/1652368287/other 1D61.Y #> 590 http://id.who.int/icd/release/11/mms/1652368287/unspecified 1D61.Z #> 591 http://id.who.int/icd/release/11/mms/271833991 1D62 #> 592 http://id.who.int/icd/release/11/mms/1059069619 1D62.0 #> 593 http://id.who.int/icd/release/11/mms/582624609 1D62.1 #> 594 http://id.who.int/icd/release/11/mms/1879060110 1D62.2 #> 595 http://id.who.int/icd/release/11/mms/271833991/other 1D62.Y #> 596 http://id.who.int/icd/release/11/mms/271833991/unspecified 1D62.Z #> 597 http://id.who.int/icd/release/11/mms/1020283662 1D63 #> 598 http://id.who.int/icd/release/11/mms/1840423014 1D64 #> 599 http://id.who.int/icd/release/11/mms/652944603 1D65 #> 600 http://id.who.int/icd/release/11/mms/1251496839/other 1D6Y #> 601 http://id.who.int/icd/release/11/mms/1251496839/unspecified 1D6Z #> 602 http://id.who.int/icd/release/11/mms/1136802325 #> 603 http://id.who.int/icd/release/11/mms/1208294714 1D80 #> 604 http://id.who.int/icd/release/11/mms/2082214683 1D80.0 #> 605 http://id.who.int/icd/release/11/mms/333831364 1D80.1 #> 606 http://id.who.int/icd/release/11/mms/1991119186 1D80.2 #> 607 http://id.who.int/icd/release/11/mms/33767855 1D80.3 #> 608 http://id.who.int/icd/release/11/mms/1732807739 1D80.4 #> 609 http://id.who.int/icd/release/11/mms/1208294714/other 1D80.Y #> 610 http://id.who.int/icd/release/11/mms/760139952 1D81 #> 611 http://id.who.int/icd/release/11/mms/109125699 1D81.0 #> 612 http://id.who.int/icd/release/11/mms/1784076753 1D81.1 #> 613 http://id.who.int/icd/release/11/mms/760139952/other 1D81.Y #> 614 http://id.who.int/icd/release/11/mms/760139952/unspecified 1D81.Z #> 615 http://id.who.int/icd/release/11/mms/1017662917 1D82 #> 616 http://id.who.int/icd/release/11/mms/1999221102 1D82.0 #> 617 http://id.who.int/icd/release/11/mms/59040145 1D82.1 #> 618 http://id.who.int/icd/release/11/mms/1017662917/other 1D82.Y #> 619 http://id.who.int/icd/release/11/mms/1017662917/unspecified 1D82.Z #> 620 http://id.who.int/icd/release/11/mms/637134348 1D83 #> 621 http://id.who.int/icd/release/11/mms/157616931 1D84 #> 622 http://id.who.int/icd/release/11/mms/1094028194 1D84.0 #> 623 http://id.who.int/icd/release/11/mms/1356011211 1D84.1 #> 624 http://id.who.int/icd/release/11/mms/157616931/other 1D84.Y #> 625 http://id.who.int/icd/release/11/mms/157616931/unspecified 1D84.Z #> 626 http://id.who.int/icd/release/11/mms/874478433 1D85 #> 627 http://id.who.int/icd/release/11/mms/1485671112 1D85.0 #> 628 http://id.who.int/icd/release/11/mms/51885381 1D85.1 #> 629 http://id.who.int/icd/release/11/mms/326802563 1D85.2 #> 630 http://id.who.int/icd/release/11/mms/233520745 1D85.3 #> 631 http://id.who.int/icd/release/11/mms/856497185 1D85.4 #> 632 http://id.who.int/icd/release/11/mms/874478433/other 1D85.Y #> 633 http://id.who.int/icd/release/11/mms/874478433/unspecified 1D85.Z #> 634 http://id.who.int/icd/release/11/mms/555874229 1D86 #> 635 http://id.who.int/icd/release/11/mms/237422666 #> 636 http://id.who.int/icd/release/11/mms/511743818 1D90 #> 637 http://id.who.int/icd/release/11/mms/2076924640 1D91 #> 638 http://id.who.int/icd/release/11/mms/258345505 1D92 #> 639 http://id.who.int/icd/release/11/mms/1781385141 1D93 #> 640 http://id.who.int/icd/release/11/mms/237422666/other 1D9Y #> 641 http://id.who.int/icd/release/11/mms/237422666/unspecified 1D9Z #> 642 http://id.who.int/icd/release/11/mms/1136802325/other 1E1Y #> 643 http://id.who.int/icd/release/11/mms/1136802325/unspecified 1E1Z #> 644 http://id.who.int/icd/release/11/mms/145723401 #> 645 http://id.who.int/icd/release/11/mms/753780243 1E30 #> 646 http://id.who.int/icd/release/11/mms/283428170 1E31 #> 647 http://id.who.int/icd/release/11/mms/1235618695 1E32 #> 648 http://id.who.int/icd/release/11/mms/985510409 #> 649 http://id.who.int/icd/release/11/mms/1154736543 1E50 #> 650 http://id.who.int/icd/release/11/mms/991455762 1E50.0 #> 651 http://id.who.int/icd/release/11/mms/1337277167 1E50.1 #> 652 http://id.who.int/icd/release/11/mms/1517862018 1E50.2 #> 653 http://id.who.int/icd/release/11/mms/1060335896 1E50.3 #> 654 http://id.who.int/icd/release/11/mms/785771645 1E50.4 #> 655 http://id.who.int/icd/release/11/mms/1154736543/other 1E50.Y #> 656 http://id.who.int/icd/release/11/mms/1154736543/unspecified 1E50.Z #> 657 http://id.who.int/icd/release/11/mms/1469571641 1E51 #> 658 http://id.who.int/icd/release/11/mms/352087872 1E51.0 #> 659 http://id.who.int/icd/release/11/mms/1994012056 1E51.00 #> 660 http://id.who.int/icd/release/11/mms/352087872/other 1E51.0Y #> 661 http://id.who.int/icd/release/11/mms/352087872/unspecified 1E51.0Z #> 662 http://id.who.int/icd/release/11/mms/1615937473 1E51.1 #> 663 http://id.who.int/icd/release/11/mms/1011250453 1E51.2 #> 664 http://id.who.int/icd/release/11/mms/1465996172 1E51.3 #> 665 http://id.who.int/icd/release/11/mms/1469571641/other 1E51.Y #> 666 http://id.who.int/icd/release/11/mms/1469571641/unspecified 1E51.Z #> 667 http://id.who.int/icd/release/11/mms/985510409/unspecified 1E5Z #> 668 http://id.who.int/icd/release/11/mms/1646490591 #> 669 http://id.who.int/icd/release/11/mms/2080431678 #> 670 http://id.who.int/icd/release/11/mms/2054716425 1E70 #> 671 http://id.who.int/icd/release/11/mms/160886685 1E71 #> 672 http://id.who.int/icd/release/11/mms/1205745537 1E72 #> 673 http://id.who.int/icd/release/11/mms/1275065853 1E73 #> 674 http://id.who.int/icd/release/11/mms/444002285 1E74 #> 675 http://id.who.int/icd/release/11/mms/111540068 1E75 #> 676 http://id.who.int/icd/release/11/mms/82201615 1E76 #> 677 http://id.who.int/icd/release/11/mms/2080431678/other 1E7Y #> 678 http://id.who.int/icd/release/11/mms/2080431678/unspecified 1E7Z #> 679 http://id.who.int/icd/release/11/mms/772982663 #> 680 http://id.who.int/icd/release/11/mms/1074706780 1E80 #> 681 http://id.who.int/icd/release/11/mms/1422437990 1E80.0 #> 682 http://id.who.int/icd/release/11/mms/1076733559 1E80.1 #> 683 http://id.who.int/icd/release/11/mms/1074706780/other 1E80.Y #> 684 http://id.who.int/icd/release/11/mms/1074706780/unspecified 1E80.Z #> 685 http://id.who.int/icd/release/11/mms/316643992 1E81 #> 686 http://id.who.int/icd/release/11/mms/1160781209 1E82 #> 687 http://id.who.int/icd/release/11/mms/155264956 1E82.0 #> 688 http://id.who.int/icd/release/11/mms/519985380 1E83 #> 689 http://id.who.int/icd/release/11/mms/772982663/unspecified 1E8Z #> 690 http://id.who.int/icd/release/11/mms/80976093 #> 691 http://id.who.int/icd/release/11/mms/1805574500 1E90 #> 692 http://id.who.int/icd/release/11/mms/1667539108 1E90.0 #> 693 http://id.who.int/icd/release/11/mms/145288168 1E90.1 #> 694 http://id.who.int/icd/release/11/mms/1843603058 1E90.2 #> 695 http://id.who.int/icd/release/11/mms/1805574500/other 1E90.Y #> 696 http://id.who.int/icd/release/11/mms/1805574500/unspecified 1E90.Z #> 697 http://id.who.int/icd/release/11/mms/523481501 1E91 #> 698 http://id.who.int/icd/release/11/mms/1659043996 1E91.0 #> 699 http://id.who.int/icd/release/11/mms/2105678631 1E91.1 #> 700 http://id.who.int/icd/release/11/mms/2059524172 1E91.2 #> 701 http://id.who.int/icd/release/11/mms/415880883 1E91.3 #> 702 http://id.who.int/icd/release/11/mms/1778898783 1E91.4 #> 703 http://id.who.int/icd/release/11/mms/912466759 1E91.40 #> 704 http://id.who.int/icd/release/11/mms/115616439 1E91.41 #> 705 http://id.who.int/icd/release/11/mms/1778898783/other 1E91.4Y #> 706 http://id.who.int/icd/release/11/mms/1778898783/unspecified 1E91.4Z #> 707 http://id.who.int/icd/release/11/mms/321057933 1E91.5 #> 708 http://id.who.int/icd/release/11/mms/523481501/other 1E91.Y #> 709 http://id.who.int/icd/release/11/mms/523481501/unspecified 1E91.Z #> 710 http://id.who.int/icd/release/11/mms/248851702 1F00 #> 711 http://id.who.int/icd/release/11/mms/1897656051 1F00.0 #> 712 http://id.who.int/icd/release/11/mms/1518322360 1F00.00 #> 713 http://id.who.int/icd/release/11/mms/1720001875 1F00.01 #> 714 http://id.who.int/icd/release/11/mms/1086416908 1F00.02 #> 715 http://id.who.int/icd/release/11/mms/549327141 1F00.03 #> 716 http://id.who.int/icd/release/11/mms/1897656051/other 1F00.0Y #> 717 http://id.who.int/icd/release/11/mms/1985490330 1F00.1 #> 718 http://id.who.int/icd/release/11/mms/1188755650 1F00.10 #> 719 http://id.who.int/icd/release/11/mms/1847489994 1F00.11 #> 720 http://id.who.int/icd/release/11/mms/1985490330/other 1F00.1Y #> 721 http://id.who.int/icd/release/11/mms/1985490330/unspecified 1F00.1Z #> 722 http://id.who.int/icd/release/11/mms/163693711 1F00.2 #> 723 http://id.who.int/icd/release/11/mms/1627222936 1F00.20 #> 724 http://id.who.int/icd/release/11/mms/320069644 1F00.21 #> 725 http://id.who.int/icd/release/11/mms/163693711/other 1F00.2Y #> 726 http://id.who.int/icd/release/11/mms/1740550387 1F00.3 #> 727 http://id.who.int/icd/release/11/mms/248851702/other 1F00.Y #> 728 http://id.who.int/icd/release/11/mms/248851702/unspecified 1F00.Z #> 729 http://id.who.int/icd/release/11/mms/1883970802 1F01 #> 730 http://id.who.int/icd/release/11/mms/410022648 1F02 #> 731 http://id.who.int/icd/release/11/mms/869374630 1F02.0 #> 732 http://id.who.int/icd/release/11/mms/2131502234 1F02.1 #> 733 http://id.who.int/icd/release/11/mms/1478349286 1F02.2 #> 734 http://id.who.int/icd/release/11/mms/410022648/other 1F02.Y #> 735 http://id.who.int/icd/release/11/mms/1826431497 1F03 #> 736 http://id.who.int/icd/release/11/mms/1503293914 1F03.0 #> 737 http://id.who.int/icd/release/11/mms/844511898 1F03.1 #> 738 http://id.who.int/icd/release/11/mms/1461581580 1F03.2 #> 739 http://id.who.int/icd/release/11/mms/1826431497/other 1F03.Y #> 740 http://id.who.int/icd/release/11/mms/352375140 1F04 #> 741 http://id.who.int/icd/release/11/mms/299242184 1F05 #> 742 http://id.who.int/icd/release/11/mms/1726890736 1F05.0 #> 743 http://id.who.int/icd/release/11/mms/61181798 1F05.1 #> 744 http://id.who.int/icd/release/11/mms/1295135613 1F05.2 #> 745 http://id.who.int/icd/release/11/mms/1008730501 1F05.3 #> 746 http://id.who.int/icd/release/11/mms/299242184/other 1F05.Y #> 747 http://id.who.int/icd/release/11/mms/1646490591/other 1F0Y #> 748 http://id.who.int/icd/release/11/mms/1646490591/unspecified 1F0Z #> 749 http://id.who.int/icd/release/11/mms/1939815950 #> 750 http://id.who.int/icd/release/11/mms/1913468488 1F20 #> 751 http://id.who.int/icd/release/11/mms/1314810340 1F20.0 #> 752 http://id.who.int/icd/release/11/mms/710893141 1F20.00 #> 753 http://id.who.int/icd/release/11/mms/2019158769 1F20.01 #> 754 http://id.who.int/icd/release/11/mms/489221449 1F20.02 #> 755 http://id.who.int/icd/release/11/mms/1314810340/other 1F20.0Y #> 756 http://id.who.int/icd/release/11/mms/1314810340/unspecified 1F20.0Z #> 757 http://id.who.int/icd/release/11/mms/2043496606 1F20.1 #> 758 http://id.who.int/icd/release/11/mms/942630604 1F20.10 #> 759 http://id.who.int/icd/release/11/mms/1355660816 1F20.11 #> 760 http://id.who.int/icd/release/11/mms/86747759 1F20.12 #> 761 http://id.who.int/icd/release/11/mms/2132861880 1F20.13 #> 762 http://id.who.int/icd/release/11/mms/107634429 1F20.14 #> 763 http://id.who.int/icd/release/11/mms/1478604320 1F20.15 #> 764 http://id.who.int/icd/release/11/mms/2043496606/other 1F20.1Y #> 765 http://id.who.int/icd/release/11/mms/2043496606/unspecified 1F20.1Z #> 766 http://id.who.int/icd/release/11/mms/1913468488/unspecified 1F20.Z #> 767 http://id.who.int/icd/release/11/mms/2087283296 1F21 #> 768 http://id.who.int/icd/release/11/mms/1968108845 1F22 #> 769 http://id.who.int/icd/release/11/mms/2055968951 1F23 #> 770 http://id.who.int/icd/release/11/mms/520566646 1F23.0 #> 771 http://id.who.int/icd/release/11/mms/284380638 1F23.1 #> 772 http://id.who.int/icd/release/11/mms/1806329739 1F23.10 #> 773 http://id.who.int/icd/release/11/mms/407172127 1F23.11 #> 774 http://id.who.int/icd/release/11/mms/357498950 1F23.12 #> 775 http://id.who.int/icd/release/11/mms/828693449 1F23.13 #> 776 http://id.who.int/icd/release/11/mms/2120780687 1F23.14 #> 777 http://id.who.int/icd/release/11/mms/92452740 1F23.15 #> 778 http://id.who.int/icd/release/11/mms/1064943355 1F23.16 #> 779 http://id.who.int/icd/release/11/mms/284380638/other 1F23.1Y #> 780 http://id.who.int/icd/release/11/mms/284380638/unspecified 1F23.1Z #> 781 http://id.who.int/icd/release/11/mms/1229869827 1F23.2 #> 782 http://id.who.int/icd/release/11/mms/2096491408 1F23.3 #> 783 http://id.who.int/icd/release/11/mms/2098149771 1F23.30 #> 784 http://id.who.int/icd/release/11/mms/2051865312 1F23.31 #> 785 http://id.who.int/icd/release/11/mms/2096491408/other 1F23.3Y #> 786 http://id.who.int/icd/release/11/mms/2096491408/unspecified 1F23.3Z #> 787 http://id.who.int/icd/release/11/mms/2055968951/other 1F23.Y #> 788 http://id.who.int/icd/release/11/mms/2055968951/unspecified 1F23.Z #> 789 http://id.who.int/icd/release/11/mms/1438584733 1F24 #> 790 http://id.who.int/icd/release/11/mms/132287989 1F25 #> 791 http://id.who.int/icd/release/11/mms/1080392099 1F25.0 #> 792 http://id.who.int/icd/release/11/mms/1367598280 1F25.00 #> 793 http://id.who.int/icd/release/11/mms/885533022 1F25.01 #> 794 http://id.who.int/icd/release/11/mms/71079562 1F25.1 #> 795 http://id.who.int/icd/release/11/mms/577599324 1F25.10 #> 796 http://id.who.int/icd/release/11/mms/623817783 1F25.11 #> 797 http://id.who.int/icd/release/11/mms/1455433635 1F25.12 #> 798 http://id.who.int/icd/release/11/mms/71079562/other 1F25.1Y #> 799 http://id.who.int/icd/release/11/mms/71079562/unspecified 1F25.1Z #> 800 http://id.who.int/icd/release/11/mms/132287989/unspecified 1F25.Z #> 801 http://id.who.int/icd/release/11/mms/1326582778 1F26 #> 802 http://id.who.int/icd/release/11/mms/390527954 1F27 #> 803 http://id.who.int/icd/release/11/mms/1916712542 1F27.0 #> 804 http://id.who.int/icd/release/11/mms/393575368 1F27.1 #> 805 http://id.who.int/icd/release/11/mms/738912364 1F27.10 #> 806 http://id.who.int/icd/release/11/mms/30418378 1F27.2 #> 807 http://id.who.int/icd/release/11/mms/390527954/other 1F27.Y #> 808 http://id.who.int/icd/release/11/mms/390527954/unspecified 1F27.Z #> 809 http://id.who.int/icd/release/11/mms/1802307036 1F28 #> 810 http://id.who.int/icd/release/11/mms/1380450203 1F28.0 #> 811 http://id.who.int/icd/release/11/mms/1731433055 1F28.1 #> 812 http://id.who.int/icd/release/11/mms/1993674550 1F28.2 #> 813 http://id.who.int/icd/release/11/mms/350028235 1F28.3 #> 814 http://id.who.int/icd/release/11/mms/1449494917 1F28.4 #> 815 http://id.who.int/icd/release/11/mms/2003167397 1F28.5 #> 816 http://id.who.int/icd/release/11/mms/1802307036/other 1F28.Y #> 817 http://id.who.int/icd/release/11/mms/1802307036/unspecified 1F28.Z #> 818 http://id.who.int/icd/release/11/mms/1866587875 1F29 #> 819 http://id.who.int/icd/release/11/mms/1303003466 1F2A #> 820 http://id.who.int/icd/release/11/mms/1553838370 1F2A.0 #> 821 http://id.who.int/icd/release/11/mms/997943937 1F2A.1 #> 822 http://id.who.int/icd/release/11/mms/1303003466/other 1F2A.Y #> 823 http://id.who.int/icd/release/11/mms/1303003466/unspecified 1F2A.Z #> 824 http://id.who.int/icd/release/11/mms/566562143 1F2B #> 825 http://id.who.int/icd/release/11/mms/1676389165 1F2C #> 826 http://id.who.int/icd/release/11/mms/532698403 1F2D #> 827 http://id.who.int/icd/release/11/mms/67108853 1F2D.0 #> 828 http://id.who.int/icd/release/11/mms/12958750 1F2D.1 #> 829 http://id.who.int/icd/release/11/mms/303653536 1F2D.2 #> 830 http://id.who.int/icd/release/11/mms/1990974193 1F2D.3 #> 831 http://id.who.int/icd/release/11/mms/1723085409 1F2D.4 #> 832 http://id.who.int/icd/release/11/mms/1414602212 1F2D.5 #> 833 http://id.who.int/icd/release/11/mms/532698403/other 1F2D.Y #> 834 http://id.who.int/icd/release/11/mms/532698403/unspecified 1F2D.Z #> 835 http://id.who.int/icd/release/11/mms/268777657 1F2E #> 836 http://id.who.int/icd/release/11/mms/1220568868 1F2E.0 #> 837 http://id.who.int/icd/release/11/mms/992933048 1F2E.1 #> 838 http://id.who.int/icd/release/11/mms/268777657/other 1F2E.Y #> 839 http://id.who.int/icd/release/11/mms/268777657/unspecified 1F2E.Z #> 840 http://id.who.int/icd/release/11/mms/547567937 1F2F #> 841 http://id.who.int/icd/release/11/mms/404370038 1F2G #> 842 http://id.who.int/icd/release/11/mms/2014927218 1F2G.0 #> 843 http://id.who.int/icd/release/11/mms/404370038/unspecified 1F2G.Z #> 844 http://id.who.int/icd/release/11/mms/807637046 1F2H #> 845 http://id.who.int/icd/release/11/mms/579570784 1F2J #> 846 http://id.who.int/icd/release/11/mms/768312788 1F2J.0 #> 847 http://id.who.int/icd/release/11/mms/1370512518 1F2J.1 #> 848 http://id.who.int/icd/release/11/mms/1229440796 1F2J.2 #> 849 http://id.who.int/icd/release/11/mms/984175752 1F2J.3 #> 850 http://id.who.int/icd/release/11/mms/579570784/other 1F2J.Y #> 851 http://id.who.int/icd/release/11/mms/579570784/unspecified 1F2J.Z #> 852 http://id.who.int/icd/release/11/mms/646368820 1F2K #> 853 http://id.who.int/icd/release/11/mms/1357848258 1F2L #> 854 http://id.who.int/icd/release/11/mms/210760879 1F2L.0 #> 855 http://id.who.int/icd/release/11/mms/1111587867 1F2L.1 #> 856 http://id.who.int/icd/release/11/mms/1357848258/other 1F2L.Y #> 857 http://id.who.int/icd/release/11/mms/1357848258/unspecified 1F2L.Z #> 858 http://id.who.int/icd/release/11/mms/1939815950/other 1F2Y #> 859 http://id.who.int/icd/release/11/mms/1939815950/unspecified 1F2Z #> 860 http://id.who.int/icd/release/11/mms/255141529 #> 861 http://id.who.int/icd/release/11/mms/1439886552 #> 862 http://id.who.int/icd/release/11/mms/579583286 1F40 #> 863 http://id.who.int/icd/release/11/mms/1143114898 1F40.0 #> 864 http://id.who.int/icd/release/11/mms/579583286/other 1F40.Y #> 865 http://id.who.int/icd/release/11/mms/579583286/unspecified 1F40.Z #> 866 http://id.who.int/icd/release/11/mms/1203794080 1F41 #> 867 http://id.who.int/icd/release/11/mms/1490699283 1F41.0 #> 868 http://id.who.int/icd/release/11/mms/1203794080/other 1F41.Y #> 869 http://id.who.int/icd/release/11/mms/1203794080/unspecified 1F41.Z #> 870 http://id.who.int/icd/release/11/mms/862789727 1F42 #> 871 http://id.who.int/icd/release/11/mms/1499325485 1F42.0 #> 872 http://id.who.int/icd/release/11/mms/862789727/other 1F42.Y #> 873 http://id.who.int/icd/release/11/mms/862789727/unspecified 1F42.Z #> 874 http://id.who.int/icd/release/11/mms/1168452782 1F43 #> 875 http://id.who.int/icd/release/11/mms/1260563068 1F44 #> 876 http://id.who.int/icd/release/11/mms/633896543 1F45 #> 877 http://id.who.int/icd/release/11/mms/1439886552/unspecified 1F4Z #> 878 http://id.who.int/icd/release/11/mms/817691561 #> 879 http://id.who.int/icd/release/11/mms/289875029 1F50 #> 880 http://id.who.int/icd/release/11/mms/875488052 1F51 #> 881 http://id.who.int/icd/release/11/mms/1671640403 1F51.0 #> 882 http://id.who.int/icd/release/11/mms/1842725899 1F51.00 #> 883 http://id.who.int/icd/release/11/mms/1671640403/other 1F51.0Y #> 884 http://id.who.int/icd/release/11/mms/1671640403/unspecified 1F51.0Z #> 885 http://id.who.int/icd/release/11/mms/115931335 1F51.1 #> 886 http://id.who.int/icd/release/11/mms/1630119630 1F51.10 #> 887 http://id.who.int/icd/release/11/mms/115931335/other 1F51.1Y #> 888 http://id.who.int/icd/release/11/mms/115931335/unspecified 1F51.1Z #> 889 http://id.who.int/icd/release/11/mms/875488052/other 1F51.Y #> 890 http://id.who.int/icd/release/11/mms/875488052/unspecified 1F51.Z #> 891 http://id.who.int/icd/release/11/mms/1947003329 1F52 #> 892 http://id.who.int/icd/release/11/mms/1365585570 1F53 #> 893 http://id.who.int/icd/release/11/mms/437268550 1F53.1 #> 894 http://id.who.int/icd/release/11/mms/1857904825 1F53.2 #> 895 http://id.who.int/icd/release/11/mms/200715565 1F53.3 #> 896 http://id.who.int/icd/release/11/mms/1279577094 1F53.4 #> 897 http://id.who.int/icd/release/11/mms/1365585570/other 1F53.Y #> 898 http://id.who.int/icd/release/11/mms/1365585570/unspecified 1F53.Z #> 899 http://id.who.int/icd/release/11/mms/1082373067 1F54 #> 900 http://id.who.int/icd/release/11/mms/1646564717 1F54.0 #> 901 http://id.who.int/icd/release/11/mms/124737785 1F54.1 #> 902 http://id.who.int/icd/release/11/mms/1942095878 1F54.2 #> 903 http://id.who.int/icd/release/11/mms/1082373067/unspecified 1F54.Z #> 904 http://id.who.int/icd/release/11/mms/1709864108 1F55 #> 905 http://id.who.int/icd/release/11/mms/1150206155 1F56 #> 906 http://id.who.int/icd/release/11/mms/738999268 1F57 #> 907 http://id.who.int/icd/release/11/mms/1419043836 1F57.0 #> 908 http://id.who.int/icd/release/11/mms/540652293 1F57.1 #> 909 http://id.who.int/icd/release/11/mms/1165131409 1F57.2 #> 910 http://id.who.int/icd/release/11/mms/836709998 1F57.3 #> 911 http://id.who.int/icd/release/11/mms/738999268/other 1F57.Y #> 912 http://id.who.int/icd/release/11/mms/738999268/unspecified 1F57.Z #> 913 http://id.who.int/icd/release/11/mms/1021483422 1F58 #> 914 http://id.who.int/icd/release/11/mms/817691561/unspecified 1F5Z #> 915 http://id.who.int/icd/release/11/mms/1786908147 #> 916 http://id.who.int/icd/release/11/mms/574051646 #> 917 http://id.who.int/icd/release/11/mms/1768378720 1F60 #> 918 http://id.who.int/icd/release/11/mms/1884500763 1F60.0 #> 919 http://id.who.int/icd/release/11/mms/53173615 1F60.1 #> 920 http://id.who.int/icd/release/11/mms/1768378720/other 1F60.Y #> 921 http://id.who.int/icd/release/11/mms/1768378720/unspecified 1F60.Z #> 922 http://id.who.int/icd/release/11/mms/2005274000 1F61 #> 923 http://id.who.int/icd/release/11/mms/17842540 1F62 #> 924 http://id.who.int/icd/release/11/mms/839653996 1F63 #> 925 http://id.who.int/icd/release/11/mms/315473926 1F63.0 #> 926 http://id.who.int/icd/release/11/mms/839653996/other 1F63.Y #> 927 http://id.who.int/icd/release/11/mms/839653996/unspecified 1F63.Z #> 928 http://id.who.int/icd/release/11/mms/1662537619 1F64 #> 929 http://id.who.int/icd/release/11/mms/580098307 1F65 #> 930 http://id.who.int/icd/release/11/mms/1975325075 1F66 #> 931 http://id.who.int/icd/release/11/mms/709184369 1F66.0 #> 932 http://id.who.int/icd/release/11/mms/1504434405 1F66.1 #> 933 http://id.who.int/icd/release/11/mms/1373005257 1F66.2 #> 934 http://id.who.int/icd/release/11/mms/247221550 1F66.3 #> 935 http://id.who.int/icd/release/11/mms/1592269710 1F66.30 #> 936 http://id.who.int/icd/release/11/mms/1000592924 1F66.31 #> 937 http://id.who.int/icd/release/11/mms/1326352101 1F66.32 #> 938 http://id.who.int/icd/release/11/mms/247221550/unspecified 1F66.3Z #> 939 http://id.who.int/icd/release/11/mms/813571137 1F66.4 #> 940 http://id.who.int/icd/release/11/mms/1975325075/other 1F66.Y #> 941 http://id.who.int/icd/release/11/mms/1975325075/unspecified 1F66.Z #> 942 http://id.who.int/icd/release/11/mms/263366843 1F67 #> 943 http://id.who.int/icd/release/11/mms/1133998897 1F68 #> 944 http://id.who.int/icd/release/11/mms/1542252776 1F68.0 #> 945 http://id.who.int/icd/release/11/mms/652000933 1F68.1 #> 946 http://id.who.int/icd/release/11/mms/657025682 1F68.2 #> 947 http://id.who.int/icd/release/11/mms/1664841973 1F69 #> 948 http://id.who.int/icd/release/11/mms/106136071 1F6A #> 949 http://id.who.int/icd/release/11/mms/125842620 1F6A.0 #> 950 http://id.who.int/icd/release/11/mms/195163840 1F6A.1 #> 951 http://id.who.int/icd/release/11/mms/106136071/other 1F6A.Y #> 952 http://id.who.int/icd/release/11/mms/106136071/unspecified 1F6A.Z #> 953 http://id.who.int/icd/release/11/mms/2088326190 1F6B #> 954 http://id.who.int/icd/release/11/mms/508835280 1F6C #> 955 http://id.who.int/icd/release/11/mms/1794729263 1F6D #> 956 http://id.who.int/icd/release/11/mms/284613639 1F6E #> 957 http://id.who.int/icd/release/11/mms/1717604603 1F6F #> 958 http://id.who.int/icd/release/11/mms/422746556 1F6G #> 959 http://id.who.int/icd/release/11/mms/1430447638 1F6H #> 960 http://id.who.int/icd/release/11/mms/574051646/other 1F6Y #> 961 http://id.who.int/icd/release/11/mms/574051646/unspecified 1F6Z #> 962 http://id.who.int/icd/release/11/mms/1193296631 #> 963 http://id.who.int/icd/release/11/mms/1324863907 1F70 #> 964 http://id.who.int/icd/release/11/mms/487162814 1F70.0 #> 965 http://id.who.int/icd/release/11/mms/501370275 1F70.00 #> 966 http://id.who.int/icd/release/11/mms/487162814/other 1F70.0Y #> 967 http://id.who.int/icd/release/11/mms/2017611304 1F70.1 #> 968 http://id.who.int/icd/release/11/mms/1324863907/other 1F70.Y #> 969 http://id.who.int/icd/release/11/mms/1324863907/unspecified 1F70.Z #> 970 http://id.who.int/icd/release/11/mms/1679215344 1F71 #> 971 http://id.who.int/icd/release/11/mms/497405925 1F72 #> 972 http://id.who.int/icd/release/11/mms/1456802165 1F73 #> 973 http://id.who.int/icd/release/11/mms/295339888 1F73.0 #> 974 http://id.who.int/icd/release/11/mms/1339125651 1F73.1 #> 975 http://id.who.int/icd/release/11/mms/1899449819 1F73.2 #> 976 http://id.who.int/icd/release/11/mms/1359119769 1F73.3 #> 977 http://id.who.int/icd/release/11/mms/1456802165/other 1F73.Y #> 978 http://id.who.int/icd/release/11/mms/1456802165/unspecified 1F73.Z #> 979 http://id.who.int/icd/release/11/mms/2028864113 1F74 #> 980 http://id.who.int/icd/release/11/mms/22873958 1F75 #> 981 http://id.who.int/icd/release/11/mms/733748279 1F76 #> 982 http://id.who.int/icd/release/11/mms/32590653 1F76.0 #> 983 http://id.who.int/icd/release/11/mms/1689945769 1F76.1 #> 984 http://id.who.int/icd/release/11/mms/733748279/other 1F76.Y #> 985 http://id.who.int/icd/release/11/mms/733748279/unspecified 1F76.Z #> 986 http://id.who.int/icd/release/11/mms/1193296631/other 1F7Y #> 987 http://id.who.int/icd/release/11/mms/1193296631/unspecified 1F7Z #> 988 http://id.who.int/icd/release/11/mms/234446094 #> 989 http://id.who.int/icd/release/11/mms/918986134 1F80 #> 990 http://id.who.int/icd/release/11/mms/1114361195 1F81 #> 991 http://id.who.int/icd/release/11/mms/656408831 1F82 #> 992 http://id.who.int/icd/release/11/mms/830824191 1F83 #> 993 http://id.who.int/icd/release/11/mms/1401769984 1F84 #> 994 http://id.who.int/icd/release/11/mms/1422824299 1F85 #> 995 http://id.who.int/icd/release/11/mms/1194562592 1F86 #> 996 http://id.who.int/icd/release/11/mms/1376448576 1F86.0 #> 997 http://id.who.int/icd/release/11/mms/927022506 1F86.1 #> 998 http://id.who.int/icd/release/11/mms/1139567957 1F86.2 #> 999 http://id.who.int/icd/release/11/mms/1552774890 1F86.3 #> 1000 http://id.who.int/icd/release/11/mms/648519873 1F86.4 #> 1001 http://id.who.int/icd/release/11/mms/1131395957 1F86.5 #> 1002 http://id.who.int/icd/release/11/mms/1194562592/unspecified 1F86.Z #> 1003 http://id.who.int/icd/release/11/mms/234446094/other 1F8Y #> 1004 http://id.who.int/icd/release/11/mms/234446094/unspecified 1F8Z #> 1005 http://id.who.int/icd/release/11/mms/863306856 1F90 #> 1006 http://id.who.int/icd/release/11/mms/1892011771 1F90.0 #> 1007 http://id.who.int/icd/release/11/mms/500033260 1F90.1 #> 1008 http://id.who.int/icd/release/11/mms/1979821488 1F90.2 #> 1009 http://id.who.int/icd/release/11/mms/863306856/other 1F90.Y #> 1010 http://id.who.int/icd/release/11/mms/863306856/unspecified 1F90.Z #> 1011 http://id.who.int/icd/release/11/mms/1929302776 1F91 #> 1012 http://id.who.int/icd/release/11/mms/1786908147/unspecified 1F9Z #> 1013 http://id.who.int/icd/release/11/mms/793136270 #> 1014 http://id.who.int/icd/release/11/mms/1083938812 1G00 #> 1015 http://id.who.int/icd/release/11/mms/1299766510 1G00.0 #> 1016 http://id.who.int/icd/release/11/mms/674435452 1G00.1 #> 1017 http://id.who.int/icd/release/11/mms/1083938812/unspecified 1G00.Z #> 1018 http://id.who.int/icd/release/11/mms/1367149207 1G01 #> 1019 http://id.who.int/icd/release/11/mms/1105275196 1G01.0 #> 1020 http://id.who.int/icd/release/11/mms/615179438 1G01.1 #> 1021 http://id.who.int/icd/release/11/mms/1171166323 1G01.2 #> 1022 http://id.who.int/icd/release/11/mms/1342682193 1G01.3 #> 1023 http://id.who.int/icd/release/11/mms/1367149207/other 1G01.Y #> 1024 http://id.who.int/icd/release/11/mms/1367149207/unspecified 1G01.Z #> 1025 http://id.who.int/icd/release/11/mms/1781413652 1G02 #> 1026 http://id.who.int/icd/release/11/mms/970296337 1G03 #> 1027 http://id.who.int/icd/release/11/mms/876005123 1G04 #> 1028 http://id.who.int/icd/release/11/mms/1827301146 1G04.0 #> 1029 http://id.who.int/icd/release/11/mms/860564502 1G04.1 #> 1030 http://id.who.int/icd/release/11/mms/876005123/other 1G04.Y #> 1031 http://id.who.int/icd/release/11/mms/2076748409 1G05 #> 1032 http://id.who.int/icd/release/11/mms/1743601322 1G06 #> 1033 http://id.who.int/icd/release/11/mms/1747531460 1G07 #> 1034 http://id.who.int/icd/release/11/mms/1473144548 1G07.0 #> 1035 http://id.who.int/icd/release/11/mms/1747531460/other 1G07.Y #> 1036 http://id.who.int/icd/release/11/mms/793136270/other 1G0Y #> 1037 http://id.who.int/icd/release/11/mms/793136270/unspecified 1G0Z #> 1038 http://id.who.int/icd/release/11/mms/255141529/other 1G2Y #> 1039 http://id.who.int/icd/release/11/mms/255141529/unspecified 1G2Z #> 1040 http://id.who.int/icd/release/11/mms/293771399 #> 1041 http://id.who.int/icd/release/11/mms/622600769 1G40 #> 1042 http://id.who.int/icd/release/11/mms/1683090852 1G41 #> 1043 http://id.who.int/icd/release/11/mms/1760597414 1G60 #> 1044 http://id.who.int/icd/release/11/mms/111175353 1G60.0 #> 1045 http://id.who.int/icd/release/11/mms/1571230529 1G60.1 #> 1046 http://id.who.int/icd/release/11/mms/2034403589 1G60.2 #> 1047 http://id.who.int/icd/release/11/mms/1760597414/other 1G60.Y #> 1048 http://id.who.int/icd/release/11/mms/458687859 #> 1049 http://id.who.int/icd/release/11/mms/1968623900 1G80 #> 1050 http://id.who.int/icd/release/11/mms/1100625760 1G81 #> 1051 http://id.who.int/icd/release/11/mms/1689275505 1G82 #> 1052 http://id.who.int/icd/release/11/mms/270343310 1G83 #> 1053 http://id.who.int/icd/release/11/mms/617741002 1G84 #> 1054 http://id.who.int/icd/release/11/mms/456774323 1G85 #> 1055 http://id.who.int/icd/release/11/mms/458687859/other 1G8Y #> 1056 http://id.who.int/icd/release/11/mms/1435254666/unspecified 1H0Z #> 1057 http://id.who.int/icd/release/11/mms/1630407678 #> 1058 http://id.who.int/icd/release/11/mms/879154182 #> 1059 http://id.who.int/icd/release/11/mms/1719389232 2A00 #> 1060 http://id.who.int/icd/release/11/mms/422307135 2A00.0 #> 1061 http://id.who.int/icd/release/11/mms/650534447 2A00.00 #> 1062 http://id.who.int/icd/release/11/mms/422307135/other 2A00.0Y #> 1063 http://id.who.int/icd/release/11/mms/422307135/unspecified 2A00.0Z #> 1064 http://id.who.int/icd/release/11/mms/1994022806 2A00.1 #> 1065 http://id.who.int/icd/release/11/mms/290815825 2A00.10 #> 1066 http://id.who.int/icd/release/11/mms/1711526170 2A00.11 #> 1067 http://id.who.int/icd/release/11/mms/1994022806/other 2A00.1Y #> 1068 http://id.who.int/icd/release/11/mms/1994022806/unspecified 2A00.1Z #> 1069 http://id.who.int/icd/release/11/mms/915334913 2A00.2 #> 1070 http://id.who.int/icd/release/11/mms/1728662435 2A00.20 #> 1071 http://id.who.int/icd/release/11/mms/1792897751 2A00.21 #> 1072 http://id.who.int/icd/release/11/mms/1959912502 2A00.22 #> 1073 http://id.who.int/icd/release/11/mms/915334913/other 2A00.2Y #> 1074 http://id.who.int/icd/release/11/mms/915334913/unspecified 2A00.2Z #> 1075 http://id.who.int/icd/release/11/mms/1247650801 2A00.3 #> 1076 http://id.who.int/icd/release/11/mms/96344074 2A00.4 #> 1077 http://id.who.int/icd/release/11/mms/677986724 2A00.5 #> 1078 http://id.who.int/icd/release/11/mms/220111447 2A01 #> 1079 http://id.who.int/icd/release/11/mms/672106711 2A01.0 #> 1080 http://id.who.int/icd/release/11/mms/1478862889 2A01.00 #> 1081 http://id.who.int/icd/release/11/mms/672106711/other 2A01.0Y #> 1082 http://id.who.int/icd/release/11/mms/672106711/unspecified 2A01.0Z #> 1083 http://id.who.int/icd/release/11/mms/1063986779 2A01.1 #> 1084 http://id.who.int/icd/release/11/mms/1297170956 2A01.2 #> 1085 http://id.who.int/icd/release/11/mms/1501519274 2A02 #> 1086 http://id.who.int/icd/release/11/mms/161690729 2A02.0 #> 1087 http://id.who.int/icd/release/11/mms/536502490 2A02.00 #> 1088 http://id.who.int/icd/release/11/mms/161690729/other 2A02.0Y #> 1089 http://id.who.int/icd/release/11/mms/161690729/unspecified 2A02.0Z #> 1090 http://id.who.int/icd/release/11/mms/1352310002 2A02.1 #> 1091 http://id.who.int/icd/release/11/mms/71413945 2A02.10 #> 1092 http://id.who.int/icd/release/11/mms/135512034 2A02.11 #> 1093 http://id.who.int/icd/release/11/mms/1830847427 2A02.12 #> 1094 http://id.who.int/icd/release/11/mms/1352310002/other 2A02.1Y #> 1095 http://id.who.int/icd/release/11/mms/1352310002/unspecified 2A02.1Z #> 1096 http://id.who.int/icd/release/11/mms/783234001 2A02.2 #> 1097 http://id.who.int/icd/release/11/mms/759634326 2A02.3 #> 1098 http://id.who.int/icd/release/11/mms/1588169218 2A02.4 #> 1099 http://id.who.int/icd/release/11/mms/879154182/unspecified 2A0Z #> 1100 http://id.who.int/icd/release/11/mms/944754984 #> 1101 http://id.who.int/icd/release/11/mms/37207998 #> 1102 http://id.who.int/icd/release/11/mms/1658448496 2A20 #> 1103 http://id.who.int/icd/release/11/mms/1735009745 2A20.0 #> 1104 http://id.who.int/icd/release/11/mms/981844848 2A20.00 #> 1105 http://id.who.int/icd/release/11/mms/524852916 2A20.01 #> 1106 http://id.who.int/icd/release/11/mms/515563584 2A20.02 #> 1107 http://id.who.int/icd/release/11/mms/997703044 2A20.03 #> 1108 http://id.who.int/icd/release/11/mms/1735009745/other 2A20.0Y #> 1109 http://id.who.int/icd/release/11/mms/1735009745/unspecified 2A20.0Z #> 1110 http://id.who.int/icd/release/11/mms/426734182 2A20.1 #> 1111 http://id.who.int/icd/release/11/mms/336704235 2A20.2 #> 1112 http://id.who.int/icd/release/11/mms/1901756287 2A20.3 #> 1113 http://id.who.int/icd/release/11/mms/818364947 2A20.4 #> 1114 http://id.who.int/icd/release/11/mms/987446104 2A20.5 #> 1115 http://id.who.int/icd/release/11/mms/1658448496/other 2A20.Y #> 1116 http://id.who.int/icd/release/11/mms/1658448496/unspecified 2A20.Z #> 1117 http://id.who.int/icd/release/11/mms/691643472 2A21 #> 1118 http://id.who.int/icd/release/11/mms/1144812971 2A21.0 #> 1119 http://id.who.int/icd/release/11/mms/1359806843 2A21.00 #> 1120 http://id.who.int/icd/release/11/mms/1144812971/other 2A21.0Y #> 1121 http://id.who.int/icd/release/11/mms/1144812971/unspecified 2A21.0Z #> 1122 http://id.who.int/icd/release/11/mms/1300710062 2A21.1 #> 1123 http://id.who.int/icd/release/11/mms/245322245 2A21.10 #> 1124 http://id.who.int/icd/release/11/mms/1300710062/other 2A21.1Y #> 1125 http://id.who.int/icd/release/11/mms/1300710062/unspecified 2A21.1Z #> 1126 http://id.who.int/icd/release/11/mms/233404891 2A21.2 #> 1127 http://id.who.int/icd/release/11/mms/29932455 2A21.3 #> 1128 http://id.who.int/icd/release/11/mms/691643472/other 2A21.Y #> 1129 http://id.who.int/icd/release/11/mms/691643472/unspecified 2A21.Z #> 1130 http://id.who.int/icd/release/11/mms/1981398038 2A22 #> 1131 http://id.who.int/icd/release/11/mms/1147802348 #> 1132 http://id.who.int/icd/release/11/mms/149518956 2A30 #> 1133 http://id.who.int/icd/release/11/mms/81161274 2A31 #> 1134 http://id.who.int/icd/release/11/mms/1018951801 2A32 #> 1135 http://id.who.int/icd/release/11/mms/1793160341 2A33 #> 1136 http://id.who.int/icd/release/11/mms/1839380478 2A34 #> 1137 http://id.who.int/icd/release/11/mms/508306538 2A35 #> 1138 http://id.who.int/icd/release/11/mms/420472577 2A36 #> 1139 http://id.who.int/icd/release/11/mms/1684468291 2A37 #> 1140 http://id.who.int/icd/release/11/mms/699075426 2A38 #> 1141 http://id.who.int/icd/release/11/mms/1147802348/other 2A3Y #> 1142 http://id.who.int/icd/release/11/mms/1147802348/unspecified 2A3Z #> 1143 http://id.who.int/icd/release/11/mms/110923694 #> 1144 http://id.who.int/icd/release/11/mms/2073226578 2A40 #> 1145 http://id.who.int/icd/release/11/mms/331838766 2A41 #> 1146 http://id.who.int/icd/release/11/mms/1786015803 2A42 #> 1147 http://id.who.int/icd/release/11/mms/1672730125 2A42.0 #> 1148 http://id.who.int/icd/release/11/mms/1786015803/other 2A42.Y #> 1149 http://id.who.int/icd/release/11/mms/1786015803/unspecified 2A42.Z #> 1150 http://id.who.int/icd/release/11/mms/211329077 2A43 #> 1151 http://id.who.int/icd/release/11/mms/855969668 2A44 #> 1152 http://id.who.int/icd/release/11/mms/110923694/other 2A4Y #> 1153 http://id.who.int/icd/release/11/mms/110923694/unspecified 2A4Z #> 1154 http://id.who.int/icd/release/11/mms/773550674 #> 1155 http://id.who.int/icd/release/11/mms/833355630 2A50 #> 1156 http://id.who.int/icd/release/11/mms/625932159 2A51 #> 1157 http://id.who.int/icd/release/11/mms/2019647878 2A52 #> 1158 http://id.who.int/icd/release/11/mms/773550674/unspecified 2A5Z #> 1159 http://id.who.int/icd/release/11/mms/8864887 2A60 #> 1160 http://id.who.int/icd/release/11/mms/1430965006 2A60.0 #> 1161 http://id.who.int/icd/release/11/mms/1235412948 2A60.1 #> 1162 http://id.who.int/icd/release/11/mms/1738843761 2A60.2 #> 1163 http://id.who.int/icd/release/11/mms/1581599493 2A60.20 #> 1164 http://id.who.int/icd/release/11/mms/1738843761/other 2A60.2Y #> 1165 http://id.who.int/icd/release/11/mms/1738843761/unspecified 2A60.2Z #> 1166 http://id.who.int/icd/release/11/mms/1611980611 2A60.3 #> 1167 http://id.who.int/icd/release/11/mms/1468530237 2A60.30 #> 1168 http://id.who.int/icd/release/11/mms/1963207768 2A60.31 #> 1169 http://id.who.int/icd/release/11/mms/1515439945 2A60.32 #> 1170 http://id.who.int/icd/release/11/mms/1613358778 2A60.33 #> 1171 http://id.who.int/icd/release/11/mms/517546180 2A60.34 #> 1172 http://id.who.int/icd/release/11/mms/631263622 2A60.35 #> 1173 http://id.who.int/icd/release/11/mms/877055215 2A60.36 #> 1174 http://id.who.int/icd/release/11/mms/1632520399 2A60.37 #> 1175 http://id.who.int/icd/release/11/mms/585339631 2A60.38 #> 1176 http://id.who.int/icd/release/11/mms/1988933820 2A60.39 #> 1177 http://id.who.int/icd/release/11/mms/1611980611/other 2A60.3Y #> 1178 http://id.who.int/icd/release/11/mms/1611980611/unspecified 2A60.3Z #> 1179 http://id.who.int/icd/release/11/mms/1587058820 2A60.4 #> 1180 http://id.who.int/icd/release/11/mms/2082163425 2A60.40 #> 1181 http://id.who.int/icd/release/11/mms/1267231647 2A60.41 #> 1182 http://id.who.int/icd/release/11/mms/1587058820/other 2A60.4Y #> 1183 http://id.who.int/icd/release/11/mms/1587058820/unspecified 2A60.4Z #> 1184 http://id.who.int/icd/release/11/mms/783045723 2A60.5 #> 1185 http://id.who.int/icd/release/11/mms/8864887/other 2A60.Y #> 1186 http://id.who.int/icd/release/11/mms/8864887/unspecified 2A60.Z #> 1187 http://id.who.int/icd/release/11/mms/1062906118 2A61 #> 1188 http://id.who.int/icd/release/11/mms/460184638 #> 1189 http://id.who.int/icd/release/11/mms/1099674056 2A70 #> 1190 http://id.who.int/icd/release/11/mms/971902553 2A70.0 #> 1191 http://id.who.int/icd/release/11/mms/381281608 2A70.1 #> 1192 http://id.who.int/icd/release/11/mms/1099674056/other 2A70.Y #> 1193 http://id.who.int/icd/release/11/mms/803161771 2A71 #> 1194 http://id.who.int/icd/release/11/mms/460184638/unspecified 2A7Z #> 1195 http://id.who.int/icd/release/11/mms/1174774181 #> 1196 http://id.who.int/icd/release/11/mms/797822185 2A80 #> 1197 http://id.who.int/icd/release/11/mms/305908598 2A80.0 #> 1198 http://id.who.int/icd/release/11/mms/2003830496 2A80.1 #> 1199 http://id.who.int/icd/release/11/mms/64837151 2A80.2 #> 1200 http://id.who.int/icd/release/11/mms/77501812 2A80.3 #> 1201 http://id.who.int/icd/release/11/mms/293282687 2A80.4 #> 1202 http://id.who.int/icd/release/11/mms/871952666 2A80.5 #> 1203 http://id.who.int/icd/release/11/mms/1792850491 2A80.6 #> 1204 http://id.who.int/icd/release/11/mms/797822185/other 2A80.Y #> 1205 http://id.who.int/icd/release/11/mms/797822185/unspecified 2A80.Z #> 1206 http://id.who.int/icd/release/11/mms/1946973604 2A81 #> 1207 http://id.who.int/icd/release/11/mms/950282079 2A81.0 #> 1208 http://id.who.int/icd/release/11/mms/952730197 2A81.1 #> 1209 http://id.who.int/icd/release/11/mms/803046659 2A81.2 #> 1210 http://id.who.int/icd/release/11/mms/1890408959 2A81.3 #> 1211 http://id.who.int/icd/release/11/mms/257833622 2A81.4 #> 1212 http://id.who.int/icd/release/11/mms/1029172881 2A81.5 #> 1213 http://id.who.int/icd/release/11/mms/407807101 2A81.6 #> 1214 http://id.who.int/icd/release/11/mms/42599396 2A81.7 #> 1215 http://id.who.int/icd/release/11/mms/2077559619 2A81.8 #> 1216 http://id.who.int/icd/release/11/mms/697911710 2A81.9 #> 1217 http://id.who.int/icd/release/11/mms/1418101362 2A81.A #> 1218 http://id.who.int/icd/release/11/mms/1946973604/other 2A81.Y #> 1219 http://id.who.int/icd/release/11/mms/1946973604/unspecified 2A81.Z #> 1220 http://id.who.int/icd/release/11/mms/1572490549 2A82 #> 1221 http://id.who.int/icd/release/11/mms/1239211846 2A82.0 #> 1222 http://id.who.int/icd/release/11/mms/1726842351 2A82.00 #> 1223 http://id.who.int/icd/release/11/mms/1239211846/other 2A82.0Y #> 1224 http://id.who.int/icd/release/11/mms/1239211846/unspecified 2A82.0Z #> 1225 http://id.who.int/icd/release/11/mms/1997215876 2A82.1 #> 1226 http://id.who.int/icd/release/11/mms/292791567 2A82.10 #> 1227 http://id.who.int/icd/release/11/mms/1997215876/other 2A82.1Y #> 1228 http://id.who.int/icd/release/11/mms/1997215876/unspecified 2A82.1Z #> 1229 http://id.who.int/icd/release/11/mms/82152208 2A82.2 #> 1230 http://id.who.int/icd/release/11/mms/1475987117 2A82.3 #> 1231 http://id.who.int/icd/release/11/mms/1572490549/other 2A82.Y #> 1232 http://id.who.int/icd/release/11/mms/1572490549/unspecified 2A82.Z #> 1233 http://id.who.int/icd/release/11/mms/1219149360 2A83 #> 1234 http://id.who.int/icd/release/11/mms/45411563 2A83.0 #> 1235 http://id.who.int/icd/release/11/mms/526287100 2A83.1 #> 1236 http://id.who.int/icd/release/11/mms/1811140613 2A83.2 #> 1237 http://id.who.int/icd/release/11/mms/1742380769 2A83.3 #> 1238 http://id.who.int/icd/release/11/mms/2048216430 2A83.4 #> 1239 http://id.who.int/icd/release/11/mms/1953986082 2A83.5 #> 1240 http://id.who.int/icd/release/11/mms/2018948190 2A83.50 #> 1241 http://id.who.int/icd/release/11/mms/1815409370 2A83.51 #> 1242 http://id.who.int/icd/release/11/mms/1612001446 2A83.52 #> 1243 http://id.who.int/icd/release/11/mms/1219149360/other 2A83.Y #> 1244 http://id.who.int/icd/release/11/mms/1219149360/unspecified 2A83.Z #> 1245 http://id.who.int/icd/release/11/mms/702525006 2A84 #> 1246 http://id.who.int/icd/release/11/mms/680227490 2A84.0 #> 1247 http://id.who.int/icd/release/11/mms/705015637 2A84.1 #> 1248 http://id.who.int/icd/release/11/mms/963887455 2A84.2 #> 1249 http://id.who.int/icd/release/11/mms/702525006/other 2A84.Y #> 1250 http://id.who.int/icd/release/11/mms/702525006/unspecified 2A84.Z #> 1251 http://id.who.int/icd/release/11/mms/418815799 2A85 #> 1252 http://id.who.int/icd/release/11/mms/1720785883 2A85.0 #> 1253 http://id.who.int/icd/release/11/mms/1168698390 2A85.1 #> 1254 http://id.who.int/icd/release/11/mms/745285555 2A85.2 #> 1255 http://id.who.int/icd/release/11/mms/964482216 2A85.3 #> 1256 http://id.who.int/icd/release/11/mms/2058944823 2A85.4 #> 1257 http://id.who.int/icd/release/11/mms/1804127841 2A85.5 #> 1258 http://id.who.int/icd/release/11/mms/2100138081 2A85.6 #> 1259 http://id.who.int/icd/release/11/mms/418815799/other 2A85.Y #> 1260 http://id.who.int/icd/release/11/mms/1592172566 2A86 #> 1261 http://id.who.int/icd/release/11/mms/1275688866 2A86.0 #> 1262 http://id.who.int/icd/release/11/mms/1274434319 2A86.1 #> 1263 http://id.who.int/icd/release/11/mms/1949023870 2A86.2 #> 1264 http://id.who.int/icd/release/11/mms/1592172566/other 2A86.Y #> 1265 http://id.who.int/icd/release/11/mms/1592172566/unspecified 2A86.Z #> 1266 http://id.who.int/icd/release/11/mms/1174774181/unspecified 2A8Z #> 1267 http://id.who.int/icd/release/11/mms/450630526 #> 1268 http://id.who.int/icd/release/11/mms/1327154972 2A90 #> 1269 http://id.who.int/icd/release/11/mms/352523899 2A90.0 #> 1270 http://id.who.int/icd/release/11/mms/83430037 2A90.1 #> 1271 http://id.who.int/icd/release/11/mms/921755282 2A90.2 #> 1272 http://id.who.int/icd/release/11/mms/153957345 2A90.3 #> 1273 http://id.who.int/icd/release/11/mms/1052643999 2A90.4 #> 1274 http://id.who.int/icd/release/11/mms/1638811270 2A90.5 #> 1275 http://id.who.int/icd/release/11/mms/684005900 2A90.6 #> 1276 http://id.who.int/icd/release/11/mms/958629729 2A90.7 #> 1277 http://id.who.int/icd/release/11/mms/1301206942 2A90.8 #> 1278 http://id.who.int/icd/release/11/mms/1254954229 2A90.9 #> 1279 http://id.who.int/icd/release/11/mms/589245621 2A90.A #> 1280 http://id.who.int/icd/release/11/mms/1179967777 2A90.B #> 1281 http://id.who.int/icd/release/11/mms/855224800 2A90.C #> 1282 http://id.who.int/icd/release/11/mms/1998421548 #> 1283 http://id.who.int/icd/release/11/mms/1550338805 2B00 #> 1284 http://id.who.int/icd/release/11/mms/901411509 2B01 #> 1285 http://id.who.int/icd/release/11/mms/1358020385 2B02 #> 1286 http://id.who.int/icd/release/11/mms/1046496266 2B03 #> 1287 http://id.who.int/icd/release/11/mms/1972636482 2B03.0 #> 1288 http://id.who.int/icd/release/11/mms/1791207220 2B03.1 #> 1289 http://id.who.int/icd/release/11/mms/1998421548/other 2B0Y #> 1290 http://id.who.int/icd/release/11/mms/1998421548/unspecified 2B0Z #> 1291 http://id.who.int/icd/release/11/mms/450630526/other 2B2Y #> 1292 http://id.who.int/icd/release/11/mms/450630526/unspecified 2B2Z #> 1293 http://id.who.int/icd/release/11/mms/1528863768 2B30 #> 1294 http://id.who.int/icd/release/11/mms/331115338 2B30.0 #> 1295 http://id.who.int/icd/release/11/mms/1616050398 2B30.1 #> 1296 http://id.who.int/icd/release/11/mms/1995941600 2B30.10 #> 1297 http://id.who.int/icd/release/11/mms/352299041 2B30.11 #> 1298 http://id.who.int/icd/release/11/mms/39515681 2B30.12 #> 1299 http://id.who.int/icd/release/11/mms/1729182645 2B30.13 #> 1300 http://id.who.int/icd/release/11/mms/1616050398/unspecified 2B30.1Z #> 1301 http://id.who.int/icd/release/11/mms/1528863768/unspecified 2B30.Z #> 1302 http://id.who.int/icd/release/11/mms/2022303330 2B31 #> 1303 http://id.who.int/icd/release/11/mms/98595592 2B31.0 #> 1304 http://id.who.int/icd/release/11/mms/911785965 2B31.1 #> 1305 http://id.who.int/icd/release/11/mms/216625985 2B31.2 #> 1306 http://id.who.int/icd/release/11/mms/2119495866 2B31.20 #> 1307 http://id.who.int/icd/release/11/mms/216625985/other 2B31.2Y #> 1308 http://id.who.int/icd/release/11/mms/216625985/unspecified 2B31.2Z #> 1309 http://id.who.int/icd/release/11/mms/588958190 2B31.3 #> 1310 http://id.who.int/icd/release/11/mms/214592620 2B31.4 #> 1311 http://id.who.int/icd/release/11/mms/15445528 2B31.5 #> 1312 http://id.who.int/icd/release/11/mms/583219258 2B31.6 #> 1313 http://id.who.int/icd/release/11/mms/357570888 2B31.7 #> 1314 http://id.who.int/icd/release/11/mms/2022303330/other 2B31.Y #> 1315 http://id.who.int/icd/release/11/mms/2022303330/unspecified 2B31.Z #> 1316 http://id.who.int/icd/release/11/mms/1678636940 2B32 #> 1317 http://id.who.int/icd/release/11/mms/713946165 2B32.0 #> 1318 http://id.who.int/icd/release/11/mms/316694644 2B32.1 #> 1319 http://id.who.int/icd/release/11/mms/811840017 2B32.2 #> 1320 http://id.who.int/icd/release/11/mms/133206895 2B32.3 #> 1321 http://id.who.int/icd/release/11/mms/1678636940/other 2B32.Y #> 1322 http://id.who.int/icd/release/11/mms/1678636940/unspecified 2B32.Z #> 1323 http://id.who.int/icd/release/11/mms/1510618119 2B33 #> 1324 http://id.who.int/icd/release/11/mms/962107653 2B33.0 #> 1325 http://id.who.int/icd/release/11/mms/2018018546 2B33.1 #> 1326 http://id.who.int/icd/release/11/mms/596808334 2B33.2 #> 1327 http://id.who.int/icd/release/11/mms/216388623 2B33.3 #> 1328 http://id.who.int/icd/release/11/mms/1385484871 2B33.4 #> 1329 http://id.who.int/icd/release/11/mms/474972159 2B33.5 #> 1330 http://id.who.int/icd/release/11/mms/1510618119/other 2B33.Y #> 1331 http://id.who.int/icd/release/11/mms/944754984/unspecified 2B3Z #> 1332 http://id.who.int/icd/release/11/mms/2009008947 #> 1333 http://id.who.int/icd/release/11/mms/1643222460 #> 1334 http://id.who.int/icd/release/11/mms/1965082709 #> 1335 http://id.who.int/icd/release/11/mms/1625755389 2B50 #> 1336 http://id.who.int/icd/release/11/mms/2072379825 2B50.0 #> 1337 http://id.who.int/icd/release/11/mms/1493554134 2B50.1 #> 1338 http://id.who.int/icd/release/11/mms/1985099973 2B50.2 #> 1339 http://id.who.int/icd/release/11/mms/1625755389/other 2B50.Y #> 1340 http://id.who.int/icd/release/11/mms/1625755389/unspecified 2B50.Z #> 1341 http://id.who.int/icd/release/11/mms/1210287093 2B51 #> 1342 http://id.who.int/icd/release/11/mms/1102292672 2B51.0 #> 1343 http://id.who.int/icd/release/11/mms/1664120027 2B51.1 #> 1344 http://id.who.int/icd/release/11/mms/1419990437 2B51.2 #> 1345 http://id.who.int/icd/release/11/mms/1210287093/other 2B51.Y #> 1346 http://id.who.int/icd/release/11/mms/1210287093/unspecified 2B51.Z #> 1347 http://id.who.int/icd/release/11/mms/1651102476 2B52 #> 1348 http://id.who.int/icd/release/11/mms/1174658956 2B52.0 #> 1349 http://id.who.int/icd/release/11/mms/1874192155 2B52.1 #> 1350 http://id.who.int/icd/release/11/mms/1572614942 2B52.2 #> 1351 http://id.who.int/icd/release/11/mms/1650581103 2B52.3 #> 1352 http://id.who.int/icd/release/11/mms/1651102476/other 2B52.Y #> 1353 http://id.who.int/icd/release/11/mms/1651102476/unspecified 2B52.Z #> 1354 http://id.who.int/icd/release/11/mms/1100526834 2B53 #> 1355 http://id.who.int/icd/release/11/mms/405689402 2B53.0 #> 1356 http://id.who.int/icd/release/11/mms/691471049 2B53.1 #> 1357 http://id.who.int/icd/release/11/mms/1100526834/other 2B53.Y #> 1358 http://id.who.int/icd/release/11/mms/1100526834/unspecified 2B53.Z #> 1359 http://id.who.int/icd/release/11/mms/1348470541 2B54 #> 1360 http://id.who.int/icd/release/11/mms/361875781 2B54.0 #> 1361 http://id.who.int/icd/release/11/mms/986063444 2B54.1 #> 1362 http://id.who.int/icd/release/11/mms/1348470541/other 2B54.Y #> 1363 http://id.who.int/icd/release/11/mms/1348470541/unspecified 2B54.Z #> 1364 http://id.who.int/icd/release/11/mms/800945476 2B55 #> 1365 http://id.who.int/icd/release/11/mms/120669036 2B55.0 #> 1366 http://id.who.int/icd/release/11/mms/1041071513 2B55.1 #> 1367 http://id.who.int/icd/release/11/mms/479113214 2B55.2 #> 1368 http://id.who.int/icd/release/11/mms/800945476/other 2B55.Y #> 1369 http://id.who.int/icd/release/11/mms/800945476/unspecified 2B55.Z #> 1370 http://id.who.int/icd/release/11/mms/423002561 2B56 #> 1371 http://id.who.int/icd/release/11/mms/1488198806 2B56.0 #> 1372 http://id.who.int/icd/release/11/mms/2111451719 2B56.1 #> 1373 http://id.who.int/icd/release/11/mms/2050477809 2B56.2 #> 1374 http://id.who.int/icd/release/11/mms/965491615 2B56.3 #> 1375 http://id.who.int/icd/release/11/mms/423002561/other 2B56.Y #> 1376 http://id.who.int/icd/release/11/mms/423002561/unspecified 2B56.Z #> 1377 http://id.who.int/icd/release/11/mms/2131977134 2B57 #> 1378 http://id.who.int/icd/release/11/mms/1617583339 2B57.0 #> 1379 http://id.who.int/icd/release/11/mms/394490040 2B57.1 #> 1380 http://id.who.int/icd/release/11/mms/536268676 2B57.2 #> 1381 http://id.who.int/icd/release/11/mms/2131977134/other 2B57.Y #> 1382 http://id.who.int/icd/release/11/mms/2131977134/unspecified 2B57.Z #> 1383 http://id.who.int/icd/release/11/mms/2055720774 2B58 #> 1384 http://id.who.int/icd/release/11/mms/1444610847 2B58.0 #> 1385 http://id.who.int/icd/release/11/mms/1872567422 2B58.1 #> 1386 http://id.who.int/icd/release/11/mms/399434138 2B58.2 #> 1387 http://id.who.int/icd/release/11/mms/2055720774/other 2B58.Y #> 1388 http://id.who.int/icd/release/11/mms/2055720774/unspecified 2B58.Z #> 1389 http://id.who.int/icd/release/11/mms/1991400753 2B59 #> 1390 http://id.who.int/icd/release/11/mms/1153141048 2B59.0 #> 1391 http://id.who.int/icd/release/11/mms/472732541 2B59.1 #> 1392 http://id.who.int/icd/release/11/mms/974906949 2B59.2 #> 1393 http://id.who.int/icd/release/11/mms/1991400753/other 2B59.Y #> 1394 http://id.who.int/icd/release/11/mms/1991400753/unspecified 2B59.Z #> 1395 http://id.who.int/icd/release/11/mms/644500343 2B5A #> 1396 http://id.who.int/icd/release/11/mms/430006121 2B5A.0 #> 1397 http://id.who.int/icd/release/11/mms/40635646 2B5A.1 #> 1398 http://id.who.int/icd/release/11/mms/644500343/other 2B5A.Y #> 1399 http://id.who.int/icd/release/11/mms/644500343/unspecified 2B5A.Z #> 1400 http://id.who.int/icd/release/11/mms/819644414 2B5B #> 1401 http://id.who.int/icd/release/11/mms/468657126 2B5B.0 #> 1402 http://id.who.int/icd/release/11/mms/319870485 2B5B.1 #> 1403 http://id.who.int/icd/release/11/mms/819644414/other 2B5B.Y #> 1404 http://id.who.int/icd/release/11/mms/819644414/unspecified 2B5B.Z #> 1405 http://id.who.int/icd/release/11/mms/990494080 2B5C #> 1406 http://id.who.int/icd/release/11/mms/1251935150 2B5D #> 1407 http://id.who.int/icd/release/11/mms/2072916704 2B5D.0 #> 1408 http://id.who.int/icd/release/11/mms/1532363988 2B5D.1 #> 1409 http://id.who.int/icd/release/11/mms/1251935150/other 2B5D.Y #> 1410 http://id.who.int/icd/release/11/mms/1251935150/unspecified 2B5D.Z #> 1411 http://id.who.int/icd/release/11/mms/979754709 2B5E #> 1412 http://id.who.int/icd/release/11/mms/1729842914 2B5F #> 1413 http://id.who.int/icd/release/11/mms/1319990901 2B5F.0 #> 1414 http://id.who.int/icd/release/11/mms/2091164276 2B5F.1 #> 1415 http://id.who.int/icd/release/11/mms/415433773 2B5F.10 #> 1416 http://id.who.int/icd/release/11/mms/2091164276/other 2B5F.1Y #> 1417 http://id.who.int/icd/release/11/mms/2091164276/unspecified 2B5F.1Z #> 1418 http://id.who.int/icd/release/11/mms/1132023553 2B5F.2 #> 1419 http://id.who.int/icd/release/11/mms/1961520767 2B5F.3 #> 1420 http://id.who.int/icd/release/11/mms/160795619 2B5G #> 1421 http://id.who.int/icd/release/11/mms/654289190 2B5H #> 1422 http://id.who.int/icd/release/11/mms/1128819057 2B5J #> 1423 http://id.who.int/icd/release/11/mms/1544901926 2B5K #> 1424 http://id.who.int/icd/release/11/mms/1965082709/other 2B5Y #> 1425 http://id.who.int/icd/release/11/mms/1965082709/unspecified 2B5Z #> 1426 http://id.who.int/icd/release/11/mms/794095161 #> 1427 http://id.who.int/icd/release/11/mms/304997495 2B60 #> 1428 http://id.who.int/icd/release/11/mms/2044047639 2B60.0 #> 1429 http://id.who.int/icd/release/11/mms/1635251327 2B60.1 #> 1430 http://id.who.int/icd/release/11/mms/304997495/other 2B60.Y #> 1431 http://id.who.int/icd/release/11/mms/304997495/unspecified 2B60.Z #> 1432 http://id.who.int/icd/release/11/mms/2003184099 2B61 #> 1433 http://id.who.int/icd/release/11/mms/1822674187 2B61.0 #> 1434 http://id.who.int/icd/release/11/mms/2003184099/other 2B61.Y #> 1435 http://id.who.int/icd/release/11/mms/2003184099/unspecified 2B61.Z #> 1436 http://id.who.int/icd/release/11/mms/63666460 2B62 #> 1437 http://id.who.int/icd/release/11/mms/941510114 2B62.0 #> 1438 http://id.who.int/icd/release/11/mms/1784082025 2B62.1 #> 1439 http://id.who.int/icd/release/11/mms/1173110787 2B62.10 #> 1440 http://id.who.int/icd/release/11/mms/1784082025/unspecified 2B62.1Z #> 1441 http://id.who.int/icd/release/11/mms/63666460/other 2B62.Y #> 1442 http://id.who.int/icd/release/11/mms/63666460/unspecified 2B62.Z #> 1443 http://id.who.int/icd/release/11/mms/1719710858 2B63 #> 1444 http://id.who.int/icd/release/11/mms/446537607 2B63.0 #> 1445 http://id.who.int/icd/release/11/mms/1719710858/other 2B63.Y #> 1446 http://id.who.int/icd/release/11/mms/1719710858/unspecified 2B63.Z #> 1447 http://id.who.int/icd/release/11/mms/359540510 2B64 #> 1448 http://id.who.int/icd/release/11/mms/755941113 2B64.0 #> 1449 http://id.who.int/icd/release/11/mms/359540510/other 2B64.Y #> 1450 http://id.who.int/icd/release/11/mms/359540510/unspecified 2B64.Z #> 1451 http://id.who.int/icd/release/11/mms/1881533064 2B65 #> 1452 http://id.who.int/icd/release/11/mms/917590633 2B65.0 #> 1453 http://id.who.int/icd/release/11/mms/79201902 2B65.1 #> 1454 http://id.who.int/icd/release/11/mms/1881533064/other 2B65.Y #> 1455 http://id.who.int/icd/release/11/mms/1881533064/unspecified 2B65.Z #> 1456 http://id.who.int/icd/release/11/mms/76069495 2B66 #> 1457 http://id.who.int/icd/release/11/mms/844333740 2B66.0 #> 1458 http://id.who.int/icd/release/11/mms/76069495/other 2B66.Y #> 1459 http://id.who.int/icd/release/11/mms/76069495/unspecified 2B66.Z #> 1460 http://id.who.int/icd/release/11/mms/1640200163 2B67 #> 1461 http://id.who.int/icd/release/11/mms/318430338 2B67.0 #> 1462 http://id.who.int/icd/release/11/mms/552798341 2B67.1 #> 1463 http://id.who.int/icd/release/11/mms/1640200163/other 2B67.Y #> 1464 http://id.who.int/icd/release/11/mms/1640200163/unspecified 2B67.Z #> 1465 http://id.who.int/icd/release/11/mms/480928417 2B68 #> 1466 http://id.who.int/icd/release/11/mms/449228684 2B68.0 #> 1467 http://id.who.int/icd/release/11/mms/760581878 2B68.1 #> 1468 http://id.who.int/icd/release/11/mms/921330276 2B68.2 #> 1469 http://id.who.int/icd/release/11/mms/480928417/unspecified 2B68.Z #> 1470 http://id.who.int/icd/release/11/mms/2044833589 2B69 #> 1471 http://id.who.int/icd/release/11/mms/342470657 2B69.0 #> 1472 http://id.who.int/icd/release/11/mms/603623807 2B69.1 #> 1473 http://id.who.int/icd/release/11/mms/2044833589/unspecified 2B69.Z #> 1474 http://id.who.int/icd/release/11/mms/1172876400 2B6A #> 1475 http://id.who.int/icd/release/11/mms/839740136 2B6A.0 #> 1476 http://id.who.int/icd/release/11/mms/1172876400/other 2B6A.Y #> 1477 http://id.who.int/icd/release/11/mms/1172876400/unspecified 2B6A.Z #> 1478 http://id.who.int/icd/release/11/mms/547578362 2B6B #> 1479 http://id.who.int/icd/release/11/mms/294167983 2B6B.0 #> 1480 http://id.who.int/icd/release/11/mms/2120146891 2B6B.1 #> 1481 http://id.who.int/icd/release/11/mms/1582541971 2B6B.2 #> 1482 http://id.who.int/icd/release/11/mms/2094038774 2B6B.20 #> 1483 http://id.who.int/icd/release/11/mms/1065258785 2B6B.21 #> 1484 http://id.who.int/icd/release/11/mms/1582541971/other 2B6B.2Y #> 1485 http://id.who.int/icd/release/11/mms/1582541971/unspecified 2B6B.2Z #> 1486 http://id.who.int/icd/release/11/mms/547578362/other 2B6B.Y #> 1487 http://id.who.int/icd/release/11/mms/547578362/unspecified 2B6B.Z #> 1488 http://id.who.int/icd/release/11/mms/1410216197 2B6C #> 1489 http://id.who.int/icd/release/11/mms/215991659 2B6C.0 #> 1490 http://id.who.int/icd/release/11/mms/1410216197/other 2B6C.Y #> 1491 http://id.who.int/icd/release/11/mms/1410216197/unspecified 2B6C.Z #> 1492 http://id.who.int/icd/release/11/mms/826670225 2B6D #> 1493 http://id.who.int/icd/release/11/mms/680629191 2B6D.0 #> 1494 http://id.who.int/icd/release/11/mms/826670225/other 2B6D.Y #> 1495 http://id.who.int/icd/release/11/mms/826670225/unspecified 2B6D.Z #> 1496 http://id.who.int/icd/release/11/mms/1118531333 2B6E #> 1497 http://id.who.int/icd/release/11/mms/472349708 2B6E.0 #> 1498 http://id.who.int/icd/release/11/mms/1118531333/other 2B6E.Y #> 1499 http://id.who.int/icd/release/11/mms/1118531333/unspecified 2B6E.Z #> 1500 http://id.who.int/icd/release/11/mms/794095161/other 2B6Y #> 1501 http://id.who.int/icd/release/11/mms/911859018 #> 1502 http://id.who.int/icd/release/11/mms/669033105 2B70 #> 1503 http://id.who.int/icd/release/11/mms/829915640 2B70.0 #> 1504 http://id.who.int/icd/release/11/mms/1934528268 2B70.00 #> 1505 http://id.who.int/icd/release/11/mms/829915640/other 2B70.0Y #> 1506 http://id.who.int/icd/release/11/mms/829915640/unspecified 2B70.0Z #> 1507 http://id.who.int/icd/release/11/mms/1417891145 2B70.1 #> 1508 http://id.who.int/icd/release/11/mms/669033105/other 2B70.Y #> 1509 http://id.who.int/icd/release/11/mms/669033105/unspecified 2B70.Z #> 1510 http://id.who.int/icd/release/11/mms/1103107484 2B71 #> 1511 http://id.who.int/icd/release/11/mms/923467822 2B71.0 #> 1512 http://id.who.int/icd/release/11/mms/1103107484/other 2B71.Y #> 1513 http://id.who.int/icd/release/11/mms/1103107484/unspecified 2B71.Z #> 1514 http://id.who.int/icd/release/11/mms/1397617262 2B72 #> 1515 http://id.who.int/icd/release/11/mms/1855471719 2B72.0 #> 1516 http://id.who.int/icd/release/11/mms/728553280 2B72.1 #> 1517 http://id.who.int/icd/release/11/mms/1397617262/other 2B72.Y #> 1518 http://id.who.int/icd/release/11/mms/1397617262/unspecified 2B72.Z #> 1519 http://id.who.int/icd/release/11/mms/150210507 #> 1520 http://id.who.int/icd/release/11/mms/906379260 2B80 #> 1521 http://id.who.int/icd/release/11/mms/1527322574 2B80.0 #> 1522 http://id.who.int/icd/release/11/mms/1182663077 2B80.00 #> 1523 http://id.who.int/icd/release/11/mms/1585809486 2B80.01 #> 1524 http://id.who.int/icd/release/11/mms/1527322574/other 2B80.0Y #> 1525 http://id.who.int/icd/release/11/mms/1527322574/unspecified 2B80.0Z #> 1526 http://id.who.int/icd/release/11/mms/1135366344 2B80.1 #> 1527 http://id.who.int/icd/release/11/mms/1777129612 2B80.10 #> 1528 http://id.who.int/icd/release/11/mms/1148257852 2B80.11 #> 1529 http://id.who.int/icd/release/11/mms/1135366344/other 2B80.1Y #> 1530 http://id.who.int/icd/release/11/mms/1135366344/unspecified 2B80.1Z #> 1531 http://id.who.int/icd/release/11/mms/1975721108 2B80.2 #> 1532 http://id.who.int/icd/release/11/mms/1369513329 2B80.20 #> 1533 http://id.who.int/icd/release/11/mms/1469325809 2B80.21 #> 1534 http://id.who.int/icd/release/11/mms/1975721108/other 2B80.2Y #> 1535 http://id.who.int/icd/release/11/mms/906379260/other 2B80.Y #> 1536 http://id.who.int/icd/release/11/mms/906379260/unspecified 2B80.Z #> 1537 http://id.who.int/icd/release/11/mms/1892026854 2B81 #> 1538 http://id.who.int/icd/release/11/mms/1696330825 2B81.0 #> 1539 http://id.who.int/icd/release/11/mms/425095558 2B81.00 #> 1540 http://id.who.int/icd/release/11/mms/1590340268 2B81.2 #> 1541 http://id.who.int/icd/release/11/mms/1892026854/other 2B81.Y #> 1542 http://id.who.int/icd/release/11/mms/1892026854/unspecified 2B81.Z #> 1543 http://id.who.int/icd/release/11/mms/963821314 #> 1544 http://id.who.int/icd/release/11/mms/1265576634 2B90 #> 1545 http://id.who.int/icd/release/11/mms/758254866 2B90.0 #> 1546 http://id.who.int/icd/release/11/mms/871442980 2B90.00 #> 1547 http://id.who.int/icd/release/11/mms/758254866/other 2B90.0Y #> 1548 http://id.who.int/icd/release/11/mms/758254866/unspecified 2B90.0Z #> 1549 http://id.who.int/icd/release/11/mms/1751848361 2B90.1 #> 1550 http://id.who.int/icd/release/11/mms/689022096 2B90.10 #> 1551 http://id.who.int/icd/release/11/mms/1751848361/other 2B90.1Y #> 1552 http://id.who.int/icd/release/11/mms/1751848361/unspecified 2B90.1Z #> 1553 http://id.who.int/icd/release/11/mms/315492123 2B90.2 #> 1554 http://id.who.int/icd/release/11/mms/861313622 2B90.20 #> 1555 http://id.who.int/icd/release/11/mms/315492123/other 2B90.2Y #> 1556 http://id.who.int/icd/release/11/mms/315492123/unspecified 2B90.2Z #> 1557 http://id.who.int/icd/release/11/mms/1717786596 2B90.3 #> 1558 http://id.who.int/icd/release/11/mms/104485936 2B90.30 #> 1559 http://id.who.int/icd/release/11/mms/1717786596/other 2B90.3Y #> 1560 http://id.who.int/icd/release/11/mms/1717786596/unspecified 2B90.3Z #> 1561 http://id.who.int/icd/release/11/mms/1265576634/other 2B90.Y #> 1562 http://id.who.int/icd/release/11/mms/1265576634/unspecified 2B90.Z #> 1563 http://id.who.int/icd/release/11/mms/774170412 2B91 #> 1564 http://id.who.int/icd/release/11/mms/1134901606 2B91.0 #> 1565 http://id.who.int/icd/release/11/mms/774170412/other 2B91.Y #> 1566 http://id.who.int/icd/release/11/mms/774170412/unspecified 2B91.Z #> 1567 http://id.who.int/icd/release/11/mms/1113099195 2B92 #> 1568 http://id.who.int/icd/release/11/mms/1316028436 2B92.0 #> 1569 http://id.who.int/icd/release/11/mms/1721143857 2B92.1 #> 1570 http://id.who.int/icd/release/11/mms/1113099195/other 2B92.Y #> 1571 http://id.who.int/icd/release/11/mms/1113099195/unspecified 2B92.Z #> 1572 http://id.who.int/icd/release/11/mms/642412809 2B93 #> 1573 http://id.who.int/icd/release/11/mms/59190475 2B93.0 #> 1574 http://id.who.int/icd/release/11/mms/642412809/other 2B93.Y #> 1575 http://id.who.int/icd/release/11/mms/642412809/unspecified 2B93.Z #> 1576 http://id.who.int/icd/release/11/mms/963821314/other 2B9Y #> 1577 http://id.who.int/icd/release/11/mms/655574575 2C00 #> 1578 http://id.who.int/icd/release/11/mms/168138050 2C00.0 #> 1579 http://id.who.int/icd/release/11/mms/1100168891 2C00.1 #> 1580 http://id.who.int/icd/release/11/mms/1927831331 2C00.2 #> 1581 http://id.who.int/icd/release/11/mms/585238371 2C00.3 #> 1582 http://id.who.int/icd/release/11/mms/655574575/other 2C00.Y #> 1583 http://id.who.int/icd/release/11/mms/655574575/unspecified 2C00.Z #> 1584 http://id.who.int/icd/release/11/mms/150210507/other 2C0Y #> 1585 http://id.who.int/icd/release/11/mms/150210507/unspecified 2C0Z #> 1586 http://id.who.int/icd/release/11/mms/542147910 2C10 #> 1587 http://id.who.int/icd/release/11/mms/1663659989 2C10.0 #> 1588 http://id.who.int/icd/release/11/mms/1421495979 2C10.1 #> 1589 http://id.who.int/icd/release/11/mms/542147910/other 2C10.Y #> 1590 http://id.who.int/icd/release/11/mms/542147910/unspecified 2C10.Z #> 1591 http://id.who.int/icd/release/11/mms/1425921467 2C11 #> 1592 http://id.who.int/icd/release/11/mms/396516864 2C11.0 #> 1593 http://id.who.int/icd/release/11/mms/45264155 2C11.1 #> 1594 http://id.who.int/icd/release/11/mms/770000396 2C11.2 #> 1595 http://id.who.int/icd/release/11/mms/1425921467/unspecified 2C11.Z #> 1596 http://id.who.int/icd/release/11/mms/1404966610 2C12 #> 1597 http://id.who.int/icd/release/11/mms/1605020868 2C12.0 #> 1598 http://id.who.int/icd/release/11/mms/1097637010 2C12.00 #> 1599 http://id.who.int/icd/release/11/mms/1556608523 2C12.01 #> 1600 http://id.who.int/icd/release/11/mms/1294035808 2C12.02 #> 1601 http://id.who.int/icd/release/11/mms/1245806134 2C12.03 #> 1602 http://id.who.int/icd/release/11/mms/1605020868/other 2C12.0Y #> 1603 http://id.who.int/icd/release/11/mms/1605020868/unspecified 2C12.0Z #> 1604 http://id.who.int/icd/release/11/mms/1938186540 2C12.1 #> 1605 http://id.who.int/icd/release/11/mms/1253728223 2C12.10 #> 1606 http://id.who.int/icd/release/11/mms/1938186540/other 2C12.1Y #> 1607 http://id.who.int/icd/release/11/mms/1938186540/unspecified 2C12.1Z #> 1608 http://id.who.int/icd/release/11/mms/922082116 2C13 #> 1609 http://id.who.int/icd/release/11/mms/15874829 2C13.0 #> 1610 http://id.who.int/icd/release/11/mms/922082116/other 2C13.Y #> 1611 http://id.who.int/icd/release/11/mms/922082116/unspecified 2C13.Z #> 1612 http://id.who.int/icd/release/11/mms/1511346466 2C14 #> 1613 http://id.who.int/icd/release/11/mms/1219877641 2C14.0 #> 1614 http://id.who.int/icd/release/11/mms/187338184 2C14.1 #> 1615 http://id.who.int/icd/release/11/mms/1018801334 2C14.2 #> 1616 http://id.who.int/icd/release/11/mms/1511346466/other 2C14.Y #> 1617 http://id.who.int/icd/release/11/mms/1511346466/unspecified 2C14.Z #> 1618 http://id.who.int/icd/release/11/mms/1707654227 2C15 #> 1619 http://id.who.int/icd/release/11/mms/1393178521 2C15.0 #> 1620 http://id.who.int/icd/release/11/mms/947057531 2C15.1 #> 1621 http://id.who.int/icd/release/11/mms/298109934 2C15.2 #> 1622 http://id.who.int/icd/release/11/mms/1707654227/other 2C15.Y #> 1623 http://id.who.int/icd/release/11/mms/1707654227/unspecified 2C15.Z #> 1624 http://id.who.int/icd/release/11/mms/267067189 2C16 #> 1625 http://id.who.int/icd/release/11/mms/1601321941 2C16.0 #> 1626 http://id.who.int/icd/release/11/mms/761397346 2C16.1 #> 1627 http://id.who.int/icd/release/11/mms/267067189/other 2C16.Y #> 1628 http://id.who.int/icd/release/11/mms/267067189/unspecified 2C16.Z #> 1629 http://id.who.int/icd/release/11/mms/1159416016 2C17 #> 1630 http://id.who.int/icd/release/11/mms/1531247510 2C17.0 #> 1631 http://id.who.int/icd/release/11/mms/2070602706 2C17.1 #> 1632 http://id.who.int/icd/release/11/mms/1508454837 2C17.2 #> 1633 http://id.who.int/icd/release/11/mms/1159416016/other 2C17.Y #> 1634 http://id.who.int/icd/release/11/mms/1159416016/unspecified 2C17.Z #> 1635 http://id.who.int/icd/release/11/mms/1071237724 2C18 #> 1636 http://id.who.int/icd/release/11/mms/1571104786 2C18.0 #> 1637 http://id.who.int/icd/release/11/mms/829265348 2C18.1 #> 1638 http://id.who.int/icd/release/11/mms/417049941 2C18.2 #> 1639 http://id.who.int/icd/release/11/mms/1071237724/other 2C18.Y #> 1640 http://id.who.int/icd/release/11/mms/1071237724/unspecified 2C18.Z #> 1641 http://id.who.int/icd/release/11/mms/911859018/unspecified 2C1Z #> 1642 http://id.who.int/icd/release/11/mms/1445684773 #> 1643 http://id.who.int/icd/release/11/mms/1078206702 2C20 #> 1644 http://id.who.int/icd/release/11/mms/706528063 2C20.0 #> 1645 http://id.who.int/icd/release/11/mms/262294384 2C20.1 #> 1646 http://id.who.int/icd/release/11/mms/942762510 2C20.2 #> 1647 http://id.who.int/icd/release/11/mms/2007774165 2C20.3 #> 1648 http://id.who.int/icd/release/11/mms/144642394 2C20.4 #> 1649 http://id.who.int/icd/release/11/mms/1078206702/other 2C20.Y #> 1650 http://id.who.int/icd/release/11/mms/1078206702/unspecified 2C20.Z #> 1651 http://id.who.int/icd/release/11/mms/621800828 2C21 #> 1652 http://id.who.int/icd/release/11/mms/440376179 2C21.0 #> 1653 http://id.who.int/icd/release/11/mms/766294541 2C21.1 #> 1654 http://id.who.int/icd/release/11/mms/951863576 2C21.2 #> 1655 http://id.who.int/icd/release/11/mms/621800828/other 2C21.Y #> 1656 http://id.who.int/icd/release/11/mms/621800828/unspecified 2C21.Z #> 1657 http://id.who.int/icd/release/11/mms/1893076536 2C22 #> 1658 http://id.who.int/icd/release/11/mms/345015544 2C22.0 #> 1659 http://id.who.int/icd/release/11/mms/587441542 2C22.1 #> 1660 http://id.who.int/icd/release/11/mms/1779506452 2C22.10 #> 1661 http://id.who.int/icd/release/11/mms/587441542/other 2C22.1Y #> 1662 http://id.who.int/icd/release/11/mms/726493579 2C22.2 #> 1663 http://id.who.int/icd/release/11/mms/638874599 2C22.3 #> 1664 http://id.who.int/icd/release/11/mms/1893076536/other 2C22.Y #> 1665 http://id.who.int/icd/release/11/mms/1893076536/unspecified 2C22.Z #> 1666 http://id.who.int/icd/release/11/mms/75194057 2C23 #> 1667 http://id.who.int/icd/release/11/mms/1564166225 2C23.1 #> 1668 http://id.who.int/icd/release/11/mms/1397705739 2C23.10 #> 1669 http://id.who.int/icd/release/11/mms/1564166225/other 2C23.1Y #> 1670 http://id.who.int/icd/release/11/mms/946898373 2C23.2 #> 1671 http://id.who.int/icd/release/11/mms/1223729307 2C23.20 #> 1672 http://id.who.int/icd/release/11/mms/946898373/other 2C23.2Y #> 1673 http://id.who.int/icd/release/11/mms/1289606460 2C23.3 #> 1674 http://id.who.int/icd/release/11/mms/1086221462 2C23.30 #> 1675 http://id.who.int/icd/release/11/mms/1750728373 2C23.31 #> 1676 http://id.who.int/icd/release/11/mms/1289606460/other 2C23.3Y #> 1677 http://id.who.int/icd/release/11/mms/697702574 2C23.4 #> 1678 http://id.who.int/icd/release/11/mms/1404882567 2C23.5 #> 1679 http://id.who.int/icd/release/11/mms/75194057/unspecified 2C23.Z #> 1680 http://id.who.int/icd/release/11/mms/1630573405 2C24 #> 1681 http://id.who.int/icd/release/11/mms/2001442307 2C24.0 #> 1682 http://id.who.int/icd/release/11/mms/1439188070 2C24.1 #> 1683 http://id.who.int/icd/release/11/mms/2118161494 2C24.2 #> 1684 http://id.who.int/icd/release/11/mms/1630573405/other 2C24.Y #> 1685 http://id.who.int/icd/release/11/mms/1630573405/unspecified 2C24.Z #> 1686 http://id.who.int/icd/release/11/mms/316539081 2C25 #> 1687 http://id.who.int/icd/release/11/mms/1418562110 2C25.0 #> 1688 http://id.who.int/icd/release/11/mms/1800431439 2C25.1 #> 1689 http://id.who.int/icd/release/11/mms/2045832550 2C25.2 #> 1690 http://id.who.int/icd/release/11/mms/445249863 2C25.3 #> 1691 http://id.who.int/icd/release/11/mms/1315163160 2C25.4 #> 1692 http://id.who.int/icd/release/11/mms/1826627197 2C25.5 #> 1693 http://id.who.int/icd/release/11/mms/316539081/other 2C25.Y #> 1694 http://id.who.int/icd/release/11/mms/316539081/unspecified 2C25.Z #> 1695 http://id.who.int/icd/release/11/mms/855261561 2C26 #> 1696 http://id.who.int/icd/release/11/mms/369414280 2C26.0 #> 1697 http://id.who.int/icd/release/11/mms/855261561/other 2C26.Y #> 1698 http://id.who.int/icd/release/11/mms/855261561/unspecified 2C26.Z #> 1699 http://id.who.int/icd/release/11/mms/1718833206 2C27 #> 1700 http://id.who.int/icd/release/11/mms/1351671383 2C27.0 #> 1701 http://id.who.int/icd/release/11/mms/381956131 2C27.1 #> 1702 http://id.who.int/icd/release/11/mms/33869057 2C27.2 #> 1703 http://id.who.int/icd/release/11/mms/1718833206/other 2C27.Y #> 1704 http://id.who.int/icd/release/11/mms/1718833206/unspecified 2C27.Z #> 1705 http://id.who.int/icd/release/11/mms/554855119 2C28 #> 1706 http://id.who.int/icd/release/11/mms/1175864087 2C28.0 #> 1707 http://id.who.int/icd/release/11/mms/1802183757 2C28.1 #> 1708 http://id.who.int/icd/release/11/mms/554855119/unspecified 2C28.Z #> 1709 http://id.who.int/icd/release/11/mms/2119272674 2C29 #> 1710 http://id.who.int/icd/release/11/mms/87363774 2C29.0 #> 1711 http://id.who.int/icd/release/11/mms/952267142 2C29.1 #> 1712 http://id.who.int/icd/release/11/mms/2119272674/unspecified 2C29.Z #> 1713 http://id.who.int/icd/release/11/mms/1445684773/other 2C2Y #> 1714 http://id.who.int/icd/release/11/mms/1445684773/unspecified 2C2Z #> 1715 http://id.who.int/icd/release/11/mms/1706880799 #> 1716 http://id.who.int/icd/release/11/mms/488336723 2C30 #> 1717 http://id.who.int/icd/release/11/mms/737272884 2C30.0 #> 1718 http://id.who.int/icd/release/11/mms/265961407 2C30.1 #> 1719 http://id.who.int/icd/release/11/mms/507290324 2C30.2 #> 1720 http://id.who.int/icd/release/11/mms/144309462 2C30.3 #> 1721 http://id.who.int/icd/release/11/mms/488336723/other 2C30.Y #> 1722 http://id.who.int/icd/release/11/mms/488336723/unspecified 2C30.Z #> 1723 http://id.who.int/icd/release/11/mms/1448983042 2C31 #> 1724 http://id.who.int/icd/release/11/mms/1049028857 2C31.0 #> 1725 http://id.who.int/icd/release/11/mms/516478127 2C31.1 #> 1726 http://id.who.int/icd/release/11/mms/1448983042/unspecified 2C31.Z #> 1727 http://id.who.int/icd/release/11/mms/1203447657 2C32 #> 1728 http://id.who.int/icd/release/11/mms/472025101 2C32.0 #> 1729 http://id.who.int/icd/release/11/mms/138464905 2C32.1 #> 1730 http://id.who.int/icd/release/11/mms/73469173 2C32.2 #> 1731 http://id.who.int/icd/release/11/mms/1203447657/other 2C32.Y #> 1732 http://id.who.int/icd/release/11/mms/1203447657/unspecified 2C32.Z #> 1733 http://id.who.int/icd/release/11/mms/712393740 2C33 #> 1734 http://id.who.int/icd/release/11/mms/680322043 2C34 #> 1735 http://id.who.int/icd/release/11/mms/1833969739 2C35 #> 1736 http://id.who.int/icd/release/11/mms/1706880799/other 2C3Y #> 1737 http://id.who.int/icd/release/11/mms/1706880799/unspecified 2C3Z #> 1738 http://id.who.int/icd/release/11/mms/442019384 #> 1739 http://id.who.int/icd/release/11/mms/355612100 2C40 #> 1740 http://id.who.int/icd/release/11/mms/986576766 2C41 #> 1741 http://id.who.int/icd/release/11/mms/442019384/other 2C4Y #> 1742 http://id.who.int/icd/release/11/mms/442019384/unspecified 2C4Z #> 1743 http://id.who.int/icd/release/11/mms/1950900731 #> 1744 http://id.who.int/icd/release/11/mms/1731312506 2C50 #> 1745 http://id.who.int/icd/release/11/mms/733901315 2C50.0 #> 1746 http://id.who.int/icd/release/11/mms/1731312506/other 2C50.Y #> 1747 http://id.who.int/icd/release/11/mms/1731312506/unspecified 2C50.Z #> 1748 http://id.who.int/icd/release/11/mms/315445782 2C51 #> 1749 http://id.who.int/icd/release/11/mms/1678770330 2C51.0 #> 1750 http://id.who.int/icd/release/11/mms/626946920 2C51.1 #> 1751 http://id.who.int/icd/release/11/mms/1934564626 2C51.2 #> 1752 http://id.who.int/icd/release/11/mms/1241724628 2C51.20 #> 1753 http://id.who.int/icd/release/11/mms/295732875 2C51.21 #> 1754 http://id.who.int/icd/release/11/mms/1934564626/other 2C51.2Y #> 1755 http://id.who.int/icd/release/11/mms/1934564626/unspecified 2C51.2Z #> 1756 http://id.who.int/icd/release/11/mms/315445782/other 2C51.Y #> 1757 http://id.who.int/icd/release/11/mms/315445782/unspecified 2C51.Z #> 1758 http://id.who.int/icd/release/11/mms/376183718 2C52 #> 1759 http://id.who.int/icd/release/11/mms/888129987 2C52.0 #> 1760 http://id.who.int/icd/release/11/mms/376183718/other 2C52.Y #> 1761 http://id.who.int/icd/release/11/mms/376183718/unspecified 2C52.Z #> 1762 http://id.who.int/icd/release/11/mms/131965197 2C53 #> 1763 http://id.who.int/icd/release/11/mms/680151582 2C53.0 #> 1764 http://id.who.int/icd/release/11/mms/1621745746 2C53.1 #> 1765 http://id.who.int/icd/release/11/mms/131965197/other 2C53.Y #> 1766 http://id.who.int/icd/release/11/mms/131965197/unspecified 2C53.Z #> 1767 http://id.who.int/icd/release/11/mms/1950900731/other 2C5Y #> 1768 http://id.who.int/icd/release/11/mms/1950900731/unspecified 2C5Z #> 1769 http://id.who.int/icd/release/11/mms/1047754165 #> 1770 http://id.who.int/icd/release/11/mms/457240160 2C60 #> 1771 http://id.who.int/icd/release/11/mms/2090549892 2C61 #> 1772 http://id.who.int/icd/release/11/mms/175963120 2C61.0 #> 1773 http://id.who.int/icd/release/11/mms/107769421 2C61.1 #> 1774 http://id.who.int/icd/release/11/mms/619691048 2C61.2 #> 1775 http://id.who.int/icd/release/11/mms/326933846 2C61.3 #> 1776 http://id.who.int/icd/release/11/mms/692664921 2C61.4 #> 1777 http://id.who.int/icd/release/11/mms/986359233 2C62 #> 1778 http://id.who.int/icd/release/11/mms/147026376 2C63 #> 1779 http://id.who.int/icd/release/11/mms/924753077 2C64 #> 1780 http://id.who.int/icd/release/11/mms/1258896144 2C65 #> 1781 http://id.who.int/icd/release/11/mms/1047754165/other 2C6Y #> 1782 http://id.who.int/icd/release/11/mms/1047754165/unspecified 2C6Z #> 1783 http://id.who.int/icd/release/11/mms/751805133 #> 1784 http://id.who.int/icd/release/11/mms/1530443809 2C70 #> 1785 http://id.who.int/icd/release/11/mms/247568702 2C70.0 #> 1786 http://id.who.int/icd/release/11/mms/360609196 2C70.1 #> 1787 http://id.who.int/icd/release/11/mms/146824338 2C70.2 #> 1788 http://id.who.int/icd/release/11/mms/1530443809/other 2C70.Y #> 1789 http://id.who.int/icd/release/11/mms/1530443809/unspecified 2C70.Z #> 1790 http://id.who.int/icd/release/11/mms/798353632 2C71 #> 1791 http://id.who.int/icd/release/11/mms/1569909893 2C71.0 #> 1792 http://id.who.int/icd/release/11/mms/1778503163 2C71.1 #> 1793 http://id.who.int/icd/release/11/mms/1649345016 2C71.2 #> 1794 http://id.who.int/icd/release/11/mms/798353632/other 2C71.Y #> 1795 http://id.who.int/icd/release/11/mms/798353632/unspecified 2C71.Z #> 1796 http://id.who.int/icd/release/11/mms/1302193697 2C72 #> 1797 http://id.who.int/icd/release/11/mms/589965966 2C72.0 #> 1798 http://id.who.int/icd/release/11/mms/1588787831 2C72.1 #> 1799 http://id.who.int/icd/release/11/mms/1158485735 2C72.3 #> 1800 http://id.who.int/icd/release/11/mms/1302193697/other 2C72.Y #> 1801 http://id.who.int/icd/release/11/mms/1302193697/unspecified 2C72.Z #> 1802 http://id.who.int/icd/release/11/mms/685124533 2C73 #> 1803 http://id.who.int/icd/release/11/mms/292186178 2C73.0 #> 1804 http://id.who.int/icd/release/11/mms/315825558 2C73.00 #> 1805 http://id.who.int/icd/release/11/mms/996484353 2C73.01 #> 1806 http://id.who.int/icd/release/11/mms/259283045 2C73.02 #> 1807 http://id.who.int/icd/release/11/mms/377683031 2C73.03 #> 1808 http://id.who.int/icd/release/11/mms/869438441 2C73.04 #> 1809 http://id.who.int/icd/release/11/mms/292186178/other 2C73.0Y #> 1810 http://id.who.int/icd/release/11/mms/292186178/unspecified 2C73.0Z #> 1811 http://id.who.int/icd/release/11/mms/208782658 2C73.1 #> 1812 http://id.who.int/icd/release/11/mms/148207042 2C73.2 #> 1813 http://id.who.int/icd/release/11/mms/551209361 2C73.3 #> 1814 http://id.who.int/icd/release/11/mms/1074379931 2C73.4 #> 1815 http://id.who.int/icd/release/11/mms/455713450 2C73.5 #> 1816 http://id.who.int/icd/release/11/mms/685124533/other 2C73.Y #> 1817 http://id.who.int/icd/release/11/mms/685124533/unspecified 2C73.Z #> 1818 http://id.who.int/icd/release/11/mms/459381514 2C74 #> 1819 http://id.who.int/icd/release/11/mms/1365341249 2C74.0 #> 1820 http://id.who.int/icd/release/11/mms/459381514/other 2C74.Y #> 1821 http://id.who.int/icd/release/11/mms/459381514/unspecified 2C74.Z #> 1822 http://id.who.int/icd/release/11/mms/821359459 2C75 #> 1823 http://id.who.int/icd/release/11/mms/1972855304 2C75.0 #> 1824 http://id.who.int/icd/release/11/mms/821359459/other 2C75.Y #> 1825 http://id.who.int/icd/release/11/mms/821359459/unspecified 2C75.Z #> 1826 http://id.who.int/icd/release/11/mms/959493854 2C76 #> 1827 http://id.who.int/icd/release/11/mms/671511103 2C76.0 #> 1828 http://id.who.int/icd/release/11/mms/395055399 2C76.1 #> 1829 http://id.who.int/icd/release/11/mms/388735319 2C76.2 #> 1830 http://id.who.int/icd/release/11/mms/225222541 2C76.3 #> 1831 http://id.who.int/icd/release/11/mms/575106861 2C76.4 #> 1832 http://id.who.int/icd/release/11/mms/1130568776 2C76.40 #> 1833 http://id.who.int/icd/release/11/mms/845680139 2C76.41 #> 1834 http://id.who.int/icd/release/11/mms/130578959 2C76.42 #> 1835 http://id.who.int/icd/release/11/mms/1711927798 2C76.43 #> 1836 http://id.who.int/icd/release/11/mms/575106861/unspecified 2C76.4Z #> 1837 http://id.who.int/icd/release/11/mms/959493854/other 2C76.Y #> 1838 http://id.who.int/icd/release/11/mms/959493854/unspecified 2C76.Z #> 1839 http://id.who.int/icd/release/11/mms/1256072522 2C77 #> 1840 http://id.who.int/icd/release/11/mms/1544785014 2C77.0 #> 1841 http://id.who.int/icd/release/11/mms/261293318 2C77.1 #> 1842 http://id.who.int/icd/release/11/mms/156186129 2C77.2 #> 1843 http://id.who.int/icd/release/11/mms/128151553 2C77.3 #> 1844 http://id.who.int/icd/release/11/mms/1256072522/other 2C77.Y #> 1845 http://id.who.int/icd/release/11/mms/1256072522/unspecified 2C77.Z #> 1846 http://id.who.int/icd/release/11/mms/1551596364 2C78 #> 1847 http://id.who.int/icd/release/11/mms/367402464 2C79 #> 1848 http://id.who.int/icd/release/11/mms/751805133/other 2C7Y #> 1849 http://id.who.int/icd/release/11/mms/751805133/unspecified 2C7Z #> 1850 http://id.who.int/icd/release/11/mms/1894406676 #> 1851 http://id.who.int/icd/release/11/mms/673566475 2C80 #> 1852 http://id.who.int/icd/release/11/mms/1915129755 2C80.2 #> 1853 http://id.who.int/icd/release/11/mms/673566475/other 2C80.Y #> 1854 http://id.who.int/icd/release/11/mms/673566475/unspecified 2C80.Z #> 1855 http://id.who.int/icd/release/11/mms/969101922 2C81 #> 1856 http://id.who.int/icd/release/11/mms/186592209 2C81.0 #> 1857 http://id.who.int/icd/release/11/mms/574863499 2C81.1 #> 1858 http://id.who.int/icd/release/11/mms/969101922/other 2C81.Y #> 1859 http://id.who.int/icd/release/11/mms/969101922/unspecified 2C81.Z #> 1860 http://id.who.int/icd/release/11/mms/1552457716 2C82 #> 1861 http://id.who.int/icd/release/11/mms/1510677183 2C82.0 #> 1862 http://id.who.int/icd/release/11/mms/1552457716/other 2C82.Y #> 1863 http://id.who.int/icd/release/11/mms/1552457716/unspecified 2C82.Z #> 1864 http://id.who.int/icd/release/11/mms/5747278 2C83 #> 1865 http://id.who.int/icd/release/11/mms/1877062675 2C83.0 #> 1866 http://id.who.int/icd/release/11/mms/5747278/other 2C83.Y #> 1867 http://id.who.int/icd/release/11/mms/5747278/unspecified 2C83.Z #> 1868 http://id.who.int/icd/release/11/mms/1299055263 2C84 #> 1869 http://id.who.int/icd/release/11/mms/1894406676/unspecified 2C8Z #> 1870 http://id.who.int/icd/release/11/mms/1096290580 #> 1871 http://id.who.int/icd/release/11/mms/1048613131 2C90 #> 1872 http://id.who.int/icd/release/11/mms/825917541 2C90.0 #> 1873 http://id.who.int/icd/release/11/mms/1048613131/other 2C90.Y #> 1874 http://id.who.int/icd/release/11/mms/1048613131/unspecified 2C90.Z #> 1875 http://id.who.int/icd/release/11/mms/1540054175 2C91 #> 1876 http://id.who.int/icd/release/11/mms/2135776892 2C91.0 #> 1877 http://id.who.int/icd/release/11/mms/1540054175/other 2C91.Y #> 1878 http://id.who.int/icd/release/11/mms/1540054175/unspecified 2C91.Z #> 1879 http://id.who.int/icd/release/11/mms/795216992 2C92 #> 1880 http://id.who.int/icd/release/11/mms/1470811231 2C92.0 #> 1881 http://id.who.int/icd/release/11/mms/795216992/other 2C92.Y #> 1882 http://id.who.int/icd/release/11/mms/795216992/unspecified 2C92.Z #> 1883 http://id.who.int/icd/release/11/mms/1705187418 2C93 #> 1884 http://id.who.int/icd/release/11/mms/1661934843 2C93.0 #> 1885 http://id.who.int/icd/release/11/mms/2024861803 2C93.1 #> 1886 http://id.who.int/icd/release/11/mms/1513300494 2C93.2 #> 1887 http://id.who.int/icd/release/11/mms/1705187418/other 2C93.Y #> 1888 http://id.who.int/icd/release/11/mms/1705187418/unspecified 2C93.Z #> 1889 http://id.who.int/icd/release/11/mms/1244512758 2C94 #> 1890 http://id.who.int/icd/release/11/mms/1907332818 2C94.0 #> 1891 http://id.who.int/icd/release/11/mms/1981804514 2C94.1 #> 1892 http://id.who.int/icd/release/11/mms/1237451411 2C94.2 #> 1893 http://id.who.int/icd/release/11/mms/1244512758/other 2C94.Y #> 1894 http://id.who.int/icd/release/11/mms/1244512758/unspecified 2C94.Z #> 1895 http://id.who.int/icd/release/11/mms/1800186673 2C95 #> 1896 http://id.who.int/icd/release/11/mms/20708394 2C95.0 #> 1897 http://id.who.int/icd/release/11/mms/1525098224 2C95.1 #> 1898 http://id.who.int/icd/release/11/mms/1395410103 2C95.2 #> 1899 http://id.who.int/icd/release/11/mms/1800186673/other 2C95.Y #> 1900 http://id.who.int/icd/release/11/mms/1800186673/unspecified 2C95.Z #> 1901 http://id.who.int/icd/release/11/mms/1096290580/other 2C9Y #> 1902 http://id.who.int/icd/release/11/mms/1096290580/unspecified 2C9Z #> 1903 http://id.who.int/icd/release/11/mms/1376721186 #> 1904 http://id.who.int/icd/release/11/mms/2033444200 2D00 #> 1905 http://id.who.int/icd/release/11/mms/1193234571 2D00.0 #> 1906 http://id.who.int/icd/release/11/mms/464839824 2D00.1 #> 1907 http://id.who.int/icd/release/11/mms/1856595996 2D00.2 #> 1908 http://id.who.int/icd/release/11/mms/2033444200/other 2D00.Y #> 1909 http://id.who.int/icd/release/11/mms/2033444200/unspecified 2D00.Z #> 1910 http://id.who.int/icd/release/11/mms/477636850 2D01 #> 1911 http://id.who.int/icd/release/11/mms/715606262 2D01.0 #> 1912 http://id.who.int/icd/release/11/mms/1035484987 2D01.1 #> 1913 http://id.who.int/icd/release/11/mms/477636850/other 2D01.Y #> 1914 http://id.who.int/icd/release/11/mms/477636850/unspecified 2D01.Z #> 1915 http://id.who.int/icd/release/11/mms/1758820365 2D02 #> 1916 http://id.who.int/icd/release/11/mms/1254844927 2D02.0 #> 1917 http://id.who.int/icd/release/11/mms/53770492 2D02.1 #> 1918 http://id.who.int/icd/release/11/mms/1855353671 2D02.2 #> 1919 http://id.who.int/icd/release/11/mms/1758820365/other 2D02.Y #> 1920 http://id.who.int/icd/release/11/mms/1758820365/unspecified 2D02.Z #> 1921 http://id.who.int/icd/release/11/mms/456911769 2D03 #> 1922 http://id.who.int/icd/release/11/mms/1596057495 2D03.0 #> 1923 http://id.who.int/icd/release/11/mms/1151208199 2D03.1 #> 1924 http://id.who.int/icd/release/11/mms/1713232228 2D03.2 #> 1925 http://id.who.int/icd/release/11/mms/456911769/other 2D03.Y #> 1926 http://id.who.int/icd/release/11/mms/456911769/unspecified 2D03.Z #> 1927 http://id.who.int/icd/release/11/mms/1872149350 2D04 #> 1928 http://id.who.int/icd/release/11/mms/228504985 2D05 #> 1929 http://id.who.int/icd/release/11/mms/1493520953 2D05.0 #> 1930 http://id.who.int/icd/release/11/mms/228504985/other 2D05.Y #> 1931 http://id.who.int/icd/release/11/mms/228504985/unspecified 2D05.Z #> 1932 http://id.who.int/icd/release/11/mms/2121278989 2D06 #> 1933 http://id.who.int/icd/release/11/mms/27112793 2D06.0 #> 1934 http://id.who.int/icd/release/11/mms/874780782 2D06.1 #> 1935 http://id.who.int/icd/release/11/mms/371493863 2D06.3 #> 1936 http://id.who.int/icd/release/11/mms/369197946 2D06.4 #> 1937 http://id.who.int/icd/release/11/mms/2121278989/other 2D06.Y #> 1938 http://id.who.int/icd/release/11/mms/2121278989/unspecified 2D06.Z #> 1939 http://id.who.int/icd/release/11/mms/982190055 2D07 #> 1940 http://id.who.int/icd/release/11/mms/798749948 2D07.0 #> 1941 http://id.who.int/icd/release/11/mms/713179243 2D07.1 #> 1942 http://id.who.int/icd/release/11/mms/219686553 2D07.2 #> 1943 http://id.who.int/icd/release/11/mms/982190055/other 2D07.Y #> 1944 http://id.who.int/icd/release/11/mms/982190055/unspecified 2D07.Z #> 1945 http://id.who.int/icd/release/11/mms/1376721186/other 2D0Y #> 1946 http://id.who.int/icd/release/11/mms/1376721186/unspecified 2D0Z #> 1947 http://id.who.int/icd/release/11/mms/1120037543 #> 1948 http://id.who.int/icd/release/11/mms/447433352 2D10 #> 1949 http://id.who.int/icd/release/11/mms/367567172 2D10.0 #> 1950 http://id.who.int/icd/release/11/mms/929788705 2D10.1 #> 1951 http://id.who.int/icd/release/11/mms/1227619262 2D10.2 #> 1952 http://id.who.int/icd/release/11/mms/320540024 2D10.3 #> 1953 http://id.who.int/icd/release/11/mms/578519098 2D10.4 #> 1954 http://id.who.int/icd/release/11/mms/447433352/other 2D10.Y #> 1955 http://id.who.int/icd/release/11/mms/447433352/unspecified 2D10.Z #> 1956 http://id.who.int/icd/release/11/mms/1766185236 2D11 #> 1957 http://id.who.int/icd/release/11/mms/634124554 2D11.0 #> 1958 http://id.who.int/icd/release/11/mms/2110009016 2D11.1 #> 1959 http://id.who.int/icd/release/11/mms/591280607 2D11.2 #> 1960 http://id.who.int/icd/release/11/mms/1766185236/other 2D11.Y #> 1961 http://id.who.int/icd/release/11/mms/1766185236/unspecified 2D11.Z #> 1962 http://id.who.int/icd/release/11/mms/202249350 2D12 #> 1963 http://id.who.int/icd/release/11/mms/426586758 2D12.0 #> 1964 http://id.who.int/icd/release/11/mms/728032899 2D12.1 #> 1965 http://id.who.int/icd/release/11/mms/202249350/other 2D12.Y #> 1966 http://id.who.int/icd/release/11/mms/202249350/unspecified 2D12.Z #> 1967 http://id.who.int/icd/release/11/mms/1120037543/unspecified 2D1Z #> 1968 http://id.who.int/icd/release/11/mms/1643222460/other 2D3Y #> 1969 http://id.who.int/icd/release/11/mms/1643222460/unspecified 2D3Z #> 1970 http://id.who.int/icd/release/11/mms/1594217552 #> 1971 http://id.who.int/icd/release/11/mms/1979211198 2D40 #> 1972 http://id.who.int/icd/release/11/mms/1467715547 2D41 #> 1973 http://id.who.int/icd/release/11/mms/2023965817 2D42 #> 1974 http://id.who.int/icd/release/11/mms/440437263 2D43 #> 1975 http://id.who.int/icd/release/11/mms/483273481 2D44 #> 1976 http://id.who.int/icd/release/11/mms/1594217552/other 2D4Y #> 1977 http://id.who.int/icd/release/11/mms/1594217552/unspecified 2D4Z #> 1978 http://id.who.int/icd/release/11/mms/1917052637 #> 1979 http://id.who.int/icd/release/11/mms/577085257 2D50 #> 1980 http://id.who.int/icd/release/11/mms/15093038 2D51 #> 1981 http://id.who.int/icd/release/11/mms/800171581 2D52 #> 1982 http://id.who.int/icd/release/11/mms/501778925 #> 1983 http://id.who.int/icd/release/11/mms/863766301 2D60 #> 1984 http://id.who.int/icd/release/11/mms/995482988 2D60.0 #> 1985 http://id.who.int/icd/release/11/mms/1579028734 2D60.1 #> 1986 http://id.who.int/icd/release/11/mms/716390401 2D60.2 #> 1987 http://id.who.int/icd/release/11/mms/1341689237 2D60.3 #> 1988 http://id.who.int/icd/release/11/mms/1008082433 2D60.4 #> 1989 http://id.who.int/icd/release/11/mms/1499321237 2D60.5 #> 1990 http://id.who.int/icd/release/11/mms/863766301/other 2D60.Y #> 1991 http://id.who.int/icd/release/11/mms/863766301/unspecified 2D60.Z #> 1992 http://id.who.int/icd/release/11/mms/902978494 2D61 #> 1993 http://id.who.int/icd/release/11/mms/501778925/unspecified 2D6Z #> 1994 http://id.who.int/icd/release/11/mms/1619106991 #> 1995 http://id.who.int/icd/release/11/mms/1976635094 2D70 #> 1996 http://id.who.int/icd/release/11/mms/278577988 2D71 #> 1997 http://id.who.int/icd/release/11/mms/1681363901 2D72 #> 1998 http://id.who.int/icd/release/11/mms/24927785 2D73 #> 1999 http://id.who.int/icd/release/11/mms/1619106991/other 2D7Y #> 2000 http://id.who.int/icd/release/11/mms/1619106991/unspecified 2D7Z #> 2001 http://id.who.int/icd/release/11/mms/111033337 #> 2002 http://id.who.int/icd/release/11/mms/104832322 2D80 #> 2003 http://id.who.int/icd/release/11/mms/162810284 2D80.0 #> 2004 http://id.who.int/icd/release/11/mms/1970090130 2D80.1 #> 2005 http://id.who.int/icd/release/11/mms/247646132 2D81 #> 2006 http://id.who.int/icd/release/11/mms/56902085 2D82 #> 2007 http://id.who.int/icd/release/11/mms/1291436720 2D83 #> 2008 http://id.who.int/icd/release/11/mms/1922223549 2D84 #> 2009 http://id.who.int/icd/release/11/mms/400097321 2D85 #> 2010 http://id.who.int/icd/release/11/mms/654028876 2D86 #> 2011 http://id.who.int/icd/release/11/mms/111033337/other 2D8Y #> 2012 http://id.who.int/icd/release/11/mms/111033337/unspecified 2D8Z #> 2013 http://id.who.int/icd/release/11/mms/1668567256 #> 2014 http://id.who.int/icd/release/11/mms/181975334 2D90 #> 2015 http://id.who.int/icd/release/11/mms/1523083931 2D91 #> 2016 http://id.who.int/icd/release/11/mms/97145147 #> 2017 http://id.who.int/icd/release/11/mms/1764345431 2E00 #> 2018 http://id.who.int/icd/release/11/mms/207752131 2E01 #> 2019 http://id.who.int/icd/release/11/mms/1227965214 2E02 #> 2020 http://id.who.int/icd/release/11/mms/186763432 2E03 #> 2021 http://id.who.int/icd/release/11/mms/1138224766 2E04 #> 2022 http://id.who.int/icd/release/11/mms/914657949 2E05 #> 2023 http://id.who.int/icd/release/11/mms/2139920471 2E05.0 #> 2024 http://id.who.int/icd/release/11/mms/914657949/other 2E05.Y #> 2025 http://id.who.int/icd/release/11/mms/914657949/unspecified 2E05.Z #> 2026 http://id.who.int/icd/release/11/mms/770549239 2E06 #> 2027 http://id.who.int/icd/release/11/mms/449271235 2E07 #> 2028 http://id.who.int/icd/release/11/mms/2026855228 2E08 #> 2029 http://id.who.int/icd/release/11/mms/1458482846 2E09 #> 2030 http://id.who.int/icd/release/11/mms/97145147/other 2E0Y #> 2031 http://id.who.int/icd/release/11/mms/1917052637/unspecified 2E2Z #> 2032 http://id.who.int/icd/release/11/mms/531713107 #> 2033 http://id.who.int/icd/release/11/mms/693409079 2E60 #> 2034 http://id.who.int/icd/release/11/mms/1749257222 2E60.0 #> 2035 http://id.who.int/icd/release/11/mms/218644880 2E60.1 #> 2036 http://id.who.int/icd/release/11/mms/2040861039 2E60.2 #> 2037 http://id.who.int/icd/release/11/mms/1277122723 2E61 #> 2038 http://id.who.int/icd/release/11/mms/1958429829 2E61.0 #> 2039 http://id.who.int/icd/release/11/mms/1700649456 2E61.1 #> 2040 http://id.who.int/icd/release/11/mms/1447034 2E61.2 #> 2041 http://id.who.int/icd/release/11/mms/2079528867 2E61.3 #> 2042 http://id.who.int/icd/release/11/mms/1277122723/other 2E61.Y #> 2043 http://id.who.int/icd/release/11/mms/1277122723/unspecified 2E61.Z #> 2044 http://id.who.int/icd/release/11/mms/951191646 2E62 #> 2045 http://id.who.int/icd/release/11/mms/1966924987 2E62.0 #> 2046 http://id.who.int/icd/release/11/mms/276244783 2E62.1 #> 2047 http://id.who.int/icd/release/11/mms/1692039632 2E62.2 #> 2048 http://id.who.int/icd/release/11/mms/951191646/other 2E62.Y #> 2049 http://id.who.int/icd/release/11/mms/951191646/unspecified 2E62.Z #> 2050 http://id.who.int/icd/release/11/mms/1576650184 2E63 #> 2051 http://id.who.int/icd/release/11/mms/1538263896 2E63.0 #> 2052 http://id.who.int/icd/release/11/mms/843888877 2E63.00 #> 2053 http://id.who.int/icd/release/11/mms/1538263896/unspecified 2E63.0Z #> 2054 http://id.who.int/icd/release/11/mms/1013634145 2E63.1 #> 2055 http://id.who.int/icd/release/11/mms/1576650184/other 2E63.Y #> 2056 http://id.who.int/icd/release/11/mms/1576650184/unspecified 2E63.Z #> 2057 http://id.who.int/icd/release/11/mms/773281372 2E64 #> 2058 http://id.who.int/icd/release/11/mms/496229924 2E64.0 #> 2059 http://id.who.int/icd/release/11/mms/907624399 2E64.00 #> 2060 http://id.who.int/icd/release/11/mms/25445803 2E64.01 #> 2061 http://id.who.int/icd/release/11/mms/496229924/other 2E64.0Y #> 2062 http://id.who.int/icd/release/11/mms/496229924/unspecified 2E64.0Z #> 2063 http://id.who.int/icd/release/11/mms/1796624917 2E64.1 #> 2064 http://id.who.int/icd/release/11/mms/1015982132 2E64.2 #> 2065 http://id.who.int/icd/release/11/mms/773281372/other 2E64.Y #> 2066 http://id.who.int/icd/release/11/mms/773281372/unspecified 2E64.Z #> 2067 http://id.who.int/icd/release/11/mms/1264360394 2E65 #> 2068 http://id.who.int/icd/release/11/mms/1313183227 2E65.0 #> 2069 http://id.who.int/icd/release/11/mms/16712398 2E65.1 #> 2070 http://id.who.int/icd/release/11/mms/722360431 2E65.2 #> 2071 http://id.who.int/icd/release/11/mms/929833904 2E65.3 #> 2072 http://id.who.int/icd/release/11/mms/368046549 2E65.4 #> 2073 http://id.who.int/icd/release/11/mms/1295910447 2E65.5 #> 2074 http://id.who.int/icd/release/11/mms/1264360394/other 2E65.Y #> 2075 http://id.who.int/icd/release/11/mms/1264360394/unspecified 2E65.Z #> 2076 http://id.who.int/icd/release/11/mms/1072810807 2E66 #> 2077 http://id.who.int/icd/release/11/mms/983703484 2E66.2 #> 2078 http://id.who.int/icd/release/11/mms/1072810807/other 2E66.Y #> 2079 http://id.who.int/icd/release/11/mms/1072810807/unspecified 2E66.Z #> 2080 http://id.who.int/icd/release/11/mms/1522140835 2E67 #> 2081 http://id.who.int/icd/release/11/mms/1396374852 2E67.0 #> 2082 http://id.who.int/icd/release/11/mms/913387730 2E67.1 #> 2083 http://id.who.int/icd/release/11/mms/1913185137 2E67.11 #> 2084 http://id.who.int/icd/release/11/mms/214973733 2E67.12 #> 2085 http://id.who.int/icd/release/11/mms/482153699 2E67.13 #> 2086 http://id.who.int/icd/release/11/mms/1121738799 2E67.2 #> 2087 http://id.who.int/icd/release/11/mms/1819099960 2E67.22 #> 2088 http://id.who.int/icd/release/11/mms/1121738799/other 2E67.2Y #> 2089 http://id.who.int/icd/release/11/mms/1121738799/unspecified 2E67.2Z #> 2090 http://id.who.int/icd/release/11/mms/664251835 2E67.3 #> 2091 http://id.who.int/icd/release/11/mms/1417231919 2E67.4 #> 2092 http://id.who.int/icd/release/11/mms/1986934813 2E67.40 #> 2093 http://id.who.int/icd/release/11/mms/687450046 2E67.41 #> 2094 http://id.who.int/icd/release/11/mms/825422779 2E67.5 #> 2095 http://id.who.int/icd/release/11/mms/1168089926 2E67.6 #> 2096 http://id.who.int/icd/release/11/mms/21423737 2E68 #> 2097 http://id.who.int/icd/release/11/mms/1678584813 2E69 #> 2098 http://id.who.int/icd/release/11/mms/62339348 2E6A #> 2099 http://id.who.int/icd/release/11/mms/1320039477 2E6A.0 #> 2100 http://id.who.int/icd/release/11/mms/2034046283 2E6A.1 #> 2101 http://id.who.int/icd/release/11/mms/62339348/other 2E6A.Y #> 2102 http://id.who.int/icd/release/11/mms/1978381958 2E6B #> 2103 http://id.who.int/icd/release/11/mms/531713107/other 2E6Y #> 2104 http://id.who.int/icd/release/11/mms/531713107/unspecified 2E6Z #> 2105 http://id.who.int/icd/release/11/mms/1167133946 #> 2106 http://id.who.int/icd/release/11/mms/192916160 #> 2107 http://id.who.int/icd/release/11/mms/226447034 2E80 #> 2108 http://id.who.int/icd/release/11/mms/1090000716 2E80.0 #> 2109 http://id.who.int/icd/release/11/mms/886496055 2E80.00 #> 2110 http://id.who.int/icd/release/11/mms/795424679 2E80.01 #> 2111 http://id.who.int/icd/release/11/mms/280287956 2E80.02 #> 2112 http://id.who.int/icd/release/11/mms/1090000716/other 2E80.0Y #> 2113 http://id.who.int/icd/release/11/mms/1090000716/unspecified 2E80.0Z #> 2114 http://id.who.int/icd/release/11/mms/581420938 2E80.1 #> 2115 http://id.who.int/icd/release/11/mms/226447034/other 2E80.Y #> 2116 http://id.who.int/icd/release/11/mms/226447034/unspecified 2E80.Z #> 2117 http://id.who.int/icd/release/11/mms/1880513528 2E81 #> 2118 http://id.who.int/icd/release/11/mms/228855241 2E81.0 #> 2119 http://id.who.int/icd/release/11/mms/1363879 2E81.00 #> 2120 http://id.who.int/icd/release/11/mms/44544109 2E81.01 #> 2121 http://id.who.int/icd/release/11/mms/228855241/other 2E81.0Y #> 2122 http://id.who.int/icd/release/11/mms/228855241/unspecified 2E81.0Z #> 2123 http://id.who.int/icd/release/11/mms/1760542813 2E81.1 #> 2124 http://id.who.int/icd/release/11/mms/913891613 2E81.10 #> 2125 http://id.who.int/icd/release/11/mms/201987973 2E81.11 #> 2126 http://id.who.int/icd/release/11/mms/1760542813/other 2E81.1Y #> 2127 http://id.who.int/icd/release/11/mms/1760542813/unspecified 2E81.1Z #> 2128 http://id.who.int/icd/release/11/mms/648205140 2E81.2 #> 2129 http://id.who.int/icd/release/11/mms/1030717639 2E81.20 #> 2130 http://id.who.int/icd/release/11/mms/258364608 2E81.21 #> 2131 http://id.who.int/icd/release/11/mms/648205140/other 2E81.2Y #> 2132 http://id.who.int/icd/release/11/mms/648205140/unspecified 2E81.2Z #> 2133 http://id.who.int/icd/release/11/mms/1880513528/other 2E81.Y #> 2134 http://id.who.int/icd/release/11/mms/1880513528/unspecified 2E81.Z #> 2135 http://id.who.int/icd/release/11/mms/1687031913 2E82 #> 2136 http://id.who.int/icd/release/11/mms/2127113907 2E82.0 #> 2137 http://id.who.int/icd/release/11/mms/1633666823 2E82.1 #> 2138 http://id.who.int/icd/release/11/mms/1687031913/unspecified 2E82.Z #> 2139 http://id.who.int/icd/release/11/mms/1748271920 2E83 #> 2140 http://id.who.int/icd/release/11/mms/1486607775 2E83.0 #> 2141 http://id.who.int/icd/release/11/mms/1037047819 2E83.1 #> 2142 http://id.who.int/icd/release/11/mms/1232947444 2E83.2 #> 2143 http://id.who.int/icd/release/11/mms/741770594 2E83.3 #> 2144 http://id.who.int/icd/release/11/mms/1365217316 2E83.4 #> 2145 http://id.who.int/icd/release/11/mms/1953352497 2E83.5 #> 2146 http://id.who.int/icd/release/11/mms/1748271920/other 2E83.Y #> 2147 http://id.who.int/icd/release/11/mms/1748271920/unspecified 2E83.Z #> 2148 http://id.who.int/icd/release/11/mms/781956590 2E84 #> 2149 http://id.who.int/icd/release/11/mms/1312194375 2E84.0 #> 2150 http://id.who.int/icd/release/11/mms/781956590/other 2E84.Y #> 2151 http://id.who.int/icd/release/11/mms/781956590/unspecified 2E84.Z #> 2152 http://id.who.int/icd/release/11/mms/476723055 2E85 #> 2153 http://id.who.int/icd/release/11/mms/716708976 2E85.0 #> 2154 http://id.who.int/icd/release/11/mms/2032270075 2E85.1 #> 2155 http://id.who.int/icd/release/11/mms/1162454745 2E85.2 #> 2156 http://id.who.int/icd/release/11/mms/476723055/other 2E85.Y #> 2157 http://id.who.int/icd/release/11/mms/476723055/unspecified 2E85.Z #> 2158 http://id.who.int/icd/release/11/mms/236519650 2E86 #> 2159 http://id.who.int/icd/release/11/mms/455734276 2E86.0 #> 2160 http://id.who.int/icd/release/11/mms/2131890863 2E86.1 #> 2161 http://id.who.int/icd/release/11/mms/1253205675 2E86.2 #> 2162 http://id.who.int/icd/release/11/mms/236519650/other 2E86.Y #> 2163 http://id.who.int/icd/release/11/mms/236519650/unspecified 2E86.Z #> 2164 http://id.who.int/icd/release/11/mms/1105031689 2E87 #> 2165 http://id.who.int/icd/release/11/mms/1437236609 2E88 #> 2166 http://id.who.int/icd/release/11/mms/440880518 2E89 #> 2167 http://id.who.int/icd/release/11/mms/1974925101 2E89.0 #> 2168 http://id.who.int/icd/release/11/mms/1878116855 2E89.1 #> 2169 http://id.who.int/icd/release/11/mms/440880518/other 2E89.Y #> 2170 http://id.who.int/icd/release/11/mms/440880518/unspecified 2E89.Z #> 2171 http://id.who.int/icd/release/11/mms/1867938183 2E8A #> 2172 http://id.who.int/icd/release/11/mms/192916160/other 2E8Y #> 2173 http://id.who.int/icd/release/11/mms/192916160/unspecified 2E8Z #> 2174 http://id.who.int/icd/release/11/mms/164118119 #> 2175 http://id.who.int/icd/release/11/mms/2123488558 2E90 #> 2176 http://id.who.int/icd/release/11/mms/2019143477 2E90.0 #> 2177 http://id.who.int/icd/release/11/mms/487744161 2E90.1 #> 2178 http://id.who.int/icd/release/11/mms/1774137950 2E90.2 #> 2179 http://id.who.int/icd/release/11/mms/217382860 2E90.3 #> 2180 http://id.who.int/icd/release/11/mms/2132438112 2E90.4 #> 2181 http://id.who.int/icd/release/11/mms/441557450 2E90.5 #> 2182 http://id.who.int/icd/release/11/mms/1862070581 2E90.6 #> 2183 http://id.who.int/icd/release/11/mms/196557985 2E90.7 #> 2184 http://id.who.int/icd/release/11/mms/328590455 2E90.8 #> 2185 http://id.who.int/icd/release/11/mms/467275964 2E91 #> 2186 http://id.who.int/icd/release/11/mms/1688299444 2E91.0 #> 2187 http://id.who.int/icd/release/11/mms/391115808 2E91.1 #> 2188 http://id.who.int/icd/release/11/mms/467275964/unspecified 2E91.Z #> 2189 http://id.who.int/icd/release/11/mms/171740625 2E92 #> 2190 http://id.who.int/icd/release/11/mms/1827459816 2E92.0 #> 2191 http://id.who.int/icd/release/11/mms/479576735 2E92.1 #> 2192 http://id.who.int/icd/release/11/mms/1748537954 2E92.2 #> 2193 http://id.who.int/icd/release/11/mms/1225291595 2E92.3 #> 2194 http://id.who.int/icd/release/11/mms/477388501 2E92.4 #> 2195 http://id.who.int/icd/release/11/mms/790871642 2E92.40 #> 2196 http://id.who.int/icd/release/11/mms/477388501/other 2E92.4Y #> 2197 http://id.who.int/icd/release/11/mms/477388501/unspecified 2E92.4Z #> 2198 http://id.who.int/icd/release/11/mms/250252488 2E92.5 #> 2199 http://id.who.int/icd/release/11/mms/467010038 2E92.6 #> 2200 http://id.who.int/icd/release/11/mms/2124270688 2E92.7 #> 2201 http://id.who.int/icd/release/11/mms/1870352651 2E92.8 #> 2202 http://id.who.int/icd/release/11/mms/170957983 2E92.9 #> 2203 http://id.who.int/icd/release/11/mms/171740625/other 2E92.Y #> 2204 http://id.who.int/icd/release/11/mms/171740625/unspecified 2E92.Z #> 2205 http://id.who.int/icd/release/11/mms/425370367 #> 2206 http://id.who.int/icd/release/11/mms/2043813445 2F00 #> 2207 http://id.who.int/icd/release/11/mms/1437498002 2F00.0 #> 2208 http://id.who.int/icd/release/11/mms/151039887 2F00.1 #> 2209 http://id.who.int/icd/release/11/mms/1502591214 2F00.2 #> 2210 http://id.who.int/icd/release/11/mms/2043813445/other 2F00.Y #> 2211 http://id.who.int/icd/release/11/mms/2043813445/unspecified 2F00.Z #> 2212 http://id.who.int/icd/release/11/mms/479843281 2F01 #> 2213 http://id.who.int/icd/release/11/mms/425370367/other 2F0Y #> 2214 http://id.who.int/icd/release/11/mms/425370367/unspecified 2F0Z #> 2215 http://id.who.int/icd/release/11/mms/358454894 2F10 #> 2216 http://id.who.int/icd/release/11/mms/1435238626 #> 2217 http://id.who.int/icd/release/11/mms/1757898640 2F20 #> 2218 http://id.who.int/icd/release/11/mms/2100075501 2F20.0 #> 2219 http://id.who.int/icd/release/11/mms/1971711642 2F20.00 #> 2220 http://id.who.int/icd/release/11/mms/2100075501/other 2F20.0Y #> 2221 http://id.who.int/icd/release/11/mms/2100075501/unspecified 2F20.0Z #> 2222 http://id.who.int/icd/release/11/mms/934048827 2F20.1 #> 2223 http://id.who.int/icd/release/11/mms/887489797 2F20.2 #> 2224 http://id.who.int/icd/release/11/mms/618273329 2F20.20 #> 2225 http://id.who.int/icd/release/11/mms/887489797/other 2F20.2Y #> 2226 http://id.who.int/icd/release/11/mms/887489797/unspecified 2F20.2Z #> 2227 http://id.who.int/icd/release/11/mms/858869202 2F20.3 #> 2228 http://id.who.int/icd/release/11/mms/1757898640/other 2F20.Y #> 2229 http://id.who.int/icd/release/11/mms/1757898640/unspecified 2F20.Z #> 2230 http://id.who.int/icd/release/11/mms/1791550158 2F21 #> 2231 http://id.who.int/icd/release/11/mms/1627987797 2F21.0 #> 2232 http://id.who.int/icd/release/11/mms/1791550158/other 2F21.Y #> 2233 http://id.who.int/icd/release/11/mms/154004890 2F22 #> 2234 http://id.who.int/icd/release/11/mms/466688507 2F23 #> 2235 http://id.who.int/icd/release/11/mms/425706508 2F23.0 #> 2236 http://id.who.int/icd/release/11/mms/466688507/other 2F23.Y #> 2237 http://id.who.int/icd/release/11/mms/2028707452 2F24 #> 2238 http://id.who.int/icd/release/11/mms/160204218 2F25 #> 2239 http://id.who.int/icd/release/11/mms/440675859 2F26 #> 2240 http://id.who.int/icd/release/11/mms/1435238626/other 2F2Y #> 2241 http://id.who.int/icd/release/11/mms/1435238626/unspecified 2F2Z #> 2242 http://id.who.int/icd/release/11/mms/2120366482 2F30 #> 2243 http://id.who.int/icd/release/11/mms/1047741705 2F30.0 #> 2244 http://id.who.int/icd/release/11/mms/485529452 2F30.1 #> 2245 http://id.who.int/icd/release/11/mms/727954962 2F30.2 #> 2246 http://id.who.int/icd/release/11/mms/827143668 2F30.3 #> 2247 http://id.who.int/icd/release/11/mms/348019553 2F30.4 #> 2248 http://id.who.int/icd/release/11/mms/143326763 2F30.5 #> 2249 http://id.who.int/icd/release/11/mms/513128860 2F30.6 #> 2250 http://id.who.int/icd/release/11/mms/2120366482/other 2F30.Y #> 2251 http://id.who.int/icd/release/11/mms/2120366482/unspecified 2F30.Z #> 2252 http://id.who.int/icd/release/11/mms/1870963963 2F31 #> 2253 http://id.who.int/icd/release/11/mms/1878422439 2F31.0 #> 2254 http://id.who.int/icd/release/11/mms/180207155 2F31.1 #> 2255 http://id.who.int/icd/release/11/mms/471392307 2F31.2 #> 2256 http://id.who.int/icd/release/11/mms/181365103 2F32 #> 2257 http://id.who.int/icd/release/11/mms/882254343 2F32.0 #> 2258 http://id.who.int/icd/release/11/mms/871413134 2F32.1 #> 2259 http://id.who.int/icd/release/11/mms/1050919535 2F32.2 #> 2260 http://id.who.int/icd/release/11/mms/2059232755 2F32.3 #> 2261 http://id.who.int/icd/release/11/mms/181365103/other 2F32.Y #> 2262 http://id.who.int/icd/release/11/mms/181365103/unspecified 2F32.Z #> 2263 http://id.who.int/icd/release/11/mms/2007399469 2F33 #> 2264 http://id.who.int/icd/release/11/mms/317567417 2F34 #> 2265 http://id.who.int/icd/release/11/mms/786739940 2F35 #> 2266 http://id.who.int/icd/release/11/mms/1269792630 2F36 #> 2267 http://id.who.int/icd/release/11/mms/809005353 2F36.0 #> 2268 http://id.who.int/icd/release/11/mms/549962833 2F36.1 #> 2269 http://id.who.int/icd/release/11/mms/1138156221 2F36.2 #> 2270 http://id.who.int/icd/release/11/mms/1461198678 2F36.3 #> 2271 http://id.who.int/icd/release/11/mms/1744602556 2F36.4 #> 2272 http://id.who.int/icd/release/11/mms/1269792630/other 2F36.Y #> 2273 http://id.who.int/icd/release/11/mms/1269792630/unspecified 2F36.Z #> 2274 http://id.who.int/icd/release/11/mms/1290583069 2F37 #> 2275 http://id.who.int/icd/release/11/mms/1197752358 2F37.0 #> 2276 http://id.who.int/icd/release/11/mms/1290583069/other 2F37.Y #> 2277 http://id.who.int/icd/release/11/mms/1290583069/unspecified 2F37.Z #> 2278 http://id.who.int/icd/release/11/mms/164118119/other 2F3Y #> 2279 http://id.who.int/icd/release/11/mms/164118119/unspecified 2F3Z #> 2280 http://id.who.int/icd/release/11/mms/1167133946/other 2F5Y #> 2281 http://id.who.int/icd/release/11/mms/1167133946/unspecified 2F5Z #> 2282 http://id.who.int/icd/release/11/mms/1158485193 #> 2283 http://id.who.int/icd/release/11/mms/1784348632 2F70 #> 2284 http://id.who.int/icd/release/11/mms/1900707623 2F70.0 #> 2285 http://id.who.int/icd/release/11/mms/1405726020 2F70.1 #> 2286 http://id.who.int/icd/release/11/mms/1683655742 2F70.2 #> 2287 http://id.who.int/icd/release/11/mms/2145738924 2F70.3 #> 2288 http://id.who.int/icd/release/11/mms/1077448159 2F70.4 #> 2289 http://id.who.int/icd/release/11/mms/2007739553 2F70.5 #> 2290 http://id.who.int/icd/release/11/mms/1784348632/other 2F70.Y #> 2291 http://id.who.int/icd/release/11/mms/1784348632/unspecified 2F70.Z #> 2292 http://id.who.int/icd/release/11/mms/1517922198 2F71 #> 2293 http://id.who.int/icd/release/11/mms/53222113 2F71.0 #> 2294 http://id.who.int/icd/release/11/mms/1156829716 2F71.1 #> 2295 http://id.who.int/icd/release/11/mms/1373839625 2F71.2 #> 2296 http://id.who.int/icd/release/11/mms/1935733614 2F71.3 #> 2297 http://id.who.int/icd/release/11/mms/2125777432 2F71.4 #> 2298 http://id.who.int/icd/release/11/mms/1517922198/other 2F71.Y #> 2299 http://id.who.int/icd/release/11/mms/1517922198/unspecified 2F71.Z #> 2300 http://id.who.int/icd/release/11/mms/1595346575 2F72 #> 2301 http://id.who.int/icd/release/11/mms/1918880071 2F72.1 #> 2302 http://id.who.int/icd/release/11/mms/2089978862 2F72.2 #> 2303 http://id.who.int/icd/release/11/mms/1595346575/other 2F72.Y #> 2304 http://id.who.int/icd/release/11/mms/1242037654 2F73 #> 2305 http://id.who.int/icd/release/11/mms/2106907884 2F74 #> 2306 http://id.who.int/icd/release/11/mms/1714106490 2F75 #> 2307 http://id.who.int/icd/release/11/mms/2029680113 2F76 #> 2308 http://id.who.int/icd/release/11/mms/1665505633 2F77 #> 2309 http://id.who.int/icd/release/11/mms/1423357983 2F78 #> 2310 http://id.who.int/icd/release/11/mms/135240285 2F79 #> 2311 http://id.who.int/icd/release/11/mms/1558891287 2F7A #> 2312 http://id.who.int/icd/release/11/mms/1316827435 2F7A.0 #> 2313 http://id.who.int/icd/release/11/mms/1558891287/other 2F7A.Y #> 2314 http://id.who.int/icd/release/11/mms/1558891287/unspecified 2F7A.Z #> 2315 http://id.who.int/icd/release/11/mms/1931398140 2F7B #> 2316 http://id.who.int/icd/release/11/mms/1369250201 2F7C #> 2317 http://id.who.int/icd/release/11/mms/1158485193/other 2F7Y #> 2318 http://id.who.int/icd/release/11/mms/1158485193/unspecified 2F7Z #> 2319 http://id.who.int/icd/release/11/mms/1844086508 #> 2320 http://id.who.int/icd/release/11/mms/1103514372 2F90 #> 2321 http://id.who.int/icd/release/11/mms/1637566794 2F90.0 #> 2322 http://id.who.int/icd/release/11/mms/1210937823 2F90.1 #> 2323 http://id.who.int/icd/release/11/mms/1103514372/other 2F90.Y #> 2324 http://id.who.int/icd/release/11/mms/1103514372/unspecified 2F90.Z #> 2325 http://id.who.int/icd/release/11/mms/1795904876 2F91 #> 2326 http://id.who.int/icd/release/11/mms/1772567104 2F91.0 #> 2327 http://id.who.int/icd/release/11/mms/1538190919 2F91.1 #> 2328 http://id.who.int/icd/release/11/mms/1795904876/other 2F91.Y #> 2329 http://id.who.int/icd/release/11/mms/1795904876/unspecified 2F91.Z #> 2330 http://id.who.int/icd/release/11/mms/1210185292 2F92 #> 2331 http://id.who.int/icd/release/11/mms/1173737278 2F93 #> 2332 http://id.who.int/icd/release/11/mms/1735794011 2F94 #> 2333 http://id.who.int/icd/release/11/mms/1623614569 2F95 #> 2334 http://id.who.int/icd/release/11/mms/1969025922 2F96 #> 2335 http://id.who.int/icd/release/11/mms/1860378384 2F97 #> 2336 http://id.who.int/icd/release/11/mms/1722667805 2F98 #> 2337 http://id.who.int/icd/release/11/mms/1067236131 2F99 #> 2338 http://id.who.int/icd/release/11/mms/1442164144 2F9A #> 2339 http://id.who.int/icd/release/11/mms/1775829714 2F9B #> 2340 http://id.who.int/icd/release/11/mms/1540413143 2F9C #> 2341 http://id.who.int/icd/release/11/mms/1844086508/other 2F9Y #> 2342 http://id.who.int/icd/release/11/mms/1844086508/unspecified 2F9Z #> 2343 http://id.who.int/icd/release/11/mms/1766440644 #> 2344 http://id.who.int/icd/release/11/mms/224336967 #> 2345 http://id.who.int/icd/release/11/mms/963670118 #> 2346 http://id.who.int/icd/release/11/mms/1577750667 3A00 #> 2347 http://id.who.int/icd/release/11/mms/942744561 3A00.0 #> 2348 http://id.who.int/icd/release/11/mms/1028330801 3A00.01 #> 2349 http://id.who.int/icd/release/11/mms/942744561/unspecified 3A00.0Z #> 2350 http://id.who.int/icd/release/11/mms/1809391766 3A00.1 #> 2351 http://id.who.int/icd/release/11/mms/1767374177 3A00.2 #> 2352 http://id.who.int/icd/release/11/mms/1539184766 3A00.3 #> 2353 http://id.who.int/icd/release/11/mms/1577750667/other 3A00.Y #> 2354 http://id.who.int/icd/release/11/mms/1577750667/unspecified 3A00.Z #> 2355 http://id.who.int/icd/release/11/mms/623613402 3A01 #> 2356 http://id.who.int/icd/release/11/mms/1463520192 3A01.0 #> 2357 http://id.who.int/icd/release/11/mms/1334119043 3A01.1 #> 2358 http://id.who.int/icd/release/11/mms/1213151459 3A01.2 #> 2359 http://id.who.int/icd/release/11/mms/1045857957 3A01.3 #> 2360 http://id.who.int/icd/release/11/mms/1493613976 3A01.30 #> 2361 http://id.who.int/icd/release/11/mms/1045857957/other 3A01.3Y #> 2362 http://id.who.int/icd/release/11/mms/1470734867 3A01.4 #> 2363 http://id.who.int/icd/release/11/mms/1697800121 3A01.5 #> 2364 http://id.who.int/icd/release/11/mms/623613402/other 3A01.Y #> 2365 http://id.who.int/icd/release/11/mms/623613402/unspecified 3A01.Z #> 2366 http://id.who.int/icd/release/11/mms/918183131 3A02 #> 2367 http://id.who.int/icd/release/11/mms/1312508751 3A02.0 #> 2368 http://id.who.int/icd/release/11/mms/625888080 3A02.1 #> 2369 http://id.who.int/icd/release/11/mms/2065122896 3A02.2 #> 2370 http://id.who.int/icd/release/11/mms/1502909493 3A02.3 #> 2371 http://id.who.int/icd/release/11/mms/1074104026 3A02.4 #> 2372 http://id.who.int/icd/release/11/mms/918183131/other 3A02.Y #> 2373 http://id.who.int/icd/release/11/mms/918183131/unspecified 3A02.Z #> 2374 http://id.who.int/icd/release/11/mms/31556424 3A03 #> 2375 http://id.who.int/icd/release/11/mms/449856959 3A03.0 #> 2376 http://id.who.int/icd/release/11/mms/261912453 3A03.1 #> 2377 http://id.who.int/icd/release/11/mms/676339366 3A03.2 #> 2378 http://id.who.int/icd/release/11/mms/1207626305 3A03.3 #> 2379 http://id.who.int/icd/release/11/mms/2040097886 3A03.4 #> 2380 http://id.who.int/icd/release/11/mms/1119769670 3A03.40 #> 2381 http://id.who.int/icd/release/11/mms/2106820398 3A03.41 #> 2382 http://id.who.int/icd/release/11/mms/1675514504 3A03.42 #> 2383 http://id.who.int/icd/release/11/mms/2040097886/other 3A03.4Y #> 2384 http://id.who.int/icd/release/11/mms/1836080246 3A03.5 #> 2385 http://id.who.int/icd/release/11/mms/325416665 3A03.6 #> 2386 http://id.who.int/icd/release/11/mms/31556424/other 3A03.Y #> 2387 http://id.who.int/icd/release/11/mms/162762794 #> 2388 http://id.who.int/icd/release/11/mms/950429256 #> 2389 http://id.who.int/icd/release/11/mms/1909380523 3A10 #> 2390 http://id.who.int/icd/release/11/mms/2071787420 3A10.0 #> 2391 http://id.who.int/icd/release/11/mms/506935822 3A10.00 #> 2392 http://id.who.int/icd/release/11/mms/2071787420/other 3A10.0Y #> 2393 http://id.who.int/icd/release/11/mms/2071787420/unspecified 3A10.0Z #> 2394 http://id.who.int/icd/release/11/mms/1200845933 3A10.1 #> 2395 http://id.who.int/icd/release/11/mms/679955609 3A10.2 #> 2396 http://id.who.int/icd/release/11/mms/1653996588 3A10.3 #> 2397 http://id.who.int/icd/release/11/mms/1909380523/other 3A10.Y #> 2398 http://id.who.int/icd/release/11/mms/1909380523/unspecified 3A10.Z #> 2399 http://id.who.int/icd/release/11/mms/950429256/other 3A1Y #> 2400 http://id.who.int/icd/release/11/mms/1858490295 #> 2401 http://id.who.int/icd/release/11/mms/1834341306 3A20 #> 2402 http://id.who.int/icd/release/11/mms/880772122 3A20.0 #> 2403 http://id.who.int/icd/release/11/mms/1836938544 3A20.1 #> 2404 http://id.who.int/icd/release/11/mms/1878239449 3A20.2 #> 2405 http://id.who.int/icd/release/11/mms/715111132 3A20.3 #> 2406 http://id.who.int/icd/release/11/mms/1377507376 3A20.4 #> 2407 http://id.who.int/icd/release/11/mms/1048228553 3A20.5 #> 2408 http://id.who.int/icd/release/11/mms/1834341306/other 3A20.Y #> 2409 http://id.who.int/icd/release/11/mms/391831387 3A21 #> 2410 http://id.who.int/icd/release/11/mms/859588467 3A21.0 #> 2411 http://id.who.int/icd/release/11/mms/1323666680 3A21.1 #> 2412 http://id.who.int/icd/release/11/mms/630790515 3A21.2 #> 2413 http://id.who.int/icd/release/11/mms/391831387/other 3A21.Y #> 2414 http://id.who.int/icd/release/11/mms/1858490295/unspecified 3A2Z #> 2415 http://id.who.int/icd/release/11/mms/162762794/unspecified 3A4Z #> 2416 http://id.who.int/icd/release/11/mms/330259189 3A50 #> 2417 http://id.who.int/icd/release/11/mms/531667506 3A50.0 #> 2418 http://id.who.int/icd/release/11/mms/1932608766 3A50.00 #> 2419 http://id.who.int/icd/release/11/mms/874048664 3A50.01 #> 2420 http://id.who.int/icd/release/11/mms/9436211 3A50.02 #> 2421 http://id.who.int/icd/release/11/mms/1859849042 3A50.03 #> 2422 http://id.who.int/icd/release/11/mms/531667506/other 3A50.0Y #> 2423 http://id.who.int/icd/release/11/mms/531667506/unspecified 3A50.0Z #> 2424 http://id.who.int/icd/release/11/mms/675675654 3A50.1 #> 2425 http://id.who.int/icd/release/11/mms/2063292324 3A50.2 #> 2426 http://id.who.int/icd/release/11/mms/528767052 3A50.3 #> 2427 http://id.who.int/icd/release/11/mms/418601307 3A50.4 #> 2428 http://id.who.int/icd/release/11/mms/330259189/other 3A50.Y #> 2429 http://id.who.int/icd/release/11/mms/330259189/unspecified 3A50.Z #> 2430 http://id.who.int/icd/release/11/mms/975559344 3A51 #> 2431 http://id.who.int/icd/release/11/mms/2011497038 3A51.0 #> 2432 http://id.who.int/icd/release/11/mms/1711513381 3A51.1 #> 2433 http://id.who.int/icd/release/11/mms/55071409 3A51.2 #> 2434 http://id.who.int/icd/release/11/mms/313446364 3A51.3 #> 2435 http://id.who.int/icd/release/11/mms/125581497 3A51.4 #> 2436 http://id.who.int/icd/release/11/mms/2097316574 3A51.5 #> 2437 http://id.who.int/icd/release/11/mms/1508363690 3A51.6 #> 2438 http://id.who.int/icd/release/11/mms/141481914 3A51.7 #> 2439 http://id.who.int/icd/release/11/mms/1300597550 3A51.8 #> 2440 http://id.who.int/icd/release/11/mms/1439043542 3A51.9 #> 2441 http://id.who.int/icd/release/11/mms/1898135714 3A51.A #> 2442 http://id.who.int/icd/release/11/mms/1622651355 3A51.B #> 2443 http://id.who.int/icd/release/11/mms/975559344/other 3A51.Y #> 2444 http://id.who.int/icd/release/11/mms/975559344/unspecified 3A51.Z #> 2445 http://id.who.int/icd/release/11/mms/1980066564 #> 2446 http://id.who.int/icd/release/11/mms/217030515 3A60 #> 2447 http://id.who.int/icd/release/11/mms/647711267 3A60.0 #> 2448 http://id.who.int/icd/release/11/mms/1191963445 3A60.1 #> 2449 http://id.who.int/icd/release/11/mms/217030515/unspecified 3A60.Z #> 2450 http://id.who.int/icd/release/11/mms/45753120 3A61 #> 2451 http://id.who.int/icd/release/11/mms/1834257206 3A61.0 #> 2452 http://id.who.int/icd/release/11/mms/136267428 3A61.1 #> 2453 http://id.who.int/icd/release/11/mms/45753120/other 3A61.Y #> 2454 http://id.who.int/icd/release/11/mms/45753120/unspecified 3A61.Z #> 2455 http://id.who.int/icd/release/11/mms/1980066564/unspecified 3A6Z #> 2456 http://id.who.int/icd/release/11/mms/502834133 3A70 #> 2457 http://id.who.int/icd/release/11/mms/350719523 3A70.0 #> 2458 http://id.who.int/icd/release/11/mms/759747321 3A70.1 #> 2459 http://id.who.int/icd/release/11/mms/1907114935 3A70.10 #> 2460 http://id.who.int/icd/release/11/mms/83956554 3A70.11 #> 2461 http://id.who.int/icd/release/11/mms/1615519452 3A70.12 #> 2462 http://id.who.int/icd/release/11/mms/759747321/other 3A70.1Y #> 2463 http://id.who.int/icd/release/11/mms/759747321/unspecified 3A70.1Z #> 2464 http://id.who.int/icd/release/11/mms/502834133/unspecified 3A70.Z #> 2465 http://id.who.int/icd/release/11/mms/1981248479 3A71 #> 2466 http://id.who.int/icd/release/11/mms/161015452 3A71.0 #> 2467 http://id.who.int/icd/release/11/mms/836005435 3A71.1 #> 2468 http://id.who.int/icd/release/11/mms/874359291 3A71.2 #> 2469 http://id.who.int/icd/release/11/mms/1981248479/other 3A71.Y #> 2470 http://id.who.int/icd/release/11/mms/1981248479/unspecified 3A71.Z #> 2471 http://id.who.int/icd/release/11/mms/235504456 3A72 #> 2472 http://id.who.int/icd/release/11/mms/1090108163 3A72.0 #> 2473 http://id.who.int/icd/release/11/mms/853645278 3A72.00 #> 2474 http://id.who.int/icd/release/11/mms/789053868 3A72.01 #> 2475 http://id.who.int/icd/release/11/mms/1090108163/other 3A72.0Y #> 2476 http://id.who.int/icd/release/11/mms/1090108163/unspecified 3A72.0Z #> 2477 http://id.who.int/icd/release/11/mms/967695084 3A72.1 #> 2478 http://id.who.int/icd/release/11/mms/235504456/unspecified 3A72.Z #> 2479 http://id.who.int/icd/release/11/mms/899830967 3A73 #> 2480 http://id.who.int/icd/release/11/mms/457885282 #> 2481 http://id.who.int/icd/release/11/mms/1617675057 3A80 #> 2482 http://id.who.int/icd/release/11/mms/962836252 3A80.0 #> 2483 http://id.who.int/icd/release/11/mms/1617675057/other 3A80.Y #> 2484 http://id.who.int/icd/release/11/mms/1617675057/unspecified 3A80.Z #> 2485 http://id.who.int/icd/release/11/mms/1159594433 3A81 #> 2486 http://id.who.int/icd/release/11/mms/1401067562 3A81.0 #> 2487 http://id.who.int/icd/release/11/mms/1211987132 3A81.1 #> 2488 http://id.who.int/icd/release/11/mms/1829691373 3A81.2 #> 2489 http://id.who.int/icd/release/11/mms/1159594433/other 3A81.Y #> 2490 http://id.who.int/icd/release/11/mms/1159594433/unspecified 3A81.Z #> 2491 http://id.who.int/icd/release/11/mms/457885282/unspecified 3A8Z #> 2492 http://id.who.int/icd/release/11/mms/492611740 3A90 #> 2493 http://id.who.int/icd/release/11/mms/1981095916 3A91 #> 2494 http://id.who.int/icd/release/11/mms/586921197 3A92 #> 2495 http://id.who.int/icd/release/11/mms/746336827 3A93 #> 2496 http://id.who.int/icd/release/11/mms/324845131 3A94 #> 2497 http://id.who.int/icd/release/11/mms/224336967/other 3A9Y #> 2498 http://id.who.int/icd/release/11/mms/224336967/unspecified 3A9Z #> 2499 http://id.who.int/icd/release/11/mms/1762461746 #> 2500 http://id.who.int/icd/release/11/mms/1016799900 #> 2501 http://id.who.int/icd/release/11/mms/1181865707 #> 2502 http://id.who.int/icd/release/11/mms/1573164739 3B10 #> 2503 http://id.who.int/icd/release/11/mms/337607970 3B10.0 #> 2504 http://id.who.int/icd/release/11/mms/765707742 3B10.1 #> 2505 http://id.who.int/icd/release/11/mms/1573164739/other 3B10.Y #> 2506 http://id.who.int/icd/release/11/mms/1573164739/unspecified 3B10.Z #> 2507 http://id.who.int/icd/release/11/mms/755266992 3B11 #> 2508 http://id.who.int/icd/release/11/mms/1901375668 3B11.0 #> 2509 http://id.who.int/icd/release/11/mms/755266992/other 3B11.Y #> 2510 http://id.who.int/icd/release/11/mms/755266992/unspecified 3B11.Z #> 2511 http://id.who.int/icd/release/11/mms/2112021600 3B12 #> 2512 http://id.who.int/icd/release/11/mms/413739466 3B13 #> 2513 http://id.who.int/icd/release/11/mms/573771682 3B14 #> 2514 http://id.who.int/icd/release/11/mms/1452989457 3B14.0 #> 2515 http://id.who.int/icd/release/11/mms/1886781445 3B14.1 #> 2516 http://id.who.int/icd/release/11/mms/54644599 3B14.2 #> 2517 http://id.who.int/icd/release/11/mms/573771682/unspecified 3B14.Z #> 2518 http://id.who.int/icd/release/11/mms/1795705470 3B15 #> 2519 http://id.who.int/icd/release/11/mms/1181865707/unspecified 3B1Z #> 2520 http://id.who.int/icd/release/11/mms/2057381685 #> 2521 http://id.who.int/icd/release/11/mms/1622289887 3B20 #> 2522 http://id.who.int/icd/release/11/mms/156218529 3B21 #> 2523 http://id.who.int/icd/release/11/mms/836204111 3B21.0 #> 2524 http://id.who.int/icd/release/11/mms/171766827 3B21.1 #> 2525 http://id.who.int/icd/release/11/mms/156218529/other 3B21.Y #> 2526 http://id.who.int/icd/release/11/mms/156218529/unspecified 3B21.Z #> 2527 http://id.who.int/icd/release/11/mms/1559879199 3B22 #> 2528 http://id.who.int/icd/release/11/mms/2057381685/other 3B2Y #> 2529 http://id.who.int/icd/release/11/mms/1016799900/unspecified 3B4Z #> 2530 http://id.who.int/icd/release/11/mms/1881300992 #> 2531 http://id.who.int/icd/release/11/mms/1502898025 3B50 #> 2532 http://id.who.int/icd/release/11/mms/688627594 3B50.0 #> 2533 http://id.who.int/icd/release/11/mms/428643962 3B50.1 #> 2534 http://id.who.int/icd/release/11/mms/1502898025/other 3B50.Y #> 2535 http://id.who.int/icd/release/11/mms/1502898025/unspecified 3B50.Z #> 2536 http://id.who.int/icd/release/11/mms/1845970455 3B51 #> 2537 http://id.who.int/icd/release/11/mms/1895608758 3B60 #> 2538 http://id.who.int/icd/release/11/mms/1912288163 3B60.0 #> 2539 http://id.who.int/icd/release/11/mms/2122434528 3B60.1 #> 2540 http://id.who.int/icd/release/11/mms/1733531851 3B61 #> 2541 http://id.who.int/icd/release/11/mms/535489185 3B61.0 #> 2542 http://id.who.int/icd/release/11/mms/1993280493 3B61.00 #> 2543 http://id.who.int/icd/release/11/mms/535489185/other 3B61.0Y #> 2544 http://id.who.int/icd/release/11/mms/535489185/unspecified 3B61.0Z #> 2545 http://id.who.int/icd/release/11/mms/1034282518 3B61.1 #> 2546 http://id.who.int/icd/release/11/mms/1733531851/other 3B61.Y #> 2547 http://id.who.int/icd/release/11/mms/1733531851/unspecified 3B61.Z #> 2548 http://id.who.int/icd/release/11/mms/72474955 3B62 #> 2549 http://id.who.int/icd/release/11/mms/1410128892 3B62.0 #> 2550 http://id.who.int/icd/release/11/mms/237567451 3B62.00 #> 2551 http://id.who.int/icd/release/11/mms/2069754587 3B62.01 #> 2552 http://id.who.int/icd/release/11/mms/1410128892/other 3B62.0Y #> 2553 http://id.who.int/icd/release/11/mms/1410128892/unspecified 3B62.0Z #> 2554 http://id.who.int/icd/release/11/mms/1676860885 3B62.1 #> 2555 http://id.who.int/icd/release/11/mms/1191315143 3B62.2 #> 2556 http://id.who.int/icd/release/11/mms/1930060978 3B62.3 #> 2557 http://id.who.int/icd/release/11/mms/1557840180 3B62.4 #> 2558 http://id.who.int/icd/release/11/mms/778191161 3B62.5 #> 2559 http://id.who.int/icd/release/11/mms/72474955/other 3B62.Y #> 2560 http://id.who.int/icd/release/11/mms/72474955/unspecified 3B62.Z #> 2561 http://id.who.int/icd/release/11/mms/11621191 3B63 #> 2562 http://id.who.int/icd/release/11/mms/1695088249 3B63.0 #> 2563 http://id.who.int/icd/release/11/mms/1744773503 3B63.1 #> 2564 http://id.who.int/icd/release/11/mms/787723347 3B63.10 #> 2565 http://id.who.int/icd/release/11/mms/1744773503/other 3B63.1Y #> 2566 http://id.who.int/icd/release/11/mms/1744773503/unspecified 3B63.1Z #> 2567 http://id.who.int/icd/release/11/mms/11621191/other 3B63.Y #> 2568 http://id.who.int/icd/release/11/mms/11621191/unspecified 3B63.Z #> 2569 http://id.who.int/icd/release/11/mms/683583694 3B64 #> 2570 http://id.who.int/icd/release/11/mms/672733376 3B64.0 #> 2571 http://id.who.int/icd/release/11/mms/1374965372 3B64.00 #> 2572 http://id.who.int/icd/release/11/mms/827950289 3B64.01 #> 2573 http://id.who.int/icd/release/11/mms/672733376/unspecified 3B64.0Z #> 2574 http://id.who.int/icd/release/11/mms/526155201 3B64.1 #> 2575 http://id.who.int/icd/release/11/mms/364346400 3B64.10 #> 2576 http://id.who.int/icd/release/11/mms/51520034 3B64.11 #> 2577 http://id.who.int/icd/release/11/mms/7135461 3B64.12 #> 2578 http://id.who.int/icd/release/11/mms/251307303 3B64.13 #> 2579 http://id.who.int/icd/release/11/mms/1708277768 3B64.14 #> 2580 http://id.who.int/icd/release/11/mms/526155201/other 3B64.1Y #> 2581 http://id.who.int/icd/release/11/mms/683583694/unspecified 3B64.Z #> 2582 http://id.who.int/icd/release/11/mms/757747508 3B65 #> 2583 http://id.who.int/icd/release/11/mms/1762461746/other 3B6Y #> 2584 http://id.who.int/icd/release/11/mms/1762461746/unspecified 3B6Z #> 2585 http://id.who.int/icd/release/11/mms/567425990 #> 2586 http://id.who.int/icd/release/11/mms/1189893025 3B80 #> 2587 http://id.who.int/icd/release/11/mms/566170052 3B80.0 #> 2588 http://id.who.int/icd/release/11/mms/1685029318 3B81 #> 2589 http://id.who.int/icd/release/11/mms/142317144 3B81.0 #> 2590 http://id.who.int/icd/release/11/mms/1409065148 3B81.1 #> 2591 http://id.who.int/icd/release/11/mms/660521540 3B81.2 #> 2592 http://id.who.int/icd/release/11/mms/2051708973 3B81.3 #> 2593 http://id.who.int/icd/release/11/mms/1924716067 3B81.4 #> 2594 http://id.who.int/icd/release/11/mms/1074626599 3B81.5 #> 2595 http://id.who.int/icd/release/11/mms/703716809 3B81.50 #> 2596 http://id.who.int/icd/release/11/mms/515966662 3B81.51 #> 2597 http://id.who.int/icd/release/11/mms/1074626599/other 3B81.5Y #> 2598 http://id.who.int/icd/release/11/mms/1074626599/unspecified 3B81.5Z #> 2599 http://id.who.int/icd/release/11/mms/2072693588 3B81.6 #> 2600 http://id.who.int/icd/release/11/mms/708593417 3B81.7 #> 2601 http://id.who.int/icd/release/11/mms/843985241 3B81.70 #> 2602 http://id.who.int/icd/release/11/mms/1831834962 3B81.71 #> 2603 http://id.who.int/icd/release/11/mms/708593417/other 3B81.7Y #> 2604 http://id.who.int/icd/release/11/mms/708593417/unspecified 3B81.7Z #> 2605 http://id.who.int/icd/release/11/mms/613636228 3B81.8 #> 2606 http://id.who.int/icd/release/11/mms/197440403 3B81.9 #> 2607 http://id.who.int/icd/release/11/mms/589504944 3B81.A #> 2608 http://id.who.int/icd/release/11/mms/2093549625 3B81.B #> 2609 http://id.who.int/icd/release/11/mms/140794056 3B81.C #> 2610 http://id.who.int/icd/release/11/mms/1685029318/other 3B81.Y #> 2611 http://id.who.int/icd/release/11/mms/1685029318/unspecified 3B81.Z #> 2612 http://id.who.int/icd/release/11/mms/567425990/unspecified 3B8Z #> 2613 http://id.who.int/icd/release/11/mms/1766440644/other 3C0Y #> 2614 http://id.who.int/icd/release/11/mms/1766440644/unspecified 3C0Z #> 2615 http://id.who.int/icd/release/11/mms/1954798891 #> 2616 http://id.who.int/icd/release/11/mms/587326822 #> 2617 http://id.who.int/icd/release/11/mms/551037838 4A00 #> 2618 http://id.who.int/icd/release/11/mms/808756909 4A00.0 #> 2619 http://id.who.int/icd/release/11/mms/1459690929 4A00.00 #> 2620 http://id.who.int/icd/release/11/mms/808756909/other 4A00.0Y #> 2621 http://id.who.int/icd/release/11/mms/808756909/unspecified 4A00.0Z #> 2622 http://id.who.int/icd/release/11/mms/1222145690 4A00.1 #> 2623 http://id.who.int/icd/release/11/mms/327609494 4A00.10 #> 2624 http://id.who.int/icd/release/11/mms/531050218 4A00.11 #> 2625 http://id.who.int/icd/release/11/mms/243040830 4A00.12 #> 2626 http://id.who.int/icd/release/11/mms/1998425794 4A00.13 #> 2627 http://id.who.int/icd/release/11/mms/795969334 4A00.14 #> 2628 http://id.who.int/icd/release/11/mms/1078767412 4A00.15 #> 2629 http://id.who.int/icd/release/11/mms/1222145690/other 4A00.1Y #> 2630 http://id.who.int/icd/release/11/mms/1222145690/unspecified 4A00.1Z #> 2631 http://id.who.int/icd/release/11/mms/1946750030 4A00.2 #> 2632 http://id.who.int/icd/release/11/mms/872351944 4A00.3 #> 2633 http://id.who.int/icd/release/11/mms/551037838/other 4A00.Y #> 2634 http://id.who.int/icd/release/11/mms/551037838/unspecified 4A00.Z #> 2635 http://id.who.int/icd/release/11/mms/1169765917 4A01 #> 2636 http://id.who.int/icd/release/11/mms/85074116 4A01.0 #> 2637 http://id.who.int/icd/release/11/mms/393046642 4A01.00 #> 2638 http://id.who.int/icd/release/11/mms/1915135976 4A01.01 #> 2639 http://id.who.int/icd/release/11/mms/29897844 4A01.02 #> 2640 http://id.who.int/icd/release/11/mms/1686370790 4A01.03 #> 2641 http://id.who.int/icd/release/11/mms/14210665 4A01.04 #> 2642 http://id.who.int/icd/release/11/mms/769068598 4A01.05 #> 2643 http://id.who.int/icd/release/11/mms/85074116/other 4A01.0Y #> 2644 http://id.who.int/icd/release/11/mms/85074116/unspecified 4A01.0Z #> 2645 http://id.who.int/icd/release/11/mms/1616506198 4A01.1 #> 2646 http://id.who.int/icd/release/11/mms/963193284 4A01.10 #> 2647 http://id.who.int/icd/release/11/mms/489749747 4A01.11 #> 2648 http://id.who.int/icd/release/11/mms/2021339495 4A01.12 #> 2649 http://id.who.int/icd/release/11/mms/1616506198/other 4A01.1Y #> 2650 http://id.who.int/icd/release/11/mms/1616506198/unspecified 4A01.1Z #> 2651 http://id.who.int/icd/release/11/mms/1674805091 4A01.2 #> 2652 http://id.who.int/icd/release/11/mms/2015243510 4A01.20 #> 2653 http://id.who.int/icd/release/11/mms/1902856995 4A01.21 #> 2654 http://id.who.int/icd/release/11/mms/969875874 4A01.22 #> 2655 http://id.who.int/icd/release/11/mms/1523519942 4A01.23 #> 2656 http://id.who.int/icd/release/11/mms/1674805091/other 4A01.2Y #> 2657 http://id.who.int/icd/release/11/mms/1674805091/unspecified 4A01.2Z #> 2658 http://id.who.int/icd/release/11/mms/1847093418 4A01.3 #> 2659 http://id.who.int/icd/release/11/mms/2037626838 4A01.30 #> 2660 http://id.who.int/icd/release/11/mms/1362501774 4A01.31 #> 2661 http://id.who.int/icd/release/11/mms/1948303413 4A01.32 #> 2662 http://id.who.int/icd/release/11/mms/712514250 4A01.33 #> 2663 http://id.who.int/icd/release/11/mms/223461798 4A01.34 #> 2664 http://id.who.int/icd/release/11/mms/1169765917/unspecified 4A01.Z #> 2665 http://id.who.int/icd/release/11/mms/587326822/other 4A0Y #> 2666 http://id.who.int/icd/release/11/mms/587326822/unspecified 4A0Z #> 2667 http://id.who.int/icd/release/11/mms/609223181 4A20 #> 2668 http://id.who.int/icd/release/11/mms/1843843106 4A20.0 #> 2669 http://id.who.int/icd/release/11/mms/1709907983 4A20.1 #> 2670 http://id.who.int/icd/release/11/mms/609223181/other 4A20.Y #> 2671 http://id.who.int/icd/release/11/mms/609223181/unspecified 4A20.Z #> 2672 http://id.who.int/icd/release/11/mms/1008515027 #> 2673 http://id.who.int/icd/release/11/mms/1443317238 4A40 #> 2674 http://id.who.int/icd/release/11/mms/749596428 4A40.0 #> 2675 http://id.who.int/icd/release/11/mms/757048800 4A40.00 #> 2676 http://id.who.int/icd/release/11/mms/749596428/other 4A40.0Y #> 2677 http://id.who.int/icd/release/11/mms/749596428/unspecified 4A40.0Z #> 2678 http://id.who.int/icd/release/11/mms/1239818910 4A40.1 #> 2679 http://id.who.int/icd/release/11/mms/1443317238/other 4A40.Y #> 2680 http://id.who.int/icd/release/11/mms/1443317238/unspecified 4A40.Z #> 2681 http://id.who.int/icd/release/11/mms/464294586 4A41 #> 2682 http://id.who.int/icd/release/11/mms/739030149 4A41.0 #> 2683 http://id.who.int/icd/release/11/mms/544509908 4A41.00 #> 2684 http://id.who.int/icd/release/11/mms/1428089375 4A41.01 #> 2685 http://id.who.int/icd/release/11/mms/739030149/unspecified 4A41.0Z #> 2686 http://id.who.int/icd/release/11/mms/1157134196 4A41.1 #> 2687 http://id.who.int/icd/release/11/mms/633330307 4A41.10 #> 2688 http://id.who.int/icd/release/11/mms/113898480 4A41.11 #> 2689 http://id.who.int/icd/release/11/mms/1157134196/other 4A41.1Y #> 2690 http://id.who.int/icd/release/11/mms/1157134196/unspecified 4A41.1Z #> 2691 http://id.who.int/icd/release/11/mms/983668658 4A41.2 #> 2692 http://id.who.int/icd/release/11/mms/797555186 4A41.20 #> 2693 http://id.who.int/icd/release/11/mms/404396176 4A41.21 #> 2694 http://id.who.int/icd/release/11/mms/983668658/unspecified 4A41.2Z #> 2695 http://id.who.int/icd/release/11/mms/464294586/other 4A41.Y #> 2696 http://id.who.int/icd/release/11/mms/464294586/unspecified 4A41.Z #> 2697 http://id.who.int/icd/release/11/mms/1084365812 4A42 #> 2698 http://id.who.int/icd/release/11/mms/2338375 4A42.0 #> 2699 http://id.who.int/icd/release/11/mms/1852283743 4A42.1 #> 2700 http://id.who.int/icd/release/11/mms/187455179 4A42.2 #> 2701 http://id.who.int/icd/release/11/mms/1084365812/unspecified 4A42.Z #> 2702 http://id.who.int/icd/release/11/mms/636081762 4A43 #> 2703 http://id.who.int/icd/release/11/mms/99883782 4A43.0 #> 2704 http://id.who.int/icd/release/11/mms/2012865457 4A43.1 #> 2705 http://id.who.int/icd/release/11/mms/1923044320 4A43.2 #> 2706 http://id.who.int/icd/release/11/mms/899463360 4A43.20 #> 2707 http://id.who.int/icd/release/11/mms/953143133 4A43.21 #> 2708 http://id.who.int/icd/release/11/mms/1696887984 4A43.22 #> 2709 http://id.who.int/icd/release/11/mms/1923044320/other 4A43.2Y #> 2710 http://id.who.int/icd/release/11/mms/1923044320/unspecified 4A43.2Z #> 2711 http://id.who.int/icd/release/11/mms/891652224 4A43.3 #> 2712 http://id.who.int/icd/release/11/mms/1977389237 4A43.4 #> 2713 http://id.who.int/icd/release/11/mms/636081762/other 4A43.Y #> 2714 http://id.who.int/icd/release/11/mms/636081762/unspecified 4A43.Z #> 2715 http://id.who.int/icd/release/11/mms/572581721 4A44 #> 2716 http://id.who.int/icd/release/11/mms/1248176279 4A44.0 #> 2717 http://id.who.int/icd/release/11/mms/1327645131 4A44.1 #> 2718 http://id.who.int/icd/release/11/mms/1929970386 4A44.2 #> 2719 http://id.who.int/icd/release/11/mms/1314272220 4A44.3 #> 2720 http://id.who.int/icd/release/11/mms/1419332129 4A44.4 #> 2721 http://id.who.int/icd/release/11/mms/540285662 4A44.5 #> 2722 http://id.who.int/icd/release/11/mms/1474816492 4A44.6 #> 2723 http://id.who.int/icd/release/11/mms/2130738127 4A44.7 #> 2724 http://id.who.int/icd/release/11/mms/1000683110 4A44.8 #> 2725 http://id.who.int/icd/release/11/mms/548938147 4A44.9 #> 2726 http://id.who.int/icd/release/11/mms/55133785 4A44.90 #> 2727 http://id.who.int/icd/release/11/mms/629572966 4A44.91 #> 2728 http://id.who.int/icd/release/11/mms/1629105375 4A44.92 #> 2729 http://id.who.int/icd/release/11/mms/548938147/other 4A44.9Y #> 2730 http://id.who.int/icd/release/11/mms/548938147/unspecified 4A44.9Z #> 2731 http://id.who.int/icd/release/11/mms/1404622826 4A44.A #> 2732 http://id.who.int/icd/release/11/mms/999231798 4A44.A0 #> 2733 http://id.who.int/icd/release/11/mms/1020056159 4A44.A1 #> 2734 http://id.who.int/icd/release/11/mms/835880885 4A44.A2 #> 2735 http://id.who.int/icd/release/11/mms/1404622826/other 4A44.AY #> 2736 http://id.who.int/icd/release/11/mms/1404622826/unspecified 4A44.AZ #> 2737 http://id.who.int/icd/release/11/mms/748282847 4A44.B #> 2738 http://id.who.int/icd/release/11/mms/247535295 4A44.B0 #> 2739 http://id.who.int/icd/release/11/mms/748282847/other 4A44.BY #> 2740 http://id.who.int/icd/release/11/mms/748282847/unspecified 4A44.BZ #> 2741 http://id.who.int/icd/release/11/mms/572581721/other 4A44.Y #> 2742 http://id.who.int/icd/release/11/mms/572581721/unspecified 4A44.Z #> 2743 http://id.who.int/icd/release/11/mms/1173370808 4A45 #> 2744 http://id.who.int/icd/release/11/mms/85700944 4A45.0 #> 2745 http://id.who.int/icd/release/11/mms/138987181 4A45.1 #> 2746 http://id.who.int/icd/release/11/mms/1280729393 4A45.2 #> 2747 http://id.who.int/icd/release/11/mms/136346238 4A45.3 #> 2748 http://id.who.int/icd/release/11/mms/1173370808/unspecified 4A45.Z #> 2749 http://id.who.int/icd/release/11/mms/1008515027/other 4A4Y #> 2750 http://id.who.int/icd/release/11/mms/1008515027/unspecified 4A4Z #> 2751 http://id.who.int/icd/release/11/mms/2115467890 #> 2752 http://id.who.int/icd/release/11/mms/1576710885 4A60 #> 2753 http://id.who.int/icd/release/11/mms/1373335705 4A60.0 #> 2754 http://id.who.int/icd/release/11/mms/2139918612 4A60.1 #> 2755 http://id.who.int/icd/release/11/mms/1869883509 4A60.2 #> 2756 http://id.who.int/icd/release/11/mms/1576710885/other 4A60.Y #> 2757 http://id.who.int/icd/release/11/mms/1576710885/unspecified 4A60.Z #> 2758 http://id.who.int/icd/release/11/mms/1901494067 4A61 #> 2759 http://id.who.int/icd/release/11/mms/1668927157 4A62 #> 2760 http://id.who.int/icd/release/11/mms/2115467890/other 4A6Y #> 2761 http://id.who.int/icd/release/11/mms/2115467890/unspecified 4A6Z #> 2762 http://id.who.int/icd/release/11/mms/642618805 #> 2763 http://id.who.int/icd/release/11/mms/1531458929 4A80 #> 2764 http://id.who.int/icd/release/11/mms/667435406 4A80.0 #> 2765 http://id.who.int/icd/release/11/mms/1350421262 4A80.1 #> 2766 http://id.who.int/icd/release/11/mms/1531458929/other 4A80.Y #> 2767 http://id.who.int/icd/release/11/mms/1531458929/unspecified 4A80.Z #> 2768 http://id.who.int/icd/release/11/mms/454856168 4A81 #> 2769 http://id.who.int/icd/release/11/mms/1047945302 4A82 #> 2770 http://id.who.int/icd/release/11/mms/894935545 4A83 #> 2771 http://id.who.int/icd/release/11/mms/837067101 4A83.0 #> 2772 http://id.who.int/icd/release/11/mms/1853964304 4A83.1 #> 2773 http://id.who.int/icd/release/11/mms/894935545/other 4A83.Y #> 2774 http://id.who.int/icd/release/11/mms/894935545/unspecified 4A83.Z #> 2775 http://id.who.int/icd/release/11/mms/1868068711 4A84 #> 2776 http://id.who.int/icd/release/11/mms/1729383028 4A84.0 #> 2777 http://id.who.int/icd/release/11/mms/1200133657 4A84.1 #> 2778 http://id.who.int/icd/release/11/mms/1095261642 4A84.2 #> 2779 http://id.who.int/icd/release/11/mms/2025061243 4A84.3 #> 2780 http://id.who.int/icd/release/11/mms/1069179856 4A84.30 #> 2781 http://id.who.int/icd/release/11/mms/416451504 4A84.31 #> 2782 http://id.who.int/icd/release/11/mms/2025061243/other 4A84.3Y #> 2783 http://id.who.int/icd/release/11/mms/2025061243/unspecified 4A84.3Z #> 2784 http://id.who.int/icd/release/11/mms/2018903019 4A84.4 #> 2785 http://id.who.int/icd/release/11/mms/404632018 4A84.5 #> 2786 http://id.who.int/icd/release/11/mms/2023405973 4A84.6 #> 2787 http://id.who.int/icd/release/11/mms/1868068711/other 4A84.Y #> 2788 http://id.who.int/icd/release/11/mms/1868068711/unspecified 4A84.Z #> 2789 http://id.who.int/icd/release/11/mms/1426309905 4A85 #> 2790 http://id.who.int/icd/release/11/mms/405257730 4A85.0 #> 2791 http://id.who.int/icd/release/11/mms/674464254 4A85.00 #> 2792 http://id.who.int/icd/release/11/mms/1394687071 4A85.01 #> 2793 http://id.who.int/icd/release/11/mms/102709764 4A85.02 #> 2794 http://id.who.int/icd/release/11/mms/1376183765 4A85.03 #> 2795 http://id.who.int/icd/release/11/mms/1936492387 4A85.04 #> 2796 http://id.who.int/icd/release/11/mms/405257730/other 4A85.0Y #> 2797 http://id.who.int/icd/release/11/mms/405257730/unspecified 4A85.0Z #> 2798 http://id.who.int/icd/release/11/mms/1540162038 4A85.1 #> 2799 http://id.who.int/icd/release/11/mms/1028477872 4A85.2 #> 2800 http://id.who.int/icd/release/11/mms/1213145383 4A85.20 #> 2801 http://id.who.int/icd/release/11/mms/773407463 4A85.21 #> 2802 http://id.who.int/icd/release/11/mms/943039030 4A85.22 #> 2803 http://id.who.int/icd/release/11/mms/1028477872/other 4A85.2Y #> 2804 http://id.who.int/icd/release/11/mms/1028477872/unspecified 4A85.2Z #> 2805 http://id.who.int/icd/release/11/mms/733043150 4A85.3 #> 2806 http://id.who.int/icd/release/11/mms/1433704910 4A85.30 #> 2807 http://id.who.int/icd/release/11/mms/942174778 4A85.31 #> 2808 http://id.who.int/icd/release/11/mms/617371511 4A85.32 #> 2809 http://id.who.int/icd/release/11/mms/1426309905/other 4A85.Y #> 2810 http://id.who.int/icd/release/11/mms/1426309905/unspecified 4A85.Z #> 2811 http://id.who.int/icd/release/11/mms/642618805/other 4A8Y #> 2812 http://id.who.int/icd/release/11/mms/642618805/unspecified 4A8Z #> 2813 http://id.who.int/icd/release/11/mms/966435382 #> 2814 http://id.who.int/icd/release/11/mms/1434413881 4B00 #> 2815 http://id.who.int/icd/release/11/mms/926492960 4B00.0 #> 2816 http://id.who.int/icd/release/11/mms/87096615 4B00.00 #> 2817 http://id.who.int/icd/release/11/mms/348671706 4B00.01 #> 2818 http://id.who.int/icd/release/11/mms/926492960/unspecified 4B00.0Z #> 2819 http://id.who.int/icd/release/11/mms/494107103 4B00.1 #> 2820 http://id.who.int/icd/release/11/mms/1519498795 4B00.10 #> 2821 http://id.who.int/icd/release/11/mms/129900752 4B00.11 #> 2822 http://id.who.int/icd/release/11/mms/494107103/unspecified 4B00.1Z #> 2823 http://id.who.int/icd/release/11/mms/1434413881/other 4B00.Y #> 2824 http://id.who.int/icd/release/11/mms/576188835 4B01 #> 2825 http://id.who.int/icd/release/11/mms/738298663 4B01.0 #> 2826 http://id.who.int/icd/release/11/mms/1990807906 4B01.00 #> 2827 http://id.who.int/icd/release/11/mms/1094348832 4B01.01 #> 2828 http://id.who.int/icd/release/11/mms/1754024073 4B01.02 #> 2829 http://id.who.int/icd/release/11/mms/1518705806 4B01.03 #> 2830 http://id.who.int/icd/release/11/mms/738298663/other 4B01.0Y #> 2831 http://id.who.int/icd/release/11/mms/738298663/unspecified 4B01.0Z #> 2832 http://id.who.int/icd/release/11/mms/538986843 4B01.1 #> 2833 http://id.who.int/icd/release/11/mms/576188835/unspecified 4B01.Z #> 2834 http://id.who.int/icd/release/11/mms/484161124 4B02 #> 2835 http://id.who.int/icd/release/11/mms/1217074338 4B02.0 #> 2836 http://id.who.int/icd/release/11/mms/1631398967 4B02.1 #> 2837 http://id.who.int/icd/release/11/mms/484161124/unspecified 4B02.Z #> 2838 http://id.who.int/icd/release/11/mms/726177562 4B03 #> 2839 http://id.who.int/icd/release/11/mms/1180087344 4B03.0 #> 2840 http://id.who.int/icd/release/11/mms/2117804143 4B03.1 #> 2841 http://id.who.int/icd/release/11/mms/726177562/unspecified 4B03.Z #> 2842 http://id.who.int/icd/release/11/mms/266517577 4B04 #> 2843 http://id.who.int/icd/release/11/mms/1038837840 4B05 #> 2844 http://id.who.int/icd/release/11/mms/1654306762 4B06 #> 2845 http://id.who.int/icd/release/11/mms/1847534604 4B07 #> 2846 http://id.who.int/icd/release/11/mms/966435382/other 4B0Y #> 2847 http://id.who.int/icd/release/11/mms/966435382/unspecified 4B0Z #> 2848 http://id.who.int/icd/release/11/mms/1860070272 #> 2849 http://id.who.int/icd/release/11/mms/330792642 4B20 #> 2850 http://id.who.int/icd/release/11/mms/820827059 4B20.0 #> 2851 http://id.who.int/icd/release/11/mms/1437015591 4B20.1 #> 2852 http://id.who.int/icd/release/11/mms/1434414203 4B20.2 #> 2853 http://id.who.int/icd/release/11/mms/1479285656 4B20.3 #> 2854 http://id.who.int/icd/release/11/mms/1980319000 4B20.4 #> 2855 http://id.who.int/icd/release/11/mms/1145144140 4B20.5 #> 2856 http://id.who.int/icd/release/11/mms/330792642/other 4B20.Y #> 2857 http://id.who.int/icd/release/11/mms/330792642/unspecified 4B20.Z #> 2858 http://id.who.int/icd/release/11/mms/2120744975 4B21 #> 2859 http://id.who.int/icd/release/11/mms/455331227 4B22 #> 2860 http://id.who.int/icd/release/11/mms/180703474 4B23 #> 2861 http://id.who.int/icd/release/11/mms/437372167 4B24 #> 2862 http://id.who.int/icd/release/11/mms/83784921 4B24.0 #> 2863 http://id.who.int/icd/release/11/mms/621183043 4B24.1 #> 2864 http://id.who.int/icd/release/11/mms/437372167/other 4B24.Y #> 2865 http://id.who.int/icd/release/11/mms/437372167/unspecified 4B24.Z #> 2866 http://id.who.int/icd/release/11/mms/1860070272/other 4B2Y #> 2867 http://id.who.int/icd/release/11/mms/603645706 4B40 #> 2868 http://id.who.int/icd/release/11/mms/556328756 4B40.0 #> 2869 http://id.who.int/icd/release/11/mms/1147349670 4B40.1 #> 2870 http://id.who.int/icd/release/11/mms/812332735 4B40.2 #> 2871 http://id.who.int/icd/release/11/mms/603645706/other 4B40.Y #> 2872 http://id.who.int/icd/release/11/mms/603645706/unspecified 4B40.Z #> 2873 http://id.who.int/icd/release/11/mms/1954798891/other 4B4Y #> 2874 http://id.who.int/icd/release/11/mms/1954798891/unspecified 4B4Z #> 2875 http://id.who.int/icd/release/11/mms/21500692 #> 2876 http://id.who.int/icd/release/11/mms/461716838 #> 2877 http://id.who.int/icd/release/11/mms/1907280211 #> 2878 http://id.who.int/icd/release/11/mms/1722092627 5A00 #> 2879 http://id.who.int/icd/release/11/mms/602450215 5A00.0 #> 2880 http://id.who.int/icd/release/11/mms/234769120 5A00.00 #> 2881 http://id.who.int/icd/release/11/mms/1756727158 5A00.01 #> 2882 http://id.who.int/icd/release/11/mms/1156056623 5A00.02 #> 2883 http://id.who.int/icd/release/11/mms/592246939 5A00.03 #> 2884 http://id.who.int/icd/release/11/mms/900488632 5A00.04 #> 2885 http://id.who.int/icd/release/11/mms/602450215/other 5A00.0Y #> 2886 http://id.who.int/icd/release/11/mms/602450215/unspecified 5A00.0Z #> 2887 http://id.who.int/icd/release/11/mms/1357352994 5A00.1 #> 2888 http://id.who.int/icd/release/11/mms/276898399 5A00.10 #> 2889 http://id.who.int/icd/release/11/mms/1976233931 5A00.11 #> 2890 http://id.who.int/icd/release/11/mms/1357352994/unspecified 5A00.1Z #> 2891 http://id.who.int/icd/release/11/mms/1090587977 5A00.2 #> 2892 http://id.who.int/icd/release/11/mms/471390091 5A00.20 #> 2893 http://id.who.int/icd/release/11/mms/1878410271 5A00.21 #> 2894 http://id.who.int/icd/release/11/mms/608878813 5A00.22 #> 2895 http://id.who.int/icd/release/11/mms/1090587977/other 5A00.2Y #> 2896 http://id.who.int/icd/release/11/mms/1090587977/unspecified 5A00.2Z #> 2897 http://id.who.int/icd/release/11/mms/1722092627/unspecified 5A00.Z #> 2898 http://id.who.int/icd/release/11/mms/854564573 5A01 #> 2899 http://id.who.int/icd/release/11/mms/914832290 5A01.0 #> 2900 http://id.who.int/icd/release/11/mms/1405941300 5A01.1 #> 2901 http://id.who.int/icd/release/11/mms/660711115 5A01.2 #> 2902 http://id.who.int/icd/release/11/mms/854564573/unspecified 5A01.Z #> 2903 http://id.who.int/icd/release/11/mms/1470387017 5A02 #> 2904 http://id.who.int/icd/release/11/mms/713028385 5A02.0 #> 2905 http://id.who.int/icd/release/11/mms/1328823989 5A02.1 #> 2906 http://id.who.int/icd/release/11/mms/999910988 5A02.2 #> 2907 http://id.who.int/icd/release/11/mms/1590862814 5A02.3 #> 2908 http://id.who.int/icd/release/11/mms/758919242 5A02.4 #> 2909 http://id.who.int/icd/release/11/mms/1215823328 5A02.5 #> 2910 http://id.who.int/icd/release/11/mms/355116695 5A02.6 #> 2911 http://id.who.int/icd/release/11/mms/1470387017/other 5A02.Y #> 2912 http://id.who.int/icd/release/11/mms/1470387017/unspecified 5A02.Z #> 2913 http://id.who.int/icd/release/11/mms/587793334 5A03 #> 2914 http://id.who.int/icd/release/11/mms/737694495 5A03.0 #> 2915 http://id.who.int/icd/release/11/mms/1320394379 5A03.1 #> 2916 http://id.who.int/icd/release/11/mms/1599407074 5A03.2 #> 2917 http://id.who.int/icd/release/11/mms/972507934 5A03.20 #> 2918 http://id.who.int/icd/release/11/mms/1476950169 5A03.21 #> 2919 http://id.who.int/icd/release/11/mms/1599407074/other 5A03.2Y #> 2920 http://id.who.int/icd/release/11/mms/1599407074/unspecified 5A03.2Z #> 2921 http://id.who.int/icd/release/11/mms/587793334/other 5A03.Y #> 2922 http://id.who.int/icd/release/11/mms/587793334/unspecified 5A03.Z #> 2923 http://id.who.int/icd/release/11/mms/922786718 5A04 #> 2924 http://id.who.int/icd/release/11/mms/1074212276 5A05 #> 2925 http://id.who.int/icd/release/11/mms/998433478 5A06 #> 2926 http://id.who.int/icd/release/11/mms/1907280211/other 5A0Y #> 2927 http://id.who.int/icd/release/11/mms/1907280211/unspecified 5A0Z #> 2928 http://id.who.int/icd/release/11/mms/465177735 #> 2929 http://id.who.int/icd/release/11/mms/1651053999 5A10 #> 2930 http://id.who.int/icd/release/11/mms/119724091 5A11 #> 2931 http://id.who.int/icd/release/11/mms/1150913605 5A12 #> 2932 http://id.who.int/icd/release/11/mms/381961554 5A13 #> 2933 http://id.who.int/icd/release/11/mms/1484144649 5A13.0 #> 2934 http://id.who.int/icd/release/11/mms/133436462 5A13.1 #> 2935 http://id.who.int/icd/release/11/mms/1050647875 5A13.2 #> 2936 http://id.who.int/icd/release/11/mms/1736581746 5A13.3 #> 2937 http://id.who.int/icd/release/11/mms/388963453 5A13.4 #> 2938 http://id.who.int/icd/release/11/mms/1418416880 5A13.5 #> 2939 http://id.who.int/icd/release/11/mms/1730828870 5A13.6 #> 2940 http://id.who.int/icd/release/11/mms/891371477 5A13.7 #> 2941 http://id.who.int/icd/release/11/mms/381961554/other 5A13.Y #> 2942 http://id.who.int/icd/release/11/mms/1697306310 5A14 #> 2943 http://id.who.int/icd/release/11/mms/1304552818 #> 2944 http://id.who.int/icd/release/11/mms/463969617 5A20 #> 2945 http://id.who.int/icd/release/11/mms/1322661241 5A20.0 #> 2946 http://id.who.int/icd/release/11/mms/1796958395 5A20.1 #> 2947 http://id.who.int/icd/release/11/mms/463969617/unspecified 5A20.Z #> 2948 http://id.who.int/icd/release/11/mms/193526903 5A21 #> 2949 http://id.who.int/icd/release/11/mms/1153329797 5A21.0 #> 2950 http://id.who.int/icd/release/11/mms/1973651647 5A21.1 #> 2951 http://id.who.int/icd/release/11/mms/193526903/unspecified 5A21.Z #> 2952 http://id.who.int/icd/release/11/mms/2144077558 5A22 #> 2953 http://id.who.int/icd/release/11/mms/540530695 5A22.0 #> 2954 http://id.who.int/icd/release/11/mms/58193584 5A22.1 #> 2955 http://id.who.int/icd/release/11/mms/493397722 5A22.2 #> 2956 http://id.who.int/icd/release/11/mms/939674472 5A22.3 #> 2957 http://id.who.int/icd/release/11/mms/2144077558/other 5A22.Y #> 2958 http://id.who.int/icd/release/11/mms/2144077558/unspecified 5A22.Z #> 2959 http://id.who.int/icd/release/11/mms/367815473 5A23 #> 2960 http://id.who.int/icd/release/11/mms/1156295616 5A24 #> 2961 http://id.who.int/icd/release/11/mms/1304552818/other 5A2Y #> 2962 http://id.who.int/icd/release/11/mms/1283179793 #> 2963 http://id.who.int/icd/release/11/mms/1583355636 5A40 #> 2964 http://id.who.int/icd/release/11/mms/1877346353 5A40.0 #> 2965 http://id.who.int/icd/release/11/mms/1085399840 5A40.1 #> 2966 http://id.who.int/icd/release/11/mms/1583355636/other 5A40.Y #> 2967 http://id.who.int/icd/release/11/mms/1583355636/unspecified 5A40.Z #> 2968 http://id.who.int/icd/release/11/mms/1004695600 5A41 #> 2969 http://id.who.int/icd/release/11/mms/1330585809 5A42 #> 2970 http://id.who.int/icd/release/11/mms/1017230149 5A43 #> 2971 http://id.who.int/icd/release/11/mms/534303339 5A43.0 #> 2972 http://id.who.int/icd/release/11/mms/375645550 5A43.1 #> 2973 http://id.who.int/icd/release/11/mms/1017230149/other 5A43.Y #> 2974 http://id.who.int/icd/release/11/mms/1017230149/unspecified 5A43.Z #> 2975 http://id.who.int/icd/release/11/mms/1736778 5A44 #> 2976 http://id.who.int/icd/release/11/mms/402589098 5A45 #> 2977 http://id.who.int/icd/release/11/mms/1283179793/other 5A4Y #> 2978 http://id.who.int/icd/release/11/mms/1283179793/unspecified 5A4Z #> 2979 http://id.who.int/icd/release/11/mms/962023213 #> 2980 http://id.who.int/icd/release/11/mms/1708733050 5A50 #> 2981 http://id.who.int/icd/release/11/mms/473284654 5A50.0 #> 2982 http://id.who.int/icd/release/11/mms/743287998 5A50.00 #> 2983 http://id.who.int/icd/release/11/mms/1229357339 5A50.01 #> 2984 http://id.who.int/icd/release/11/mms/129706072 5A50.02 #> 2985 http://id.who.int/icd/release/11/mms/1790437089 5A50.03 #> 2986 http://id.who.int/icd/release/11/mms/473284654/other 5A50.0Y #> 2987 http://id.who.int/icd/release/11/mms/473284654/unspecified 5A50.0Z #> 2988 http://id.who.int/icd/release/11/mms/1225154856 5A50.1 #> 2989 http://id.who.int/icd/release/11/mms/1708733050/other 5A50.Y #> 2990 http://id.who.int/icd/release/11/mms/1708733050/unspecified 5A50.Z #> 2991 http://id.who.int/icd/release/11/mms/9633776 5A51 #> 2992 http://id.who.int/icd/release/11/mms/817194045 5A51.0 #> 2993 http://id.who.int/icd/release/11/mms/1442752937 5A51.1 #> 2994 http://id.who.int/icd/release/11/mms/81374726 5A51.2 #> 2995 http://id.who.int/icd/release/11/mms/9633776/other 5A51.Y #> 2996 http://id.who.int/icd/release/11/mms/9633776/unspecified 5A51.Z #> 2997 http://id.who.int/icd/release/11/mms/962023213/other 5A5Y #> 2998 http://id.who.int/icd/release/11/mms/962023213/unspecified 5A5Z #> 2999 http://id.who.int/icd/release/11/mms/896961873 #> 3000 http://id.who.int/icd/release/11/mms/1950330641 5A60 #> 3001 http://id.who.int/icd/release/11/mms/825410563 5A60.0 #> 3002 http://id.who.int/icd/release/11/mms/1417218455 5A60.1 #> 3003 http://id.who.int/icd/release/11/mms/550787432 5A60.2 #> 3004 http://id.who.int/icd/release/11/mms/808905140 5A60.20 #> 3005 http://id.who.int/icd/release/11/mms/550787432/other 5A60.2Y #> 3006 http://id.who.int/icd/release/11/mms/550787432/unspecified 5A60.2Z #> 3007 http://id.who.int/icd/release/11/mms/1749914533 5A60.3 #> 3008 http://id.who.int/icd/release/11/mms/1950330641/other 5A60.Y #> 3009 http://id.who.int/icd/release/11/mms/1950330641/unspecified 5A60.Z #> 3010 http://id.who.int/icd/release/11/mms/292840069 5A61 #> 3011 http://id.who.int/icd/release/11/mms/768216194 5A61.0 #> 3012 http://id.who.int/icd/release/11/mms/538301537 5A61.1 #> 3013 http://id.who.int/icd/release/11/mms/1409526590 5A61.2 #> 3014 http://id.who.int/icd/release/11/mms/1317547930 5A61.3 #> 3015 http://id.who.int/icd/release/11/mms/1424380846 5A61.4 #> 3016 http://id.who.int/icd/release/11/mms/1919411043 5A61.40 #> 3017 http://id.who.int/icd/release/11/mms/848364569 5A61.41 #> 3018 http://id.who.int/icd/release/11/mms/1424380846/other 5A61.4Y #> 3019 http://id.who.int/icd/release/11/mms/1424380846/unspecified 5A61.4Z #> 3020 http://id.who.int/icd/release/11/mms/1009553897 5A61.5 #> 3021 http://id.who.int/icd/release/11/mms/246914305 5A61.6 #> 3022 http://id.who.int/icd/release/11/mms/292840069/other 5A61.Y #> 3023 http://id.who.int/icd/release/11/mms/896961873/unspecified 5A6Z #> 3024 http://id.who.int/icd/release/11/mms/237003158 #> 3025 http://id.who.int/icd/release/11/mms/1654321425 5A70 #> 3026 http://id.who.int/icd/release/11/mms/380861892 5A70.0 #> 3027 http://id.who.int/icd/release/11/mms/1646144829 5A70.1 #> 3028 http://id.who.int/icd/release/11/mms/364545435 5A70.2 #> 3029 http://id.who.int/icd/release/11/mms/1945677910 5A70.3 #> 3030 http://id.who.int/icd/release/11/mms/1654321425/other 5A70.Y #> 3031 http://id.who.int/icd/release/11/mms/1654321425/unspecified 5A70.Z #> 3032 http://id.who.int/icd/release/11/mms/131153029 5A71 #> 3033 http://id.who.int/icd/release/11/mms/1842263206 5A71.0 #> 3034 http://id.who.int/icd/release/11/mms/125216923 5A71.00 #> 3035 http://id.who.int/icd/release/11/mms/172733763 5A71.01 #> 3036 http://id.who.int/icd/release/11/mms/1842263206/other 5A71.0Y #> 3037 http://id.who.int/icd/release/11/mms/1842263206/unspecified 5A71.0Z #> 3038 http://id.who.int/icd/release/11/mms/293874628 5A71.1 #> 3039 http://id.who.int/icd/release/11/mms/131153029/other 5A71.Y #> 3040 http://id.who.int/icd/release/11/mms/131153029/unspecified 5A71.Z #> 3041 http://id.who.int/icd/release/11/mms/1937534076 5A72 #> 3042 http://id.who.int/icd/release/11/mms/197924221 5A72.0 #> 3043 http://id.who.int/icd/release/11/mms/1854396649 5A72.1 #> 3044 http://id.who.int/icd/release/11/mms/1937534076/unspecified 5A72.Z #> 3045 http://id.who.int/icd/release/11/mms/1600625317 5A73 #> 3046 http://id.who.int/icd/release/11/mms/733056203 5A74 #> 3047 http://id.who.int/icd/release/11/mms/1920929898 5A74.0 #> 3048 http://id.who.int/icd/release/11/mms/114442391 5A74.1 #> 3049 http://id.who.int/icd/release/11/mms/733056203/other 5A74.Y #> 3050 http://id.who.int/icd/release/11/mms/733056203/unspecified 5A74.Z #> 3051 http://id.who.int/icd/release/11/mms/1966920451 5A75 #> 3052 http://id.who.int/icd/release/11/mms/431184682 5A76 #> 3053 http://id.who.int/icd/release/11/mms/1109047962 5A76.0 #> 3054 http://id.who.int/icd/release/11/mms/431184682/other 5A76.Y #> 3055 http://id.who.int/icd/release/11/mms/237003158/unspecified 5A7Z #> 3056 http://id.who.int/icd/release/11/mms/1465641389 #> 3057 http://id.who.int/icd/release/11/mms/1801368748 5A80 #> 3058 http://id.who.int/icd/release/11/mms/1023132628 5A80.0 #> 3059 http://id.who.int/icd/release/11/mms/1213633323 5A80.1 #> 3060 http://id.who.int/icd/release/11/mms/751558883 5A80.2 #> 3061 http://id.who.int/icd/release/11/mms/563648258 5A80.3 #> 3062 http://id.who.int/icd/release/11/mms/2027425674 5A80.4 #> 3063 http://id.who.int/icd/release/11/mms/862567687 5A80.5 #> 3064 http://id.who.int/icd/release/11/mms/1801368748/other 5A80.Y #> 3065 http://id.who.int/icd/release/11/mms/1801368748/unspecified 5A80.Z #> 3066 http://id.who.int/icd/release/11/mms/236288314 5A81 #> 3067 http://id.who.int/icd/release/11/mms/1162397377 5A81.0 #> 3068 http://id.who.int/icd/release/11/mms/537070421 5A81.1 #> 3069 http://id.who.int/icd/release/11/mms/236288314/other 5A81.Y #> 3070 http://id.who.int/icd/release/11/mms/236288314/unspecified 5A81.Z #> 3071 http://id.who.int/icd/release/11/mms/1465641389/unspecified 5A8Z #> 3072 http://id.who.int/icd/release/11/mms/840727139 #> 3073 http://id.who.int/icd/release/11/mms/1267163286 5A90 #> 3074 http://id.who.int/icd/release/11/mms/1012371341 5A91 #> 3075 http://id.who.int/icd/release/11/mms/1495024153 5A92 #> 3076 http://id.who.int/icd/release/11/mms/840727139/other 5A9Y #> 3077 http://id.who.int/icd/release/11/mms/840727139/unspecified 5A9Z #> 3078 http://id.who.int/icd/release/11/mms/1465366519 #> 3079 http://id.who.int/icd/release/11/mms/548357900 5B00 #> 3080 http://id.who.int/icd/release/11/mms/1172605594 5B01 #> 3081 http://id.who.int/icd/release/11/mms/1465366519/other 5B0Y #> 3082 http://id.who.int/icd/release/11/mms/1465366519/unspecified 5B0Z #> 3083 http://id.who.int/icd/release/11/mms/895465736 #> 3084 http://id.who.int/icd/release/11/mms/111763187 5B10 #> 3085 http://id.who.int/icd/release/11/mms/1912868366 5B11 #> 3086 http://id.who.int/icd/release/11/mms/32152986 5B12 #> 3087 http://id.who.int/icd/release/11/mms/895465736/other 5B1Y #> 3088 http://id.who.int/icd/release/11/mms/461716838/other 5B3Y #> 3089 http://id.who.int/icd/release/11/mms/461716838/unspecified 5B3Z #> 3090 http://id.who.int/icd/release/11/mms/1671987290 #> 3091 http://id.who.int/icd/release/11/mms/1517885800 #> 3092 http://id.who.int/icd/release/11/mms/1381875066 5B50 #> 3093 http://id.who.int/icd/release/11/mms/133673893 5B51 #> 3094 http://id.who.int/icd/release/11/mms/480150735 5B52 #> 3095 http://id.who.int/icd/release/11/mms/286779656 5B53 #> 3096 http://id.who.int/icd/release/11/mms/1153296343 5B54 #> 3097 http://id.who.int/icd/release/11/mms/435342452 5B55 #> 3098 http://id.who.int/icd/release/11/mms/1040403412 5B55.0 #> 3099 http://id.who.int/icd/release/11/mms/1544242475 5B55.1 #> 3100 http://id.who.int/icd/release/11/mms/960530623 5B55.2 #> 3101 http://id.who.int/icd/release/11/mms/1307433024 5B55.3 #> 3102 http://id.who.int/icd/release/11/mms/681973206 5B55.4 #> 3103 http://id.who.int/icd/release/11/mms/1252924203 5B55.5 #> 3104 http://id.who.int/icd/release/11/mms/435342452/other 5B55.Y #> 3105 http://id.who.int/icd/release/11/mms/435342452/unspecified 5B55.Z #> 3106 http://id.who.int/icd/release/11/mms/514920223 5B56 #> 3107 http://id.who.int/icd/release/11/mms/708602629 5B56.0 #> 3108 http://id.who.int/icd/release/11/mms/514920223/other 5B56.Y #> 3109 http://id.who.int/icd/release/11/mms/514920223/unspecified 5B56.Z #> 3110 http://id.who.int/icd/release/11/mms/2080031371 5B57 #> 3111 http://id.who.int/icd/release/11/mms/2047696084 5B57.0 #> 3112 http://id.who.int/icd/release/11/mms/1392131952 5B57.1 #> 3113 http://id.who.int/icd/release/11/mms/2080031371/other 5B57.Y #> 3114 http://id.who.int/icd/release/11/mms/2080031371/unspecified 5B57.Z #> 3115 http://id.who.int/icd/release/11/mms/2072706284 5B58 #> 3116 http://id.who.int/icd/release/11/mms/515977598 5B59 #> 3117 http://id.who.int/icd/release/11/mms/2092499426 5B5A #> 3118 http://id.who.int/icd/release/11/mms/632832064 5B5A.0 #> 3119 http://id.who.int/icd/release/11/mms/582233757 5B5A.00 #> 3120 http://id.who.int/icd/release/11/mms/1753713002 5B5A.01 #> 3121 http://id.who.int/icd/release/11/mms/632832064/unspecified 5B5A.0Z #> 3122 http://id.who.int/icd/release/11/mms/2017611840 5B5A.1 #> 3123 http://id.who.int/icd/release/11/mms/1360335041 5B5A.10 #> 3124 http://id.who.int/icd/release/11/mms/428071867 5B5A.11 #> 3125 http://id.who.int/icd/release/11/mms/2017611840/other 5B5A.1Y #> 3126 http://id.who.int/icd/release/11/mms/2017611840/unspecified 5B5A.1Z #> 3127 http://id.who.int/icd/release/11/mms/2092499426/other 5B5A.Y #> 3128 http://id.who.int/icd/release/11/mms/2092499426/unspecified 5B5A.Z #> 3129 http://id.who.int/icd/release/11/mms/1569514773 5B5B #> 3130 http://id.who.int/icd/release/11/mms/135549215 5B5C #> 3131 http://id.who.int/icd/release/11/mms/1108993080 5B5C.0 #> 3132 http://id.who.int/icd/release/11/mms/135549215/other 5B5C.Y #> 3133 http://id.who.int/icd/release/11/mms/135549215/unspecified 5B5C.Z #> 3134 http://id.who.int/icd/release/11/mms/952576129 5B5D #> 3135 http://id.who.int/icd/release/11/mms/439233336 5B5E #> 3136 http://id.who.int/icd/release/11/mms/1366882206 5B5F #> 3137 http://id.who.int/icd/release/11/mms/1726732000 5B5G #> 3138 http://id.who.int/icd/release/11/mms/865604527 5B5H #> 3139 http://id.who.int/icd/release/11/mms/1231437224 5B5J #> 3140 http://id.who.int/icd/release/11/mms/2064197173 5B5K #> 3141 http://id.who.int/icd/release/11/mms/362161517 5B5K.0 #> 3142 http://id.who.int/icd/release/11/mms/393562786 5B5K.1 #> 3143 http://id.who.int/icd/release/11/mms/1530032727 5B5K.10 #> 3144 http://id.who.int/icd/release/11/mms/393562786/other 5B5K.1Y #> 3145 http://id.who.int/icd/release/11/mms/393562786/unspecified 5B5K.1Z #> 3146 http://id.who.int/icd/release/11/mms/507702177 5B5K.2 #> 3147 http://id.who.int/icd/release/11/mms/900299738 5B5K.3 #> 3148 http://id.who.int/icd/release/11/mms/37133203 5B5K.4 #> 3149 http://id.who.int/icd/release/11/mms/588725109 5B5K.5 #> 3150 http://id.who.int/icd/release/11/mms/1893591289 5B5K.6 #> 3151 http://id.who.int/icd/release/11/mms/1916700472 5B5K.7 #> 3152 http://id.who.int/icd/release/11/mms/2006854546 5B5K.8 #> 3153 http://id.who.int/icd/release/11/mms/74496006 5B5K.9 #> 3154 http://id.who.int/icd/release/11/mms/316007944 5B5K.A #> 3155 http://id.who.int/icd/release/11/mms/1719187193 5B5K.B #> 3156 http://id.who.int/icd/release/11/mms/2064197173/other 5B5K.Y #> 3157 http://id.who.int/icd/release/11/mms/2064197173/unspecified 5B5K.Z #> 3158 http://id.who.int/icd/release/11/mms/419506380 #> 3159 http://id.who.int/icd/release/11/mms/1457254664 5B60 #> 3160 http://id.who.int/icd/release/11/mms/865090706 5B61 #> 3161 http://id.who.int/icd/release/11/mms/1195207789 5B62 #> 3162 http://id.who.int/icd/release/11/mms/578200057 5B63 #> 3163 http://id.who.int/icd/release/11/mms/419506380/other 5B6Y #> 3164 http://id.who.int/icd/release/11/mms/419506380/unspecified 5B6Z #> 3165 http://id.who.int/icd/release/11/mms/1839366214 5B70 #> 3166 http://id.who.int/icd/release/11/mms/1501947632 5B71 #> 3167 http://id.who.int/icd/release/11/mms/1517885800/other 5B7Y #> 3168 http://id.who.int/icd/release/11/mms/1517885800/unspecified 5B7Z #> 3169 http://id.who.int/icd/release/11/mms/1492142148 #> 3170 http://id.who.int/icd/release/11/mms/1668932342 #> 3171 http://id.who.int/icd/release/11/mms/2085283166 5B80 #> 3172 http://id.who.int/icd/release/11/mms/1664144906 5B80.0 #> 3173 http://id.who.int/icd/release/11/mms/1561903219 5B80.00 #> 3174 http://id.who.int/icd/release/11/mms/1852023275 5B80.01 #> 3175 http://id.who.int/icd/release/11/mms/1664144906/unspecified 5B80.0Z #> 3176 http://id.who.int/icd/release/11/mms/1347139472 5B80.1 #> 3177 http://id.who.int/icd/release/11/mms/149403041 5B81 #> 3178 http://id.who.int/icd/release/11/mms/1890900469 5B81.0 #> 3179 http://id.who.int/icd/release/11/mms/292901392 5B81.00 #> 3180 http://id.who.int/icd/release/11/mms/2062927079 5B81.01 #> 3181 http://id.who.int/icd/release/11/mms/787436589 5B81.1 #> 3182 http://id.who.int/icd/release/11/mms/149403041/other 5B81.Y #> 3183 http://id.who.int/icd/release/11/mms/149403041/unspecified 5B81.Z #> 3184 http://id.who.int/icd/release/11/mms/1840019509 #> 3185 http://id.who.int/icd/release/11/mms/20003110 5B90 #> 3186 http://id.who.int/icd/release/11/mms/1465667896 5B90.0 #> 3187 http://id.who.int/icd/release/11/mms/840408238 5B90.1 #> 3188 http://id.who.int/icd/release/11/mms/602997191 5B90.2 #> 3189 http://id.who.int/icd/release/11/mms/1186647123 5B90.3 #> 3190 http://id.who.int/icd/release/11/mms/20003110/other 5B90.Y #> 3191 http://id.who.int/icd/release/11/mms/20003110/unspecified 5B90.Z #> 3192 http://id.who.int/icd/release/11/mms/606081958 5B91 #> 3193 http://id.who.int/icd/release/11/mms/885246206 5B91.0 #> 3194 http://id.who.int/icd/release/11/mms/143185755 5B91.1 #> 3195 http://id.who.int/icd/release/11/mms/1091905566 5B91.2 #> 3196 http://id.who.int/icd/release/11/mms/2127981947 5B91.3 #> 3197 http://id.who.int/icd/release/11/mms/1157914829 5B91.4 #> 3198 http://id.who.int/icd/release/11/mms/1366519621 5B91.5 #> 3199 http://id.who.int/icd/release/11/mms/606081958/other 5B91.Y #> 3200 http://id.who.int/icd/release/11/mms/606081958/unspecified 5B91.Z #> 3201 http://id.who.int/icd/release/11/mms/1840019509/other 5B9Y #> 3202 http://id.who.int/icd/release/11/mms/1840019509/unspecified 5B9Z #> 3203 http://id.who.int/icd/release/11/mms/1492142148/other 5C1Y #> 3204 http://id.who.int/icd/release/11/mms/1492142148/unspecified 5C1Z #> 3205 http://id.who.int/icd/release/11/mms/1671987290/other 5C3Y #> 3206 http://id.who.int/icd/release/11/mms/1671987290/unspecified 5C3Z #> 3207 http://id.who.int/icd/release/11/mms/155258022 #> 3208 http://id.who.int/icd/release/11/mms/733825440 #> 3209 http://id.who.int/icd/release/11/mms/1324115669 5C50 #> 3210 http://id.who.int/icd/release/11/mms/444122923 5C50.0 #> 3211 http://id.who.int/icd/release/11/mms/2084504393 5C50.00 #> 3212 http://id.who.int/icd/release/11/mms/2132400826 5C50.01 #> 3213 http://id.who.int/icd/release/11/mms/1509230254 5C50.02 #> 3214 http://id.who.int/icd/release/11/mms/444122923/other 5C50.0Y #> 3215 http://id.who.int/icd/release/11/mms/444122923/unspecified 5C50.0Z #> 3216 http://id.who.int/icd/release/11/mms/1842978338 5C50.1 #> 3217 http://id.who.int/icd/release/11/mms/1761652827 5C50.10 #> 3218 http://id.who.int/icd/release/11/mms/2029519782 5C50.11 #> 3219 http://id.who.int/icd/release/11/mms/1900229795 5C50.12 #> 3220 http://id.who.int/icd/release/11/mms/1842978338/other 5C50.1Y #> 3221 http://id.who.int/icd/release/11/mms/1842978338/unspecified 5C50.1Z #> 3222 http://id.who.int/icd/release/11/mms/543162269 5C50.2 #> 3223 http://id.who.int/icd/release/11/mms/261052955 5C50.20 #> 3224 http://id.who.int/icd/release/11/mms/61773927 5C50.21 #> 3225 http://id.who.int/icd/release/11/mms/543162269/other 5C50.2Y #> 3226 http://id.who.int/icd/release/11/mms/543162269/unspecified 5C50.2Z #> 3227 http://id.who.int/icd/release/11/mms/282654317 5C50.3 #> 3228 http://id.who.int/icd/release/11/mms/367868681 5C50.4 #> 3229 http://id.who.int/icd/release/11/mms/34853044 5C50.5 #> 3230 http://id.who.int/icd/release/11/mms/307181673 5C50.6 #> 3231 http://id.who.int/icd/release/11/mms/55076105 5C50.7 #> 3232 http://id.who.int/icd/release/11/mms/1491869639 5C50.70 #> 3233 http://id.who.int/icd/release/11/mms/1901733714 5C50.71 #> 3234 http://id.who.int/icd/release/11/mms/55076105/other 5C50.7Y #> 3235 http://id.who.int/icd/release/11/mms/55076105/unspecified 5C50.7Z #> 3236 http://id.who.int/icd/release/11/mms/1707028291 5C50.8 #> 3237 http://id.who.int/icd/release/11/mms/1711515805 5C50.9 #> 3238 http://id.who.int/icd/release/11/mms/1889990301 5C50.A #> 3239 http://id.who.int/icd/release/11/mms/439383288 5C50.A0 #> 3240 http://id.who.int/icd/release/11/mms/327894003 5C50.A1 #> 3241 http://id.who.int/icd/release/11/mms/1619102598 5C50.A2 #> 3242 http://id.who.int/icd/release/11/mms/640937125 5C50.A3 #> 3243 http://id.who.int/icd/release/11/mms/1889990301/other 5C50.AY #> 3244 http://id.who.int/icd/release/11/mms/1889990301/unspecified 5C50.AZ #> 3245 http://id.who.int/icd/release/11/mms/67872354 5C50.B #> 3246 http://id.who.int/icd/release/11/mms/446569334 5C50.C #> 3247 http://id.who.int/icd/release/11/mms/5456505 5C50.D #> 3248 http://id.who.int/icd/release/11/mms/1623706568 5C50.D0 #> 3249 http://id.who.int/icd/release/11/mms/5456505/other 5C50.DY #> 3250 http://id.who.int/icd/release/11/mms/5456505/unspecified 5C50.DZ #> 3251 http://id.who.int/icd/release/11/mms/1921636230 5C50.E #> 3252 http://id.who.int/icd/release/11/mms/1879509617 5C50.E0 #> 3253 http://id.who.int/icd/release/11/mms/1644149132 5C50.E1 #> 3254 http://id.who.int/icd/release/11/mms/1921636230/other 5C50.EY #> 3255 http://id.who.int/icd/release/11/mms/1921636230/unspecified 5C50.EZ #> 3256 http://id.who.int/icd/release/11/mms/1488430462 5C50.F #> 3257 http://id.who.int/icd/release/11/mms/1416203271 5C50.F0 #> 3258 http://id.who.int/icd/release/11/mms/486093841 5C50.F1 #> 3259 http://id.who.int/icd/release/11/mms/166229372 5C50.F2 #> 3260 http://id.who.int/icd/release/11/mms/1488430462/other 5C50.FY #> 3261 http://id.who.int/icd/release/11/mms/1488430462/unspecified 5C50.FZ #> 3262 http://id.who.int/icd/release/11/mms/685690588 5C50.G #> 3263 http://id.who.int/icd/release/11/mms/1324115669/other 5C50.Y #> 3264 http://id.who.int/icd/release/11/mms/1324115669/unspecified 5C50.Z #> 3265 http://id.who.int/icd/release/11/mms/1321492691 5C51 #> 3266 http://id.who.int/icd/release/11/mms/2067324607 5C51.0 #> 3267 http://id.who.int/icd/release/11/mms/61192754 5C51.1 #> 3268 http://id.who.int/icd/release/11/mms/1800430868 5C51.2 #> 3269 http://id.who.int/icd/release/11/mms/692812009 5C51.20 #> 3270 http://id.who.int/icd/release/11/mms/1800430868/other 5C51.2Y #> 3271 http://id.who.int/icd/release/11/mms/1800430868/unspecified 5C51.2Z #> 3272 http://id.who.int/icd/release/11/mms/1187107383 5C51.3 #> 3273 http://id.who.int/icd/release/11/mms/1462194012 5C51.4 #> 3274 http://id.who.int/icd/release/11/mms/2011000259 5C51.40 #> 3275 http://id.who.int/icd/release/11/mms/1173858031 5C51.41 #> 3276 http://id.who.int/icd/release/11/mms/1457817527 5C51.42 #> 3277 http://id.who.int/icd/release/11/mms/1462194012/other 5C51.4Y #> 3278 http://id.who.int/icd/release/11/mms/1462194012/unspecified 5C51.4Z #> 3279 http://id.who.int/icd/release/11/mms/596254627 5C51.5 #> 3280 http://id.who.int/icd/release/11/mms/1925240365 5C51.50 #> 3281 http://id.who.int/icd/release/11/mms/596254627/other 5C51.5Y #> 3282 http://id.who.int/icd/release/11/mms/596254627/unspecified 5C51.5Z #> 3283 http://id.who.int/icd/release/11/mms/1321492691/other 5C51.Y #> 3284 http://id.who.int/icd/release/11/mms/1321492691/unspecified 5C51.Z #> 3285 http://id.who.int/icd/release/11/mms/182578312 5C52 #> 3286 http://id.who.int/icd/release/11/mms/342530871 5C52.0 #> 3287 http://id.who.int/icd/release/11/mms/890605309 5C52.00 #> 3288 http://id.who.int/icd/release/11/mms/1861994414 5C52.01 #> 3289 http://id.who.int/icd/release/11/mms/1454722246 5C52.02 #> 3290 http://id.who.int/icd/release/11/mms/418359090 5C52.03 #> 3291 http://id.who.int/icd/release/11/mms/342530871/other 5C52.0Y #> 3292 http://id.who.int/icd/release/11/mms/342530871/unspecified 5C52.0Z #> 3293 http://id.who.int/icd/release/11/mms/110330300 5C52.1 #> 3294 http://id.who.int/icd/release/11/mms/210624950 5C52.10 #> 3295 http://id.who.int/icd/release/11/mms/1295299670 5C52.11 #> 3296 http://id.who.int/icd/release/11/mms/110330300/other 5C52.1Y #> 3297 http://id.who.int/icd/release/11/mms/110330300/unspecified 5C52.1Z #> 3298 http://id.who.int/icd/release/11/mms/621440298 5C52.2 #> 3299 http://id.who.int/icd/release/11/mms/182578312/other 5C52.Y #> 3300 http://id.who.int/icd/release/11/mms/182578312/unspecified 5C52.Z #> 3301 http://id.who.int/icd/release/11/mms/266291267 5C53 #> 3302 http://id.who.int/icd/release/11/mms/1099043166 5C53.0 #> 3303 http://id.who.int/icd/release/11/mms/1055568225 5C53.00 #> 3304 http://id.who.int/icd/release/11/mms/1391506239 5C53.01 #> 3305 http://id.who.int/icd/release/11/mms/1124597954 5C53.02 #> 3306 http://id.who.int/icd/release/11/mms/2047948460 5C53.03 #> 3307 http://id.who.int/icd/release/11/mms/1099043166/other 5C53.0Y #> 3308 http://id.who.int/icd/release/11/mms/1099043166/unspecified 5C53.0Z #> 3309 http://id.who.int/icd/release/11/mms/658415697 5C53.1 #> 3310 http://id.who.int/icd/release/11/mms/1204111545 5C53.2 #> 3311 http://id.who.int/icd/release/11/mms/1159345506 5C53.20 #> 3312 http://id.who.int/icd/release/11/mms/194083556 5C53.21 #> 3313 http://id.who.int/icd/release/11/mms/1251664337 5C53.22 #> 3314 http://id.who.int/icd/release/11/mms/336470017 5C53.23 #> 3315 http://id.who.int/icd/release/11/mms/672871576 5C53.24 #> 3316 http://id.who.int/icd/release/11/mms/902255625 5C53.25 #> 3317 http://id.who.int/icd/release/11/mms/1204111545/other 5C53.2Y #> 3318 http://id.who.int/icd/release/11/mms/1204111545/unspecified 5C53.2Z #> 3319 http://id.who.int/icd/release/11/mms/1340308055 5C53.3 #> 3320 http://id.who.int/icd/release/11/mms/1118834100 5C53.30 #> 3321 http://id.who.int/icd/release/11/mms/112110122 5C53.31 #> 3322 http://id.who.int/icd/release/11/mms/1340308055/other 5C53.3Y #> 3323 http://id.who.int/icd/release/11/mms/1340308055/unspecified 5C53.3Z #> 3324 http://id.who.int/icd/release/11/mms/223450548 5C53.4 #> 3325 http://id.who.int/icd/release/11/mms/266291267/other 5C53.Y #> 3326 http://id.who.int/icd/release/11/mms/266291267/unspecified 5C53.Z #> 3327 http://id.who.int/icd/release/11/mms/85138870 5C54 #> 3328 http://id.who.int/icd/release/11/mms/292641586 5C54.0 #> 3329 http://id.who.int/icd/release/11/mms/1883085871 5C54.1 #> 3330 http://id.who.int/icd/release/11/mms/684473574 5C54.2 #> 3331 http://id.who.int/icd/release/11/mms/85138870/other 5C54.Y #> 3332 http://id.who.int/icd/release/11/mms/85138870/unspecified 5C54.Z #> 3333 http://id.who.int/icd/release/11/mms/575400186 5C55 #> 3334 http://id.who.int/icd/release/11/mms/1958565793 5C55.0 #> 3335 http://id.who.int/icd/release/11/mms/1565213608 5C55.00 #> 3336 http://id.who.int/icd/release/11/mms/1886495906 5C55.01 #> 3337 http://id.who.int/icd/release/11/mms/1958565793/other 5C55.0Y #> 3338 http://id.who.int/icd/release/11/mms/1958565793/unspecified 5C55.0Z #> 3339 http://id.who.int/icd/release/11/mms/771608363 5C55.1 #> 3340 http://id.who.int/icd/release/11/mms/1432796178 5C55.2 #> 3341 http://id.who.int/icd/release/11/mms/575400186/other 5C55.Y #> 3342 http://id.who.int/icd/release/11/mms/575400186/unspecified 5C55.Z #> 3343 http://id.who.int/icd/release/11/mms/656131403 5C56 #> 3344 http://id.who.int/icd/release/11/mms/1875237176 5C56.0 #> 3345 http://id.who.int/icd/release/11/mms/797306953 5C56.00 #> 3346 http://id.who.int/icd/release/11/mms/66996647 5C56.01 #> 3347 http://id.who.int/icd/release/11/mms/172326564 5C56.02 #> 3348 http://id.who.int/icd/release/11/mms/1875237176/other 5C56.0Y #> 3349 http://id.who.int/icd/release/11/mms/1875237176/unspecified 5C56.0Z #> 3350 http://id.who.int/icd/release/11/mms/1568332253 5C56.1 #> 3351 http://id.who.int/icd/release/11/mms/979972142 5C56.2 #> 3352 http://id.who.int/icd/release/11/mms/714623911 5C56.20 #> 3353 http://id.who.int/icd/release/11/mms/1805681916 5C56.21 #> 3354 http://id.who.int/icd/release/11/mms/979972142/other 5C56.2Y #> 3355 http://id.who.int/icd/release/11/mms/979972142/unspecified 5C56.2Z #> 3356 http://id.who.int/icd/release/11/mms/1596128696 5C56.3 #> 3357 http://id.who.int/icd/release/11/mms/1539226250 5C56.30 #> 3358 http://id.who.int/icd/release/11/mms/1056274204 5C56.31 #> 3359 http://id.who.int/icd/release/11/mms/2078241550 5C56.32 #> 3360 http://id.who.int/icd/release/11/mms/1288379621 5C56.33 #> 3361 http://id.who.int/icd/release/11/mms/1596128696/other 5C56.3Y #> 3362 http://id.who.int/icd/release/11/mms/1596128696/unspecified 5C56.3Z #> 3363 http://id.who.int/icd/release/11/mms/1709765980 5C56.4 #> 3364 http://id.who.int/icd/release/11/mms/656131403/other 5C56.Y #> 3365 http://id.who.int/icd/release/11/mms/656131403/unspecified 5C56.Z #> 3366 http://id.who.int/icd/release/11/mms/782299726 5C57 #> 3367 http://id.who.int/icd/release/11/mms/1919322367 5C57.0 #> 3368 http://id.who.int/icd/release/11/mms/1092479335 5C57.1 #> 3369 http://id.who.int/icd/release/11/mms/782299726/other 5C57.Y #> 3370 http://id.who.int/icd/release/11/mms/782299726/unspecified 5C57.Z #> 3371 http://id.who.int/icd/release/11/mms/434825283 5C58 #> 3372 http://id.who.int/icd/release/11/mms/1297666279 5C58.0 #> 3373 http://id.who.int/icd/release/11/mms/291439191 5C58.00 #> 3374 http://id.who.int/icd/release/11/mms/1947520963 5C58.01 #> 3375 http://id.who.int/icd/release/11/mms/1691610999 5C58.02 #> 3376 http://id.who.int/icd/release/11/mms/1457142642 5C58.03 #> 3377 http://id.who.int/icd/release/11/mms/288945286 5C58.04 #> 3378 http://id.who.int/icd/release/11/mms/1297666279/other 5C58.0Y #> 3379 http://id.who.int/icd/release/11/mms/1297666279/unspecified 5C58.0Z #> 3380 http://id.who.int/icd/release/11/mms/98434199 5C58.1 #> 3381 http://id.who.int/icd/release/11/mms/370983230 5C58.10 #> 3382 http://id.who.int/icd/release/11/mms/1074667008 5C58.12 #> 3383 http://id.who.int/icd/release/11/mms/1227474618 5C58.13 #> 3384 http://id.who.int/icd/release/11/mms/98434199/other 5C58.1Y #> 3385 http://id.who.int/icd/release/11/mms/98434199/unspecified 5C58.1Z #> 3386 http://id.who.int/icd/release/11/mms/434825283/other 5C58.Y #> 3387 http://id.who.int/icd/release/11/mms/434825283/unspecified 5C58.Z #> 3388 http://id.who.int/icd/release/11/mms/1062748595 5C59 #> 3389 http://id.who.int/icd/release/11/mms/1540943037 5C59.0 #> 3390 http://id.who.int/icd/release/11/mms/1382276026 5C59.00 #> 3391 http://id.who.int/icd/release/11/mms/1801446733 5C59.01 #> 3392 http://id.who.int/icd/release/11/mms/1540943037/other 5C59.0Y #> 3393 http://id.who.int/icd/release/11/mms/1540943037/unspecified 5C59.0Z #> 3394 http://id.who.int/icd/release/11/mms/1811657969 5C59.1 #> 3395 http://id.who.int/icd/release/11/mms/1860570911 5C59.2 #> 3396 http://id.who.int/icd/release/11/mms/1062748595/other 5C59.Y #> 3397 http://id.who.int/icd/release/11/mms/1062748595/unspecified 5C59.Z #> 3398 http://id.who.int/icd/release/11/mms/824872160 5C5A #> 3399 http://id.who.int/icd/release/11/mms/733825440/other 5C5Y #> 3400 http://id.who.int/icd/release/11/mms/733825440/unspecified 5C5Z #> 3401 http://id.who.int/icd/release/11/mms/540207810 #> 3402 http://id.who.int/icd/release/11/mms/1631611896 5C60 #> 3403 http://id.who.int/icd/release/11/mms/1392767390 5C60.0 #> 3404 http://id.who.int/icd/release/11/mms/733715856 5C60.1 #> 3405 http://id.who.int/icd/release/11/mms/1237620397 5C60.2 #> 3406 http://id.who.int/icd/release/11/mms/1631611896/other 5C60.Y #> 3407 http://id.who.int/icd/release/11/mms/1631611896/unspecified 5C60.Z #> 3408 http://id.who.int/icd/release/11/mms/1315315105 5C61 #> 3409 http://id.who.int/icd/release/11/mms/2108415931 5C61.0 #> 3410 http://id.who.int/icd/release/11/mms/2084206046 5C61.1 #> 3411 http://id.who.int/icd/release/11/mms/1817406536 5C61.2 #> 3412 http://id.who.int/icd/release/11/mms/2025219157 5C61.3 #> 3413 http://id.who.int/icd/release/11/mms/1361265641 5C61.4 #> 3414 http://id.who.int/icd/release/11/mms/1392260268 5C61.40 #> 3415 http://id.who.int/icd/release/11/mms/1361265641/other 5C61.4Y #> 3416 http://id.who.int/icd/release/11/mms/1361265641/unspecified 5C61.4Z #> 3417 http://id.who.int/icd/release/11/mms/1088155670 5C61.5 #> 3418 http://id.who.int/icd/release/11/mms/1026224967 5C61.6 #> 3419 http://id.who.int/icd/release/11/mms/1300739653 5C61.60 #> 3420 http://id.who.int/icd/release/11/mms/2109252471 5C61.61 #> 3421 http://id.who.int/icd/release/11/mms/418606819 5C61.62 #> 3422 http://id.who.int/icd/release/11/mms/1026224967/unspecified 5C61.6Z #> 3423 http://id.who.int/icd/release/11/mms/1315315105/other 5C61.Y #> 3424 http://id.who.int/icd/release/11/mms/1315315105/unspecified 5C61.Z #> 3425 http://id.who.int/icd/release/11/mms/1858691234 5C62 #> 3426 http://id.who.int/icd/release/11/mms/1112006621 5C63 #> 3427 http://id.who.int/icd/release/11/mms/936546617 5C63.0 #> 3428 http://id.who.int/icd/release/11/mms/2081529009 5C63.1 #> 3429 http://id.who.int/icd/release/11/mms/1342341339 5C63.2 #> 3430 http://id.who.int/icd/release/11/mms/1270705227 5C63.20 #> 3431 http://id.who.int/icd/release/11/mms/2041886796 5C63.21 #> 3432 http://id.who.int/icd/release/11/mms/1010293846 5C63.22 #> 3433 http://id.who.int/icd/release/11/mms/1342341339/other 5C63.2Y #> 3434 http://id.who.int/icd/release/11/mms/1342341339/unspecified 5C63.2Z #> 3435 http://id.who.int/icd/release/11/mms/1112006621/other 5C63.Y #> 3436 http://id.who.int/icd/release/11/mms/1112006621/unspecified 5C63.Z #> 3437 http://id.who.int/icd/release/11/mms/1833416892 5C64 #> 3438 http://id.who.int/icd/release/11/mms/1926278296 5C64.0 #> 3439 http://id.who.int/icd/release/11/mms/468161208 5C64.00 #> 3440 http://id.who.int/icd/release/11/mms/1926278296/other 5C64.0Y #> 3441 http://id.who.int/icd/release/11/mms/1926278296/unspecified 5C64.0Z #> 3442 http://id.who.int/icd/release/11/mms/396058882 5C64.1 #> 3443 http://id.who.int/icd/release/11/mms/783417456 5C64.10 #> 3444 http://id.who.int/icd/release/11/mms/396058882/other 5C64.1Y #> 3445 http://id.who.int/icd/release/11/mms/396058882/unspecified 5C64.1Z #> 3446 http://id.who.int/icd/release/11/mms/1664496125 5C64.2 #> 3447 http://id.who.int/icd/release/11/mms/1813939482 5C64.20 #> 3448 http://id.who.int/icd/release/11/mms/300993597 5C64.21 #> 3449 http://id.who.int/icd/release/11/mms/1664496125/other 5C64.2Y #> 3450 http://id.who.int/icd/release/11/mms/1664496125/unspecified 5C64.2Z #> 3451 http://id.who.int/icd/release/11/mms/108919913 5C64.3 #> 3452 http://id.who.int/icd/release/11/mms/1972596733 5C64.4 #> 3453 http://id.who.int/icd/release/11/mms/926285586 5C64.40 #> 3454 http://id.who.int/icd/release/11/mms/1499531377 5C64.41 #> 3455 http://id.who.int/icd/release/11/mms/1972596733/unspecified 5C64.4Z #> 3456 http://id.who.int/icd/release/11/mms/282632809 5C64.5 #> 3457 http://id.who.int/icd/release/11/mms/84056128 5C64.6 #> 3458 http://id.who.int/icd/release/11/mms/1710037621 5C64.7 #> 3459 http://id.who.int/icd/release/11/mms/1833416892/other 5C64.Y #> 3460 http://id.who.int/icd/release/11/mms/1833416892/unspecified 5C64.Z #> 3461 http://id.who.int/icd/release/11/mms/540207810/other 5C6Y #> 3462 http://id.who.int/icd/release/11/mms/540207810/unspecified 5C6Z #> 3463 http://id.who.int/icd/release/11/mms/1561359275 #> 3464 http://id.who.int/icd/release/11/mms/256882243 5C70 #> 3465 http://id.who.int/icd/release/11/mms/578744597 5C70.0 #> 3466 http://id.who.int/icd/release/11/mms/592509093 5C70.1 #> 3467 http://id.who.int/icd/release/11/mms/256882243/other 5C70.Y #> 3468 http://id.who.int/icd/release/11/mms/256882243/unspecified 5C70.Z #> 3469 http://id.who.int/icd/release/11/mms/1211006442 5C71 #> 3470 http://id.who.int/icd/release/11/mms/761639036 5C72 #> 3471 http://id.who.int/icd/release/11/mms/1506336899 5C73 #> 3472 http://id.who.int/icd/release/11/mms/265559153 5C73.0 #> 3473 http://id.who.int/icd/release/11/mms/456201314 5C73.1 #> 3474 http://id.who.int/icd/release/11/mms/1042391072 5C73.2 #> 3475 http://id.who.int/icd/release/11/mms/1506336899/other 5C73.Y #> 3476 http://id.who.int/icd/release/11/mms/1506336899/unspecified 5C73.Z #> 3477 http://id.who.int/icd/release/11/mms/1015229719 5C74 #> 3478 http://id.who.int/icd/release/11/mms/1332592259 5C75 #> 3479 http://id.who.int/icd/release/11/mms/707162903 5C76 #> 3480 http://id.who.int/icd/release/11/mms/1586177000 5C77 #> 3481 http://id.who.int/icd/release/11/mms/1002499710 5C78 #> 3482 http://id.who.int/icd/release/11/mms/1561359275/other 5C7Y #> 3483 http://id.who.int/icd/release/11/mms/1561359275/unspecified 5C7Z #> 3484 http://id.who.int/icd/release/11/mms/1191191920 #> 3485 http://id.who.int/icd/release/11/mms/2023062398 5C80 #> 3486 http://id.who.int/icd/release/11/mms/875976032 5C80.0 #> 3487 http://id.who.int/icd/release/11/mms/163750325 5C80.00 #> 3488 http://id.who.int/icd/release/11/mms/1772784878 5C80.01 #> 3489 http://id.who.int/icd/release/11/mms/875976032/unspecified 5C80.0Z #> 3490 http://id.who.int/icd/release/11/mms/1820945441 5C80.1 #> 3491 http://id.who.int/icd/release/11/mms/405028062 5C80.2 #> 3492 http://id.who.int/icd/release/11/mms/1599779547 5C80.3 #> 3493 http://id.who.int/icd/release/11/mms/2023062398/other 5C80.Y #> 3494 http://id.who.int/icd/release/11/mms/2023062398/unspecified 5C80.Z #> 3495 http://id.who.int/icd/release/11/mms/526909365 5C81 #> 3496 http://id.who.int/icd/release/11/mms/1731667610 5C81.0 #> 3497 http://id.who.int/icd/release/11/mms/1934975006 5C81.1 #> 3498 http://id.who.int/icd/release/11/mms/526909365/other 5C81.Y #> 3499 http://id.who.int/icd/release/11/mms/526909365/unspecified 5C81.Z #> 3500 http://id.who.int/icd/release/11/mms/1191191920/other 5C8Y #> 3501 http://id.who.int/icd/release/11/mms/1191191920/unspecified 5C8Z #> 3502 http://id.who.int/icd/release/11/mms/1614179699 5C90 #> 3503 http://id.who.int/icd/release/11/mms/831518052 5C90.0 #> 3504 http://id.who.int/icd/release/11/mms/574814968 5C90.1 #> 3505 http://id.who.int/icd/release/11/mms/1276513691 5C90.2 #> 3506 http://id.who.int/icd/release/11/mms/1600152465 5C90.3 #> 3507 http://id.who.int/icd/release/11/mms/1396810221 5C90.4 #> 3508 http://id.who.int/icd/release/11/mms/2089878635 5C90.5 #> 3509 http://id.who.int/icd/release/11/mms/1614179699/other 5C90.Y #> 3510 http://id.who.int/icd/release/11/mms/1614179699/unspecified 5C90.Z #> 3511 http://id.who.int/icd/release/11/mms/393047701 #> 3512 http://id.who.int/icd/release/11/mms/2078467774 5D00 #> 3513 http://id.who.int/icd/release/11/mms/1061366491 5D00.0 #> 3514 http://id.who.int/icd/release/11/mms/570181034 5D00.1 #> 3515 http://id.who.int/icd/release/11/mms/1152878652 5D00.2 #> 3516 http://id.who.int/icd/release/11/mms/807065795 5D00.20 #> 3517 http://id.who.int/icd/release/11/mms/1431377239 5D00.21 #> 3518 http://id.who.int/icd/release/11/mms/1152878652/other 5D00.2Y #> 3519 http://id.who.int/icd/release/11/mms/1152878652/unspecified 5D00.2Z #> 3520 http://id.who.int/icd/release/11/mms/448754119 5D00.3 #> 3521 http://id.who.int/icd/release/11/mms/2078467774/other 5D00.Y #> 3522 http://id.who.int/icd/release/11/mms/2078467774/unspecified 5D00.Z #> 3523 http://id.who.int/icd/release/11/mms/1913126571 5D01 #> 3524 http://id.who.int/icd/release/11/mms/393047701/other 5D0Y #> 3525 http://id.who.int/icd/release/11/mms/155258022/unspecified 5D2Z #> 3526 http://id.who.int/icd/release/11/mms/1915134721 #> 3527 http://id.who.int/icd/release/11/mms/441607893 5D40 #> 3528 http://id.who.int/icd/release/11/mms/130952890 5D40.0 #> 3529 http://id.who.int/icd/release/11/mms/425692244 5D40.00 #> 3530 http://id.who.int/icd/release/11/mms/130952890/other 5D40.0Y #> 3531 http://id.who.int/icd/release/11/mms/130952890/unspecified 5D40.0Z #> 3532 http://id.who.int/icd/release/11/mms/441607893/other 5D40.Y #> 3533 http://id.who.int/icd/release/11/mms/441607893/unspecified 5D40.Z #> 3534 http://id.who.int/icd/release/11/mms/2132388673 5D41 #> 3535 http://id.who.int/icd/release/11/mms/196410302 5D42 #> 3536 http://id.who.int/icd/release/11/mms/1862219308 5D43 #> 3537 http://id.who.int/icd/release/11/mms/487695808 5D44 #> 3538 http://id.who.int/icd/release/11/mms/2019190826 5D45 #> 3539 http://id.who.int/icd/release/11/mms/217528533 5D46 #> 3540 http://id.who.int/icd/release/11/mms/334423054 #> 3541 http://id.who.int/icd/release/11/mms/1516623224 #> 3542 http://id.who.int/icd/release/11/mms/605267007 6A00 #> 3543 http://id.who.int/icd/release/11/mms/1207960454 6A00.0 #> 3544 http://id.who.int/icd/release/11/mms/759942676 6A00.1 #> 3545 http://id.who.int/icd/release/11/mms/1508286189 6A00.2 #> 3546 http://id.who.int/icd/release/11/mms/1017992057 6A00.3 #> 3547 http://id.who.int/icd/release/11/mms/1074941350 6A00.4 #> 3548 http://id.who.int/icd/release/11/mms/605267007/unspecified 6A00.Z #> 3549 http://id.who.int/icd/release/11/mms/33269655 6A01 #> 3550 http://id.who.int/icd/release/11/mms/551966778 6A01.0 #> 3551 http://id.who.int/icd/release/11/mms/654956298 6A01.1 #> 3552 http://id.who.int/icd/release/11/mms/862918022 6A01.2 #> 3553 http://id.who.int/icd/release/11/mms/822134099 6A01.20 #> 3554 http://id.who.int/icd/release/11/mms/1169003948 6A01.21 #> 3555 http://id.who.int/icd/release/11/mms/854708918 6A01.22 #> 3556 http://id.who.int/icd/release/11/mms/1144287315 6A01.23 #> 3557 http://id.who.int/icd/release/11/mms/33269655/other 6A01.Y #> 3558 http://id.who.int/icd/release/11/mms/33269655/unspecified 6A01.Z #> 3559 http://id.who.int/icd/release/11/mms/437815624 6A02 #> 3560 http://id.who.int/icd/release/11/mms/120443468 6A02.0 #> 3561 http://id.who.int/icd/release/11/mms/767360910 6A02.1 #> 3562 http://id.who.int/icd/release/11/mms/1283290231 6A02.2 #> 3563 http://id.who.int/icd/release/11/mms/1477082111 6A02.3 #> 3564 http://id.who.int/icd/release/11/mms/1686726595 6A02.5 #> 3565 http://id.who.int/icd/release/11/mms/437815624/other 6A02.Y #> 3566 http://id.who.int/icd/release/11/mms/437815624/unspecified 6A02.Z #> 3567 http://id.who.int/icd/release/11/mms/2099676649 6A03 #> 3568 http://id.who.int/icd/release/11/mms/1008636089 6A03.0 #> 3569 http://id.who.int/icd/release/11/mms/1498766637 6A03.1 #> 3570 http://id.who.int/icd/release/11/mms/771231188 6A03.2 #> 3571 http://id.who.int/icd/release/11/mms/848893551 6A03.3 #> 3572 http://id.who.int/icd/release/11/mms/2099676649/unspecified 6A03.Z #> 3573 http://id.who.int/icd/release/11/mms/148247104 6A04 #> 3574 http://id.who.int/icd/release/11/mms/821852937 6A05 #> 3575 http://id.who.int/icd/release/11/mms/294762853 6A05.0 #> 3576 http://id.who.int/icd/release/11/mms/209556851 6A05.1 #> 3577 http://id.who.int/icd/release/11/mms/542202013 6A05.2 #> 3578 http://id.who.int/icd/release/11/mms/821852937/other 6A05.Y #> 3579 http://id.who.int/icd/release/11/mms/821852937/unspecified 6A05.Z #> 3580 http://id.who.int/icd/release/11/mms/1111628448 6A06 #> 3581 http://id.who.int/icd/release/11/mms/399378708 6A06.0 #> 3582 http://id.who.int/icd/release/11/mms/140042400 6A06.1 #> 3583 http://id.who.int/icd/release/11/mms/1111628448/unspecified 6A06.Z #> 3584 http://id.who.int/icd/release/11/mms/1516623224/other 6A0Y #> 3585 http://id.who.int/icd/release/11/mms/1516623224/unspecified 6A0Z #> 3586 http://id.who.int/icd/release/11/mms/405565289 #> 3587 http://id.who.int/icd/release/11/mms/1683919430 6A20 #> 3588 http://id.who.int/icd/release/11/mms/625636921 6A20.0 #> 3589 http://id.who.int/icd/release/11/mms/692993572 6A20.00 #> 3590 http://id.who.int/icd/release/11/mms/553710121 6A20.01 #> 3591 http://id.who.int/icd/release/11/mms/476035222 6A20.02 #> 3592 http://id.who.int/icd/release/11/mms/625636921/unspecified 6A20.0Z #> 3593 http://id.who.int/icd/release/11/mms/1150025154 6A20.1 #> 3594 http://id.who.int/icd/release/11/mms/777415827 6A20.10 #> 3595 http://id.who.int/icd/release/11/mms/132142084 6A20.11 #> 3596 http://id.who.int/icd/release/11/mms/812873082 6A20.12 #> 3597 http://id.who.int/icd/release/11/mms/1150025154/unspecified 6A20.1Z #> 3598 http://id.who.int/icd/release/11/mms/317761311 6A20.2 #> 3599 http://id.who.int/icd/release/11/mms/1254806731 6A20.20 #> 3600 http://id.who.int/icd/release/11/mms/1589500739 6A20.21 #> 3601 http://id.who.int/icd/release/11/mms/290515784 6A20.22 #> 3602 http://id.who.int/icd/release/11/mms/317761311/unspecified 6A20.2Z #> 3603 http://id.who.int/icd/release/11/mms/1683919430/other 6A20.Y #> 3604 http://id.who.int/icd/release/11/mms/1683919430/unspecified 6A20.Z #> 3605 http://id.who.int/icd/release/11/mms/106339515 6A21 #> 3606 http://id.who.int/icd/release/11/mms/967849782 6A21.0 #> 3607 http://id.who.int/icd/release/11/mms/1034374160 6A21.00 #> 3608 http://id.who.int/icd/release/11/mms/584318803 6A21.01 #> 3609 http://id.who.int/icd/release/11/mms/5254456 6A21.02 #> 3610 http://id.who.int/icd/release/11/mms/967849782/unspecified 6A21.0Z #> 3611 http://id.who.int/icd/release/11/mms/1730029381 6A21.1 #> 3612 http://id.who.int/icd/release/11/mms/963384259 6A21.10 #> 3613 http://id.who.int/icd/release/11/mms/468697510 6A21.11 #> 3614 http://id.who.int/icd/release/11/mms/746381528 6A21.12 #> 3615 http://id.who.int/icd/release/11/mms/1730029381/unspecified 6A21.1Z #> 3616 http://id.who.int/icd/release/11/mms/725134404 6A21.2 #> 3617 http://id.who.int/icd/release/11/mms/2124501487 6A21.20 #> 3618 http://id.who.int/icd/release/11/mms/566538430 6A21.21 #> 3619 http://id.who.int/icd/release/11/mms/439300824 6A21.22 #> 3620 http://id.who.int/icd/release/11/mms/725134404/unspecified 6A21.2Z #> 3621 http://id.who.int/icd/release/11/mms/106339515/other 6A21.Y #> 3622 http://id.who.int/icd/release/11/mms/106339515/unspecified 6A21.Z #> 3623 http://id.who.int/icd/release/11/mms/18178000 6A22 #> 3624 http://id.who.int/icd/release/11/mms/284410555 6A23 #> 3625 http://id.who.int/icd/release/11/mms/1471861706 6A23.0 #> 3626 http://id.who.int/icd/release/11/mms/1182509390 6A23.00 #> 3627 http://id.who.int/icd/release/11/mms/987681130 6A23.01 #> 3628 http://id.who.int/icd/release/11/mms/1429171137 6A23.02 #> 3629 http://id.who.int/icd/release/11/mms/1471861706/unspecified 6A23.0Z #> 3630 http://id.who.int/icd/release/11/mms/679604439 6A23.1 #> 3631 http://id.who.int/icd/release/11/mms/448945092 6A23.10 #> 3632 http://id.who.int/icd/release/11/mms/873142442 6A23.11 #> 3633 http://id.who.int/icd/release/11/mms/710279230 6A23.12 #> 3634 http://id.who.int/icd/release/11/mms/679604439/unspecified 6A23.1Z #> 3635 http://id.who.int/icd/release/11/mms/284410555/other 6A23.Y #> 3636 http://id.who.int/icd/release/11/mms/284410555/unspecified 6A23.Z #> 3637 http://id.who.int/icd/release/11/mms/1974996783 6A24 #> 3638 http://id.who.int/icd/release/11/mms/386634703 6A24.0 #> 3639 http://id.who.int/icd/release/11/mms/841168541 6A24.1 #> 3640 http://id.who.int/icd/release/11/mms/229201285 6A24.2 #> 3641 http://id.who.int/icd/release/11/mms/1974996783/unspecified 6A24.Z #> 3642 http://id.who.int/icd/release/11/mms/1358754380 6A25 #> 3643 http://id.who.int/icd/release/11/mms/521257551 6A25.0 #> 3644 http://id.who.int/icd/release/11/mms/1893759206 6A25.1 #> 3645 http://id.who.int/icd/release/11/mms/797284789 6A25.2 #> 3646 http://id.who.int/icd/release/11/mms/342760401 6A25.3 #> 3647 http://id.who.int/icd/release/11/mms/736393417 6A25.4 #> 3648 http://id.who.int/icd/release/11/mms/794423031 6A25.5 #> 3649 http://id.who.int/icd/release/11/mms/405565289/other 6A2Y #> 3650 http://id.who.int/icd/release/11/mms/405565289/unspecified 6A2Z #> 3651 http://id.who.int/icd/release/11/mms/486722075 #> 3652 http://id.who.int/icd/release/11/mms/556568822 6A40 #> 3653 http://id.who.int/icd/release/11/mms/289492002 6A41 #> 3654 http://id.who.int/icd/release/11/mms/486722075/unspecified 6A4Z #> 3655 http://id.who.int/icd/release/11/mms/76398729 #> 3656 http://id.who.int/icd/release/11/mms/613065957 #> 3657 http://id.who.int/icd/release/11/mms/1456478153 6A60 #> 3658 http://id.who.int/icd/release/11/mms/374726152 6A60.0 #> 3659 http://id.who.int/icd/release/11/mms/1660456695 6A60.1 #> 3660 http://id.who.int/icd/release/11/mms/1931350942 6A60.2 #> 3661 http://id.who.int/icd/release/11/mms/129188707 6A60.3 #> 3662 http://id.who.int/icd/release/11/mms/306271588 6A60.4 #> 3663 http://id.who.int/icd/release/11/mms/818054919 6A60.5 #> 3664 http://id.who.int/icd/release/11/mms/1952305399 6A60.6 #> 3665 http://id.who.int/icd/release/11/mms/286661987 6A60.7 #> 3666 http://id.who.int/icd/release/11/mms/1061132490 6A60.8 #> 3667 http://id.who.int/icd/release/11/mms/1706773916 6A60.9 #> 3668 http://id.who.int/icd/release/11/mms/167688690 6A60.A #> 3669 http://id.who.int/icd/release/11/mms/575545179 6A60.B #> 3670 http://id.who.int/icd/release/11/mms/937141021 6A60.C #> 3671 http://id.who.int/icd/release/11/mms/139575301 6A60.D #> 3672 http://id.who.int/icd/release/11/mms/811854024 6A60.E #> 3673 http://id.who.int/icd/release/11/mms/15761418 6A60.F #> 3674 http://id.who.int/icd/release/11/mms/1456478153/other 6A60.Y #> 3675 http://id.who.int/icd/release/11/mms/1456478153/unspecified 6A60.Z #> 3676 http://id.who.int/icd/release/11/mms/199053300 6A61 #> 3677 http://id.who.int/icd/release/11/mms/729639831 6A61.0 #> 3678 http://id.who.int/icd/release/11/mms/485378793 6A61.1 #> 3679 http://id.who.int/icd/release/11/mms/590587802 6A61.2 #> 3680 http://id.who.int/icd/release/11/mms/678752877 6A61.3 #> 3681 http://id.who.int/icd/release/11/mms/183967754 6A61.4 #> 3682 http://id.who.int/icd/release/11/mms/349321697 6A61.5 #> 3683 http://id.who.int/icd/release/11/mms/51767575 6A61.6 #> 3684 http://id.who.int/icd/release/11/mms/520107262 6A61.7 #> 3685 http://id.who.int/icd/release/11/mms/2003493658 6A61.8 #> 3686 http://id.who.int/icd/release/11/mms/2021041320 6A61.9 #> 3687 http://id.who.int/icd/release/11/mms/948425503 6A61.A #> 3688 http://id.who.int/icd/release/11/mms/199053300/other 6A61.Y #> 3689 http://id.who.int/icd/release/11/mms/199053300/unspecified 6A61.Z #> 3690 http://id.who.int/icd/release/11/mms/1427638883 6A62 #> 3691 http://id.who.int/icd/release/11/mms/613065957/other 6A6Y #> 3692 http://id.who.int/icd/release/11/mms/613065957/unspecified 6A6Z #> 3693 http://id.who.int/icd/release/11/mms/1563440232 #> 3694 http://id.who.int/icd/release/11/mms/578635574 6A70 #> 3695 http://id.who.int/icd/release/11/mms/1922675618 6A70.0 #> 3696 http://id.who.int/icd/release/11/mms/399670840 6A70.1 #> 3697 http://id.who.int/icd/release/11/mms/651947494 6A70.2 #> 3698 http://id.who.int/icd/release/11/mms/1669279433 6A70.3 #> 3699 http://id.who.int/icd/release/11/mms/104129373 6A70.4 #> 3700 http://id.who.int/icd/release/11/mms/554273362 6A70.5 #> 3701 http://id.who.int/icd/release/11/mms/1841833296 6A70.6 #> 3702 http://id.who.int/icd/release/11/mms/1024740497 6A70.7 #> 3703 http://id.who.int/icd/release/11/mms/578635574/other 6A70.Y #> 3704 http://id.who.int/icd/release/11/mms/578635574/unspecified 6A70.Z #> 3705 http://id.who.int/icd/release/11/mms/1194756772 6A71 #> 3706 http://id.who.int/icd/release/11/mms/1851882275 6A71.0 #> 3707 http://id.who.int/icd/release/11/mms/187348663 6A71.1 #> 3708 http://id.who.int/icd/release/11/mms/419823765 6A71.2 #> 3709 http://id.who.int/icd/release/11/mms/2139612744 6A71.3 #> 3710 http://id.who.int/icd/release/11/mms/449588190 6A71.4 #> 3711 http://id.who.int/icd/release/11/mms/1905765233 6A71.5 #> 3712 http://id.who.int/icd/release/11/mms/1110405006 6A71.6 #> 3713 http://id.who.int/icd/release/11/mms/1763883082 6A71.7 #> 3714 http://id.who.int/icd/release/11/mms/1194756772/other 6A71.Y #> 3715 http://id.who.int/icd/release/11/mms/1194756772/unspecified 6A71.Z #> 3716 http://id.who.int/icd/release/11/mms/810797047 6A72 #> 3717 http://id.who.int/icd/release/11/mms/314468192 6A73 #> 3718 http://id.who.int/icd/release/11/mms/1563440232/other 6A7Y #> 3719 http://id.who.int/icd/release/11/mms/1563440232/unspecified 6A7Z #> 3720 http://id.who.int/icd/release/11/mms/496273089 6A80 #> 3721 http://id.who.int/icd/release/11/mms/1119039346 6A80.0 #> 3722 http://id.who.int/icd/release/11/mms/1383708356 6A80.1 #> 3723 http://id.who.int/icd/release/11/mms/1906190365 6A80.2 #> 3724 http://id.who.int/icd/release/11/mms/802537726 6A80.3 #> 3725 http://id.who.int/icd/release/11/mms/822487798 6A80.4 #> 3726 http://id.who.int/icd/release/11/mms/567063364 6A80.5 #> 3727 http://id.who.int/icd/release/11/mms/76398729/other 6A8Y #> 3728 http://id.who.int/icd/release/11/mms/76398729/unspecified 6A8Z #> 3729 http://id.who.int/icd/release/11/mms/1336943699 #> 3730 http://id.who.int/icd/release/11/mms/1712535455 6B00 #> 3731 http://id.who.int/icd/release/11/mms/56162827 6B01 #> 3732 http://id.who.int/icd/release/11/mms/530592394 6B02 #> 3733 http://id.who.int/icd/release/11/mms/239513569 6B03 #> 3734 http://id.who.int/icd/release/11/mms/2062286624 6B04 #> 3735 http://id.who.int/icd/release/11/mms/830200631 6B05 #> 3736 http://id.who.int/icd/release/11/mms/167946871 6B06 #> 3737 http://id.who.int/icd/release/11/mms/1336943699/other 6B0Y #> 3738 http://id.who.int/icd/release/11/mms/1336943699/unspecified 6B0Z #> 3739 http://id.who.int/icd/release/11/mms/1321276661 #> 3740 http://id.who.int/icd/release/11/mms/1582741816 6B20 #> 3741 http://id.who.int/icd/release/11/mms/1015764596 6B20.0 #> 3742 http://id.who.int/icd/release/11/mms/1994177297 6B20.1 #> 3743 http://id.who.int/icd/release/11/mms/1582741816/unspecified 6B20.Z #> 3744 http://id.who.int/icd/release/11/mms/731724655 6B21 #> 3745 http://id.who.int/icd/release/11/mms/1674048969 6B21.0 #> 3746 http://id.who.int/icd/release/11/mms/959548182 6B21.1 #> 3747 http://id.who.int/icd/release/11/mms/731724655/unspecified 6B21.Z #> 3748 http://id.who.int/icd/release/11/mms/1119008568 6B22 #> 3749 http://id.who.int/icd/release/11/mms/1880326300 6B22.0 #> 3750 http://id.who.int/icd/release/11/mms/2057185272 6B22.1 #> 3751 http://id.who.int/icd/release/11/mms/1119008568/unspecified 6B22.Z #> 3752 http://id.who.int/icd/release/11/mms/675329566 6B23 #> 3753 http://id.who.int/icd/release/11/mms/80299449 6B23.0 #> 3754 http://id.who.int/icd/release/11/mms/280906289 6B23.1 #> 3755 http://id.who.int/icd/release/11/mms/675329566/unspecified 6B23.Z #> 3756 http://id.who.int/icd/release/11/mms/1991016628 6B24 #> 3757 http://id.who.int/icd/release/11/mms/1515067172 6B24.0 #> 3758 http://id.who.int/icd/release/11/mms/1355001928 6B24.1 #> 3759 http://id.who.int/icd/release/11/mms/1991016628/unspecified 6B24.Z #> 3760 http://id.who.int/icd/release/11/mms/1121465374 6B25 #> 3761 http://id.who.int/icd/release/11/mms/1253999657 6B25.0 #> 3762 http://id.who.int/icd/release/11/mms/726494117 6B25.1 #> 3763 http://id.who.int/icd/release/11/mms/1121465374/other 6B25.Y #> 3764 http://id.who.int/icd/release/11/mms/1121465374/unspecified 6B25.Z #> 3765 http://id.who.int/icd/release/11/mms/1321276661/other 6B2Y #> 3766 http://id.who.int/icd/release/11/mms/1321276661/unspecified 6B2Z #> 3767 http://id.who.int/icd/release/11/mms/991786158 #> 3768 http://id.who.int/icd/release/11/mms/2070699808 6B40 #> 3769 http://id.who.int/icd/release/11/mms/585833559 6B41 #> 3770 http://id.who.int/icd/release/11/mms/1183832314 6B42 #> 3771 http://id.who.int/icd/release/11/mms/264310751 6B43 #> 3772 http://id.who.int/icd/release/11/mms/1867081699 6B44 #> 3773 http://id.who.int/icd/release/11/mms/467941148 6B45 #> 3774 http://id.who.int/icd/release/11/mms/991786158/other 6B4Y #> 3775 http://id.who.int/icd/release/11/mms/991786158/unspecified 6B4Z #> 3776 http://id.who.int/icd/release/11/mms/108180424 #> 3777 http://id.who.int/icd/release/11/mms/1069443471 6B60 #> 3778 http://id.who.int/icd/release/11/mms/197468567 6B60.0 #> 3779 http://id.who.int/icd/release/11/mms/604711335 6B60.1 #> 3780 http://id.who.int/icd/release/11/mms/1155836908 6B60.2 #> 3781 http://id.who.int/icd/release/11/mms/1608456538 6B60.3 #> 3782 http://id.who.int/icd/release/11/mms/1620688958 6B60.4 #> 3783 http://id.who.int/icd/release/11/mms/1504141213 6B60.5 #> 3784 http://id.who.int/icd/release/11/mms/1367613958 6B60.6 #> 3785 http://id.who.int/icd/release/11/mms/1604145596 6B60.7 #> 3786 http://id.who.int/icd/release/11/mms/536986325 6B60.8 #> 3787 http://id.who.int/icd/release/11/mms/1665998139 6B60.80 #> 3788 http://id.who.int/icd/release/11/mms/1733770101 6B60.81 #> 3789 http://id.who.int/icd/release/11/mms/59160874 6B60.82 #> 3790 http://id.who.int/icd/release/11/mms/1113307263 6B60.83 #> 3791 http://id.who.int/icd/release/11/mms/577260920 6B60.84 #> 3792 http://id.who.int/icd/release/11/mms/967232108 6B60.85 #> 3793 http://id.who.int/icd/release/11/mms/536986325/other 6B60.8Y #> 3794 http://id.who.int/icd/release/11/mms/536986325/unspecified 6B60.8Z #> 3795 http://id.who.int/icd/release/11/mms/71229925 6B60.9 #> 3796 http://id.who.int/icd/release/11/mms/1069443471/other 6B60.Y #> 3797 http://id.who.int/icd/release/11/mms/1069443471/unspecified 6B60.Z #> 3798 http://id.who.int/icd/release/11/mms/626975732 6B61 #> 3799 http://id.who.int/icd/release/11/mms/1075129954 6B61.0 #> 3800 http://id.who.int/icd/release/11/mms/312804864 6B61.1 #> 3801 http://id.who.int/icd/release/11/mms/626975732/unspecified 6B61.Z #> 3802 http://id.who.int/icd/release/11/mms/1807490186 6B62 #> 3803 http://id.who.int/icd/release/11/mms/1374925579 6B63 #> 3804 http://id.who.int/icd/release/11/mms/1829103493 6B64 #> 3805 http://id.who.int/icd/release/11/mms/988400777 6B65 #> 3806 http://id.who.int/icd/release/11/mms/253124068 6B66 #> 3807 http://id.who.int/icd/release/11/mms/108180424/other 6B6Y #> 3808 http://id.who.int/icd/release/11/mms/108180424/unspecified 6B6Z #> 3809 http://id.who.int/icd/release/11/mms/1412387537 #> 3810 http://id.who.int/icd/release/11/mms/263852475 6B80 #> 3811 http://id.who.int/icd/release/11/mms/306103450 6B80.0 #> 3812 http://id.who.int/icd/release/11/mms/555272190 6B80.00 #> 3813 http://id.who.int/icd/release/11/mms/544507568 6B80.01 #> 3814 http://id.who.int/icd/release/11/mms/306103450/unspecified 6B80.0Z #> 3815 http://id.who.int/icd/release/11/mms/647582417 6B80.1 #> 3816 http://id.who.int/icd/release/11/mms/631591362 6B80.10 #> 3817 http://id.who.int/icd/release/11/mms/1526825514 6B80.11 #> 3818 http://id.who.int/icd/release/11/mms/647582417/unspecified 6B80.1Z #> 3819 http://id.who.int/icd/release/11/mms/38433871 6B80.2 #> 3820 http://id.who.int/icd/release/11/mms/263852475/other 6B80.Y #> 3821 http://id.who.int/icd/release/11/mms/263852475/unspecified 6B80.Z #> 3822 http://id.who.int/icd/release/11/mms/509381842 6B81 #> 3823 http://id.who.int/icd/release/11/mms/1673294767 6B82 #> 3824 http://id.who.int/icd/release/11/mms/1242188600 6B83 #> 3825 http://id.who.int/icd/release/11/mms/833390860 6B84 #> 3826 http://id.who.int/icd/release/11/mms/1205760590 6B85 #> 3827 http://id.who.int/icd/release/11/mms/1412387537/other 6B8Y #> 3828 http://id.who.int/icd/release/11/mms/1412387537/unspecified 6B8Z #> 3829 http://id.who.int/icd/release/11/mms/1884115764 #> 3830 http://id.who.int/icd/release/11/mms/1157749237 6C00 #> 3831 http://id.who.int/icd/release/11/mms/1048673005 6C00.0 #> 3832 http://id.who.int/icd/release/11/mms/210284268 6C00.1 #> 3833 http://id.who.int/icd/release/11/mms/624858749 6C00.2 #> 3834 http://id.who.int/icd/release/11/mms/1157749237/unspecified 6C00.Z #> 3835 http://id.who.int/icd/release/11/mms/313374467 6C01 #> 3836 http://id.who.int/icd/release/11/mms/528060023 6C01.0 #> 3837 http://id.who.int/icd/release/11/mms/541725793 6C01.1 #> 3838 http://id.who.int/icd/release/11/mms/313374467/unspecified 6C01.Z #> 3839 http://id.who.int/icd/release/11/mms/1884115764/unspecified 6C0Z #> 3840 http://id.who.int/icd/release/11/mms/794195577 #> 3841 http://id.who.int/icd/release/11/mms/767044268 6C20 #> 3842 http://id.who.int/icd/release/11/mms/1472866636 6C20.0 #> 3843 http://id.who.int/icd/release/11/mms/1967782703 6C20.1 #> 3844 http://id.who.int/icd/release/11/mms/1121638993 6C20.2 #> 3845 http://id.who.int/icd/release/11/mms/767044268/unspecified 6C20.Z #> 3846 http://id.who.int/icd/release/11/mms/256572629 6C21 #> 3847 http://id.who.int/icd/release/11/mms/794195577/other 6C2Y #> 3848 http://id.who.int/icd/release/11/mms/794195577/unspecified 6C2Z #> 3849 http://id.who.int/icd/release/11/mms/1602669465 #> 3850 http://id.who.int/icd/release/11/mms/590211325 #> 3851 http://id.who.int/icd/release/11/mms/1676588433 6C40 #> 3852 http://id.who.int/icd/release/11/mms/766814084 6C40.0 #> 3853 http://id.who.int/icd/release/11/mms/714690795 6C40.1 #> 3854 http://id.who.int/icd/release/11/mms/397237014 6C40.10 #> 3855 http://id.who.int/icd/release/11/mms/1761440261 6C40.11 #> 3856 http://id.who.int/icd/release/11/mms/714690795/unspecified 6C40.1Z #> 3857 http://id.who.int/icd/release/11/mms/1580466198 6C40.2 #> 3858 http://id.who.int/icd/release/11/mms/582014993 6C40.20 #> 3859 http://id.who.int/icd/release/11/mms/490388233 6C40.21 #> 3860 http://id.who.int/icd/release/11/mms/1836362492 6C40.22 #> 3861 http://id.who.int/icd/release/11/mms/931320871 6C40.23 #> 3862 http://id.who.int/icd/release/11/mms/1447256030 6C40.24 #> 3863 http://id.who.int/icd/release/11/mms/1580466198/unspecified 6C40.2Z #> 3864 http://id.who.int/icd/release/11/mms/1339202943 6C40.3 #> 3865 http://id.who.int/icd/release/11/mms/998231424 6C40.4 #> 3866 http://id.who.int/icd/release/11/mms/500976312 6C40.40 #> 3867 http://id.who.int/icd/release/11/mms/844301129 6C40.41 #> 3868 http://id.who.int/icd/release/11/mms/1217641719 6C40.42 #> 3869 http://id.who.int/icd/release/11/mms/232349777 6C40.43 #> 3870 http://id.who.int/icd/release/11/mms/998231424/unspecified 6C40.4Z #> 3871 http://id.who.int/icd/release/11/mms/1217486356 6C40.5 #> 3872 http://id.who.int/icd/release/11/mms/769299330 6C40.6 #> 3873 http://id.who.int/icd/release/11/mms/226414625 6C40.60 #> 3874 http://id.who.int/icd/release/11/mms/1767310182 6C40.61 #> 3875 http://id.who.int/icd/release/11/mms/111589839 6C40.62 #> 3876 http://id.who.int/icd/release/11/mms/769299330/unspecified 6C40.6Z #> 3877 http://id.who.int/icd/release/11/mms/1012312104 6C40.7 #> 3878 http://id.who.int/icd/release/11/mms/804785400 6C40.70 #> 3879 http://id.who.int/icd/release/11/mms/2068155409 6C40.71 #> 3880 http://id.who.int/icd/release/11/mms/1676588433/other 6C40.Y #> 3881 http://id.who.int/icd/release/11/mms/1676588433/unspecified 6C40.Z #> 3882 http://id.who.int/icd/release/11/mms/1913137404 6C41 #> 3883 http://id.who.int/icd/release/11/mms/854520906 6C41.0 #> 3884 http://id.who.int/icd/release/11/mms/937834582 6C41.1 #> 3885 http://id.who.int/icd/release/11/mms/1305859927 6C41.10 #> 3886 http://id.who.int/icd/release/11/mms/487177880 6C41.11 #> 3887 http://id.who.int/icd/release/11/mms/937834582/unspecified 6C41.1Z #> 3888 http://id.who.int/icd/release/11/mms/1129015467 6C41.2 #> 3889 http://id.who.int/icd/release/11/mms/373645975 6C41.20 #> 3890 http://id.who.int/icd/release/11/mms/911861819 6C41.21 #> 3891 http://id.who.int/icd/release/11/mms/740218593 6C41.22 #> 3892 http://id.who.int/icd/release/11/mms/750347921 6C41.23 #> 3893 http://id.who.int/icd/release/11/mms/1129015467/unspecified 6C41.2Z #> 3894 http://id.who.int/icd/release/11/mms/1387132352 6C41.3 #> 3895 http://id.who.int/icd/release/11/mms/637576511 6C41.4 #> 3896 http://id.who.int/icd/release/11/mms/1441674923 6C41.5 #> 3897 http://id.who.int/icd/release/11/mms/816184127 6C41.6 #> 3898 http://id.who.int/icd/release/11/mms/597251719 6C41.7 #> 3899 http://id.who.int/icd/release/11/mms/1141591590 6C41.70 #> 3900 http://id.who.int/icd/release/11/mms/1978307484 6C41.71 #> 3901 http://id.who.int/icd/release/11/mms/1913137404/other 6C41.Y #> 3902 http://id.who.int/icd/release/11/mms/1913137404/unspecified 6C41.Z #> 3903 http://id.who.int/icd/release/11/mms/804833492 6C42 #> 3904 http://id.who.int/icd/release/11/mms/912934263 6C42.0 #> 3905 http://id.who.int/icd/release/11/mms/1055626783 6C42.1 #> 3906 http://id.who.int/icd/release/11/mms/329717941 6C42.10 #> 3907 http://id.who.int/icd/release/11/mms/1501431632 6C42.11 #> 3908 http://id.who.int/icd/release/11/mms/1055626783/other 6C42.1Y #> 3909 http://id.who.int/icd/release/11/mms/1055626783/unspecified 6C42.1Z #> 3910 http://id.who.int/icd/release/11/mms/686500513 6C42.2 #> 3911 http://id.who.int/icd/release/11/mms/333795413 6C42.20 #> 3912 http://id.who.int/icd/release/11/mms/2648920 6C42.21 #> 3913 http://id.who.int/icd/release/11/mms/1253260365 6C42.22 #> 3914 http://id.who.int/icd/release/11/mms/819411618 6C42.23 #> 3915 http://id.who.int/icd/release/11/mms/686500513/other 6C42.2Y #> 3916 http://id.who.int/icd/release/11/mms/686500513/unspecified 6C42.2Z #> 3917 http://id.who.int/icd/release/11/mms/508603587 6C42.3 #> 3918 http://id.who.int/icd/release/11/mms/397276103 6C42.4 #> 3919 http://id.who.int/icd/release/11/mms/138091123 6C42.5 #> 3920 http://id.who.int/icd/release/11/mms/1995589534 6C42.6 #> 3921 http://id.who.int/icd/release/11/mms/738827515 6C42.7 #> 3922 http://id.who.int/icd/release/11/mms/925940030 6C42.70 #> 3923 http://id.who.int/icd/release/11/mms/1396644446 6C42.71 #> 3924 http://id.who.int/icd/release/11/mms/804833492/other 6C42.Y #> 3925 http://id.who.int/icd/release/11/mms/804833492/unspecified 6C42.Z #> 3926 http://id.who.int/icd/release/11/mms/111507461 6C43 #> 3927 http://id.who.int/icd/release/11/mms/398872858 6C43.0 #> 3928 http://id.who.int/icd/release/11/mms/912365674 6C43.1 #> 3929 http://id.who.int/icd/release/11/mms/676082180 6C43.10 #> 3930 http://id.who.int/icd/release/11/mms/224696144 6C43.11 #> 3931 http://id.who.int/icd/release/11/mms/912365674/unspecified 6C43.1Z #> 3932 http://id.who.int/icd/release/11/mms/1120716949 6C43.2 #> 3933 http://id.who.int/icd/release/11/mms/1229687244 6C43.20 #> 3934 http://id.who.int/icd/release/11/mms/1023217081 6C43.21 #> 3935 http://id.who.int/icd/release/11/mms/157120957 6C43.22 #> 3936 http://id.who.int/icd/release/11/mms/36859167 6C43.23 #> 3937 http://id.who.int/icd/release/11/mms/1120716949/unspecified 6C43.2Z #> 3938 http://id.who.int/icd/release/11/mms/1395283456 6C43.3 #> 3939 http://id.who.int/icd/release/11/mms/663160065 6C43.4 #> 3940 http://id.who.int/icd/release/11/mms/1416205973 6C43.5 #> 3941 http://id.who.int/icd/release/11/mms/824335105 6C43.6 #> 3942 http://id.who.int/icd/release/11/mms/1014265857 6C43.7 #> 3943 http://id.who.int/icd/release/11/mms/119512795 6C43.70 #> 3944 http://id.who.int/icd/release/11/mms/963759045 6C43.71 #> 3945 http://id.who.int/icd/release/11/mms/111507461/other 6C43.Y #> 3946 http://id.who.int/icd/release/11/mms/111507461/unspecified 6C43.Z #> 3947 http://id.who.int/icd/release/11/mms/390325614 6C44 #> 3948 http://id.who.int/icd/release/11/mms/475820054 6C44.0 #> 3949 http://id.who.int/icd/release/11/mms/723448021 6C44.1 #> 3950 http://id.who.int/icd/release/11/mms/601232140 6C44.10 #> 3951 http://id.who.int/icd/release/11/mms/1559048211 6C44.11 #> 3952 http://id.who.int/icd/release/11/mms/723448021/unspecified 6C44.1Z #> 3953 http://id.who.int/icd/release/11/mms/1605607466 6C44.2 #> 3954 http://id.who.int/icd/release/11/mms/1346050331 6C44.20 #> 3955 http://id.who.int/icd/release/11/mms/2141068069 6C44.21 #> 3956 http://id.who.int/icd/release/11/mms/627598840 6C44.22 #> 3957 http://id.who.int/icd/release/11/mms/1151987203 6C44.23 #> 3958 http://id.who.int/icd/release/11/mms/1605607466/unspecified 6C44.2Z #> 3959 http://id.who.int/icd/release/11/mms/1314209089 6C44.3 #> 3960 http://id.who.int/icd/release/11/mms/989359552 6C44.4 #> 3961 http://id.who.int/icd/release/11/mms/405069624 6C44.40 #> 3962 http://id.who.int/icd/release/11/mms/1065937748 6C44.41 #> 3963 http://id.who.int/icd/release/11/mms/1298868599 6C44.42 #> 3964 http://id.who.int/icd/release/11/mms/1087947331 6C44.43 #> 3965 http://id.who.int/icd/release/11/mms/989359552/unspecified 6C44.4Z #> 3966 http://id.who.int/icd/release/11/mms/1226243628 6C44.5 #> 3967 http://id.who.int/icd/release/11/mms/744305598 6C44.6 #> 3968 http://id.who.int/icd/release/11/mms/1954860287 6C44.7 #> 3969 http://id.who.int/icd/release/11/mms/890653406 6C44.70 #> 3970 http://id.who.int/icd/release/11/mms/1506172532 6C44.71 #> 3971 http://id.who.int/icd/release/11/mms/390325614/other 6C44.Y #> 3972 http://id.who.int/icd/release/11/mms/390325614/unspecified 6C44.Z #> 3973 http://id.who.int/icd/release/11/mms/1689089786 6C45 #> 3974 http://id.who.int/icd/release/11/mms/318767128 6C45.0 #> 3975 http://id.who.int/icd/release/11/mms/275218837 6C45.1 #> 3976 http://id.who.int/icd/release/11/mms/1179645529 6C45.10 #> 3977 http://id.who.int/icd/release/11/mms/378773400 6C45.11 #> 3978 http://id.who.int/icd/release/11/mms/275218837/unspecified 6C45.1Z #> 3979 http://id.who.int/icd/release/11/mms/1691013484 6C45.2 #> 3980 http://id.who.int/icd/release/11/mms/1870512253 6C45.20 #> 3981 http://id.who.int/icd/release/11/mms/1347425045 6C45.21 #> 3982 http://id.who.int/icd/release/11/mms/1424852267 6C45.22 #> 3983 http://id.who.int/icd/release/11/mms/909638838 6C45.23 #> 3984 http://id.who.int/icd/release/11/mms/1691013484/unspecified 6C45.2Z #> 3985 http://id.who.int/icd/release/11/mms/1965837313 6C45.3 #> 3986 http://id.who.int/icd/release/11/mms/25238782 6C45.4 #> 3987 http://id.who.int/icd/release/11/mms/1919913834 6C45.5 #> 3988 http://id.who.int/icd/release/11/mms/388252416 6C45.6 #> 3989 http://id.who.int/icd/release/11/mms/1824621163 6C45.60 #> 3990 http://id.who.int/icd/release/11/mms/1460899805 6C45.61 #> 3991 http://id.who.int/icd/release/11/mms/1130659925 6C45.62 #> 3992 http://id.who.int/icd/release/11/mms/388252416/unspecified 6C45.6Z #> 3993 http://id.who.int/icd/release/11/mms/1081029366 6C45.7 #> 3994 http://id.who.int/icd/release/11/mms/480277067 6C45.70 #> 3995 http://id.who.int/icd/release/11/mms/1176625878 6C45.71 #> 3996 http://id.who.int/icd/release/11/mms/330885524 6C45.72 #> 3997 http://id.who.int/icd/release/11/mms/1995290731 6C45.73 #> 3998 http://id.who.int/icd/release/11/mms/1689089786/other 6C45.Y #> 3999 http://id.who.int/icd/release/11/mms/1689089786/unspecified 6C45.Z #> 4000 http://id.who.int/icd/release/11/mms/1016273204 6C46 #> 4001 http://id.who.int/icd/release/11/mms/1772665991 6C46.0 #> 4002 http://id.who.int/icd/release/11/mms/211765524 6C46.1 #> 4003 http://id.who.int/icd/release/11/mms/385389976 6C46.10 #> 4004 http://id.who.int/icd/release/11/mms/1136092121 6C46.11 #> 4005 http://id.who.int/icd/release/11/mms/211765524/unspecified 6C46.1Z #> 4006 http://id.who.int/icd/release/11/mms/2016549355 6C46.2 #> 4007 http://id.who.int/icd/release/11/mms/651438062 6C46.20 #> 4008 http://id.who.int/icd/release/11/mms/113814852 6C46.21 #> 4009 http://id.who.int/icd/release/11/mms/671215150 6C46.22 #> 4010 http://id.who.int/icd/release/11/mms/912062138 6C46.23 #> 4011 http://id.who.int/icd/release/11/mms/2016549355/unspecified 6C46.2Z #> 4012 http://id.who.int/icd/release/11/mms/1775535234 6C46.3 #> 4013 http://id.who.int/icd/release/11/mms/494523519 6C46.4 #> 4014 http://id.who.int/icd/release/11/mms/951103658 6C46.5 #> 4015 http://id.who.int/icd/release/11/mms/199002751 6C46.6 #> 4016 http://id.who.int/icd/release/11/mms/1500592979 6C46.60 #> 4017 http://id.who.int/icd/release/11/mms/1292252379 6C46.61 #> 4018 http://id.who.int/icd/release/11/mms/48956638 6C46.62 #> 4019 http://id.who.int/icd/release/11/mms/199002751/unspecified 6C46.6Z #> 4020 http://id.who.int/icd/release/11/mms/2096250471 6C46.7 #> 4021 http://id.who.int/icd/release/11/mms/724783925 6C46.70 #> 4022 http://id.who.int/icd/release/11/mms/1627021441 6C46.71 #> 4023 http://id.who.int/icd/release/11/mms/1830469239 6C46.72 #> 4024 http://id.who.int/icd/release/11/mms/143679922 6C46.73 #> 4025 http://id.who.int/icd/release/11/mms/1016273204/other 6C46.Y #> 4026 http://id.who.int/icd/release/11/mms/1016273204/unspecified 6C46.Z #> 4027 http://id.who.int/icd/release/11/mms/1605818663 6C47 #> 4028 http://id.who.int/icd/release/11/mms/1563509056 6C47.0 #> 4029 http://id.who.int/icd/release/11/mms/2057206901 6C47.1 #> 4030 http://id.who.int/icd/release/11/mms/659900369 6C47.10 #> 4031 http://id.who.int/icd/release/11/mms/1929333008 6C47.11 #> 4032 http://id.who.int/icd/release/11/mms/2057206901/other 6C47.1Y #> 4033 http://id.who.int/icd/release/11/mms/2057206901/unspecified 6C47.1Z #> 4034 http://id.who.int/icd/release/11/mms/2070676103 6C47.2 #> 4035 http://id.who.int/icd/release/11/mms/1771470438 6C47.20 #> 4036 http://id.who.int/icd/release/11/mms/1643918100 6C47.21 #> 4037 http://id.who.int/icd/release/11/mms/873755949 6C47.22 #> 4038 http://id.who.int/icd/release/11/mms/1359176422 6C47.23 #> 4039 http://id.who.int/icd/release/11/mms/2070676103/other 6C47.2Y #> 4040 http://id.who.int/icd/release/11/mms/2070676103/unspecified 6C47.2Z #> 4041 http://id.who.int/icd/release/11/mms/1599283639 6C47.3 #> 4042 http://id.who.int/icd/release/11/mms/1587633989 6C47.4 #> 4043 http://id.who.int/icd/release/11/mms/1526280683 6C47.5 #> 4044 http://id.who.int/icd/release/11/mms/1005846640 6C47.6 #> 4045 http://id.who.int/icd/release/11/mms/1432030282 6C47.60 #> 4046 http://id.who.int/icd/release/11/mms/1955362756 6C47.61 #> 4047 http://id.who.int/icd/release/11/mms/89854667 6C47.62 #> 4048 http://id.who.int/icd/release/11/mms/1005846640/unspecified 6C47.6Z #> 4049 http://id.who.int/icd/release/11/mms/1562167865 6C47.7 #> 4050 http://id.who.int/icd/release/11/mms/507076012 6C47.70 #> 4051 http://id.who.int/icd/release/11/mms/1423983191 6C47.71 #> 4052 http://id.who.int/icd/release/11/mms/511382862 6C47.72 #> 4053 http://id.who.int/icd/release/11/mms/1259373199 6C47.73 #> 4054 http://id.who.int/icd/release/11/mms/1605818663/other 6C47.Y #> 4055 http://id.who.int/icd/release/11/mms/1605818663/unspecified 6C47.Z #> 4056 http://id.who.int/icd/release/11/mms/31898480 6C48 #> 4057 http://id.who.int/icd/release/11/mms/207246302 6C48.0 #> 4058 http://id.who.int/icd/release/11/mms/1252561403 6C48.1 #> 4059 http://id.who.int/icd/release/11/mms/1935765699 6C48.10 #> 4060 http://id.who.int/icd/release/11/mms/1290474459 6C48.11 #> 4061 http://id.who.int/icd/release/11/mms/1252561403/unspecified 6C48.1Z #> 4062 http://id.who.int/icd/release/11/mms/1648213213 6C48.2 #> 4063 http://id.who.int/icd/release/11/mms/1569910443 6C48.3 #> 4064 http://id.who.int/icd/release/11/mms/1710844294 6C48.4 #> 4065 http://id.who.int/icd/release/11/mms/1115271910 6C48.40 #> 4066 http://id.who.int/icd/release/11/mms/31898480/other 6C48.Y #> 4067 http://id.who.int/icd/release/11/mms/31898480/unspecified 6C48.Z #> 4068 http://id.who.int/icd/release/11/mms/1967909777 6C49 #> 4069 http://id.who.int/icd/release/11/mms/1995632461 6C49.0 #> 4070 http://id.who.int/icd/release/11/mms/219736364 6C49.1 #> 4071 http://id.who.int/icd/release/11/mms/275556525 6C49.10 #> 4072 http://id.who.int/icd/release/11/mms/1868008370 6C49.11 #> 4073 http://id.who.int/icd/release/11/mms/219736364/unspecified 6C49.1Z #> 4074 http://id.who.int/icd/release/11/mms/2041952725 6C49.2 #> 4075 http://id.who.int/icd/release/11/mms/847208228 6C49.20 #> 4076 http://id.who.int/icd/release/11/mms/585026718 6C49.21 #> 4077 http://id.who.int/icd/release/11/mms/644045474 6C49.22 #> 4078 http://id.who.int/icd/release/11/mms/655301620 6C49.23 #> 4079 http://id.who.int/icd/release/11/mms/2041952725/unspecified 6C49.2Z #> 4080 http://id.who.int/icd/release/11/mms/1750279358 6C49.3 #> 4081 http://id.who.int/icd/release/11/mms/1863378901 6C49.4 #> 4082 http://id.who.int/icd/release/11/mms/173746753 6C49.5 #> 4083 http://id.who.int/icd/release/11/mms/1265787402 6C49.6 #> 4084 http://id.who.int/icd/release/11/mms/162562386 6C49.60 #> 4085 http://id.who.int/icd/release/11/mms/1245150953 6C49.61 #> 4086 http://id.who.int/icd/release/11/mms/1967909777/other 6C49.Y #> 4087 http://id.who.int/icd/release/11/mms/1967909777/unspecified 6C49.Z #> 4088 http://id.who.int/icd/release/11/mms/268445189 6C4A #> 4089 http://id.who.int/icd/release/11/mms/1356720300 6C4A.0 #> 4090 http://id.who.int/icd/release/11/mms/299901355 6C4A.1 #> 4091 http://id.who.int/icd/release/11/mms/1979010552 6C4A.10 #> 4092 http://id.who.int/icd/release/11/mms/1249849058 6C4A.11 #> 4093 http://id.who.int/icd/release/11/mms/299901355/unspecified 6C4A.1Z #> 4094 http://id.who.int/icd/release/11/mms/1699574100 6C4A.2 #> 4095 http://id.who.int/icd/release/11/mms/719650647 6C4A.20 #> 4096 http://id.who.int/icd/release/11/mms/88210793 6C4A.21 #> 4097 http://id.who.int/icd/release/11/mms/986422897 6C4A.22 #> 4098 http://id.who.int/icd/release/11/mms/980168193 6C4A.23 #> 4099 http://id.who.int/icd/release/11/mms/1699574100/unspecified 6C4A.2Z #> 4100 http://id.who.int/icd/release/11/mms/1957424191 6C4A.3 #> 4101 http://id.who.int/icd/release/11/mms/441538 6C4A.4 #> 4102 http://id.who.int/icd/release/11/mms/268445189/other 6C4A.Y #> 4103 http://id.who.int/icd/release/11/mms/268445189/unspecified 6C4A.Z #> 4104 http://id.who.int/icd/release/11/mms/1835610951 6C4B #> 4105 http://id.who.int/icd/release/11/mms/893652479 6C4B.0 #> 4106 http://id.who.int/icd/release/11/mms/1600451095 6C4B.1 #> 4107 http://id.who.int/icd/release/11/mms/1704485952 6C4B.10 #> 4108 http://id.who.int/icd/release/11/mms/1879955576 6C4B.11 #> 4109 http://id.who.int/icd/release/11/mms/1600451095/unspecified 6C4B.1Z #> 4110 http://id.who.int/icd/release/11/mms/734634730 6C4B.2 #> 4111 http://id.who.int/icd/release/11/mms/539693275 6C4B.20 #> 4112 http://id.who.int/icd/release/11/mms/861459960 6C4B.21 #> 4113 http://id.who.int/icd/release/11/mms/1844888971 6C4B.22 #> 4114 http://id.who.int/icd/release/11/mms/486397896 6C4B.23 #> 4115 http://id.who.int/icd/release/11/mms/734634730/unspecified 6C4B.2Z #> 4116 http://id.who.int/icd/release/11/mms/976174979 6C4B.3 #> 4117 http://id.who.int/icd/release/11/mms/1317171068 6C4B.4 #> 4118 http://id.who.int/icd/release/11/mms/1030552808 6C4B.5 #> 4119 http://id.who.int/icd/release/11/mms/1478963582 6C4B.6 #> 4120 http://id.who.int/icd/release/11/mms/1416233126 6C4B.7 #> 4121 http://id.who.int/icd/release/11/mms/652700225 6C4B.70 #> 4122 http://id.who.int/icd/release/11/mms/1918560936 6C4B.71 #> 4123 http://id.who.int/icd/release/11/mms/1835610951/other 6C4B.Y #> 4124 http://id.who.int/icd/release/11/mms/1835610951/unspecified 6C4B.Z #> 4125 http://id.who.int/icd/release/11/mms/1218193465 6C4C #> 4126 http://id.who.int/icd/release/11/mms/1334295394 6C4C.0 #> 4127 http://id.who.int/icd/release/11/mms/1662953838 6C4C.1 #> 4128 http://id.who.int/icd/release/11/mms/817666175 6C4C.10 #> 4129 http://id.who.int/icd/release/11/mms/2136057978 6C4C.11 #> 4130 http://id.who.int/icd/release/11/mms/1662953838/unspecified 6C4C.1Z #> 4131 http://id.who.int/icd/release/11/mms/473001402 6C4C.2 #> 4132 http://id.who.int/icd/release/11/mms/599461536 6C4C.20 #> 4133 http://id.who.int/icd/release/11/mms/203295904 6C4C.21 #> 4134 http://id.who.int/icd/release/11/mms/213499118 6C4C.22 #> 4135 http://id.who.int/icd/release/11/mms/1774027011 6C4C.23 #> 4136 http://id.who.int/icd/release/11/mms/473001402/unspecified 6C4C.2Z #> 4137 http://id.who.int/icd/release/11/mms/1574982062 6C4C.3 #> 4138 http://id.who.int/icd/release/11/mms/1791864244 6C4C.4 #> 4139 http://id.who.int/icd/release/11/mms/1828722493 6C4C.5 #> 4140 http://id.who.int/icd/release/11/mms/1589999330 6C4C.6 #> 4141 http://id.who.int/icd/release/11/mms/1157653052 6C4C.7 #> 4142 http://id.who.int/icd/release/11/mms/268614690 6C4C.70 #> 4143 http://id.who.int/icd/release/11/mms/325981339 6C4C.71 #> 4144 http://id.who.int/icd/release/11/mms/1218193465/other 6C4C.Y #> 4145 http://id.who.int/icd/release/11/mms/1218193465/unspecified 6C4C.Z #> 4146 http://id.who.int/icd/release/11/mms/470484338 6C4D #> 4147 http://id.who.int/icd/release/11/mms/706633269 6C4D.0 #> 4148 http://id.who.int/icd/release/11/mms/1418561556 6C4D.1 #> 4149 http://id.who.int/icd/release/11/mms/2059548662 6C4D.10 #> 4150 http://id.who.int/icd/release/11/mms/100209899 6C4D.11 #> 4151 http://id.who.int/icd/release/11/mms/1418561556/unspecified 6C4D.1Z #> 4152 http://id.who.int/icd/release/11/mms/1177354811 6C4D.2 #> 4153 http://id.who.int/icd/release/11/mms/916072624 6C4D.20 #> 4154 http://id.who.int/icd/release/11/mms/101610314 6C4D.21 #> 4155 http://id.who.int/icd/release/11/mms/2036226651 6C4D.22 #> 4156 http://id.who.int/icd/release/11/mms/380625140 6C4D.23 #> 4157 http://id.who.int/icd/release/11/mms/1177354811/unspecified 6C4D.2Z #> 4158 http://id.who.int/icd/release/11/mms/1192105868 6C4D.3 #> 4159 http://id.who.int/icd/release/11/mms/216587818 6C4D.4 #> 4160 http://id.who.int/icd/release/11/mms/666288373 6C4D.5 #> 4161 http://id.who.int/icd/release/11/mms/1379043297 6C4D.6 #> 4162 http://id.who.int/icd/release/11/mms/1866047295 6C4D.60 #> 4163 http://id.who.int/icd/release/11/mms/1552098464 6C4D.61 #> 4164 http://id.who.int/icd/release/11/mms/470484338/other 6C4D.Y #> 4165 http://id.who.int/icd/release/11/mms/470484338/unspecified 6C4D.Z #> 4166 http://id.who.int/icd/release/11/mms/136511187 6C4E #> 4167 http://id.who.int/icd/release/11/mms/1835736371 6C4E.0 #> 4168 http://id.who.int/icd/release/11/mms/754209924 6C4E.1 #> 4169 http://id.who.int/icd/release/11/mms/1215969203 6C4E.10 #> 4170 http://id.who.int/icd/release/11/mms/311183726 6C4E.11 #> 4171 http://id.who.int/icd/release/11/mms/754209924/unspecified 6C4E.1Z #> 4172 http://id.who.int/icd/release/11/mms/1934475925 6C4E.2 #> 4173 http://id.who.int/icd/release/11/mms/392011264 6C4E.20 #> 4174 http://id.who.int/icd/release/11/mms/678448488 6C4E.21 #> 4175 http://id.who.int/icd/release/11/mms/1486482667 6C4E.22 #> 4176 http://id.who.int/icd/release/11/mms/929584708 6C4E.23 #> 4177 http://id.who.int/icd/release/11/mms/1934475925/unspecified 6C4E.2Z #> 4178 http://id.who.int/icd/release/11/mms/327038878 6C4E.3 #> 4179 http://id.who.int/icd/release/11/mms/2022008391 6C4E.4 #> 4180 http://id.who.int/icd/release/11/mms/2084106361 6C4E.40 #> 4181 http://id.who.int/icd/release/11/mms/221504052 6C4E.41 #> 4182 http://id.who.int/icd/release/11/mms/949196336 6C4E.42 #> 4183 http://id.who.int/icd/release/11/mms/707980387 6C4E.43 #> 4184 http://id.who.int/icd/release/11/mms/2022008391/unspecified 6C4E.4Z #> 4185 http://id.who.int/icd/release/11/mms/563360873 6C4E.5 #> 4186 http://id.who.int/icd/release/11/mms/1044767723 6C4E.6 #> 4187 http://id.who.int/icd/release/11/mms/487787932 6C4E.7 #> 4188 http://id.who.int/icd/release/11/mms/1906889712 6C4E.70 #> 4189 http://id.who.int/icd/release/11/mms/509176135 6C4E.71 #> 4190 http://id.who.int/icd/release/11/mms/69097373 6C4E.72 #> 4191 http://id.who.int/icd/release/11/mms/657890038 6C4E.73 #> 4192 http://id.who.int/icd/release/11/mms/136511187/other 6C4E.Y #> 4193 http://id.who.int/icd/release/11/mms/136511187/unspecified 6C4E.Z #> 4194 http://id.who.int/icd/release/11/mms/601226803 6C4F #> 4195 http://id.who.int/icd/release/11/mms/1729466996 6C4F.0 #> 4196 http://id.who.int/icd/release/11/mms/1719901309 6C4F.1 #> 4197 http://id.who.int/icd/release/11/mms/1025518626 6C4F.10 #> 4198 http://id.who.int/icd/release/11/mms/319592412 6C4F.11 #> 4199 http://id.who.int/icd/release/11/mms/1719901309/unspecified 6C4F.1Z #> 4200 http://id.who.int/icd/release/11/mms/853273682 6C4F.2 #> 4201 http://id.who.int/icd/release/11/mms/2109222603 6C4F.20 #> 4202 http://id.who.int/icd/release/11/mms/487973986 6C4F.21 #> 4203 http://id.who.int/icd/release/11/mms/2113562155 6C4F.22 #> 4204 http://id.who.int/icd/release/11/mms/1622774364 6C4F.23 #> 4205 http://id.who.int/icd/release/11/mms/853273682/unspecified 6C4F.2Z #> 4206 http://id.who.int/icd/release/11/mms/1121505208 6C4F.3 #> 4207 http://id.who.int/icd/release/11/mms/1583329300 6C4F.4 #> 4208 http://id.who.int/icd/release/11/mms/1051734617 6C4F.40 #> 4209 http://id.who.int/icd/release/11/mms/1856037350 6C4F.41 #> 4210 http://id.who.int/icd/release/11/mms/293485161 6C4F.42 #> 4211 http://id.who.int/icd/release/11/mms/1328927370 6C4F.43 #> 4212 http://id.who.int/icd/release/11/mms/1583329300/other 6C4F.4Y #> 4213 http://id.who.int/icd/release/11/mms/1583329300/unspecified 6C4F.4Z #> 4214 http://id.who.int/icd/release/11/mms/768380303 6C4F.5 #> 4215 http://id.who.int/icd/release/11/mms/1183869990 6C4F.6 #> 4216 http://id.who.int/icd/release/11/mms/538219245 6C4F.7 #> 4217 http://id.who.int/icd/release/11/mms/1733810838 6C4F.70 #> 4218 http://id.who.int/icd/release/11/mms/1198710764 6C4F.71 #> 4219 http://id.who.int/icd/release/11/mms/2039807396 6C4F.72 #> 4220 http://id.who.int/icd/release/11/mms/856664761 6C4F.73 #> 4221 http://id.who.int/icd/release/11/mms/601226803/other 6C4F.Y #> 4222 http://id.who.int/icd/release/11/mms/601226803/unspecified 6C4F.Z #> 4223 http://id.who.int/icd/release/11/mms/1414319298 6C4G #> 4224 http://id.who.int/icd/release/11/mms/272358857 6C4G.0 #> 4225 http://id.who.int/icd/release/11/mms/341458101 6C4G.1 #> 4226 http://id.who.int/icd/release/11/mms/74269862 6C4G.10 #> 4227 http://id.who.int/icd/release/11/mms/1349477728 6C4G.11 #> 4228 http://id.who.int/icd/release/11/mms/341458101/unspecified 6C4G.1Z #> 4229 http://id.who.int/icd/release/11/mms/2143971168 6C4G.2 #> 4230 http://id.who.int/icd/release/11/mms/2026388610 6C4G.20 #> 4231 http://id.who.int/icd/release/11/mms/1490335276 6C4G.21 #> 4232 http://id.who.int/icd/release/11/mms/1981674818 6C4G.22 #> 4233 http://id.who.int/icd/release/11/mms/1749085654 6C4G.23 #> 4234 http://id.who.int/icd/release/11/mms/2143971168/unspecified 6C4G.2Z #> 4235 http://id.who.int/icd/release/11/mms/1870346724 6C4G.3 #> 4236 http://id.who.int/icd/release/11/mms/219731531 6C4G.4 #> 4237 http://id.who.int/icd/release/11/mms/1826184626 6C4G.40 #> 4238 http://id.who.int/icd/release/11/mms/2024690232 6C4G.41 #> 4239 http://id.who.int/icd/release/11/mms/927162941 6C4G.42 #> 4240 http://id.who.int/icd/release/11/mms/1488115862 6C4G.43 #> 4241 http://id.who.int/icd/release/11/mms/219731531/unspecified 6C4G.4Z #> 4242 http://id.who.int/icd/release/11/mms/131545543 6C4G.5 #> 4243 http://id.who.int/icd/release/11/mms/1155529213 6C4G.6 #> 4244 http://id.who.int/icd/release/11/mms/595694101 6C4G.7 #> 4245 http://id.who.int/icd/release/11/mms/1010613155 6C4G.70 #> 4246 http://id.who.int/icd/release/11/mms/62314683 6C4G.71 #> 4247 http://id.who.int/icd/release/11/mms/118181509 6C4G.72 #> 4248 http://id.who.int/icd/release/11/mms/396542224 6C4G.73 #> 4249 http://id.who.int/icd/release/11/mms/1414319298/other 6C4G.Y #> 4250 http://id.who.int/icd/release/11/mms/1414319298/unspecified 6C4G.Z #> 4251 http://id.who.int/icd/release/11/mms/247116319 6C4H #> 4252 http://id.who.int/icd/release/11/mms/1852395328 6C4H.0 #> 4253 http://id.who.int/icd/release/11/mms/2055037621 6C4H.1 #> 4254 http://id.who.int/icd/release/11/mms/992393585 6C4H.10 #> 4255 http://id.who.int/icd/release/11/mms/1959496054 6C4H.11 #> 4256 http://id.who.int/icd/release/11/mms/2055037621/unspecified 6C4H.1Z #> 4257 http://id.who.int/icd/release/11/mms/247116319/other 6C4H.Y #> 4258 http://id.who.int/icd/release/11/mms/247116319/unspecified 6C4H.Z #> 4259 http://id.who.int/icd/release/11/mms/590211325/other 6C4Y #> 4260 http://id.who.int/icd/release/11/mms/590211325/unspecified 6C4Z #> 4261 http://id.who.int/icd/release/11/mms/499894965 #> 4262 http://id.who.int/icd/release/11/mms/1041487064 6C50 #> 4263 http://id.who.int/icd/release/11/mms/960730313 6C50.0 #> 4264 http://id.who.int/icd/release/11/mms/1939508018 6C50.1 #> 4265 http://id.who.int/icd/release/11/mms/1041487064/unspecified 6C50.Z #> 4266 http://id.who.int/icd/release/11/mms/1448597234 6C51 #> 4267 http://id.who.int/icd/release/11/mms/338347362 6C51.0 #> 4268 http://id.who.int/icd/release/11/mms/718071594 6C51.1 #> 4269 http://id.who.int/icd/release/11/mms/1448597234/unspecified 6C51.Z #> 4270 http://id.who.int/icd/release/11/mms/499894965/other 6C5Y #> 4271 http://id.who.int/icd/release/11/mms/499894965/unspecified 6C5Z #> 4272 http://id.who.int/icd/release/11/mms/826065555 #> 4273 http://id.who.int/icd/release/11/mms/1532500290 6C70 #> 4274 http://id.who.int/icd/release/11/mms/804604349 6C71 #> 4275 http://id.who.int/icd/release/11/mms/1630268048 6C72 #> 4276 http://id.who.int/icd/release/11/mms/295017661 6C73 #> 4277 http://id.who.int/icd/release/11/mms/826065555/other 6C7Y #> 4278 http://id.who.int/icd/release/11/mms/826065555/unspecified 6C7Z #> 4279 http://id.who.int/icd/release/11/mms/310393530 #> 4280 http://id.who.int/icd/release/11/mms/1487528823 6C90 #> 4281 http://id.who.int/icd/release/11/mms/818792113 6C90.0 #> 4282 http://id.who.int/icd/release/11/mms/1545599508 6C90.00 #> 4283 http://id.who.int/icd/release/11/mms/317107055 6C90.01 #> 4284 http://id.who.int/icd/release/11/mms/818792113/unspecified 6C90.0Z #> 4285 http://id.who.int/icd/release/11/mms/736540987 6C90.1 #> 4286 http://id.who.int/icd/release/11/mms/762103927 6C90.10 #> 4287 http://id.who.int/icd/release/11/mms/855253443 6C90.11 #> 4288 http://id.who.int/icd/release/11/mms/736540987/unspecified 6C90.1Z #> 4289 http://id.who.int/icd/release/11/mms/1487528823/unspecified 6C90.Z #> 4290 http://id.who.int/icd/release/11/mms/719572464 6C91 #> 4291 http://id.who.int/icd/release/11/mms/192666265 6C91.0 #> 4292 http://id.who.int/icd/release/11/mms/683482905 6C91.00 #> 4293 http://id.who.int/icd/release/11/mms/1196205490 6C91.01 #> 4294 http://id.who.int/icd/release/11/mms/192666265/unspecified 6C91.0Z #> 4295 http://id.who.int/icd/release/11/mms/1021901799 6C91.1 #> 4296 http://id.who.int/icd/release/11/mms/395365489 6C91.10 #> 4297 http://id.who.int/icd/release/11/mms/2038678808 6C91.11 #> 4298 http://id.who.int/icd/release/11/mms/1021901799/other 6C91.1Y #> 4299 http://id.who.int/icd/release/11/mms/719572464/unspecified 6C91.Z #> 4300 http://id.who.int/icd/release/11/mms/310393530/other 6C9Y #> 4301 http://id.who.int/icd/release/11/mms/310393530/unspecified 6C9Z #> 4302 http://id.who.int/icd/release/11/mms/37291724 #> 4303 http://id.who.int/icd/release/11/mms/941859884 6D10 #> 4304 http://id.who.int/icd/release/11/mms/263226710 6D10.0 #> 4305 http://id.who.int/icd/release/11/mms/758339377 6D10.1 #> 4306 http://id.who.int/icd/release/11/mms/40156192 6D10.2 #> 4307 http://id.who.int/icd/release/11/mms/941859884/unspecified 6D10.Z #> 4308 http://id.who.int/icd/release/11/mms/1128733473 6D11 #> 4309 http://id.who.int/icd/release/11/mms/953246526 6D11.0 #> 4310 http://id.who.int/icd/release/11/mms/919081088 6D11.1 #> 4311 http://id.who.int/icd/release/11/mms/1913158855 6D11.2 #> 4312 http://id.who.int/icd/release/11/mms/387934990 6D11.3 #> 4313 http://id.who.int/icd/release/11/mms/848330288 6D11.4 #> 4314 http://id.who.int/icd/release/11/mms/2006821354 6D11.5 #> 4315 http://id.who.int/icd/release/11/mms/2110604642 #> 4316 http://id.who.int/icd/release/11/mms/141881468 6D30 #> 4317 http://id.who.int/icd/release/11/mms/1832861162 6D31 #> 4318 http://id.who.int/icd/release/11/mms/517058174 6D32 #> 4319 http://id.who.int/icd/release/11/mms/1890228613 6D33 #> 4320 http://id.who.int/icd/release/11/mms/1580013387 6D34 #> 4321 http://id.who.int/icd/release/11/mms/1582257458 6D35 #> 4322 http://id.who.int/icd/release/11/mms/2055403635 6D36 #> 4323 http://id.who.int/icd/release/11/mms/2110604642/unspecified 6D3Z #> 4324 http://id.who.int/icd/release/11/mms/430567349 #> 4325 http://id.who.int/icd/release/11/mms/790764418 6D50 #> 4326 http://id.who.int/icd/release/11/mms/775605963 6D51 #> 4327 http://id.who.int/icd/release/11/mms/430567349/unspecified 6D5Z #> 4328 http://id.who.int/icd/release/11/mms/213458094 #> 4329 http://id.who.int/icd/release/11/mms/897917531 6D70 #> 4330 http://id.who.int/icd/release/11/mms/1015017717 6D70.0 #> 4331 http://id.who.int/icd/release/11/mms/80203879 6D70.1 #> 4332 http://id.who.int/icd/release/11/mms/343480877 6D70.2 #> 4333 http://id.who.int/icd/release/11/mms/897917531/other 6D70.Y #> 4334 http://id.who.int/icd/release/11/mms/897917531/unspecified 6D70.Z #> 4335 http://id.who.int/icd/release/11/mms/195531803 6D71 #> 4336 http://id.who.int/icd/release/11/mms/386330688 6D72 #> 4337 http://id.who.int/icd/release/11/mms/862469859 6D72.0 #> 4338 http://id.who.int/icd/release/11/mms/1246085612 6D72.1 #> 4339 http://id.who.int/icd/release/11/mms/988431240 6D72.10 #> 4340 http://id.who.int/icd/release/11/mms/503912444 6D72.11 #> 4341 http://id.who.int/icd/release/11/mms/973846324 6D72.12 #> 4342 http://id.who.int/icd/release/11/mms/2081070847 6D72.13 #> 4343 http://id.who.int/icd/release/11/mms/386330688/other 6D72.Y #> 4344 http://id.who.int/icd/release/11/mms/386330688/unspecified 6D72.Z #> 4345 http://id.who.int/icd/release/11/mms/546689346 #> 4346 http://id.who.int/icd/release/11/mms/795022044 6D80 #> 4347 http://id.who.int/icd/release/11/mms/199015879 6D80.0 #> 4348 http://id.who.int/icd/release/11/mms/1855418451 6D80.1 #> 4349 http://id.who.int/icd/release/11/mms/1543494610 6D80.2 #> 4350 http://id.who.int/icd/release/11/mms/1072662343 6D80.3 #> 4351 http://id.who.int/icd/release/11/mms/795022044/unspecified 6D80.Z #> 4352 http://id.who.int/icd/release/11/mms/1365258270 6D81 #> 4353 http://id.who.int/icd/release/11/mms/1777436789 6D82 #> 4354 http://id.who.int/icd/release/11/mms/831337417 6D83 #> 4355 http://id.who.int/icd/release/11/mms/1710319105 6D84 #> 4356 http://id.who.int/icd/release/11/mms/1619582852 6D84.0 #> 4357 http://id.who.int/icd/release/11/mms/1035710165 6D84.1 #> 4358 http://id.who.int/icd/release/11/mms/694002628 6D84.2 #> 4359 http://id.who.int/icd/release/11/mms/1710319105/other 6D84.Y #> 4360 http://id.who.int/icd/release/11/mms/1468768235 6D85 #> 4361 http://id.who.int/icd/release/11/mms/1494928041 6D85.0 #> 4362 http://id.who.int/icd/release/11/mms/1397836700 6D85.1 #> 4363 http://id.who.int/icd/release/11/mms/710305644 6D85.2 #> 4364 http://id.who.int/icd/release/11/mms/1173624218 6D85.3 #> 4365 http://id.who.int/icd/release/11/mms/388810416 6D85.4 #> 4366 http://id.who.int/icd/release/11/mms/1206955889 6D85.5 #> 4367 http://id.who.int/icd/release/11/mms/1129134415 6D85.6 #> 4368 http://id.who.int/icd/release/11/mms/1922851083 6D85.7 #> 4369 http://id.who.int/icd/release/11/mms/868851323 6D85.8 #> 4370 http://id.who.int/icd/release/11/mms/194105820 6D85.9 #> 4371 http://id.who.int/icd/release/11/mms/1468768235/other 6D85.Y #> 4372 http://id.who.int/icd/release/11/mms/148241182 6D86 #> 4373 http://id.who.int/icd/release/11/mms/688029844 6D86.0 #> 4374 http://id.who.int/icd/release/11/mms/1447134117 6D86.1 #> 4375 http://id.who.int/icd/release/11/mms/479763552 6D86.2 #> 4376 http://id.who.int/icd/release/11/mms/961921436 6D86.3 #> 4377 http://id.who.int/icd/release/11/mms/1659288831 6D86.4 #> 4378 http://id.who.int/icd/release/11/mms/1543544503 6D86.5 #> 4379 http://id.who.int/icd/release/11/mms/2043528053 6D86.6 #> 4380 http://id.who.int/icd/release/11/mms/148241182/other 6D86.Y #> 4381 http://id.who.int/icd/release/11/mms/148241182/unspecified 6D86.Z #> 4382 http://id.who.int/icd/release/11/mms/546689346/other 6D8Y #> 4383 http://id.who.int/icd/release/11/mms/546689346/unspecified 6D8Z #> 4384 http://id.who.int/icd/release/11/mms/213458094/other 6E0Y #> 4385 http://id.who.int/icd/release/11/mms/213458094/unspecified 6E0Z #> 4386 http://id.who.int/icd/release/11/mms/882114523 #> 4387 http://id.who.int/icd/release/11/mms/1124422593 6E20 #> 4388 http://id.who.int/icd/release/11/mms/380591392 6E21 #> 4389 http://id.who.int/icd/release/11/mms/882114523/unspecified 6E2Z #> 4390 http://id.who.int/icd/release/11/mms/523677473 6E40 #> 4391 http://id.who.int/icd/release/11/mms/1553197895 6E40.0 #> 4392 http://id.who.int/icd/release/11/mms/700487590 6E40.1 #> 4393 http://id.who.int/icd/release/11/mms/967687778 6E40.2 #> 4394 http://id.who.int/icd/release/11/mms/130379446 6E40.3 #> 4395 http://id.who.int/icd/release/11/mms/2091262725 6E40.4 #> 4396 http://id.who.int/icd/release/11/mms/523677473/other 6E40.Y #> 4397 http://id.who.int/icd/release/11/mms/523677473/unspecified 6E40.Z #> 4398 http://id.who.int/icd/release/11/mms/302122526 #> 4399 http://id.who.int/icd/release/11/mms/255980141 6E60 #> 4400 http://id.who.int/icd/release/11/mms/858129053 6E60.0 #> 4401 http://id.who.int/icd/release/11/mms/255980141/other 6E60.Y #> 4402 http://id.who.int/icd/release/11/mms/255980141/unspecified 6E60.Z #> 4403 http://id.who.int/icd/release/11/mms/696956921 6E61 #> 4404 http://id.who.int/icd/release/11/mms/2018051983 6E61.0 #> 4405 http://id.who.int/icd/release/11/mms/566524918 6E61.1 #> 4406 http://id.who.int/icd/release/11/mms/200321643 6E61.2 #> 4407 http://id.who.int/icd/release/11/mms/1603403079 6E61.3 #> 4408 http://id.who.int/icd/release/11/mms/216291184 6E62 #> 4409 http://id.who.int/icd/release/11/mms/241382885 6E62.0 #> 4410 http://id.who.int/icd/release/11/mms/880462195 6E62.1 #> 4411 http://id.who.int/icd/release/11/mms/1899175158 6E62.2 #> 4412 http://id.who.int/icd/release/11/mms/1635245839 6E62.3 #> 4413 http://id.who.int/icd/release/11/mms/2131412196 6E63 #> 4414 http://id.who.int/icd/release/11/mms/1126473669 6E64 #> 4415 http://id.who.int/icd/release/11/mms/440469874 6E65 #> 4416 http://id.who.int/icd/release/11/mms/1638354338 6E66 #> 4417 http://id.who.int/icd/release/11/mms/235421675 6E67 #> 4418 http://id.who.int/icd/release/11/mms/1324394161 6E68 #> 4419 http://id.who.int/icd/release/11/mms/518306574 6E69 #> 4420 http://id.who.int/icd/release/11/mms/302122526/other 6E6Y #> 4421 http://id.who.int/icd/release/11/mms/302122526/unspecified 6E6Z #> 4422 http://id.who.int/icd/release/11/mms/334423054/other 6E8Y #> 4423 http://id.who.int/icd/release/11/mms/334423054/unspecified 6E8Z #> 4424 http://id.who.int/icd/release/11/mms/274880002 #> 4425 http://id.who.int/icd/release/11/mms/1038292737 #> 4426 http://id.who.int/icd/release/11/mms/323148092 7A00 #> 4427 http://id.who.int/icd/release/11/mms/1832877760 7A01 #> 4428 http://id.who.int/icd/release/11/mms/1038292737/unspecified 7A0Z #> 4429 http://id.who.int/icd/release/11/mms/2024456840 #> 4430 http://id.who.int/icd/release/11/mms/1201727099 7A20 #> 4431 http://id.who.int/icd/release/11/mms/1851015159 7A20.0 #> 4432 http://id.who.int/icd/release/11/mms/1494673323 7A20.1 #> 4433 http://id.who.int/icd/release/11/mms/1201727099/unspecified 7A20.Z #> 4434 http://id.who.int/icd/release/11/mms/631826564 7A21 #> 4435 http://id.who.int/icd/release/11/mms/1180849398 7A22 #> 4436 http://id.who.int/icd/release/11/mms/2088456351 7A23 #> 4437 http://id.who.int/icd/release/11/mms/300740103 7A24 #> 4438 http://id.who.int/icd/release/11/mms/1930903815 7A25 #> 4439 http://id.who.int/icd/release/11/mms/1980306606 7A26 #> 4440 http://id.who.int/icd/release/11/mms/2024456840/other 7A2Y #> 4441 http://id.who.int/icd/release/11/mms/2024456840/unspecified 7A2Z #> 4442 http://id.who.int/icd/release/11/mms/877557231 #> 4443 http://id.who.int/icd/release/11/mms/1193320862 7A40 #> 4444 http://id.who.int/icd/release/11/mms/941326977 7A40.0 #> 4445 http://id.who.int/icd/release/11/mms/139667543 7A40.1 #> 4446 http://id.who.int/icd/release/11/mms/894774581 7A40.2 #> 4447 http://id.who.int/icd/release/11/mms/612376701 7A40.3 #> 4448 http://id.who.int/icd/release/11/mms/453657445 7A40.4 #> 4449 http://id.who.int/icd/release/11/mms/582567115 7A40.5 #> 4450 http://id.who.int/icd/release/11/mms/2012656262 7A40.6 #> 4451 http://id.who.int/icd/release/11/mms/1553662423 7A40.7 #> 4452 http://id.who.int/icd/release/11/mms/1193320862/other 7A40.Y #> 4453 http://id.who.int/icd/release/11/mms/1193320862/unspecified 7A40.Z #> 4454 http://id.who.int/icd/release/11/mms/1919233290 7A41 #> 4455 http://id.who.int/icd/release/11/mms/224267797 7A42 #> 4456 http://id.who.int/icd/release/11/mms/1514276050 7A42.0 #> 4457 http://id.who.int/icd/release/11/mms/1750742010 7A42.1 #> 4458 http://id.who.int/icd/release/11/mms/1928918452 7A42.2 #> 4459 http://id.who.int/icd/release/11/mms/1024837047 7A42.3 #> 4460 http://id.who.int/icd/release/11/mms/230938285 7A42.4 #> 4461 http://id.who.int/icd/release/11/mms/1890283061 7A42.5 #> 4462 http://id.who.int/icd/release/11/mms/843691445 7A42.6 #> 4463 http://id.who.int/icd/release/11/mms/224267797/other 7A42.Y #> 4464 http://id.who.int/icd/release/11/mms/224267797/unspecified 7A42.Z #> 4465 http://id.who.int/icd/release/11/mms/877557231/other 7A4Y #> 4466 http://id.who.int/icd/release/11/mms/877557231/unspecified 7A4Z #> 4467 http://id.who.int/icd/release/11/mms/1359329403 #> 4468 http://id.who.int/icd/release/11/mms/1996513332 7A60 #> 4469 http://id.who.int/icd/release/11/mms/138101549 7A61 #> 4470 http://id.who.int/icd/release/11/mms/934354997 7A62 #> 4471 http://id.who.int/icd/release/11/mms/312051047 7A63 #> 4472 http://id.who.int/icd/release/11/mms/756278911 7A64 #> 4473 http://id.who.int/icd/release/11/mms/1378403680 7A65 #> 4474 http://id.who.int/icd/release/11/mms/1359329403/unspecified 7A6Z #> 4475 http://id.who.int/icd/release/11/mms/49589409 #> 4476 http://id.who.int/icd/release/11/mms/1254916765 7A80 #> 4477 http://id.who.int/icd/release/11/mms/1846518306 7A81 #> 4478 http://id.who.int/icd/release/11/mms/1009451323 7A82 #> 4479 http://id.who.int/icd/release/11/mms/60908067 7A83 #> 4480 http://id.who.int/icd/release/11/mms/1125130790 7A84 #> 4481 http://id.who.int/icd/release/11/mms/217911841 7A85 #> 4482 http://id.who.int/icd/release/11/mms/756998404 7A86 #> 4483 http://id.who.int/icd/release/11/mms/2113831613 7A87 #> 4484 http://id.who.int/icd/release/11/mms/158240175 7A88 #> 4485 http://id.who.int/icd/release/11/mms/49589409/other 7A8Y #> 4486 http://id.who.int/icd/release/11/mms/49589409/unspecified 7A8Z #> 4487 http://id.who.int/icd/release/11/mms/151357345 #> 4488 http://id.who.int/icd/release/11/mms/883900763 7B00 #> 4489 http://id.who.int/icd/release/11/mms/1548382704 7B00.0 #> 4490 http://id.who.int/icd/release/11/mms/1743751621 7B00.1 #> 4491 http://id.who.int/icd/release/11/mms/335616593 7B00.2 #> 4492 http://id.who.int/icd/release/11/mms/261208732 7B00.3 #> 4493 http://id.who.int/icd/release/11/mms/883900763/other 7B00.Y #> 4494 http://id.who.int/icd/release/11/mms/883900763/unspecified 7B00.Z #> 4495 http://id.who.int/icd/release/11/mms/1264934516 7B01 #> 4496 http://id.who.int/icd/release/11/mms/329728491 7B01.0 #> 4497 http://id.who.int/icd/release/11/mms/1822188276 7B01.1 #> 4498 http://id.who.int/icd/release/11/mms/1900730309 7B01.2 #> 4499 http://id.who.int/icd/release/11/mms/1264934516/other 7B01.Y #> 4500 http://id.who.int/icd/release/11/mms/1264934516/unspecified 7B01.Z #> 4501 http://id.who.int/icd/release/11/mms/192130563 7B02 #> 4502 http://id.who.int/icd/release/11/mms/1393951214 7B02.0 #> 4503 http://id.who.int/icd/release/11/mms/1762655612 7B02.1 #> 4504 http://id.who.int/icd/release/11/mms/518394437 7B02.2 #> 4505 http://id.who.int/icd/release/11/mms/873001259 7B02.3 #> 4506 http://id.who.int/icd/release/11/mms/151357345/other 7B0Y #> 4507 http://id.who.int/icd/release/11/mms/151357345/unspecified 7B0Z #> 4508 http://id.who.int/icd/release/11/mms/274880002/other 7B2Y #> 4509 http://id.who.int/icd/release/11/mms/274880002/unspecified 7B2Z #> 4510 http://id.who.int/icd/release/11/mms/1296093776 #> 4511 http://id.who.int/icd/release/11/mms/384289569 #> 4512 http://id.who.int/icd/release/11/mms/2024168133 8A00 #> 4513 http://id.who.int/icd/release/11/mms/296066191 8A00.0 #> 4514 http://id.who.int/icd/release/11/mms/169504799 8A00.00 #> 4515 http://id.who.int/icd/release/11/mms/811427861 8A00.01 #> 4516 http://id.who.int/icd/release/11/mms/296066191/other 8A00.0Y #> 4517 http://id.who.int/icd/release/11/mms/296066191/unspecified 8A00.0Z #> 4518 http://id.who.int/icd/release/11/mms/598493320 8A00.1 #> 4519 http://id.who.int/icd/release/11/mms/1493396558 8A00.10 #> 4520 http://id.who.int/icd/release/11/mms/598493320/other 8A00.1Y #> 4521 http://id.who.int/icd/release/11/mms/598493320/unspecified 8A00.1Z #> 4522 http://id.who.int/icd/release/11/mms/502110033 8A00.2 #> 4523 http://id.who.int/icd/release/11/mms/1736055169 8A00.20 #> 4524 http://id.who.int/icd/release/11/mms/193784690 8A00.21 #> 4525 http://id.who.int/icd/release/11/mms/1973955757 8A00.22 #> 4526 http://id.who.int/icd/release/11/mms/1852145464 8A00.23 #> 4527 http://id.who.int/icd/release/11/mms/1651874787 8A00.24 #> 4528 http://id.who.int/icd/release/11/mms/1335724962 8A00.25 #> 4529 http://id.who.int/icd/release/11/mms/147328446 8A00.26 #> 4530 http://id.who.int/icd/release/11/mms/502110033/other 8A00.2Y #> 4531 http://id.who.int/icd/release/11/mms/502110033/unspecified 8A00.2Z #> 4532 http://id.who.int/icd/release/11/mms/1690167305 8A00.3 #> 4533 http://id.who.int/icd/release/11/mms/2024168133/other 8A00.Y #> 4534 http://id.who.int/icd/release/11/mms/2024168133/unspecified 8A00.Z #> 4535 http://id.who.int/icd/release/11/mms/981681252 8A01 #> 4536 http://id.who.int/icd/release/11/mms/829618737 8A01.0 #> 4537 http://id.who.int/icd/release/11/mms/527743894 8A01.1 #> 4538 http://id.who.int/icd/release/11/mms/2132180242 8A01.10 #> 4539 http://id.who.int/icd/release/11/mms/58404408 8A01.11 #> 4540 http://id.who.int/icd/release/11/mms/1198818955 8A01.12 #> 4541 http://id.who.int/icd/release/11/mms/180010771 8A01.13 #> 4542 http://id.who.int/icd/release/11/mms/863862503 8A01.14 #> 4543 http://id.who.int/icd/release/11/mms/34573343 8A01.15 #> 4544 http://id.who.int/icd/release/11/mms/777125622 8A01.16 #> 4545 http://id.who.int/icd/release/11/mms/527743894/other 8A01.1Y #> 4546 http://id.who.int/icd/release/11/mms/527743894/unspecified 8A01.1Z #> 4547 http://id.who.int/icd/release/11/mms/1164080406 8A01.2 #> 4548 http://id.who.int/icd/release/11/mms/460051733 8A01.20 #> 4549 http://id.who.int/icd/release/11/mms/25395136 8A01.21 #> 4550 http://id.who.int/icd/release/11/mms/1689587356 8A01.22 #> 4551 http://id.who.int/icd/release/11/mms/1164080406/other 8A01.2Y #> 4552 http://id.who.int/icd/release/11/mms/1164080406/unspecified 8A01.2Z #> 4553 http://id.who.int/icd/release/11/mms/981681252/other 8A01.Y #> 4554 http://id.who.int/icd/release/11/mms/981681252/unspecified 8A01.Z #> 4555 http://id.who.int/icd/release/11/mms/2145753518 8A02 #> 4556 http://id.who.int/icd/release/11/mms/557338504 8A02.0 #> 4557 http://id.who.int/icd/release/11/mms/1127235959 8A02.00 #> 4558 http://id.who.int/icd/release/11/mms/557338504/other 8A02.0Y #> 4559 http://id.who.int/icd/release/11/mms/557338504/unspecified 8A02.0Z #> 4560 http://id.who.int/icd/release/11/mms/209464984 8A02.1 #> 4561 http://id.who.int/icd/release/11/mms/678203506 8A02.10 #> 4562 http://id.who.int/icd/release/11/mms/378693810 8A02.11 #> 4563 http://id.who.int/icd/release/11/mms/803006786 8A02.12 #> 4564 http://id.who.int/icd/release/11/mms/209464984/other 8A02.1Y #> 4565 http://id.who.int/icd/release/11/mms/209464984/unspecified 8A02.1Z #> 4566 http://id.who.int/icd/release/11/mms/2047715743 8A02.2 #> 4567 http://id.who.int/icd/release/11/mms/629477838 8A02.3 #> 4568 http://id.who.int/icd/release/11/mms/2145753518/other 8A02.Y #> 4569 http://id.who.int/icd/release/11/mms/2145753518/unspecified 8A02.Z #> 4570 http://id.who.int/icd/release/11/mms/1705355202 8A03 #> 4571 http://id.who.int/icd/release/11/mms/923808550 8A03.0 #> 4572 http://id.who.int/icd/release/11/mms/442347652 8A03.1 #> 4573 http://id.who.int/icd/release/11/mms/980686666 8A03.10 #> 4574 http://id.who.int/icd/release/11/mms/361859443 8A03.11 #> 4575 http://id.who.int/icd/release/11/mms/2055588684 8A03.12 #> 4576 http://id.who.int/icd/release/11/mms/203890331 8A03.13 #> 4577 http://id.who.int/icd/release/11/mms/423095680 8A03.14 #> 4578 http://id.who.int/icd/release/11/mms/180800797 8A03.15 #> 4579 http://id.who.int/icd/release/11/mms/600993818 8A03.16 #> 4580 http://id.who.int/icd/release/11/mms/442347652/other 8A03.1Y #> 4581 http://id.who.int/icd/release/11/mms/442347652/unspecified 8A03.1Z #> 4582 http://id.who.int/icd/release/11/mms/1257393361 8A03.2 #> 4583 http://id.who.int/icd/release/11/mms/47298761 8A03.20 #> 4584 http://id.who.int/icd/release/11/mms/1257393361/other 8A03.2Y #> 4585 http://id.who.int/icd/release/11/mms/1257393361/unspecified 8A03.2Z #> 4586 http://id.who.int/icd/release/11/mms/71197968 8A03.3 #> 4587 http://id.who.int/icd/release/11/mms/1532145862 8A03.30 #> 4588 http://id.who.int/icd/release/11/mms/71197968/other 8A03.3Y #> 4589 http://id.who.int/icd/release/11/mms/71197968/unspecified 8A03.3Z #> 4590 http://id.who.int/icd/release/11/mms/1705355202/other 8A03.Y #> 4591 http://id.who.int/icd/release/11/mms/1705355202/unspecified 8A03.Z #> 4592 http://id.who.int/icd/release/11/mms/645263329 8A04 #> 4593 http://id.who.int/icd/release/11/mms/430441106 8A04.0 #> 4594 http://id.who.int/icd/release/11/mms/1036027657 8A04.1 #> 4595 http://id.who.int/icd/release/11/mms/154193612 8A04.2 #> 4596 http://id.who.int/icd/release/11/mms/1811820459 8A04.3 #> 4597 http://id.who.int/icd/release/11/mms/775627756 8A04.30 #> 4598 http://id.who.int/icd/release/11/mms/141798982 8A04.31 #> 4599 http://id.who.int/icd/release/11/mms/40194311 8A04.32 #> 4600 http://id.who.int/icd/release/11/mms/2017558361 8A04.33 #> 4601 http://id.who.int/icd/release/11/mms/1811820459/other 8A04.3Y #> 4602 http://id.who.int/icd/release/11/mms/1811820459/unspecified 8A04.3Z #> 4603 http://id.who.int/icd/release/11/mms/288547754 8A04.4 #> 4604 http://id.who.int/icd/release/11/mms/645263329/other 8A04.Y #> 4605 http://id.who.int/icd/release/11/mms/645263329/unspecified 8A04.Z #> 4606 http://id.who.int/icd/release/11/mms/1894671574 8A05 #> 4607 http://id.who.int/icd/release/11/mms/765464219 8A05.0 #> 4608 http://id.who.int/icd/release/11/mms/119340957 8A05.00 #> 4609 http://id.who.int/icd/release/11/mms/1649340159 8A05.01 #> 4610 http://id.who.int/icd/release/11/mms/169010223 8A05.02 #> 4611 http://id.who.int/icd/release/11/mms/1087192220 8A05.03 #> 4612 http://id.who.int/icd/release/11/mms/765464219/other 8A05.0Y #> 4613 http://id.who.int/icd/release/11/mms/765464219/unspecified 8A05.0Z #> 4614 http://id.who.int/icd/release/11/mms/1575074953 8A05.1 #> 4615 http://id.who.int/icd/release/11/mms/1877502096 8A05.10 #> 4616 http://id.who.int/icd/release/11/mms/822078855 8A05.11 #> 4617 http://id.who.int/icd/release/11/mms/1575074953/other 8A05.1Y #> 4618 http://id.who.int/icd/release/11/mms/1575074953/unspecified 8A05.1Z #> 4619 http://id.who.int/icd/release/11/mms/1894671574/other 8A05.Y #> 4620 http://id.who.int/icd/release/11/mms/1894671574/unspecified 8A05.Z #> 4621 http://id.who.int/icd/release/11/mms/1231935480 8A06 #> 4622 http://id.who.int/icd/release/11/mms/179893645 8A06.0 #> 4623 http://id.who.int/icd/release/11/mms/1126823287 8A06.1 #> 4624 http://id.who.int/icd/release/11/mms/888456807 8A06.2 #> 4625 http://id.who.int/icd/release/11/mms/1862613145 8A06.20 #> 4626 http://id.who.int/icd/release/11/mms/1300687612 8A06.21 #> 4627 http://id.who.int/icd/release/11/mms/888456807/other 8A06.2Y #> 4628 http://id.who.int/icd/release/11/mms/888456807/unspecified 8A06.2Z #> 4629 http://id.who.int/icd/release/11/mms/1231935480/other 8A06.Y #> 4630 http://id.who.int/icd/release/11/mms/1231935480/unspecified 8A06.Z #> 4631 http://id.who.int/icd/release/11/mms/460883639 8A07 #> 4632 http://id.who.int/icd/release/11/mms/1508785243 8A07.0 #> 4633 http://id.who.int/icd/release/11/mms/936832132 8A07.00 #> 4634 http://id.who.int/icd/release/11/mms/1160998486 8A07.01 #> 4635 http://id.who.int/icd/release/11/mms/1508785243/other 8A07.0Y #> 4636 http://id.who.int/icd/release/11/mms/1508785243/unspecified 8A07.0Z #> 4637 http://id.who.int/icd/release/11/mms/1975710133 8A07.1 #> 4638 http://id.who.int/icd/release/11/mms/334083632 8A07.2 #> 4639 http://id.who.int/icd/release/11/mms/384289569/other 8A0Y #> 4640 http://id.who.int/icd/release/11/mms/384289569/unspecified 8A0Z #> 4641 http://id.who.int/icd/release/11/mms/1719545571 #> 4642 http://id.who.int/icd/release/11/mms/1611724421 8A20 #> 4643 http://id.who.int/icd/release/11/mms/1345814274 8A21 #> 4644 http://id.who.int/icd/release/11/mms/377572273 8A21.0 #> 4645 http://id.who.int/icd/release/11/mms/1345814274/other 8A21.Y #> 4646 http://id.who.int/icd/release/11/mms/1345814274/unspecified 8A21.Z #> 4647 http://id.who.int/icd/release/11/mms/2091156678 8A22 #> 4648 http://id.who.int/icd/release/11/mms/2099230583 8A23 #> 4649 http://id.who.int/icd/release/11/mms/1719545571/other 8A2Y #> 4650 http://id.who.int/icd/release/11/mms/1719545571/unspecified 8A2Z #> 4651 http://id.who.int/icd/release/11/mms/724748131 #> 4652 http://id.who.int/icd/release/11/mms/1298865187 8A40 #> 4653 http://id.who.int/icd/release/11/mms/799053936 8A40.0 #> 4654 http://id.who.int/icd/release/11/mms/1020720762 8A40.1 #> 4655 http://id.who.int/icd/release/11/mms/1045965709 8A40.2 #> 4656 http://id.who.int/icd/release/11/mms/1298865187/other 8A40.Y #> 4657 http://id.who.int/icd/release/11/mms/1298865187/unspecified 8A40.Z #> 4658 http://id.who.int/icd/release/11/mms/1690813510 8A41 #> 4659 http://id.who.int/icd/release/11/mms/1328350091 8A41.0 #> 4660 http://id.who.int/icd/release/11/mms/605048789 8A41.1 #> 4661 http://id.who.int/icd/release/11/mms/1690813510/other 8A41.Y #> 4662 http://id.who.int/icd/release/11/mms/1690813510/unspecified 8A41.Z #> 4663 http://id.who.int/icd/release/11/mms/1390433308 8A42 #> 4664 http://id.who.int/icd/release/11/mms/1226230164 8A42.0 #> 4665 http://id.who.int/icd/release/11/mms/1390433308/other 8A42.Y #> 4666 http://id.who.int/icd/release/11/mms/1390433308/unspecified 8A42.Z #> 4667 http://id.who.int/icd/release/11/mms/744293382 8A43 #> 4668 http://id.who.int/icd/release/11/mms/73324466 8A43.0 #> 4669 http://id.who.int/icd/release/11/mms/869136080 8A43.1 #> 4670 http://id.who.int/icd/release/11/mms/1921504316 8A43.2 #> 4671 http://id.who.int/icd/release/11/mms/1829846416 8A43.3 #> 4672 http://id.who.int/icd/release/11/mms/1119109040 8A43.4 #> 4673 http://id.who.int/icd/release/11/mms/678566494 8A43.5 #> 4674 http://id.who.int/icd/release/11/mms/744293382/other 8A43.Y #> 4675 http://id.who.int/icd/release/11/mms/744293382/unspecified 8A43.Z #> 4676 http://id.who.int/icd/release/11/mms/468040251 8A44 #> 4677 http://id.who.int/icd/release/11/mms/1313582105 8A44.0 #> 4678 http://id.who.int/icd/release/11/mms/1085655586 8A44.1 #> 4679 http://id.who.int/icd/release/11/mms/2023359698 8A44.2 #> 4680 http://id.who.int/icd/release/11/mms/1407140179 8A44.3 #> 4681 http://id.who.int/icd/release/11/mms/796317173 8A44.4 #> 4682 http://id.who.int/icd/release/11/mms/468040251/unspecified 8A44.Z #> 4683 http://id.who.int/icd/release/11/mms/1494277413 8A45 #> 4684 http://id.who.int/icd/release/11/mms/565740065 8A45.0 #> 4685 http://id.who.int/icd/release/11/mms/1043229589 8A45.00 #> 4686 http://id.who.int/icd/release/11/mms/1098683540 8A45.01 #> 4687 http://id.who.int/icd/release/11/mms/902939755 8A45.02 #> 4688 http://id.who.int/icd/release/11/mms/565740065/other 8A45.0Y #> 4689 http://id.who.int/icd/release/11/mms/565740065/unspecified 8A45.0Z #> 4690 http://id.who.int/icd/release/11/mms/607889687 8A45.1 #> 4691 http://id.who.int/icd/release/11/mms/988300061 8A45.2 #> 4692 http://id.who.int/icd/release/11/mms/1593319304 8A45.20 #> 4693 http://id.who.int/icd/release/11/mms/937824238 8A45.21 #> 4694 http://id.who.int/icd/release/11/mms/988300061/other 8A45.2Y #> 4695 http://id.who.int/icd/release/11/mms/988300061/unspecified 8A45.2Z #> 4696 http://id.who.int/icd/release/11/mms/509209399 8A45.3 #> 4697 http://id.who.int/icd/release/11/mms/785232077 8A45.30 #> 4698 http://id.who.int/icd/release/11/mms/558060012 8A45.31 #> 4699 http://id.who.int/icd/release/11/mms/509209399/other 8A45.3Y #> 4700 http://id.who.int/icd/release/11/mms/509209399/unspecified 8A45.3Z #> 4701 http://id.who.int/icd/release/11/mms/1779279118 8A45.4 #> 4702 http://id.who.int/icd/release/11/mms/635475211 8A45.40 #> 4703 http://id.who.int/icd/release/11/mms/559743797 8A45.41 #> 4704 http://id.who.int/icd/release/11/mms/1347817850 8A45.42 #> 4705 http://id.who.int/icd/release/11/mms/1710646654 8A45.43 #> 4706 http://id.who.int/icd/release/11/mms/889409107 8A45.44 #> 4707 http://id.who.int/icd/release/11/mms/1525871868 8A45.45 #> 4708 http://id.who.int/icd/release/11/mms/1779279118/unspecified 8A45.4Z #> 4709 http://id.who.int/icd/release/11/mms/1494277413/other 8A45.Y #> 4710 http://id.who.int/icd/release/11/mms/1494277413/unspecified 8A45.Z #> 4711 http://id.who.int/icd/release/11/mms/1441661203 8A46 #> 4712 http://id.who.int/icd/release/11/mms/724748131/other 8A4Y #> 4713 http://id.who.int/icd/release/11/mms/724748131/unspecified 8A4Z #> 4714 http://id.who.int/icd/release/11/mms/1397288146 #> 4715 http://id.who.int/icd/release/11/mms/2073711696 8A60 #> 4716 http://id.who.int/icd/release/11/mms/1026250133 8A60.0 #> 4717 http://id.who.int/icd/release/11/mms/179860715 8A60.00 #> 4718 http://id.who.int/icd/release/11/mms/480321034 8A60.01 #> 4719 http://id.who.int/icd/release/11/mms/1026250133/other 8A60.0Y #> 4720 http://id.who.int/icd/release/11/mms/1026250133/unspecified 8A60.0Z #> 4721 http://id.who.int/icd/release/11/mms/194732378 8A60.1 #> 4722 http://id.who.int/icd/release/11/mms/836532562 8A60.2 #> 4723 http://id.who.int/icd/release/11/mms/1315841508 8A60.3 #> 4724 http://id.who.int/icd/release/11/mms/256917143 8A60.4 #> 4725 http://id.who.int/icd/release/11/mms/1007173668 8A60.5 #> 4726 http://id.who.int/icd/release/11/mms/512463425 8A60.6 #> 4727 http://id.who.int/icd/release/11/mms/1279568297 8A60.7 #> 4728 http://id.who.int/icd/release/11/mms/2077722839 8A60.8 #> 4729 http://id.who.int/icd/release/11/mms/1498700468 8A60.9 #> 4730 http://id.who.int/icd/release/11/mms/1617454151 8A60.A #> 4731 http://id.who.int/icd/release/11/mms/1742216565 8A60.B #> 4732 http://id.who.int/icd/release/11/mms/2073711696/other 8A60.Y #> 4733 http://id.who.int/icd/release/11/mms/2073711696/unspecified 8A60.Z #> 4734 http://id.who.int/icd/release/11/mms/517052870 8A61 #> 4735 http://id.who.int/icd/release/11/mms/1136270486 8A61.0 #> 4736 http://id.who.int/icd/release/11/mms/1632334328 8A61.00 #> 4737 http://id.who.int/icd/release/11/mms/1136270486/other 8A61.0Y #> 4738 http://id.who.int/icd/release/11/mms/1136270486/unspecified 8A61.0Z #> 4739 http://id.who.int/icd/release/11/mms/1310497511 8A61.1 #> 4740 http://id.who.int/icd/release/11/mms/1944845279 8A61.10 #> 4741 http://id.who.int/icd/release/11/mms/1255654700 8A61.11 #> 4742 http://id.who.int/icd/release/11/mms/1727727812 8A61.12 #> 4743 http://id.who.int/icd/release/11/mms/1310497511/other 8A61.1Y #> 4744 http://id.who.int/icd/release/11/mms/1310497511/unspecified 8A61.1Z #> 4745 http://id.who.int/icd/release/11/mms/1612372804 8A61.2 #> 4746 http://id.who.int/icd/release/11/mms/1046279423 8A61.20 #> 4747 http://id.who.int/icd/release/11/mms/726403046 8A61.21 #> 4748 http://id.who.int/icd/release/11/mms/951920505 8A61.22 #> 4749 http://id.who.int/icd/release/11/mms/274380122 8A61.23 #> 4750 http://id.who.int/icd/release/11/mms/1612372804/other 8A61.2Y #> 4751 http://id.who.int/icd/release/11/mms/1612372804/unspecified 8A61.2Z #> 4752 http://id.who.int/icd/release/11/mms/199580108 8A61.3 #> 4753 http://id.who.int/icd/release/11/mms/1014397110 8A61.30 #> 4754 http://id.who.int/icd/release/11/mms/519416529 8A61.31 #> 4755 http://id.who.int/icd/release/11/mms/1036649329 8A61.32 #> 4756 http://id.who.int/icd/release/11/mms/199580108/other 8A61.3Y #> 4757 http://id.who.int/icd/release/11/mms/199580108/unspecified 8A61.3Z #> 4758 http://id.who.int/icd/release/11/mms/91180764 8A61.4 #> 4759 http://id.who.int/icd/release/11/mms/276807111 8A61.40 #> 4760 http://id.who.int/icd/release/11/mms/173613583 8A61.41 #> 4761 http://id.who.int/icd/release/11/mms/91180764/other 8A61.4Y #> 4762 http://id.who.int/icd/release/11/mms/91180764/unspecified 8A61.4Z #> 4763 http://id.who.int/icd/release/11/mms/517052870/other 8A61.Y #> 4764 http://id.who.int/icd/release/11/mms/517052870/unspecified 8A61.Z #> 4765 http://id.who.int/icd/release/11/mms/1786562875 8A62 #> 4766 http://id.who.int/icd/release/11/mms/1023597213 8A62.0 #> 4767 http://id.who.int/icd/release/11/mms/651135242 8A62.1 #> 4768 http://id.who.int/icd/release/11/mms/348544271 8A62.2 #> 4769 http://id.who.int/icd/release/11/mms/1786562875/other 8A62.Y #> 4770 http://id.who.int/icd/release/11/mms/1786562875/unspecified 8A62.Z #> 4771 http://id.who.int/icd/release/11/mms/1376414432 8A63 #> 4772 http://id.who.int/icd/release/11/mms/1766832202 8A63.0 #> 4773 http://id.who.int/icd/release/11/mms/1219013782 8A63.00 #> 4774 http://id.who.int/icd/release/11/mms/501701339 8A63.01 #> 4775 http://id.who.int/icd/release/11/mms/1766832202/other 8A63.0Y #> 4776 http://id.who.int/icd/release/11/mms/1766832202/unspecified 8A63.0Z #> 4777 http://id.who.int/icd/release/11/mms/1376414432/other 8A63.Y #> 4778 http://id.who.int/icd/release/11/mms/1376414432/unspecified 8A63.Z #> 4779 http://id.who.int/icd/release/11/mms/2006527791 8A64 #> 4780 http://id.who.int/icd/release/11/mms/429021871 8A65 #> 4781 http://id.who.int/icd/release/11/mms/906174792 8A66 #> 4782 http://id.who.int/icd/release/11/mms/338178896 8A66.0 #> 4783 http://id.who.int/icd/release/11/mms/36262213 8A66.1 #> 4784 http://id.who.int/icd/release/11/mms/854964357 8A66.10 #> 4785 http://id.who.int/icd/release/11/mms/36262213/other 8A66.1Y #> 4786 http://id.who.int/icd/release/11/mms/36262213/unspecified 8A66.1Z #> 4787 http://id.who.int/icd/release/11/mms/906174792/other 8A66.Y #> 4788 http://id.who.int/icd/release/11/mms/906174792/unspecified 8A66.Z #> 4789 http://id.who.int/icd/release/11/mms/1988362682 8A67 #> 4790 http://id.who.int/icd/release/11/mms/539646260 8A68 #> 4791 http://id.who.int/icd/release/11/mms/1880404123 8A68.0 #> 4792 http://id.who.int/icd/release/11/mms/1878784470 8A68.1 #> 4793 http://id.who.int/icd/release/11/mms/1865892780 8A68.2 #> 4794 http://id.who.int/icd/release/11/mms/804063651 8A68.3 #> 4795 http://id.who.int/icd/release/11/mms/1091709256 8A68.4 #> 4796 http://id.who.int/icd/release/11/mms/1295248180 8A68.5 #> 4797 http://id.who.int/icd/release/11/mms/515072580 8A68.6 #> 4798 http://id.who.int/icd/release/11/mms/311599160 8A68.7 #> 4799 http://id.who.int/icd/release/11/mms/539646260/other 8A68.Y #> 4800 http://id.who.int/icd/release/11/mms/539646260/unspecified 8A68.Z #> 4801 http://id.who.int/icd/release/11/mms/1397288146/other 8A6Y #> 4802 http://id.who.int/icd/release/11/mms/1397288146/unspecified 8A6Z #> 4803 http://id.who.int/icd/release/11/mms/28995849 #> 4804 http://id.who.int/icd/release/11/mms/669367341 8A80 #> 4805 http://id.who.int/icd/release/11/mms/2048783472 8A80.0 #> 4806 http://id.who.int/icd/release/11/mms/525744634 8A80.1 #> 4807 http://id.who.int/icd/release/11/mms/1957063016 8A80.10 #> 4808 http://id.who.int/icd/release/11/mms/525744634/other 8A80.1Y #> 4809 http://id.who.int/icd/release/11/mms/525744634/unspecified 8A80.1Z #> 4810 http://id.who.int/icd/release/11/mms/1336990680 8A80.2 #> 4811 http://id.who.int/icd/release/11/mms/1956278970 8A80.3 #> 4812 http://id.who.int/icd/release/11/mms/1811638533 8A80.30 #> 4813 http://id.who.int/icd/release/11/mms/1956278970/other 8A80.3Y #> 4814 http://id.who.int/icd/release/11/mms/1434288855 8A80.4 #> 4815 http://id.who.int/icd/release/11/mms/669367341/other 8A80.Y #> 4816 http://id.who.int/icd/release/11/mms/669367341/unspecified 8A80.Z #> 4817 http://id.who.int/icd/release/11/mms/1410019257 8A81 #> 4818 http://id.who.int/icd/release/11/mms/1097106734 8A81.0 #> 4819 http://id.who.int/icd/release/11/mms/257205019 8A81.1 #> 4820 http://id.who.int/icd/release/11/mms/107534985 8A81.2 #> 4821 http://id.who.int/icd/release/11/mms/1410019257/other 8A81.Y #> 4822 http://id.who.int/icd/release/11/mms/1410019257/unspecified 8A81.Z #> 4823 http://id.who.int/icd/release/11/mms/607078588 8A82 #> 4824 http://id.who.int/icd/release/11/mms/1350703173 8A83 #> 4825 http://id.who.int/icd/release/11/mms/296971178 8A84 #> 4826 http://id.who.int/icd/release/11/mms/929988804 8A84.0 #> 4827 http://id.who.int/icd/release/11/mms/588039752 8A84.1 #> 4828 http://id.who.int/icd/release/11/mms/296971178/other 8A84.Y #> 4829 http://id.who.int/icd/release/11/mms/296971178/unspecified 8A84.Z #> 4830 http://id.who.int/icd/release/11/mms/1099694795 8A85 #> 4831 http://id.who.int/icd/release/11/mms/28995849/other 8A8Y #> 4832 http://id.who.int/icd/release/11/mms/28995849/unspecified 8A8Z #> 4833 http://id.who.int/icd/release/11/mms/843843448 #> 4834 http://id.who.int/icd/release/11/mms/1990827977 #> 4835 http://id.who.int/icd/release/11/mms/873092535 8B00 #> 4836 http://id.who.int/icd/release/11/mms/1401663614 8B00.0 #> 4837 http://id.who.int/icd/release/11/mms/918584808 8B00.1 #> 4838 http://id.who.int/icd/release/11/mms/656859267 8B00.2 #> 4839 http://id.who.int/icd/release/11/mms/1422422807 8B00.3 #> 4840 http://id.who.int/icd/release/11/mms/830717571 8B00.4 #> 4841 http://id.who.int/icd/release/11/mms/1160703612 8B00.5 #> 4842 http://id.who.int/icd/release/11/mms/873092535/unspecified 8B00.Z #> 4843 http://id.who.int/icd/release/11/mms/1363253283 8B01 #> 4844 http://id.who.int/icd/release/11/mms/958976948 8B01.0 #> 4845 http://id.who.int/icd/release/11/mms/247198410 8B01.1 #> 4846 http://id.who.int/icd/release/11/mms/133091217 8B01.2 #> 4847 http://id.who.int/icd/release/11/mms/1376522306 8B02 #> 4848 http://id.who.int/icd/release/11/mms/927456728 8B03 #> 4849 http://id.who.int/icd/release/11/mms/1990827977/unspecified 8B0Z #> 4850 http://id.who.int/icd/release/11/mms/1427441570 #> 4851 http://id.who.int/icd/release/11/mms/826335789 8B10 #> 4852 http://id.who.int/icd/release/11/mms/691084626 8B10.0 #> 4853 http://id.who.int/icd/release/11/mms/826335789/other 8B10.Y #> 4854 http://id.who.int/icd/release/11/mms/826335789/unspecified 8B10.Z #> 4855 http://id.who.int/icd/release/11/mms/636274910 8B11 #> 4856 http://id.who.int/icd/release/11/mms/1070137396 8B11.0 #> 4857 http://id.who.int/icd/release/11/mms/1371457 8B11.1 #> 4858 http://id.who.int/icd/release/11/mms/158815303 8B11.2 #> 4859 http://id.who.int/icd/release/11/mms/369985440 8B11.20 #> 4860 http://id.who.int/icd/release/11/mms/881743301 8B11.21 #> 4861 http://id.who.int/icd/release/11/mms/564045534 8B11.22 #> 4862 http://id.who.int/icd/release/11/mms/158815303/other 8B11.2Y #> 4863 http://id.who.int/icd/release/11/mms/158815303/unspecified 8B11.2Z #> 4864 http://id.who.int/icd/release/11/mms/1595033000 8B11.3 #> 4865 http://id.who.int/icd/release/11/mms/1444066580 8B11.4 #> 4866 http://id.who.int/icd/release/11/mms/136879689 8B11.40 #> 4867 http://id.who.int/icd/release/11/mms/975260240 8B11.41 #> 4868 http://id.who.int/icd/release/11/mms/100443965 8B11.42 #> 4869 http://id.who.int/icd/release/11/mms/906188361 8B11.43 #> 4870 http://id.who.int/icd/release/11/mms/1860038542 8B11.44 #> 4871 http://id.who.int/icd/release/11/mms/1614716959 8B11.5 #> 4872 http://id.who.int/icd/release/11/mms/1035303911 8B11.50 #> 4873 http://id.who.int/icd/release/11/mms/608901546 8B11.51 #> 4874 http://id.who.int/icd/release/11/mms/1614716959/unspecified 8B11.5Z #> 4875 http://id.who.int/icd/release/11/mms/1427441570/other 8B1Y #> 4876 http://id.who.int/icd/release/11/mms/1427441570/unspecified 8B1Z #> 4877 http://id.who.int/icd/release/11/mms/1442995018 8B20 #> 4878 http://id.who.int/icd/release/11/mms/1935481507 8B21 #> 4879 http://id.who.int/icd/release/11/mms/1261473506 8B21.0 #> 4880 http://id.who.int/icd/release/11/mms/1773362311 8B21.1 #> 4881 http://id.who.int/icd/release/11/mms/1935481507/other 8B21.Y #> 4882 http://id.who.int/icd/release/11/mms/1935481507/unspecified 8B21.Z #> 4883 http://id.who.int/icd/release/11/mms/581897143 8B22 #> 4884 http://id.who.int/icd/release/11/mms/1946814909 8B22.0 #> 4885 http://id.who.int/icd/release/11/mms/1655658429 8B22.1 #> 4886 http://id.who.int/icd/release/11/mms/1975306533 8B22.2 #> 4887 http://id.who.int/icd/release/11/mms/1502610635 8B22.3 #> 4888 http://id.who.int/icd/release/11/mms/445125730 8B22.4 #> 4889 http://id.who.int/icd/release/11/mms/153256729 8B22.40 #> 4890 http://id.who.int/icd/release/11/mms/916773262 8B22.41 #> 4891 http://id.who.int/icd/release/11/mms/679592039 8B22.42 #> 4892 http://id.who.int/icd/release/11/mms/20445424 8B22.43 #> 4893 http://id.who.int/icd/release/11/mms/445125730/other 8B22.4Y #> 4894 http://id.who.int/icd/release/11/mms/445125730/unspecified 8B22.4Z #> 4895 http://id.who.int/icd/release/11/mms/289522729 8B22.5 #> 4896 http://id.who.int/icd/release/11/mms/59881644 8B22.6 #> 4897 http://id.who.int/icd/release/11/mms/132422185 8B22.7 #> 4898 http://id.who.int/icd/release/11/mms/338103275 8B22.70 #> 4899 http://id.who.int/icd/release/11/mms/132422185/other 8B22.7Y #> 4900 http://id.who.int/icd/release/11/mms/132422185/unspecified 8B22.7Z #> 4901 http://id.who.int/icd/release/11/mms/1934215896 8B22.8 #> 4902 http://id.who.int/icd/release/11/mms/2064897712 8B22.9 #> 4903 http://id.who.int/icd/release/11/mms/2123391417 8B22.A #> 4904 http://id.who.int/icd/release/11/mms/1746892088 8B22.B #> 4905 http://id.who.int/icd/release/11/mms/133909731 8B22.C #> 4906 http://id.who.int/icd/release/11/mms/1621899838 8B22.C0 #> 4907 http://id.who.int/icd/release/11/mms/984450655 8B22.C1 #> 4908 http://id.who.int/icd/release/11/mms/133909731/other 8B22.CY #> 4909 http://id.who.int/icd/release/11/mms/133909731/unspecified 8B22.CZ #> 4910 http://id.who.int/icd/release/11/mms/581897143/other 8B22.Y #> 4911 http://id.who.int/icd/release/11/mms/1606819573 8B23 #> 4912 http://id.who.int/icd/release/11/mms/805990521 8B24 #> 4913 http://id.who.int/icd/release/11/mms/1199499236 8B24.0 #> 4914 http://id.who.int/icd/release/11/mms/805990521/other 8B24.Y #> 4915 http://id.who.int/icd/release/11/mms/805990521/unspecified 8B24.Z #> 4916 http://id.who.int/icd/release/11/mms/982373217 8B25 #> 4917 http://id.who.int/icd/release/11/mms/1390101119 8B25.0 #> 4918 http://id.who.int/icd/release/11/mms/1128128276 8B25.1 #> 4919 http://id.who.int/icd/release/11/mms/645272194 8B25.2 #> 4920 http://id.who.int/icd/release/11/mms/932220907 8B25.3 #> 4921 http://id.who.int/icd/release/11/mms/557175275 8B25.4 #> 4922 http://id.who.int/icd/release/11/mms/982373217/other 8B25.Y #> 4923 http://id.who.int/icd/release/11/mms/982373217/unspecified 8B25.Z #> 4924 http://id.who.int/icd/release/11/mms/1173205716 8B26 #> 4925 http://id.who.int/icd/release/11/mms/683064686 8B26.0 #> 4926 http://id.who.int/icd/release/11/mms/1532505850 8B26.1 #> 4927 http://id.who.int/icd/release/11/mms/1545334161 8B26.2 #> 4928 http://id.who.int/icd/release/11/mms/961552389 8B26.3 #> 4929 http://id.who.int/icd/release/11/mms/1308455164 8B26.4 #> 4930 http://id.who.int/icd/release/11/mms/1220685756 8B26.5 #> 4931 http://id.who.int/icd/release/11/mms/1041490800 8B26.50 #> 4932 http://id.who.int/icd/release/11/mms/1254011793 8B26.51 #> 4933 http://id.who.int/icd/release/11/mms/1220685756/other 8B26.5Y #> 4934 http://id.who.int/icd/release/11/mms/1220685756/unspecified 8B26.5Z #> 4935 http://id.who.int/icd/release/11/mms/1173205716/other 8B26.Y #> 4936 http://id.who.int/icd/release/11/mms/1173205716/unspecified 8B26.Z #> 4937 http://id.who.int/icd/release/11/mms/843843448/unspecified 8B2Z #> 4938 http://id.who.int/icd/release/11/mms/2021326314 #> 4939 http://id.who.int/icd/release/11/mms/1490265028 8B40 #> 4940 http://id.who.int/icd/release/11/mms/1993728609 8B41 #> 4941 http://id.who.int/icd/release/11/mms/740682437 8B42 #> 4942 http://id.who.int/icd/release/11/mms/889563712 8B43 #> 4943 http://id.who.int/icd/release/11/mms/441598289 8B43.0 #> 4944 http://id.who.int/icd/release/11/mms/27202246 8B43.1 #> 4945 http://id.who.int/icd/release/11/mms/906769340 8B43.2 #> 4946 http://id.who.int/icd/release/11/mms/889563712/other 8B43.Y #> 4947 http://id.who.int/icd/release/11/mms/889563712/unspecified 8B43.Z #> 4948 http://id.who.int/icd/release/11/mms/344973791 8B44 #> 4949 http://id.who.int/icd/release/11/mms/810807375 8B44.0 #> 4950 http://id.who.int/icd/release/11/mms/1547801209 8B44.00 #> 4951 http://id.who.int/icd/release/11/mms/1789135912 8B44.01 #> 4952 http://id.who.int/icd/release/11/mms/1613343556 8B44.02 #> 4953 http://id.who.int/icd/release/11/mms/810807375/other 8B44.0Y #> 4954 http://id.who.int/icd/release/11/mms/810807375/unspecified 8B44.0Z #> 4955 http://id.who.int/icd/release/11/mms/344973791/other 8B44.Y #> 4956 http://id.who.int/icd/release/11/mms/344973791/unspecified 8B44.Z #> 4957 http://id.who.int/icd/release/11/mms/2021326314/other 8B4Y #> 4958 http://id.who.int/icd/release/11/mms/2021326314/unspecified 8B4Z #> 4959 http://id.who.int/icd/release/11/mms/1861279867 #> 4960 http://id.who.int/icd/release/11/mms/661720689 8B60 #> 4961 http://id.who.int/icd/release/11/mms/1982355687 8B60.0 #> 4962 http://id.who.int/icd/release/11/mms/1143049440 8B60.1 #> 4963 http://id.who.int/icd/release/11/mms/2080137619 8B60.2 #> 4964 http://id.who.int/icd/release/11/mms/1282359533 8B60.3 #> 4965 http://id.who.int/icd/release/11/mms/1686688462 8B60.4 #> 4966 http://id.who.int/icd/release/11/mms/620164044 8B60.5 #> 4967 http://id.who.int/icd/release/11/mms/2090347823 8B60.6 #> 4968 http://id.who.int/icd/release/11/mms/1764644031 8B60.7 #> 4969 http://id.who.int/icd/release/11/mms/661720689/other 8B60.Y #> 4970 http://id.who.int/icd/release/11/mms/661720689/unspecified 8B60.Z #> 4971 http://id.who.int/icd/release/11/mms/71074342 8B61 #> 4972 http://id.who.int/icd/release/11/mms/915903258 8B61.0 #> 4973 http://id.who.int/icd/release/11/mms/867148636 8B61.1 #> 4974 http://id.who.int/icd/release/11/mms/677572815 8B61.2 #> 4975 http://id.who.int/icd/release/11/mms/443229384 8B61.3 #> 4976 http://id.who.int/icd/release/11/mms/870128735 8B61.4 #> 4977 http://id.who.int/icd/release/11/mms/71074342/other 8B61.Y #> 4978 http://id.who.int/icd/release/11/mms/71074342/unspecified 8B61.Z #> 4979 http://id.who.int/icd/release/11/mms/2018885243 8B62 #> 4980 http://id.who.int/icd/release/11/mms/1861279867/other 8B6Y #> 4981 http://id.who.int/icd/release/11/mms/1861279867/unspecified 8B6Z #> 4982 http://id.who.int/icd/release/11/mms/1730644960 #> 4983 http://id.who.int/icd/release/11/mms/359348642 #> 4984 http://id.who.int/icd/release/11/mms/1996431326 8B80 #> 4985 http://id.who.int/icd/release/11/mms/1697880826 8B81 #> 4986 http://id.who.int/icd/release/11/mms/1231916211 8B81.0 #> 4987 http://id.who.int/icd/release/11/mms/1697880826/other 8B81.Y #> 4988 http://id.who.int/icd/release/11/mms/1697880826/unspecified 8B81.Z #> 4989 http://id.who.int/icd/release/11/mms/76391627 8B82 #> 4990 http://id.who.int/icd/release/11/mms/1803581281 8B82.0 #> 4991 http://id.who.int/icd/release/11/mms/76391627/unspecified 8B82.Z #> 4992 http://id.who.int/icd/release/11/mms/377921406 8B83 #> 4993 http://id.who.int/icd/release/11/mms/38948641 8B84 #> 4994 http://id.who.int/icd/release/11/mms/85036106 8B85 #> 4995 http://id.who.int/icd/release/11/mms/1729725109 8B86 #> 4996 http://id.who.int/icd/release/11/mms/330617420 8B87 #> 4997 http://id.who.int/icd/release/11/mms/1640393055 8B88 #> 4998 http://id.who.int/icd/release/11/mms/2004402146 8B88.0 #> 4999 http://id.who.int/icd/release/11/mms/1882946699 8B88.1 #> 5000 http://id.who.int/icd/release/11/mms/353312397 8B88.2 #> 5001 http://id.who.int/icd/release/11/mms/1637248481 8B88.3 #> 5002 http://id.who.int/icd/release/11/mms/1640393055/other 8B88.Y #> 5003 http://id.who.int/icd/release/11/mms/1640393055/unspecified 8B88.Z #> 5004 http://id.who.int/icd/release/11/mms/359348642/other 8B8Y #> 5005 http://id.who.int/icd/release/11/mms/359348642/unspecified 8B8Z #> 5006 http://id.who.int/icd/release/11/mms/63858592 #> 5007 http://id.who.int/icd/release/11/mms/1987479592 8B90 #> 5008 http://id.who.int/icd/release/11/mms/1367254559 8B91 #> 5009 http://id.who.int/icd/release/11/mms/302246011 8B91.0 #> 5010 http://id.who.int/icd/release/11/mms/674530731 8B91.1 #> 5011 http://id.who.int/icd/release/11/mms/1367254559/other 8B91.Y #> 5012 http://id.who.int/icd/release/11/mms/1367254559/unspecified 8B91.Z #> 5013 http://id.who.int/icd/release/11/mms/875916171 8B92 #> 5014 http://id.who.int/icd/release/11/mms/329611650 8B92.0 #> 5015 http://id.who.int/icd/release/11/mms/755638638 8B92.1 #> 5016 http://id.who.int/icd/release/11/mms/1224666577 8B92.2 #> 5017 http://id.who.int/icd/release/11/mms/1271869287 8B92.3 #> 5018 http://id.who.int/icd/release/11/mms/875916171/other 8B92.Y #> 5019 http://id.who.int/icd/release/11/mms/875916171/unspecified 8B92.Z #> 5020 http://id.who.int/icd/release/11/mms/1802542189 8B93 #> 5021 http://id.who.int/icd/release/11/mms/453835806 8B93.0 #> 5022 http://id.who.int/icd/release/11/mms/525636274 8B93.1 #> 5023 http://id.who.int/icd/release/11/mms/1048832316 8B93.2 #> 5024 http://id.who.int/icd/release/11/mms/1536491255 8B93.3 #> 5025 http://id.who.int/icd/release/11/mms/290316556 8B93.4 #> 5026 http://id.who.int/icd/release/11/mms/880852176 8B93.5 #> 5027 http://id.who.int/icd/release/11/mms/1421743413 8B93.6 #> 5028 http://id.who.int/icd/release/11/mms/1784166269 8B93.7 #> 5029 http://id.who.int/icd/release/11/mms/1335192255 8B93.8 #> 5030 http://id.who.int/icd/release/11/mms/1802542189/other 8B93.Y #> 5031 http://id.who.int/icd/release/11/mms/1802542189/unspecified 8B93.Z #> 5032 http://id.who.int/icd/release/11/mms/1577503643 8B94 #> 5033 http://id.who.int/icd/release/11/mms/1770509481 8B95 #> 5034 http://id.who.int/icd/release/11/mms/63858592/other 8B9Y #> 5035 http://id.who.int/icd/release/11/mms/63858592/unspecified 8B9Z #> 5036 http://id.who.int/icd/release/11/mms/58868923 #> 5037 http://id.who.int/icd/release/11/mms/788742861 8C00 #> 5038 http://id.who.int/icd/release/11/mms/1719029386 8C01 #> 5039 http://id.who.int/icd/release/11/mms/1196874419 8C01.0 #> 5040 http://id.who.int/icd/release/11/mms/886881148 8C01.1 #> 5041 http://id.who.int/icd/release/11/mms/1692167541 8C01.2 #> 5042 http://id.who.int/icd/release/11/mms/224318510 8C01.3 #> 5043 http://id.who.int/icd/release/11/mms/1719029386/other 8C01.Y #> 5044 http://id.who.int/icd/release/11/mms/1719029386/unspecified 8C01.Z #> 5045 http://id.who.int/icd/release/11/mms/1584778394 8C03 #> 5046 http://id.who.int/icd/release/11/mms/1837670870 8C03.0 #> 5047 http://id.who.int/icd/release/11/mms/1691058302 8C03.1 #> 5048 http://id.who.int/icd/release/11/mms/1063419800 8C03.2 #> 5049 http://id.who.int/icd/release/11/mms/1567256935 8C03.3 #> 5050 http://id.who.int/icd/release/11/mms/941735155 8C03.4 #> 5051 http://id.who.int/icd/release/11/mms/1584778394/other 8C03.Y #> 5052 http://id.who.int/icd/release/11/mms/1584778394/unspecified 8C03.Z #> 5053 http://id.who.int/icd/release/11/mms/58868923/other 8C0Y #> 5054 http://id.who.int/icd/release/11/mms/58868923/unspecified 8C0Z #> 5055 http://id.who.int/icd/release/11/mms/1866592137 #> 5056 http://id.who.int/icd/release/11/mms/304675531 8C10 #> 5057 http://id.who.int/icd/release/11/mms/1275186848 8C10.0 #> 5058 http://id.who.int/icd/release/11/mms/1575441355 8C10.1 #> 5059 http://id.who.int/icd/release/11/mms/950836831 8C10.2 #> 5060 http://id.who.int/icd/release/11/mms/304675531/other 8C10.Y #> 5061 http://id.who.int/icd/release/11/mms/304675531/unspecified 8C10.Z #> 5062 http://id.who.int/icd/release/11/mms/2002990943 8C11 #> 5063 http://id.who.int/icd/release/11/mms/1358497313 8C11.0 #> 5064 http://id.who.int/icd/release/11/mms/1379565645 8C11.00 #> 5065 http://id.who.int/icd/release/11/mms/1358497313/other 8C11.0Y #> 5066 http://id.who.int/icd/release/11/mms/1358497313/unspecified 8C11.0Z #> 5067 http://id.who.int/icd/release/11/mms/900910005 8C11.1 #> 5068 http://id.who.int/icd/release/11/mms/1092590410 8C11.2 #> 5069 http://id.who.int/icd/release/11/mms/609507040 8C11.3 #> 5070 http://id.who.int/icd/release/11/mms/1471857996 8C11.4 #> 5071 http://id.who.int/icd/release/11/mms/854657246 8C11.5 #> 5072 http://id.who.int/icd/release/11/mms/1180456993 8C11.6 #> 5073 http://id.who.int/icd/release/11/mms/2002990943/other 8C11.Y #> 5074 http://id.who.int/icd/release/11/mms/2002990943/unspecified 8C11.Z #> 5075 http://id.who.int/icd/release/11/mms/168436253 8C12 #> 5076 http://id.who.int/icd/release/11/mms/511563165 8C12.0 #> 5077 http://id.who.int/icd/release/11/mms/1838368265 8C12.1 #> 5078 http://id.who.int/icd/release/11/mms/1793371217 8C12.2 #> 5079 http://id.who.int/icd/release/11/mms/1107508852 8C12.3 #> 5080 http://id.who.int/icd/release/11/mms/1879763573 8C12.4 #> 5081 http://id.who.int/icd/release/11/mms/1568116015 8C12.5 #> 5082 http://id.who.int/icd/release/11/mms/168436253/other 8C12.Y #> 5083 http://id.who.int/icd/release/11/mms/1866592137/other 8C1Y #> 5084 http://id.who.int/icd/release/11/mms/1866592137/unspecified 8C1Z #> 5085 http://id.who.int/icd/release/11/mms/1820169460 #> 5086 http://id.who.int/icd/release/11/mms/1538134578 8C20 #> 5087 http://id.who.int/icd/release/11/mms/1207560843 8C20.0 #> 5088 http://id.who.int/icd/release/11/mms/403896648 8C20.1 #> 5089 http://id.who.int/icd/release/11/mms/1389094589 8C20.2 #> 5090 http://id.who.int/icd/release/11/mms/1538134578/other 8C20.Y #> 5091 http://id.who.int/icd/release/11/mms/1538134578/unspecified 8C20.Z #> 5092 http://id.who.int/icd/release/11/mms/1091217288 8C21 #> 5093 http://id.who.int/icd/release/11/mms/1989773046 8C21.0 #> 5094 http://id.who.int/icd/release/11/mms/831377479 8C21.1 #> 5095 http://id.who.int/icd/release/11/mms/1831234152 8C21.2 #> 5096 http://id.who.int/icd/release/11/mms/1411011731 8C21.3 #> 5097 http://id.who.int/icd/release/11/mms/1091217288/other 8C21.Y #> 5098 http://id.who.int/icd/release/11/mms/1091217288/unspecified 8C21.Z #> 5099 http://id.who.int/icd/release/11/mms/1820169460/other 8C2Y #> 5100 http://id.who.int/icd/release/11/mms/1820169460/unspecified 8C2Z #> 5101 http://id.who.int/icd/release/11/mms/1730644960/other 8C4Y #> 5102 http://id.who.int/icd/release/11/mms/1730644960/unspecified 8C4Z #> 5103 http://id.who.int/icd/release/11/mms/1297080916 #> 5104 http://id.who.int/icd/release/11/mms/1425591047 #> 5105 http://id.who.int/icd/release/11/mms/1270100227 8C60 #> 5106 http://id.who.int/icd/release/11/mms/600370025 8C60.0 #> 5107 http://id.who.int/icd/release/11/mms/1270100227/other 8C60.Y #> 5108 http://id.who.int/icd/release/11/mms/1270100227/unspecified 8C60.Z #> 5109 http://id.who.int/icd/release/11/mms/1515367530 8C61 #> 5110 http://id.who.int/icd/release/11/mms/796417193 8C62 #> 5111 http://id.who.int/icd/release/11/mms/1425591047/other 8C6Y #> 5112 http://id.who.int/icd/release/11/mms/1425591047/unspecified 8C6Z #> 5113 http://id.who.int/icd/release/11/mms/833816211 #> 5114 http://id.who.int/icd/release/11/mms/1464662404 8C70 #> 5115 http://id.who.int/icd/release/11/mms/690532643 8C70.0 #> 5116 http://id.who.int/icd/release/11/mms/1479561744 8C70.1 #> 5117 http://id.who.int/icd/release/11/mms/749295636 8C70.2 #> 5118 http://id.who.int/icd/release/11/mms/621965073 8C70.3 #> 5119 http://id.who.int/icd/release/11/mms/887807212 8C70.4 #> 5120 http://id.who.int/icd/release/11/mms/537908479 8C70.40 #> 5121 http://id.who.int/icd/release/11/mms/319162980 8C70.41 #> 5122 http://id.who.int/icd/release/11/mms/887807212/other 8C70.4Y #> 5123 http://id.who.int/icd/release/11/mms/887807212/unspecified 8C70.4Z #> 5124 http://id.who.int/icd/release/11/mms/1224331149 8C70.5 #> 5125 http://id.who.int/icd/release/11/mms/396687076 8C70.6 #> 5126 http://id.who.int/icd/release/11/mms/1464662404/other 8C70.Y #> 5127 http://id.who.int/icd/release/11/mms/1464662404/unspecified 8C70.Z #> 5128 http://id.who.int/icd/release/11/mms/839332886 8C71 #> 5129 http://id.who.int/icd/release/11/mms/192087511 8C71.0 #> 5130 http://id.who.int/icd/release/11/mms/1725668060 8C71.1 #> 5131 http://id.who.int/icd/release/11/mms/1916703439 8C71.2 #> 5132 http://id.who.int/icd/release/11/mms/40657776 8C71.3 #> 5133 http://id.who.int/icd/release/11/mms/646523932 8C71.4 #> 5134 http://id.who.int/icd/release/11/mms/715714152 8C71.5 #> 5135 http://id.who.int/icd/release/11/mms/839332886/other 8C71.Y #> 5136 http://id.who.int/icd/release/11/mms/839332886/unspecified 8C71.Z #> 5137 http://id.who.int/icd/release/11/mms/1185572073 8C72 #> 5138 http://id.who.int/icd/release/11/mms/854289056 8C72.0 #> 5139 http://id.who.int/icd/release/11/mms/1996502540 8C72.00 #> 5140 http://id.who.int/icd/release/11/mms/742097637 8C72.01 #> 5141 http://id.who.int/icd/release/11/mms/2065822840 8C72.02 #> 5142 http://id.who.int/icd/release/11/mms/854289056/other 8C72.0Y #> 5143 http://id.who.int/icd/release/11/mms/854289056/unspecified 8C72.0Z #> 5144 http://id.who.int/icd/release/11/mms/514523225 8C72.1 #> 5145 http://id.who.int/icd/release/11/mms/1185572073/other 8C72.Y #> 5146 http://id.who.int/icd/release/11/mms/1185572073/unspecified 8C72.Z #> 5147 http://id.who.int/icd/release/11/mms/601991549 8C73 #> 5148 http://id.who.int/icd/release/11/mms/607844076 8C73.0 #> 5149 http://id.who.int/icd/release/11/mms/2089784682 8C73.1 #> 5150 http://id.who.int/icd/release/11/mms/601991549/other 8C73.Y #> 5151 http://id.who.int/icd/release/11/mms/601991549/unspecified 8C73.Z #> 5152 http://id.who.int/icd/release/11/mms/1222696062 8C74 #> 5153 http://id.who.int/icd/release/11/mms/1740060527 8C74.0 #> 5154 http://id.who.int/icd/release/11/mms/577112387 8C74.1 #> 5155 http://id.who.int/icd/release/11/mms/1494773635 8C74.10 #> 5156 http://id.who.int/icd/release/11/mms/1308452752 8C74.11 #> 5157 http://id.who.int/icd/release/11/mms/577112387/other 8C74.1Y #> 5158 http://id.who.int/icd/release/11/mms/577112387/unspecified 8C74.1Z #> 5159 http://id.who.int/icd/release/11/mms/1222696062/other 8C74.Y #> 5160 http://id.who.int/icd/release/11/mms/1222696062/unspecified 8C74.Z #> 5161 http://id.who.int/icd/release/11/mms/596283352 8C75 #> 5162 http://id.who.int/icd/release/11/mms/125656853 8C76 #> 5163 http://id.who.int/icd/release/11/mms/1877039847 8C77 #> 5164 http://id.who.int/icd/release/11/mms/1397199211 8C78 #> 5165 http://id.who.int/icd/release/11/mms/833816211/other 8C7Y #> 5166 http://id.who.int/icd/release/11/mms/833816211/unspecified 8C7Z #> 5167 http://id.who.int/icd/release/11/mms/1159616108 #> 5168 http://id.who.int/icd/release/11/mms/1456167356 8C80 #> 5169 http://id.who.int/icd/release/11/mms/1227790808 8C81 #> 5170 http://id.who.int/icd/release/11/mms/952636146 8C82 #> 5171 http://id.who.int/icd/release/11/mms/946840192 8C83 #> 5172 http://id.who.int/icd/release/11/mms/248272428 8C84 #> 5173 http://id.who.int/icd/release/11/mms/1159616108/other 8C8Y #> 5174 http://id.who.int/icd/release/11/mms/1159616108/unspecified 8C8Z #> 5175 http://id.who.int/icd/release/11/mms/1297080916/other 8D0Y #> 5176 http://id.who.int/icd/release/11/mms/1297080916/unspecified 8D0Z #> 5177 http://id.who.int/icd/release/11/mms/76906748 #> 5178 http://id.who.int/icd/release/11/mms/1426032265 8D20 #> 5179 http://id.who.int/icd/release/11/mms/1429906313 8D20.0 #> 5180 http://id.who.int/icd/release/11/mms/1655375736 8D20.1 #> 5181 http://id.who.int/icd/release/11/mms/1155284708 8D20.10 #> 5182 http://id.who.int/icd/release/11/mms/563606390 8D20.11 #> 5183 http://id.who.int/icd/release/11/mms/1655375736/unspecified 8D20.1Z #> 5184 http://id.who.int/icd/release/11/mms/1426032265/other 8D20.Y #> 5185 http://id.who.int/icd/release/11/mms/1426032265/unspecified 8D20.Z #> 5186 http://id.who.int/icd/release/11/mms/812740125 8D21 #> 5187 http://id.who.int/icd/release/11/mms/1134558601 8D22 #> 5188 http://id.who.int/icd/release/11/mms/1834138618 8D23 #> 5189 http://id.who.int/icd/release/11/mms/76906748/other 8D2Y #> 5190 http://id.who.int/icd/release/11/mms/76906748/unspecified 8D2Z #> 5191 http://id.who.int/icd/release/11/mms/1119245712 #> 5192 http://id.who.int/icd/release/11/mms/96676503 8D40 #> 5193 http://id.who.int/icd/release/11/mms/1340134114 8D40.0 #> 5194 http://id.who.int/icd/release/11/mms/2053072995 8D40.1 #> 5195 http://id.who.int/icd/release/11/mms/2120094266 8D40.2 #> 5196 http://id.who.int/icd/release/11/mms/392405182 8D40.3 #> 5197 http://id.who.int/icd/release/11/mms/96676503/other 8D40.Y #> 5198 http://id.who.int/icd/release/11/mms/96676503/unspecified 8D40.Z #> 5199 http://id.who.int/icd/release/11/mms/2109612285 8D41 #> 5200 http://id.who.int/icd/release/11/mms/378925042 8D41.0 #> 5201 http://id.who.int/icd/release/11/mms/165764269 8D41.1 #> 5202 http://id.who.int/icd/release/11/mms/819815000 8D41.2 #> 5203 http://id.who.int/icd/release/11/mms/2109612285/other 8D41.Y #> 5204 http://id.who.int/icd/release/11/mms/2109612285/unspecified 8D41.Z #> 5205 http://id.who.int/icd/release/11/mms/2098488072 8D42 #> 5206 http://id.who.int/icd/release/11/mms/2083995737 8D43 #> 5207 http://id.who.int/icd/release/11/mms/932482258 8D43.0 #> 5208 http://id.who.int/icd/release/11/mms/1942289108 8D43.00 #> 5209 http://id.who.int/icd/release/11/mms/932482258/other 8D43.0Y #> 5210 http://id.who.int/icd/release/11/mms/932482258/unspecified 8D43.0Z #> 5211 http://id.who.int/icd/release/11/mms/1954122838 8D43.1 #> 5212 http://id.who.int/icd/release/11/mms/1851919630 8D43.2 #> 5213 http://id.who.int/icd/release/11/mms/1188133517 8D43.20 #> 5214 http://id.who.int/icd/release/11/mms/1067183755 8D43.21 #> 5215 http://id.who.int/icd/release/11/mms/1851919630/other 8D43.2Y #> 5216 http://id.who.int/icd/release/11/mms/1851919630/unspecified 8D43.2Z #> 5217 http://id.who.int/icd/release/11/mms/2140847857 8D43.3 #> 5218 http://id.who.int/icd/release/11/mms/1462849226 8D43.4 #> 5219 http://id.who.int/icd/release/11/mms/130311653 8D43.5 #> 5220 http://id.who.int/icd/release/11/mms/2083995737/other 8D43.Y #> 5221 http://id.who.int/icd/release/11/mms/2083995737/unspecified 8D43.Z #> 5222 http://id.who.int/icd/release/11/mms/1001737902 8D44 #> 5223 http://id.who.int/icd/release/11/mms/597341977 8D44.0 #> 5224 http://id.who.int/icd/release/11/mms/864064554 8D44.1 #> 5225 http://id.who.int/icd/release/11/mms/1001737902/other 8D44.Y #> 5226 http://id.who.int/icd/release/11/mms/1001737902/unspecified 8D44.Z #> 5227 http://id.who.int/icd/release/11/mms/1119245712/other 8D4Y #> 5228 http://id.who.int/icd/release/11/mms/1119245712/unspecified 8D4Z #> 5229 http://id.who.int/icd/release/11/mms/23958598 #> 5230 http://id.who.int/icd/release/11/mms/925785183 8D60 #> 5231 http://id.who.int/icd/release/11/mms/906840560 8D60.0 #> 5232 http://id.who.int/icd/release/11/mms/1139074029 8D60.1 #> 5233 http://id.who.int/icd/release/11/mms/925785183/other 8D60.Y #> 5234 http://id.who.int/icd/release/11/mms/925785183/unspecified 8D60.Z #> 5235 http://id.who.int/icd/release/11/mms/363695674 8D61 #> 5236 http://id.who.int/icd/release/11/mms/1304151002 8D61.0 #> 5237 http://id.who.int/icd/release/11/mms/847306949 8D61.1 #> 5238 http://id.who.int/icd/release/11/mms/363695674/other 8D61.Y #> 5239 http://id.who.int/icd/release/11/mms/363695674/unspecified 8D61.Z #> 5240 http://id.who.int/icd/release/11/mms/1951379921 8D62 #> 5241 http://id.who.int/icd/release/11/mms/396857647 8D63 #> 5242 http://id.who.int/icd/release/11/mms/574533444 8D64 #> 5243 http://id.who.int/icd/release/11/mms/186577228 8D64.0 #> 5244 http://id.who.int/icd/release/11/mms/2109061166 8D64.00 #> 5245 http://id.who.int/icd/release/11/mms/969058597 8D64.01 #> 5246 http://id.who.int/icd/release/11/mms/760084407 8D64.02 #> 5247 http://id.who.int/icd/release/11/mms/140858085 8D64.03 #> 5248 http://id.who.int/icd/release/11/mms/1507346489 8D64.04 #> 5249 http://id.who.int/icd/release/11/mms/186577228/other 8D64.0Y #> 5250 http://id.who.int/icd/release/11/mms/186577228/unspecified 8D64.0Z #> 5251 http://id.who.int/icd/release/11/mms/210183601 8D64.1 #> 5252 http://id.who.int/icd/release/11/mms/1943473314 8D64.10 #> 5253 http://id.who.int/icd/release/11/mms/210183601/other 8D64.1Y #> 5254 http://id.who.int/icd/release/11/mms/210183601/unspecified 8D64.1Z #> 5255 http://id.who.int/icd/release/11/mms/175641220 8D64.2 #> 5256 http://id.who.int/icd/release/11/mms/574533444/unspecified 8D64.Z #> 5257 http://id.who.int/icd/release/11/mms/501432887 8D65 #> 5258 http://id.who.int/icd/release/11/mms/1925186604 8D66 #> 5259 http://id.who.int/icd/release/11/mms/1218010255 8D66.0 #> 5260 http://id.who.int/icd/release/11/mms/1644720463 8D66.1 #> 5261 http://id.who.int/icd/release/11/mms/500607680 8D66.2 #> 5262 http://id.who.int/icd/release/11/mms/1925186604/other 8D66.Y #> 5263 http://id.who.int/icd/release/11/mms/1925186604/unspecified 8D66.Z #> 5264 http://id.who.int/icd/release/11/mms/943887241 8D67 #> 5265 http://id.who.int/icd/release/11/mms/39546655 8D68 #> 5266 http://id.who.int/icd/release/11/mms/23958598/other 8D6Y #> 5267 http://id.who.int/icd/release/11/mms/23958598/unspecified 8D6Z #> 5268 http://id.who.int/icd/release/11/mms/1397803237 #> 5269 http://id.who.int/icd/release/11/mms/2116276188 8D80 #> 5270 http://id.who.int/icd/release/11/mms/277330929 8D81 #> 5271 http://id.who.int/icd/release/11/mms/1160623406 8D82 #> 5272 http://id.who.int/icd/release/11/mms/1581548100 8D83 #> 5273 http://id.who.int/icd/release/11/mms/734022291 8D84 #> 5274 http://id.who.int/icd/release/11/mms/203881550 8D85 #> 5275 http://id.who.int/icd/release/11/mms/1664269943 8D86 #> 5276 http://id.who.int/icd/release/11/mms/1788999168 8D87 #> 5277 http://id.who.int/icd/release/11/mms/1890931931 8D87.0 #> 5278 http://id.who.int/icd/release/11/mms/1585600114 8D87.00 #> 5279 http://id.who.int/icd/release/11/mms/296753000 8D87.01 #> 5280 http://id.who.int/icd/release/11/mms/1890931931/other 8D87.0Y #> 5281 http://id.who.int/icd/release/11/mms/1890931931/unspecified 8D87.0Z #> 5282 http://id.who.int/icd/release/11/mms/1788999168/other 8D87.Y #> 5283 http://id.who.int/icd/release/11/mms/1521910549 8D88 #> 5284 http://id.who.int/icd/release/11/mms/127264300 8D88.0 #> 5285 http://id.who.int/icd/release/11/mms/1129679469 8D88.1 #> 5286 http://id.who.int/icd/release/11/mms/2014951545 8D88.2 #> 5287 http://id.who.int/icd/release/11/mms/216771343 8D88.3 #> 5288 http://id.who.int/icd/release/11/mms/1036220334 8D88.4 #> 5289 http://id.who.int/icd/release/11/mms/1521910549/other 8D88.Y #> 5290 http://id.who.int/icd/release/11/mms/1521910549/unspecified 8D88.Z #> 5291 http://id.who.int/icd/release/11/mms/1611190259 8D89 #> 5292 http://id.who.int/icd/release/11/mms/952365682 8D89.0 #> 5293 http://id.who.int/icd/release/11/mms/177994271 8D89.1 #> 5294 http://id.who.int/icd/release/11/mms/1533647472 8D89.2 #> 5295 http://id.who.int/icd/release/11/mms/880662615 8D89.3 #> 5296 http://id.who.int/icd/release/11/mms/1611190259/other 8D89.Y #> 5297 http://id.who.int/icd/release/11/mms/1611190259/unspecified 8D89.Z #> 5298 http://id.who.int/icd/release/11/mms/1525992437 8D8A #> 5299 http://id.who.int/icd/release/11/mms/178756462 8D8A.1 #> 5300 http://id.who.int/icd/release/11/mms/945171796 8D8A.2 #> 5301 http://id.who.int/icd/release/11/mms/1525992437/other 8D8A.Y #> 5302 http://id.who.int/icd/release/11/mms/1525992437/unspecified 8D8A.Z #> 5303 http://id.who.int/icd/release/11/mms/253529546 8D8B #> 5304 http://id.who.int/icd/release/11/mms/1401282234 8D8C #> 5305 http://id.who.int/icd/release/11/mms/468605135 8D8D #> 5306 http://id.who.int/icd/release/11/mms/1397803237/other 8D8Y #> 5307 http://id.who.int/icd/release/11/mms/1397803237/unspecified 8D8Z #> 5308 http://id.who.int/icd/release/11/mms/1965146397 #> 5309 http://id.who.int/icd/release/11/mms/1553463690 8E00 #> 5310 http://id.who.int/icd/release/11/mms/672974943 8E01 #> 5311 http://id.who.int/icd/release/11/mms/437591130 8E01.0 #> 5312 http://id.who.int/icd/release/11/mms/553889510 8E01.1 #> 5313 http://id.who.int/icd/release/11/mms/378572696 8E01.2 #> 5314 http://id.who.int/icd/release/11/mms/873684477 8E01.3 #> 5315 http://id.who.int/icd/release/11/mms/672974943/unspecified 8E01.Z #> 5316 http://id.who.int/icd/release/11/mms/542527938 8E02 #> 5317 http://id.who.int/icd/release/11/mms/607607042 8E02.0 #> 5318 http://id.who.int/icd/release/11/mms/406818835 8E02.1 #> 5319 http://id.who.int/icd/release/11/mms/669154658 8E02.2 #> 5320 http://id.who.int/icd/release/11/mms/526373816 8E02.3 #> 5321 http://id.who.int/icd/release/11/mms/542527938/other 8E02.Y #> 5322 http://id.who.int/icd/release/11/mms/542527938/unspecified 8E02.Z #> 5323 http://id.who.int/icd/release/11/mms/172957869 8E03 #> 5324 http://id.who.int/icd/release/11/mms/1965146397/other 8E0Y #> 5325 http://id.who.int/icd/release/11/mms/1965146397/unspecified 8E0Z #> 5326 http://id.who.int/icd/release/11/mms/81068077 #> 5327 http://id.who.int/icd/release/11/mms/920441900 8E20 #> 5328 http://id.who.int/icd/release/11/mms/151075161 8E21 #> 5329 http://id.who.int/icd/release/11/mms/1049761831 8E22 #> 5330 http://id.who.int/icd/release/11/mms/627002292 8E22.0 #> 5331 http://id.who.int/icd/release/11/mms/391552949 8E22.1 #> 5332 http://id.who.int/icd/release/11/mms/1049761831/other 8E22.Y #> 5333 http://id.who.int/icd/release/11/mms/1049761831/unspecified 8E22.Z #> 5334 http://id.who.int/icd/release/11/mms/81068077/other 8E2Y #> 5335 http://id.who.int/icd/release/11/mms/81068077/unspecified 8E2Z #> 5336 http://id.who.int/icd/release/11/mms/988657115 #> 5337 http://id.who.int/icd/release/11/mms/631153919 8E40 #> 5338 http://id.who.int/icd/release/11/mms/262966673 8E40.0 #> 5339 http://id.who.int/icd/release/11/mms/1988072105 8E40.1 #> 5340 http://id.who.int/icd/release/11/mms/50907154 8E40.2 #> 5341 http://id.who.int/icd/release/11/mms/414817254 8E40.3 #> 5342 http://id.who.int/icd/release/11/mms/631153919/other 8E40.Y #> 5343 http://id.who.int/icd/release/11/mms/631153919/unspecified 8E40.Z #> 5344 http://id.who.int/icd/release/11/mms/592562777 8E41 #> 5345 http://id.who.int/icd/release/11/mms/1413081426 8E41.0 #> 5346 http://id.who.int/icd/release/11/mms/2114942178 8E41.1 #> 5347 http://id.who.int/icd/release/11/mms/592562777/other 8E41.Y #> 5348 http://id.who.int/icd/release/11/mms/592562777/unspecified 8E41.Z #> 5349 http://id.who.int/icd/release/11/mms/931843870 8E42 #> 5350 http://id.who.int/icd/release/11/mms/292232825 8E43 #> 5351 http://id.who.int/icd/release/11/mms/1339785363 8E43.0 #> 5352 http://id.who.int/icd/release/11/mms/1994899048 8E43.00 #> 5353 http://id.who.int/icd/release/11/mms/1339785363/other 8E43.0Y #> 5354 http://id.who.int/icd/release/11/mms/1339785363/unspecified 8E43.0Z #> 5355 http://id.who.int/icd/release/11/mms/292232825/other 8E43.Y #> 5356 http://id.who.int/icd/release/11/mms/292232825/unspecified 8E43.Z #> 5357 http://id.who.int/icd/release/11/mms/1054910242 8E44 #> 5358 http://id.who.int/icd/release/11/mms/17562655 8E45 #> 5359 http://id.who.int/icd/release/11/mms/649014905 8E46 #> 5360 http://id.who.int/icd/release/11/mms/1375895174 8E47 #> 5361 http://id.who.int/icd/release/11/mms/1993680150 8E48 #> 5362 http://id.who.int/icd/release/11/mms/569175314 8E49 #> 5363 http://id.who.int/icd/release/11/mms/1058231555 8E4A #> 5364 http://id.who.int/icd/release/11/mms/496011112 8E4A.0 #> 5365 http://id.who.int/icd/release/11/mms/1029892421 8E4A.1 #> 5366 http://id.who.int/icd/release/11/mms/1381491944 8E4A.2 #> 5367 http://id.who.int/icd/release/11/mms/1129607960 8E4A.3 #> 5368 http://id.who.int/icd/release/11/mms/1058231555/other 8E4A.Y #> 5369 http://id.who.int/icd/release/11/mms/1058231555/unspecified 8E4A.Z #> 5370 http://id.who.int/icd/release/11/mms/988657115/other 8E4Y #> 5371 http://id.who.int/icd/release/11/mms/1510094736 #> 5372 http://id.who.int/icd/release/11/mms/2119823866 8E60 #> 5373 http://id.who.int/icd/release/11/mms/1326708572 8E61 #> 5374 http://id.who.int/icd/release/11/mms/1677166437 8E61.0 #> 5375 http://id.who.int/icd/release/11/mms/173980297 8E61.1 #> 5376 http://id.who.int/icd/release/11/mms/1326708572/unspecified 8E61.Z #> 5377 http://id.who.int/icd/release/11/mms/650483154 8E62 #> 5378 http://id.who.int/icd/release/11/mms/1874488044 8E63 #> 5379 http://id.who.int/icd/release/11/mms/1264526752 8E64 #> 5380 http://id.who.int/icd/release/11/mms/218792925 8E66 #> 5381 http://id.who.int/icd/release/11/mms/1296093776/other 8E7Y #> 5382 http://id.who.int/icd/release/11/mms/1296093776/unspecified 8E7Z #> 5383 http://id.who.int/icd/release/11/mms/868865918 #> 5384 http://id.who.int/icd/release/11/mms/946652467 #> 5385 http://id.who.int/icd/release/11/mms/73229602 #> 5386 http://id.who.int/icd/release/11/mms/1131758138 9A00 #> 5387 http://id.who.int/icd/release/11/mms/2051636429 9A00.0 #> 5388 http://id.who.int/icd/release/11/mms/210416501 9A00.1 #> 5389 http://id.who.int/icd/release/11/mms/1131758138/other 9A00.Y #> 5390 http://id.who.int/icd/release/11/mms/1131758138/unspecified 9A00.Z #> 5391 http://id.who.int/icd/release/11/mms/1435390252 9A01 #> 5392 http://id.who.int/icd/release/11/mms/1489677992 9A01.0 #> 5393 http://id.who.int/icd/release/11/mms/247839673 9A01.1 #> 5394 http://id.who.int/icd/release/11/mms/1259721857 9A01.2 #> 5395 http://id.who.int/icd/release/11/mms/522397394 9A01.20 #> 5396 http://id.who.int/icd/release/11/mms/1804498477 9A01.21 #> 5397 http://id.who.int/icd/release/11/mms/1259721857/unspecified 9A01.2Z #> 5398 http://id.who.int/icd/release/11/mms/1475156994 9A01.3 #> 5399 http://id.who.int/icd/release/11/mms/1251112127 9A01.4 #> 5400 http://id.who.int/icd/release/11/mms/1435390252/other 9A01.Y #> 5401 http://id.who.int/icd/release/11/mms/1435390252/unspecified 9A01.Z #> 5402 http://id.who.int/icd/release/11/mms/1504678744 9A02 #> 5403 http://id.who.int/icd/release/11/mms/777918741 9A02.0 #> 5404 http://id.who.int/icd/release/11/mms/278788556 9A02.00 #> 5405 http://id.who.int/icd/release/11/mms/217389712 9A02.01 #> 5406 http://id.who.int/icd/release/11/mms/777918741/other 9A02.0Y #> 5407 http://id.who.int/icd/release/11/mms/777918741/unspecified 9A02.0Z #> 5408 http://id.who.int/icd/release/11/mms/1248470145 9A02.1 #> 5409 http://id.who.int/icd/release/11/mms/1464324556 9A02.2 #> 5410 http://id.who.int/icd/release/11/mms/2113471999 9A02.4 #> 5411 http://id.who.int/icd/release/11/mms/1504678744/other 9A02.Y #> 5412 http://id.who.int/icd/release/11/mms/1504678744/unspecified 9A02.Z #> 5413 http://id.who.int/icd/release/11/mms/1305335252 9A03 #> 5414 http://id.who.int/icd/release/11/mms/1361674069 9A03.0 #> 5415 http://id.who.int/icd/release/11/mms/590216180 9A03.00 #> 5416 http://id.who.int/icd/release/11/mms/1150073195 9A03.01 #> 5417 http://id.who.int/icd/release/11/mms/807528854 9A03.02 #> 5418 http://id.who.int/icd/release/11/mms/1433019392 9A03.03 #> 5419 http://id.who.int/icd/release/11/mms/1361674069/other 9A03.0Y #> 5420 http://id.who.int/icd/release/11/mms/1361674069/unspecified 9A03.0Z #> 5421 http://id.who.int/icd/release/11/mms/1516023078 9A03.1 #> 5422 http://id.who.int/icd/release/11/mms/1058496688 9A03.10 #> 5423 http://id.who.int/icd/release/11/mms/1270493263 9A03.11 #> 5424 http://id.who.int/icd/release/11/mms/787611099 9A03.12 #> 5425 http://id.who.int/icd/release/11/mms/1562340943 9A03.13 #> 5426 http://id.who.int/icd/release/11/mms/1516023078/other 9A03.1Y #> 5427 http://id.who.int/icd/release/11/mms/1516023078/unspecified 9A03.1Z #> 5428 http://id.who.int/icd/release/11/mms/857829804 9A03.2 #> 5429 http://id.who.int/icd/release/11/mms/1758603433 9A03.20 #> 5430 http://id.who.int/icd/release/11/mms/478115926 9A03.21 #> 5431 http://id.who.int/icd/release/11/mms/2033497540 9A03.22 #> 5432 http://id.who.int/icd/release/11/mms/182068824 9A03.23 #> 5433 http://id.who.int/icd/release/11/mms/949937547 9A03.24 #> 5434 http://id.who.int/icd/release/11/mms/857829804/other 9A03.2Y #> 5435 http://id.who.int/icd/release/11/mms/857829804/unspecified 9A03.2Z #> 5436 http://id.who.int/icd/release/11/mms/45050905 9A03.3 #> 5437 http://id.who.int/icd/release/11/mms/1200365909 9A03.4 #> 5438 http://id.who.int/icd/release/11/mms/1868697470 9A03.40 #> 5439 http://id.who.int/icd/release/11/mms/466575235 9A03.41 #> 5440 http://id.who.int/icd/release/11/mms/2122617367 9A03.42 #> 5441 http://id.who.int/icd/release/11/mms/1200365909/other 9A03.4Y #> 5442 http://id.who.int/icd/release/11/mms/1200365909/unspecified 9A03.4Z #> 5443 http://id.who.int/icd/release/11/mms/45565998 9A03.5 #> 5444 http://id.who.int/icd/release/11/mms/1305335252/other 9A03.Y #> 5445 http://id.who.int/icd/release/11/mms/1305335252/unspecified 9A03.Z #> 5446 http://id.who.int/icd/release/11/mms/1105991600 9A04 #> 5447 http://id.who.int/icd/release/11/mms/945071067 9A04.0 #> 5448 http://id.who.int/icd/release/11/mms/932302401 9A04.1 #> 5449 http://id.who.int/icd/release/11/mms/1105991600/other 9A04.Y #> 5450 http://id.who.int/icd/release/11/mms/1105991600/unspecified 9A04.Z #> 5451 http://id.who.int/icd/release/11/mms/67586876 9A05 #> 5452 http://id.who.int/icd/release/11/mms/1824866828 9A05.0 #> 5453 http://id.who.int/icd/release/11/mms/175877584 9A05.1 #> 5454 http://id.who.int/icd/release/11/mms/67586876/other 9A05.Y #> 5455 http://id.who.int/icd/release/11/mms/67586876/unspecified 9A05.Z #> 5456 http://id.who.int/icd/release/11/mms/136743240 9A06 #> 5457 http://id.who.int/icd/release/11/mms/612232309 9A06.0 #> 5458 http://id.who.int/icd/release/11/mms/1390019541 9A06.1 #> 5459 http://id.who.int/icd/release/11/mms/714117534 9A06.2 #> 5460 http://id.who.int/icd/release/11/mms/829235056 9A06.3 #> 5461 http://id.who.int/icd/release/11/mms/1087365696 9A06.4 #> 5462 http://id.who.int/icd/release/11/mms/417015801 9A06.5 #> 5463 http://id.who.int/icd/release/11/mms/718468094 9A06.6 #> 5464 http://id.who.int/icd/release/11/mms/6464079 9A06.7 #> 5465 http://id.who.int/icd/release/11/mms/1979385529 9A06.70 #> 5466 http://id.who.int/icd/release/11/mms/1420272543 9A06.71 #> 5467 http://id.who.int/icd/release/11/mms/457744369 9A06.72 #> 5468 http://id.who.int/icd/release/11/mms/6464079/other 9A06.7Y #> 5469 http://id.who.int/icd/release/11/mms/6464079/unspecified 9A06.7Z #> 5470 http://id.who.int/icd/release/11/mms/583527617 9A06.8 #> 5471 http://id.who.int/icd/release/11/mms/136743240/other 9A06.Y #> 5472 http://id.who.int/icd/release/11/mms/73229602/other 9A0Y #> 5473 http://id.who.int/icd/release/11/mms/73229602/unspecified 9A0Z #> 5474 http://id.who.int/icd/release/11/mms/1628710366 #> 5475 http://id.who.int/icd/release/11/mms/1108174726 9A10 #> 5476 http://id.who.int/icd/release/11/mms/1957823459 9A10.0 #> 5477 http://id.who.int/icd/release/11/mms/1446936878 9A10.1 #> 5478 http://id.who.int/icd/release/11/mms/1638768720 9A10.2 #> 5479 http://id.who.int/icd/release/11/mms/221405565 9A10.3 #> 5480 http://id.who.int/icd/release/11/mms/634778462 9A10.4 #> 5481 http://id.who.int/icd/release/11/mms/1108174726/other 9A10.Y #> 5482 http://id.who.int/icd/release/11/mms/1108174726/unspecified 9A10.Z #> 5483 http://id.who.int/icd/release/11/mms/1807441683 9A11 #> 5484 http://id.who.int/icd/release/11/mms/129526571 9A11.0 #> 5485 http://id.who.int/icd/release/11/mms/678655279 9A11.1 #> 5486 http://id.who.int/icd/release/11/mms/1034960983 9A11.2 #> 5487 http://id.who.int/icd/release/11/mms/870876723 9A11.3 #> 5488 http://id.who.int/icd/release/11/mms/16492610 9A11.4 #> 5489 http://id.who.int/icd/release/11/mms/287126827 9A11.5 #> 5490 http://id.who.int/icd/release/11/mms/1930771414 9A11.6 #> 5491 http://id.who.int/icd/release/11/mms/1706059220 9A11.7 #> 5492 http://id.who.int/icd/release/11/mms/729476309 9A11.8 #> 5493 http://id.who.int/icd/release/11/mms/1807441683/other 9A11.Y #> 5494 http://id.who.int/icd/release/11/mms/1807441683/unspecified 9A11.Z #> 5495 http://id.who.int/icd/release/11/mms/1628710366/other 9A1Y #> 5496 http://id.who.int/icd/release/11/mms/1628710366/unspecified 9A1Z #> 5497 http://id.who.int/icd/release/11/mms/73394252 #> 5498 http://id.who.int/icd/release/11/mms/1117762038 9A20 #> 5499 http://id.who.int/icd/release/11/mms/1441506774 9A20.0 #> 5500 http://id.who.int/icd/release/11/mms/1781942437 9A20.00 #> 5501 http://id.who.int/icd/release/11/mms/1783631381 9A20.01 #> 5502 http://id.who.int/icd/release/11/mms/1441506774/other 9A20.0Y #> 5503 http://id.who.int/icd/release/11/mms/1441506774/unspecified 9A20.0Z #> 5504 http://id.who.int/icd/release/11/mms/1588391969 9A20.1 #> 5505 http://id.who.int/icd/release/11/mms/1117762038/other 9A20.Y #> 5506 http://id.who.int/icd/release/11/mms/1117762038/unspecified 9A20.Z #> 5507 http://id.who.int/icd/release/11/mms/287258758 9A21 #> 5508 http://id.who.int/icd/release/11/mms/1330743591 9A21.0 #> 5509 http://id.who.int/icd/release/11/mms/1730588366 9A21.1 #> 5510 http://id.who.int/icd/release/11/mms/1578799163 9A21.2 #> 5511 http://id.who.int/icd/release/11/mms/1589056590 9A21.3 #> 5512 http://id.who.int/icd/release/11/mms/287258758/other 9A21.Y #> 5513 http://id.who.int/icd/release/11/mms/287258758/unspecified 9A21.Z #> 5514 http://id.who.int/icd/release/11/mms/490666746 9A22 #> 5515 http://id.who.int/icd/release/11/mms/1237254265 9A22.0 #> 5516 http://id.who.int/icd/release/11/mms/425078863 9A22.1 #> 5517 http://id.who.int/icd/release/11/mms/412401982 9A22.2 #> 5518 http://id.who.int/icd/release/11/mms/490666746/other 9A22.Y #> 5519 http://id.who.int/icd/release/11/mms/490666746/unspecified 9A22.Z #> 5520 http://id.who.int/icd/release/11/mms/1244231313 9A23 #> 5521 http://id.who.int/icd/release/11/mms/2109364207 9A23.0 #> 5522 http://id.who.int/icd/release/11/mms/1639301709 9A23.1 #> 5523 http://id.who.int/icd/release/11/mms/1244231313/unspecified 9A23.Z #> 5524 http://id.who.int/icd/release/11/mms/427802439 9A24 #> 5525 http://id.who.int/icd/release/11/mms/322893724 9A24.0 #> 5526 http://id.who.int/icd/release/11/mms/438407461 9A24.1 #> 5527 http://id.who.int/icd/release/11/mms/482362019 9A24.2 #> 5528 http://id.who.int/icd/release/11/mms/719953933 9A24.3 #> 5529 http://id.who.int/icd/release/11/mms/1336044953 9A24.4 #> 5530 http://id.who.int/icd/release/11/mms/427802439/other 9A24.Y #> 5531 http://id.who.int/icd/release/11/mms/427802439/unspecified 9A24.Z #> 5532 http://id.who.int/icd/release/11/mms/574536289 9A25 #> 5533 http://id.who.int/icd/release/11/mms/363698975 9A25.0 #> 5534 http://id.who.int/icd/release/11/mms/1238220668 9A25.1 #> 5535 http://id.who.int/icd/release/11/mms/2045699890 9A25.2 #> 5536 http://id.who.int/icd/release/11/mms/1804187158 9A25.3 #> 5537 http://id.who.int/icd/release/11/mms/247626624 9A25.4 #> 5538 http://id.who.int/icd/release/11/mms/1222749940 9A25.5 #> 5539 http://id.who.int/icd/release/11/mms/574536289/other 9A25.Y #> 5540 http://id.who.int/icd/release/11/mms/574536289/unspecified 9A25.Z #> 5541 http://id.who.int/icd/release/11/mms/1740194268 9A26 #> 5542 http://id.who.int/icd/release/11/mms/73394252/other 9A2Y #> 5543 http://id.who.int/icd/release/11/mms/73394252/unspecified 9A2Z #> 5544 http://id.who.int/icd/release/11/mms/946652467/other 9A4Y #> 5545 http://id.who.int/icd/release/11/mms/946652467/unspecified 9A4Z #> 5546 http://id.who.int/icd/release/11/mms/65880823 #> 5547 http://id.who.int/icd/release/11/mms/1471747216 #> 5548 http://id.who.int/icd/release/11/mms/831696556 9A60 #> 5549 http://id.who.int/icd/release/11/mms/392841027 9A60.0 #> 5550 http://id.who.int/icd/release/11/mms/8559059 9A60.00 #> 5551 http://id.who.int/icd/release/11/mms/1044658726 9A60.01 #> 5552 http://id.who.int/icd/release/11/mms/361206059 9A60.02 #> 5553 http://id.who.int/icd/release/11/mms/392841027/other 9A60.0Y #> 5554 http://id.who.int/icd/release/11/mms/392841027/unspecified 9A60.0Z #> 5555 http://id.who.int/icd/release/11/mms/2065252360 9A60.1 #> 5556 http://id.who.int/icd/release/11/mms/1598536988 9A60.2 #> BlockId #> 2 #> 3 BlockL1-1A0 #> 4 BlockL2-1A0 #> 5 #> 6 #> 7 #> 8 #> 9 #> 10 #> 11 #> 12 #> 13 #> 14 #> 15 #> 16 #> 17 #> 18 #> 19 #> 20 #> 21 #> 22 #> 23 #> 24 #> 25 #> 26 #> 27 #> 28 #> 29 BlockL2-1A1 #> 30 #> 31 #> 32 #> 33 #> 34 #> 35 #> 36 #> 37 #> 38 #> 39 BlockL2-1A2 #> 40 #> 41 #> 42 #> 43 #> 44 #> 45 #> 46 #> 47 BlockL2-1A3 #> 48 #> 49 #> 50 #> 51 #> 52 #> 53 #> 54 #> 55 #> 56 #> 57 #> 58 #> 59 #> 60 #> 61 #> 62 #> 63 #> 64 #> 65 #> 66 #> 67 #> 68 #> 69 #> 70 #> 71 #> 72 #> 73 #> 74 BlockL1-1A6 #> 75 BlockL2-1A6 #> 76 #> 77 #> 78 #> 79 #> 80 #> 81 #> 82 #> 83 #> 84 #> 85 #> 86 #> 87 #> 88 #> 89 #> 90 #> 91 #> 92 #> 93 #> 94 #> 95 #> 96 #> 97 #> 98 #> 99 #> 100 #> 101 #> 102 #> 103 #> 104 #> 105 #> 106 #> 107 #> 108 #> 109 BlockL2-1A7 #> 110 #> 111 #> 112 #> 113 #> 114 #> 115 #> 116 #> 117 #> 118 #> 119 #> 120 #> 121 #> 122 #> 123 #> 124 #> 125 #> 126 #> 127 #> 128 BlockL2-1A8 #> 129 #> 130 #> 131 #> 132 #> 133 #> 134 #> 135 #> 136 #> 137 #> 138 #> 139 #> 140 #> 141 #> 142 #> 143 #> 144 #> 145 #> 146 #> 147 #> 148 #> 149 #> 150 #> 151 #> 152 BlockL1-1B1 #> 153 BlockL2-1B1 #> 154 #> 155 #> 156 #> 157 #> 158 #> 159 #> 160 #> 161 #> 162 #> 163 #> 164 #> 165 #> 166 #> 167 #> 168 #> 169 #> 170 #> 171 #> 172 #> 173 #> 174 #> 175 #> 176 #> 177 #> 178 #> 179 #> 180 #> 181 #> 182 #> 183 #> 184 #> 185 #> 186 #> 187 #> 188 #> 189 #> 190 #> 191 #> 192 #> 193 #> 194 #> 195 #> 196 #> 197 #> 198 #> 199 #> 200 #> 201 #> 202 #> 203 #> 204 #> 205 #> 206 #> 207 #> 208 #> 209 #> 210 BlockL1-1B4 #> 211 BlockL2-1B4 #> 212 #> 213 #> 214 #> 215 #> 216 #> 217 #> 218 #> 219 #> 220 #> 221 #> 222 #> 223 #> 224 #> 225 #> 226 #> 227 #> 228 #> 229 #> 230 #> 231 #> 232 BlockL1-1B7 #> 233 #> 234 #> 235 #> 236 #> 237 #> 238 #> 239 #> 240 #> 241 #> 242 #> 243 #> 244 #> 245 #> 246 #> 247 #> 248 #> 249 #> 250 #> 251 #> 252 #> 253 #> 254 #> 255 #> 256 #> 257 #> 258 #> 259 #> 260 #> 261 #> 262 #> 263 #> 264 #> 265 #> 266 #> 267 #> 268 #> 269 #> 270 #> 271 #> 272 #> 273 #> 274 #> 275 #> 276 BlockL1-1B9 #> 277 #> 278 #> 279 #> 280 #> 281 #> 282 #> 283 #> 284 #> 285 #> 286 #> 287 #> 288 #> 289 #> 290 #> 291 #> 292 #> 293 #> 294 #> 295 #> 296 #> 297 #> 298 #> 299 #> 300 BlockL1-1C1 #> 301 #> 302 #> 303 #> 304 #> 305 #> 306 #> 307 #> 308 #> 309 #> 310 #> 311 #> 312 #> 313 #> 314 #> 315 #> 316 #> 317 #> 318 #> 319 #> 320 #> 321 #> 322 #> 323 #> 324 #> 325 #> 326 #> 327 #> 328 #> 329 #> 330 #> 331 #> 332 #> 333 #> 334 #> 335 #> 336 #> 337 #> 338 #> 339 #> 340 #> 341 #> 342 #> 343 #> 344 #> 345 #> 346 #> 347 #> 348 #> 349 #> 350 #> 351 #> 352 #> 353 #> 354 #> 355 #> 356 #> 357 #> 358 #> 359 #> 360 #> 361 #> 362 #> 363 #> 364 #> 365 #> 366 #> 367 #> 368 #> 369 #> 370 #> 371 #> 372 #> 373 #> 374 #> 375 #> 376 #> 377 #> 378 #> 379 #> 380 #> 381 #> 382 #> 383 #> 384 #> 385 #> 386 #> 387 #> 388 #> 389 #> 390 #> 391 BlockL2-1C2 #> 392 #> 393 #> 394 #> 395 #> 396 #> 397 #> 398 #> 399 #> 400 #> 401 #> 402 BlockL2-1C3 #> 403 #> 404 #> 405 #> 406 #> 407 #> 408 #> 409 #> 410 #> 411 #> 412 #> 413 #> 414 #> 415 #> 416 #> 417 #> 418 #> 419 #> 420 #> 421 #> 422 #> 423 #> 424 #> 425 #> 426 #> 427 #> 428 #> 429 #> 430 #> 431 #> 432 #> 433 BlockL1-1C6 #> 434 #> 435 #> 436 #> 437 #> 438 #> 439 #> 440 #> 441 #> 442 #> 443 #> 444 #> 445 #> 446 #> 447 #> 448 #> 449 #> 450 #> 451 #> 452 #> 453 #> 454 #> 455 #> 456 #> 457 #> 458 #> 459 #> 460 #> 461 BlockL1-1C8 #> 462 #> 463 #> 464 #> 465 #> 466 #> 467 #> 468 #> 469 #> 470 #> 471 #> 472 #> 473 #> 474 #> 475 #> 476 #> 477 #> 478 #> 479 #> 480 #> 481 #> 482 #> 483 #> 484 #> 485 #> 486 #> 487 BlockL1-1D0 #> 488 #> 489 #> 490 #> 491 #> 492 #> 493 #> 494 #> 495 #> 496 #> 497 #> 498 #> 499 #> 500 #> 501 #> 502 #> 503 #> 504 #> 505 #> 506 #> 507 #> 508 #> 509 #> 510 #> 511 #> 512 #> 513 #> 514 #> 515 #> 516 #> 517 #> 518 #> 519 #> 520 #> 521 #> 522 #> 523 #> 524 #> 525 #> 526 #> 527 #> 528 #> 529 #> 530 #> 531 #> 532 #> 533 #> 534 #> 535 #> 536 #> 537 #> 538 #> 539 #> 540 #> 541 #> 542 #> 543 #> 544 #> 545 BlockL1-1D2 #> 546 #> 547 #> 548 #> 549 #> 550 BlockL1-1D4 #> 551 #> 552 #> 553 #> 554 #> 555 #> 556 #> 557 #> 558 #> 559 #> 560 #> 561 #> 562 #> 563 #> 564 #> 565 #> 566 #> 567 #> 568 BlockL1-1D6 #> 569 #> 570 #> 571 #> 572 #> 573 #> 574 #> 575 #> 576 #> 577 #> 578 #> 579 #> 580 #> 581 #> 582 #> 583 #> 584 #> 585 #> 586 #> 587 #> 588 #> 589 #> 590 #> 591 #> 592 #> 593 #> 594 #> 595 #> 596 #> 597 #> 598 #> 599 #> 600 #> 601 #> 602 BlockL1-1D8 #> 603 #> 604 #> 605 #> 606 #> 607 #> 608 #> 609 #> 610 #> 611 #> 612 #> 613 #> 614 #> 615 #> 616 #> 617 #> 618 #> 619 #> 620 #> 621 #> 622 #> 623 #> 624 #> 625 #> 626 #> 627 #> 628 #> 629 #> 630 #> 631 #> 632 #> 633 #> 634 #> 635 BlockL2-1D9 #> 636 #> 637 #> 638 #> 639 #> 640 #> 641 #> 642 #> 643 #> 644 BlockL1-1E3 #> 645 #> 646 #> 647 #> 648 BlockL1-1E5 #> 649 #> 650 #> 651 #> 652 #> 653 #> 654 #> 655 #> 656 #> 657 #> 658 #> 659 #> 660 #> 661 #> 662 #> 663 #> 664 #> 665 #> 666 #> 667 #> 668 BlockL1-1E7 #> 669 BlockL2-1E7 #> 670 #> 671 #> 672 #> 673 #> 674 #> 675 #> 676 #> 677 #> 678 #> 679 BlockL2-1E8 #> 680 #> 681 #> 682 #> 683 #> 684 #> 685 #> 686 #> 687 #> 688 #> 689 #> 690 BlockL2-1E9 #> 691 #> 692 #> 693 #> 694 #> 695 #> 696 #> 697 #> 698 #> 699 #> 700 #> 701 #> 702 #> 703 #> 704 #> 705 #> 706 #> 707 #> 708 #> 709 #> 710 #> 711 #> 712 #> 713 #> 714 #> 715 #> 716 #> 717 #> 718 #> 719 #> 720 #> 721 #> 722 #> 723 #> 724 #> 725 #> 726 #> 727 #> 728 #> 729 #> 730 #> 731 #> 732 #> 733 #> 734 #> 735 #> 736 #> 737 #> 738 #> 739 #> 740 #> 741 #> 742 #> 743 #> 744 #> 745 #> 746 #> 747 #> 748 #> 749 BlockL1-1F2 #> 750 #> 751 #> 752 #> 753 #> 754 #> 755 #> 756 #> 757 #> 758 #> 759 #> 760 #> 761 #> 762 #> 763 #> 764 #> 765 #> 766 #> 767 #> 768 #> 769 #> 770 #> 771 #> 772 #> 773 #> 774 #> 775 #> 776 #> 777 #> 778 #> 779 #> 780 #> 781 #> 782 #> 783 #> 784 #> 785 #> 786 #> 787 #> 788 #> 789 #> 790 #> 791 #> 792 #> 793 #> 794 #> 795 #> 796 #> 797 #> 798 #> 799 #> 800 #> 801 #> 802 #> 803 #> 804 #> 805 #> 806 #> 807 #> 808 #> 809 #> 810 #> 811 #> 812 #> 813 #> 814 #> 815 #> 816 #> 817 #> 818 #> 819 #> 820 #> 821 #> 822 #> 823 #> 824 #> 825 #> 826 #> 827 #> 828 #> 829 #> 830 #> 831 #> 832 #> 833 #> 834 #> 835 #> 836 #> 837 #> 838 #> 839 #> 840 #> 841 #> 842 #> 843 #> 844 #> 845 #> 846 #> 847 #> 848 #> 849 #> 850 #> 851 #> 852 #> 853 #> 854 #> 855 #> 856 #> 857 #> 858 #> 859 #> 860 BlockL1-1F4 #> 861 BlockL2-1F4 #> 862 #> 863 #> 864 #> 865 #> 866 #> 867 #> 868 #> 869 #> 870 #> 871 #> 872 #> 873 #> 874 #> 875 #> 876 #> 877 #> 878 BlockL2-1F5 #> 879 #> 880 #> 881 #> 882 #> 883 #> 884 #> 885 #> 886 #> 887 #> 888 #> 889 #> 890 #> 891 #> 892 #> 893 #> 894 #> 895 #> 896 #> 897 #> 898 #> 899 #> 900 #> 901 #> 902 #> 903 #> 904 #> 905 #> 906 #> 907 #> 908 #> 909 #> 910 #> 911 #> 912 #> 913 #> 914 #> 915 BlockL2-1F6 #> 916 BlockL3-1F6 #> 917 #> 918 #> 919 #> 920 #> 921 #> 922 #> 923 #> 924 #> 925 #> 926 #> 927 #> 928 #> 929 #> 930 #> 931 #> 932 #> 933 #> 934 #> 935 #> 936 #> 937 #> 938 #> 939 #> 940 #> 941 #> 942 #> 943 #> 944 #> 945 #> 946 #> 947 #> 948 #> 949 #> 950 #> 951 #> 952 #> 953 #> 954 #> 955 #> 956 #> 957 #> 958 #> 959 #> 960 #> 961 #> 962 BlockL3-1F7 #> 963 #> 964 #> 965 #> 966 #> 967 #> 968 #> 969 #> 970 #> 971 #> 972 #> 973 #> 974 #> 975 #> 976 #> 977 #> 978 #> 979 #> 980 #> 981 #> 982 #> 983 #> 984 #> 985 #> 986 #> 987 #> 988 BlockL3-1F8 #> 989 #> 990 #> 991 #> 992 #> 993 #> 994 #> 995 #> 996 #> 997 #> 998 #> 999 #> 1000 #> 1001 #> 1002 #> 1003 #> 1004 #> 1005 #> 1006 #> 1007 #> 1008 #> 1009 #> 1010 #> 1011 #> 1012 #> 1013 BlockL2-1G0 #> 1014 #> 1015 #> 1016 #> 1017 #> 1018 #> 1019 #> 1020 #> 1021 #> 1022 #> 1023 #> 1024 #> 1025 #> 1026 #> 1027 #> 1028 #> 1029 #> 1030 #> 1031 #> 1032 #> 1033 #> 1034 #> 1035 #> 1036 #> 1037 #> 1038 #> 1039 #> 1040 BlockL1-1G4 #> 1041 #> 1042 #> 1043 #> 1044 #> 1045 #> 1046 #> 1047 #> 1048 BlockL1-1G8 #> 1049 #> 1050 #> 1051 #> 1052 #> 1053 #> 1054 #> 1055 #> 1056 #> 1057 #> 1058 BlockL1-2A0 #> 1059 #> 1060 #> 1061 #> 1062 #> 1063 #> 1064 #> 1065 #> 1066 #> 1067 #> 1068 #> 1069 #> 1070 #> 1071 #> 1072 #> 1073 #> 1074 #> 1075 #> 1076 #> 1077 #> 1078 #> 1079 #> 1080 #> 1081 #> 1082 #> 1083 #> 1084 #> 1085 #> 1086 #> 1087 #> 1088 #> 1089 #> 1090 #> 1091 #> 1092 #> 1093 #> 1094 #> 1095 #> 1096 #> 1097 #> 1098 #> 1099 #> 1100 BlockL1-2A2 #> 1101 BlockL2-2A2 #> 1102 #> 1103 #> 1104 #> 1105 #> 1106 #> 1107 #> 1108 #> 1109 #> 1110 #> 1111 #> 1112 #> 1113 #> 1114 #> 1115 #> 1116 #> 1117 #> 1118 #> 1119 #> 1120 #> 1121 #> 1122 #> 1123 #> 1124 #> 1125 #> 1126 #> 1127 #> 1128 #> 1129 #> 1130 #> 1131 BlockL2-2A3 #> 1132 #> 1133 #> 1134 #> 1135 #> 1136 #> 1137 #> 1138 #> 1139 #> 1140 #> 1141 #> 1142 #> 1143 BlockL2-2A4 #> 1144 #> 1145 #> 1146 #> 1147 #> 1148 #> 1149 #> 1150 #> 1151 #> 1152 #> 1153 #> 1154 BlockL2-2A5 #> 1155 #> 1156 #> 1157 #> 1158 #> 1159 #> 1160 #> 1161 #> 1162 #> 1163 #> 1164 #> 1165 #> 1166 #> 1167 #> 1168 #> 1169 #> 1170 #> 1171 #> 1172 #> 1173 #> 1174 #> 1175 #> 1176 #> 1177 #> 1178 #> 1179 #> 1180 #> 1181 #> 1182 #> 1183 #> 1184 #> 1185 #> 1186 #> 1187 #> 1188 BlockL2-2A7 #> 1189 #> 1190 #> 1191 #> 1192 #> 1193 #> 1194 #> 1195 BlockL2-2A8 #> 1196 #> 1197 #> 1198 #> 1199 #> 1200 #> 1201 #> 1202 #> 1203 #> 1204 #> 1205 #> 1206 #> 1207 #> 1208 #> 1209 #> 1210 #> 1211 #> 1212 #> 1213 #> 1214 #> 1215 #> 1216 #> 1217 #> 1218 #> 1219 #> 1220 #> 1221 #> 1222 #> 1223 #> 1224 #> 1225 #> 1226 #> 1227 #> 1228 #> 1229 #> 1230 #> 1231 #> 1232 #> 1233 #> 1234 #> 1235 #> 1236 #> 1237 #> 1238 #> 1239 #> 1240 #> 1241 #> 1242 #> 1243 #> 1244 #> 1245 #> 1246 #> 1247 #> 1248 #> 1249 #> 1250 #> 1251 #> 1252 #> 1253 #> 1254 #> 1255 #> 1256 #> 1257 #> 1258 #> 1259 #> 1260 #> 1261 #> 1262 #> 1263 #> 1264 #> 1265 #> 1266 #> 1267 BlockL2-2A9 #> 1268 #> 1269 #> 1270 #> 1271 #> 1272 #> 1273 #> 1274 #> 1275 #> 1276 #> 1277 #> 1278 #> 1279 #> 1280 #> 1281 #> 1282 BlockL3-2B0 #> 1283 #> 1284 #> 1285 #> 1286 #> 1287 #> 1288 #> 1289 #> 1290 #> 1291 #> 1292 #> 1293 #> 1294 #> 1295 #> 1296 #> 1297 #> 1298 #> 1299 #> 1300 #> 1301 #> 1302 #> 1303 #> 1304 #> 1305 #> 1306 #> 1307 #> 1308 #> 1309 #> 1310 #> 1311 #> 1312 #> 1313 #> 1314 #> 1315 #> 1316 #> 1317 #> 1318 #> 1319 #> 1320 #> 1321 #> 1322 #> 1323 #> 1324 #> 1325 #> 1326 #> 1327 #> 1328 #> 1329 #> 1330 #> 1331 #> 1332 BlockL1-2B5 #> 1333 BlockL2-2B5 #> 1334 BlockL3-2B5 #> 1335 #> 1336 #> 1337 #> 1338 #> 1339 #> 1340 #> 1341 #> 1342 #> 1343 #> 1344 #> 1345 #> 1346 #> 1347 #> 1348 #> 1349 #> 1350 #> 1351 #> 1352 #> 1353 #> 1354 #> 1355 #> 1356 #> 1357 #> 1358 #> 1359 #> 1360 #> 1361 #> 1362 #> 1363 #> 1364 #> 1365 #> 1366 #> 1367 #> 1368 #> 1369 #> 1370 #> 1371 #> 1372 #> 1373 #> 1374 #> 1375 #> 1376 #> 1377 #> 1378 #> 1379 #> 1380 #> 1381 #> 1382 #> 1383 #> 1384 #> 1385 #> 1386 #> 1387 #> 1388 #> 1389 #> 1390 #> 1391 #> 1392 #> 1393 #> 1394 #> 1395 #> 1396 #> 1397 #> 1398 #> 1399 #> 1400 #> 1401 #> 1402 #> 1403 #> 1404 #> 1405 #> 1406 #> 1407 #> 1408 #> 1409 #> 1410 #> 1411 #> 1412 #> 1413 #> 1414 #> 1415 #> 1416 #> 1417 #> 1418 #> 1419 #> 1420 #> 1421 #> 1422 #> 1423 #> 1424 #> 1425 #> 1426 BlockL3-2B6 #> 1427 #> 1428 #> 1429 #> 1430 #> 1431 #> 1432 #> 1433 #> 1434 #> 1435 #> 1436 #> 1437 #> 1438 #> 1439 #> 1440 #> 1441 #> 1442 #> 1443 #> 1444 #> 1445 #> 1446 #> 1447 #> 1448 #> 1449 #> 1450 #> 1451 #> 1452 #> 1453 #> 1454 #> 1455 #> 1456 #> 1457 #> 1458 #> 1459 #> 1460 #> 1461 #> 1462 #> 1463 #> 1464 #> 1465 #> 1466 #> 1467 #> 1468 #> 1469 #> 1470 #> 1471 #> 1472 #> 1473 #> 1474 #> 1475 #> 1476 #> 1477 #> 1478 #> 1479 #> 1480 #> 1481 #> 1482 #> 1483 #> 1484 #> 1485 #> 1486 #> 1487 #> 1488 #> 1489 #> 1490 #> 1491 #> 1492 #> 1493 #> 1494 #> 1495 #> 1496 #> 1497 #> 1498 #> 1499 #> 1500 #> 1501 BlockL3-2B7 #> 1502 #> 1503 #> 1504 #> 1505 #> 1506 #> 1507 #> 1508 #> 1509 #> 1510 #> 1511 #> 1512 #> 1513 #> 1514 #> 1515 #> 1516 #> 1517 #> 1518 #> 1519 BlockL4-2B8 #> 1520 #> 1521 #> 1522 #> 1523 #> 1524 #> 1525 #> 1526 #> 1527 #> 1528 #> 1529 #> 1530 #> 1531 #> 1532 #> 1533 #> 1534 #> 1535 #> 1536 #> 1537 #> 1538 #> 1539 #> 1540 #> 1541 #> 1542 #> 1543 BlockL5-2B9 #> 1544 #> 1545 #> 1546 #> 1547 #> 1548 #> 1549 #> 1550 #> 1551 #> 1552 #> 1553 #> 1554 #> 1555 #> 1556 #> 1557 #> 1558 #> 1559 #> 1560 #> 1561 #> 1562 #> 1563 #> 1564 #> 1565 #> 1566 #> 1567 #> 1568 #> 1569 #> 1570 #> 1571 #> 1572 #> 1573 #> 1574 #> 1575 #> 1576 #> 1577 #> 1578 #> 1579 #> 1580 #> 1581 #> 1582 #> 1583 #> 1584 #> 1585 #> 1586 #> 1587 #> 1588 #> 1589 #> 1590 #> 1591 #> 1592 #> 1593 #> 1594 #> 1595 #> 1596 #> 1597 #> 1598 #> 1599 #> 1600 #> 1601 #> 1602 #> 1603 #> 1604 #> 1605 #> 1606 #> 1607 #> 1608 #> 1609 #> 1610 #> 1611 #> 1612 #> 1613 #> 1614 #> 1615 #> 1616 #> 1617 #> 1618 #> 1619 #> 1620 #> 1621 #> 1622 #> 1623 #> 1624 #> 1625 #> 1626 #> 1627 #> 1628 #> 1629 #> 1630 #> 1631 #> 1632 #> 1633 #> 1634 #> 1635 #> 1636 #> 1637 #> 1638 #> 1639 #> 1640 #> 1641 #> 1642 BlockL3-2C2 #> 1643 #> 1644 #> 1645 #> 1646 #> 1647 #> 1648 #> 1649 #> 1650 #> 1651 #> 1652 #> 1653 #> 1654 #> 1655 #> 1656 #> 1657 #> 1658 #> 1659 #> 1660 #> 1661 #> 1662 #> 1663 #> 1664 #> 1665 #> 1666 #> 1667 #> 1668 #> 1669 #> 1670 #> 1671 #> 1672 #> 1673 #> 1674 #> 1675 #> 1676 #> 1677 #> 1678 #> 1679 #> 1680 #> 1681 #> 1682 #> 1683 #> 1684 #> 1685 #> 1686 #> 1687 #> 1688 #> 1689 #> 1690 #> 1691 #> 1692 #> 1693 #> 1694 #> 1695 #> 1696 #> 1697 #> 1698 #> 1699 #> 1700 #> 1701 #> 1702 #> 1703 #> 1704 #> 1705 #> 1706 #> 1707 #> 1708 #> 1709 #> 1710 #> 1711 #> 1712 #> 1713 #> 1714 #> 1715 BlockL3-2C3 #> 1716 #> 1717 #> 1718 #> 1719 #> 1720 #> 1721 #> 1722 #> 1723 #> 1724 #> 1725 #> 1726 #> 1727 #> 1728 #> 1729 #> 1730 #> 1731 #> 1732 #> 1733 #> 1734 #> 1735 #> 1736 #> 1737 #> 1738 BlockL3-2C4 #> 1739 #> 1740 #> 1741 #> 1742 #> 1743 BlockL3-2C5 #> 1744 #> 1745 #> 1746 #> 1747 #> 1748 #> 1749 #> 1750 #> 1751 #> 1752 #> 1753 #> 1754 #> 1755 #> 1756 #> 1757 #> 1758 #> 1759 #> 1760 #> 1761 #> 1762 #> 1763 #> 1764 #> 1765 #> 1766 #> 1767 #> 1768 #> 1769 BlockL3-2C6 #> 1770 #> 1771 #> 1772 #> 1773 #> 1774 #> 1775 #> 1776 #> 1777 #> 1778 #> 1779 #> 1780 #> 1781 #> 1782 #> 1783 BlockL3-2C7 #> 1784 #> 1785 #> 1786 #> 1787 #> 1788 #> 1789 #> 1790 #> 1791 #> 1792 #> 1793 #> 1794 #> 1795 #> 1796 #> 1797 #> 1798 #> 1799 #> 1800 #> 1801 #> 1802 #> 1803 #> 1804 #> 1805 #> 1806 #> 1807 #> 1808 #> 1809 #> 1810 #> 1811 #> 1812 #> 1813 #> 1814 #> 1815 #> 1816 #> 1817 #> 1818 #> 1819 #> 1820 #> 1821 #> 1822 #> 1823 #> 1824 #> 1825 #> 1826 #> 1827 #> 1828 #> 1829 #> 1830 #> 1831 #> 1832 #> 1833 #> 1834 #> 1835 #> 1836 #> 1837 #> 1838 #> 1839 #> 1840 #> 1841 #> 1842 #> 1843 #> 1844 #> 1845 #> 1846 #> 1847 #> 1848 #> 1849 #> 1850 BlockL3-2C8 #> 1851 #> 1852 #> 1853 #> 1854 #> 1855 #> 1856 #> 1857 #> 1858 #> 1859 #> 1860 #> 1861 #> 1862 #> 1863 #> 1864 #> 1865 #> 1866 #> 1867 #> 1868 #> 1869 #> 1870 BlockL3-2C9 #> 1871 #> 1872 #> 1873 #> 1874 #> 1875 #> 1876 #> 1877 #> 1878 #> 1879 #> 1880 #> 1881 #> 1882 #> 1883 #> 1884 #> 1885 #> 1886 #> 1887 #> 1888 #> 1889 #> 1890 #> 1891 #> 1892 #> 1893 #> 1894 #> 1895 #> 1896 #> 1897 #> 1898 #> 1899 #> 1900 #> 1901 #> 1902 #> 1903 BlockL3-2D0 #> 1904 #> 1905 #> 1906 #> 1907 #> 1908 #> 1909 #> 1910 #> 1911 #> 1912 #> 1913 #> 1914 #> 1915 #> 1916 #> 1917 #> 1918 #> 1919 #> 1920 #> 1921 #> 1922 #> 1923 #> 1924 #> 1925 #> 1926 #> 1927 #> 1928 #> 1929 #> 1930 #> 1931 #> 1932 #> 1933 #> 1934 #> 1935 #> 1936 #> 1937 #> 1938 #> 1939 #> 1940 #> 1941 #> 1942 #> 1943 #> 1944 #> 1945 #> 1946 #> 1947 BlockL3-2D1 #> 1948 #> 1949 #> 1950 #> 1951 #> 1952 #> 1953 #> 1954 #> 1955 #> 1956 #> 1957 #> 1958 #> 1959 #> 1960 #> 1961 #> 1962 #> 1963 #> 1964 #> 1965 #> 1966 #> 1967 #> 1968 #> 1969 #> 1970 BlockL2-2D4 #> 1971 #> 1972 #> 1973 #> 1974 #> 1975 #> 1976 #> 1977 #> 1978 BlockL2-2D5 #> 1979 #> 1980 #> 1981 #> 1982 BlockL3-2D6 #> 1983 #> 1984 #> 1985 #> 1986 #> 1987 #> 1988 #> 1989 #> 1990 #> 1991 #> 1992 #> 1993 #> 1994 BlockL3-2D7 #> 1995 #> 1996 #> 1997 #> 1998 #> 1999 #> 2000 #> 2001 BlockL3-2D8 #> 2002 #> 2003 #> 2004 #> 2005 #> 2006 #> 2007 #> 2008 #> 2009 #> 2010 #> 2011 #> 2012 #> 2013 BlockL3-2D9 #> 2014 #> 2015 #> 2016 BlockL3-2E0 #> 2017 #> 2018 #> 2019 #> 2020 #> 2021 #> 2022 #> 2023 #> 2024 #> 2025 #> 2026 #> 2027 #> 2028 #> 2029 #> 2030 #> 2031 #> 2032 BlockL1-2E6 #> 2033 #> 2034 #> 2035 #> 2036 #> 2037 #> 2038 #> 2039 #> 2040 #> 2041 #> 2042 #> 2043 #> 2044 #> 2045 #> 2046 #> 2047 #> 2048 #> 2049 #> 2050 #> 2051 #> 2052 #> 2053 #> 2054 #> 2055 #> 2056 #> 2057 #> 2058 #> 2059 #> 2060 #> 2061 #> 2062 #> 2063 #> 2064 #> 2065 #> 2066 #> 2067 #> 2068 #> 2069 #> 2070 #> 2071 #> 2072 #> 2073 #> 2074 #> 2075 #> 2076 #> 2077 #> 2078 #> 2079 #> 2080 #> 2081 #> 2082 #> 2083 #> 2084 #> 2085 #> 2086 #> 2087 #> 2088 #> 2089 #> 2090 #> 2091 #> 2092 #> 2093 #> 2094 #> 2095 #> 2096 #> 2097 #> 2098 #> 2099 #> 2100 #> 2101 #> 2102 #> 2103 #> 2104 #> 2105 BlockL1-2E8 #> 2106 BlockL2-2E8 #> 2107 #> 2108 #> 2109 #> 2110 #> 2111 #> 2112 #> 2113 #> 2114 #> 2115 #> 2116 #> 2117 #> 2118 #> 2119 #> 2120 #> 2121 #> 2122 #> 2123 #> 2124 #> 2125 #> 2126 #> 2127 #> 2128 #> 2129 #> 2130 #> 2131 #> 2132 #> 2133 #> 2134 #> 2135 #> 2136 #> 2137 #> 2138 #> 2139 #> 2140 #> 2141 #> 2142 #> 2143 #> 2144 #> 2145 #> 2146 #> 2147 #> 2148 #> 2149 #> 2150 #> 2151 #> 2152 #> 2153 #> 2154 #> 2155 #> 2156 #> 2157 #> 2158 #> 2159 #> 2160 #> 2161 #> 2162 #> 2163 #> 2164 #> 2165 #> 2166 #> 2167 #> 2168 #> 2169 #> 2170 #> 2171 #> 2172 #> 2173 #> 2174 BlockL2-2E9 #> 2175 #> 2176 #> 2177 #> 2178 #> 2179 #> 2180 #> 2181 #> 2182 #> 2183 #> 2184 #> 2185 #> 2186 #> 2187 #> 2188 #> 2189 #> 2190 #> 2191 #> 2192 #> 2193 #> 2194 #> 2195 #> 2196 #> 2197 #> 2198 #> 2199 #> 2200 #> 2201 #> 2202 #> 2203 #> 2204 #> 2205 BlockL3-2F0 #> 2206 #> 2207 #> 2208 #> 2209 #> 2210 #> 2211 #> 2212 #> 2213 #> 2214 #> 2215 #> 2216 BlockL3-2F2 #> 2217 #> 2218 #> 2219 #> 2220 #> 2221 #> 2222 #> 2223 #> 2224 #> 2225 #> 2226 #> 2227 #> 2228 #> 2229 #> 2230 #> 2231 #> 2232 #> 2233 #> 2234 #> 2235 #> 2236 #> 2237 #> 2238 #> 2239 #> 2240 #> 2241 #> 2242 #> 2243 #> 2244 #> 2245 #> 2246 #> 2247 #> 2248 #> 2249 #> 2250 #> 2251 #> 2252 #> 2253 #> 2254 #> 2255 #> 2256 #> 2257 #> 2258 #> 2259 #> 2260 #> 2261 #> 2262 #> 2263 #> 2264 #> 2265 #> 2266 #> 2267 #> 2268 #> 2269 #> 2270 #> 2271 #> 2272 #> 2273 #> 2274 #> 2275 #> 2276 #> 2277 #> 2278 #> 2279 #> 2280 #> 2281 #> 2282 BlockL1-2F7 #> 2283 #> 2284 #> 2285 #> 2286 #> 2287 #> 2288 #> 2289 #> 2290 #> 2291 #> 2292 #> 2293 #> 2294 #> 2295 #> 2296 #> 2297 #> 2298 #> 2299 #> 2300 #> 2301 #> 2302 #> 2303 #> 2304 #> 2305 #> 2306 #> 2307 #> 2308 #> 2309 #> 2310 #> 2311 #> 2312 #> 2313 #> 2314 #> 2315 #> 2316 #> 2317 #> 2318 #> 2319 BlockL1-2F9 #> 2320 #> 2321 #> 2322 #> 2323 #> 2324 #> 2325 #> 2326 #> 2327 #> 2328 #> 2329 #> 2330 #> 2331 #> 2332 #> 2333 #> 2334 #> 2335 #> 2336 #> 2337 #> 2338 #> 2339 #> 2340 #> 2341 #> 2342 #> 2343 #> 2344 BlockL1-3A0 #> 2345 BlockL2-3A0 #> 2346 #> 2347 #> 2348 #> 2349 #> 2350 #> 2351 #> 2352 #> 2353 #> 2354 #> 2355 #> 2356 #> 2357 #> 2358 #> 2359 #> 2360 #> 2361 #> 2362 #> 2363 #> 2364 #> 2365 #> 2366 #> 2367 #> 2368 #> 2369 #> 2370 #> 2371 #> 2372 #> 2373 #> 2374 #> 2375 #> 2376 #> 2377 #> 2378 #> 2379 #> 2380 #> 2381 #> 2382 #> 2383 #> 2384 #> 2385 #> 2386 #> 2387 BlockL2-3A1 #> 2388 BlockL3-3A1 #> 2389 #> 2390 #> 2391 #> 2392 #> 2393 #> 2394 #> 2395 #> 2396 #> 2397 #> 2398 #> 2399 #> 2400 BlockL3-3A2 #> 2401 #> 2402 #> 2403 #> 2404 #> 2405 #> 2406 #> 2407 #> 2408 #> 2409 #> 2410 #> 2411 #> 2412 #> 2413 #> 2414 #> 2415 #> 2416 #> 2417 #> 2418 #> 2419 #> 2420 #> 2421 #> 2422 #> 2423 #> 2424 #> 2425 #> 2426 #> 2427 #> 2428 #> 2429 #> 2430 #> 2431 #> 2432 #> 2433 #> 2434 #> 2435 #> 2436 #> 2437 #> 2438 #> 2439 #> 2440 #> 2441 #> 2442 #> 2443 #> 2444 #> 2445 BlockL2-3A6 #> 2446 #> 2447 #> 2448 #> 2449 #> 2450 #> 2451 #> 2452 #> 2453 #> 2454 #> 2455 #> 2456 #> 2457 #> 2458 #> 2459 #> 2460 #> 2461 #> 2462 #> 2463 #> 2464 #> 2465 #> 2466 #> 2467 #> 2468 #> 2469 #> 2470 #> 2471 #> 2472 #> 2473 #> 2474 #> 2475 #> 2476 #> 2477 #> 2478 #> 2479 #> 2480 BlockL2-3A8 #> 2481 #> 2482 #> 2483 #> 2484 #> 2485 #> 2486 #> 2487 #> 2488 #> 2489 #> 2490 #> 2491 #> 2492 #> 2493 #> 2494 #> 2495 #> 2496 #> 2497 #> 2498 #> 2499 BlockL1-3B1 #> 2500 BlockL2-3B1 #> 2501 BlockL3-3B1 #> 2502 #> 2503 #> 2504 #> 2505 #> 2506 #> 2507 #> 2508 #> 2509 #> 2510 #> 2511 #> 2512 #> 2513 #> 2514 #> 2515 #> 2516 #> 2517 #> 2518 #> 2519 #> 2520 BlockL3-3B2 #> 2521 #> 2522 #> 2523 #> 2524 #> 2525 #> 2526 #> 2527 #> 2528 #> 2529 #> 2530 BlockL2-3B5 #> 2531 #> 2532 #> 2533 #> 2534 #> 2535 #> 2536 #> 2537 #> 2538 #> 2539 #> 2540 #> 2541 #> 2542 #> 2543 #> 2544 #> 2545 #> 2546 #> 2547 #> 2548 #> 2549 #> 2550 #> 2551 #> 2552 #> 2553 #> 2554 #> 2555 #> 2556 #> 2557 #> 2558 #> 2559 #> 2560 #> 2561 #> 2562 #> 2563 #> 2564 #> 2565 #> 2566 #> 2567 #> 2568 #> 2569 #> 2570 #> 2571 #> 2572 #> 2573 #> 2574 #> 2575 #> 2576 #> 2577 #> 2578 #> 2579 #> 2580 #> 2581 #> 2582 #> 2583 #> 2584 #> 2585 BlockL1-3B8 #> 2586 #> 2587 #> 2588 #> 2589 #> 2590 #> 2591 #> 2592 #> 2593 #> 2594 #> 2595 #> 2596 #> 2597 #> 2598 #> 2599 #> 2600 #> 2601 #> 2602 #> 2603 #> 2604 #> 2605 #> 2606 #> 2607 #> 2608 #> 2609 #> 2610 #> 2611 #> 2612 #> 2613 #> 2614 #> 2615 #> 2616 BlockL1-4A0 #> 2617 #> 2618 #> 2619 #> 2620 #> 2621 #> 2622 #> 2623 #> 2624 #> 2625 #> 2626 #> 2627 #> 2628 #> 2629 #> 2630 #> 2631 #> 2632 #> 2633 #> 2634 #> 2635 #> 2636 #> 2637 #> 2638 #> 2639 #> 2640 #> 2641 #> 2642 #> 2643 #> 2644 #> 2645 #> 2646 #> 2647 #> 2648 #> 2649 #> 2650 #> 2651 #> 2652 #> 2653 #> 2654 #> 2655 #> 2656 #> 2657 #> 2658 #> 2659 #> 2660 #> 2661 #> 2662 #> 2663 #> 2664 #> 2665 #> 2666 #> 2667 #> 2668 #> 2669 #> 2670 #> 2671 #> 2672 BlockL1-4A4 #> 2673 #> 2674 #> 2675 #> 2676 #> 2677 #> 2678 #> 2679 #> 2680 #> 2681 #> 2682 #> 2683 #> 2684 #> 2685 #> 2686 #> 2687 #> 2688 #> 2689 #> 2690 #> 2691 #> 2692 #> 2693 #> 2694 #> 2695 #> 2696 #> 2697 #> 2698 #> 2699 #> 2700 #> 2701 #> 2702 #> 2703 #> 2704 #> 2705 #> 2706 #> 2707 #> 2708 #> 2709 #> 2710 #> 2711 #> 2712 #> 2713 #> 2714 #> 2715 #> 2716 #> 2717 #> 2718 #> 2719 #> 2720 #> 2721 #> 2722 #> 2723 #> 2724 #> 2725 #> 2726 #> 2727 #> 2728 #> 2729 #> 2730 #> 2731 #> 2732 #> 2733 #> 2734 #> 2735 #> 2736 #> 2737 #> 2738 #> 2739 #> 2740 #> 2741 #> 2742 #> 2743 #> 2744 #> 2745 #> 2746 #> 2747 #> 2748 #> 2749 #> 2750 #> 2751 BlockL1-4A6 #> 2752 #> 2753 #> 2754 #> 2755 #> 2756 #> 2757 #> 2758 #> 2759 #> 2760 #> 2761 #> 2762 BlockL1-4A8 #> 2763 #> 2764 #> 2765 #> 2766 #> 2767 #> 2768 #> 2769 #> 2770 #> 2771 #> 2772 #> 2773 #> 2774 #> 2775 #> 2776 #> 2777 #> 2778 #> 2779 #> 2780 #> 2781 #> 2782 #> 2783 #> 2784 #> 2785 #> 2786 #> 2787 #> 2788 #> 2789 #> 2790 #> 2791 #> 2792 #> 2793 #> 2794 #> 2795 #> 2796 #> 2797 #> 2798 #> 2799 #> 2800 #> 2801 #> 2802 #> 2803 #> 2804 #> 2805 #> 2806 #> 2807 #> 2808 #> 2809 #> 2810 #> 2811 #> 2812 #> 2813 BlockL1-4B0 #> 2814 #> 2815 #> 2816 #> 2817 #> 2818 #> 2819 #> 2820 #> 2821 #> 2822 #> 2823 #> 2824 #> 2825 #> 2826 #> 2827 #> 2828 #> 2829 #> 2830 #> 2831 #> 2832 #> 2833 #> 2834 #> 2835 #> 2836 #> 2837 #> 2838 #> 2839 #> 2840 #> 2841 #> 2842 #> 2843 #> 2844 #> 2845 #> 2846 #> 2847 #> 2848 BlockL1-4B2 #> 2849 #> 2850 #> 2851 #> 2852 #> 2853 #> 2854 #> 2855 #> 2856 #> 2857 #> 2858 #> 2859 #> 2860 #> 2861 #> 2862 #> 2863 #> 2864 #> 2865 #> 2866 #> 2867 #> 2868 #> 2869 #> 2870 #> 2871 #> 2872 #> 2873 #> 2874 #> 2875 #> 2876 BlockL1-5A0 #> 2877 BlockL2-5A0 #> 2878 #> 2879 #> 2880 #> 2881 #> 2882 #> 2883 #> 2884 #> 2885 #> 2886 #> 2887 #> 2888 #> 2889 #> 2890 #> 2891 #> 2892 #> 2893 #> 2894 #> 2895 #> 2896 #> 2897 #> 2898 #> 2899 #> 2900 #> 2901 #> 2902 #> 2903 #> 2904 #> 2905 #> 2906 #> 2907 #> 2908 #> 2909 #> 2910 #> 2911 #> 2912 #> 2913 #> 2914 #> 2915 #> 2916 #> 2917 #> 2918 #> 2919 #> 2920 #> 2921 #> 2922 #> 2923 #> 2924 #> 2925 #> 2926 #> 2927 #> 2928 BlockL2-5A1 #> 2929 #> 2930 #> 2931 #> 2932 #> 2933 #> 2934 #> 2935 #> 2936 #> 2937 #> 2938 #> 2939 #> 2940 #> 2941 #> 2942 #> 2943 BlockL3-5A2 #> 2944 #> 2945 #> 2946 #> 2947 #> 2948 #> 2949 #> 2950 #> 2951 #> 2952 #> 2953 #> 2954 #> 2955 #> 2956 #> 2957 #> 2958 #> 2959 #> 2960 #> 2961 #> 2962 BlockL2-5A4 #> 2963 #> 2964 #> 2965 #> 2966 #> 2967 #> 2968 #> 2969 #> 2970 #> 2971 #> 2972 #> 2973 #> 2974 #> 2975 #> 2976 #> 2977 #> 2978 #> 2979 BlockL2-5A5 #> 2980 #> 2981 #> 2982 #> 2983 #> 2984 #> 2985 #> 2986 #> 2987 #> 2988 #> 2989 #> 2990 #> 2991 #> 2992 #> 2993 #> 2994 #> 2995 #> 2996 #> 2997 #> 2998 #> 2999 BlockL2-5A6 #> 3000 #> 3001 #> 3002 #> 3003 #> 3004 #> 3005 #> 3006 #> 3007 #> 3008 #> 3009 #> 3010 #> 3011 #> 3012 #> 3013 #> 3014 #> 3015 #> 3016 #> 3017 #> 3018 #> 3019 #> 3020 #> 3021 #> 3022 #> 3023 #> 3024 BlockL2-5A7 #> 3025 #> 3026 #> 3027 #> 3028 #> 3029 #> 3030 #> 3031 #> 3032 #> 3033 #> 3034 #> 3035 #> 3036 #> 3037 #> 3038 #> 3039 #> 3040 #> 3041 #> 3042 #> 3043 #> 3044 #> 3045 #> 3046 #> 3047 #> 3048 #> 3049 #> 3050 #> 3051 #> 3052 #> 3053 #> 3054 #> 3055 #> 3056 BlockL2-5A8 #> 3057 #> 3058 #> 3059 #> 3060 #> 3061 #> 3062 #> 3063 #> 3064 #> 3065 #> 3066 #> 3067 #> 3068 #> 3069 #> 3070 #> 3071 #> 3072 BlockL2-5A9 #> 3073 #> 3074 #> 3075 #> 3076 #> 3077 #> 3078 BlockL2-5B0 #> 3079 #> 3080 #> 3081 #> 3082 #> 3083 BlockL2-5B1 #> 3084 #> 3085 #> 3086 #> 3087 #> 3088 #> 3089 #> 3090 BlockL1-5B5 #> 3091 BlockL2-5B5 #> 3092 #> 3093 #> 3094 #> 3095 #> 3096 #> 3097 #> 3098 #> 3099 #> 3100 #> 3101 #> 3102 #> 3103 #> 3104 #> 3105 #> 3106 #> 3107 #> 3108 #> 3109 #> 3110 #> 3111 #> 3112 #> 3113 #> 3114 #> 3115 #> 3116 #> 3117 #> 3118 #> 3119 #> 3120 #> 3121 #> 3122 #> 3123 #> 3124 #> 3125 #> 3126 #> 3127 #> 3128 #> 3129 #> 3130 #> 3131 #> 3132 #> 3133 #> 3134 #> 3135 #> 3136 #> 3137 #> 3138 #> 3139 #> 3140 #> 3141 #> 3142 #> 3143 #> 3144 #> 3145 #> 3146 #> 3147 #> 3148 #> 3149 #> 3150 #> 3151 #> 3152 #> 3153 #> 3154 #> 3155 #> 3156 #> 3157 #> 3158 BlockL3-5B6 #> 3159 #> 3160 #> 3161 #> 3162 #> 3163 #> 3164 #> 3165 #> 3166 #> 3167 #> 3168 #> 3169 BlockL2-5B8 #> 3170 BlockL3-5B8 #> 3171 #> 3172 #> 3173 #> 3174 #> 3175 #> 3176 #> 3177 #> 3178 #> 3179 #> 3180 #> 3181 #> 3182 #> 3183 #> 3184 BlockL3-5B9 #> 3185 #> 3186 #> 3187 #> 3188 #> 3189 #> 3190 #> 3191 #> 3192 #> 3193 #> 3194 #> 3195 #> 3196 #> 3197 #> 3198 #> 3199 #> 3200 #> 3201 #> 3202 #> 3203 #> 3204 #> 3205 #> 3206 #> 3207 BlockL1-5C5 #> 3208 BlockL2-5C5 #> 3209 #> 3210 #> 3211 #> 3212 #> 3213 #> 3214 #> 3215 #> 3216 #> 3217 #> 3218 #> 3219 #> 3220 #> 3221 #> 3222 #> 3223 #> 3224 #> 3225 #> 3226 #> 3227 #> 3228 #> 3229 #> 3230 #> 3231 #> 3232 #> 3233 #> 3234 #> 3235 #> 3236 #> 3237 #> 3238 #> 3239 #> 3240 #> 3241 #> 3242 #> 3243 #> 3244 #> 3245 #> 3246 #> 3247 #> 3248 #> 3249 #> 3250 #> 3251 #> 3252 #> 3253 #> 3254 #> 3255 #> 3256 #> 3257 #> 3258 #> 3259 #> 3260 #> 3261 #> 3262 #> 3263 #> 3264 #> 3265 #> 3266 #> 3267 #> 3268 #> 3269 #> 3270 #> 3271 #> 3272 #> 3273 #> 3274 #> 3275 #> 3276 #> 3277 #> 3278 #> 3279 #> 3280 #> 3281 #> 3282 #> 3283 #> 3284 #> 3285 #> 3286 #> 3287 #> 3288 #> 3289 #> 3290 #> 3291 #> 3292 #> 3293 #> 3294 #> 3295 #> 3296 #> 3297 #> 3298 #> 3299 #> 3300 #> 3301 #> 3302 #> 3303 #> 3304 #> 3305 #> 3306 #> 3307 #> 3308 #> 3309 #> 3310 #> 3311 #> 3312 #> 3313 #> 3314 #> 3315 #> 3316 #> 3317 #> 3318 #> 3319 #> 3320 #> 3321 #> 3322 #> 3323 #> 3324 #> 3325 #> 3326 #> 3327 #> 3328 #> 3329 #> 3330 #> 3331 #> 3332 #> 3333 #> 3334 #> 3335 #> 3336 #> 3337 #> 3338 #> 3339 #> 3340 #> 3341 #> 3342 #> 3343 #> 3344 #> 3345 #> 3346 #> 3347 #> 3348 #> 3349 #> 3350 #> 3351 #> 3352 #> 3353 #> 3354 #> 3355 #> 3356 #> 3357 #> 3358 #> 3359 #> 3360 #> 3361 #> 3362 #> 3363 #> 3364 #> 3365 #> 3366 #> 3367 #> 3368 #> 3369 #> 3370 #> 3371 #> 3372 #> 3373 #> 3374 #> 3375 #> 3376 #> 3377 #> 3378 #> 3379 #> 3380 #> 3381 #> 3382 #> 3383 #> 3384 #> 3385 #> 3386 #> 3387 #> 3388 #> 3389 #> 3390 #> 3391 #> 3392 #> 3393 #> 3394 #> 3395 #> 3396 #> 3397 #> 3398 #> 3399 #> 3400 #> 3401 BlockL2-5C6 #> 3402 #> 3403 #> 3404 #> 3405 #> 3406 #> 3407 #> 3408 #> 3409 #> 3410 #> 3411 #> 3412 #> 3413 #> 3414 #> 3415 #> 3416 #> 3417 #> 3418 #> 3419 #> 3420 #> 3421 #> 3422 #> 3423 #> 3424 #> 3425 #> 3426 #> 3427 #> 3428 #> 3429 #> 3430 #> 3431 #> 3432 #> 3433 #> 3434 #> 3435 #> 3436 #> 3437 #> 3438 #> 3439 #> 3440 #> 3441 #> 3442 #> 3443 #> 3444 #> 3445 #> 3446 #> 3447 #> 3448 #> 3449 #> 3450 #> 3451 #> 3452 #> 3453 #> 3454 #> 3455 #> 3456 #> 3457 #> 3458 #> 3459 #> 3460 #> 3461 #> 3462 #> 3463 BlockL2-5C7 #> 3464 #> 3465 #> 3466 #> 3467 #> 3468 #> 3469 #> 3470 #> 3471 #> 3472 #> 3473 #> 3474 #> 3475 #> 3476 #> 3477 #> 3478 #> 3479 #> 3480 #> 3481 #> 3482 #> 3483 #> 3484 BlockL2-5C8 #> 3485 #> 3486 #> 3487 #> 3488 #> 3489 #> 3490 #> 3491 #> 3492 #> 3493 #> 3494 #> 3495 #> 3496 #> 3497 #> 3498 #> 3499 #> 3500 #> 3501 #> 3502 #> 3503 #> 3504 #> 3505 #> 3506 #> 3507 #> 3508 #> 3509 #> 3510 #> 3511 BlockL2-5D0 #> 3512 #> 3513 #> 3514 #> 3515 #> 3516 #> 3517 #> 3518 #> 3519 #> 3520 #> 3521 #> 3522 #> 3523 #> 3524 #> 3525 #> 3526 BlockL1-5D4 #> 3527 #> 3528 #> 3529 #> 3530 #> 3531 #> 3532 #> 3533 #> 3534 #> 3535 #> 3536 #> 3537 #> 3538 #> 3539 #> 3540 #> 3541 BlockL1-6A0 #> 3542 #> 3543 #> 3544 #> 3545 #> 3546 #> 3547 #> 3548 #> 3549 #> 3550 #> 3551 #> 3552 #> 3553 #> 3554 #> 3555 #> 3556 #> 3557 #> 3558 #> 3559 #> 3560 #> 3561 #> 3562 #> 3563 #> 3564 #> 3565 #> 3566 #> 3567 #> 3568 #> 3569 #> 3570 #> 3571 #> 3572 #> 3573 #> 3574 #> 3575 #> 3576 #> 3577 #> 3578 #> 3579 #> 3580 #> 3581 #> 3582 #> 3583 #> 3584 #> 3585 #> 3586 BlockL1-6A2 #> 3587 #> 3588 #> 3589 #> 3590 #> 3591 #> 3592 #> 3593 #> 3594 #> 3595 #> 3596 #> 3597 #> 3598 #> 3599 #> 3600 #> 3601 #> 3602 #> 3603 #> 3604 #> 3605 #> 3606 #> 3607 #> 3608 #> 3609 #> 3610 #> 3611 #> 3612 #> 3613 #> 3614 #> 3615 #> 3616 #> 3617 #> 3618 #> 3619 #> 3620 #> 3621 #> 3622 #> 3623 #> 3624 #> 3625 #> 3626 #> 3627 #> 3628 #> 3629 #> 3630 #> 3631 #> 3632 #> 3633 #> 3634 #> 3635 #> 3636 #> 3637 #> 3638 #> 3639 #> 3640 #> 3641 #> 3642 #> 3643 #> 3644 #> 3645 #> 3646 #> 3647 #> 3648 #> 3649 #> 3650 #> 3651 BlockL1-6A4 #> 3652 #> 3653 #> 3654 #> 3655 BlockL1-6A6 #> 3656 BlockL2-6A6 #> 3657 #> 3658 #> 3659 #> 3660 #> 3661 #> 3662 #> 3663 #> 3664 #> 3665 #> 3666 #> 3667 #> 3668 #> 3669 #> 3670 #> 3671 #> 3672 #> 3673 #> 3674 #> 3675 #> 3676 #> 3677 #> 3678 #> 3679 #> 3680 #> 3681 #> 3682 #> 3683 #> 3684 #> 3685 #> 3686 #> 3687 #> 3688 #> 3689 #> 3690 #> 3691 #> 3692 #> 3693 BlockL2-6A7 #> 3694 #> 3695 #> 3696 #> 3697 #> 3698 #> 3699 #> 3700 #> 3701 #> 3702 #> 3703 #> 3704 #> 3705 #> 3706 #> 3707 #> 3708 #> 3709 #> 3710 #> 3711 #> 3712 #> 3713 #> 3714 #> 3715 #> 3716 #> 3717 #> 3718 #> 3719 #> 3720 #> 3721 #> 3722 #> 3723 #> 3724 #> 3725 #> 3726 #> 3727 #> 3728 #> 3729 BlockL1-6B0 #> 3730 #> 3731 #> 3732 #> 3733 #> 3734 #> 3735 #> 3736 #> 3737 #> 3738 #> 3739 BlockL1-6B2 #> 3740 #> 3741 #> 3742 #> 3743 #> 3744 #> 3745 #> 3746 #> 3747 #> 3748 #> 3749 #> 3750 #> 3751 #> 3752 #> 3753 #> 3754 #> 3755 #> 3756 #> 3757 #> 3758 #> 3759 #> 3760 #> 3761 #> 3762 #> 3763 #> 3764 #> 3765 #> 3766 #> 3767 BlockL1-6B4 #> 3768 #> 3769 #> 3770 #> 3771 #> 3772 #> 3773 #> 3774 #> 3775 #> 3776 BlockL1-6B6 #> 3777 #> 3778 #> 3779 #> 3780 #> 3781 #> 3782 #> 3783 #> 3784 #> 3785 #> 3786 #> 3787 #> 3788 #> 3789 #> 3790 #> 3791 #> 3792 #> 3793 #> 3794 #> 3795 #> 3796 #> 3797 #> 3798 #> 3799 #> 3800 #> 3801 #> 3802 #> 3803 #> 3804 #> 3805 #> 3806 #> 3807 #> 3808 #> 3809 BlockL1-6B8 #> 3810 #> 3811 #> 3812 #> 3813 #> 3814 #> 3815 #> 3816 #> 3817 #> 3818 #> 3819 #> 3820 #> 3821 #> 3822 #> 3823 #> 3824 #> 3825 #> 3826 #> 3827 #> 3828 #> 3829 BlockL1-6C0 #> 3830 #> 3831 #> 3832 #> 3833 #> 3834 #> 3835 #> 3836 #> 3837 #> 3838 #> 3839 #> 3840 BlockL1-6C2 #> 3841 #> 3842 #> 3843 #> 3844 #> 3845 #> 3846 #> 3847 #> 3848 #> 3849 BlockL1-6C4 #> 3850 BlockL2-6C4 #> 3851 #> 3852 #> 3853 #> 3854 #> 3855 #> 3856 #> 3857 #> 3858 #> 3859 #> 3860 #> 3861 #> 3862 #> 3863 #> 3864 #> 3865 #> 3866 #> 3867 #> 3868 #> 3869 #> 3870 #> 3871 #> 3872 #> 3873 #> 3874 #> 3875 #> 3876 #> 3877 #> 3878 #> 3879 #> 3880 #> 3881 #> 3882 #> 3883 #> 3884 #> 3885 #> 3886 #> 3887 #> 3888 #> 3889 #> 3890 #> 3891 #> 3892 #> 3893 #> 3894 #> 3895 #> 3896 #> 3897 #> 3898 #> 3899 #> 3900 #> 3901 #> 3902 #> 3903 #> 3904 #> 3905 #> 3906 #> 3907 #> 3908 #> 3909 #> 3910 #> 3911 #> 3912 #> 3913 #> 3914 #> 3915 #> 3916 #> 3917 #> 3918 #> 3919 #> 3920 #> 3921 #> 3922 #> 3923 #> 3924 #> 3925 #> 3926 #> 3927 #> 3928 #> 3929 #> 3930 #> 3931 #> 3932 #> 3933 #> 3934 #> 3935 #> 3936 #> 3937 #> 3938 #> 3939 #> 3940 #> 3941 #> 3942 #> 3943 #> 3944 #> 3945 #> 3946 #> 3947 #> 3948 #> 3949 #> 3950 #> 3951 #> 3952 #> 3953 #> 3954 #> 3955 #> 3956 #> 3957 #> 3958 #> 3959 #> 3960 #> 3961 #> 3962 #> 3963 #> 3964 #> 3965 #> 3966 #> 3967 #> 3968 #> 3969 #> 3970 #> 3971 #> 3972 #> 3973 #> 3974 #> 3975 #> 3976 #> 3977 #> 3978 #> 3979 #> 3980 #> 3981 #> 3982 #> 3983 #> 3984 #> 3985 #> 3986 #> 3987 #> 3988 #> 3989 #> 3990 #> 3991 #> 3992 #> 3993 #> 3994 #> 3995 #> 3996 #> 3997 #> 3998 #> 3999 #> 4000 #> 4001 #> 4002 #> 4003 #> 4004 #> 4005 #> 4006 #> 4007 #> 4008 #> 4009 #> 4010 #> 4011 #> 4012 #> 4013 #> 4014 #> 4015 #> 4016 #> 4017 #> 4018 #> 4019 #> 4020 #> 4021 #> 4022 #> 4023 #> 4024 #> 4025 #> 4026 #> 4027 #> 4028 #> 4029 #> 4030 #> 4031 #> 4032 #> 4033 #> 4034 #> 4035 #> 4036 #> 4037 #> 4038 #> 4039 #> 4040 #> 4041 #> 4042 #> 4043 #> 4044 #> 4045 #> 4046 #> 4047 #> 4048 #> 4049 #> 4050 #> 4051 #> 4052 #> 4053 #> 4054 #> 4055 #> 4056 #> 4057 #> 4058 #> 4059 #> 4060 #> 4061 #> 4062 #> 4063 #> 4064 #> 4065 #> 4066 #> 4067 #> 4068 #> 4069 #> 4070 #> 4071 #> 4072 #> 4073 #> 4074 #> 4075 #> 4076 #> 4077 #> 4078 #> 4079 #> 4080 #> 4081 #> 4082 #> 4083 #> 4084 #> 4085 #> 4086 #> 4087 #> 4088 #> 4089 #> 4090 #> 4091 #> 4092 #> 4093 #> 4094 #> 4095 #> 4096 #> 4097 #> 4098 #> 4099 #> 4100 #> 4101 #> 4102 #> 4103 #> 4104 #> 4105 #> 4106 #> 4107 #> 4108 #> 4109 #> 4110 #> 4111 #> 4112 #> 4113 #> 4114 #> 4115 #> 4116 #> 4117 #> 4118 #> 4119 #> 4120 #> 4121 #> 4122 #> 4123 #> 4124 #> 4125 #> 4126 #> 4127 #> 4128 #> 4129 #> 4130 #> 4131 #> 4132 #> 4133 #> 4134 #> 4135 #> 4136 #> 4137 #> 4138 #> 4139 #> 4140 #> 4141 #> 4142 #> 4143 #> 4144 #> 4145 #> 4146 #> 4147 #> 4148 #> 4149 #> 4150 #> 4151 #> 4152 #> 4153 #> 4154 #> 4155 #> 4156 #> 4157 #> 4158 #> 4159 #> 4160 #> 4161 #> 4162 #> 4163 #> 4164 #> 4165 #> 4166 #> 4167 #> 4168 #> 4169 #> 4170 #> 4171 #> 4172 #> 4173 #> 4174 #> 4175 #> 4176 #> 4177 #> 4178 #> 4179 #> 4180 #> 4181 #> 4182 #> 4183 #> 4184 #> 4185 #> 4186 #> 4187 #> 4188 #> 4189 #> 4190 #> 4191 #> 4192 #> 4193 #> 4194 #> 4195 #> 4196 #> 4197 #> 4198 #> 4199 #> 4200 #> 4201 #> 4202 #> 4203 #> 4204 #> 4205 #> 4206 #> 4207 #> 4208 #> 4209 #> 4210 #> 4211 #> 4212 #> 4213 #> 4214 #> 4215 #> 4216 #> 4217 #> 4218 #> 4219 #> 4220 #> 4221 #> 4222 #> 4223 #> 4224 #> 4225 #> 4226 #> 4227 #> 4228 #> 4229 #> 4230 #> 4231 #> 4232 #> 4233 #> 4234 #> 4235 #> 4236 #> 4237 #> 4238 #> 4239 #> 4240 #> 4241 #> 4242 #> 4243 #> 4244 #> 4245 #> 4246 #> 4247 #> 4248 #> 4249 #> 4250 #> 4251 #> 4252 #> 4253 #> 4254 #> 4255 #> 4256 #> 4257 #> 4258 #> 4259 #> 4260 #> 4261 BlockL2-6C5 #> 4262 #> 4263 #> 4264 #> 4265 #> 4266 #> 4267 #> 4268 #> 4269 #> 4270 #> 4271 #> 4272 BlockL1-6C7 #> 4273 #> 4274 #> 4275 #> 4276 #> 4277 #> 4278 #> 4279 BlockL1-6C9 #> 4280 #> 4281 #> 4282 #> 4283 #> 4284 #> 4285 #> 4286 #> 4287 #> 4288 #> 4289 #> 4290 #> 4291 #> 4292 #> 4293 #> 4294 #> 4295 #> 4296 #> 4297 #> 4298 #> 4299 #> 4300 #> 4301 #> 4302 BlockL1-6D1 #> 4303 #> 4304 #> 4305 #> 4306 #> 4307 #> 4308 #> 4309 #> 4310 #> 4311 #> 4312 #> 4313 #> 4314 #> 4315 BlockL1-6D3 #> 4316 #> 4317 #> 4318 #> 4319 #> 4320 #> 4321 #> 4322 #> 4323 #> 4324 BlockL1-6D5 #> 4325 #> 4326 #> 4327 #> 4328 BlockL1-6D7 #> 4329 #> 4330 #> 4331 #> 4332 #> 4333 #> 4334 #> 4335 #> 4336 #> 4337 #> 4338 #> 4339 #> 4340 #> 4341 #> 4342 #> 4343 #> 4344 #> 4345 BlockL2-6D8 #> 4346 #> 4347 #> 4348 #> 4349 #> 4350 #> 4351 #> 4352 #> 4353 #> 4354 #> 4355 #> 4356 #> 4357 #> 4358 #> 4359 #> 4360 #> 4361 #> 4362 #> 4363 #> 4364 #> 4365 #> 4366 #> 4367 #> 4368 #> 4369 #> 4370 #> 4371 #> 4372 #> 4373 #> 4374 #> 4375 #> 4376 #> 4377 #> 4378 #> 4379 #> 4380 #> 4381 #> 4382 #> 4383 #> 4384 #> 4385 #> 4386 BlockL1-6E2 #> 4387 #> 4388 #> 4389 #> 4390 #> 4391 #> 4392 #> 4393 #> 4394 #> 4395 #> 4396 #> 4397 #> 4398 BlockL1-6E6 #> 4399 #> 4400 #> 4401 #> 4402 #> 4403 #> 4404 #> 4405 #> 4406 #> 4407 #> 4408 #> 4409 #> 4410 #> 4411 #> 4412 #> 4413 #> 4414 #> 4415 #> 4416 #> 4417 #> 4418 #> 4419 #> 4420 #> 4421 #> 4422 #> 4423 #> 4424 #> 4425 BlockL1-7A0 #> 4426 #> 4427 #> 4428 #> 4429 BlockL1-7A2 #> 4430 #> 4431 #> 4432 #> 4433 #> 4434 #> 4435 #> 4436 #> 4437 #> 4438 #> 4439 #> 4440 #> 4441 #> 4442 BlockL1-7A4 #> 4443 #> 4444 #> 4445 #> 4446 #> 4447 #> 4448 #> 4449 #> 4450 #> 4451 #> 4452 #> 4453 #> 4454 #> 4455 #> 4456 #> 4457 #> 4458 #> 4459 #> 4460 #> 4461 #> 4462 #> 4463 #> 4464 #> 4465 #> 4466 #> 4467 BlockL1-7A6 #> 4468 #> 4469 #> 4470 #> 4471 #> 4472 #> 4473 #> 4474 #> 4475 BlockL1-7A8 #> 4476 #> 4477 #> 4478 #> 4479 #> 4480 #> 4481 #> 4482 #> 4483 #> 4484 #> 4485 #> 4486 #> 4487 BlockL1-7B0 #> 4488 #> 4489 #> 4490 #> 4491 #> 4492 #> 4493 #> 4494 #> 4495 #> 4496 #> 4497 #> 4498 #> 4499 #> 4500 #> 4501 #> 4502 #> 4503 #> 4504 #> 4505 #> 4506 #> 4507 #> 4508 #> 4509 #> 4510 #> 4511 BlockL1-8A0 #> 4512 #> 4513 #> 4514 #> 4515 #> 4516 #> 4517 #> 4518 #> 4519 #> 4520 #> 4521 #> 4522 #> 4523 #> 4524 #> 4525 #> 4526 #> 4527 #> 4528 #> 4529 #> 4530 #> 4531 #> 4532 #> 4533 #> 4534 #> 4535 #> 4536 #> 4537 #> 4538 #> 4539 #> 4540 #> 4541 #> 4542 #> 4543 #> 4544 #> 4545 #> 4546 #> 4547 #> 4548 #> 4549 #> 4550 #> 4551 #> 4552 #> 4553 #> 4554 #> 4555 #> 4556 #> 4557 #> 4558 #> 4559 #> 4560 #> 4561 #> 4562 #> 4563 #> 4564 #> 4565 #> 4566 #> 4567 #> 4568 #> 4569 #> 4570 #> 4571 #> 4572 #> 4573 #> 4574 #> 4575 #> 4576 #> 4577 #> 4578 #> 4579 #> 4580 #> 4581 #> 4582 #> 4583 #> 4584 #> 4585 #> 4586 #> 4587 #> 4588 #> 4589 #> 4590 #> 4591 #> 4592 #> 4593 #> 4594 #> 4595 #> 4596 #> 4597 #> 4598 #> 4599 #> 4600 #> 4601 #> 4602 #> 4603 #> 4604 #> 4605 #> 4606 #> 4607 #> 4608 #> 4609 #> 4610 #> 4611 #> 4612 #> 4613 #> 4614 #> 4615 #> 4616 #> 4617 #> 4618 #> 4619 #> 4620 #> 4621 #> 4622 #> 4623 #> 4624 #> 4625 #> 4626 #> 4627 #> 4628 #> 4629 #> 4630 #> 4631 #> 4632 #> 4633 #> 4634 #> 4635 #> 4636 #> 4637 #> 4638 #> 4639 #> 4640 #> 4641 BlockL1-8A2 #> 4642 #> 4643 #> 4644 #> 4645 #> 4646 #> 4647 #> 4648 #> 4649 #> 4650 #> 4651 BlockL1-8A4 #> 4652 #> 4653 #> 4654 #> 4655 #> 4656 #> 4657 #> 4658 #> 4659 #> 4660 #> 4661 #> 4662 #> 4663 #> 4664 #> 4665 #> 4666 #> 4667 #> 4668 #> 4669 #> 4670 #> 4671 #> 4672 #> 4673 #> 4674 #> 4675 #> 4676 #> 4677 #> 4678 #> 4679 #> 4680 #> 4681 #> 4682 #> 4683 #> 4684 #> 4685 #> 4686 #> 4687 #> 4688 #> 4689 #> 4690 #> 4691 #> 4692 #> 4693 #> 4694 #> 4695 #> 4696 #> 4697 #> 4698 #> 4699 #> 4700 #> 4701 #> 4702 #> 4703 #> 4704 #> 4705 #> 4706 #> 4707 #> 4708 #> 4709 #> 4710 #> 4711 #> 4712 #> 4713 #> 4714 BlockL1-8A6 #> 4715 #> 4716 #> 4717 #> 4718 #> 4719 #> 4720 #> 4721 #> 4722 #> 4723 #> 4724 #> 4725 #> 4726 #> 4727 #> 4728 #> 4729 #> 4730 #> 4731 #> 4732 #> 4733 #> 4734 #> 4735 #> 4736 #> 4737 #> 4738 #> 4739 #> 4740 #> 4741 #> 4742 #> 4743 #> 4744 #> 4745 #> 4746 #> 4747 #> 4748 #> 4749 #> 4750 #> 4751 #> 4752 #> 4753 #> 4754 #> 4755 #> 4756 #> 4757 #> 4758 #> 4759 #> 4760 #> 4761 #> 4762 #> 4763 #> 4764 #> 4765 #> 4766 #> 4767 #> 4768 #> 4769 #> 4770 #> 4771 #> 4772 #> 4773 #> 4774 #> 4775 #> 4776 #> 4777 #> 4778 #> 4779 #> 4780 #> 4781 #> 4782 #> 4783 #> 4784 #> 4785 #> 4786 #> 4787 #> 4788 #> 4789 #> 4790 #> 4791 #> 4792 #> 4793 #> 4794 #> 4795 #> 4796 #> 4797 #> 4798 #> 4799 #> 4800 #> 4801 #> 4802 #> 4803 BlockL1-8A8 #> 4804 #> 4805 #> 4806 #> 4807 #> 4808 #> 4809 #> 4810 #> 4811 #> 4812 #> 4813 #> 4814 #> 4815 #> 4816 #> 4817 #> 4818 #> 4819 #> 4820 #> 4821 #> 4822 #> 4823 #> 4824 #> 4825 #> 4826 #> 4827 #> 4828 #> 4829 #> 4830 #> 4831 #> 4832 #> 4833 BlockL1-8B0 #> 4834 BlockL2-8B0 #> 4835 #> 4836 #> 4837 #> 4838 #> 4839 #> 4840 #> 4841 #> 4842 #> 4843 #> 4844 #> 4845 #> 4846 #> 4847 #> 4848 #> 4849 #> 4850 BlockL2-8B1 #> 4851 #> 4852 #> 4853 #> 4854 #> 4855 #> 4856 #> 4857 #> 4858 #> 4859 #> 4860 #> 4861 #> 4862 #> 4863 #> 4864 #> 4865 #> 4866 #> 4867 #> 4868 #> 4869 #> 4870 #> 4871 #> 4872 #> 4873 #> 4874 #> 4875 #> 4876 #> 4877 #> 4878 #> 4879 #> 4880 #> 4881 #> 4882 #> 4883 #> 4884 #> 4885 #> 4886 #> 4887 #> 4888 #> 4889 #> 4890 #> 4891 #> 4892 #> 4893 #> 4894 #> 4895 #> 4896 #> 4897 #> 4898 #> 4899 #> 4900 #> 4901 #> 4902 #> 4903 #> 4904 #> 4905 #> 4906 #> 4907 #> 4908 #> 4909 #> 4910 #> 4911 #> 4912 #> 4913 #> 4914 #> 4915 #> 4916 #> 4917 #> 4918 #> 4919 #> 4920 #> 4921 #> 4922 #> 4923 #> 4924 #> 4925 #> 4926 #> 4927 #> 4928 #> 4929 #> 4930 #> 4931 #> 4932 #> 4933 #> 4934 #> 4935 #> 4936 #> 4937 #> 4938 BlockL1-8B4 #> 4939 #> 4940 #> 4941 #> 4942 #> 4943 #> 4944 #> 4945 #> 4946 #> 4947 #> 4948 #> 4949 #> 4950 #> 4951 #> 4952 #> 4953 #> 4954 #> 4955 #> 4956 #> 4957 #> 4958 #> 4959 BlockL1-8B6 #> 4960 #> 4961 #> 4962 #> 4963 #> 4964 #> 4965 #> 4966 #> 4967 #> 4968 #> 4969 #> 4970 #> 4971 #> 4972 #> 4973 #> 4974 #> 4975 #> 4976 #> 4977 #> 4978 #> 4979 #> 4980 #> 4981 #> 4982 BlockL1-8B8 #> 4983 BlockL2-8B8 #> 4984 #> 4985 #> 4986 #> 4987 #> 4988 #> 4989 #> 4990 #> 4991 #> 4992 #> 4993 #> 4994 #> 4995 #> 4996 #> 4997 #> 4998 #> 4999 #> 5000 #> 5001 #> 5002 #> 5003 #> 5004 #> 5005 #> 5006 BlockL2-8B9 #> 5007 #> 5008 #> 5009 #> 5010 #> 5011 #> 5012 #> 5013 #> 5014 #> 5015 #> 5016 #> 5017 #> 5018 #> 5019 #> 5020 #> 5021 #> 5022 #> 5023 #> 5024 #> 5025 #> 5026 #> 5027 #> 5028 #> 5029 #> 5030 #> 5031 #> 5032 #> 5033 #> 5034 #> 5035 #> 5036 BlockL2-8C0 #> 5037 #> 5038 #> 5039 #> 5040 #> 5041 #> 5042 #> 5043 #> 5044 #> 5045 #> 5046 #> 5047 #> 5048 #> 5049 #> 5050 #> 5051 #> 5052 #> 5053 #> 5054 #> 5055 BlockL2-8C1 #> 5056 #> 5057 #> 5058 #> 5059 #> 5060 #> 5061 #> 5062 #> 5063 #> 5064 #> 5065 #> 5066 #> 5067 #> 5068 #> 5069 #> 5070 #> 5071 #> 5072 #> 5073 #> 5074 #> 5075 #> 5076 #> 5077 #> 5078 #> 5079 #> 5080 #> 5081 #> 5082 #> 5083 #> 5084 #> 5085 BlockL2-8C2 #> 5086 #> 5087 #> 5088 #> 5089 #> 5090 #> 5091 #> 5092 #> 5093 #> 5094 #> 5095 #> 5096 #> 5097 #> 5098 #> 5099 #> 5100 #> 5101 #> 5102 #> 5103 BlockL1-8C6 #> 5104 BlockL2-8C6 #> 5105 #> 5106 #> 5107 #> 5108 #> 5109 #> 5110 #> 5111 #> 5112 #> 5113 BlockL2-8C7 #> 5114 #> 5115 #> 5116 #> 5117 #> 5118 #> 5119 #> 5120 #> 5121 #> 5122 #> 5123 #> 5124 #> 5125 #> 5126 #> 5127 #> 5128 #> 5129 #> 5130 #> 5131 #> 5132 #> 5133 #> 5134 #> 5135 #> 5136 #> 5137 #> 5138 #> 5139 #> 5140 #> 5141 #> 5142 #> 5143 #> 5144 #> 5145 #> 5146 #> 5147 #> 5148 #> 5149 #> 5150 #> 5151 #> 5152 #> 5153 #> 5154 #> 5155 #> 5156 #> 5157 #> 5158 #> 5159 #> 5160 #> 5161 #> 5162 #> 5163 #> 5164 #> 5165 #> 5166 #> 5167 BlockL2-8C8 #> 5168 #> 5169 #> 5170 #> 5171 #> 5172 #> 5173 #> 5174 #> 5175 #> 5176 #> 5177 BlockL1-8D2 #> 5178 #> 5179 #> 5180 #> 5181 #> 5182 #> 5183 #> 5184 #> 5185 #> 5186 #> 5187 #> 5188 #> 5189 #> 5190 #> 5191 BlockL1-8D4 #> 5192 #> 5193 #> 5194 #> 5195 #> 5196 #> 5197 #> 5198 #> 5199 #> 5200 #> 5201 #> 5202 #> 5203 #> 5204 #> 5205 #> 5206 #> 5207 #> 5208 #> 5209 #> 5210 #> 5211 #> 5212 #> 5213 #> 5214 #> 5215 #> 5216 #> 5217 #> 5218 #> 5219 #> 5220 #> 5221 #> 5222 #> 5223 #> 5224 #> 5225 #> 5226 #> 5227 #> 5228 #> 5229 BlockL1-8D6 #> 5230 #> 5231 #> 5232 #> 5233 #> 5234 #> 5235 #> 5236 #> 5237 #> 5238 #> 5239 #> 5240 #> 5241 #> 5242 #> 5243 #> 5244 #> 5245 #> 5246 #> 5247 #> 5248 #> 5249 #> 5250 #> 5251 #> 5252 #> 5253 #> 5254 #> 5255 #> 5256 #> 5257 #> 5258 #> 5259 #> 5260 #> 5261 #> 5262 #> 5263 #> 5264 #> 5265 #> 5266 #> 5267 #> 5268 BlockL1-8D8 #> 5269 #> 5270 #> 5271 #> 5272 #> 5273 #> 5274 #> 5275 #> 5276 #> 5277 #> 5278 #> 5279 #> 5280 #> 5281 #> 5282 #> 5283 #> 5284 #> 5285 #> 5286 #> 5287 #> 5288 #> 5289 #> 5290 #> 5291 #> 5292 #> 5293 #> 5294 #> 5295 #> 5296 #> 5297 #> 5298 #> 5299 #> 5300 #> 5301 #> 5302 #> 5303 #> 5304 #> 5305 #> 5306 #> 5307 #> 5308 BlockL1-8E0 #> 5309 #> 5310 #> 5311 #> 5312 #> 5313 #> 5314 #> 5315 #> 5316 #> 5317 #> 5318 #> 5319 #> 5320 #> 5321 #> 5322 #> 5323 #> 5324 #> 5325 #> 5326 BlockL1-8E2 #> 5327 #> 5328 #> 5329 #> 5330 #> 5331 #> 5332 #> 5333 #> 5334 #> 5335 #> 5336 BlockL1-8E4 #> 5337 #> 5338 #> 5339 #> 5340 #> 5341 #> 5342 #> 5343 #> 5344 #> 5345 #> 5346 #> 5347 #> 5348 #> 5349 #> 5350 #> 5351 #> 5352 #> 5353 #> 5354 #> 5355 #> 5356 #> 5357 #> 5358 #> 5359 #> 5360 #> 5361 #> 5362 #> 5363 #> 5364 #> 5365 #> 5366 #> 5367 #> 5368 #> 5369 #> 5370 #> 5371 BlockL1-8E6 #> 5372 #> 5373 #> 5374 #> 5375 #> 5376 #> 5377 #> 5378 #> 5379 #> 5380 #> 5381 #> 5382 #> 5383 #> 5384 BlockL1-9A0 #> 5385 BlockL2-9A0 #> 5386 #> 5387 #> 5388 #> 5389 #> 5390 #> 5391 #> 5392 #> 5393 #> 5394 #> 5395 #> 5396 #> 5397 #> 5398 #> 5399 #> 5400 #> 5401 #> 5402 #> 5403 #> 5404 #> 5405 #> 5406 #> 5407 #> 5408 #> 5409 #> 5410 #> 5411 #> 5412 #> 5413 #> 5414 #> 5415 #> 5416 #> 5417 #> 5418 #> 5419 #> 5420 #> 5421 #> 5422 #> 5423 #> 5424 #> 5425 #> 5426 #> 5427 #> 5428 #> 5429 #> 5430 #> 5431 #> 5432 #> 5433 #> 5434 #> 5435 #> 5436 #> 5437 #> 5438 #> 5439 #> 5440 #> 5441 #> 5442 #> 5443 #> 5444 #> 5445 #> 5446 #> 5447 #> 5448 #> 5449 #> 5450 #> 5451 #> 5452 #> 5453 #> 5454 #> 5455 #> 5456 #> 5457 #> 5458 #> 5459 #> 5460 #> 5461 #> 5462 #> 5463 #> 5464 #> 5465 #> 5466 #> 5467 #> 5468 #> 5469 #> 5470 #> 5471 #> 5472 #> 5473 #> 5474 BlockL2-9A1 #> 5475 #> 5476 #> 5477 #> 5478 #> 5479 #> 5480 #> 5481 #> 5482 #> 5483 #> 5484 #> 5485 #> 5486 #> 5487 #> 5488 #> 5489 #> 5490 #> 5491 #> 5492 #> 5493 #> 5494 #> 5495 #> 5496 #> 5497 BlockL2-9A2 #> 5498 #> 5499 #> 5500 #> 5501 #> 5502 #> 5503 #> 5504 #> 5505 #> 5506 #> 5507 #> 5508 #> 5509 #> 5510 #> 5511 #> 5512 #> 5513 #> 5514 #> 5515 #> 5516 #> 5517 #> 5518 #> 5519 #> 5520 #> 5521 #> 5522 #> 5523 #> 5524 #> 5525 #> 5526 #> 5527 #> 5528 #> 5529 #> 5530 #> 5531 #> 5532 #> 5533 #> 5534 #> 5535 #> 5536 #> 5537 #> 5538 #> 5539 #> 5540 #> 5541 #> 5542 #> 5543 #> 5544 #> 5545 #> 5546 BlockL1-9A6 #> 5547 BlockL2-9A6 #> 5548 #> 5549 #> 5550 #> 5551 #> 5552 #> 5553 #> 5554 #> 5555 #> 5556 #> Title #> 2 Certain infectious or parasitic diseases #> 3 - Gastroenteritis or colitis of infectious origin #> 4 - - Bacterial intestinal infections #> 5 - - - Cholera #> 6 - - - Intestinal infection due to other Vibrio #> 7 - - - Intestinal infections due to Shigella #> 8 - - - Intestinal infections due to Escherichia coli #> 9 - - - - Enteropathogenic Escherichia coli infection #> 10 - - - - Enterotoxigenic Escherichia coli infection #> 11 - - - - Enteroinvasive Escherichia coli infection #> 12 - - - - Enterohaemorrhagic Escherichia coli infection #> 13 - - - - Intestinal infections due to other specified Escherichia coli #> 14 - - - - Intestinal infections due to Escherichia coli, unspecified #> 15 - - - Intestinal infections due to Clostridioides difficile #> 16 - - - Intestinal infections due to Yersinia enterocolitica #> 17 - - - Gastroenteritis due to Campylobacter #> 18 - - - Typhoid fever #> 19 - - - - Typhoid peritonitis #> 20 - - - - Other specified typhoid fever #> 21 - - - - Typhoid fever, unspecified #> 22 - - - Paratyphoid fever #> 23 - - - Infections due to other Salmonella #> 24 - - - - Salmonella enteritis #> 25 - - - - Infections due to other Salmonella in other organs #> 26 - - - - Salmonella infection, unspecified #> 27 - - - Other specified bacterial intestinal infections #> 28 - - - Bacterial intestinal infections, unspecified #> 29 - - Bacterial foodborne intoxications #> 30 - - - Foodborne staphylococcal intoxication #> 31 - - - Botulism #> 32 - - - - Foodborne intoxication by botulinum toxin #> 33 - - - - Other forms of botulism #> 34 - - - - Botulism, unspecified #> 35 - - - Foodborne Clostridium perfringens intoxication #> 36 - - - Foodborne Bacillus cereus intoxication #> 37 - - - Other specified bacterial foodborne intoxications #> 38 - - - Bacterial foodborne intoxications, unspecified #> 39 - - Viral intestinal infections #> 40 - - - Enteritis due to Adenovirus #> 41 - - - Gastroenteritis due to Astrovirus #> 42 - - - Gastroenteritis due to Rotavirus #> 43 - - - Enteritis due to Norovirus #> 44 - - - Intestinal infections due to Cytomegalovirus #> 45 - - - Other specified viral intestinal infections #> 46 - - - Viral intestinal infections, unspecified #> 47 - - Protozoal intestinal infections #> 48 - - - Infections due to Balantidium coli #> 49 - - - Giardiasis #> 50 - - - Cryptosporidiosis #> 51 - - - Cystoisosporiasis #> 52 - - - - Cystoisosporiasis of small intestine #> 53 - - - - Cystoisosporiasis of colon #> 54 - - - - Other specified cystoisosporiasis #> 55 - - - - Cystoisosporiasis, unspecified #> 56 - - - Sarcocystosis #> 57 - - - Blastocystosis #> 58 - - - Amoebiasis #> 59 - - - - Intestinal infections due to Entamoeba #> 60 - - - - - Acute amoebiasis #> 61 - - - - - Amoeboma of intestine #> 62 - - - - - Intestinal infections due to Entamoeba, unspecified #> 63 - - - - Extraintestinal infections due to Entamoeba #> 64 - - - - - Amoebic liver abscess #> 65 - - - - - Amoebic lung abscess #> 66 - - - - - Cutaneous amoebiasis #> 67 - - - - - Amoebiasis of other specified sites #> 68 - - - - Amoebiasis, unspecified #> 69 - - - Other specified protozoal intestinal infections #> 70 - - - Protozoal intestinal infections, unspecified #> 71 - - Gastroenteritis or colitis without specification of infectious agent #> 72 - - - Gastroenteritis or colitis without specification of origin #> 73 - - - Infectious gastroenteritis or colitis without specification of infectious agent #> 74 - Predominantly sexually transmitted infections #> 75 - - Syphilis #> 76 - - - Congenital syphilis #> 77 - - - - Early congenital syphilis, symptomatic #> 78 - - - - Early congenital syphilis, latent #> 79 - - - - Late congenital syphilitic oculopathy #> 80 - - - - Late congenital neurosyphilis #> 81 - - - - Other late congenital syphilis, symptomatic #> 82 - - - - Late congenital syphilis, latent #> 83 - - - - Congenital syphilis, unspecified #> 84 - - - Early syphilis #> 85 - - - - Primary genital syphilis #> 86 - - - - Primary anal syphilis #> 87 - - - - Primary syphilis of other sites #> 88 - - - - Secondary syphilis of skin or mucous membranes #> 89 - - - - Secondary syphilis of other sites #> 90 - - - - Latent early syphilis #> 91 - - - - Other specified early syphilis #> 92 - - - - Early syphilis, unspecified #> 93 - - - Late syphilis #> 94 - - - - Neurosyphilis #> 95 - - - - - Asymptomatic neurosyphilis #> 96 - - - - - Symptomatic late neurosyphilis #> 97 - - - - - Neurosyphilis, unspecified #> 98 - - - - Cardiovascular late syphilis #> 99 - - - - Symptomatic late syphilis of other sites #> 100 - - - - - Ocular late syphilis #> 101 - - - - - Late syphilis involving the musculoskeletal system #> 102 - - - - - Late syphilis of skin or mucous membranes #> 103 - - - - - Symptomatic late syphilis of other specified sites #> 104 - - - - - Symptomatic late syphilis of unspecified site #> 105 - - - - Other specified late syphilis #> 106 - - - - Late syphilis, unspecified #> 107 - - - Latent syphilis, unspecified as early or late #> 108 - - - Syphilis, unspecified #> 109 - - Gonococcal infection #> 110 - - - Gonococcal genitourinary infection #> 111 - - - - Gonococcal infection of lower genitourinary tract without periurethral or accessory gland abscess #> 112 - - - - - Gonorrhoea of penis #> 113 - - - - - Other specified gonococcal infection of lower genitourinary tract without periurethral or accessory gland abscess #> 114 - - - - - Gonococcal infection of lower genitourinary tract without periurethral or accessory gland abscess, unspecified #> 115 - - - - Gonococcal infection of lower genitourinary tract with periurethral or accessory gland abscess #> 116 - - - - Gonococcal infection of other specified genitourinary organ #> 117 - - - - Gonococcal genitourinary infection, unspecified #> 118 - - - Gonococcal pelviperitonitis #> 119 - - - Gonococcal infection of other sites #> 120 - - - - Gonococcal infection of musculoskeletal system #> 121 - - - - Gonococcal infection of rectum #> 122 - - - - Gonococcal infection of anus #> 123 - - - - Gonococcal pharyngitis #> 124 - - - - Gonococcal infection of eye #> 125 - - - - Gonococcal infection of other specified sites #> 126 - - - Disseminated gonococcal infection #> 127 - - - Gonococcal infection, unspecified #> 128 - - Sexually transmissible infections due to chlamydia #> 129 - - - Chlamydial lymphogranuloma #> 130 - - - Non-ulcerative sexually transmitted chlamydial infection #> 131 - - - - Chlamydial infection of lower genitourinary tract #> 132 - - - - Chlamydial infection of internal reproductive organs #> 133 - - - - Non-ulcerative sexually transmitted chlamydial infection of other specified site #> 134 - - - - Non-ulcerative sexually transmitted chlamydial infection of unspecified site #> 135 - - - Other specified sexually transmissible infections due to chlamydia #> 136 - - - Sexually transmissible infections due to chlamydia, unspecified #> 137 - - Chancroid #> 138 - - Granuloma inguinale #> 139 - - Trichomoniasis #> 140 - - Sexually transmissible infestations #> 141 - - Anogenital herpes simplex infection #> 142 - - - Herpes simplex infection of genitalia or urogenital tract #> 143 - - - Herpes simplex infection of perianal skin or rectum #> 144 - - - Anogenital herpes simplex infection without further specification #> 145 - - Anogenital warts #> 146 - - - Anal warts #> 147 - - - Genital warts #> 148 - - - Extragenital condylomata acuminata #> 149 - - - Anogenital warts, unspecified #> 150 - - Other specified predominantly sexually transmitted infections #> 151 - - Predominantly sexually transmitted infections, unspecified #> 152 - Mycobacterial diseases #> 153 - - Tuberculosis #> 154 - - - Tuberculosis of the respiratory system #> 155 - - - - Respiratory tuberculosis, confirmed #> 156 - - - - Respiratory tuberculosis, not confirmed #> 157 - - - - Respiratory tuberculosis, without mention of bacteriological or histological confirmation #> 158 - - - Tuberculosis of the nervous system #> 159 - - - - Tuberculous meningitis #> 160 - - - - Tuberculous meningoencephalitis #> 161 - - - - Meningeal tuberculoma #> 162 - - - - Tuberculous granuloma of brain #> 163 - - - - Tuberculosis of other specified part of nervous system #> 164 - - - - Tuberculosis of the nervous system, unspecified #> 165 - - - Tuberculosis of other systems and organs #> 166 - - - - Tuberculosis of heart #> 167 - - - - Tuberculosis of eye #> 168 - - - - Tuberculosis of ear #> 169 - - - - Tuberculosis of endocrine glands #> 170 - - - - Tuberculosis of the musculoskeletal system #> 171 - - - - - Tuberculosis of bones or joints #> 172 - - - - - Tuberculous myositis #> 173 - - - - - Tuberculosis of other specified part of the musculoskeletal system #> 174 - - - - - Tuberculosis of the musculoskeletal system, unspecified #> 175 - - - - Tuberculosis of the genitourinary system #> 176 - - - - Tuberculous peripheral lymphadenopathy #> 177 - - - - Tuberculosis of the digestive system #> 178 - - - - Cutaneous tuberculosis #> 179 - - - - Tuberculosis of other specified organ or site #> 180 - - - Miliary tuberculosis #> 181 - - - - Acute miliary tuberculosis of a single specified site #> 182 - - - - Acute miliary tuberculosis of multiple sites #> 183 - - - - Acute miliary tuberculosis, unspecified site #> 184 - - - - Other specified miliary tuberculosis #> 185 - - - - Miliary tuberculosis, unspecified #> 186 - - - Latent tuberculosis #> 187 - - - Other specified tuberculosis #> 188 - - - Tuberculosis, unspecified #> 189 - - Leprosy #> 190 - - - Paucibacillary leprosy #> 191 - - - Multibacillary leprosy #> 192 - - - Leprosy reactions #> 193 - - - - Type I leprosy reaction #> 194 - - - - Type II leprosy reaction #> 195 - - - Complications of leprosy #> 196 - - - Leprosy, unspecified #> 197 - - Infections due to non-tuberculous mycobacteria #> 198 - - - Pulmonary infection due to non-tuberculous mycobacterium #> 199 - - - Non-tuberculous mycobacterial lymphadenitis #> 200 - - - Cutaneous non-tuberculous mycobacterial infection #> 201 - - - - Mycobacterium ulcerans infection #> 202 - - - - Cutaneous infection due to other specified non-tuberculous mycobacteria #> 203 - - - - Cutaneous infection due to unspecified non-tuberculous mycobacteria #> 204 - - - Disseminated non-tuberculous mycobacterial infection #> 205 - - - Gastrointestinal non-tuberculous mycobacterial infection #> 206 - - - Non-tuberculous mycobacterial infection of other specified site #> 207 - - - Non-tuberculous mycobacterial infection of unspecified site #> 208 - - Other specified mycobacterial diseases #> 209 - - Mycobacterial diseases, unspecified #> 210 - Certain staphylococcal or streptococcal diseases #> 211 - - Acute rheumatic fever #> 212 - - - Acute rheumatic fever without mention of heart involvement #> 213 - - - - Rheumatic arthritis, acute or subacute #> 214 - - - - Other specified acute rheumatic fever without mention of heart involvement #> 215 - - - - Acute rheumatic fever without mention of heart involvement, unspecified #> 216 - - - Acute rheumatic fever with heart involvement #> 217 - - - - Acute rheumatic pericarditis #> 218 - - - - Acute rheumatic endocarditis #> 219 - - - - - Rheumatic aortitis #> 220 - - - - - Other specified acute rheumatic endocarditis #> 221 - - - - - Acute rheumatic endocarditis, unspecified #> 222 - - - - Acute rheumatic myocarditis #> 223 - - - - Other acute rheumatic heart disease #> 224 - - - - Acute rheumatic heart disease, unspecified #> 225 - - - Rheumatic chorea #> 226 - - Scarlet fever #> 227 - - Streptococcal pharyngitis #> 228 - - Meningitis due to Streptococcus #> 229 - - Meningitis due to Staphylococcus #> 230 - - Other specified staphylococcal or streptococcal diseases #> 231 - - Staphylococcal or streptococcal diseases, unspecified #> 232 - Pyogenic bacterial infections of the skin or subcutaneous tissues #> 233 - - Bacterial cellulitis, erysipelas or lymphangitis #> 234 - - - Erysipelas #> 235 - - - - Erysipelas of face #> 236 - - - - Erysipelas of external ear #> 237 - - - - Erysipelas of lower limb #> 238 - - - - Erysipelas of other specified site #> 239 - - - - Erysipelas, unspecified #> 240 - - - Streptococcal cellulitis of skin #> 241 - - - Staphylococcal cellulitis of skin #> 242 - - - Ascending bacterial lymphangitis #> 243 - - - Bacterial cellulitis or lymphangitis due to other specified bacterium #> 244 - - - Bacterial cellulitis or lymphangitis due to unspecified bacterium #> 245 - - Necrotising fasciitis #> 246 - - - Streptococcal necrotising fasciitis #> 247 - - - Polymicrobial necrotising fasciitis #> 248 - - - Neonatal necrotising fasciitis #> 249 - - - Necrotising fasciitis due to other specified bacterial infection #> 250 - - - Necrotising fasciitis, unspecified #> 251 - - Impetigo #> 252 - - - Bullous impetigo #> 253 - - - Non-bullous impetigo #> 254 - - - Secondary impetiginisation of the skin #> 255 - - - Other specified impetigo #> 256 - - - Impetigo, unspecified #> 257 - - Ecthyma #> 258 - - - Streptococcal ecthyma #> 259 - - - Staphylococcal ecthyma #> 260 - - - Ecthyma gangrenosum #> 261 - - - Other specified ecthyma #> 262 - - - Ecthyma, unspecified #> 263 - - Superficial bacterial folliculitis #> 264 - - - Staphylococcus aureus superficial folliculitis #> 265 - - - Superficial bacterial folliculitis due to other specified organism #> 266 - - - Superficial bacterial folliculitis due to unspecified organism #> 267 - - Deep bacterial folliculitis or pyogenic abscess of the skin #> 268 - - - Furuncle #> 269 - - - Carbuncle #> 270 - - - Furunculosis #> 271 - - - Pyogenic abscess of the skin #> 272 - - - Chronic deep bacterial folliculitis #> 273 - - - Deep bacterial folliculitis or pyogenic abscess of the skin, unspecified #> 274 - - Other specified pyogenic bacterial infection of skin or subcutaneous tissue #> 275 - - Pyogenic bacterial infection of skin or subcutaneous tissue, unspecified #> 276 - Certain zoonotic bacterial diseases #> 277 - - Rat-bite fevers #> 278 - - - Spirillosis #> 279 - - - Streptobacillosis #> 280 - - Leptospirosis #> 281 - - Glanders #> 282 - - Plague #> 283 - - - Bubonic plague #> 284 - - - Cellulocutaneous plague #> 285 - - - Pneumonic plague #> 286 - - - Plague meningitis #> 287 - - - Other specified plague #> 288 - - - Plague, unspecified #> 289 - - Tularaemia #> 290 - - - Ulceroglandular tularaemia #> 291 - - - Other specified tularaemia #> 292 - - - Tularaemia, unspecified #> 293 - - Brucellosis #> 294 - - Erysipeloid #> 295 - - Anthrax #> 296 - - Cat-scratch disease #> 297 - - Pasteurellosis #> 298 - - Extraintestinal yersiniosis #> 299 - - Unspecified zoonotic bacterial disease #> 300 - Other bacterial diseases #> 301 - - Actinomycosis #> 302 - - - Pulmonary actinomycosis #> 303 - - - Abdominal actinomycosis #> 304 - - - Cervicofacial actinomycosis #> 305 - - - Primary cutaneous actinomycosis #> 306 - - - Other specified forms of actinomycosis #> 307 - - - Actinomycosis, unspecified #> 308 - - Bartonellosis #> 309 - - - Carrion disease #> 310 - - - - Oroya fever #> 311 - - - - Verruga peruana #> 312 - - - Trench fever #> 313 - - - Other forms of bartonellosis #> 314 - - - Bartonellosis, unspecified #> 315 - - Whooping cough #> 316 - - - Whooping cough due to Bordetella pertussis #> 317 - - - Whooping cough due to Bordetella parapertussis #> 318 - - - Other specified whooping cough #> 319 - - - Whooping cough, unspecified #> 320 - - Tetanus #> 321 - - Obstetrical tetanus #> 322 - - Tetanus neonatorum #> 323 - - Gas gangrene #> 324 - - Diphtheria #> 325 - - - Pharyngeal or tonsillar diphtheria #> 326 - - - - Postdiphtheritic paralysis of uvula #> 327 - - - - Other specified pharyngeal or tonsillar diphtheria #> 328 - - - - Pharyngeal or tonsillar diphtheria, unspecified #> 329 - - - Nasal diphtheria #> 330 - - - Laryngeal diphtheria #> 331 - - - Cutaneous diphtheria #> 332 - - - Other specified diphtheria #> 333 - - - Diphtheria, unspecified #> 334 - - Brazilian purpuric fever #> 335 - - Legionellosis #> 336 - - - Nonpneumonic Legionnaires' disease #> 337 - - - Legionnaires disease #> 338 - - - Legionellosis, unspecified #> 339 - - Listeriosis #> 340 - - - Cutaneous listeriosis #> 341 - - - Listerial meningitis or meningoencephalitis #> 342 - - - Other specified listeriosis #> 343 - - - Listeriosis, unspecified #> 344 - - Nocardiosis #> 345 - - - Pulmonary nocardiosis #> 346 - - - Cutaneous nocardiosis #> 347 - - - Other specified forms of nocardiosis #> 348 - - - Nocardiosis, unspecified #> 349 - - Meningococcal disease #> 350 - - - Meningococcal meningitis #> 351 - - - Waterhouse-Friderichsen syndrome #> 352 - - - Meningococcaemia #> 353 - - - - Acute meningococcaemia #> 354 - - - - Other specified meningococcaemia #> 355 - - - - Meningococcaemia, unspecified #> 356 - - - Other specified meningococcal disease #> 357 - - - Meningococcal disease, unspecified #> 358 - - Yaws #> 359 - - - Primary yaws #> 360 - - - Secondary yaws #> 361 - - - Tertiary yaws #> 362 - - - Latent yaws #> 363 - - - Yaws, unspecified #> 364 - - Pinta #> 365 - - - Primary lesions of pinta #> 366 - - - Intermediate lesions of pinta #> 367 - - - Late lesions of pinta #> 368 - - - Mixed lesions of pinta #> 369 - - - Pinta, unspecified #> 370 - - Endemic non-venereal syphilis #> 371 - - Lyme borreliosis #> 372 - - - Early cutaneous Lyme borreliosis #> 373 - - - Disseminated Lyme borreliosis #> 374 - - - - Lyme neuroborreliosis #> 375 - - - - Lyme carditis #> 376 - - - - Ophthalmic Lyme borreliosis #> 377 - - - - Lyme arthritis #> 378 - - - - Late cutaneous Lyme borreliosis #> 379 - - - - Other specified disseminated Lyme borreliosis #> 380 - - - - Disseminated Lyme borreliosis, unspecified #> 381 - - - Other specified Lyme borreliosis #> 382 - - - Lyme borreliosis, unspecified #> 383 - - Necrotising ulcerative gingivitis #> 384 - - - Other Vincent infections #> 385 - - - Other specified necrotising ulcerative gingivitis #> 386 - - - Necrotising ulcerative gingivitis, unspecified #> 387 - - Relapsing fever #> 388 - - - Tick-borne relapsing fever #> 389 - - - Louse-borne relapsing fever #> 390 - - - Relapsing fever, unspecified #> 391 - - Other diseases due to chlamydiae #> 392 - - - Chlamydial conjunctivitis #> 393 - - - Chlamydial peritonitis #> 394 - - - Infections due to Chlamydia psittaci #> 395 - - - Trachoma #> 396 - - - - Initial stage of trachoma #> 397 - - - - Active stage of trachoma #> 398 - - - - Other specified trachoma #> 399 - - - - Trachoma, unspecified #> 400 - - - Other specified diseases due to chlamydiae #> 401 - - - Diseases due to chlamydiae, unspecified #> 402 - - Rickettsioses #> 403 - - - Typhus fever #> 404 - - - - Epidemic louse-borne typhus fever due to Rickettsia prowazekii #> 405 - - - - Recrudescent typhus #> 406 - - - - Typhus fever due to Rickettsia typhi #> 407 - - - - Typhus fever due to Orientia tsutsugamushi #> 408 - - - - Other specified typhus fever #> 409 - - - - Typhus fever, unspecified #> 410 - - - Spotted fever #> 411 - - - - Spotted fever due to Rickettsia rickettsii #> 412 - - - - Spotted fever due to Rickettsia conorii #> 413 - - - - Spotted fever due to Rickettsia sibirica #> 414 - - - - Spotted fever due to Rickettsia australis #> 415 - - - - Other specified spotted fever #> 416 - - - - Spotted fever, unspecified #> 417 - - - Rickettsialpox #> 418 - - - Q fever #> 419 - - - Other specified rickettsioses #> 420 - - - Rickettsioses, unspecified #> 421 - - Campylobacteriosis #> 422 - - Bacterial infection of unspecified site #> 423 - - Melioidosis #> 424 - - Actinomycetoma #> 425 - - Non-pyogenic bacterial infections of the skin #> 426 - - Toxic shock syndrome #> 427 - - - Streptococcal toxic shock syndrome #> 428 - - - Staphylococcal toxic shock syndrome #> 429 - - - Toxic shock syndrome due to other specified infectious agent #> 430 - - - Toxic shock syndrome without specified infectious agent #> 431 - - Other specified bacterial diseases #> 432 - - Unspecified bacterial disease #> 433 - Human immunodeficiency virus disease #> 434 - - Human immunodeficiency virus disease associated with tuberculosis #> 435 - - - HIV disease clinical stage 1 associated with tuberculosis #> 436 - - - HIV disease clinical stage 2 associated with tuberculosis #> 437 - - - HIV disease clinical stage 3 associated with tuberculosis #> 438 - - - HIV disease clinical stage 4 associated with tuberculosis #> 439 - - - - Kaposi sarcoma associated with human immunodeficiency virus disease associated with tuberculosis #> 440 - - - - Other specified HIV disease clinical stage 4 associated with tuberculosis #> 441 - - - - HIV disease clinical stage 4 associated with tuberculosis, unspecified #> 442 - - - Human immunodeficiency virus disease associated with tuberculosis, clinical stage unspecified #> 443 - - Human immunodeficiency virus disease associated with malaria #> 444 - - - HIV disease clinical stage 1 associated with malaria #> 445 - - - HIV disease clinical stage 2 associated with malaria #> 446 - - - HIV disease clinical stage 3 associated with malaria #> 447 - - - HIV disease clinical stage 4 associated with malaria #> 448 - - - - Kaposi sarcoma associated with human immunodeficiency virus disease associated with malaria #> 449 - - - - Other specified HIV disease clinical stage 4 associated with malaria #> 450 - - - - HIV disease clinical stage 4 associated with malaria, unspecified #> 451 - - - Human immunodeficiency virus disease associated with malaria, clinical stage unspecified #> 452 - - Human immunodeficiency virus disease without mention of tuberculosis or malaria #> 453 - - - HIV disease clinical stage 1 without mention of tuberculosis or malaria #> 454 - - - HIV disease clinical stage 2 without mention of tuberculosis or malaria #> 455 - - - HIV disease clinical stage 3 without mention of tuberculosis or malaria #> 456 - - - HIV disease clinical stage 4 without mention of tuberculosis or malaria #> 457 - - - - Kaposi sarcoma associated with human immunodeficiency virus disease without mention of tuberculosis or malaria #> 458 - - - - Other specified HIV disease clinical stage 4 without mention of tuberculosis or malaria #> 459 - - - - HIV disease clinical stage 4 without mention of tuberculosis or malaria, unspecified #> 460 - - - Human immunodeficiency virus disease without mention of associated disease or condition, clinical stage unspecified #> 461 - Viral infections of the central nervous system #> 462 - - Viral encephalitis, not elsewhere classified #> 463 - - Acute poliomyelitis #> 464 - - Rabies #> 465 - - Western equine encephalitis #> 466 - - Eastern equine encephalitis #> 467 - - Japanese encephalitis #> 468 - - St Louis encephalitis #> 469 - - Rocio viral encephalitis #> 470 - - Murray Valley encephalitis #> 471 - - California encephalitis #> 472 - - Venezuelan equine encephalitis #> 473 - - La Crosse encephalitis #> 474 - - Viral meningitis, not elsewhere classified #> 475 - - - Enteroviral meningitis #> 476 - - - Meningitis due to adenovirus #> 477 - - - Other specified viral meningitis, not elsewhere classified #> 478 - - - Viral meningitis, unspecified #> 479 - - Lymphocytic choriomeningitis #> 480 - - Tick-borne encephalitis #> 481 - - - Far Eastern tick-borne encephalitis #> 482 - - - Central European tick-borne encephalitis #> 483 - - - Siberian tick-borne encephalitis #> 484 - - - Tick-borne encephalitis, unspecified #> 485 - - Other specified viral infections of the central nervous system #> 486 - - Viral infections of the central nervous system, unspecified #> 487 - Non-viral and unspecified infections of the central nervous system #> 488 - - Infectious encephalitis, not elsewhere classified #> 489 - - - Bacterial encephalitis #> 490 - - - Fungal encephalitis #> 491 - - - Parasitic or protozoal encephalitis #> 492 - - - Other specified infectious encephalitis, not elsewhere classified #> 493 - - - Infectious encephalitis, unspecified #> 494 - - Infectious meningitis, not elsewhere classified #> 495 - - - Bacterial meningitis #> 496 - - - - Meningitis due to Haemophilus influenzae #> 497 - - - - Other specified bacterial meningitis #> 498 - - - - Bacterial meningitis, unspecified #> 499 - - - Fungal meningitis #> 500 - - - Parasitic or protozoal meningitis #> 501 - - - Benign recurrent meningitis #> 502 - - - Other specified infectious meningitis, not elsewhere classified #> 503 - - - Infectious meningitis, unspecified #> 504 - - Infectious myelitis, not elsewhere classified #> 505 - - - Bacterial myelitis #> 506 - - - Viral myelitis #> 507 - - - Fungal myelitis #> 508 - - - Parasitic myelitis #> 509 - - - Other specified infectious myelitis, not elsewhere classified #> 510 - - - Infectious myelitis, unspecified #> 511 - - Infectious abscess of the central nervous system #> 512 - - - Intraspinal intramedullary abscess #> 513 - - - Intraspinal subdural abscess #> 514 - - - Intraspinal extradural abscess #> 515 - - - Intracranial abscess #> 516 - - - - Deep cerebral hemispheric abscess #> 517 - - - - Abscess of the corpus callosum #> 518 - - - - Pituitary abscess #> 519 - - - - Multiple or widespread intracranial abscess #> 520 - - - - Other specified intracranial abscess #> 521 - - - - Intracranial abscess, unspecified #> 522 - - - Intraspinal epidural abscess #> 523 - - - Spinal cord abscess #> 524 - - - Other specified site of infectious abscess of the central nervous system #> 525 - - - Infectious abscess of the central nervous system, site unspecified #> 526 - - Infectious granulomas of the central nervous system #> 527 - - - Parasitic intracerebral granuloma #> 528 - - - Intracranial granuloma #> 529 - - - - Fungal intracranial granuloma #> 530 - - - - Other specified intracranial granuloma #> 531 - - - - Intracranial granuloma, unspecified #> 532 - - - Intraspinal intramedullary granuloma #> 533 - - - Intraspinal subdural granuloma #> 534 - - - Intraspinal extradural granuloma #> 535 - - - Intraspinal epidural granuloma #> 536 - - - Other specified site of infectious granulomas of the central nervous system #> 537 - - - Infectious granulomas of the central nervous system, site unspecified #> 538 - - Infectious cysts of the central nervous system #> 539 - - - Epidural infectious cyst #> 540 - - - Subdural infectious cyst #> 541 - - - Other specified infectious cysts of the central nervous system #> 542 - - - Infectious cysts of the central nervous system, unspecified #> 543 - - Other specified non-viral and unspecified infections of the central nervous system #> 544 - - Non-viral and unspecified infections of the central nervous system, unspecified #> 545 - Dengue #> 546 - - Dengue without warning signs #> 547 - - Dengue with warning signs #> 548 - - Severe dengue #> 549 - - Dengue fever, unspecified #> 550 - Certain arthropod-borne viral fevers #> 551 - - Chikungunya virus disease #> 552 - - Colorado tick fever #> 553 - - O'nyong-nyong fever #> 554 - - Oropouche virus disease #> 555 - - Rift Valley fever #> 556 - - Sandfly fever #> 557 - - West Nile virus infection #> 558 - - Yellow fever #> 559 - - Zika virus disease #> 560 - - Crimean-Congo haemorrhagic fever #> 561 - - Omsk haemorrhagic fever #> 562 - - Kyasanur Forest disease #> 563 - - Alkhurma haemorrhagic fever #> 564 - - Ross River disease #> 565 - - Severe fever with thrombocytopenia syndrome #> 566 - - Other specified arthropod-borne viral fevers #> 567 - - Arthropod-borne viral fever, virus unspecified #> 568 - Certain zoonotic viral diseases #> 569 - - Filovirus disease #> 570 - - - Ebola disease #> 571 - - - - Bundibugyo virus disease #> 572 - - - - Ebola virus disease #> 573 - - - - Sudan virus disease #> 574 - - - - Atypical Ebola disease #> 575 - - - - Other specified Ebola disease #> 576 - - - - Ebola disease, virus unspecified #> 577 - - - Marburg disease #> 578 - - - - Marburg virus disease #> 579 - - - - Atypical Marburg disease #> 580 - - - - Other specified Marburg disease #> 581 - - - - Marburg disease, virus unspecified #> 582 - - - Other specified filovirus disease #> 583 - - - Filovirus disease, virus unspecified #> 584 - - Arenavirus disease #> 585 - - - Argentinian haemorrhagic fever #> 586 - - - Bolivian haemorrhagic fever #> 587 - - - Lassa fever #> 588 - - - Venezuelan haemorrhagic fever #> 589 - - - Other specified arenavirus disease #> 590 - - - Arenavirus disease, unspecified #> 591 - - Hantavirus disease #> 592 - - - Haemorrhagic fever with renal syndrome #> 593 - - - Hantavirus pulmonary syndrome #> 594 - - - Atypical hantavirus disease #> 595 - - - Other specified hantavirus disease #> 596 - - - Hantavirus disease, unspecified #> 597 - - Henipavirus encephalitis #> 598 - - Middle East respiratory syndrome #> 599 - - Severe acute respiratory syndrome #> 600 - - Other specified zoonotic viral diseases #> 601 - - Zoonotic viral disease, virus unspecified #> 602 - Certain other viral diseases #> 603 - - Mumps #> 604 - - - Mumps without complication #> 605 - - - Orchitis due to mumps virus #> 606 - - - Meningitis due to mumps virus #> 607 - - - Encephalitis due to mumps virus #> 608 - - - Pancreatitis due to mumps virus #> 609 - - - Other specified mumps #> 610 - - Infectious mononucleosis #> 611 - - - Mononucleosis due to Epstein-Barr virus #> 612 - - - Mononucleosis due to cytomegalovirus #> 613 - - - Other specified infectious mononucleosis #> 614 - - - Infectious mononucleosis, unspecified #> 615 - - Cytomegaloviral disease #> 616 - - - Cytomegaloviral hepatitis #> 617 - - - Cytomegaloviral pancreatitis #> 618 - - - Other specified cytomegaloviral disease #> 619 - - - Cytomegaloviral disease, unspecified #> 620 - - Epidemic myalgia #> 621 - - Viral conjunctivitis #> 622 - - - Conjunctivitis due to adenovirus #> 623 - - - Acute epidemic haemorrhagic conjunctivitis #> 624 - - - Other specified viral conjunctivitis #> 625 - - - Viral conjunctivitis, unspecified #> 626 - - Viral carditis #> 627 - - - Dilated cardiomyopathy secondary to viral myocarditis #> 628 - - - Acute viral carditis #> 629 - - - Chronic viral carditis #> 630 - - - Aseptic myocarditis of newborn #> 631 - - - Coxsackie carditis #> 632 - - - Other specified viral carditis #> 633 - - - Viral carditis, unspecified #> 634 - - Viral haemorrhagic fever, not elsewhere classified #> 635 - - Viral infection of unspecified site #> 636 - - - Adenovirus infection of unspecified site #> 637 - - - Enterovirus infection of unspecified site #> 638 - - - Coronavirus infection, unspecified site #> 639 - - - Parvovirus infection of unspecified site #> 640 - - - Other viral infections of unspecified site #> 641 - - - Unspecified viral infection of unspecified site #> 642 - - Other specified viral diseases #> 643 - - Unspecified viral disease #> 644 - Influenza #> 645 - - Influenza due to identified seasonal influenza virus #> 646 - - Influenza due to identified zoonotic or pandemic influenza virus #> 647 - - Influenza, virus not identified #> 648 - Viral hepatitis #> 649 - - Acute viral hepatitis #> 650 - - - Acute hepatitis A #> 651 - - - Acute hepatitis B #> 652 - - - Acute hepatitis C #> 653 - - - Acute hepatitis D #> 654 - - - Acute hepatitis E #> 655 - - - Other specified acute viral hepatitis #> 656 - - - Acute viral hepatitis, unspecified #> 657 - - Chronic viral hepatitis #> 658 - - - Chronic hepatitis B #> 659 - - - - Chronic hepatitis B with human immunodeficiency virus co-infection #> 660 - - - - Other specified chronic hepatitis B #> 661 - - - - Chronic hepatitis B, unspecified #> 662 - - - Chronic hepatitis C #> 663 - - - Chronic hepatitis D #> 664 - - - Chronic hepatitis E #> 665 - - - Other specified chronic viral hepatitis #> 666 - - - Chronic viral hepatitis, unspecified #> 667 - - Viral hepatitis, unspecified #> 668 - Viral infections characterised by skin or mucous membrane lesions #> 669 - - Infections due to poxvirus #> 670 - - - Smallpox #> 671 - - - Mpox #> 672 - - - Cowpox #> 673 - - - Vaccinia #> 674 - - - Buffalopox #> 675 - - - Orf #> 676 - - - Molluscum contagiosum #> 677 - - - Other specified infections due to poxvirus #> 678 - - - Infections due to poxvirus, unspecified #> 679 - - Human papillomavirus infection of skin or mucous membrane #> 680 - - - Common warts #> 681 - - - - Digital or periungual warts #> 682 - - - - Plantar warts #> 683 - - - - Other specified common warts #> 684 - - - - Common warts, unspecified #> 685 - - - Plane warts #> 686 - - - Warts of lips or oral cavity #> 687 - - - - Focal epithelial hyperplasia of oral mucous membranes #> 688 - - - Wart virus proliferation in immune-deficient states #> 689 - - - Viral warts, not elsewhere classified #> 690 - - Varicella zoster virus infections #> 691 - - - Varicella #> 692 - - - - Varicella without complication #> 693 - - - - Varicella meningitis #> 694 - - - - Varicella encephalitis #> 695 - - - - Varicella with other specified complication #> 696 - - - - Varicella, unspecified #> 697 - - - Zoster #> 698 - - - - Zoster without complications #> 699 - - - - Ophthalmic zoster #> 700 - - - - Disseminated zoster #> 701 - - - - Zoster with central nervous system involvement #> 702 - - - - Acute neuropathy of cranial nerve due to zoster #> 703 - - - - - Acute trigeminal zoster neuropathy #> 704 - - - - - Acute herpetic geniculate ganglionitis #> 705 - - - - - Other specified acute neuropathy of cranial nerve due to zoster #> 706 - - - - - Acute neuropathy of cranial nerve due to zoster, unspecified #> 707 - - - - Postherpetic polyneuropathy #> 708 - - - - Zoster with other specified complications #> 709 - - - - Zoster, unspecified #> 710 - - Herpes simplex infections #> 711 - - - Herpes simplex infection of skin or mucous membrane #> 712 - - - - Herpes simplex infection of skin #> 713 - - - - Herpes simplex labialis #> 714 - - - - Herpes simplex gingivostomatitis #> 715 - - - - Disseminated cutaneous herpes simplex infection complicating other skin diseases #> 716 - - - - Other specified herpes simplex infection of skin or mucous membrane #> 717 - - - Herpes simplex infection of the eye #> 718 - - - - Herpes simplex keratitis #> 719 - - - - Herpes simplex infection of eyelid #> 720 - - - - Other specified herpes simplex infection of the eye #> 721 - - - - Herpes simplex infection of the eye, unspecified #> 722 - - - Herpes simplex infection of central nervous system #> 723 - - - - Herpes simplex meningitis #> 724 - - - - Encephalitis due to herpes simplex virus #> 725 - - - - Other specified herpes simplex infection of central nervous system #> 726 - - - Disseminated herpes simplex infection #> 727 - - - Other specified herpes simplex infections #> 728 - - - Herpes simplex infections, unspecified #> 729 - - Roseola infantum #> 730 - - Rubella #> 731 - - - Rubella with neurological complications #> 732 - - - Rubella arthritis #> 733 - - - Rubella without complication #> 734 - - - Rubella with other specified complication #> 735 - - Measles #> 736 - - - Measles without complication #> 737 - - - Measles complicated by encephalitis #> 738 - - - Measles complicated by meningitis #> 739 - - - Measles with other complications #> 740 - - Erythema infectiosum #> 741 - - Picornavirus infections presenting in the skin or mucous membranes #> 742 - - - Enteroviral vesicular stomatitis #> 743 - - - Enteroviral vesicular pharyngitis #> 744 - - - Enteroviral exanthematous fever #> 745 - - - Foot and mouth disease #> 746 - - - Other specified picornavirus infections presenting in the skin or mucous membranes #> 747 - - Other specified viral infections characterised by skin or mucous membrane lesions #> 748 - - Viral infections characterised by skin or mucous membrane lesions, unspecified #> 749 - Mycoses #> 750 - - Aspergillosis #> 751 - - - Invasive aspergillosis #> 752 - - - - Invasive aspergillosis of the digestive tract #> 753 - - - - Invasive cerebral aspergillosis #> 754 - - - - Disseminated aspergillosis #> 755 - - - - Invasive aspergillosis of other specified site #> 756 - - - - Invasive aspergillosis, unspecified #> 757 - - - Non-invasive aspergillosis #> 758 - - - - Aspergillus otomycosis #> 759 - - - - Chronic aspergillosis of the paranasal sinuses #> 760 - - - - Chronic pulmonary aspergillosis #> 761 - - - - Tonsillar aspergillosis #> 762 - - - - Aspergillus bronchitis #> 763 - - - - Obstructing aspergillus tracheobronchitis #> 764 - - - - Other specified non-invasive aspergillosis #> 765 - - - - Non-invasive aspergillosis, unspecified #> 766 - - - Aspergillosis, unspecified #> 767 - - Basidiobolomycosis #> 768 - - Blastomycosis #> 769 - - Candidosis #> 770 - - - Candidosis of lips or oral mucous membranes #> 771 - - - Candidosis of skin or mucous membranes #> 772 - - - - Vulvovaginal candidosis #> 773 - - - - Candida balanoposthitis #> 774 - - - - Flexural or intertriginous candidosis #> 775 - - - - Candidosis of nail or paronychium #> 776 - - - - Chronic mucocutaneous candidosis #> 777 - - - - Disseminated cutaneous candidosis #> 778 - - - - Candida otomycosis #> 779 - - - - Candidosis of skin or mucous membrane of other specified site #> 780 - - - - Candidosis of skin or mucous membranes, unspecified #> 781 - - - Candidosis of gastrointestinal tract #> 782 - - - Systemic or invasive candidosis #> 783 - - - - Candida meningitis #> 784 - - - - Pulmonary candidosis #> 785 - - - - Other specified systemic or invasive candidosis #> 786 - - - - Systemic or invasive candidosis, unspecified #> 787 - - - Other specified candidosis #> 788 - - - Candidosis, unspecified #> 789 - - Chromoblastomycosis #> 790 - - Coccidioidomycosis #> 791 - - - Pulmonary coccidioidomycosis #> 792 - - - - Acute pulmonary coccidioidomycosis #> 793 - - - - Chronic pulmonary coccidioidomycosis #> 794 - - - Extrathoracic coccidioidomycosis #> 795 - - - - Disseminated coccidioidomycosis #> 796 - - - - Primary cutaneous coccidioidomycosis #> 797 - - - - Coccidioides meningitis #> 798 - - - - Other specified extrathoracic coccidioidomycosis #> 799 - - - - Extrathoracic coccidioidomycosis, unspecified #> 800 - - - Coccidioidomycosis, unspecified #> 801 - - Conidiobolomycosis #> 802 - - Cryptococcosis #> 803 - - - Pulmonary cryptococcosis #> 804 - - - Cerebral cryptococcosis #> 805 - - - - Meningitis due to Cryptococcus neoformans #> 806 - - - Disseminated cryptococcosis #> 807 - - - Other specified cryptococcosis #> 808 - - - Cryptococcosis, unspecified #> 809 - - Dermatophytosis #> 810 - - - Dermatophytosis of scalp #> 811 - - - Dermatophytosis of nail #> 812 - - - Dermatophytosis of foot #> 813 - - - Genitocrural dermatophytosis #> 814 - - - Kerion #> 815 - - - Disseminated dermatophytosis #> 816 - - - Other specified dermatophytosis #> 817 - - - Dermatophytosis, unspecified #> 818 - - Eumycetoma #> 819 - - Histoplasmosis #> 820 - - - Pulmonary histoplasmosis capsulati #> 821 - - - Histoplasmosis due to Histoplasma duboisii #> 822 - - - Other specified histoplasmosis #> 823 - - - Histoplasmosis, unspecified #> 824 - - Lobomycosis #> 825 - - Mucormycosis #> 826 - - Non-dermatophyte superficial dermatomycoses #> 827 - - - Pityriasis versicolor #> 828 - - - Malassezia folliculitis #> 829 - - - White piedra #> 830 - - - Black piedra #> 831 - - - Tinea nigra #> 832 - - - Onychomycosis due to non-dermatophyte mould #> 833 - - - Other specified non-dermatophyte superficial dermatomycoses #> 834 - - - Non-dermatophyte superficial dermatomycoses, unspecified #> 835 - - Paracoccidioidomycosis #> 836 - - - Pulmonary paracoccidioidomycosis #> 837 - - - Disseminated paracoccidioidomycosis #> 838 - - - Other specified paracoccidioidomycosis #> 839 - - - Paracoccidioidomycosis, unspecified #> 840 - - Phaeohyphomycosis #> 841 - - Pneumocystosis #> 842 - - - Pulmonary pneumocystosis #> 843 - - - Pneumocystosis, unspecified #> 844 - - Scedosporiosis #> 845 - - Sporotrichosis #> 846 - - - Lymphocutaneous sporotrichosis #> 847 - - - Fixed cutaneous sporotrichosis #> 848 - - - Pulmonary sporotrichosis #> 849 - - - Disseminated sporotrichosis #> 850 - - - Other specified sporotrichosis #> 851 - - - Sporotrichosis, unspecified #> 852 - - Talaromycosis #> 853 - - Emmonsiosis #> 854 - - - Disseminated adiaspiromycosis #> 855 - - - Pulmonary adiaspiromycosis #> 856 - - - Other specified emmonsiosis #> 857 - - - Emmonsiosis, unspecified #> 858 - - Other specified mycoses #> 859 - - Mycoses, unspecified #> 860 - Parasitic diseases #> 861 - - Malaria #> 862 - - - Malaria due to Plasmodium falciparum #> 863 - - - - Plasmodium falciparum malaria with cerebral complications #> 864 - - - - Other severe and complicated Plasmodium falciparum malaria #> 865 - - - - Malaria due to Plasmodium falciparum, unspecified #> 866 - - - Malaria due to Plasmodium vivax #> 867 - - - - Plasmodium vivax malaria with rupture of spleen #> 868 - - - - Malaria due to Plasmodium vivax with other complications #> 869 - - - - Plasmodium vivax malaria without complication #> 870 - - - Malaria due to Plasmodium malariae #> 871 - - - - Plasmodium malariae malaria with nephropathy #> 872 - - - - Malaria due to Plasmodium malariae with other complications #> 873 - - - - Plasmodium malariae malaria without complication #> 874 - - - Malaria due to Plasmodium ovale #> 875 - - - Other parasitologically confirmed malaria #> 876 - - - Malaria without parasitological confirmation #> 877 - - - Malaria, unspecified #> 878 - - Nonintestinal protozoal diseases #> 879 - - - Acanthamoebiasis #> 880 - - - African trypanosomiasis #> 881 - - - - Gambiense trypanosomiasis #> 882 - - - - - Meningitis in Gambiense trypanosomiasis #> 883 - - - - - Other specified gambiense trypanosomiasis #> 884 - - - - - Gambiense trypanosomiasis, unspecified #> 885 - - - - Rhodesiense trypanosomiasis #> 886 - - - - - Meningitis in Rhodesiense trypanosomiasis #> 887 - - - - - Other specified rhodesiense trypanosomiasis #> 888 - - - - - Rhodesiense trypanosomiasis, unspecified #> 889 - - - - Other specified african trypanosomiasis #> 890 - - - - African trypanosomiasis, unspecified #> 891 - - - Babesiosis #> 892 - - - Chagas disease #> 893 - - - - Acute Chagas disease without heart involvement #> 894 - - - - Chronic Chagas disease with heart involvement #> 895 - - - - Chagas disease with digestive system involvement #> 896 - - - - Meningitis in Chagas disease #> 897 - - - - Other specified Chagas disease #> 898 - - - - Chagas disease, unspecified #> 899 - - - Leishmaniasis #> 900 - - - - Visceral leishmaniasis #> 901 - - - - Cutaneous leishmaniasis #> 902 - - - - Mucocutaneous leishmaniasis #> 903 - - - - Leishmaniasis, unspecified #> 904 - - - Naegleriasis #> 905 - - - Rhinosporidiosis #> 906 - - - Toxoplasmosis #> 907 - - - - Hepatitis due to Toxoplasma gondii #> 908 - - - - Meningoencephalitis due to Toxoplasma gondii #> 909 - - - - Pulmonary toxoplasmosis due to Toxoplasma gondii #> 910 - - - - Eye disease due to Toxoplasma gondii #> 911 - - - - Other specified toxoplasmosis #> 912 - - - - Toxoplasmosis, unspecified #> 913 - - - Microsporidiosis #> 914 - - - Unspecified protozoal disease #> 915 - - Helminthiases #> 916 - - - Diseases due to nematodes #> 917 - - - - Angiostrongyliasis #> 918 - - - - - Eosinophilic meningitis due to Angiostrongylus cantonensis #> 919 - - - - - Intestinal angiostrongyliasis #> 920 - - - - - Other specified angiostrongyliasis #> 921 - - - - - Angiostrongyliasis, unspecified #> 922 - - - - Anisakiasis #> 923 - - - - Ascariasis #> 924 - - - - Capillariasis #> 925 - - - - - Capillariasis of the intestine #> 926 - - - - - Other specified capillariasis #> 927 - - - - - Capillariasis, unspecified #> 928 - - - - Dracunculiasis #> 929 - - - - Enterobiasis #> 930 - - - - Filariasis #> 931 - - - - - Loiasis #> 932 - - - - - Mansonelliasis #> 933 - - - - - Filariasis due to Brugia species #> 934 - - - - - Lymphatic filariasis #> 935 - - - - - - Filariasis due to Wuchereria bancrofti #> 936 - - - - - - Filariasis due to Brugia malayi #> 937 - - - - - - Filariasis due to Brugia timori #> 938 - - - - - - Lymphatic filariasis, unspecified #> 939 - - - - - Subcutaneous dirofilariasis #> 940 - - - - - Other specified filariasis #> 941 - - - - - Filariasis, unspecified #> 942 - - - - Gnathostomiasis #> 943 - - - - Hookworm diseases #> 944 - - - - - Ancylostomiasis #> 945 - - - - - Necatoriasis #> 946 - - - - - Cutaneous larva migrans #> 947 - - - - Oesophagostomiasis #> 948 - - - - Onchocerciasis #> 949 - - - - - Onchocerciasis of the eye #> 950 - - - - - Onchocerciasis of the skin #> 951 - - - - - Other specified onchocerciasis #> 952 - - - - - Onchocerciasis, unspecified #> 953 - - - - Strongyloidiasis #> 954 - - - - Syngamosis #> 955 - - - - Toxocariasis #> 956 - - - - Trichinosis #> 957 - - - - Trichostrongyliasis #> 958 - - - - Trichuriasis #> 959 - - - - Uncinariosis #> 960 - - - - Other specified diseases due to nematodes #> 961 - - - - Diseases due to nematodes, unspecified #> 962 - - - Diseases due to cestodes #> 963 - - - - Cysticercosis #> 964 - - - - - Cysticercosis of central nervous system #> 965 - - - - - - Meningitis due to Cysticercosis #> 966 - - - - - - Other specified cysticercosis of central nervous system #> 967 - - - - - Cysticercosis of eye #> 968 - - - - - Other specified cysticercosis #> 969 - - - - - Cysticercosis, unspecified #> 970 - - - - Diphyllobothriasis #> 971 - - - - Dipylidiasis #> 972 - - - - Echinococcosis #> 973 - - - - - Echinococcus infection of liver #> 974 - - - - - Echinococcus infection of lung #> 975 - - - - - Echinococcus infection of bone #> 976 - - - - - Echinococcus infection of central nervous system #> 977 - - - - - Other specified echinococcosis #> 978 - - - - - Echinococcosis, unspecified #> 979 - - - - Hymenolepiasis #> 980 - - - - Sparganosis #> 981 - - - - Taeniasis #> 982 - - - - - Taeniasis due to Taenia solium #> 983 - - - - - Taeniasis due to Taenia saginata #> 984 - - - - - Other specified taeniasis #> 985 - - - - - Taeniasis, unspecified #> 986 - - - - Other specified diseases due to cestodes #> 987 - - - - Diseases due to cestodes, unspecified #> 988 - - - Diseases due to trematodes #> 989 - - - - Clonorchiasis #> 990 - - - - Dicrocoeliasis #> 991 - - - - Fascioliasis #> 992 - - - - Fasciolopsiasis #> 993 - - - - Opisthorchiasis #> 994 - - - - Paragonimiasis #> 995 - - - - Schistosomiasis #> 996 - - - - - Schistosomiasis due to Schistosoma haematobium #> 997 - - - - - Schistosomiasis due to Schistosoma mansoni #> 998 - - - - - Schistosomiasis due to Schistosoma japonicum #> 999 - - - - - Other schistosomiases #> 1000 - - - - - Cercarial dermatitis #> 1001 - - - - - Schistosomal pneumonitis #> 1002 - - - - - Schistosomiasis due to unspecified or unknown Schistosoma species #> 1003 - - - - Other specified diseases due to trematodes #> 1004 - - - - Diseases due to trematodes, unspecified #> 1005 - - - Other and unspecified infestation by parasitic worms #> 1006 - - - - Mixed intestinal helminthiases #> 1007 - - - - Intestinal parasitic infestation not otherwise specified #> 1008 - - - - Intestinal helminthiasis, unspecified #> 1009 - - - - Other specified other and unspecified infestation by parasitic worms #> 1010 - - - - Other and unspecified infestation by parasitic worms, unspecified #> 1011 - - - Diphyllobothriasis and sparganosis #> 1012 - - - Helminthiases, unspecified #> 1013 - - Infestations by ectoparasites #> 1014 - - - Pediculosis #> 1015 - - - - Pediculosis capitis #> 1016 - - - - Pediculosis corporis #> 1017 - - - - Pediculosis of unspecified site or type #> 1018 - - - Myiasis #> 1019 - - - - Ocular myiasis #> 1020 - - - - Nasopharyngeal myiasis #> 1021 - - - - Laryngeal myiasis #> 1022 - - - - Cutaneous myiasis #> 1023 - - - - Other specified myiasis #> 1024 - - - - Myiasis, unspecified #> 1025 - - - External hirudiniasis #> 1026 - - - Pthiriasis #> 1027 - - - Scabies #> 1028 - - - - Classical scabies #> 1029 - - - - Crusted scabies #> 1030 - - - - Other and unspecified scabies #> 1031 - - - Tungiasis #> 1032 - - - Cimicosis #> 1033 - - - Infestation by mites #> 1034 - - - - Infestation by Demodex #> 1035 - - - - Infestation of the skin by other specified parasitic mites #> 1036 - - - Infestation by other specified ectoparasite #> 1037 - - - Infestation by unknown or unspecified ectoparasite #> 1038 - - Other specified parasitic diseases #> 1039 - - Unspecified parasitic diseases #> 1040 - Sepsis #> 1041 - - Sepsis without septic shock #> 1042 - - Sepsis with septic shock #> 1043 - Certain other disorders of infectious origin #> 1044 - - Mycetoma of unknown or unspecified type #> 1045 - - Pythiosis #> 1046 - - Protothecosis #> 1047 - - Other specified disorders of infectious origin not elsewhere classified #> 1048 - Sequelae of infectious diseases #> 1049 - - Sequelae of tuberculosis #> 1050 - - Sequelae of trachoma #> 1051 - - Sequelae of leprosy #> 1052 - - Sequelae of poliomyelitis #> 1053 - - Sequelae of viral encephalitis #> 1054 - - Sequelae of diphtheria #> 1055 - - Sequelae of other specified infectious diseases #> 1056 - Infection, unspecified #> 1057 Neoplasms #> 1058 - Neoplasms of brain or central nervous system #> 1059 - - Primary neoplasms of brain #> 1060 - - - Gliomas of brain #> 1061 - - - - Glioblastoma of brain #> 1062 - - - - Other specified gliomas of brain #> 1063 - - - - Gliomas of brain, unspecified #> 1064 - - - Embryonal tumours of brain #> 1065 - - - - Medulloblastoma of brain #> 1066 - - - - Central primitive neuroectodermal tumour #> 1067 - - - - Other specified embryonal tumours of brain #> 1068 - - - - Embryonal tumours of brain, unspecified #> 1069 - - - Tumours of neuroepithelial tissue of brain #> 1070 - - - - Tumours of the pineal gland or pineal region #> 1071 - - - - Mixed neuronal-glial tumours #> 1072 - - - - Choroid plexus tumours #> 1073 - - - - Other specified tumours of neuroepithelial tissue of brain #> 1074 - - - - Tumours of neuroepithelial tissue of brain, unspecified #> 1075 - - - Central neurocytoma of brain #> 1076 - - - Astroblastoma of the brain #> 1077 - - - Primary neoplasm of brain of unknown or unspecified type #> 1078 - - Primary neoplasms of meninges #> 1079 - - - Meningiomas #> 1080 - - - - Primary malignant meningioma #> 1081 - - - - Other specified meningiomas #> 1082 - - - - Meningiomas, unspecified #> 1083 - - - Mesenchymal tumours of meninges #> 1084 - - - Primary neoplasm of meninges of unknown or unspecified type #> 1085 - - Primary neoplasm of spinal cord, cranial nerves or remaining parts of central nervous system #> 1086 - - - Gliomas of spinal cord, cranial nerves or other parts of the central nervous system #> 1087 - - - - Glioblastoma of spinal cord, cranial nerves or other parts of central nervous system #> 1088 - - - - Other specified gliomas of spinal cord, cranial nerves or other parts of the central nervous system #> 1089 - - - - Gliomas of spinal cord, cranial nerves or other parts of the central nervous system, unspecified #> 1090 - - - Tumours of cranial or paraspinal nerves #> 1091 - - - - Malignant peripheral nerve sheath tumour of cranial or paraspinal nerves #> 1092 - - - - Paraspinal neuroblastoma #> 1093 - - - - Malignant neoplasm of the optic nerve #> 1094 - - - - Other specified tumours of cranial or paraspinal nerves #> 1095 - - - - Tumours of cranial or paraspinal nerves, unspecified #> 1096 - - - Primary neoplasm of spinal cord of unknown or unspecified type #> 1097 - - - Benign neoplasm of cranial nerves #> 1098 - - - Benign neoplasm of spinal cord #> 1099 - - Other and unspecified neoplasms of brain or central nervous system #> 1100 - Neoplasms of haematopoietic or lymphoid tissues #> 1101 - - Myeloproliferative neoplasms #> 1102 - - - Non mast cell myeloproliferative neoplasms #> 1103 - - - - Chronic myelogenous leukaemia, BCR-ABL1-positive #> 1104 - - - - - Chronic myelogenous leukaemia with blast crisis #> 1105 - - - - - Chronic myelogenous leukaemia, Philadelphia chromosome (Ph1) positive #> 1106 - - - - - Chronic myelogenous leukaemia, t(9:22)(q34; q11) #> 1107 - - - - - Naegeli-type monocytic leukaemia #> 1108 - - - - - Other specified chronic myelogenous leukaemia, BCR-ABL1-positive #> 1109 - - - - - Chronic myelogenous leukaemia, BCR-ABL1-positive, unspecified #> 1110 - - - - Chronic neutrophilic leukaemia #> 1111 - - - - Primary myelofibrosis #> 1112 - - - - Chronic eosinophilic leukaemia, not elsewhere classified #> 1113 - - - - Polycythaemia vera #> 1114 - - - - Non mast cell myeloproliferative neoplasm, unclassifiable #> 1115 - - - - Other specified non mast cell myeloproliferative neoplasms #> 1116 - - - - Non mast cell myeloproliferative neoplasms, unspecified #> 1117 - - - Mastocytosis #> 1118 - - - - Systemic mastocytosis #> 1119 - - - - - Mast cell leukaemia #> 1120 - - - - - Other specified systemic mastocytosis #> 1121 - - - - - Systemic mastocytosis, unspecified #> 1122 - - - - Cutaneous mastocytosis #> 1123 - - - - - Urticaria pigmentosa #> 1124 - - - - - Other specified cutaneous mastocytosis #> 1125 - - - - - Cutaneous mastocytosis, unspecified #> 1126 - - - - Mast cell sarcoma #> 1127 - - - - Extracutaneous mastocytoma #> 1128 - - - - Other specified mastocytosis #> 1129 - - - - Mastocytosis, unspecified #> 1130 - - - Other and unspecified myeloproliferative neoplasms #> 1131 - - Myelodysplastic syndromes #> 1132 - - - Refractory anaemia #> 1133 - - - Refractory neutropaenia #> 1134 - - - Refractory thrombocytopenia #> 1135 - - - Refractory anaemia with ring sideroblasts #> 1136 - - - Refractory cytopenia with multi-lineage dysplasia #> 1137 - - - Refractory anaemia with excess of blasts #> 1138 - - - Myelodysplastic syndrome with isolated del(5q) #> 1139 - - - Myelodysplastic syndrome, unclassifiable #> 1140 - - - Refractory cytopenia of childhood #> 1141 - - - Other specified myelodysplastic syndromes #> 1142 - - - Myelodysplastic syndromes, unspecified #> 1143 - - Myelodysplastic and myeloproliferative neoplasms #> 1144 - - - Chronic myelomonocytic leukaemia #> 1145 - - - Atypical chronic myeloid leukaemia, BCR-ABL1-negative #> 1146 - - - Juvenile myelomonocytic leukaemia #> 1147 - - - - Juvenile myelomonocytic leukaemia in complete remission #> 1148 - - - - Other specified juvenile myelomonocytic leukaemia #> 1149 - - - - Juvenile myelomonocytic leukaemia, unspecified #> 1150 - - - Refractory anaemia with ring sideroblasts associated with marked thrombocytosis #> 1151 - - - Myeloproliferative and myelodysplastic disease, unclassifiable #> 1152 - - - Other specified myelodysplastic and myeloproliferative neoplasms #> 1153 - - - Myelodysplastic and myeloproliferative neoplasms, unspecified #> 1154 - - Myeloid and lymphoid neoplasms with eosinophilia and abnormalities of PDGFRA, PDGFRB or FGFR1 #> 1155 - - - Myeloid/lymphoid neoplasm associated with PDGFRA rearrangement #> 1156 - - - Myeloid neoplasm associated with PDGFRB rearrangement #> 1157 - - - Myeloid or lymphoid neoplasms with FGFR1 abnormalities #> 1158 - - - Myeloid and lymphoid neoplasms with eosinophilia and abnormalities of PDGFRA, PDGFRB or FGFR1, unspecified #> 1159 - - Acute myeloid leukaemias and related precursor neoplasms #> 1160 - - - Acute myeloid leukaemia with recurrent genetic abnormalities #> 1161 - - - Acute myeloid leukaemia with myelodysplasia-related changes #> 1162 - - - Therapy-related myeloid neoplasms #> 1163 - - - - Therapy related acute myeloid leukaemia or myelodysplastic syndrome #> 1164 - - - - Other specified therapy-related myeloid neoplasms #> 1165 - - - - Therapy-related myeloid neoplasms, unspecified #> 1166 - - - Acute myeloid leukaemia, not elsewhere classified by criteria of other types #> 1167 - - - - Acute myeloid leukaemia with minimal differentiation #> 1168 - - - - Acute myeloid leukaemia without maturation #> 1169 - - - - Acute myeloid leukaemia with maturation #> 1170 - - - - Acute myelomonocytic leukaemia #> 1171 - - - - Acute monoblastic or monocytic leukaemia #> 1172 - - - - Acute erythroid leukaemia #> 1173 - - - - Acute megakaryoblastic leukaemia #> 1174 - - - - Acute basophilic leukaemia #> 1175 - - - - Acute panmyelosis with myelofibrosis #> 1176 - - - - Myeloid sarcoma #> 1177 - - - - Other specified acute myeloid leukaemia, not elsewhere classified by criteria of other types #> 1178 - - - - Acute myeloid leukaemia, unspecified #> 1179 - - - Myeloid proliferation associated with Down syndrome #> 1180 - - - - Transient abnormal myelopoiesis #> 1181 - - - - Myeloid leukaemia associated with Down syndrome #> 1182 - - - - Other specified myeloid proliferation associated with Down syndrome #> 1183 - - - - Myeloid proliferation associated with Down syndrome, unspecified #> 1184 - - - Blastic plasmacytoid dendritic cell neoplasm #> 1185 - - - Other specified acute myeloid leukaemias and related precursor neoplasms #> 1186 - - - Acute myeloid leukaemias and related precursor neoplasms, unspecified #> 1187 - - Acute leukaemias of ambiguous lineage #> 1188 - - Precursor lymphoid neoplasms #> 1189 - - - Precursor B-lymphoblastic neoplasms #> 1190 - - - - B lymphoblastic leukaemia or lymphoma, not elsewhere classified #> 1191 - - - - B lymphoblastic leukaemia or lymphoma with t(9:22) (q34;q11.2); BCR-ABL1 #> 1192 - - - - Other B-lymphoblastic leukaemia/lymphoma with recurrent genetic abnormalities #> 1193 - - - Precursor T-lymphoblastic neoplasms #> 1194 - - - Precursor lymphoid neoplasms, unspecified #> 1195 - - Mature B-cell neoplasms #> 1196 - - - Follicular lymphoma #> 1197 - - - - Follicular lymphoma grade 1 #> 1198 - - - - Follicular lymphoma grade 2 #> 1199 - - - - Follicular lymphoma grade 3 #> 1200 - - - - Primary cutaneous follicle centre lymphoma #> 1201 - - - - Paediatric type follicular lymphoma #> 1202 - - - - Follicular lymphoma in situ #> 1203 - - - - Follicular lymphoma of small intestine #> 1204 - - - - Other specified follicular lymphoma #> 1205 - - - - Follicular lymphoma, unspecified #> 1206 - - - Diffuse large B-cell lymphomas #> 1207 - - - - Primary mediastinal large B-cell lymphoma #> 1208 - - - - Intravascular large B-cell lymphoma #> 1209 - - - - Plasmablastic lymphoma #> 1210 - - - - Lymphomatoid granulomatosis #> 1211 - - - - T-cell/histiocyte rich large B-cell lymphoma #> 1212 - - - - Primary diffuse large B-cell lymphoma of central nervous system #> 1213 - - - - Epstein-Barr Virus-positive diffuse large B-cell lymphoma of the elderly #> 1214 - - - - Diffuse large B-cell lymphoma associated with chronic inflammation #> 1215 - - - - ALK-positive large B-cell lymphoma #> 1216 - - - - Primary effusion lymphoma #> 1217 - - - - Primary cutaneous diffuse large B-cell lymphoma, leg type #> 1218 - - - - Other specified diffuse large B-cell lymphomas #> 1219 - - - - Diffuse large B-cell lymphoma, not otherwise specified #> 1220 - - - Mature B-cell neoplasm with leukaemic behaviour #> 1221 - - - - Chronic lymphocytic leukaemia or small lymphocytic lymphoma #> 1222 - - - - - Chronic lymphocytic leukaemia of B-cell type #> 1223 - - - - - Other specified chronic lymphocytic leukaemia or small lymphocytic lymphoma #> 1224 - - - - - Chronic lymphocytic leukaemia or small lymphocytic lymphoma, unspecified #> 1225 - - - - B-cell prolymphocytic leukaemia #> 1226 - - - - - B-cell prolymphocytic leukaemia in complete remission #> 1227 - - - - - Other specified b-cell prolymphocytic leukaemia #> 1228 - - - - - B-cell prolymphocytic leukaemia, unspecified #> 1229 - - - - Hairy-cell leukaemia #> 1230 - - - - Splenic B-cell lymphoma or leukaemia, unclassifiable #> 1231 - - - - Other specified mature B-cell neoplasm with leukaemic behaviour #> 1232 - - - - Mature B-cell neoplasm with leukaemic behaviour, unspecified #> 1233 - - - Plasma cell neoplasms #> 1234 - - - - Monoclonal gammopathy of undetermined significance #> 1235 - - - - Plasma cell myeloma #> 1236 - - - - Solitary plasmacytoma #> 1237 - - - - Extraosseous plasmacytoma #> 1238 - - - - Plasma cell leukaemia #> 1239 - - - - Monoclonal immunoglobulin deposition disease #> 1240 - - - - - Heavy chain deposition disease #> 1241 - - - - - Light and heavy chain deposition disease #> 1242 - - - - - Light chain deposition disease #> 1243 - - - - Other specified multiple myeloma and plasma cell neoplasms #> 1244 - - - - Plasma cell neoplasm, unspecified #> 1245 - - - Heavy chain diseases or malignant immunoproliferative diseases #> 1246 - - - - Alpha heavy chain disease #> 1247 - - - - Gamma heavy chain disease #> 1248 - - - - Mu heavy chain disease #> 1249 - - - - Other specified malignant immunoproliferative diseases #> 1250 - - - - Heavy chain diseases, unspecified #> 1251 - - - Other specified mature B-cell neoplasms or lymphoma #> 1252 - - - - Nodal marginal zone lymphoma #> 1253 - - - - Extranodal marginal zone B-cell lymphoma of mucosa-associated lymphoid tissue of stomach #> 1254 - - - - Extranodal marginal zone B-cell lymphoma, primary site skin #> 1255 - - - - Extranodal marginal zone B-cell lymphoma, primary site excluding stomach or skin #> 1256 - - - - Lymphoplasmacytic lymphoma #> 1257 - - - - Mantle cell lymphoma #> 1258 - - - - Burkitt lymphoma including Burkitt leukaemia #> 1259 - - - - Further specified mature B-cell neoplasms or lymphoma #> 1260 - - - B-cell lymphoma, mixed features #> 1261 - - - - Malignant lymphoma of B cell type, not elsewhere classified #> 1262 - - - - B-cell lymphoma unclassifiable with features intermediate between Burkitt lymphoma and diffuse large B-cell lymphoma #> 1263 - - - - B-cell lymphoma unclassifiable with features intermediate between classical Hodgkin lymphoma and diffuse large B-cell lymphoma #> 1264 - - - - Other specified B-cell lymphoma, mixed features #> 1265 - - - - B-cell lymphoma, mixed features, unspecified #> 1266 - - - Mature B-cell neoplasms, unspecified #> 1267 - - Mature T-cell or NK-cell neoplasms #> 1268 - - - Mature T-cell lymphoma, specified types, nodal or systemic #> 1269 - - - - T-cell prolymphocytic leukaemia #> 1270 - - - - T-cell large granular lymphocytic leukaemia #> 1271 - - - - Chronic lymphoproliferative disorders of NK-cells #> 1272 - - - - Aggressive NK cell leukaemia #> 1273 - - - - Systemic Epstein-Barr Virus-positive T-cell lymphoma of childhood #> 1274 - - - - Adult T-cell lymphoma or leukaemia, human T-cell lymphotropic virus type 1-associated #> 1275 - - - - Extranodal NK/T-cell lymphoma, nasal type #> 1276 - - - - Enteropathy associated T-cell lymphoma #> 1277 - - - - Hepatosplenic T-cell lymphoma #> 1278 - - - - Angioimmunoblastic T-cell lymphoma #> 1279 - - - - Anaplastic large cell lymphoma, ALK-positive #> 1280 - - - - Anaplastic large cell lymphoma, ALK-negative #> 1281 - - - - Peripheral T-cell lymphoma, not otherwise specified #> 1282 - - - Mature T-cell or NK-cell lymphomas and lymphoproliferative disorders, primary cutaneous specified types #> 1283 - - - - Subcutaneous panniculitis-like T-cell lymphoma #> 1284 - - - - Mycosis fungoides #> 1285 - - - - Sézary syndrome #> 1286 - - - - Primary cutaneous CD30-positive T-cell lymphoproliferative disorders #> 1287 - - - - - Primary cutaneous CD30-positive anaplastic large cell lymphoma #> 1288 - - - - - Lymphomatoid papulosis #> 1289 - - - - Other specified primary cutaneous mature T-cell or NK-cell lymphomas and lymphoproliferative disorders #> 1290 - - - - Primary cutaneous T-cell lymphoma of undetermined or unspecified type #> 1291 - - - Other specified mature T-cell or NK-cell neoplasms #> 1292 - - - Mature T-cell or NK-cell neoplasms, unspecified #> 1293 - - Hodgkin lymphoma #> 1294 - - - Nodular lymphocyte predominant Hodgkin lymphoma #> 1295 - - - Classical Hodgkin lymphoma #> 1296 - - - - Nodular sclerosis classical Hodgkin lymphoma #> 1297 - - - - Lymphocyte-rich classical Hodgkin lymphoma #> 1298 - - - - Mixed cellularity classical Hodgkin lymphoma #> 1299 - - - - Lymphocyte depleted classical Hodgkin lymphoma #> 1300 - - - - Classical Hodgkin lymphoma, unspecified #> 1301 - - - Hodgkin lymphoma, unspecified #> 1302 - - Histiocytic or dendritic cell neoplasms #> 1303 - - - Juvenile xanthogranuloma #> 1304 - - - Histiocytic sarcoma #> 1305 - - - Langerhans cell histiocytosis #> 1306 - - - - Langerhans cell histiocytosis involving the skin #> 1307 - - - - Other specified Langerhans cell histiocytosis #> 1308 - - - - Langerhans cell histiocytosis, unspecified #> 1309 - - - Langerhans cell sarcoma #> 1310 - - - Interdigitating dendritic cell sarcoma #> 1311 - - - Follicular dendritic cell sarcoma #> 1312 - - - Indeterminate cell histiocytosis #> 1313 - - - Fibroblastic reticular cell tumour #> 1314 - - - Other specified histiocytic or dendritic cell neoplasms #> 1315 - - - Histiocytic or dendritic cell neoplasms, unspecified #> 1316 - - Immunodeficiency-associated lymphoproliferative disorders #> 1317 - - - Post-transplant lymphoproliferative disorder, early lesion #> 1318 - - - Reactive plasmacytic hyperplasia #> 1319 - - - Post-transplant lymphoproliferative disorder, Infectious mononucleosis-like #> 1320 - - - Polymorphic post-transplant lymphoproliferative disorder #> 1321 - - - Other specified immunodeficiency-associated lymphoproliferative disorders #> 1322 - - - Immunodeficiency-associated lymphoproliferative disorders, unspecified #> 1323 - - Malignant haematopoietic neoplasms without further specification #> 1324 - - - Acute leukaemia, not elsewhere classified #> 1325 - - - Myeloid leukaemia #> 1326 - - - Chronic myeloid leukaemia, not elsewhere classified #> 1327 - - - Lymphoid leukaemia, not elsewhere classified #> 1328 - - - Leukaemia, unspecified #> 1329 - - - Malignant lymphoma, not elsewhere classified #> 1330 - - - Other malignant haematopoietic neoplasms without further specification #> 1331 - - Neoplasms of haematopoietic or lymphoid tissues, unspecified #> 1332 - Malignant neoplasms, except primary neoplasms of lymphoid, haematopoietic, central nervous system or related tissues #> 1333 - - Malignant neoplasms, stated or presumed to be primary, of specified sites, except of lymphoid, haematopoietic, central nervous system or related tissues #> 1334 - - - Malignant mesenchymal neoplasms #> 1335 - - - - Chondrosarcoma, primary site #> 1336 - - - - - Chondrosarcoma of bone or articular cartilage of limbs #> 1337 - - - - - Chondrosarcoma of bone or articular cartilage of pelvis #> 1338 - - - - - Chondrosarcoma of bone or articular cartilage of ribs, sternum or clavicle #> 1339 - - - - - Chondrosarcoma of bone or articular cartilage of other specified sites #> 1340 - - - - - Chondrosarcoma of bone or articular cartilage of unspecified sites #> 1341 - - - - Osteosarcoma, primary site #> 1342 - - - - - Osteosarcoma of bone or articular cartilage of jaw #> 1343 - - - - - Osteosarcoma of bone or articular cartilage of limbs #> 1344 - - - - - Osteosarcoma of bone or articular cartilage of pelvis #> 1345 - - - - - Osteosarcoma of bone and articular cartilage of other specified sites #> 1346 - - - - - Osteosarcoma of bone and articular cartilage of unspecified sites #> 1347 - - - - Ewing sarcoma, primary site #> 1348 - - - - - Ewing sarcoma of bone or articular cartilage of limbs #> 1349 - - - - - Ewing sarcoma of bone or articular cartilage of pelvis #> 1350 - - - - - Ewing sarcoma of bone or articular cartilage of ribs #> 1351 - - - - - Ewing sarcoma of soft tissue #> 1352 - - - - - Ewing sarcoma of bone and articular cartilage of other specified sites #> 1353 - - - - - Ewing sarcoma of bone and articular cartilage of unspecified sites #> 1354 - - - - Fibroblastic or myofibroblastic tumour, primary site #> 1355 - - - - - Myxofibrosarcoma, primary site #> 1356 - - - - - Fibroblastic or myofibroblastic tumour of skin #> 1357 - - - - - Other specified fibroblastic or myofibroblastic tumour, primary site #> 1358 - - - - - Fibroblastic or myofibroblastic tumour, primary site, unspecified #> 1359 - - - - Unclassified pleomorphic sarcoma, primary site #> 1360 - - - - - Unclassified pleomorphic sarcoma of skin #> 1361 - - - - - Unclassified pleomorphic sarcoma of retroperitoneum or peritoneum #> 1362 - - - - - Unclassified pleomorphic sarcoma, primary site, other specified site #> 1363 - - - - - Unclassified pleomorphic sarcoma, primary site, unspecified site #> 1364 - - - - Rhabdomyosarcoma, primary site #> 1365 - - - - - Rhabdomyosarcoma of the oral cavity or pharynx #> 1366 - - - - - Rhabdomyosarcoma of respiratory or intrathoracic organs #> 1367 - - - - - Rhabdomyosarcoma of male genital organs #> 1368 - - - - - Rhabdomyosarcoma, other specified primary site #> 1369 - - - - - Rhabdomyosarcoma, unspecified primary site #> 1370 - - - - Angiosarcoma, primary site #> 1371 - - - - - Angiosarcoma of heart #> 1372 - - - - - Angiosarcoma of skin #> 1373 - - - - - Angiosarcoma of breast #> 1374 - - - - - Angiosarcoma of liver #> 1375 - - - - - Angiosarcoma, other specified primary site #> 1376 - - - - - Angiosarcoma, unspecified primary site #> 1377 - - - - Kaposi sarcoma, primary site #> 1378 - - - - - Kaposi sarcoma of lung #> 1379 - - - - - Kaposi sarcoma of skin #> 1380 - - - - - Kaposi sarcoma of gastrointestinal sites #> 1381 - - - - - Kaposi sarcoma of other specified primary sites #> 1382 - - - - - Kaposi sarcoma of unspecified primary site #> 1383 - - - - Leiomyosarcoma, primary site #> 1384 - - - - - Leiomyosarcoma of retroperitoneum or peritoneum #> 1385 - - - - - Leiomyosarcoma of uterus #> 1386 - - - - - Leiomyosarcoma of stomach #> 1387 - - - - - Leiomyosarcoma, other specified primary site #> 1388 - - - - - Leiomyosarcoma, unspecified primary site #> 1389 - - - - Liposarcoma, primary site #> 1390 - - - - - Liposarcoma of soft tissue of limb #> 1391 - - - - - Liposarcoma of retroperitoneum or peritoneum #> 1392 - - - - - Liposarcoma of male genital organs #> 1393 - - - - - Liposarcoma, other specified primary site #> 1394 - - - - - Liposarcoma, unspecified primary site #> 1395 - - - - Synovial sarcoma, primary site #> 1396 - - - - - Synovial sarcoma of soft tissues of limb #> 1397 - - - - - Synovial sarcoma of respiratory or intra-thoracic organs #> 1398 - - - - - Synovial sarcoma, other specified primary site #> 1399 - - - - - Synovial sarcoma, unspecified primary site #> 1400 - - - - Gastrointestinal stromal tumour, primary site #> 1401 - - - - - Gastrointestinal stromal tumour of stomach #> 1402 - - - - - Gastrointestinal stromal tumour of small intestine #> 1403 - - - - - Gastrointestinal stromal tumour of other gastrointestinal sites #> 1404 - - - - - Gastrointestinal stromal tumour of unspecified gastrointestinal sites #> 1405 - - - - Endometrial stromal sarcoma, primary site #> 1406 - - - - Malignant mixed epithelial mesenchymal tumour, primary site #> 1407 - - - - - Malignant mixed epithelial mesenchymal tumour of ovary #> 1408 - - - - - Malignant mixed epithelial and mesenchymal tumour of corpus uteri #> 1409 - - - - - Malignant mixed epithelial mesenchymal tumour, other specified primary site #> 1410 - - - - - Malignant mixed epithelial mesenchymal tumour, unspecified primary site #> 1411 - - - - Malignant nerve sheath tumour of peripheral nerves or autonomic nervous system, primary site #> 1412 - - - - Sarcoma, not elsewhere classified, primary site #> 1413 - - - - - Sarcoma, not elsewhere classified of uterus #> 1414 - - - - - Sarcoma, not elsewhere classified of retroperitoneum or peritoneum #> 1415 - - - - - - Myosarcomas of omentum #> 1416 - - - - - - Other specified sarcoma, not elsewhere classified of retroperitoneum or peritoneum #> 1417 - - - - - - Sarcoma, not elsewhere classified of retroperitoneum or peritoneum, unspecified #> 1418 - - - - - Sarcoma, not elsewhere classified of other specified sites #> 1419 - - - - - Sarcoma, not elsewhere classified, primary site unknown #> 1420 - - - - Myosarcoma of uterus, part not specified #> 1421 - - - - Well differentiated lipomatous tumour, primary site #> 1422 - - - - Malignant miscellaneous tumours of bone or articular cartilage of other or unspecified sites #> 1423 - - - - Unspecified malignant soft tissue tumours or sarcomas of bone or articular cartilage of other or unspecified sites #> 1424 - - - - Other specified malignant mesenchymal neoplasms #> 1425 - - - - Malignant mesenchymal neoplasm of unspecified type #> 1426 - - - Malignant neoplasms of lip, oral cavity or pharynx #> 1427 - - - - Malignant neoplasms of lip #> 1428 - - - - - Basal cell carcinoma of lip #> 1429 - - - - - Squamous cell carcinoma of lip #> 1430 - - - - - Other specified malignant neoplasms of lip #> 1431 - - - - - Malignant neoplasms of lip, unspecified #> 1432 - - - - Malignant neoplasms of base of tongue #> 1433 - - - - - Squamous cell carcinoma of the base of the tongue #> 1434 - - - - - Other specified malignant neoplasms of base of tongue #> 1435 - - - - - Malignant neoplasms of base of tongue, unspecified #> 1436 - - - - Malignant neoplasms of other or unspecified parts of tongue #> 1437 - - - - - Squamous cell carcinoma of other or unspecified parts of tongue #> 1438 - - - - - Malignant neoplasms of lingual tonsil #> 1439 - - - - - - Squamous cell carcinoma of lingual tonsil #> 1440 - - - - - - Malignant neoplasms of lingual tonsil, unspecified #> 1441 - - - - - Other specified malignant neoplasms of other and unspecified parts of tongue #> 1442 - - - - - Malignant neoplasms of other or unspecified parts of tongue, unspecified #> 1443 - - - - Malignant neoplasms of gum #> 1444 - - - - - Squamous cell carcinoma of gum #> 1445 - - - - - Other specified malignant neoplasm of gum #> 1446 - - - - - Malignant neoplasms of gum, unspecified #> 1447 - - - - Malignant neoplasms of floor of mouth #> 1448 - - - - - Squamous cell carcinoma of floor of mouth #> 1449 - - - - - Other specified malignant neoplasm of floor of mouth #> 1450 - - - - - Malignant neoplasms of floor of mouth, unspecified #> 1451 - - - - Malignant neoplasms of palate #> 1452 - - - - - Adenocarcinoma of palate #> 1453 - - - - - Squamous cell carcinoma of palate #> 1454 - - - - - Other specified malignant neoplasm of palate #> 1455 - - - - - Malignant neoplasms of palate, unspecified #> 1456 - - - - Malignant neoplasms of other or unspecified parts of mouth #> 1457 - - - - - Squamous cell carcinoma of other or unspecified parts of mouth #> 1458 - - - - - Other specified malignant neoplasms of other and unspecified parts of mouth #> 1459 - - - - - Malignant neoplasms of other or unspecified parts of mouth, unspecified #> 1460 - - - - Malignant neoplasms of parotid gland #> 1461 - - - - - Adenocarcinoma of parotid gland #> 1462 - - - - - Squamous cell carcinoma of parotid gland #> 1463 - - - - - Other specified malignant neoplasms of parotid gland #> 1464 - - - - - Malignant neoplasms of parotid gland, unspecified #> 1465 - - - - Malignant neoplasms of submandibular or sublingual glands #> 1466 - - - - - Adenocarcinoma of submandibular or sublingual glands #> 1467 - - - - - Squamous cell carcinoma of submandibular or sublingual glands #> 1468 - - - - - Other specified malignant neoplasms of submandibular or sublingual glands #> 1469 - - - - - Malignant neoplasms of submandibular or sublingual glands, unspecified #> 1470 - - - - Malignant neoplasms of tonsil #> 1471 - - - - - Squamous cell carcinoma of tonsil #> 1472 - - - - - Other specified malignant neoplasms of tonsil #> 1473 - - - - - Malignant neoplasms of tonsil, unspecified #> 1474 - - - - Malignant neoplasms of oropharynx #> 1475 - - - - - Squamous cell carcinoma of oropharynx #> 1476 - - - - - Other specified malignant neoplasms of oropharynx #> 1477 - - - - - Malignant neoplasms of oropharynx, unspecified #> 1478 - - - - Malignant neoplasms of nasopharynx #> 1479 - - - - - Squamous cell carcinoma of nasopharynx #> 1480 - - - - - Malignant epithelial neoplasms of nasopharynx, unspecified type #> 1481 - - - - - Malignant neoplasms of pharyngeal tonsil #> 1482 - - - - - - Squamous cell carcinoma of pharyngeal tonsil #> 1483 - - - - - - Other or unspecified malignant epithelial neoplasm of pharyngeal tonsil #> 1484 - - - - - - Other specified malignant neoplasms of pharyngeal tonsil #> 1485 - - - - - - Malignant neoplasm of pharyngeal tonsil without mention of type #> 1486 - - - - - Other specified malignant neoplasms of nasopharynx #> 1487 - - - - - Malignant neoplasms of nasopharynx, unspecified #> 1488 - - - - Malignant neoplasms of piriform sinus #> 1489 - - - - - Squamous cell carcinoma of piriform sinus #> 1490 - - - - - Other specified malignant neoplasms of piriform sinus #> 1491 - - - - - Malignant neoplasms of piriform sinus, unspecified #> 1492 - - - - Malignant neoplasms of hypopharynx #> 1493 - - - - - Squamous cell carcinoma of hypopharynx and variants #> 1494 - - - - - Other specified malignant neoplasms of hypopharynx #> 1495 - - - - - Malignant neoplasms of hypopharynx, unspecified #> 1496 - - - - Malignant neoplasms of other or ill-defined sites in the lip, oral cavity or pharynx #> 1497 - - - - - Squamous cell carcinoma of other or ill-defined sites in the lip, oral cavity or pharynx #> 1498 - - - - - Other specified malignant neoplasms of other or ill-defined sites in the lip, oral cavity or pharynx #> 1499 - - - - - Malignant neoplasms of other or ill-defined sites in the lip, oral cavity or pharynx, unspecified #> 1500 - - - - Other specified malignant neoplasms of lip, oral cavity or pharynx #> 1501 - - - Malignant neoplasms of digestive organs #> 1502 - - - - Malignant neoplasms of oesophagus #> 1503 - - - - - Adenocarcinoma of oesophagus #> 1504 - - - - - - Barrett adenocarcinoma #> 1505 - - - - - - Other specified adenocarcinoma of oesophagus #> 1506 - - - - - - Adenocarcinoma of oesophagus, unspecified #> 1507 - - - - - Squamous cell carcinoma of oesophagus #> 1508 - - - - - Other specified malignant neoplasms of oesophagus #> 1509 - - - - - Malignant neoplasms of oesophagus, unspecified #> 1510 - - - - Malignant neoplasms of oesophagogastric junction #> 1511 - - - - - Adenocarcinoma of oesophagogastric junction #> 1512 - - - - - Other specified malignant neoplasm of oesophagogastric junction #> 1513 - - - - - Malignant neoplasms of oesophagogastric junction, unspecified #> 1514 - - - - Malignant neoplasms of stomach #> 1515 - - - - - Adenocarcinoma of stomach #> 1516 - - - - - Malignant neuroendocrine neoplasm of stomach #> 1517 - - - - - Other specified malignant neoplasms of stomach #> 1518 - - - - - Malignant neoplasms of stomach, unspecified #> 1519 - - - - Malignant neoplasms of intestine #> 1520 - - - - - Malignant neoplasms of small intestine #> 1521 - - - - - - Malignant neoplasms of duodenum #> 1522 - - - - - - - Adenocarcinoma of duodenum #> 1523 - - - - - - - Neuroendocrine neoplasm of duodenum #> 1524 - - - - - - - Other specified malignant neoplasms of the duodenum #> 1525 - - - - - - - Malignant neoplasms of duodenum, unspecified #> 1526 - - - - - - Malignant neoplasms of jejunum or ileum #> 1527 - - - - - - - Adenocarcinoma of jejunum or ileum #> 1528 - - - - - - - Neuroendocrine neoplasms of jejunum or ileum #> 1529 - - - - - - - Other specified malignant neoplasms of jejunum or ileum #> 1530 - - - - - - - Malignant neoplasms of jejunum or ileum, unspecified #> 1531 - - - - - - Malignant neoplasms of small intestine, site unspecified #> 1532 - - - - - - - Adenocarcinoma of small intestine, site unspecified #> 1533 - - - - - - - Neuroendocrine neoplasms of small intestine, site unspecified #> 1534 - - - - - - - Other specified malignant neoplasms of small intestine, site unspecified #> 1535 - - - - - - Other specified malignant neoplasms of small intestine #> 1536 - - - - - - Malignant neoplasms of small intestine, unspecified #> 1537 - - - - - Malignant neoplasms of appendix #> 1538 - - - - - - Adenocarcinoma of appendix #> 1539 - - - - - - - Mucinous adenocarcinoma of appendix #> 1540 - - - - - - Neuroendocrine neoplasms of appendix #> 1541 - - - - - - Other specified malignant neoplasms of appendix #> 1542 - - - - - - Malignant neoplasms of appendix, unspecified #> 1543 - - - - - Malignant neoplasms of large intestine #> 1544 - - - - - - Malignant neoplasms of colon #> 1545 - - - - - - - Malignant neoplasm of ascending colon and right flexure of colon #> 1546 - - - - - - - - Adenocarcinoma of ascending colon or right flexure of colon #> 1547 - - - - - - - - Other specified malignant neoplasm of ascending colon and right flexure of colon #> 1548 - - - - - - - - Malignant neoplasm of ascending colon and right flexure of colon, unspecified #> 1549 - - - - - - - Malignant neoplasm of descending colon and splenic flexure of colon #> 1550 - - - - - - - - Adenocarcinoma of descending colon or splenic flexure of colon #> 1551 - - - - - - - - Other specified malignant neoplasm of descending colon and splenic flexure of colon #> 1552 - - - - - - - - Malignant neoplasm of descending colon and splenic flexure of colon, unspecified #> 1553 - - - - - - - Malignant neoplasm of transverse colon #> 1554 - - - - - - - - Adenocarcinoma of transverse colon #> 1555 - - - - - - - - Other specified malignant neoplasm of transverse colon #> 1556 - - - - - - - - Malignant neoplasm of transverse colon, unspecified #> 1557 - - - - - - - Malignant neoplasm of sigmoid colon #> 1558 - - - - - - - - Adenocarcinoma of sigmoid colon #> 1559 - - - - - - - - Other specified malignant neoplasm of sigmoid colon #> 1560 - - - - - - - - Malignant neoplasm of sigmoid colon, unspecified #> 1561 - - - - - - - Other specified malignant neoplasms of colon #> 1562 - - - - - - - Malignant neoplasms of colon, unspecified #> 1563 - - - - - - Malignant neoplasms of rectosigmoid junction #> 1564 - - - - - - - Adenocarcinoma of rectosigmoid junction #> 1565 - - - - - - - Other specified malignant neoplasms of rectosigmoid junction #> 1566 - - - - - - - Malignant neoplasms of rectosigmoid junction, unspecified #> 1567 - - - - - - Malignant neoplasms of rectum #> 1568 - - - - - - - Adenocarcinomas of rectum #> 1569 - - - - - - - Neuroendocrine neoplasms of rectum #> 1570 - - - - - - - Other specified malignant neoplasms of rectum #> 1571 - - - - - - - Malignant neoplasms of rectum, unspecified #> 1572 - - - - - - Malignant neoplasms of large intestine, site unspecified #> 1573 - - - - - - - Adenocarcinoma of large intestine, site unspecified #> 1574 - - - - - - - Other specified malignant neoplasms of large intestine, site unspecified #> 1575 - - - - - - - Malignant neoplasms of large intestine, site and type unspecified #> 1576 - - - - - - Other specified malignant neoplasms of large intestine #> 1577 - - - - - Malignant neoplasms of anus or anal canal #> 1578 - - - - - - Adenocarcinoma of anus or anal canal #> 1579 - - - - - - Melanoma of anus or anal canal #> 1580 - - - - - - Neuroendocrine neoplasm of anus or anal canal #> 1581 - - - - - - Squamous cell carcinoma of anus or anal canal #> 1582 - - - - - - Other specified malignant neoplasms of anus and anal canal #> 1583 - - - - - - Malignant neoplasms of anus or anal canal, unspecified #> 1584 - - - - - Other specified malignant neoplasms of intestine #> 1585 - - - - - Malignant neoplasms of intestine, unspecified #> 1586 - - - - Malignant neoplasm of pancreas #> 1587 - - - - - Adenocarcinoma of pancreas #> 1588 - - - - - Neuroendocrine neoplasms of pancreas #> 1589 - - - - - Other specified malignant neoplasms of pancreas #> 1590 - - - - - Malignant neoplasm of pancreas, unspecified #> 1591 - - - - Malignant neoplasms of other or ill-defined digestive organs #> 1592 - - - - - Adenocarcinoma of other or ill-defined digestive organs #> 1593 - - - - - Mucinous carcinoma of other or ill-defined digestive organs #> 1594 - - - - - Other specified malignant neoplasms of other or ill-defined digestive organs #> 1595 - - - - - Malignant neoplasms of other or ill-defined digestive organs, unspecified #> 1596 - - - - Malignant neoplasms of liver or intrahepatic bile ducts #> 1597 - - - - - Malignant neoplasm of liver #> 1598 - - - - - - Combined hepatocellular-cholangiocarcinoma #> 1599 - - - - - - Hepatoblastoma #> 1600 - - - - - - Hepatocellular carcinoma of liver #> 1601 - - - - - - Mesothelial carcinoma of liver #> 1602 - - - - - - Other specified malignant neoplasm of liver #> 1603 - - - - - - Malignant neoplasm of liver, unspecified #> 1604 - - - - - Malignant neoplasm of intrahepatic bile ducts #> 1605 - - - - - - Intrahepatic cholangiocarcinoma #> 1606 - - - - - - Other specified malignant neoplasms of intrahepatic bile ducts #> 1607 - - - - - - Malignant neoplasm of intrahepatic bile ducts, unspecified #> 1608 - - - - Malignant neoplasms of gallbladder #> 1609 - - - - - Adenocarcinoma of the gallbladder #> 1610 - - - - - Other specified malignant neoplasm of gallbladder #> 1611 - - - - - Malignant neoplasms of gallbladder, unspecified #> 1612 - - - - Malignant neoplasms of proximal biliary tract, cystic duct #> 1613 - - - - - Adenocarcinoma of proximal biliary tract, cystic duct #> 1614 - - - - - Mucinous cystic neoplasm with associated invasive carcinoma of cystic duct #> 1615 - - - - - Neuroendocrine neoplasms of cystic duct #> 1616 - - - - - Other specified malignant neoplasms of biliary tract, cystic duct #> 1617 - - - - - Malignant neoplasms of proximal biliary tract, cystic duct, unspecified #> 1618 - - - - Malignant neoplasms of biliary tract, distal bile duct #> 1619 - - - - - Adenocarcinoma of biliary tract, distal bile duct #> 1620 - - - - - Mucinous cystic neoplasm with associated invasive carcinoma of distal bile duct #> 1621 - - - - - Neuroendocrine neoplasms of distal bile duct #> 1622 - - - - - Other specified malignant neoplasms of biliary tract, distal bile duct #> 1623 - - - - - Malignant neoplasms of biliary tract, distal bile duct, unspecified #> 1624 - - - - Malignant neoplasms of ampulla of Vater #> 1625 - - - - - Adenocarcinoma of ampulla of Vater #> 1626 - - - - - Neuroendocrine neoplasms of ampulla of Vater #> 1627 - - - - - Other specified malignant neoplasms of ampulla of Vater #> 1628 - - - - - Malignant neoplasms of ampulla of Vater, unspecified #> 1629 - - - - Malignant neoplasms of other or unspecified parts of biliary tract #> 1630 - - - - - Adenocarcinoma of other or unspecified parts of biliary tract #> 1631 - - - - - Mucinous cystic neoplasm with associated invasive carcinoma of other or unspecified parts of biliary tract #> 1632 - - - - - Neuroendocrine neoplasms of other or unspecified parts of biliary tract #> 1633 - - - - - Other specified malignant neoplasms of overlapping lesion of biliary tract #> 1634 - - - - - Malignant neoplasms of other or unspecified parts of biliary tract, unspecified #> 1635 - - - - Malignant neoplasms of perihilar bile duct #> 1636 - - - - - Hilar cholangiocarcinoma #> 1637 - - - - - Mucinous cystic neoplasm with associated invasive carcinoma of perihilar bile duct #> 1638 - - - - - Neuroendocrine neoplasm of perihilar bile duct #> 1639 - - - - - Other specified malignant neoplasms of perihilar bile duct #> 1640 - - - - - Malignant neoplasms of perihilar bile duct, unspecified #> 1641 - - - - Malignant neoplasms of digestive organs, unspecified #> 1642 - - - Malignant neoplasms of middle ear, respiratory or intrathoracic organs #> 1643 - - - - Malignant neoplasms of nasal cavity #> 1644 - - - - - Adenocarcinoma of nasal cavity #> 1645 - - - - - Malignant neuroepitheliomatous neoplasm of nasal cavity #> 1646 - - - - - Melanoma of nasal cavity #> 1647 - - - - - Olfactory neuroblastoma #> 1648 - - - - - Squamous cell carcinoma of nasal cavity #> 1649 - - - - - Other specified malignant neoplasm of nasal cavity #> 1650 - - - - - Malignant neoplasms of nasal cavity, unspecified #> 1651 - - - - Malignant neoplasms of middle ear #> 1652 - - - - - Adenocarcinoma of middle ear #> 1653 - - - - - Squamous cell carcinoma of middle ear #> 1654 - - - - - Unspecified malignant epithelial neoplasm of middle ear #> 1655 - - - - - Other specified malignant neoplasm of middle ear #> 1656 - - - - - Malignant neoplasms of middle ear, unspecified #> 1657 - - - - Malignant neoplasms of accessory sinuses #> 1658 - - - - - Adenocarcinoma of accessory sinuses #> 1659 - - - - - Squamous cell carcinoma of accessory sinuses #> 1660 - - - - - - Squamous cell carcinoma of sphenoidal sinus #> 1661 - - - - - - Squamous cell carcinoma of other specified accessory sinuses #> 1662 - - - - - Malignant epithelial neoplasms of accessory sinuses, unspecified type #> 1663 - - - - - Melanomas of accessory sinuses #> 1664 - - - - - Other specified malignant neoplasms of accessory sinuses #> 1665 - - - - - Malignant neoplasms of accessory sinuses, unspecified #> 1666 - - - - Malignant neoplasms of larynx #> 1667 - - - - - Malignant neoplasms of glottis of larynx #> 1668 - - - - - - Squamous cell carcinoma of larynx, glottis #> 1669 - - - - - - Other specified malignant neoplasms of larynx, glottis #> 1670 - - - - - Malignant neoplasms of supraglottis of larynx #> 1671 - - - - - - Squamous cell carcinoma of larynx, supraglottis #> 1672 - - - - - - Other specified malignant neoplasms of larynx, supraglottis #> 1673 - - - - - Malignant neoplasms of subglottis of larynx #> 1674 - - - - - - Squamous cell carcinoma of larynx, subglottis #> 1675 - - - - - - Adenocarcinoma of larynx, subglottis #> 1676 - - - - - - Other specified malignant neoplasms of larynx, subglottis #> 1677 - - - - - Malignant neoplasm of laryngeal cartilage #> 1678 - - - - - Malignant neoplasm of overlapping lesion of larynx #> 1679 - - - - - Malignant neoplasms of larynx, unspecified #> 1680 - - - - Malignant neoplasms of trachea #> 1681 - - - - - Adenocarcinoma of trachea #> 1682 - - - - - Squamous cell carcinoma of trachea #> 1683 - - - - - Malignant epithelial neoplasms of trachea, unspecified type #> 1684 - - - - - Other specified malignant neoplasms of trachea #> 1685 - - - - - Malignant neoplasms of trachea, unspecified #> 1686 - - - - Malignant neoplasms of bronchus or lung #> 1687 - - - - - Adenocarcinoma of bronchus or lung #> 1688 - - - - - Small cell carcinoma of bronchus or lung #> 1689 - - - - - Squamous cell carcinoma of bronchus or lung #> 1690 - - - - - Large cell carcinoma of bronchus or lung #> 1691 - - - - - Carcinoid or other malignant neuroendocrine neoplasms of bronchus or lung #> 1692 - - - - - Unspecified malignant epithelial neoplasm of bronchus or lung #> 1693 - - - - - Other specified malignant neoplasms of bronchus or lung #> 1694 - - - - - Malignant neoplasms of bronchus or lung, unspecified #> 1695 - - - - Malignant neoplasms of the pleura #> 1696 - - - - - Mesothelioma of pleura #> 1697 - - - - - Other specified malignant neoplasms of the pleura #> 1698 - - - - - Malignant neoplasms of the pleura, unspecified #> 1699 - - - - Malignant neoplasms of thymus #> 1700 - - - - - Carcinoma of thymus #> 1701 - - - - - Carcinoid tumour or other neuroendocrine neoplasms of thymus #> 1702 - - - - - Malignant thymoma #> 1703 - - - - - Other specified malignant neoplasms of thymus #> 1704 - - - - - Malignant neoplasms of thymus, unspecified #> 1705 - - - - Malignant neoplasms of heart, mediastinum or non-mesothelioma of pleura #> 1706 - - - - - Malignant germ cell neoplasms of heart, mediastinum or non-mesothelioma of pleura #> 1707 - - - - - Other specified malignant neoplasms of heart, mediastinum or non-mesothelioma of pleura #> 1708 - - - - - Malignant neoplasms of heart, mediastinum or non-mesothelioma of pleura, unspecified #> 1709 - - - - Malignant neoplasms of other or ill-defined sites in the respiratory system or intrathoracic organs #> 1710 - - - - - Squamous cell carcinomas of other and ill-defined sites in the respiratory system and intrathoracic organs #> 1711 - - - - - Other specified malignant neoplasms of other or ill-defined sites in the respiratory system or intrathoracic organs #> 1712 - - - - - Malignant neoplasms of other or ill-defined sites in the respiratory system or intrathoracic organs, unspecified #> 1713 - - - - Other specified malignant neoplasms of middle ear, respiratory or intrathoracic organs #> 1714 - - - - Malignant neoplasms of middle ear, respiratory or intrathoracic organs, unspecified #> 1715 - - - Malignant neoplasms of skin #> 1716 - - - - Melanoma of skin #> 1717 - - - - - Superficial spreading melanoma, primary #> 1718 - - - - - Nodular melanoma, primary #> 1719 - - - - - Lentigo maligna melanoma, primary #> 1720 - - - - - Acral lentiginous melanoma, primary #> 1721 - - - - - Other specified melanoma of skin #> 1722 - - - - - Melanoma of skin, unspecified #> 1723 - - - - Squamous cell carcinoma of skin #> 1724 - - - - - Verrucous squamous cell carcinoma of skin #> 1725 - - - - - Keratoacanthoma #> 1726 - - - - - Cutaneous squamous cell carcinoma #> 1727 - - - - Basal cell carcinoma of skin #> 1728 - - - - - Nodular basal cell carcinoma of skin #> 1729 - - - - - Sclerosing basal cell carcinoma of skin #> 1730 - - - - - Superficial basal cell carcinoma of skin #> 1731 - - - - - Other specified basal cell carcinoma of skin #> 1732 - - - - - Basal cell carcinoma of skin, unspecified #> 1733 - - - - Adnexal carcinoma of skin #> 1734 - - - - Cutaneous neuroendocrine carcinoma #> 1735 - - - - Cutaneous sarcoma #> 1736 - - - - Other specified malignant neoplasms of skin #> 1737 - - - - Malignant neoplasm of skin of unknown or unspecified type #> 1738 - - - Malignant neoplasms of peripheral nerves or autonomic nervous system #> 1739 - - - - Malignant neuroepitheliomatous neoplasms of peripheral nerves or autonomic nervous system #> 1740 - - - - Malignant perineurioma #> 1741 - - - - Other specified malignant neoplasms of peripheral nerves and autonomic nervous system #> 1742 - - - - Malignant neoplasms of peripheral nerves or autonomic nervous system, unspecified #> 1743 - - - Malignant neoplasms of retroperitoneum, peritoneum or omentum #> 1744 - - - - Malignant neoplasms of retroperitoneum #> 1745 - - - - - Cystic, mucinous or serous carcinoma of retroperitoneum #> 1746 - - - - - Other specified malignant neoplasms of retroperitoneum #> 1747 - - - - - Malignant neoplasms of retroperitoneum, unspecified #> 1748 - - - - Malignant neoplasms of peritoneum #> 1749 - - - - - Adenocarcinomas of peritoneum #> 1750 - - - - - Cystic, mucinous or serous carcinoma of peritoneum #> 1751 - - - - - Mesotheliomas of peritoneum #> 1752 - - - - - - Mesothelioma of mesocolon #> 1753 - - - - - - Mesothelioma of mesentery #> 1754 - - - - - - Mesotheliomas of other specified sites of peritoneum #> 1755 - - - - - - Mesotheliomas of peritoneum, site unspecified #> 1756 - - - - - Other specified malignant neoplasms of peritoneum #> 1757 - - - - - Malignant neoplasms of peritoneum, unspecified #> 1758 - - - - Malignant neoplasms of omentum #> 1759 - - - - - Cystic, mucinous or serous carcinoma of omentum #> 1760 - - - - - Other specified malignant neoplasms of omentum #> 1761 - - - - - Malignant neoplasms of omentum, unspecified #> 1762 - - - - Malignant neoplasm involving overlapping sites of retroperitoneum, peritoneum or omentum #> 1763 - - - - - Adenocarcinoma involving overlapping sites of retroperitoneum, peritoneum or omentum #> 1764 - - - - - Mesothelioma involving overlapping sites of retroperitoneum, peritoneum or omentum #> 1765 - - - - - Other specified malignant neoplasm involving overlapping sites of retroperitoneum, peritoneum or omentum #> 1766 - - - - - Malignant neoplasm involving overlapping sites of retroperitoneum, peritoneum or omentum, unspecified #> 1767 - - - - Other specified malignant neoplasms of retroperitoneum, peritoneum or omentum #> 1768 - - - - Malignant neoplasms of retroperitoneum, peritoneum or omentum, unspecified #> 1769 - - - Malignant neoplasms of breast #> 1770 - - - - Carcinoma of breast, specialised type #> 1771 - - - - Invasive carcinoma of breast #> 1772 - - - - - Invasive ductal carcinoma of breast #> 1773 - - - - - Invasive lobular carcinoma of breast #> 1774 - - - - - Invasive pleomorphic lobular carcinoma of breast #> 1775 - - - - - Invasive carcinoma of breast with mixed ductal and lobular features #> 1776 - - - - - Invasive carcinoma of breast, unidentifiable type #> 1777 - - - - Inflammatory carcinoma of breast #> 1778 - - - - Malignant phyllodes tumour of breast #> 1779 - - - - Solid papillary carcinoma of breast with evidence of invasion #> 1780 - - - - Hereditary breast and ovarian cancer syndrome #> 1781 - - - - Other specified malignant neoplasms of breast #> 1782 - - - - Malignant neoplasms of breast, unspecified #> 1783 - - - Malignant neoplasms of female genital organs #> 1784 - - - - Malignant neoplasms of vulva #> 1785 - - - - - Basal cell carcinoma of vulva #> 1786 - - - - - Melanoma of vulva #> 1787 - - - - - Squamous cell carcinoma of vulva #> 1788 - - - - - Other specified malignant neoplasms of vulva #> 1789 - - - - - Malignant neoplasms of vulva, unspecified #> 1790 - - - - Malignant neoplasms of vagina #> 1791 - - - - - Adenocarcinoma of vagina #> 1792 - - - - - Melanoma of vagina #> 1793 - - - - - Squamous cell carcinoma of vagina #> 1794 - - - - - Other specified malignant neoplasms of vagina #> 1795 - - - - - Malignant neoplasms of vagina, unspecified #> 1796 - - - - Malignant neoplasms of uterine ligament, parametrium, or uterine adnexa #> 1797 - - - - - Adenocarcinoma of uterine ligament, parametrium, or uterine adnexa #> 1798 - - - - - Mucinous or serous carcinoma of uterine ligament, parametrium, or uterine adnexa #> 1799 - - - - - Carcinosarcomas of uterine ligament, parametrium, or uterine adnexa #> 1800 - - - - - Other specified malignant neoplasms of uterine ligament, parametrium, and uterine adnexa #> 1801 - - - - - Malignant neoplasms of uterine ligament, parametrium, or uterine adnexa, unspecified #> 1802 - - - - Malignant neoplasms of ovary #> 1803 - - - - - Carcinomas of ovary #> 1804 - - - - - - Clear cell adenocarcinoma of ovary #> 1805 - - - - - - Endometrioid adenocarcinoma of ovary #> 1806 - - - - - - Low grade serous adenocarcinoma of ovary #> 1807 - - - - - - High grade serous adenocarcinoma of ovary #> 1808 - - - - - - Mucinous adenocarcinoma of ovary #> 1809 - - - - - - Other specified carcinomas of ovary #> 1810 - - - - - - Carcinomas of ovary, unspecified #> 1811 - - - - - Dysgerminoma of ovary #> 1812 - - - - - Granulosa cell malignant tumour of ovary #> 1813 - - - - - Malignant teratoma of ovary #> 1814 - - - - - Serous cystadenoma, borderline malignancy of ovary #> 1815 - - - - - Endodermal sinus tumour, unspecified site, female #> 1816 - - - - - Other specified malignant neoplasms of the ovary #> 1817 - - - - - Malignant neoplasms of ovary, unspecified #> 1818 - - - - Malignant neoplasms of fallopian tube #> 1819 - - - - - Adenocarcinoma of fallopian tube #> 1820 - - - - - Other specified malignant neoplasms of fallopian tube #> 1821 - - - - - Malignant neoplasms of fallopian tube, unspecified #> 1822 - - - - Malignant neoplasms of placenta #> 1823 - - - - - Malignant trophoblastic neoplasms of placenta #> 1824 - - - - - Other specified malignant neoplasms of placenta #> 1825 - - - - - Malignant neoplasms of placenta, unspecified #> 1826 - - - - Malignant neoplasms of corpus uteri #> 1827 - - - - - Endometrial endometrioid adenocarcinoma #> 1828 - - - - - Endometrial mucinous adenocarcinoma #> 1829 - - - - - Endometrial clear cell adenocarcinoma #> 1830 - - - - - Endometrial serous adenocarcinoma #> 1831 - - - - - Endometrial mixed adenocarcinoma #> 1832 - - - - - - Endometrial squamous cell carcinoma #> 1833 - - - - - - Endometrial small cell carcinoma #> 1834 - - - - - - Endometrial undifferentiated carcinoma #> 1835 - - - - - - Carcinosarcoma of uterus #> 1836 - - - - - - Endometrial mixed adenocarcinoma, unspecified #> 1837 - - - - - Other specified malignant neoplasms of corpus uteri #> 1838 - - - - - Malignant neoplasms of corpus uteri, unspecified #> 1839 - - - - Malignant neoplasms of cervix uteri #> 1840 - - - - - Squamous cell carcinoma of cervix uteri #> 1841 - - - - - Adenocarcinoma of cervix uteri #> 1842 - - - - - Adenosquamous carcinoma of cervix uteri #> 1843 - - - - - Neuroendocrine carcinoma of cervix uteri #> 1844 - - - - - Other specified malignant neoplasms of cervix uteri #> 1845 - - - - - Malignant neoplasms of cervix uteri, unspecified #> 1846 - - - - Malignant neoplasms of uterus, part not specified #> 1847 - - - - Malignant neoplasm involving overlapping sites of female genital organs #> 1848 - - - - Other specified malignant neoplasms of female genital organs #> 1849 - - - - Malignant neoplasms of female genital organs, unspecified #> 1850 - - - Malignant neoplasms of male genital organs #> 1851 - - - - Malignant neoplasms of testis #> 1852 - - - - - Germ cell tumour of testis #> 1853 - - - - - Other specified malignant neoplasms of testis #> 1854 - - - - - Malignant neoplasms of testis, unspecified #> 1855 - - - - Malignant neoplasms of penis #> 1856 - - - - - Squamous cell carcinoma of penis #> 1857 - - - - - Melanoma of penis #> 1858 - - - - - Other specified malignant neoplasm of penis #> 1859 - - - - - Malignant neoplasms of penis, unspecified #> 1860 - - - - Malignant neoplasms of prostate #> 1861 - - - - - Adenocarcinoma of prostate #> 1862 - - - - - Other specified malignant neoplasms of prostate #> 1863 - - - - - Malignant neoplasms of prostate, unspecified #> 1864 - - - - Malignant neoplasms of scrotum #> 1865 - - - - - Squamous cell carcinoma of scrotum #> 1866 - - - - - Other specified malignant neoplasms of scrotum #> 1867 - - - - - Malignant neoplasms of scrotum, unspecified #> 1868 - - - - Malignant neoplasms of other specified male genital organs #> 1869 - - - - Malignant neoplasms of male genital organs, unspecified #> 1870 - - - Malignant neoplasms of urinary tract #> 1871 - - - - Malignant neoplasms of kidney, except renal pelvis #> 1872 - - - - - Renal cell carcinoma of kidney, except renal pelvis #> 1873 - - - - - Other specified malignant neoplasms of kidney, except renal pelvis #> 1874 - - - - - Malignant neoplasms of kidney, except renal pelvis, unspecified #> 1875 - - - - Malignant neoplasms of renal pelvis #> 1876 - - - - - Urothelial carcinoma of renal pelvis #> 1877 - - - - - Other specified malignant neoplasms of renal pelvis #> 1878 - - - - - Malignant neoplasms of renal pelvis, unspecified #> 1879 - - - - Malignant neoplasms of ureter #> 1880 - - - - - Urothelial carcinoma of ureter #> 1881 - - - - - Other specified malignant neoplasms of ureter #> 1882 - - - - - Malignant neoplasms of ureter, unspecified #> 1883 - - - - Malignant neoplasms of urethra or paraurethral gland #> 1884 - - - - - Adenocarcinoma of urethra or paraurethral gland #> 1885 - - - - - Squamous cell carcinoma of urethra or paraurethral gland #> 1886 - - - - - Urothelial carcinoma of urethra or paraurethral gland #> 1887 - - - - - Other specified malignant neoplasms of urethra and paraurethral gland #> 1888 - - - - - Malignant neoplasms of urethra or paraurethral gland, unspecified #> 1889 - - - - Malignant neoplasms of bladder #> 1890 - - - - - Adenocarcinoma of urinary bladder #> 1891 - - - - - Squamous cell carcinoma of urinary bladder #> 1892 - - - - - Urothelial carcinoma of bladder #> 1893 - - - - - Other specified malignant neoplasms of bladder #> 1894 - - - - - Malignant neoplasms of bladder, unspecified #> 1895 - - - - Malignant neoplasm involving overlapping sites of urinary organs #> 1896 - - - - - Adenocarcinoma involving overlapping sites of urinary organs #> 1897 - - - - - Squamous cell carcinomas involving overlapping sites of urinary organs #> 1898 - - - - - Urothelial carcinoma involving overlapping sites of urinary organs #> 1899 - - - - - Other specified malignant neoplasms of overlapping lesion of urinary organs #> 1900 - - - - - Malignant neoplasm involving overlapping sites of urinary organs, unspecified #> 1901 - - - - Other specified malignant neoplasms of urinary tract #> 1902 - - - - Malignant neoplasms of urinary tract, unspecified #> 1903 - - - Malignant neoplasms of eye or ocular adnexa #> 1904 - - - - Malignant neoplasm of conjunctiva #> 1905 - - - - - Melanoma of conjunctiva #> 1906 - - - - - Malignant neoplasm of caruncle #> 1907 - - - - - Squamous cell carcinoma of conjunctiva #> 1908 - - - - - Other specified malignant neoplasm of conjunctiva #> 1909 - - - - - Malignant neoplasm of conjunctiva, unspecified #> 1910 - - - - Malignant neoplasm of cornea #> 1911 - - - - - Melanoma of cornea #> 1912 - - - - - Squamous cell carcinoma of cornea #> 1913 - - - - - Other specified malignant neoplasms of cornea #> 1914 - - - - - Malignant neoplasm of cornea, unspecified #> 1915 - - - - Malignant neoplasm of retina #> 1916 - - - - - Adenocarcinoma of retinal pigment epithelium #> 1917 - - - - - Malignant neuroepithelial tumours of retina #> 1918 - - - - - Retinoblastoma #> 1919 - - - - - Other specified malignant neoplasm of retina #> 1920 - - - - - Malignant neoplasm of retina, unspecified #> 1921 - - - - Malignant neoplasm of lacrimal apparatus #> 1922 - - - - - Adenocarcinoma of the lacrimal apparatus #> 1923 - - - - - Mucoepidermoid carcinoma of lacrimal apparatus #> 1924 - - - - - Squamous cell carcinoma of the lacrimal apparatus #> 1925 - - - - - Other specified malignant neoplasm of lacrimal apparatus #> 1926 - - - - - Malignant neoplasm of lacrimal apparatus, unspecified #> 1927 - - - - Malignant neoplasm of orbit #> 1928 - - - - Malignant neoplasm of choroid #> 1929 - - - - - Melanoma of choroid #> 1930 - - - - - Other specified malignant neoplasm of choroid #> 1931 - - - - - Malignant neoplasm of choroid, unspecified #> 1932 - - - - Malignant neoplasm of ciliary body #> 1933 - - - - - Adenocarcinoma of ciliary epithelium #> 1934 - - - - - Malignant medulloepithelioma of ciliary body #> 1935 - - - - - Malignant neuroepithelial tumours of ciliary body #> 1936 - - - - - Melanoma of ciliary body #> 1937 - - - - - Other specified malignant neoplasm of ciliary body #> 1938 - - - - - Malignant neoplasm of ciliary body, unspecified #> 1939 - - - - Malignant neoplasm of iris #> 1940 - - - - - Adenocarcinoma of iris epithelium #> 1941 - - - - - Malignant neuroepithelial tumours of iris #> 1942 - - - - - Melanoma of iris #> 1943 - - - - - Other specified malignant neoplasm of iris #> 1944 - - - - - Malignant neoplasm of iris, unspecified #> 1945 - - - - Other specified malignant neoplasms of eye and ocular adnexa #> 1946 - - - - Malignant neoplasms of eye or ocular adnexa, unspecified #> 1947 - - - Malignant neoplasms of endocrine glands #> 1948 - - - - Malignant neoplasms of thyroid gland #> 1949 - - - - - Follicular carcinoma of thyroid gland #> 1950 - - - - - Papillary carcinoma of thyroid gland #> 1951 - - - - - Poorly differentiated carcinoma of thyroid gland #> 1952 - - - - - Undifferentiated carcinoma of thyroid gland #> 1953 - - - - - Medullary carcinoma of thyroid gland #> 1954 - - - - - Other specified malignant neoplasms of thyroid gland #> 1955 - - - - - Malignant neoplasms of thyroid gland, unspecified #> 1956 - - - - Malignant neoplasms of adrenal gland #> 1957 - - - - - Adenocarcinoma of adrenal gland #> 1958 - - - - - Malignant phaeochromocytoma of adrenal gland #> 1959 - - - - - Neuroblastoma of adrenal gland #> 1960 - - - - - Other specified malignant neoplasms of adrenal gland #> 1961 - - - - - Malignant neoplasms of adrenal gland, unspecified #> 1962 - - - - Malignant neoplasms of other endocrine glands or related structures #> 1963 - - - - - Malignant epithelial neoplasms of other endocrine glands or related structures, unspecified type #> 1964 - - - - - Adenocarcinoma of other endocrine glands or related structures #> 1965 - - - - - Other specified malignant neoplasms of other endocrine glands or related structures #> 1966 - - - - - Malignant neoplasms of other endocrine glands or related structures, unspecified #> 1967 - - - - Malignant neoplasms of endocrine glands, unspecified #> 1968 - - - Other specified malignant neoplasms, stated or presumed to be primary, of specified sites, except of lymphoid, haematopoietic, central nervous system or related tissues #> 1969 - - - Malignant neoplasms, stated or presumed to be primary, of specified sites, except of lymphoid, haematopoietic, central nervous system or related tissues, unspecified #> 1970 - - Malignant neoplasms of ill-defined or unspecified primary sites #> 1971 - - - Adenocarcinoma of unspecified site #> 1972 - - - Unspecified carcinoma of unspecified site #> 1973 - - - Malignant neoplasms of ill-defined sites #> 1974 - - - Malignant neoplasms of independent, multiple primary sites #> 1975 - - - Malignant neoplasm, primary site unknown, so stated #> 1976 - - - Other specified malignant neoplasms of unspecified primary sites #> 1977 - - - Unspecified malignant neoplasms of unspecified sites #> 1978 - - Malignant neoplasm metastases #> 1979 - - - Malignant neoplasm metastasis in brain #> 1980 - - - Malignant neoplasm metastasis in meninges #> 1981 - - - Malignant neoplasm metastasis in spinal cord, cranial nerves or remaining parts of central nervous system #> 1982 - - - Malignant neoplasm metastasis in lymph nodes #> 1983 - - - - Malignant neoplasm metastasis in lymph node of a single region #> 1984 - - - - - Malignant neoplasm metastasis in lymph nodes of head, face or neck #> 1985 - - - - - Malignant neoplasm metastasis in intrathoracic lymph nodes #> 1986 - - - - - Malignant neoplasm metastasis in intra-abdominal lymph nodes #> 1987 - - - - - Malignant neoplasm metastasis in axillary lymph nodes #> 1988 - - - - - Malignant neoplasm metastasis in inguinal lymph nodes #> 1989 - - - - - Malignant neoplasm metastasis in intrapelvic lymph nodes #> 1990 - - - - - Other specified malignant neoplasm metastasis in lymph node of a single region #> 1991 - - - - - Malignant neoplasm metastasis in lymph node of a single region, unspecified #> 1992 - - - - Malignant neoplasm metastases in lymph nodes of multiple regions #> 1993 - - - - Metastatic malignant neoplasm to unspecified lymph node #> 1994 - - - Malignant neoplasm metastasis in thoracic or respiratory organs #> 1995 - - - - Malignant neoplasm metastasis in lung #> 1996 - - - - Malignant neoplasm metastasis in mediastinum #> 1997 - - - - Malignant neoplasm metastasis in pleura #> 1998 - - - - Malignant neoplasm metastasis in upper respiratory tract organs #> 1999 - - - - Malignant neoplasm metastasis in other specified thoracic organs #> 2000 - - - - Malignant neoplasm metastasis in thoracic or respiratory organs, unspecified #> 2001 - - - Malignant neoplasm metastasis in digestive system #> 2002 - - - - Malignant neoplasm metastasis in liver or intrahepatic bile duct #> 2003 - - - - - Malignant neoplasm metastasis in liver #> 2004 - - - - - Malignant neoplasm metastasis in intrahepatic bile duct #> 2005 - - - - Malignant neoplasm metastasis in pancreas #> 2006 - - - - Malignant neoplasm metastasis in extrahepatic bile ducts #> 2007 - - - - Malignant neoplasm metastasis in ampulla of Vater #> 2008 - - - - Malignant neoplasm metastasis in the small intestine #> 2009 - - - - Malignant neoplasm metastasis in large intestine #> 2010 - - - - Malignant neoplasm metastasis in anus #> 2011 - - - - Malignant neoplasm metastasis in other specified digestive system organ #> 2012 - - - - Malignant neoplasm metastasis in unspecified digestive system organ #> 2013 - - - Malignant neoplasm metastasis in retroperitoneum or peritoneum #> 2014 - - - - Malignant neoplasm metastasis in retroperitoneum #> 2015 - - - - Malignant neoplasm metastasis in peritoneum #> 2016 - - - Malignant neoplasm metastasis in other sites #> 2017 - - - - Malignant neoplasm metastasis in kidney or renal pelvis #> 2018 - - - - Malignant neoplasm metastasis in bladder #> 2019 - - - - Malignant neoplasm metastasis in other or unspecified urinary system organs #> 2020 - - - - Malignant neoplasm metastasis in bone or bone marrow #> 2021 - - - - Malignant neoplasm metastasis in soft tissue #> 2022 - - - - Malignant neoplasm metastasis in female reproductive system #> 2023 - - - - - Malignant neoplasm metastasis in ovary #> 2024 - - - - - Malignant neoplasm metastasis in other female reproductive system organs #> 2025 - - - - - Malignant neoplasm metastasis in female reproductive system, unspecified #> 2026 - - - - Malignant neoplasm metastasis in male genital organs #> 2027 - - - - Malignant neoplasm metastasis in adrenal gland #> 2028 - - - - Metastatic malignant neoplasm involving skin #> 2029 - - - - Malignant neoplasm metastasis in peripheral nervous system #> 2030 - - - - Malignant neoplasm metastasis in other specified sites #> 2031 - - - Malignant neoplasm metastasis, unspecified #> 2032 - In situ neoplasms, except of lymphoid, haematopoietic, central nervous system or related tissues #> 2033 - - Carcinoma in situ of oral cavity, oesophagus or stomach #> 2034 - - - Carcinoma in situ of lip, oral cavity or pharynx #> 2035 - - - Carcinoma in situ of oesophagus #> 2036 - - - Carcinoma in situ of stomach #> 2037 - - Carcinoma in situ of other or unspecified digestive organs #> 2038 - - - Carcinoma in situ of colon #> 2039 - - - Carcinoma in situ of rectum #> 2040 - - - Carcinoma in situ of anal canal #> 2041 - - - Carcinoma in situ of gallbladder, biliary tract or ampulla of Vater #> 2042 - - - Carcinoma in situ of other specified digestive organs #> 2043 - - - Carcinoma in situ of unspecified digestive organs #> 2044 - - Carcinoma in situ of middle ear or respiratory system #> 2045 - - - Carcinoma in situ of larynx #> 2046 - - - Carcinoma in situ of trachea #> 2047 - - - Carcinoma in situ of bronchus or lung #> 2048 - - - Carcinoma in situ of other specified sites of middle ear and respiratory system #> 2049 - - - Carcinoma in situ of unspecified sites of middle ear and respiratory system #> 2050 - - Melanoma in situ neoplasms #> 2051 - - - Melanoma in situ of skin #> 2052 - - - - Lentigo maligna #> 2053 - - - - Melanoma in situ of skin, unspecified #> 2054 - - - Melanoma in situ of conjunctiva #> 2055 - - - Melanoma in situ neoplasms, other specified site #> 2056 - - - Melanoma in situ neoplasms, unspecified site #> 2057 - - Carcinoma in situ of skin #> 2058 - - - Intraepidermal squamous cell carcinoma #> 2059 - - - - Bowen disease of skin #> 2060 - - - - Actinic intraepidermal squamous cell carcinoma #> 2061 - - - - Other specified intraepidermal squamous cell carcinoma #> 2062 - - - - Intraepidermal squamous cell carcinoma, unspecified #> 2063 - - - Extramammary Paget disease of skin #> 2064 - - - Carcinoma in situ of anal margin or perianal skin #> 2065 - - - Other specified carcinoma in situ of skin #> 2066 - - - Carcinoma in situ of skin, unspecified #> 2067 - - Carcinoma in situ of breast #> 2068 - - - Lobular carcinoma in situ of breast #> 2069 - - - Lobular carcinoma in situ of breast, pleomorphic subtype #> 2070 - - - Ductal carcinoma in situ of breast #> 2071 - - - Ductal carcinoma in situ of breast, comedo subtype #> 2072 - - - Mixed ductal and lobular carcinoma in situ of breast #> 2073 - - - Paget disease of nipple #> 2074 - - - Other specified carcinoma in situ of breast #> 2075 - - - Carcinoma in situ of breast, unspecified #> 2076 - - Carcinoma in situ of cervix uteri #> 2077 - - - High grade squamous intraepithelial lesion of cervix uteri #> 2078 - - - Other specified carcinoma in situ of cervix uteri #> 2079 - - - Carcinoma in situ of cervix uteri, unspecified #> 2080 - - Carcinoma in situ of other or unspecified genital organs #> 2081 - - - Carcinoma in situ of endometrium #> 2082 - - - Carcinoma in situ of vulva #> 2083 - - - - Vulvar Paget disease #> 2084 - - - - Vulvar intraepithelial neoplasia, HPV-independent #> 2085 - - - - High grade squamous intraepithelial lesion of vulva, HPV-associated #> 2086 - - - Carcinoma in situ of vagina #> 2087 - - - - High grade squamous intraepithelial lesion of vagina #> 2088 - - - - Other specified carcinoma in situ of vagina #> 2089 - - - - Carcinoma in situ of vagina, unspecified #> 2090 - - - Carcinoma in situ of other or unspecified female genital organs #> 2091 - - - Carcinoma in situ of penis #> 2092 - - - - Squamous cell carcinoma in situ of skin of penis #> 2093 - - - - Squamous cell carcinoma in situ of mucocutaneous epithelium of penis #> 2094 - - - High grade intraepithelial lesion of prostate #> 2095 - - - Carcinoma in situ of other or unspecified male genital organs #> 2096 - - Carcinoma in situ of bladder #> 2097 - - Carcinoma in situ of other or unspecified urinary organs #> 2098 - - Carcinoma in situ of the eye or ocular adnexa #> 2099 - - - Carcinoma in situ of the conjunctiva #> 2100 - - - Carcinoma in situ of the cornea #> 2101 - - - Carcinoma in situ of other and unspecified part of the eye and adnexa #> 2102 - - Carcinoma in situ of thyroid and other endocrine glands #> 2103 - - Carcinoma in situ of other specified site #> 2104 - - Carcinoma in situ of unspecified site #> 2105 - Benign neoplasms, except of lymphoid, haematopoietic, central nervous system or related tissues #> 2106 - - Benign mesenchymal neoplasms #> 2107 - - - Benign lipomatous neoplasm #> 2108 - - - - Lipoma #> 2109 - - - - - Superficial subcutaneous lipoma #> 2110 - - - - - Deep subfascial lipoma #> 2111 - - - - - Deep internal or visceral lipoma #> 2112 - - - - - Lipoma, other specified site #> 2113 - - - - - Lipoma, unspecified site #> 2114 - - - - Lipoblastoma #> 2115 - - - - Other specified benign lipomatous neoplasm #> 2116 - - - - Benign lipomatous neoplasm, unspecified #> 2117 - - - Benign vascular neoplasms #> 2118 - - - - Neoplastic haemangioma #> 2119 - - - - - Umbilical cord haemangioma #> 2120 - - - - - Conjunctival haemangioma or haemolymphangioma #> 2121 - - - - - Neoplastic haemangioma of other specified site #> 2122 - - - - - Neoplastic haemangioma, unspecified site #> 2123 - - - - Benign lymphatic neoplasms #> 2124 - - - - - Disseminated lymphangiomatosis #> 2125 - - - - - Acquired progressive lymphangioma #> 2126 - - - - - Other specified benign lymphatic neoplasms #> 2127 - - - - - Benign lymphatic neoplasms, unspecified #> 2128 - - - - Benign vascular neoplasms of infancy and childhood #> 2129 - - - - - Focal infantile haemangioma #> 2130 - - - - - Multifocal infantile haemangioma #> 2131 - - - - - Other specified benign vascular neoplasms of infancy and childhood #> 2132 - - - - - Benign vascular neoplasms of infancy and childhood, unspecified #> 2133 - - - - Other specified benign vascular neoplasms #> 2134 - - - - Benign vascular neoplasms, unspecified #> 2135 - - - Benign chondrogenic tumours #> 2136 - - - - Benign chondrogenic tumours of bone or articular cartilage of limbs #> 2137 - - - - Benign chondrogenic tumours of bone or articular cartilage of other specified sites #> 2138 - - - - Benign chondrogenic tumours, site unspecified #> 2139 - - - Benign osteogenic tumours #> 2140 - - - - Benign osteogenic tumours of bone or articular cartilage of skull or face #> 2141 - - - - Benign osteogenic tumours of bone or articular cartilage of lower jaw #> 2142 - - - - Benign osteogenic tumours of bone or articular cartilage of vertebral column #> 2143 - - - - Benign osteogenic tumours of bone or articular cartilage of ribs, sternum or clavicle #> 2144 - - - - Benign osteogenic tumours of bone or articular cartilage of pelvic bones, sacrum or coccyx #> 2145 - - - - Benign osteogenic tumours of bone or articular cartilage of limbs #> 2146 - - - - Benign osteogenic tumour of other specified site #> 2147 - - - - Benign osteogenic tumour of unspecified site #> 2148 - - - Benign fibrogenic or myofibrogenic tumour #> 2149 - - - - Benign fibrogenic or myofibrogenic tumour of skin #> 2150 - - - - Benign fibrogenic or myofibrogenic tumour of other specified sites #> 2151 - - - - Benign fibrogenic or myofibrogenic tumour, site unknown #> 2152 - - - Benign fibrohistiocytic tumour #> 2153 - - - - Benign fibrohistiocytic tumour of soft tissues of limbs #> 2154 - - - - Benign fibrohistiocytic tumour of retroperitoneum or peritoneum #> 2155 - - - - Benign fibrohistiocytic tumour of skin #> 2156 - - - - Benign fibrohistiocytic tumour of other specified sites #> 2157 - - - - Benign fibrohistiocytic tumour, site unspecified #> 2158 - - - Benign smooth muscle or skeletal muscle tumour #> 2159 - - - - Leiomyoma of uterus #> 2160 - - - - Leiomyoma of other or unspecified sites #> 2161 - - - - Rhabdomyoma #> 2162 - - - - Other specified benign smooth muscle or skeletal muscle tumour #> 2163 - - - - Benign smooth muscle or skeletal muscle tumour, unspecified #> 2164 - - - Benign gastrointestinal stromal tumour #> 2165 - - - Benign endometrial stromal nodule #> 2166 - - - Benign mesenchymal tumours of uncertain differentiation #> 2167 - - - - Benign tumours of uncertain differentiation, bone or cartilage #> 2168 - - - - Benign tumours of uncertain differentiation, soft tissue #> 2169 - - - - Benign mesenchymal tumours of uncertain differentiation of other specified site #> 2170 - - - - Benign mesenchymal tumours of uncertain differentiation of unspecified site #> 2171 - - - Other mixed or unspecified benign mesenchymal tumours #> 2172 - - - Other specified benign mesenchymal neoplasm #> 2173 - - - Benign mesenchymal neoplasms, unspecified #> 2174 - - Benign non-mesenchymal neoplasms #> 2175 - - - Benign neoplasm of lip, oral cavity or pharynx #> 2176 - - - - Benign neoplasm of lip #> 2177 - - - - Benign neoplasm of tongue #> 2178 - - - - Benign neoplasm of floor of mouth #> 2179 - - - - Benign neoplasm of other or unspecified parts of mouth #> 2180 - - - - Benign neoplasm of tonsil #> 2181 - - - - Benign neoplasm of oropharynx #> 2182 - - - - Benign neoplasm of nasopharynx #> 2183 - - - - Benign neoplasm of hypopharynx #> 2184 - - - - Benign neoplasm of pharynx, unspecified #> 2185 - - - Benign neoplasm of major salivary glands #> 2186 - - - - Benign neoplasm of parotid gland #> 2187 - - - - Benign neoplasm of other specified major salivary glands #> 2188 - - - - Benign neoplasm of unspecified major salivary glands #> 2189 - - - Benign neoplasm of digestive organs #> 2190 - - - - Benign neoplasm of oesophagus #> 2191 - - - - Benign neoplasm of stomach #> 2192 - - - - Benign neoplasm of duodenum #> 2193 - - - - Benign neoplasm of other or unspecified parts of small intestine #> 2194 - - - - Benign neoplasm of the large intestine #> 2195 - - - - - Polyposis syndrome #> 2196 - - - - - Other specified benign neoplasm of the large intestine #> 2197 - - - - - Benign neoplasm of the large intestine, unspecified #> 2198 - - - - Benign neoplasm of anus or anal canal #> 2199 - - - - Benign neoplasm of gallbladder, extrahepatic bile ducts or ampulla of Vater #> 2200 - - - - Benign neoplasm of liver or intrahepatic bile ducts #> 2201 - - - - Benign neoplasm of pancreas #> 2202 - - - - Benign neoplasm of endocrine pancreas #> 2203 - - - - Benign neoplasm of other specified digestive organs #> 2204 - - - - Benign neoplasm of unspecified digestive organs #> 2205 - - - Benign neoplasm of respiratory or intrathoracic organs #> 2206 - - - - Benign neoplasm of middle ear or respiratory system #> 2207 - - - - - Middle ear endocrine tumour #> 2208 - - - - - Recurrent respiratory papillomatosis #> 2209 - - - - - Laryngeal endocrine tumour #> 2210 - - - - - Other specified benign neoplasm of middle ear or respiratory system #> 2211 - - - - - Benign neoplasm of middle ear or respiratory system, unspecified #> 2212 - - - - Benign neoplasm of intrathoracic organs #> 2213 - - - - Benign neoplasms of other specified respiratory and intrathoracic organs #> 2214 - - - - Benign neoplasms of unspecified respiratory and intrathoracic organs #> 2215 - - - Benign neoplasm of mesothelial tissue #> 2216 - - - Benign cutaneous neoplasms #> 2217 - - - - Benign cutaneous melanocytic neoplasms #> 2218 - - - - - Common acquired melanocytic naevus #> 2219 - - - - - - Multiple benign melanocytic naevi #> 2220 - - - - - - Other specified common acquired melanocytic naevus #> 2221 - - - - - - Common acquired melanocytic naevus, unspecified #> 2222 - - - - - Atypical melanocytic naevus #> 2223 - - - - - Congenital melanocytic naevus #> 2224 - - - - - - Giant congenital melanocytic naevus #> 2225 - - - - - - Other specified congenital melanocytic naevus #> 2226 - - - - - - Congenital melanocytic naevus, unspecified #> 2227 - - - - - Generalised eruptive melanocytic naevi #> 2228 - - - - - Other specific types of melanocytic naevus #> 2229 - - - - - Melanocytic naevus, unspecified #> 2230 - - - - Benign keratinocytic acanthomas #> 2231 - - - - - Seborrhoeic keratosis #> 2232 - - - - - Other specified benign keratinocytic acanthomas #> 2233 - - - - Benign neoplasms of epidermal appendages #> 2234 - - - - Benign dermal fibrous or fibrohistiocytic neoplasms #> 2235 - - - - - Dermatofibroma #> 2236 - - - - - Other specified benign dermal fibrous or fibrohistiocytic neoplasms #> 2237 - - - - Benign cutaneous neoplasms of neural or nerve sheath origin #> 2238 - - - - Cherry angioma #> 2239 - - - - Lobular capillary haemangioma #> 2240 - - - - Other specified benign cutaneous neoplasms #> 2241 - - - - Benign cutaneous neoplasm of unspecified type #> 2242 - - - Benign neoplasm of breast #> 2243 - - - - Tubular adenoma of breast #> 2244 - - - - Lactating adenoma of breast #> 2245 - - - - Intraductal papilloma of breast #> 2246 - - - - Benign phyllodes tumour of breast #> 2247 - - - - Fibromatosis of breast #> 2248 - - - - Fibroadenoma of breast #> 2249 - - - - Extensive adenomatosis of nipple #> 2250 - - - - Other specified benign neoplasm of breast #> 2251 - - - - Benign neoplasm of breast, unspecified #> 2252 - - - Benign non-mesenchymal neoplasms of uterus #> 2253 - - - - Benign non-mesenchymal neoplasm of uterus, cervix uteri #> 2254 - - - - Benign non-mesenchymal neoplasm of uterus, corpus uteri #> 2255 - - - - Benign non-mesenchymal neoplasms of uterus, other parts #> 2256 - - - Benign neoplasm of ovary #> 2257 - - - - Cystic teratoma #> 2258 - - - - Ovarian fibroma #> 2259 - - - - Meigs' syndrome #> 2260 - - - - Serous ovarian cystadenoma #> 2261 - - - - Other specified benign neoplasm of ovary #> 2262 - - - - Benign neoplasm of ovary, unspecified #> 2263 - - - Benign neoplasm of other or unspecified female genital organs #> 2264 - - - Benign neoplasm of male genital organs #> 2265 - - - Benign neoplasm of urinary organs #> 2266 - - - Benign neoplasm of eye or ocular adnexa #> 2267 - - - - Benign neoplasm of choroid #> 2268 - - - - Benign neoplasm of iris #> 2269 - - - - Benign neoplasm of ciliary body #> 2270 - - - - Teratoma of orbit #> 2271 - - - - Cysts of eyelid #> 2272 - - - - Other specified benign neoplasm of eye or ocular adnexa #> 2273 - - - - Benign neoplasm of eye or ocular adnexa, unspecified #> 2274 - - - Benign neoplasm of endocrine glands #> 2275 - - - - Non-secreting pituitary adenoma #> 2276 - - - - Other specified benign neoplasm of endocrine glands #> 2277 - - - - Benign neoplasm of endocrine glands, unspecified #> 2278 - - - Benign non-mesenchymal neoplasms of other specified site #> 2279 - - - Benign non-mesenchymal neoplasms of unspecified site #> 2280 - - Other specified benign neoplasms, except of lymphoid, haematopoietic, central nervous system or related tissues #> 2281 - - Benign neoplasms, except of lymphoid, haematopoietic, central nervous system or related tissues, unspecified #> 2282 - Neoplasms of uncertain behaviour, except of lymphoid, haematopoietic, central nervous system or related tissues #> 2283 - - Neoplasms of uncertain behaviour of oral cavity or digestive organs #> 2284 - - - Neoplasms of uncertain behaviour of lip, oral cavity or pharynx #> 2285 - - - Neoplasms of uncertain behaviour of stomach #> 2286 - - - Neoplasms of uncertain behaviour of small intestine #> 2287 - - - Neoplasms of uncertain behaviour of colon #> 2288 - - - Neoplasms of uncertain behaviour of rectum #> 2289 - - - Neoplasms of uncertain behaviour of liver, gallbladder or bile ducts #> 2290 - - - Neoplasms of uncertain behaviour of oral cavity and digestive organs, other specified site #> 2291 - - - Neoplasms of uncertain behaviour of oral cavity and digestive organs, unspecified site #> 2292 - - Neoplasms of uncertain behaviour of middle ear, respiratory or intrathoracic organs #> 2293 - - - Neoplasms of uncertain behaviour of thymus #> 2294 - - - Neoplasms of uncertain behaviour of larynx #> 2295 - - - Neoplasms of uncertain behaviour of pleura #> 2296 - - - Neoplasms of uncertain behaviour of trachea, bronchus or lung #> 2297 - - - Neoplasms of uncertain behaviour of mediastinum #> 2298 - - - Neoplasms of uncertain behaviour of middle ear, respiratory and intrathoracic organs, other specified site #> 2299 - - - Neoplasms of uncertain behaviour of middle ear, respiratory and intrathoracic organs, unspecified site #> 2300 - - Neoplasms of uncertain behaviour of skin #> 2301 - - - Spitzoid tumour of uncertain malignant potential #> 2302 - - - Melanocytic naevus with severe melanocytic dysplasia #> 2303 - - - Other specified neoplasms of uncertain behaviour of skin #> 2304 - - Neoplasms of uncertain behaviour of retroperitoneum #> 2305 - - Neoplasms of uncertain behaviour of peritoneum #> 2306 - - Neoplasms of uncertain behaviour of breast #> 2307 - - Neoplasms of uncertain behaviour of female genital organs #> 2308 - - Neoplasms of uncertain behaviour of male genital organs #> 2309 - - Neoplasms of uncertain behaviour of urinary organs #> 2310 - - Neoplasms of uncertain behaviour of eye or ocular adnexa #> 2311 - - Neoplasms of uncertain behaviour of endocrine glands #> 2312 - - - Multiple polyglandular tumours #> 2313 - - - Other specified neoplasms of uncertain behaviour of endocrine glands #> 2314 - - - Neoplasms of uncertain behaviour of endocrine glands, unspecified #> 2315 - - Neoplasms of uncertain behaviour of bone or articular cartilage #> 2316 - - Neoplasms of uncertain behaviour of connective or other soft tissue #> 2317 - - Neoplasms of uncertain behaviour of other specified site #> 2318 - - Neoplasms of uncertain behaviour of unspecified site #> 2319 - Neoplasms of unknown behaviour, except of lymphoid, haematopoietic, central nervous system or related tissues #> 2320 - - Neoplasms of unknown behaviour of oral cavity or digestive organs #> 2321 - - - Neoplasms of unknown behaviour of colon #> 2322 - - - Neoplasms of unknown behaviour of rectum #> 2323 - - - Neoplasms of unknown behaviour of oral cavity and digestive organs, other specified site #> 2324 - - - Neoplasms of unknown behaviour of oral cavity and digestive organs, unspecified site #> 2325 - - Neoplasms of unknown behaviour of middle ear, respiratory or intrathoracic organs #> 2326 - - - Neoplasms of unknown behaviour of larynx #> 2327 - - - Neoplasms of unknown behaviour of trachea, bronchus or lung #> 2328 - - - Neoplasms of unknown behaviour of other specified respiratory organ, intrathoracic organ or middle ear #> 2329 - - - Neoplasms of unknown behaviour of unspecified respiratory organ or intrathoracic organ #> 2330 - - Neoplasms of unknown behaviour of skin #> 2331 - - Neoplasms of unknown behaviour of retroperitoneum #> 2332 - - Neoplasms of unknown behaviour of peritoneum #> 2333 - - Neoplasms of unknown behaviour of breast #> 2334 - - Neoplasms of unknown behaviour of female genital organs #> 2335 - - Neoplasms of unknown behaviour of male genital organs #> 2336 - - Neoplasms of unknown behaviour of urinary organs #> 2337 - - Neoplasms of unknown behaviour of eye or ocular adnexa #> 2338 - - Neoplasms of unknown behaviour of endocrine glands #> 2339 - - Neoplasms of unknown behaviour of bone or articular cartilage #> 2340 - - Neoplasms of unknown behaviour of connective or other soft tissue #> 2341 - - Neoplasms of unknown behaviour of other specified site #> 2342 - - Neoplasms of unknown behaviour of unspecified site #> 2343 Diseases of the blood or blood-forming organs #> 2344 - Anaemias or other erythrocyte disorders #> 2345 - - Nutritional or metabolic anaemias #> 2346 - - - Iron deficiency anaemia #> 2347 - - - - Acquired iron deficiency anaemia due to blood loss #> 2348 - - - - - Chronic posthaemorrhagic anaemia #> 2349 - - - - - Acquired iron deficiency anaemia due to blood loss, unspecified #> 2350 - - - - Acquired iron deficiency anaemia due to low intake #> 2351 - - - - Acquired iron deficiency anaemia due to decreased absorption #> 2352 - - - - Acquired iron deficiency anaemia due to increased requirement #> 2353 - - - - Other specified iron deficiency anaemia #> 2354 - - - - Iron deficiency anaemia, unspecified #> 2355 - - - Megaloblastic anaemia due to vitamin B12 deficiency #> 2356 - - - - Hereditary vitamin B12 deficiency anaemia #> 2357 - - - - Neonatal vitamin B12 deficiency anaemia #> 2358 - - - - Vitamin B12 deficiency anaemia due to low intake #> 2359 - - - - Vitamin B12 deficiency anaemia due to intrinsic factor deficiency #> 2360 - - - - - Pernicious anaemia #> 2361 - - - - - Other specified vitamin B12 deficiency anaemia due to intrinsic factor deficiency #> 2362 - - - - Vitamin B12 deficiency anaemia due to intestinal disease #> 2363 - - - - Drug-induced vitamin B12 deficiency anaemia #> 2364 - - - - Other specified megaloblastic anaemia due to vitamin B12 deficiency #> 2365 - - - - Megaloblastic anaemia due to vitamin B12 deficiency, unspecified #> 2366 - - - Folate deficiency anaemia #> 2367 - - - - Hereditary folate deficiency anaemia #> 2368 - - - - Folate deficiency anaemia due to low intake #> 2369 - - - - Folate deficiency anaemia due to increased requirements #> 2370 - - - - Folate deficiency anaemia due to decreased intestinal absorption #> 2371 - - - - Drug-induced folate deficiency anaemia #> 2372 - - - - Other specified folate deficiency anaemia #> 2373 - - - - Folate deficiency anaemia, unspecified #> 2374 - - - Other nutritional or metabolic anaemias #> 2375 - - - - Hereditary orotic aciduria #> 2376 - - - - Protein deficiency anaemia #> 2377 - - - - Scorbutic anaemia #> 2378 - - - - Copper deficiency anaemia #> 2379 - - - - Acquired other vitamin B deficiency anaemia #> 2380 - - - - - Acquired pyridoxine deficiency anaemia #> 2381 - - - - - Acquired riboflavin deficiency anaemia #> 2382 - - - - - Acquired thiamine deficiency anaemia #> 2383 - - - - - Other specified acquired other vitamin B deficiency anaemia #> 2384 - - - - Acquired vitamin A deficiency anaemia #> 2385 - - - - Acquired vitamin E deficiency anaemia #> 2386 - - - - Other and unspecified nutritional or metabolic anaemia #> 2387 - - Haemolytic anaemias #> 2388 - - - Congenital haemolytic anaemia #> 2389 - - - - Hereditary haemolytic anaemia #> 2390 - - - - - Haemolytic anaemias due to hexose monophosphate shunt or glutathione metabolism anomalies #> 2391 - - - - - - Haemolytic anaemia due to glucose-6-phosphate dehydrogenase deficiency #> 2392 - - - - - - Other specified haemolytic anaemias due to hexose monophosphate shunt or glutathione metabolism anomalies #> 2393 - - - - - - Haemolytic anaemias due to hexose monophosphate shunt or glutathione metabolism anomalies, unspecified #> 2394 - - - - - Haemolytic anaemia due to adenosine deaminase excess #> 2395 - - - - - Hereditary elliptocytosis #> 2396 - - - - - Familial pseudohyperkalaemia #> 2397 - - - - - Other specified hereditary haemolytic anaemia #> 2398 - - - - - Hereditary haemolytic anaemia, unspecified #> 2399 - - - - Other specified congenital haemolytic anaemia #> 2400 - - - Acquired haemolytic anaemia #> 2401 - - - - Acquired haemolytic anaemia, immune #> 2402 - - - - - Autoimmune haemolytic anaemia, warm type #> 2403 - - - - - Autoimmune haemolytic anaemia, cold type #> 2404 - - - - - Autoimmune haemolytic anaemia, mixed type, cold and warm #> 2405 - - - - - Paroxysmal cold haemoglobinuria #> 2406 - - - - - Alloimmune haemolytic anaemia #> 2407 - - - - - Evans syndrome #> 2408 - - - - - Other specified acquired haemolytic anaemia, immune #> 2409 - - - - Acquired haemolytic anaemia, non-immune #> 2410 - - - - - Paroxysmal nocturnal haemoglobinuria #> 2411 - - - - - Microangiopathic haemolytic anaemia #> 2412 - - - - - Haemolytic uraemic syndrome #> 2413 - - - - - Other specified acquired haemolytic anaemia, non-immune #> 2414 - - - - Acquired haemolytic anaemia, unspecified #> 2415 - - - Haemolytic anaemias, unspecified #> 2416 - - Thalassaemias #> 2417 - - - Alpha thalassaemia #> 2418 - - - - Mild alpha thalassaemia diseases #> 2419 - - - - Thalassaemic alpha-chain variants #> 2420 - - - - Haemoglobin H disease (– α/– – included) #> 2421 - - - - Homozygous or compound heterozygous alpha0 thalassaemia #> 2422 - - - - Other specified alpha thalassaemia #> 2423 - - - - Alpha thalassaemia, unspecified #> 2424 - - - Alpha thalassaemia related syndromes #> 2425 - - - Beta thalassaemia #> 2426 - - - Delta, delta-beta or gamma-delta-beta thalassaemia #> 2427 - - - Hereditary persistence of fetal haemoglobin #> 2428 - - - Other specified thalassaemias #> 2429 - - - Thalassaemias, unspecified #> 2430 - - Sickle cell disorders or other haemoglobinopathies #> 2431 - - - Sickle cell trait #> 2432 - - - Sickle cell disease without crisis #> 2433 - - - Sickle cell disease with crisis #> 2434 - - - Compound heterozygous sickling disorders without crisis #> 2435 - - - Compound heterozygous sickling disorders with crisis #> 2436 - - - Haemoglobin C disease #> 2437 - - - Haemoglobin D disease #> 2438 - - - High affinity haemoglobin #> 2439 - - - Low affinity haemoglobin #> 2440 - - - Haemoglobin O disease #> 2441 - - - Haemoglobin E disease #> 2442 - - - Haemoglobin C/beta thalassaemia compound heterozygosity #> 2443 - - - Other specified sickle cell disorders or other haemoglobinopathies #> 2444 - - - Sickle cell disorders or other haemoglobinopathies, unspecified #> 2445 - - Pure red cell aplasia #> 2446 - - - Congenital pure red cell aplasia #> 2447 - - - - Congenital non-inherited pure red cell aplasia #> 2448 - - - - Hereditary pure red cell aplasia #> 2449 - - - - Congenital pure red cell aplasia, unspecified #> 2450 - - - Acquired pure red cell aplasia #> 2451 - - - - Acute acquired pure red cell aplasia #> 2452 - - - - Chronic acquired pure red cell aplasia #> 2453 - - - - Other specified acquired pure red cell aplasia #> 2454 - - - - Acquired pure red cell aplasia, unspecified #> 2455 - - - Pure red cell aplasia, unspecified #> 2456 - - Aplastic anaemia #> 2457 - - - Congenital aplastic anaemia #> 2458 - - - Acquired aplastic anaemias #> 2459 - - - - Drug-induced aplastic anaemia #> 2460 - - - - Aplastic anaemia due to other external agents #> 2461 - - - - Idiopathic aplastic anaemia #> 2462 - - - - Other specified acquired aplastic anaemias #> 2463 - - - - Acquired aplastic anaemias, unspecified #> 2464 - - - Aplastic anaemia, unspecified #> 2465 - - Anaemia due to chronic disease #> 2466 - - - Anaemia in neoplastic disease #> 2467 - - - Anaemia in chronic infectious diseases #> 2468 - - - Anaemia in chronic kidney disease #> 2469 - - - Anaemia due to other specified chronic disease #> 2470 - - - Anaemia due to chronic disease, unspecified #> 2471 - - Sideroblastic anaemia #> 2472 - - - Congenital sideroblastic anaemias #> 2473 - - - - Hereditary sideroblastic anaemias #> 2474 - - - - Hereditary syndromic sideroblastic anaemia #> 2475 - - - - Other specified congenital sideroblastic anaemias #> 2476 - - - - Congenital sideroblastic anaemias, unspecified #> 2477 - - - Acquired sideroblastic anaemias #> 2478 - - - Sideroblastic anaemia, unspecified #> 2479 - - Congenital dyserythropoietic anaemia #> 2480 - - Polycythaemia #> 2481 - - - Congenital polycythaemia #> 2482 - - - - Primary inherited erythrocytosis #> 2483 - - - - Other specified congenital polycythaemia #> 2484 - - - - Congenital polycythaemia, unspecified #> 2485 - - - Acquired polycythaemia #> 2486 - - - - Polycythaemia due to hypoxia, including high altitude #> 2487 - - - - Polycythaemia due to over-transfusion or blood doping #> 2488 - - - - Relative polycythaemia #> 2489 - - - - Other specified acquired polycythaemia #> 2490 - - - - Acquired polycythaemia, unspecified #> 2491 - - - Polycythaemia, unspecified #> 2492 - - Anaemia due to acute disease #> 2493 - - Congenital methaemoglobinaemia #> 2494 - - Hereditary methaemoglobinaemia #> 2495 - - Acquired methaemoglobinaemia #> 2496 - - Acute posthaemorrhagic anaemia #> 2497 - - Other specified anaemias or erythrocyte disorders #> 2498 - - Anaemias or other erythrocyte disorders, unspecified #> 2499 - Coagulation defects, purpura or other haemorrhagic or related conditions #> 2500 - - Coagulation defects #> 2501 - - - Congenital or constitutional haemorrhagic condition #> 2502 - - - - Hereditary factor VIII deficiency #> 2503 - - - - - Haemophilia A #> 2504 - - - - - Hereditary factor VIII deficiency with anti-factor VIII inhibitor #> 2505 - - - - - Other specified hereditary factor VIII deficiency #> 2506 - - - - - Hereditary factor VIII deficiency, unspecified #> 2507 - - - - Hereditary factor IX deficiency #> 2508 - - - - - Haemophilia B #> 2509 - - - - - Other specified hereditary factor IX deficiency #> 2510 - - - - - Hereditary factor IX deficiency, unspecified #> 2511 - - - - Von Willebrand disease #> 2512 - - - - Haemophilia C #> 2513 - - - - Other inherited coagulation factor deficiency with bleeding tendency #> 2514 - - - - - Hereditary deficiency of factor I #> 2515 - - - - - Hereditary factor X deficiency #> 2516 - - - - - Combined deficiency of vitamin K-dependent clotting factors #> 2517 - - - - - Other inherited coagulation factor deficiency with bleeding tendency, unspecified #> 2518 - - - - Inherited coagulation factor deficiency without bleeding tendency #> 2519 - - - - Congenital or constitutional haemorrhagic condition, unspecified #> 2520 - - - Haemorrhagic diseases due to acquired coagulation factor defects #> 2521 - - - - Disseminated intravascular coagulation #> 2522 - - - - Haemorrhagic disorder due to circulating anticoagulants and coagulation factors #> 2523 - - - - - Haemorrhage due to thrombin inhibitor other than heparin #> 2524 - - - - - Haemorrhage due to factor Xa inhibitor #> 2525 - - - - - Haemorrhagic disorder due to other specified circulating anticoagulants #> 2526 - - - - - Haemorrhagic disorder due to unspecified circulating anticoagulants #> 2527 - - - - Acquired haemophilia #> 2528 - - - - Other specified haemorrhagic diseases due to acquired coagulation factor defects #> 2529 - - - Coagulation defects, unspecified #> 2530 - - Fibrinolytic defects #> 2531 - - - Inherited fibrinolytic defects #> 2532 - - - - Congenital alpha-2 antiplasmin deficiency #> 2533 - - - - Congenital plasminogen activator inhibitor type 1 deficiency #> 2534 - - - - Other specified inherited fibrinolytic defects #> 2535 - - - - Inherited fibrinolytic defects, unspecified #> 2536 - - - Acquired fibrinolytic defects #> 2537 - - Non-thrombocytopenic purpura #> 2538 - - - Hereditary vascular purpura #> 2539 - - - Acquired vascular purpura #> 2540 - - Thrombophilia #> 2541 - - - Hereditary thrombophilia #> 2542 - - - - Hyperhomocysteinaemia #> 2543 - - - - Other specified hereditary thrombophilia #> 2544 - - - - Hereditary thrombophilia, unspecified #> 2545 - - - Acquired thrombophilia #> 2546 - - - Other specified thrombophilia #> 2547 - - - Thrombophilia, unspecified #> 2548 - - Qualitative platelet defects #> 2549 - - - Inherited qualitative platelet defects #> 2550 - - - - Alpha-granule diseases #> 2551 - - - - Inherited giant platelet disorder #> 2552 - - - - Other specified inherited qualitative platelet defects #> 2553 - - - - Inherited qualitative platelet defects, unspecified #> 2554 - - - Bleeding diathesis due to thromboxane synthesis deficiency #> 2555 - - - Isolated thrombocytopenia #> 2556 - - - Dense granule disease #> 2557 - - - Alpha-delta dense granule deficiency #> 2558 - - - Haemophagocytic syndrome associated with infection #> 2559 - - - Other specified qualitative platelet defects #> 2560 - - - Qualitative platelet defects, unspecified #> 2561 - - Thrombocytosis #> 2562 - - - Congenital thrombocytosis #> 2563 - - - Acquired thrombocytosis #> 2564 - - - - Secondary thrombocytosis #> 2565 - - - - Other specified acquired thrombocytosis #> 2566 - - - - Acquired thrombocytosis, unspecified #> 2567 - - - Other specified thrombocytosis #> 2568 - - - Thrombocytosis, unspecified #> 2569 - - Thrombocytopenia #> 2570 - - - Congenital thrombocytopenia #> 2571 - - - - Congenital non-inherited thrombocytopenia #> 2572 - - - - Hereditary thrombocytopenia #> 2573 - - - - Congenital thrombocytopenia, unspecified #> 2574 - - - Acquired thrombocytopenia #> 2575 - - - - Immune thrombocytopenic purpura #> 2576 - - - - Secondary thrombocytopenic purpura #> 2577 - - - - Drug-induced thrombocytopenic purpura #> 2578 - - - - Alloimmune thrombocytopenia #> 2579 - - - - Thrombotic thrombocytopenic purpura #> 2580 - - - - Other specified acquired thrombocytopenia #> 2581 - - - Thrombocytopenia, unspecified #> 2582 - - Thrombotic microangiopathy, not elsewhere classified #> 2583 - - Other specified coagulation defects, purpura or other haemorrhagic or related conditions #> 2584 - - Coagulation defects, purpura or other haemorrhagic or related conditions, unspecified #> 2585 - Diseases of spleen #> 2586 - - Congenital disorders of spleen #> 2587 - - - Splenomegaly in storage diseases #> 2588 - - Acquired disorders of spleen #> 2589 - - - Tumour-like conditions of spleen #> 2590 - - - Postsurgical asplenia #> 2591 - - - Atrophy of spleen #> 2592 - - - Nontraumatic laceration or rupture of spleen #> 2593 - - - Splenosis #> 2594 - - - Splenic cyst or pseudocyst #> 2595 - - - - Pseudocyst of spleen #> 2596 - - - - Epithelial cyst of spleen #> 2597 - - - - Other specified splenic cyst #> 2598 - - - - Splenic cyst, unspecified #> 2599 - - - Infarction of spleen #> 2600 - - - Infection of spleen #> 2601 - - - - Acute septic splenitis #> 2602 - - - - Abscess of spleen #> 2603 - - - - Other specified infection of spleen #> 2604 - - - - Infection of spleen, unspecified #> 2605 - - - Torsion of spleen #> 2606 - - - Fibrosis of spleen #> 2607 - - - Perisplenitis #> 2608 - - - Hypersplenism #> 2609 - - - Chronic congestive splenomegaly #> 2610 - - - Other specified acquired disorders of spleen #> 2611 - - - Acquired disorders of spleen, unspecified #> 2612 - - Diseases of spleen, unspecified #> 2613 - Other specified diseases of the blood or blood-forming organs #> 2614 - Diseases of the blood or blood-forming organs, unspecified #> 2615 Diseases of the immune system #> 2616 - Primary immunodeficiencies #> 2617 - - Primary immunodeficiencies due to disorders of innate immunity #> 2618 - - - Functional neutrophil defects #> 2619 - - - - Neutrophil immunodeficiency syndrome #> 2620 - - - - Other specified functional neutrophil defects #> 2621 - - - - Functional neutrophil defects, unspecified #> 2622 - - - Defects in the complement system #> 2623 - - - - Immunodeficiency with an early component of complement deficiency #> 2624 - - - - Immunodeficiency with a late component of complement deficiency #> 2625 - - - - Immunodeficiency with factor B deficiency #> 2626 - - - - Immunodeficiency with factor D anomaly #> 2627 - - - - Hereditary angioedema #> 2628 - - - - Acquired angioedema #> 2629 - - - - Other specified defects in the complement system #> 2630 - - - - Defects in the complement system, unspecified #> 2631 - - - Genetic susceptibility to particular pathogens #> 2632 - - - Immunodeficiency with natural-killer cell deficiency #> 2633 - - - Other specified primary immunodeficiencies due to disorders of innate immunity #> 2634 - - - Primary immunodeficiencies due to disorders of innate immunity, unspecified #> 2635 - - Primary immunodeficiencies due to disorders of adaptive immunity #> 2636 - - - Immunodeficiencies with predominantly antibody defects #> 2637 - - - - Hereditary agammaglobulinaemia with profoundly reduced or absent B cells #> 2638 - - - - Immunodeficiencies with severe reduction in at least two serum immunoglobulin isotypes with normal or low numbers of B cells #> 2639 - - - - Specific antibody deficiency with normal immunoglobulin concentrations or normal number of B cells #> 2640 - - - - Transient hypogammaglobulinaemia of infancy #> 2641 - - - - Immunodeficiencies with isotype or light chain deficiencies with normal number of B cells #> 2642 - - - - Immunodeficiencies with severe reduction in serum IgG or IgA with normal or elevated IgM and normal numbers of B-cells #> 2643 - - - - Other specified immunodeficiencies with predominantly antibody defects #> 2644 - - - - Immunodeficiencies with predominantly antibody defects, unspecified #> 2645 - - - Combined immunodeficiencies #> 2646 - - - - Severe combined immunodeficiencies #> 2647 - - - - Major histocompatibility complex class I deficiency #> 2648 - - - - Major histocompatibility complex class II deficiency #> 2649 - - - - Other specified combined immunodeficiencies #> 2650 - - - - Combined immunodeficiencies, unspecified #> 2651 - - - Diseases of immune dysregulation #> 2652 - - - - Immune dysregulation syndromes with hypopigmentation #> 2653 - - - - Immune dysregulation syndromes presenting primarily with autoimmunity #> 2654 - - - - Immune dysregulation syndromes presenting primarily with lymphoproliferation #> 2655 - - - - Primary haemophagocytic lymphohistiocytosis #> 2656 - - - - Other specified diseases of immune dysregulation #> 2657 - - - - Diseases of immune dysregulation, unspecified #> 2658 - - - Other well-defined immunodeficiency syndromes due to defects in adaptive immunity #> 2659 - - - - Immunodeficiency due to defects of the thymus #> 2660 - - - - DNA repair defects other than combined T-cell or B-cell immunodeficiencies #> 2661 - - - - Immuno-osseous dysplasia #> 2662 - - - - Hepatic veno-occlusive disease - immunodeficiency syndrome #> 2663 - - - - Hyperimmunoglobulin E syndromes #> 2664 - - - Primary immunodeficiencies due to disorders of adaptive immunity, unspecified #> 2665 - - Other specified primary immunodeficiencies #> 2666 - - Primary immunodeficiencies, unspecified #> 2667 - Acquired immunodeficiencies #> 2668 - - Adult-onset immunodeficiency #> 2669 - - Acquired immunodeficiency due to loss of immunoglobulin #> 2670 - - Other specified acquired immunodeficiencies #> 2671 - - Acquired immunodeficiencies, unspecified #> 2672 - Nonorgan specific systemic autoimmune disorders #> 2673 - - Lupus erythematosus #> 2674 - - - Systemic lupus erythematosus #> 2675 - - - - Systemic lupus erythematosus with skin involvement #> 2676 - - - - Other specified systemic lupus erythematosus #> 2677 - - - - Systemic lupus erythematosus, unspecified #> 2678 - - - Drug-induced lupus erythematosus #> 2679 - - - Other specified lupus erythematosus #> 2680 - - - Lupus erythematosus, unspecified #> 2681 - - Idiopathic inflammatory myopathy #> 2682 - - - Dermatomyositis #> 2683 - - - - Adult dermatomyositis #> 2684 - - - - Juvenile dermatomyositis #> 2685 - - - - Dermatomyositis, unspecified #> 2686 - - - Polymyositis #> 2687 - - - - Juvenile polymyositis #> 2688 - - - - Paraneoplastic polymyositis #> 2689 - - - - Other specified polymyositis #> 2690 - - - - Polymyositis, unspecified #> 2691 - - - Inclusion body myopathy #> 2692 - - - - Inflammatory inclusion body myositis #> 2693 - - - - Noninflammatory inclusion body myopathy #> 2694 - - - - Inclusion body myopathy, unspecified #> 2695 - - - Other specified idiopathic inflammatory myopathy #> 2696 - - - Idiopathic inflammatory myopathy, unspecified #> 2697 - - Systemic sclerosis #> 2698 - - - Paediatric onset systemic sclerosis #> 2699 - - - Diffuse systemic sclerosis #> 2700 - - - Limited systemic sclerosis #> 2701 - - - Systemic sclerosis, unspecified #> 2702 - - Overlap or undifferentiated nonorgan specific systemic autoimmune disease #> 2703 - - - IgG4 related disease #> 2704 - - - Mikulicz disease #> 2705 - - - Sjögren syndrome #> 2706 - - - - Primary Sjögren syndrome #> 2707 - - - - Secondary Sjögren syndrome #> 2708 - - - - Paediatric onset Sjögren syndrome #> 2709 - - - - Other specified sjögren syndrome #> 2710 - - - - Sjögren syndrome, unspecified #> 2711 - - - Mixed connective tissue disease #> 2712 - - - Diffuse eosinophilic fasciitis #> 2713 - - - Other specified overlap non-organ specific systemic autoimmune disease #> 2714 - - - Undifferentiated non-organ specific systemic autoimmune disease #> 2715 - - Vasculitis #> 2716 - - - Rhizomelic pseudopolyarthritis #> 2717 - - - Aortic arch syndrome #> 2718 - - - Giant cell arteritis #> 2719 - - - Single organ vasculitis #> 2720 - - - Polyarteritis nodosa #> 2721 - - - Mucocutaneous lymph node syndrome #> 2722 - - - Sneddon syndrome #> 2723 - - - Primary angiitis of the central nervous system #> 2724 - - - Thromboangiitis obliterans #> 2725 - - - Immune complex small vessel vasculitis #> 2726 - - - - Cryoglobulinaemic vasculitis #> 2727 - - - - Hypocomplementaemic urticarial vasculitis #> 2728 - - - - IgA vasculitis #> 2729 - - - - Other specified immune complex small vessel vasculitis #> 2730 - - - - Immune complex small vessel vasculitis, unspecified #> 2731 - - - Antineutrophil cytoplasmic antibody-associated vasculitis #> 2732 - - - - Microscopic polyangiitis #> 2733 - - - - Granulomatosis with polyangiitis #> 2734 - - - - Eosinophilic granulomatosis with polyangiitis #> 2735 - - - - Other specified antineutrophil cytoplasmic antibody-associated vasculitis #> 2736 - - - - Antineutrophil cytoplasmic antibody-associated vasculitis, unspecified #> 2737 - - - Leukocytoclastic vasculitis #> 2738 - - - - Cutaneous leukocytoclastic vasculitis #> 2739 - - - - Other specified leukocytoclastic vasculitis #> 2740 - - - - Leukocytoclastic vasculitis, unspecified #> 2741 - - - Other specified vasculitis #> 2742 - - - Vasculitis, unspecified #> 2743 - - Antiphospholipid syndrome #> 2744 - - - Primary antiphospholipid syndrome #> 2745 - - - Secondary antiphospholipid syndrome #> 2746 - - - Antiphospholipid syndrome in pregnancy #> 2747 - - - Lupus anticoagulant-hypoprothrombinaemia syndrome #> 2748 - - - Antiphospholipid syndrome, unspecified #> 2749 - - Other specified nonorgan specific systemic autoimmune disorders #> 2750 - - Nonorgan specific systemic autoimmune disorders, unspecified #> 2751 - Autoinflammatory disorders #> 2752 - - Monogenic autoinflammatory syndromes #> 2753 - - - Familial Mediterranean fever #> 2754 - - - Cryopyrin-associated periodic syndromes #> 2755 - - - Tumour necrosis factor receptor 1 associated periodic syndrome #> 2756 - - - Other specified monogenic autoinflammatory syndromes #> 2757 - - - Autoimflammatory syndrome, unspecified #> 2758 - - SAPHO syndrome #> 2759 - - Behçet disease #> 2760 - - Other specified autoinflammatory disorders #> 2761 - - Autoinflammatory disorders, unspecified #> 2762 - Allergic or hypersensitivity conditions #> 2763 - - Allergic or hypersensitivity disorders involving the respiratory tract #> 2764 - - - Drug-induced bronchospasm #> 2765 - - - Bronchospasm provoked by allergy to food substance #> 2766 - - - Other specified allergic or hypersensitivity disorders involving the respiratory tract #> 2767 - - - Allergic or hypersensitivity disorders involving the respiratory tract, unspecified #> 2768 - - Allergic or hypersensitivity disorders involving the eye #> 2769 - - Allergic or hypersensitivity disorders involving skin or mucous membranes #> 2770 - - Allergic or hypersensitivity disorders involving the gastrointestinal tract #> 2771 - - - Food-induced eosinophilic gastroenteritis #> 2772 - - - Food-induced eosinophilic oesophagitis #> 2773 - - - Other specified allergic or hypersensitivity disorders involving the gastrointestinal tract #> 2774 - - - Allergic or hypersensitivity disorders involving the gastrointestinal tract, unspecified #> 2775 - - Anaphylaxis #> 2776 - - - Anaphylaxis due to allergic reaction to food #> 2777 - - - Drug-induced anaphylaxis #> 2778 - - - Anaphylaxis due to insect venom #> 2779 - - - Anaphylaxis provoked by physical factors #> 2780 - - - - Exercise-induced anaphylaxis #> 2781 - - - - Cold-induced anaphylaxis #> 2782 - - - - Anaphylaxis provoked by other specified physical factors #> 2783 - - - - Anaphylaxis provoked by unspecified physical factors #> 2784 - - - Anaphylaxis due to inhaled allergens #> 2785 - - - Anaphylaxis due to contact with allergens #> 2786 - - - Anaphylaxis secondary to mast cell disorder #> 2787 - - - Other specified anaphylaxis #> 2788 - - - Anaphylaxis, unspecified #> 2789 - - Complex allergic or hypersensitivity conditions #> 2790 - - - Drug or pharmacological agents hypersensitivity #> 2791 - - - - Drug-induced liver hypersensitivity disease #> 2792 - - - - Drug-induced kidney hypersensitivity #> 2793 - - - - Drug-induced cytopenia #> 2794 - - - - Drug-induced vasculitis #> 2795 - - - - Multiple drug hypersensitivity syndrome #> 2796 - - - - Drug hypersensitivity of other specified type #> 2797 - - - - Drug hypersensitivity of unspecified type #> 2798 - - - Hypersensitivity to herbal and alternative medical therapies #> 2799 - - - Food hypersensitivity #> 2800 - - - - Food-induced gastrointestinal hypersensitivity #> 2801 - - - - Food-induced urticaria or angioedema #> 2802 - - - - Allergic contact dermatitis due to food allergen #> 2803 - - - - Other specified food hypersensitivity #> 2804 - - - - Food hypersensitivity, unspecified #> 2805 - - - Allergic or hypersensitivity reactions to arthropods #> 2806 - - - - Systemic allergic reaction due to Hymenoptera venom #> 2807 - - - - Cutaneous allergic or hypersensitivity reactions to Hymenoptera venom #> 2808 - - - - Cutaneous allergic or hypersensitivity reactions to arthropods #> 2809 - - - Other specified complex allergic or hypersensitivity conditions #> 2810 - - - Complex allergic or hypersensitivity conditions, unspecified #> 2811 - - Allergic or hypersensitivity conditions of other specified type #> 2812 - - Allergic or hypersensitivity conditions of unspecified type #> 2813 - Immune system disorders involving white cell lineages #> 2814 - - Disorders of neutrophil number #> 2815 - - - Neutropaenia #> 2816 - - - - Constitutional neutropaenia #> 2817 - - - - Acquired neutropaenia #> 2818 - - - - Neutropaenia, unspecified #> 2819 - - - Neutrophilia #> 2820 - - - - Constitutional neutrophilia #> 2821 - - - - Acquired neutrophilia #> 2822 - - - - Neutrophilia, unspecified #> 2823 - - - Other specified disorders of neutrophil number #> 2824 - - Disorders of neutrophil function #> 2825 - - - Constitutional disorders of neutrophil function #> 2826 - - - - Disorders of neutrophil adhesion #> 2827 - - - - Disorders of neutrophil chemotaxis #> 2828 - - - - Disorders of neutrophil granule formation or release #> 2829 - - - - Disorders of neutrophil oxidative metabolism #> 2830 - - - - Other specified constitutional disorders of neutrophil function #> 2831 - - - - Constitutional disorders of neutrophil function, unspecified #> 2832 - - - Acquired disorders of neutrophil function #> 2833 - - - Disorders of neutrophil function, unspecified #> 2834 - - Eosinopenia #> 2835 - - - Constitutional decrease in eosinophil number #> 2836 - - - Acquired decrease in eosinophil number #> 2837 - - - Eosinopenia, unspecified #> 2838 - - Eosinophilia #> 2839 - - - Constitutional eosinophilia #> 2840 - - - Acquired eosinophilia #> 2841 - - - Eosinophilia, unspecified #> 2842 - - Disorders with decreased monocyte counts #> 2843 - - Disorders with increased monocyte counts #> 2844 - - Acquired lymphopenia #> 2845 - - Acquired lymphocytosis #> 2846 - - Other specified immune system disorders involving white cell lineages #> 2847 - - Immune system disorders involving white cell lineages, unspecified #> 2848 - Certain disorders involving the immune system #> 2849 - - Sarcoidosis #> 2850 - - - Sarcoidosis of lung #> 2851 - - - Sarcoidosis of lymph nodes #> 2852 - - - Sarcoidosis of the digestive system #> 2853 - - - Neurosarcoidosis #> 2854 - - - Ocular sarcoidosis #> 2855 - - - Cutaneous sarcoidosis #> 2856 - - - Other specified sarcoidosis #> 2857 - - - Sarcoidosis, unspecified #> 2858 - - Polyclonal hypergammaglobulinaemia #> 2859 - - Cryoglobulinaemia #> 2860 - - Immune reconstitution inflammatory syndrome #> 2861 - - Graft-versus-host disease #> 2862 - - - Acute graft-versus-host disease #> 2863 - - - Chronic graft-versus-host disease #> 2864 - - - Other specified graft-versus-host disease #> 2865 - - - Graft-versus-host disease, unspecified #> 2866 - - Other specified disorders involving the immune system #> 2867 - Diseases of thymus #> 2868 - - Persistent hyperplasia of thymus #> 2869 - - Abscess of thymus #> 2870 - - Good syndrome #> 2871 - - Other specified diseases of thymus #> 2872 - - Diseases of thymus, unspecified #> 2873 - Other specified diseases of the immune system #> 2874 - Diseases of the immune system, unspecified #> 2875 Endocrine, nutritional or metabolic diseases #> 2876 - Endocrine diseases #> 2877 - - Disorders of the thyroid gland or thyroid hormones system #> 2878 - - - Hypothyroidism #> 2879 - - - - Congenital hypothyroidism #> 2880 - - - - - Permanent congenital hypothyroidism with diffuse goitre #> 2881 - - - - - Permanent congenital hypothyroidism without goitre #> 2882 - - - - - Pendred syndrome #> 2883 - - - - - Transient congenital hypothyroidism #> 2884 - - - - - Congenital hypothyroidism due to iodine deficiency #> 2885 - - - - - Other specified congenital hypothyroidism #> 2886 - - - - - Congenital hypothyroidism, unspecified #> 2887 - - - - Iodine-deficiency-related thyroid disorders or allied conditions #> 2888 - - - - - Iodine-deficiency-related diffuse goitre #> 2889 - - - - - Iodine-deficiency-related multinodular goitre #> 2890 - - - - - Iodine-deficiency-related thyroid disorders or allied conditions, unspecified #> 2891 - - - - Acquired hypothyroidism #> 2892 - - - - - Hypothyroidism due to medicaments or other exogenous substances #> 2893 - - - - - Myxoedema coma #> 2894 - - - - - Subclinical iodine-deficiency hypothyroidism #> 2895 - - - - - Other specified acquired hypothyroidism #> 2896 - - - - - Acquired hypothyroidism, unspecified #> 2897 - - - - Hypothyroidism, unspecified #> 2898 - - - Nontoxic goitre #> 2899 - - - - Nontoxic diffuse goitre #> 2900 - - - - Nontoxic single thyroid nodule #> 2901 - - - - Nontoxic multinodular goitre #> 2902 - - - - Nontoxic goitre, unspecified #> 2903 - - - Thyrotoxicosis #> 2904 - - - - Thyrotoxicosis with diffuse goitre #> 2905 - - - - Thyrotoxicosis with toxic single thyroid nodule #> 2906 - - - - Thyrotoxicosis with toxic multinodular goitre #> 2907 - - - - Thyrotoxicosis from ectopic thyroid tissue #> 2908 - - - - Thyrotoxicosis factitia #> 2909 - - - - Thyroid crisis #> 2910 - - - - Secondary hyperthyroidism #> 2911 - - - - Other specified thyrotoxicosis #> 2912 - - - - Thyrotoxicosis, unspecified #> 2913 - - - Thyroiditis #> 2914 - - - - Acute thyroiditis #> 2915 - - - - Subacute thyroiditis #> 2916 - - - - Autoimmune thyroiditis #> 2917 - - - - - Hashimoto thyroiditis #> 2918 - - - - - Painless thyroiditis #> 2919 - - - - - Other specified autoimmune thyroiditis #> 2920 - - - - - Autoimmune thyroiditis, unspecified #> 2921 - - - - Other specified thyroiditis #> 2922 - - - - Thyroiditis, unspecified #> 2923 - - - Hypersecretion of calcitonin #> 2924 - - - Generalised resistance to thyroid hormone #> 2925 - - - Sick-euthyroid syndrome #> 2926 - - - Other specified disorders of the thyroid gland or thyroid hormones system #> 2927 - - - Disorders of the thyroid gland or thyroid hormones system, unspecified #> 2928 - - Diabetes mellitus #> 2929 - - - Type 1 diabetes mellitus #> 2930 - - - Type 2 diabetes mellitus #> 2931 - - - Malnutrition-related diabetes mellitus #> 2932 - - - Diabetes mellitus, other specified type #> 2933 - - - - Diabetes mellitus due to genetic defects of beta cell function #> 2934 - - - - Diabetes mellitus due to genetic defects in insulin action #> 2935 - - - - Diabetes mellitus due to diseases of the exocrine pancreas #> 2936 - - - - Diabetes mellitus due to endocrinopathies #> 2937 - - - - Diabetes mellitus due to drug or chemical #> 2938 - - - - Diabetes mellitus due to uncommon forms of immune-mediated diabetes #> 2939 - - - - Diabetes mellitus due to other genetic syndromes #> 2940 - - - - Diabetes mellitus due to clinically defined subtypes or syndromes #> 2941 - - - - Diabetes mellitus due to other specified cause #> 2942 - - - Diabetes mellitus, type unspecified #> 2943 - - - Acute complications of diabetes mellitus #> 2944 - - - - Diabetic hyperosmolar hyperglycaemic state #> 2945 - - - - - Hyperosmolar hyperglycaemic state without coma #> 2946 - - - - - Hyperosmolar hyperglycaemic state with coma #> 2947 - - - - - Diabetic hyperosmolar hyperglycaemic state, unspecified #> 2948 - - - - Hypoglycaemia in the context of diabetes mellitus #> 2949 - - - - - Hypoglycaemia in the context of diabetes mellitus without coma #> 2950 - - - - - Hypoglycaemia in the context of diabetes mellitus with coma #> 2951 - - - - - Hypoglycaemia in the context of diabetes, unspecified #> 2952 - - - - Diabetic acidosis #> 2953 - - - - - Diabetic ketoacidosis without coma #> 2954 - - - - - Diabetic lactic acidosis #> 2955 - - - - - Diabetic metabolic acidosis #> 2956 - - - - - Diabetic ketoacidosis with coma #> 2957 - - - - - Other specified diabetic acidosis #> 2958 - - - - - Diabetic acidosis, unspecified #> 2959 - - - - Diabetic coma #> 2960 - - - - Uncontrolled or unstable diabetes mellitus #> 2961 - - - - Other specified acute complications of diabetes mellitus #> 2962 - - Other disorders of glucose regulation or pancreatic internal secretion #> 2963 - - - Intermediate hyperglycaemia #> 2964 - - - - Impaired fasting glucose #> 2965 - - - - Impaired glucose tolerance #> 2966 - - - - Other specified intermediate hyperglycaemia #> 2967 - - - - Intermediate hyperglycaemia, unspecified #> 2968 - - - Hypoglycaemia without associated diabetes #> 2969 - - - Increased secretion of glucagon #> 2970 - - - Abnormal secretion of gastrin #> 2971 - - - - Drug-induced hypergastrinaemia #> 2972 - - - - Zollinger-Ellison syndrome #> 2973 - - - - Other specified abnormal secretion of gastrin #> 2974 - - - - Abnormal secretion of gastrin, unspecified #> 2975 - - - Insulin-resistance syndromes #> 2976 - - - Persistent hyperinsulinaemic hypoglycaemia of infancy #> 2977 - - - Other specified disorders of glucose regulation or pancreatic internal secretion #> 2978 - - - Disorders of glucose regulation or pancreatic internal secretion, unspecified #> 2979 - - Disorders of the parathyroids or parathyroid hormone system #> 2980 - - - Hypoparathyroidism #> 2981 - - - - Hypoparathyroidism due to impaired parathyroid hormone secretion #> 2982 - - - - - Idiopathic hypoparathyroidism #> 2983 - - - - - Secondary hypoparathyroidism #> 2984 - - - - - Hypoparathyroidism due to destruction of the parathyroid glands #> 2985 - - - - - Autoimmune hypoparathyroidism #> 2986 - - - - - Other specified hypoparathyroidism due to impaired parathyroid hormone secretion #> 2987 - - - - - Hypoparathyroidism due to impaired parathyroid hormone secretion, unspecified #> 2988 - - - - Pseudohypoparathyroidism #> 2989 - - - - Other specified hypoparathyroidism #> 2990 - - - - Hypoparathyroidism, unspecified #> 2991 - - - Hyperparathyroidism #> 2992 - - - - Primary hyperparathyroidism #> 2993 - - - - Secondary hyperparathyroidism #> 2994 - - - - Familial hypocalciuric hypercalcaemia #> 2995 - - - - Other specified hyperparathyroidism #> 2996 - - - - Hyperparathyroidism, unspecified #> 2997 - - - Other specified disorders of the parathyroids or parathyroid hormone system #> 2998 - - - Disorders of the parathyroids or parathyroid hormone system, unspecified #> 2999 - - Disorders of the pituitary hormone system #> 3000 - - - Hyperfunction of pituitary gland #> 3001 - - - - Acromegaly or pituitary gigantism #> 3002 - - - - Hyperprolactinaemia #> 3003 - - - - Syndrome of inappropriate secretion of antidiuretic hormone #> 3004 - - - - - Nephrogenic syndrome of inappropriate antidiuresis #> 3005 - - - - - Other specified syndrome of inappropriate secretion of antidiuretic hormone #> 3006 - - - - - Syndrome of inappropriate secretion of antidiuretic hormone, unspecified #> 3007 - - - - Central precocious puberty #> 3008 - - - - Other specified hyperfunction of pituitary gland #> 3009 - - - - Hyperfunction of pituitary gland, unspecified #> 3010 - - - Hypofunction or certain other specified disorders of pituitary gland #> 3011 - - - - Hypopituitarism #> 3012 - - - - Adrenocorticotropic hormone deficiency #> 3013 - - - - Gonadotropin deficiency #> 3014 - - - - Growth hormone deficiency #> 3015 - - - - Thyroid stimulating hormone deficiency #> 3016 - - - - - Acquired central hypothyroidism #> 3017 - - - - - Congenital central hypothyroidism #> 3018 - - - - - Other specified thyroid stimulating hormone deficiency #> 3019 - - - - - Thyroid stimulating hormone deficiency, unspecified #> 3020 - - - - Central diabetes insipidus #> 3021 - - - - Oxytocin deficiency #> 3022 - - - - Other specified hypofunction or disorders of pituitary gland #> 3023 - - - Disorders of the pituitary hormone system, unspecified #> 3024 - - Disorders of the adrenal glands or adrenal hormone system #> 3025 - - - Cushing syndrome #> 3026 - - - - Pituitary-dependent Cushing disease #> 3027 - - - - Ectopic ACTH syndrome #> 3028 - - - - Pseudo-Cushing syndrome #> 3029 - - - - Nelson syndrome #> 3030 - - - - Other specified Cushing syndrome #> 3031 - - - - Cushing syndrome, unspecified #> 3032 - - - Adrenogenital disorders #> 3033 - - - - 46,XX disorders of sex development induced by androgens of fetal origin #> 3034 - - - - - Glucocorticoid resistance #> 3035 - - - - - Congenital adrenal hyperplasia #> 3036 - - - - - Other specified 46,XX disorders of sex development induced by androgens of fetal origin #> 3037 - - - - - 46,XX disorders of sex development induced by androgens of fetal origin, unspecified #> 3038 - - - - 46,XX disorders of sex development induced by androgens of maternal origin #> 3039 - - - - Other specified adrenogenital disorders #> 3040 - - - - Adrenogenital disorders, unspecified #> 3041 - - - Hyperaldosteronism #> 3042 - - - - Primary hyperaldosteronism #> 3043 - - - - Secondary hyperaldosteronism #> 3044 - - - - Hyperaldosteronism, unspecified #> 3045 - - - Hypoaldosteronism #> 3046 - - - Adrenocortical insufficiency #> 3047 - - - - Acquired adrenocortical insufficiency #> 3048 - - - - Adrenal crisis #> 3049 - - - - Other specified adrenocortical insufficiency #> 3050 - - - - Adrenocortical insufficiency, unspecified #> 3051 - - - Adrenomedullary hyperfunction #> 3052 - - - Certain specified disorders of adrenal gland #> 3053 - - - - Premature adrenarche #> 3054 - - - - Other specified disorders of adrenal gland #> 3055 - - - Disorders of the adrenal glands or adrenal hormone system, unspecified #> 3056 - - Disorders of the gonadal hormone system #> 3057 - - - Ovarian dysfunction #> 3058 - - - - Clinical hyperandrogenism #> 3059 - - - - Polycystic ovary syndrome #> 3060 - - - - Polycystic ovary #> 3061 - - - - Anovulation #> 3062 - - - - Oligo-ovulation #> 3063 - - - - Diminished ovarian reserve #> 3064 - - - - Other specified ovarian dysfunction #> 3065 - - - - Ovarian dysfunction, unspecified #> 3066 - - - Testicular dysfunction or testosterone-related disorders #> 3067 - - - - Testicular hyperfunction #> 3068 - - - - Testicular hypofunction #> 3069 - - - - Other specified testicular dysfunction or testosterone-related disorders #> 3070 - - - - Testicular dysfunction or testosterone-related disorders, unspecified #> 3071 - - - Disorders of the gonadal hormone system, unspecified #> 3072 - - Certain disorders of puberty #> 3073 - - - Disorder of puberty due to oestrogen resistance #> 3074 - - - Delayed puberty #> 3075 - - - Peripheral precocious puberty #> 3076 - - - Other disorders of puberty #> 3077 - - - Disorders of puberty, unspecified #> 3078 - - Polyglandular dysfunction #> 3079 - - - Autoimmune polyendocrinopathy #> 3080 - - - Polyglandular hyperfunction #> 3081 - - - Other specified polyglandular dysfunction #> 3082 - - - Polyglandular dysfunction, unspecified #> 3083 - - Endocrine disorders, not elsewhere classified #> 3084 - - - Carcinoid syndrome #> 3085 - - - Short stature, not elsewhere classified #> 3086 - - - Constitutional tall stature #> 3087 - - - Other specified endocrine disorders, not elsewhere classified #> 3088 - - Other specified endocrine diseases #> 3089 - - Endocrine diseases, unspecified #> 3090 - Nutritional disorders #> 3091 - - Undernutrition #> 3092 - - - Underweight in infants, children or adolescents #> 3093 - - - Wasting in infants, children or adolescents #> 3094 - - - Acute malnutrition in infants, children or adolescents #> 3095 - - - Stunting in infants, children or adolescents #> 3096 - - - Underweight in adults #> 3097 - - - Vitamin A deficiency #> 3098 - - - - Vitamin A deficiency with night blindness #> 3099 - - - - Vitamin A deficiency with conjunctival xerosis #> 3100 - - - - Vitamin A deficiency with conjunctival xerosis and Bitot's spots #> 3101 - - - - Vitamin A deficiency with corneal xerosis #> 3102 - - - - Vitamin A deficiency with corneal ulceration or keratomalacia #> 3103 - - - - Vitamin A deficiency with xerophthalmic scars of cornea or blindness #> 3104 - - - - Vitamin A deficiency with other specified manifestations #> 3105 - - - - Vitamin A deficiency, unspecified #> 3106 - - - Vitamin C deficiency #> 3107 - - - - Scurvy #> 3108 - - - - Other specified vitamin C deficiency #> 3109 - - - - Vitamin C deficiency, unspecified #> 3110 - - - Vitamin D deficiency #> 3111 - - - - Vitamin D deficiency rickets #> 3112 - - - - Vitamin D deficiency osteomalacia #> 3113 - - - - Other specified vitamin D deficiency #> 3114 - - - - Vitamin D deficiency, unspecified #> 3115 - - - Vitamin E deficiency #> 3116 - - - Vitamin K deficiency #> 3117 - - - Vitamin B1 deficiency #> 3118 - - - - Beriberi #> 3119 - - - - - Dry beriberi #> 3120 - - - - - Wet beriberi #> 3121 - - - - - Beriberi, unspecified #> 3122 - - - - Wernicke-Korsakoff Syndrome #> 3123 - - - - - Wernicke encephalopathy #> 3124 - - - - - Korsakoff syndrome #> 3125 - - - - - Other specified Wernicke-Korsakoff Syndrome #> 3126 - - - - - Wernicke-Korsakoff Syndrome, unspecified #> 3127 - - - - Other specified vitamin B1 deficiency #> 3128 - - - - Vitamin B1 deficiency, unspecified #> 3129 - - - Vitamin B2 deficiency #> 3130 - - - Vitamin B3 deficiency #> 3131 - - - - Pellagra #> 3132 - - - - Other specified vitamin B3 deficiency #> 3133 - - - - Vitamin B3 deficiency, unspecified #> 3134 - - - Vitamin B6 deficiency #> 3135 - - - Folate deficiency #> 3136 - - - Vitamin B12 deficiency #> 3137 - - - Biotin deficiency #> 3138 - - - Pantothenic acid deficiency #> 3139 - - - Choline deficiency #> 3140 - - - Mineral deficiencies #> 3141 - - - - Iron deficiency #> 3142 - - - - Calcium deficiency #> 3143 - - - - - Tetany due to acute calcium deficiency #> 3144 - - - - - Other specified calcium deficiency #> 3145 - - - - - Calcium deficiency, unspecified #> 3146 - - - - Zinc deficiency #> 3147 - - - - Iodine deficiency #> 3148 - - - - Fluorine deficiency #> 3149 - - - - Sodium chloride deficiency #> 3150 - - - - Copper deficiency #> 3151 - - - - Selenium deficiency #> 3152 - - - - Chromium deficiency #> 3153 - - - - Manganese deficiency #> 3154 - - - - Molybdenum deficiency #> 3155 - - - - Vanadium deficiency #> 3156 - - - - Other specified mineral deficiency #> 3157 - - - - Mineral deficiency, unspecified #> 3158 - - - Sequelae of malnutrition or certain specified nutritional deficiencies #> 3159 - - - - Sequelae of protein-energy malnutrition #> 3160 - - - - Sequelae of vitamin A deficiency #> 3161 - - - - Sequelae of vitamin C deficiency #> 3162 - - - - Sequelae of rickets #> 3163 - - - - Other specified sequelae of malnutrition or certain specified nutritional deficiencies #> 3164 - - - - Sequelae of malnutrition or certain specified nutritional deficiencies, unspecified #> 3165 - - - Essential fatty acid deficiency #> 3166 - - - Protein deficiency #> 3167 - - - Other specified undernutrition #> 3168 - - - Unspecified undernutrition #> 3169 - - Overweight, obesity or specific nutrient excesses #> 3170 - - - Overweight or obesity #> 3171 - - - - Overweight or localised adiposity #> 3172 - - - - - Overweight #> 3173 - - - - - - Overweight in infants, children or adolescents #> 3174 - - - - - - Overweight in adults #> 3175 - - - - - - Overweight, unspecified #> 3176 - - - - - Localised adiposity #> 3177 - - - - Obesity #> 3178 - - - - - Obesity due to energy imbalance #> 3179 - - - - - - Obesity in children or adolescents #> 3180 - - - - - - Obesity in adults #> 3181 - - - - - Drug-induced obesity #> 3182 - - - - - Other specified obesity #> 3183 - - - - - Obesity, unspecified #> 3184 - - - Certain specified nutrient excesses #> 3185 - - - - Vitamin excesses #> 3186 - - - - - Hypervitaminosis A #> 3187 - - - - - Hypercarotenaemia #> 3188 - - - - - Hypervitaminosis D #> 3189 - - - - - Megavitamin-B6 syndrome #> 3190 - - - - - Other specified vitamin excess #> 3191 - - - - - Unspecified vitamin excesses #> 3192 - - - - Mineral excesses #> 3193 - - - - - Hypercalcaemia #> 3194 - - - - - Zinc excess #> 3195 - - - - - Sodium chloride excess #> 3196 - - - - - Fluorine excess #> 3197 - - - - - Aluminium excess #> 3198 - - - - - Manganese excess #> 3199 - - - - - Other specified mineral excess #> 3200 - - - - - Unspecified mineral excess #> 3201 - - - - Other specified nutrient excesses #> 3202 - - - - Certain specified nutrient excesses, unspecified #> 3203 - - - Other specified overweight, obesity or specific nutrient excesses #> 3204 - - - Overweight, obesity or specific nutrient excesses, unspecified #> 3205 - - Other specified nutritional disorders #> 3206 - - Nutritional disorders, unspecified #> 3207 - Metabolic disorders #> 3208 - - Inborn errors of metabolism #> 3209 - - - Inborn errors of amino acid or other organic acid metabolism #> 3210 - - - - Phenylketonuria #> 3211 - - - - - Classical phenylketonuria #> 3212 - - - - - Nonclassical phenylketonuria #> 3213 - - - - - Embryofetopathy due to maternal phenylketonuria #> 3214 - - - - - Other specified phenylketonuria #> 3215 - - - - - Phenylketonuria, unspecified #> 3216 - - - - Disorders of tyrosine metabolism #> 3217 - - - - - Alkaptonuria #> 3218 - - - - - Tyrosinaemia type 1 #> 3219 - - - - - Tyrosinaemia type 2 #> 3220 - - - - - Other specified disorders of tyrosine metabolism #> 3221 - - - - - Disorders of tyrosine metabolism, unspecified #> 3222 - - - - Disorders of histidine metabolism #> 3223 - - - - - Histidinaemia #> 3224 - - - - - Urocanic aciduria #> 3225 - - - - - Other specified disorders of histidine metabolism #> 3226 - - - - - Disorders of histidine metabolism, unspecified #> 3227 - - - - Disorders of tryptophan metabolism #> 3228 - - - - Disorders of lysine or hydroxylysine metabolism #> 3229 - - - - Disorders of the gamma-glutamyl cycle #> 3230 - - - - Disorders of serine metabolism #> 3231 - - - - Disorders of glycine metabolism #> 3232 - - - - - Glycine encephalopathy #> 3233 - - - - - Sarcosinaemia #> 3234 - - - - - Other specified disorders of glycine metabolism #> 3235 - - - - - Disorders of glycine metabolism, unspecified #> 3236 - - - - Disorders of proline or hydroxyproline metabolism #> 3237 - - - - Disorders of ornithine metabolism #> 3238 - - - - Disorders of urea cycle metabolism #> 3239 - - - - - Argininosuccinic aciduria #> 3240 - - - - - Carbamoylphosphate synthetase deficiency #> 3241 - - - - - Argininaemia #> 3242 - - - - - Citrullinaemia #> 3243 - - - - - Other specified disorders of urea cycle metabolism #> 3244 - - - - - Disorders of urea cycle metabolism, unspecified #> 3245 - - - - Disorders of methionine cycle or sulphur amino acid metabolism #> 3246 - - - - Disorders of beta or omega amino acid metabolism #> 3247 - - - - Disorders of branched-chain amino acid metabolism #> 3248 - - - - - Maple-syrup-urine disease #> 3249 - - - - - Other specified disorders of branched-chain amino acid metabolism #> 3250 - - - - - Disorders of branched-chain amino acid metabolism, unspecified #> 3251 - - - - Organic aciduria #> 3252 - - - - - Classical organic aciduria #> 3253 - - - - - Cerebral organic aciduria #> 3254 - - - - - Other specified organic aciduria #> 3255 - - - - - Organic aciduria, unspecified #> 3256 - - - - Disorders of peptide metabolism #> 3257 - - - - - Prolidase deficiency #> 3258 - - - - - Carnosinaemia #> 3259 - - - - - Homocarnosinosis #> 3260 - - - - - Other specified disorders of peptide metabolism #> 3261 - - - - - Disorders of peptide metabolism, unspecified #> 3262 - - - - Trimethylaminuria #> 3263 - - - - Other specified inborn errors of amino acid or other organic acid metabolism #> 3264 - - - - Inborn errors of amino acid or other organic acid metabolism, unspecified #> 3265 - - - Inborn errors of carbohydrate metabolism #> 3266 - - - - Disorders of the pentose phosphate pathway #> 3267 - - - - Disorders of glycerol metabolism #> 3268 - - - - Disorders of glyoxylate metabolism #> 3269 - - - - - Primary hyperoxaluria type 1 #> 3270 - - - - - Other specified disorders of glyoxylate metabolism #> 3271 - - - - - Disorders of glyoxylate metabolism, unspecified #> 3272 - - - - Glycogen storage disease #> 3273 - - - - Disorders of galactose metabolism #> 3274 - - - - - Galactose-1-phosphate uridyltransferase deficiency #> 3275 - - - - - Galactokinase deficiency #> 3276 - - - - - Glucose or galactose intolerance of newborn #> 3277 - - - - - Other specified disorders of galactose metabolism #> 3278 - - - - - Disorders of galactose metabolism, unspecified #> 3279 - - - - Disorders of fructose metabolism #> 3280 - - - - - Hereditary fructose intolerance #> 3281 - - - - - Other specified disorders of fructose metabolism #> 3282 - - - - - Disorders of fructose metabolism, unspecified #> 3283 - - - - Other specified inborn errors of carbohydrate metabolism #> 3284 - - - - Inborn errors of carbohydrate metabolism, unspecified #> 3285 - - - Inborn errors of lipid metabolism #> 3286 - - - - Inborn errors of fatty acid oxidation or ketone body metabolism #> 3287 - - - - - Disorders of carnitine transport or the carnitine cycle #> 3288 - - - - - Disorders of mitochondrial fatty acid oxidation #> 3289 - - - - - Disorders of ketone body metabolism #> 3290 - - - - - Sjögren-Larsson syndrome #> 3291 - - - - - Other specified inborn errors of fatty acid oxidation or ketone body metabolism #> 3292 - - - - - Inborn errors of fatty acid oxidation or ketone body metabolism, unspecified #> 3293 - - - - Inborn errors of sterol metabolism #> 3294 - - - - - Disorders of cholesterol synthesis #> 3295 - - - - - Bile acid synthesis defect with cholestasis #> 3296 - - - - - Other specified inborn errors of sterol metabolism #> 3297 - - - - - Inborn errors of sterol metabolism, unspecified #> 3298 - - - - Neutral lipid storage disease #> 3299 - - - - Other specified inborn errors of lipid metabolism #> 3300 - - - - Inborn errors of lipid metabolism, unspecified #> 3301 - - - Inborn errors of energy metabolism #> 3302 - - - - Disorders of pyruvate metabolism #> 3303 - - - - - Pyruvate kinase deficiency #> 3304 - - - - - Lactate dehydrogenase deficiency #> 3305 - - - - - Pyruvate dehydrogenase complex deficiency #> 3306 - - - - - Pyruvate carboxylase deficiency #> 3307 - - - - - Other specified disorders of pyruvate metabolism #> 3308 - - - - - Disorders of pyruvate metabolism, unspecified #> 3309 - - - - Disorders of the citric acid cycle #> 3310 - - - - Disorders of mitochondrial oxidative phosphorylation #> 3311 - - - - - Mitochondrial DNA depletion syndromes #> 3312 - - - - - Multiple mitochondrial DNA deletion syndromes #> 3313 - - - - - Coenzyme Q10 deficiency #> 3314 - - - - - Mitochondrial protein translation defects #> 3315 - - - - - Leigh syndrome #> 3316 - - - - - Isolated ATP synthase deficiency #> 3317 - - - - - Other specified disorders of mitochondrial oxidative phosphorylation #> 3318 - - - - - Disorders of mitochondrial oxidative phosphorylation, unspecified #> 3319 - - - - Disorders of mitochondrial membrane transport #> 3320 - - - - - Mitochondrial substrate carrier disorders #> 3321 - - - - - Mitochondrial protein import disorders #> 3322 - - - - - Other specified disorders of mitochondrial membrane transport #> 3323 - - - - - Disorders of mitochondrial membrane transport, unspecified #> 3324 - - - - Disorders of creatine metabolism #> 3325 - - - - Other specified inborn errors of energy metabolism #> 3326 - - - - Inborn errors of energy metabolism, unspecified #> 3327 - - - Inborn errors of glycosylation or other specified protein modification #> 3328 - - - - Disorders of protein N-glycosylation #> 3329 - - - - Disorders of protein O-glycosylation #> 3330 - - - - Disorders of multiple glycosylation or other pathways #> 3331 - - - - Other specified congenital disorders of glycosylation and protein modification #> 3332 - - - - Congenital disorders of glycosylation and protein modification, unspecified #> 3333 - - - Inborn errors of purine, pyrimidine or nucleotide metabolism #> 3334 - - - - Disorders of purine metabolism #> 3335 - - - - - Xanthinuria #> 3336 - - - - - Lesch-Nyhan syndrome #> 3337 - - - - - Other specified disorders of purine metabolism #> 3338 - - - - - Disorders of purine metabolism, unspecified #> 3339 - - - - Disorders of pyrimidine metabolism #> 3340 - - - - Disorders of nucleotide metabolism #> 3341 - - - - Other specified inborn errors of purine, pyrimidine or nucleotide metabolism #> 3342 - - - - Inborn errors of purine, pyrimidine or nucleotide metabolism, unspecified #> 3343 - - - Lysosomal diseases #> 3344 - - - - Sphingolipidosis #> 3345 - - - - - Gangliosidosis #> 3346 - - - - - Fabry disease #> 3347 - - - - - Metachromatic leukodystrophy #> 3348 - - - - - Other specified sphingolipidosis #> 3349 - - - - - Sphingolipidosis, unspecified #> 3350 - - - - Neuronal ceroid lipofuscinosis #> 3351 - - - - Glycoproteinosis #> 3352 - - - - - Mucolipidosis #> 3353 - - - - - Oligosaccharidosis #> 3354 - - - - - Other specified glycoproteinosis #> 3355 - - - - - Glycoproteinosis, unspecified #> 3356 - - - - Mucopolysaccharidosis #> 3357 - - - - - Mucopolysaccharidosis type 1 #> 3358 - - - - - Mucopolysaccharidosis type 2 #> 3359 - - - - - Mucopolysaccharidosis type 4 #> 3360 - - - - - Mucopolysaccharidosis type 6 #> 3361 - - - - - Other specified mucopolysaccharidosis #> 3362 - - - - - Mucopolysaccharidosis, unspecified #> 3363 - - - - Disorders of sialic acid metabolism #> 3364 - - - - Other specified lysosomal diseases #> 3365 - - - - Lysosomal diseases, unspecified #> 3366 - - - Peroxisomal diseases #> 3367 - - - - Disorders of peroxisome biogenesis #> 3368 - - - - Disorders of peroxisomal alpha-, beta- or omega-oxidation #> 3369 - - - - Other specified peroxisomal diseases #> 3370 - - - - Peroxisomal diseases, unspecified #> 3371 - - - Inborn errors of porphyrin or heme metabolism #> 3372 - - - - Disorders of bilirubin metabolism or excretion #> 3373 - - - - - Crigler-Najjar syndrome #> 3374 - - - - - Gilbert syndrome #> 3375 - - - - - Dubin-Johnson syndrome #> 3376 - - - - - Progressive familial intrahepatic cholestasis #> 3377 - - - - - Benign recurrent intrahepatic cholestasis #> 3378 - - - - - Other specified disorders of bilirubin metabolism or excretion #> 3379 - - - - - Disorders of bilirubin metabolism or excretion, unspecified #> 3380 - - - - Porphyrias #> 3381 - - - - - Porphyria cutanea tarda #> 3382 - - - - - Erythropoietic porphyrias #> 3383 - - - - - Variegate porphyria #> 3384 - - - - - Other specified porphyrias #> 3385 - - - - - Porphyrias, unspecified #> 3386 - - - - Other specified inborn errors of porphyrin or heme metabolism #> 3387 - - - - Inborn errors of porphyrin or heme metabolism, unspecified #> 3388 - - - Inborn errors of neurotransmitter metabolism #> 3389 - - - - Disorders of biogenic amine metabolism #> 3390 - - - - - Disorders of catecholamine synthesis #> 3391 - - - - - Disorders of pterin metabolism #> 3392 - - - - - Other specified disorders of biogenic amine metabolism #> 3393 - - - - - Disorders of biogenic amine metabolism, unspecified #> 3394 - - - - Disorders of gamma aminobutyric acid metabolism #> 3395 - - - - Disorders of pyridoxine metabolism #> 3396 - - - - Other specified inborn errors of neurotransmitter metabolism #> 3397 - - - - Inborn errors of neurotransmitter metabolism, unspecified #> 3398 - - - Alpha-1-antitrypsin deficiency #> 3399 - - - Other specified inborn errors of metabolism #> 3400 - - - Inborn errors of metabolism, unspecified #> 3401 - - Disorders of metabolite absorption or transport #> 3402 - - - Disorders of amino acid absorption or transport #> 3403 - - - - Oculocerebrorenal syndrome #> 3404 - - - - Cystinosis #> 3405 - - - - Cystinuria #> 3406 - - - - Other specified disorders of amino acid absorption or transport #> 3407 - - - - Disorders of amino acid absorption or transport, unspecified #> 3408 - - - Disorders of carbohydrate absorption or transport #> 3409 - - - - Glucose-galactose malabsorption #> 3410 - - - - Maltase-glucoamylase deficiency #> 3411 - - - - Congenital sucrase-isomaltase deficiency #> 3412 - - - - Alpha, alpha trehalase deficiency #> 3413 - - - - Acquired monosaccharide malabsorption #> 3414 - - - - - Fructose malabsorption #> 3415 - - - - - Other specified acquired monosaccharide malabsorption #> 3416 - - - - - Acquired monosaccharide malabsorption, unspecified #> 3417 - - - - Disorders of facilitated glucose transport #> 3418 - - - - Lactose intolerance #> 3419 - - - - - Primary lactase deficiency #> 3420 - - - - - Congenital lactase deficiency #> 3421 - - - - - Secondary lactase deficiency #> 3422 - - - - - Lactose intolerance, unspecified #> 3423 - - - - Other specified disorders of carbohydrate absorption or transport #> 3424 - - - - Disorders of carbohydrate absorption or transport, unspecified #> 3425 - - - Disorders of lipid absorption or transport #> 3426 - - - Disorders of vitamin or non-protein cofactor absorption or transport #> 3427 - - - - Disorders of cobalamin metabolism or transport #> 3428 - - - - Disorders of folate metabolism or transport #> 3429 - - - - Disorders of vitamin D metabolism or transport #> 3430 - - - - - Hypocalcaemic vitamin D dependent rickets #> 3431 - - - - - Hypocalcaemic vitamin D resistant rickets #> 3432 - - - - - Hypophosphataemic rickets #> 3433 - - - - - Other specified disorders of vitamin D metabolism or transport #> 3434 - - - - - Disorders of vitamin D metabolism or transport, unspecified #> 3435 - - - - Other specified disorders of vitamin or non-protein cofactor absorption or transport #> 3436 - - - - Disorders of vitamin or non-protein cofactor absorption or transport, unspecified #> 3437 - - - Disorders of mineral absorption or transport #> 3438 - - - - Disorders of copper metabolism #> 3439 - - - - - Wilson disease #> 3440 - - - - - Other specified disorders of copper metabolism #> 3441 - - - - - Disorders of copper metabolism, unspecified #> 3442 - - - - Disorders of iron metabolism #> 3443 - - - - - Iron overload diseases #> 3444 - - - - - Other specified disorders of iron metabolism #> 3445 - - - - - Disorders of iron metabolism, unspecified #> 3446 - - - - Disorders of zinc metabolism #> 3447 - - - - - Acrodermatitis enteropathica #> 3448 - - - - - Zinc deficiency syndromes #> 3449 - - - - - Other specified disorders of zinc metabolism #> 3450 - - - - - Disorders of zinc metabolism, unspecified #> 3451 - - - - Disorders of phosphorus metabolism or phosphatases #> 3452 - - - - Disorders of magnesium metabolism #> 3453 - - - - - Hypermagnesaemia #> 3454 - - - - - Hypomagnesaemia #> 3455 - - - - - Disorders of magnesium metabolism, unspecified #> 3456 - - - - Disorders of calcium metabolism #> 3457 - - - - Disorders of sodium metabolism #> 3458 - - - - Disorders of chloride metabolism #> 3459 - - - - Disorders of other specified mineral absorption and transport #> 3460 - - - - Disorders of mineral absorption or transport, unspecified #> 3461 - - - Other specified disorders of metabolite absorption or transport #> 3462 - - - Disorders of metabolite absorption or transport, unspecified #> 3463 - - Disorders of fluid, electrolyte or acid-base balance #> 3464 - - - Volume depletion #> 3465 - - - - Dehydration #> 3466 - - - - Hypovolaemia #> 3467 - - - - Other specified volume depletion #> 3468 - - - - Volume depletion, unspecified #> 3469 - - - Hyperosmolality or hypernatraemia #> 3470 - - - Hypo-osmolality or hyponatraemia #> 3471 - - - Acidosis #> 3472 - - - - Acute respiratory acidosis #> 3473 - - - - Chronic respiratory acidosis #> 3474 - - - - Anion gap metabolic acidosis #> 3475 - - - - Other specified acidosis #> 3476 - - - - Acidosis, unspecified #> 3477 - - - Alkalosis #> 3478 - - - Mixed disorder of acid-base balance #> 3479 - - - Hyperkalaemia #> 3480 - - - Hypokalaemia #> 3481 - - - Fluid overload #> 3482 - - - Other specified disorders of fluid, electrolyte or acid-base balance #> 3483 - - - Disorders of fluid, electrolyte or acid-base balance, unspecified #> 3484 - - Disorders of lipoprotein metabolism or certain specified lipidaemias #> 3485 - - - Hyperlipoproteinaemia #> 3486 - - - - Hypercholesterolaemia #> 3487 - - - - - Primary hypercholesterolaemia #> 3488 - - - - - Secondary hypercholesterolaemia #> 3489 - - - - - Hypercholesterolaemia, unspecified #> 3490 - - - - Hypertriglyceridaemia #> 3491 - - - - Mixed hyperlipidaemia #> 3492 - - - - Hyperalphalipoproteinaemia #> 3493 - - - - Other specified hyperlipoproteinaemia #> 3494 - - - - Hyperlipoproteinaemia, unspecified #> 3495 - - - Hypolipoproteinaemia #> 3496 - - - - Hypoalphalipoproteinaemia #> 3497 - - - - Hypobetalipoproteinaemia #> 3498 - - - - Other specified hypolipoproteinaemia #> 3499 - - - - Hypolipoproteinaemia, unspecified #> 3500 - - - Other specified disorders of lipoprotein metabolism or lipidaemias #> 3501 - - - Unspecified disorders of lipoprotein metabolism or lipidaemias #> 3502 - - Metabolic or transporter liver disease #> 3503 - - - Liver diseases due to urea cycle defects #> 3504 - - - Liver diseases due to disorders of porphyrin or bilirubin metabolism or transport #> 3505 - - - Liver diseases due to disorders of amino acid metabolism #> 3506 - - - Liver disease due to disorders of lysosomal storage #> 3507 - - - Liver diseases due to mitochondrial disorders #> 3508 - - - Liver diseases due to disorders of mineral metabolism #> 3509 - - - Other specified metabolic or transporter liver disease #> 3510 - - - Metabolic or transporter liver disease, unspecified #> 3511 - - Other metabolic disorders #> 3512 - - - Amyloidosis #> 3513 - - - - AL amyloidosis #> 3514 - - - - AA amyloidosis #> 3515 - - - - Hereditary amyloidosis #> 3516 - - - - - Hereditary ATTR amyloidosis #> 3517 - - - - - Non-neuropathic heredofamilial amyloidosis #> 3518 - - - - - Other specified hereditary amyloidosis #> 3519 - - - - - Hereditary amyloidosis, unspecified #> 3520 - - - - Dialysis-associated amyloidosis #> 3521 - - - - Other specified amyloidosis #> 3522 - - - - Amyloidosis, unspecified #> 3523 - - - Tumour lysis syndrome #> 3524 - - - Other specified metabolic disorders #> 3525 - - Metabolic disorders, unspecified #> 3526 - Postprocedural endocrine or metabolic disorders #> 3527 - - Postprocedural hypothyroidism #> 3528 - - - Postirridation hypothyroidism #> 3529 - - - - Hypothyroidism postradioactive iodine ablation #> 3530 - - - - Other specified postirridation hypothyroidism #> 3531 - - - - Postirridation hypothyroidism, unspecified #> 3532 - - - Other specified postprocedural hypothyroidism #> 3533 - - - Postprocedural hypothyroidism, unspecified #> 3534 - - Postprocedural hypoinsulinaemia #> 3535 - - Postprocedural hypoparathyroidism #> 3536 - - Postprocedural hypopituitarism #> 3537 - - Postprocedural ovarian failure #> 3538 - - Postprocedural testicular hypofunction #> 3539 - - Postprocedural adrenocortical hypofunction #> 3540 Mental, behavioural or neurodevelopmental disorders #> 3541 - Neurodevelopmental disorders #> 3542 - - Disorders of intellectual development #> 3543 - - - Disorder of intellectual development, mild #> 3544 - - - Disorder of intellectual development, moderate #> 3545 - - - Disorder of intellectual development, severe #> 3546 - - - Disorder of intellectual development, profound #> 3547 - - - Disorder of intellectual development, provisional #> 3548 - - - Disorders of intellectual development, unspecified #> 3549 - - Developmental speech or language disorders #> 3550 - - - Developmental speech sound disorder #> 3551 - - - Developmental speech fluency disorder #> 3552 - - - Developmental language disorder #> 3553 - - - - Developmental language disorder with impairment of receptive and expressive language #> 3554 - - - - Developmental language disorder with impairment of mainly expressive language #> 3555 - - - - Developmental language disorder with impairment of mainly pragmatic language #> 3556 - - - - Developmental language disorder, with other specified language impairment #> 3557 - - - Other specified developmental speech or language disorders #> 3558 - - - Developmental speech or language disorders, unspecified #> 3559 - - Autism spectrum disorder #> 3560 - - - Autism spectrum disorder without disorder of intellectual development and with mild or no impairment of functional language #> 3561 - - - Autism spectrum disorder with disorder of intellectual development and with mild or no impairment of functional language #> 3562 - - - Autism spectrum disorder without disorder of intellectual development and with impaired functional language #> 3563 - - - Autism spectrum disorder with disorder of intellectual development and with impaired functional language #> 3564 - - - Autism spectrum disorder with disorder of intellectual development and with absence of functional language #> 3565 - - - Other specified autism spectrum disorder #> 3566 - - - Autism spectrum disorder, unspecified #> 3567 - - Developmental learning disorder #> 3568 - - - Developmental learning disorder with impairment in reading #> 3569 - - - Developmental learning disorder with impairment in written expression #> 3570 - - - Developmental learning disorder with impairment in mathematics #> 3571 - - - Developmental learning disorder with other specified impairment of learning #> 3572 - - - Developmental learning disorder, unspecified #> 3573 - - Developmental motor coordination disorder #> 3574 - - Attention deficit hyperactivity disorder #> 3575 - - - Attention deficit hyperactivity disorder, predominantly inattentive presentation #> 3576 - - - Attention deficit hyperactivity disorder, predominantly hyperactive-impulsive presentation #> 3577 - - - Attention deficit hyperactivity disorder, combined presentation #> 3578 - - - Attention deficit hyperactivity disorder, other specified presentation #> 3579 - - - Attention deficit hyperactivity disorder, presentation unspecified #> 3580 - - Stereotyped movement disorder #> 3581 - - - Stereotyped movement disorder without self-injury #> 3582 - - - Stereotyped movement disorder with self-injury #> 3583 - - - Stereotyped movement disorder, unspecified #> 3584 - - Other specified neurodevelopmental disorders #> 3585 - - Neurodevelopmental disorders, unspecified #> 3586 - Schizophrenia or other primary psychotic disorders #> 3587 - - Schizophrenia #> 3588 - - - Schizophrenia, first episode #> 3589 - - - - Schizophrenia, first episode, currently symptomatic #> 3590 - - - - Schizophrenia, first episode, in partial remission #> 3591 - - - - Schizophrenia, first episode, in full remission #> 3592 - - - - Schizophrenia, first episode, unspecified #> 3593 - - - Schizophrenia, multiple episodes #> 3594 - - - - Schizophrenia, multiple episodes, currently symptomatic #> 3595 - - - - Schizophrenia, multiple episodes, in partial remission #> 3596 - - - - Schizophrenia, multiple episodes, in full remission #> 3597 - - - - Schizophrenia, multiple episodes, unspecified #> 3598 - - - Schizophrenia, continuous #> 3599 - - - - Schizophrenia, continuous, currently symptomatic #> 3600 - - - - Schizophrenia, continuous, in partial remission #> 3601 - - - - Schizophrenia, continuous, in full remission #> 3602 - - - - Schizophrenia, continuous, unspecified #> 3603 - - - Other specified episode of schizophrenia #> 3604 - - - Schizophrenia, episode unspecified #> 3605 - - Schizoaffective disorder #> 3606 - - - Schizoaffective disorder, first episode #> 3607 - - - - Schizoaffective disorder, first episode, currently symptomatic #> 3608 - - - - Schizoaffective disorder, first episode, in partial remission #> 3609 - - - - Schizoaffective disorder, first episode, in full remission #> 3610 - - - - Schizoaffective disorder, first episode, unspecified #> 3611 - - - Schizoaffective disorder, multiple episodes #> 3612 - - - - Schizoaffective disorder, multiple episodes, currently symptomatic #> 3613 - - - - Schizoaffective disorder, multiple episodes, in partial remission #> 3614 - - - - Schizoaffective disorder, multiple episodes, in full remission #> 3615 - - - - Schizoaffective disorder, multiple episodes, unspecified #> 3616 - - - Schizoaffective disorder, continuous #> 3617 - - - - Schizoaffective disorder, continuous, currently symptomatic #> 3618 - - - - Schizoaffective disorder, continuous, in partial remission #> 3619 - - - - Schizoaffective disorder, continuous, in full remission #> 3620 - - - - Schizoaffective disorder, continuous, unspecified #> 3621 - - - Other specified schizoaffective disorder #> 3622 - - - Schizoaffective disorder, unspecified #> 3623 - - Schizotypal disorder #> 3624 - - Acute and transient psychotic disorder #> 3625 - - - Acute and transient psychotic disorder, first episode #> 3626 - - - - Acute and transient psychotic disorder, first episode, currently symptomatic #> 3627 - - - - Acute and transient psychotic disorder, first episode, in partial remission #> 3628 - - - - Acute and transient psychotic disorder, first episode, in full remission #> 3629 - - - - Acute and transient psychotic disorder, first episode, unspecified #> 3630 - - - Acute and transient psychotic disorder, multiple episodes #> 3631 - - - - Acute and transient psychotic disorder, multiple episodes, currently symptomatic #> 3632 - - - - Acute and transient psychotic disorder, multiple episodes, in partial remission #> 3633 - - - - Acute and transient psychotic disorder, multiple episodes, in full remission #> 3634 - - - - Acute and transient psychotic disorder, multiple episodes, unspecified #> 3635 - - - Other specified acute and transient psychotic disorder #> 3636 - - - Acute and transient psychotic disorder, unspecified #> 3637 - - Delusional disorder #> 3638 - - - Delusional disorder, currently symptomatic #> 3639 - - - Delusional disorder, in partial remission #> 3640 - - - Delusional disorder, in full remission #> 3641 - - - Delusional disorder, unspecified #> 3642 - - Symptomatic manifestations of primary psychotic disorders #> 3643 - - - Positive symptoms in primary psychotic disorders #> 3644 - - - Negative symptoms in primary psychotic disorders #> 3645 - - - Depressive mood symptoms in primary psychotic disorders #> 3646 - - - Manic mood symptoms in primary psychotic disorders #> 3647 - - - Psychomotor symptoms in primary psychotic disorders #> 3648 - - - Cognitive symptoms in primary psychotic disorders #> 3649 - - Other specified primary psychotic disorder #> 3650 - - Schizophrenia or other primary psychotic disorders, unspecified #> 3651 - Catatonia #> 3652 - - Catatonia associated with another mental disorder #> 3653 - - Catatonia induced by substances or medications #> 3654 - - Catatonia, unspecified #> 3655 - Mood disorders #> 3656 - - Bipolar or related disorders #> 3657 - - - Bipolar type I disorder #> 3658 - - - - Bipolar type I disorder, current episode manic, without psychotic symptoms #> 3659 - - - - Bipolar type I disorder, current episode manic, with psychotic symptoms #> 3660 - - - - Bipolar type I disorder, current episode hypomanic #> 3661 - - - - Bipolar type I disorder, current episode depressive, mild #> 3662 - - - - Bipolar type I disorder, current episode depressive, moderate without psychotic symptoms #> 3663 - - - - Bipolar type I disorder, current episode depressive, moderate with psychotic symptoms #> 3664 - - - - Bipolar type I disorder, current episode depressive, severe without psychotic symptoms #> 3665 - - - - Bipolar type I disorder, current episode depressive, severe with psychotic symptoms #> 3666 - - - - Bipolar type I disorder, current episode depressive, unspecified severity #> 3667 - - - - Bipolar type I disorder, current episode mixed, without psychotic symptoms #> 3668 - - - - Bipolar type I disorder, current episode mixed, with psychotic symptoms #> 3669 - - - - Bipolar type I disorder, currently in partial remission, most recent episode manic or hypomanic #> 3670 - - - - Bipolar type I disorder, currently in partial remission, most recent episode depressive #> 3671 - - - - Bipolar type I disorder, currently in partial remission, most recent episode mixed #> 3672 - - - - Bipolar type I disorder, currently in partial remission, most recent episode unspecified #> 3673 - - - - Bipolar type I disorder, currently in full remission #> 3674 - - - - Other specified bipolar type I disorder #> 3675 - - - - Bipolar type I disorder, unspecified #> 3676 - - - Bipolar type II disorder #> 3677 - - - - Bipolar type II disorder, current episode hypomanic #> 3678 - - - - Bipolar type II disorder, current episode depressive, mild #> 3679 - - - - Bipolar type II disorder, current episode depressive, moderate without psychotic symptoms #> 3680 - - - - Bipolar type II disorder, current episode depressive, moderate with psychotic symptoms #> 3681 - - - - Bipolar type II disorder, current episode depressive, severe without psychotic symptoms #> 3682 - - - - Bipolar type II disorder, current episode depressive, severe with psychotic symptoms #> 3683 - - - - Bipolar type II disorder, current episode depressive, unspecified severity #> 3684 - - - - Bipolar type II disorder, currently in partial remission, most recent episode hypomanic #> 3685 - - - - Bipolar type II disorder, currently in partial remission, most recent episode depressive #> 3686 - - - - Bipolar type II disorder, currently in partial remission, most recent episode unspecified #> 3687 - - - - Bipolar type II disorder, currently in full remission #> 3688 - - - - Other specified bipolar type II disorder #> 3689 - - - - Bipolar type II disorder, unspecified #> 3690 - - - Cyclothymic disorder #> 3691 - - - Other specified bipolar or related disorders #> 3692 - - - Bipolar or related disorders, unspecified #> 3693 - - Depressive disorders #> 3694 - - - Single episode depressive disorder #> 3695 - - - - Single episode depressive disorder, mild #> 3696 - - - - Single episode depressive disorder, moderate, without psychotic symptoms #> 3697 - - - - Single episode depressive disorder, moderate, with psychotic symptoms #> 3698 - - - - Single episode depressive disorder, severe, without psychotic symptoms #> 3699 - - - - Single episode depressive disorder, severe, with psychotic symptoms #> 3700 - - - - Single episode depressive disorder, unspecified severity #> 3701 - - - - Single episode depressive disorder, currently in partial remission #> 3702 - - - - Single episode depressive disorder, currently in full remission #> 3703 - - - - Other specified single episode depressive disorder #> 3704 - - - - Single episode depressive disorder, unspecified #> 3705 - - - Recurrent depressive disorder #> 3706 - - - - Recurrent depressive disorder, current episode mild #> 3707 - - - - Recurrent depressive disorder, current episode moderate, without psychotic symptoms #> 3708 - - - - Recurrent depressive disorder, current episode moderate, with psychotic symptoms #> 3709 - - - - Recurrent depressive disorder, current episode severe, without psychotic symptoms #> 3710 - - - - Recurrent depressive disorder, current episode severe, with psychotic symptoms #> 3711 - - - - Recurrent depressive disorder, current episode, unspecified severity #> 3712 - - - - Recurrent depressive disorder, currently in partial remission #> 3713 - - - - Recurrent depressive disorder, currently in full remission #> 3714 - - - - Other specified recurrent depressive disorder #> 3715 - - - - Recurrent depressive disorder, unspecified #> 3716 - - - Dysthymic disorder #> 3717 - - - Mixed depressive and anxiety disorder #> 3718 - - - Other specified depressive disorders #> 3719 - - - Depressive disorders, unspecified #> 3720 - - Symptomatic and course presentations for mood episodes in mood disorders #> 3721 - - - Prominent anxiety symptoms in mood episodes #> 3722 - - - Panic attacks in mood episodes #> 3723 - - - Current depressive episode persistent #> 3724 - - - Current depressive episode with melancholia #> 3725 - - - Seasonal pattern of mood episode onset #> 3726 - - - Rapid cycling #> 3727 - - Other specified mood disorders #> 3728 - - Mood disorders, unspecified #> 3729 - Anxiety or fear-related disorders #> 3730 - - Generalised anxiety disorder #> 3731 - - Panic disorder #> 3732 - - Agoraphobia #> 3733 - - Specific phobia #> 3734 - - Social anxiety disorder #> 3735 - - Separation anxiety disorder #> 3736 - - Selective mutism #> 3737 - - Other specified anxiety or fear-related disorders #> 3738 - - Anxiety or fear-related disorders, unspecified #> 3739 - Obsessive-compulsive or related disorders #> 3740 - - Obsessive-compulsive disorder #> 3741 - - - Obsessive-compulsive disorder with fair to good insight #> 3742 - - - Obsessive-compulsive disorder with poor to absent insight #> 3743 - - - Obsessive-compulsive disorder, unspecified #> 3744 - - Body dysmorphic disorder #> 3745 - - - Body dysmorphic disorder with fair to good insight #> 3746 - - - Body dysmorphic disorder with poor to absent insight #> 3747 - - - Body dysmorphic disorder, unspecified #> 3748 - - Olfactory reference disorder #> 3749 - - - Olfactory reference disorder with fair to good insight #> 3750 - - - Olfactory reference disorder with poor to absent insight #> 3751 - - - Olfactory reference disorder, unspecified #> 3752 - - Hypochondriasis #> 3753 - - - Hypochondriasis with fair to good insight #> 3754 - - - Hypochondriasis with poor to absent insight #> 3755 - - - Hypochondriasis, unspecified #> 3756 - - Hoarding disorder #> 3757 - - - Hoarding disorder with fair to good insight #> 3758 - - - Hoarding disorder with poor to absent insight #> 3759 - - - Hoarding disorder, unspecified #> 3760 - - Body-focused repetitive behaviour disorders #> 3761 - - - Trichotillomania #> 3762 - - - Excoriation disorder #> 3763 - - - Other specified body-focused repetitive behaviour disorders #> 3764 - - - Body-focused repetitive behaviour disorders, unspecified #> 3765 - - Other specified obsessive-compulsive or related disorders #> 3766 - - Obsessive-compulsive or related disorders, unspecified #> 3767 - Disorders specifically associated with stress #> 3768 - - Post traumatic stress disorder #> 3769 - - Complex post traumatic stress disorder #> 3770 - - Prolonged grief disorder #> 3771 - - Adjustment disorder #> 3772 - - Reactive attachment disorder #> 3773 - - Disinhibited social engagement disorder #> 3774 - - Other specified disorders specifically associated with stress #> 3775 - - Disorders specifically associated with stress, unspecified #> 3776 - Dissociative disorders #> 3777 - - Dissociative neurological symptom disorder #> 3778 - - - Dissociative neurological symptom disorder, with visual disturbance #> 3779 - - - Dissociative neurological symptom disorder, with auditory disturbance #> 3780 - - - Dissociative neurological symptom disorder, with vertigo or dizziness #> 3781 - - - Dissociative neurological symptom disorder, with other sensory disturbance #> 3782 - - - Dissociative neurological symptom disorder, with non-epileptic seizures #> 3783 - - - Dissociative neurological symptom disorder, with speech disturbance #> 3784 - - - Dissociative neurological symptom disorder, with paresis or weakness #> 3785 - - - Dissociative neurological symptom disorder, with gait disturbance #> 3786 - - - Dissociative neurological symptom disorder, with movement disturbance #> 3787 - - - - Dissociative neurological symptom disorder, with chorea #> 3788 - - - - Dissociative neurological symptom disorder, with myoclonus #> 3789 - - - - Dissociative neurological symptom disorder, with tremor #> 3790 - - - - Dissociative neurological symptom disorder, with dystonia #> 3791 - - - - Dissociative neurological symptom disorder, with facial spasm #> 3792 - - - - Dissociative neurological symptom disorder, with Parkinsonism #> 3793 - - - - Dissociative neurological symptom disorder, with other specified movement disturbance #> 3794 - - - - Dissociative neurological symptom disorder, with unspecified movement disturbance #> 3795 - - - Dissociative neurological symptom disorder, with cognitive symptoms #> 3796 - - - Dissociative neurological symptom disorder, with other specified symptoms #> 3797 - - - Dissociative neurological symptom disorder, with unspecified symptoms #> 3798 - - Dissociative amnesia #> 3799 - - - Dissociative amnesia with dissociative fugue #> 3800 - - - Dissociative amnesia without dissociative fugue #> 3801 - - - Dissociative amnesia, unspecified #> 3802 - - Trance disorder #> 3803 - - Possession trance disorder #> 3804 - - Dissociative identity disorder #> 3805 - - Partial dissociative identity disorder #> 3806 - - Depersonalization-derealization disorder #> 3807 - - Other specified dissociative disorders #> 3808 - - Dissociative disorders, unspecified #> 3809 - Feeding or eating disorders #> 3810 - - Anorexia Nervosa #> 3811 - - - Anorexia Nervosa with significantly low body weight #> 3812 - - - - Anorexia Nervosa with significantly low body weight, restricting pattern #> 3813 - - - - Anorexia Nervosa with significantly low body weight, binge-purge pattern #> 3814 - - - - Anorexia Nervosa with significantly low body weight, unspecified #> 3815 - - - Anorexia Nervosa with dangerously low body weight #> 3816 - - - - Anorexia Nervosa with dangerously low body weight, restricting pattern #> 3817 - - - - Anorexia Nervosa with dangerously low body weight, binge-purge pattern #> 3818 - - - - Anorexia Nervosa with dangerously low body weight, unspecified #> 3819 - - - Anorexia Nervosa in recovery with normal body weight #> 3820 - - - Other specified anorexia Nervosa #> 3821 - - - Anorexia Nervosa, unspecified #> 3822 - - Bulimia Nervosa #> 3823 - - Binge eating disorder #> 3824 - - Avoidant-restrictive food intake disorder #> 3825 - - Pica #> 3826 - - Rumination-regurgitation disorder #> 3827 - - Other specified feeding or eating disorders #> 3828 - - Feeding or eating disorders, unspecified #> 3829 - Elimination disorders #> 3830 - - Enuresis #> 3831 - - - Nocturnal enuresis #> 3832 - - - Diurnal enuresis #> 3833 - - - Nocturnal and diurnal enuresis #> 3834 - - - Enuresis, unspecified #> 3835 - - Encopresis #> 3836 - - - Encopresis with constipation or overflow incontinence #> 3837 - - - Encopresis without constipation or overflow incontinence #> 3838 - - - Encopresis, unspecified #> 3839 - - Elimination disorders, unspecified #> 3840 - Disorders of bodily distress or bodily experience #> 3841 - - Bodily distress disorder #> 3842 - - - Mild bodily distress disorder #> 3843 - - - Moderate bodily distress disorder #> 3844 - - - Severe bodily distress disorder #> 3845 - - - Bodily distress disorder, unspecified #> 3846 - - Body integrity dysphoria #> 3847 - - Other specified disorders of bodily distress or bodily experience #> 3848 - - Disorders of bodily distress or bodily experience, unspecified #> 3849 - Disorders due to substance use or addictive behaviours #> 3850 - - Disorders due to substance use #> 3851 - - - Disorders due to use of alcohol #> 3852 - - - - Episode of harmful use of alcohol #> 3853 - - - - Harmful pattern of use of alcohol #> 3854 - - - - - Harmful pattern of use of alcohol, episodic #> 3855 - - - - - Harmful pattern of use of alcohol, continuous #> 3856 - - - - - Harmful pattern of use of alcohol, unspecified #> 3857 - - - - Alcohol dependence #> 3858 - - - - - Alcohol dependence, current use, continuous #> 3859 - - - - - Alcohol dependence, current use, episodic #> 3860 - - - - - Alcohol dependence, early full remission #> 3861 - - - - - Alcohol dependence, sustained partial remission #> 3862 - - - - - Alcohol dependence, sustained full remission #> 3863 - - - - - Alcohol dependence, unspecified #> 3864 - - - - Alcohol intoxication #> 3865 - - - - Alcohol withdrawal #> 3866 - - - - - Alcohol withdrawal, uncomplicated #> 3867 - - - - - Alcohol withdrawal with perceptual disturbances #> 3868 - - - - - Alcohol withdrawal with seizures #> 3869 - - - - - Alcohol withdrawal with perceptual disturbances and seizures #> 3870 - - - - - Alcohol withdrawal, unspecified #> 3871 - - - - Alcohol-induced delirium #> 3872 - - - - Alcohol-induced psychotic disorder #> 3873 - - - - - Alcohol-induced psychotic disorder with hallucinations #> 3874 - - - - - Alcohol-induced psychotic disorder with delusions #> 3875 - - - - - Alcohol-induced psychotic disorder with mixed psychotic symptoms #> 3876 - - - - - Alcohol-induced psychotic disorder, unspecified #> 3877 - - - - Certain specified alcohol-induced mental or behavioural disorders #> 3878 - - - - - Alcohol-induced mood disorder #> 3879 - - - - - Alcohol-induced anxiety disorder #> 3880 - - - - Other specified disorders due to use of alcohol #> 3881 - - - - Disorders due to use of alcohol, unspecified #> 3882 - - - Disorders due to use of cannabis #> 3883 - - - - Episode of harmful use of cannabis #> 3884 - - - - Harmful pattern of use of cannabis #> 3885 - - - - - Harmful pattern of use of cannabis, episodic #> 3886 - - - - - Harmful pattern of use of cannabis, continuous #> 3887 - - - - - Harmful pattern of use of cannabis, unspecified #> 3888 - - - - Cannabis dependence #> 3889 - - - - - Cannabis dependence, current use #> 3890 - - - - - Cannabis dependence, early full remission #> 3891 - - - - - Cannabis dependence, sustained partial remission #> 3892 - - - - - Cannabis dependence, sustained full remission #> 3893 - - - - - Cannabis dependence, unspecified #> 3894 - - - - Cannabis intoxication #> 3895 - - - - Cannabis withdrawal #> 3896 - - - - Cannabis-induced delirium #> 3897 - - - - Cannabis-induced psychotic disorder #> 3898 - - - - Certain specified cannabis-induced mental or behavioural disorders #> 3899 - - - - - Cannabis-induced mood disorder #> 3900 - - - - - Cannabis-induced anxiety disorder #> 3901 - - - - Other specified disorders due to use of cannabis #> 3902 - - - - Disorders due to use of cannabis, unspecified #> 3903 - - - Disorders due to use of synthetic cannabinoids #> 3904 - - - - Episode of harmful use of synthetic cannabinoids #> 3905 - - - - Harmful pattern of use of synthetic cannabinoids #> 3906 - - - - - Harmful pattern of use of synthetic cannabinoids, episodic #> 3907 - - - - - Harmful pattern of use of synthetic cannabinoids, continuous #> 3908 - - - - - Other specified harmful pattern of use of synthetic cannabinoids #> 3909 - - - - - Harmful pattern of use of synthetic cannabinoids, unspecified #> 3910 - - - - Synthetic cannabinoid dependence #> 3911 - - - - - Synthetic cannabinoid dependence, current use #> 3912 - - - - - Synthetic cannabinoid dependence, early full remission #> 3913 - - - - - Synthetic cannabinoid dependence, sustained partial remission #> 3914 - - - - - Synthetic cannabinoid dependence, sustained full remission #> 3915 - - - - - Other specified synthetic cannabinoid dependence #> 3916 - - - - - Synthetic cannabinoid dependence, unspecified #> 3917 - - - - Synthetic cannabinoid intoxication #> 3918 - - - - Synthetic cannabinoid withdrawal #> 3919 - - - - Synthetic cannabinoid-induced delirium #> 3920 - - - - Synthetic cannabinoid-induced psychotic disorder #> 3921 - - - - Certain specified synthetic cannabinoids-induced mental or behavioural disorders #> 3922 - - - - - Synthetic cannabinoid-induced mood disorder #> 3923 - - - - - Synthetic cannabinoid-induced anxiety disorder #> 3924 - - - - Other specified disorders due to use of synthetic cannabinoids #> 3925 - - - - Disorders due to use of synthetic cannabinoids, unspecified #> 3926 - - - Disorders due to use of opioids #> 3927 - - - - Episode of harmful use of opioids #> 3928 - - - - Harmful pattern of use of opioids #> 3929 - - - - - Harmful pattern of use of opioids, episodic #> 3930 - - - - - Harmful pattern of use of opioids, continuous #> 3931 - - - - - Harmful pattern of use of opioids, unspecified #> 3932 - - - - Opioid dependence #> 3933 - - - - - Opioid dependence, current use #> 3934 - - - - - Opioid dependence, early full remission #> 3935 - - - - - Opioid dependence, sustained partial remission #> 3936 - - - - - Opioid dependence, sustained full remission #> 3937 - - - - - Opioid dependence, unspecified #> 3938 - - - - Opioid intoxication #> 3939 - - - - Opioid withdrawal #> 3940 - - - - Opioid-induced delirium #> 3941 - - - - Opioid-induced psychotic disorder #> 3942 - - - - Certain specified opioid-induced mental or behavioural disorders #> 3943 - - - - - Opioid-induced mood disorder #> 3944 - - - - - Opioid-induced anxiety disorder #> 3945 - - - - Other specified disorders due to use of opioids #> 3946 - - - - Disorders due to use of opioids, unspecified #> 3947 - - - Disorders due to use of sedatives, hypnotics or anxiolytics #> 3948 - - - - Episode of harmful use of sedatives, hypnotics or anxiolytics #> 3949 - - - - Harmful pattern of use of sedatives, hypnotics or anxiolytics #> 3950 - - - - - Harmful pattern of use of sedatives, hypnotics or anxiolytics, episodic #> 3951 - - - - - Harmful pattern of use of sedatives, hypnotics or anxiolytics, continuous #> 3952 - - - - - Harmful pattern of use of sedatives, hypnotics or anxiolytics, unspecified #> 3953 - - - - Sedative, hypnotic or anxiolytic dependence #> 3954 - - - - - Sedative, hypnotic or anxiolytic dependence, current use #> 3955 - - - - - Sedative, hypnotic or anxiolytic dependence, early full remission #> 3956 - - - - - Sedative, hypnotic or anxiolytic dependence, sustained partial remission #> 3957 - - - - - Sedative, hypnotic or anxiolytic dependence, sustained full remission #> 3958 - - - - - Sedative, hypnotic or anxiolytic dependence, unspecified #> 3959 - - - - Sedative, hypnotic or anxiolytic intoxication #> 3960 - - - - Sedative, hypnotic or anxiolytic withdrawal #> 3961 - - - - - Sedative, hypnotic or anxiolytic withdrawal, uncomplicated #> 3962 - - - - - Sedative, hypnotic or anxiolytic withdrawal, with perceptual disturbances #> 3963 - - - - - Sedative, hypnotic or anxiolytic withdrawal, with seizures #> 3964 - - - - - Sedative, hypnotic or anxiolytic withdrawal, with perceptual disturbances and seizures #> 3965 - - - - - Sedative, hypnotic or anxiolytic withdrawal, unspecified #> 3966 - - - - Sedative, hypnotic or anxiolytic-induced delirium #> 3967 - - - - Sedative, hypnotic or anxiolytic-induced psychotic disorder #> 3968 - - - - Certain specified sedatives, hypnotics or anxiolytic-induced mental or behavioural disorders #> 3969 - - - - - Sedative, hypnotic or anxiolytic-induced mood disorder #> 3970 - - - - - Sedative, hypnotic or anxiolytic-induced anxiety disorder #> 3971 - - - - Other specified disorders due to use of sedatives, hypnotics or anxiolytics #> 3972 - - - - Disorders due to use of sedatives, hypnotics or anxiolytics, unspecified #> 3973 - - - Disorders due to use of cocaine #> 3974 - - - - Episode of harmful use of cocaine #> 3975 - - - - Harmful pattern of use of cocaine #> 3976 - - - - - Harmful pattern of use of cocaine, episodic #> 3977 - - - - - Harmful pattern of use of cocaine, continuous #> 3978 - - - - - Harmful pattern of use of cocaine, unspecified #> 3979 - - - - Cocaine dependence #> 3980 - - - - - Cocaine dependence, current use #> 3981 - - - - - Cocaine dependence, early full remission #> 3982 - - - - - Cocaine dependence, sustained partial remission #> 3983 - - - - - Cocaine dependence, sustained full remission #> 3984 - - - - - Cocaine dependence, unspecified #> 3985 - - - - Cocaine intoxication #> 3986 - - - - Cocaine withdrawal #> 3987 - - - - Cocaine-induced delirium #> 3988 - - - - Cocaine-induced psychotic disorder #> 3989 - - - - - Cocaine-induced psychotic disorder with hallucinations #> 3990 - - - - - Cocaine-induced psychotic disorder with delusions #> 3991 - - - - - Cocaine-induced psychotic disorder with mixed psychotic symptoms #> 3992 - - - - - Cocaine-induced psychotic disorder, unspecified #> 3993 - - - - Certain specified cocaine-induced mental or behavioural disorders #> 3994 - - - - - Cocaine-induced mood disorder #> 3995 - - - - - Cocaine-induced anxiety disorder #> 3996 - - - - - Cocaine-induced obsessive-compulsive or related disorder #> 3997 - - - - - Cocaine-induced impulse control disorder #> 3998 - - - - Other specified disorders due to use of cocaine #> 3999 - - - - Disorders due to use of cocaine, unspecified #> 4000 - - - Disorders due to use of stimulants including amphetamines, methamphetamine or methcathinone #> 4001 - - - - Episode of harmful use of stimulants including amphetamines, methamphetamine or methcathinone #> 4002 - - - - Harmful pattern of use of stimulants including amphetamines, methamphetamine or methcathinone #> 4003 - - - - - Harmful pattern of use of stimulants including amphetamines, methamphetamine or methcathinone, episodic #> 4004 - - - - - Harmful pattern of use of stimulants including amphetamines, methamphetamine or methcathinone, continuous #> 4005 - - - - - Harmful pattern of use of stimulants including amphetamines, methamphetamine and methcathinone, unspecified #> 4006 - - - - Stimulant dependence including amphetamines, methamphetamine or methcathinone #> 4007 - - - - - Stimulant dependence including amphetamines, methamphetamine or methcathinone, current use #> 4008 - - - - - Stimulant dependence including amphetamines, methamphetamine or methcathinone, early full remission #> 4009 - - - - - Stimulant dependence including amphetamines, methamphetamine or methcathinone, sustained partial remission #> 4010 - - - - - Stimulant dependence including amphetamines, methamphetamine or methcathinone, sustained full remission #> 4011 - - - - - Stimulant dependence including amphetamines, methamphetamine or methcathinone, unspecified #> 4012 - - - - Stimulant intoxication including amphetamines, methamphetamine or methcathinone #> 4013 - - - - Stimulant withdrawal including amphetamines, methamphetamine or methcathinone #> 4014 - - - - Stimulant-induced delirium including amphetamines, methamphetamine or methcathinone #> 4015 - - - - Stimulant-induced psychotic disorder including amphetamines, methamphetamine or methcathinone #> 4016 - - - - - Stimulant-induced psychotic disorder including amphetamines, methamphetamine or methcathinone with hallucinations #> 4017 - - - - - Stimulant-induced psychotic disorder including amphetamines, methamphetamine or methcathinone with delusions #> 4018 - - - - - Stimulant-induced psychotic disorder including amphetamines but excluding caffeine or cocaine with mixed psychotic symptoms #> 4019 - - - - - Stimulant-induced psychotic disorder including amphetamines, methamphetamine or methcathinone, unspecified #> 4020 - - - - Certain specified stimulant-induced mental or behavioural disorders including amphetamines, methamphetamine or methcathinone #> 4021 - - - - - Stimulant-induced mood disorder including amphetamines, methamphetamine or methcathinone #> 4022 - - - - - Stimulant-induced anxiety disorder including amphetamines, methamphetamine or methcathinone #> 4023 - - - - - Stimulant-induced obsessive-compulsive or related disorder including amphetamines, methamphetamine or methcathinone #> 4024 - - - - - Stimulant-induced impulse control disorder including amphetamines, methamphetamine or methcathinone #> 4025 - - - - Other specified disorders due to use of stimulants including amphetamines, methamphetamine or methcathinone #> 4026 - - - - Disorders due to use of stimulants including amphetamines, methamphetamine or methcathinone, unspecified #> 4027 - - - Disorders due to use of synthetic cathinones #> 4028 - - - - Episode of harmful use of synthetic cathinones #> 4029 - - - - Harmful pattern of use of synthetic cathinones #> 4030 - - - - - Harmful pattern of use of synthetic cathinones, episodic #> 4031 - - - - - Harmful use of synthetic cathinones, continuous #> 4032 - - - - - Other specified harmful pattern of use of synthetic cathinones #> 4033 - - - - - Harmful pattern of use of synthetic cathinones, unspecified #> 4034 - - - - Synthetic cathinone dependence #> 4035 - - - - - Synthetic cathinone dependence, current use #> 4036 - - - - - Synthetic cathinone dependence, early full remission #> 4037 - - - - - Synthetic cathinone dependence, sustained partial remission #> 4038 - - - - - Synthetic cathinone dependence, sustained full remission #> 4039 - - - - - Other specified synthetic cathinone dependence #> 4040 - - - - - Synthetic cathinone dependence, unspecified #> 4041 - - - - Synthetic cathinone intoxication #> 4042 - - - - Synthetic cathinone withdrawal #> 4043 - - - - Synthetic cathinone-induced delirium #> 4044 - - - - Synthetic cathinone-induced psychotic disorder #> 4045 - - - - - Synthetic cathinone-induced psychotic disorder with hallucinations #> 4046 - - - - - Synthetic cathinone-induced psychotic disorder with delusions #> 4047 - - - - - Synthetic cathinone-induced psychotic disorder with mixed psychotic symptoms #> 4048 - - - - - Synthetic cathinone-induced psychotic disorder, unspecified #> 4049 - - - - Certain specified synthetic cathinone-induced mental or behavioural disorders #> 4050 - - - - - Synthetic cathinone-induced mood disorder #> 4051 - - - - - Synthetic cathinone-induced anxiety disorder #> 4052 - - - - - Synthetic cathinone-induced obsessive-compulsive or related syndrome #> 4053 - - - - - Synthetic cathinone-induced impulse control disorder #> 4054 - - - - Other specified disorders due to use of synthetic cathinones #> 4055 - - - - Disorders due to use of synthetic cathinones, unspecified #> 4056 - - - Disorders due to use of caffeine #> 4057 - - - - Episode of harmful use of caffeine #> 4058 - - - - Harmful pattern of use of caffeine #> 4059 - - - - - Harmful pattern of use of caffeine, episodic #> 4060 - - - - - Harmful pattern of use of caffeine, continuous #> 4061 - - - - - Harmful pattern of use of caffeine, unspecified #> 4062 - - - - Caffeine intoxication #> 4063 - - - - Caffeine withdrawal #> 4064 - - - - Certain specified caffeine-induced mental or behavioural disorders #> 4065 - - - - - Caffeine-induced anxiety disorder #> 4066 - - - - Other specified disorders due to use of caffeine #> 4067 - - - - Disorders due to use of caffeine, unspecified #> 4068 - - - Disorders due to use of hallucinogens #> 4069 - - - - Episode of harmful use of hallucinogens #> 4070 - - - - Harmful pattern of use of hallucinogens #> 4071 - - - - - Harmful pattern of use of hallucinogens, episodic #> 4072 - - - - - Harmful pattern of use of hallucinogens, continuous #> 4073 - - - - - Harmful pattern of use of hallucinogens, unspecified #> 4074 - - - - Hallucinogen dependence #> 4075 - - - - - Hallucinogen dependence, current use #> 4076 - - - - - Hallucinogen dependence, early full remission #> 4077 - - - - - Hallucinogen dependence, sustained partial remission #> 4078 - - - - - Hallucinogen dependence, sustained full remission #> 4079 - - - - - Hallucinogen dependence, unspecified #> 4080 - - - - Hallucinogen intoxication #> 4081 - - - - Hallucinogen-induced delirium #> 4082 - - - - Hallucinogen-induced psychotic disorder #> 4083 - - - - Certain specified hallucinogen-induced mental or behavioural disorders #> 4084 - - - - - Hallucinogen-induced mood disorder #> 4085 - - - - - Hallucinogen-induced anxiety disorder #> 4086 - - - - Other specified disorders due to use of hallucinogens #> 4087 - - - - Disorders due to use of hallucinogens, unspecified #> 4088 - - - Disorders due to use of nicotine #> 4089 - - - - Episode of harmful use of nicotine #> 4090 - - - - Harmful pattern of use of nicotine #> 4091 - - - - - Harmful pattern of use of nicotine, episodic #> 4092 - - - - - Harmful pattern of use of nicotine, continuous #> 4093 - - - - - Harmful pattern of use of nicotine, unspecified #> 4094 - - - - Nicotine dependence #> 4095 - - - - - Nicotine dependence, current use #> 4096 - - - - - Nicotine dependence, early full remission #> 4097 - - - - - Nicotine dependence, sustained partial remission #> 4098 - - - - - Nicotine dependence, sustained full remission #> 4099 - - - - - Nicotine dependence, unspecified #> 4100 - - - - Nicotine intoxication #> 4101 - - - - Nicotine withdrawal #> 4102 - - - - Other specified disorders due to use of nicotine #> 4103 - - - - Disorders due to use of nicotine, unspecified #> 4104 - - - Disorders due to use of volatile inhalants #> 4105 - - - - Episode of harmful use of volatile inhalants #> 4106 - - - - Harmful pattern of use of volatile inhalants #> 4107 - - - - - Harmful pattern of use of volatile inhalants, episodic #> 4108 - - - - - Harmful pattern of use of volatile inhalants, continuous #> 4109 - - - - - Harmful pattern of use of volatile inhalants, unspecified #> 4110 - - - - Volatile inhalant dependence #> 4111 - - - - - Volatile inhalant dependence, current use #> 4112 - - - - - Volatile inhalant dependence, early full remission #> 4113 - - - - - Volatile inhalant dependence, sustained partial remission #> 4114 - - - - - Volatile inhalant dependence, sustained full remission #> 4115 - - - - - Volatile inhalant dependence, unspecified #> 4116 - - - - Volatile inhalant intoxication #> 4117 - - - - Volatile inhalant withdrawal #> 4118 - - - - Volatile inhalant-induced delirium #> 4119 - - - - Volatile inhalant-induced psychotic disorder #> 4120 - - - - Certain specified volatile inhalants-induced mental or behavioural disorders #> 4121 - - - - - Volatile inhalant-induced mood disorder #> 4122 - - - - - Volatile inhalant-induced anxiety disorder #> 4123 - - - - Other specified disorders due to use of volatile inhalants #> 4124 - - - - Disorders due to use of volatile inhalants, unspecified #> 4125 - - - Disorders due to use of MDMA or related drugs, including MDA #> 4126 - - - - Episode of harmful use of MDMA or related drugs, including MDA #> 4127 - - - - Harmful pattern of use of MDMA or related drugs, including MDA #> 4128 - - - - - Harmful use of MDMA or related drugs, including MDA, episodic #> 4129 - - - - - Harmful use of MDMA or related drugs, including MDA, continuous #> 4130 - - - - - Harmful pattern of use of MDMA or related drugs, including MDA, unspecified #> 4131 - - - - MDMA or related drug dependence, including MDA #> 4132 - - - - - MDMA or related drug dependence, including MDA, current use #> 4133 - - - - - MDMA or related drug dependence, including MDA, early full remission #> 4134 - - - - - MDMA or related drug dependence, including MDA, sustained partial remission #> 4135 - - - - - MDMA or related drug dependence, including MDA, sustained full remission #> 4136 - - - - - MDMA or related drug dependence, including MDA, unspecified #> 4137 - - - - MDMA or related drug intoxication, including MDA #> 4138 - - - - MDMA or related drug withdrawal, including MDA #> 4139 - - - - MDMA or related drug-induced delirium, including MDA #> 4140 - - - - MDMA or related drug-induced psychotic disorder, including MDA #> 4141 - - - - Certain specified MDMA or related drug-induced mental or behavioural disorders, including MDA #> 4142 - - - - - MDMA or related drug-induced mood disorder, including MDA #> 4143 - - - - - MDMA or related drug-induced anxiety disorder #> 4144 - - - - Other specified disorders due to use of MDMA or related drugs, including MDA #> 4145 - - - - Disorders due to use of MDMA or related drugs, including MDA, unspecified #> 4146 - - - Disorders due to use of dissociative drugs including ketamine and phencyclidine [PCP] #> 4147 - - - - Episode of harmful use of dissociative drugs including ketamine or PCP #> 4148 - - - - Harmful pattern of use of dissociative drugs, including ketamine or PCP #> 4149 - - - - - Harmful pattern of use of dissociative drugs including ketamine or PCP, episodic #> 4150 - - - - - Harmful pattern of use of dissociative drugs including ketamine or PCP, continuous #> 4151 - - - - - Harmful pattern of use of dissociative drugs, including ketamine or PCP, unspecified #> 4152 - - - - Dissociative drug dependence including ketamine or PCP #> 4153 - - - - - Dissociative drug dependence including Ketamine or PCP, current use #> 4154 - - - - - Dissociative drug dependence including ketamine or PCP, early full remission #> 4155 - - - - - Dissociative drug dependence including Ketamine or PCP, sustained partial remission #> 4156 - - - - - Dissociative drug dependence including Ketamine or PCP, sustained full remission #> 4157 - - - - - Dissociative drug dependence including ketamine or PCP, unspecified #> 4158 - - - - Dissociative drug intoxication including Ketamine or PCP #> 4159 - - - - Dissociative drug-induced delirium including ketamine or PCP #> 4160 - - - - Dissociative drug-induced psychotic disorder including Ketamine or PCP #> 4161 - - - - Certain specified dissociative drug-induced mental or behavioural disorders, including ketamine and phencyclidine [PCP] #> 4162 - - - - - Dissociative drug-induced mood disorder including Ketamine or PCP #> 4163 - - - - - Dissociative drug-induced anxiety disorder including Ketamine or PCP #> 4164 - - - - Other specified disorders due to use of dissociative drugs including ketamine and phencyclidine [PCP] #> 4165 - - - - Disorders due to use of dissociative drugs including ketamine and phencyclidine [PCP], unspecified #> 4166 - - - Disorders due to use of other specified psychoactive substances, including medications #> 4167 - - - - Episode of harmful use of other specified psychoactive substance #> 4168 - - - - Harmful pattern of use of other specified psychoactive substance #> 4169 - - - - - Harmful pattern of use of other specified psychoactive substance, episodic #> 4170 - - - - - Harmful pattern of use of other specified psychoactive substance, continuous #> 4171 - - - - - Harmful pattern of use of other specified psychoactive substance, unspecified #> 4172 - - - - Other specified psychoactive substance dependence #> 4173 - - - - - Other specified psychoactive substance dependence, current use #> 4174 - - - - - Other specified psychoactive substance dependence, early full remission #> 4175 - - - - - Other specified psychoactive substance dependence, sustained partial remission #> 4176 - - - - - Other specified psychoactive substance dependence, sustained full remission #> 4177 - - - - - Other specified psychoactive substance dependence, unspecified #> 4178 - - - - Other specified psychoactive substance intoxication #> 4179 - - - - Other specified psychoactive substance withdrawal #> 4180 - - - - - Other specified psychoactive substance withdrawal, uncomplicated #> 4181 - - - - - Other specified psychoactive substance withdrawal, with perceptual disturbances #> 4182 - - - - - Other specified psychoactive substance withdrawal, with seizures #> 4183 - - - - - Other specified psychoactive substance withdrawal, with perceptual disturbances and seizures #> 4184 - - - - - Other specified psychoactive substance withdrawal, unspecified #> 4185 - - - - Delirium induced by other specified psychoactive substance including medications #> 4186 - - - - Psychotic disorder induced by other specified psychoactive substance #> 4187 - - - - Certain other specified psychoactive substance-induced mental or behavioural disorders #> 4188 - - - - - Mood disorder induced by other specified psychoactive substance #> 4189 - - - - - Anxiety disorder induced by other specified psychoactive substance #> 4190 - - - - - Obsessive-compulsive or related disorder induced by other specified psychoactive substance #> 4191 - - - - - Impulse control disorder induced by other specified psychoactive substance #> 4192 - - - - Other specified disorders due to use of other specified psychoactive substances, including medications #> 4193 - - - - Disorders due to use of other specified psychoactive substances, including medications, unspecified #> 4194 - - - Disorders due to use of multiple specified psychoactive substances, including medications #> 4195 - - - - Episode of harmful use of multiple specified psychoactive substances #> 4196 - - - - Harmful pattern of use of multiple specified psychoactive substances #> 4197 - - - - - Harmful pattern of use of multiple specified psychoactive substances, episodic #> 4198 - - - - - Harmful pattern of use of multiple specified psychoactive substances, continuous #> 4199 - - - - - Harmful pattern of use of multiple specified psychoactive substances, unspecified #> 4200 - - - - Multiple specified psychoactive substances dependence #> 4201 - - - - - Multiple specified psychoactive substances dependence, current use #> 4202 - - - - - Multiple specified psychoactive substances dependence, early full remission #> 4203 - - - - - Multiple specified psychoactive substances dependence, sustained partial remission #> 4204 - - - - - Multiple specified psychoactive substances dependence, sustained full remission #> 4205 - - - - - Multiple specified psychoactive substances dependence, unspecified #> 4206 - - - - Intoxication due to multiple specified psychoactive substances #> 4207 - - - - Multiple specified psychoactive substances withdrawal #> 4208 - - - - - Multiple specified psychoactive substances withdrawal, uncomplicated #> 4209 - - - - - Multiple specified psychoactive substances withdrawal, with perceptual disturbances #> 4210 - - - - - Multiple specified psychoactive substances withdrawal, with seizures #> 4211 - - - - - Multiple specified psychoactive substances withdrawal, with perceptual disturbances and seizures #> 4212 - - - - - Other specified multiple specified psychoactive substances withdrawal #> 4213 - - - - - Multiple specified psychoactive substances withdrawal, unspecified #> 4214 - - - - Delirium induced by multiple specified psychoactive substances including medications #> 4215 - - - - Psychotic disorder induced by multiple specified psychoactive substances #> 4216 - - - - Certain multiple specified psychoactive substances-induced mental or behavioural disorders #> 4217 - - - - - Mood disorder induced by multiple specified psychoactive substances #> 4218 - - - - - Anxiety disorder induced by multiple specified psychoactive substances #> 4219 - - - - - Obsessive-compulsive or related disorder induced by multiple specified psychoactive substances #> 4220 - - - - - Impulse control syndrome induced by multiple specified psychoactive substances #> 4221 - - - - Other specified disorders due to use of multiple specified psychoactive substances, including medications #> 4222 - - - - Disorders due to use of multiple specified psychoactive substances, including medications, unspecified #> 4223 - - - Disorders due to use of unknown or unspecified psychoactive substances #> 4224 - - - - Episode of harmful use of unknown or unspecified psychoactive substances #> 4225 - - - - Harmful pattern of use of unknown or unspecified psychoactive substance #> 4226 - - - - - Harmful pattern of use of unknown or unspecified psychoactive substance, episodic #> 4227 - - - - - Harmful pattern of use of unknown or unspecified psychoactive substance, continuous #> 4228 - - - - - Harmful pattern of use of unknown or unspecified psychoactive substance, unspecified #> 4229 - - - - Unknown or unspecified psychoactive substance dependence #> 4230 - - - - - Unknown or unspecified psychoactive substance dependence, current use #> 4231 - - - - - Unknown or unspecified psychoactive substance dependence, early full remission #> 4232 - - - - - Unknown or unspecified psychoactive substance dependence, sustained partial remission #> 4233 - - - - - Unknown or unspecified psychoactive substance dependence, sustained full remission #> 4234 - - - - - Unknown or unspecified psychoactive substance dependence, substance and state of remission unspecified #> 4235 - - - - Intoxication due to unknown or unspecified psychoactive substance #> 4236 - - - - Withdrawal due to unknown or unspecified psychoactive substance #> 4237 - - - - - Withdrawal due to unknown or unspecified psychoactive substance, uncomplicated #> 4238 - - - - - Withdrawal due to unknown or unspecified psychoactive substance, with perceptual disturbances #> 4239 - - - - - Withdrawal due to unknown or unspecified psychoactive substance, with seizures #> 4240 - - - - - Withdrawal due to unknown or unspecified psychoactive, with perceptual disturbances and seizures #> 4241 - - - - - Withdrawal due to unknown or unspecified psychoactive substance, unspecified #> 4242 - - - - Delirium induced by unknown or unspecified psychoactive substance #> 4243 - - - - Psychotic disorder induced by unknown or unspecified psychoactive substance #> 4244 - - - - Certain unknown or unspecified psychoactive substance-induced mental or behavioural disorders #> 4245 - - - - - Mood disorder induced by unknown or unspecified psychoactive substance #> 4246 - - - - - Anxiety disorder induced by unknown or unspecified psychoactive substance #> 4247 - - - - - Obsessive-compulsive or related disorder induced by unknown or unspecified psychoactive substance #> 4248 - - - - - Impulse control disorder induced by unknown or unspecified psychoactive substance #> 4249 - - - - Other specified disorders due to use of unknown or unspecified psychoactive substances #> 4250 - - - - Disorders due to use of unknown or unspecified psychoactive substances, unspecified #> 4251 - - - Disorders due to use of non-psychoactive substances #> 4252 - - - - Episode of harmful use of non-psychoactive substances #> 4253 - - - - Harmful pattern of use of non-psychoactive substances #> 4254 - - - - - Harmful pattern of use of non-psychoactive substances, episodic #> 4255 - - - - - Harmful pattern of use of non-psychoactive substances, continuous #> 4256 - - - - - Harmful pattern of use of non-psychoactive substances, unspecified #> 4257 - - - - Other specified disorders due to use of non-psychoactive substances #> 4258 - - - - Disorders due to use of non-psychoactive substances, unspecified #> 4259 - - - Other specified disorders due to substance use #> 4260 - - - Disorders due to substance use, unspecified #> 4261 - - Disorders due to addictive behaviours #> 4262 - - - Gambling disorder #> 4263 - - - - Gambling disorder, predominantly offline #> 4264 - - - - Gambling disorder, predominantly online #> 4265 - - - - Gambling disorder, unspecified #> 4266 - - - Gaming disorder #> 4267 - - - - Gaming disorder, predominantly online #> 4268 - - - - Gaming disorder, predominantly offline #> 4269 - - - - Gaming disorder, unspecified #> 4270 - - - Other specified disorders due to addictive behaviours #> 4271 - - - Disorders due to addictive behaviours, unspecified #> 4272 - Impulse control disorders #> 4273 - - Pyromania #> 4274 - - Kleptomania #> 4275 - - Compulsive sexual behaviour disorder #> 4276 - - Intermittent explosive disorder #> 4277 - - Other specified impulse control disorders #> 4278 - - Impulse control disorders, unspecified #> 4279 - Disruptive behaviour or dissocial disorders #> 4280 - - Oppositional defiant disorder #> 4281 - - - Oppositional defiant disorder with chronic irritability-anger #> 4282 - - - - Oppositional defiant disorder with chronic irritability-anger with limited prosocial emotions #> 4283 - - - - Oppositional defiant disorder with chronic irritability-anger with typical prosocial emotions #> 4284 - - - - Oppositional defiant disorder with chronic irritability-anger, unspecified #> 4285 - - - Oppositional defiant disorder without chronic irritability-anger #> 4286 - - - - Oppositional defiant disorder without chronic irritability-anger with limited prosocial emotions #> 4287 - - - - Oppositional defiant disorder without chronic irritability-anger with typical prosocial emotions #> 4288 - - - - Oppositional defiant disorder without chronic irritability-anger, unspecified #> 4289 - - - Oppositional defiant disorder, unspecified #> 4290 - - Conduct-dissocial disorder #> 4291 - - - Conduct-dissocial disorder, childhood onset #> 4292 - - - - Conduct-dissocial disorder, childhood onset with limited prosocial emotions #> 4293 - - - - Conduct-dissocial disorder, childhood onset with typical prosocial emotions #> 4294 - - - - Conduct-dissocial disorder, childhood onset, unspecified #> 4295 - - - Conduct-dissocial disorder, adolescent onset #> 4296 - - - - Conduct-dissocial disorder, adolescent onset with limited prosocial emotions #> 4297 - - - - Conduct-dissocial disorder, adolescent onset with typical prosocial emotions #> 4298 - - - - Other specified conduct-dissocial disorder, adolescent onset #> 4299 - - - Conduct-dissocial disorder, unspecified #> 4300 - - Other specified disruptive behaviour or dissocial disorders #> 4301 - - Disruptive behaviour or dissocial disorders, unspecified #> 4302 - Personality disorders and related traits #> 4303 - - Personality disorder #> 4304 - - - Mild personality disorder #> 4305 - - - Moderate personality disorder #> 4306 - - - Severe personality disorder #> 4307 - - - Personality disorder, severity unspecified #> 4308 - - Prominent personality traits or patterns #> 4309 - - - Negative affectivity in personality disorder or personality difficulty #> 4310 - - - Detachment in personality disorder or personality difficulty #> 4311 - - - Dissociality in personality disorder or personality difficulty #> 4312 - - - Disinhibition in personality disorder or personality difficulty #> 4313 - - - Anankastia in personality disorder or personality difficulty #> 4314 - - - Borderline pattern #> 4315 - Paraphilic disorders #> 4316 - - Exhibitionistic disorder #> 4317 - - Voyeuristic disorder #> 4318 - - Pedophilic disorder #> 4319 - - Coercive sexual sadism disorder #> 4320 - - Frotteuristic disorder #> 4321 - - Other paraphilic disorder involving non-consenting individuals #> 4322 - - Paraphilic disorder involving solitary behaviour or consenting individuals #> 4323 - - Paraphilic disorders, unspecified #> 4324 - Factitious disorders #> 4325 - - Factitious disorder imposed on self #> 4326 - - Factitious disorder imposed on another #> 4327 - - Factitious disorders, unspecified #> 4328 - Neurocognitive disorders #> 4329 - - Delirium #> 4330 - - - Delirium due to disease classified elsewhere #> 4331 - - - Delirium due to psychoactive substances including medications #> 4332 - - - Delirium due to multiple etiological factors #> 4333 - - - Delirium, other specified cause #> 4334 - - - Delirium, unspecified or unknown cause #> 4335 - - Mild neurocognitive disorder #> 4336 - - Amnestic disorder #> 4337 - - - Amnestic disorder due to diseases classified elsewhere #> 4338 - - - Amnestic disorder due to psychoactive substances including medications #> 4339 - - - - Amnestic disorder due to use of alcohol #> 4340 - - - - Amnestic disorder due to use of sedatives, hypnotics or anxiolytics #> 4341 - - - - Amnestic disorder due to other specified psychoactive substance including medications #> 4342 - - - - Amnestic disorder due to use of volatile inhalants #> 4343 - - - Amnestic disorder, other specified cause #> 4344 - - - Amnestic disorder, unknown or unspecified cause #> 4345 - - Dementia #> 4346 - - - Dementia due to Alzheimer disease #> 4347 - - - - Dementia due to Alzheimer disease with early onset #> 4348 - - - - Dementia due to Alzheimer disease with late onset #> 4349 - - - - Alzheimer disease dementia, mixed type, with cerebrovascular disease #> 4350 - - - - Alzheimer disease dementia, mixed type, with other nonvascular aetiologies #> 4351 - - - - Dementia due to Alzheimer disease, onset unknown or unspecified #> 4352 - - - Dementia due to cerebrovascular disease #> 4353 - - - Dementia due to Lewy body disease #> 4354 - - - Frontotemporal dementia #> 4355 - - - Dementia due to psychoactive substances including medications #> 4356 - - - - Dementia due to use of alcohol #> 4357 - - - - Dementia due to use of sedatives, hypnotics or anxiolytics #> 4358 - - - - Dementia due to use of volatile inhalants #> 4359 - - - - Dementia due to other specified psychoactive substance #> 4360 - - - Dementia due to diseases classified elsewhere #> 4361 - - - - Dementia due to Parkinson disease #> 4362 - - - - Dementia due to Huntington disease #> 4363 - - - - Dementia due to exposure to heavy metals and other toxins #> 4364 - - - - Dementia due to human immunodeficiency virus #> 4365 - - - - Dementia due to multiple sclerosis #> 4366 - - - - Dementia due to prion disease #> 4367 - - - - Dementia due to normal pressure hydrocephalus #> 4368 - - - - Dementia due to injury to the head #> 4369 - - - - Dementia due to pellagra #> 4370 - - - - Dementia due to Down syndrome #> 4371 - - - - Dementia due to other specified diseases classified elsewhere #> 4372 - - - Behavioural or psychological disturbances in dementia #> 4373 - - - - Psychotic symptoms in dementia #> 4374 - - - - Mood symptoms in dementia #> 4375 - - - - Anxiety symptoms in dementia #> 4376 - - - - Apathy in dementia #> 4377 - - - - Agitation or aggression in dementia #> 4378 - - - - Disinhibition in dementia #> 4379 - - - - Wandering in dementia #> 4380 - - - - Other specified behavioural or psychological disturbances in dementia #> 4381 - - - - Behavioural or psychological disturbances in dementia, unspecified #> 4382 - - - Dementia, other specified cause #> 4383 - - - Dementia, unknown or unspecified cause #> 4384 - - Other specified neurocognitive disorders #> 4385 - - Neurocognitive disorders, unspecified #> 4386 - Mental or behavioural disorders associated with pregnancy, childbirth or the puerperium #> 4387 - - Mental or behavioural disorders associated with pregnancy, childbirth or the puerperium, without psychotic symptoms #> 4388 - - Mental or behavioural disorders associated with pregnancy, childbirth or the puerperium, with psychotic symptoms #> 4389 - - Mental or behavioural disorders associated with pregnancy, childbirth or the puerperium, unspecified #> 4390 - Psychological or behavioural factors affecting disorders or diseases classified elsewhere #> 4391 - - Mental disorder affecting disorders or diseases classified elsewhere #> 4392 - - Psychological symptoms affecting disorders or diseases classified elsewhere #> 4393 - - Personality traits or coping style affecting disorders or diseases classified elsewhere #> 4394 - - Maladaptive health behaviours affecting disorders or diseases classified elsewhere #> 4395 - - Stress-related physiological response affecting disorders or diseases classified elsewhere #> 4396 - - Other specified psychological or behavioural factors affecting disorders or diseases classified elsewhere #> 4397 - - Psychological or behavioural factors affecting disorders or diseases classified elsewhere, unspecified #> 4398 - Secondary mental or behavioural syndromes associated with disorders or diseases classified elsewhere #> 4399 - - Secondary neurodevelopmental syndrome #> 4400 - - - Secondary speech or language syndrome #> 4401 - - - Other specified secondary neurodevelopmental syndrome #> 4402 - - - Secondary neurodevelopmental syndrome, unspecified #> 4403 - - Secondary psychotic syndrome #> 4404 - - - Secondary psychotic syndrome, with hallucinations #> 4405 - - - Secondary psychotic syndrome, with delusions #> 4406 - - - Secondary psychotic syndrome, with hallucinations and delusions #> 4407 - - - Secondary psychotic syndrome, with unspecified symptoms #> 4408 - - Secondary mood syndrome #> 4409 - - - Secondary mood syndrome, with depressive symptoms #> 4410 - - - Secondary mood syndrome, with manic symptoms #> 4411 - - - Secondary mood syndrome, with mixed symptoms #> 4412 - - - Secondary mood syndrome, with unspecified symptoms #> 4413 - - Secondary anxiety syndrome #> 4414 - - Secondary obsessive-compulsive or related syndrome #> 4415 - - Secondary dissociative syndrome #> 4416 - - Secondary impulse control syndrome #> 4417 - - Secondary neurocognitive syndrome #> 4418 - - Secondary personality change #> 4419 - - Secondary catatonia syndrome #> 4420 - - Other specified secondary mental or behavioural syndrome #> 4421 - - Secondary mental or behavioural syndrome, unspecified #> 4422 - Other specified mental, behavioural or neurodevelopmental disorders #> 4423 - Mental, behavioural or neurodevelopmental disorders, unspecified #> 4424 Sleep-wake disorders #> 4425 - Insomnia disorders #> 4426 - - Chronic insomnia #> 4427 - - Short-term insomnia #> 4428 - - Insomnia disorders, unspecified #> 4429 - Hypersomnolence disorders #> 4430 - - Narcolepsy #> 4431 - - - Narcolepsy, Type 1 #> 4432 - - - Narcolepsy, Type 2 #> 4433 - - - Narcolepsy, unspecified #> 4434 - - Idiopathic hypersomnia #> 4435 - - Kleine-Levin syndrome #> 4436 - - Hypersomnia due to a medical condition #> 4437 - - Hypersomnia due to a medication or substance #> 4438 - - Hypersomnia associated with a mental disorder #> 4439 - - Insufficient sleep syndrome #> 4440 - - Other specified hypersomnolence disorders #> 4441 - - Hypersomnolence disorders, unspecified #> 4442 - Sleep-related breathing disorders #> 4443 - - Central sleep apnoeas #> 4444 - - - Primary central sleep apnoea #> 4445 - - - Primary central sleep apnoea of infancy #> 4446 - - - Primary central sleep apnoea of prematurity #> 4447 - - - Central sleep apnea with Cheyne-Stokes breathing #> 4448 - - - Central sleep apnoea due to a medical condition without Cheyne-Stokes breathing #> 4449 - - - Central sleep apnoea due to high-altitude periodic breathing #> 4450 - - - Central sleep apnoea due to a medication or substance #> 4451 - - - Treatment-emergent central sleep apnoea #> 4452 - - - Other specified central sleep apnoeas #> 4453 - - - Central sleep apnoeas, unspecified #> 4454 - - Obstructive sleep apnoea #> 4455 - - Sleep-related hypoventilation or hypoxemia disorders #> 4456 - - - Obesity hypoventilation syndrome #> 4457 - - - Congenital central alveolar sleep-related hypoventilation #> 4458 - - - Non-congenital central hypoventilation with hypothalamic abnormalities #> 4459 - - - Idiopathic central alveolar hypoventilation #> 4460 - - - Sleep-related hypoventilation due to a medication or substance #> 4461 - - - Sleep-related hypoventilation due to medical condition #> 4462 - - - Sleep-related hypoxemia due to a medical condition #> 4463 - - - Other specified sleep-related hypoventilation or hypoxemia disorders #> 4464 - - - Sleep-related hypoventilation or hypoxemia disorders, unspecified #> 4465 - - Other specified sleep-related breathing disorders #> 4466 - - Sleep-related breathing disorders, unspecified #> 4467 - Circadian rhythm sleep-wake disorders #> 4468 - - Delayed sleep-wake phase disorder #> 4469 - - Advanced sleep-wake phase disorder #> 4470 - - Irregular sleep-wake rhythm disorder #> 4471 - - Non-24 hour sleep-wake rhythm disorder #> 4472 - - Circadian rhythm sleep-wake disorder, shift work type #> 4473 - - Circadian rhythm sleep-wake disorder, jet lag type #> 4474 - - Circadian rhythm sleep-wake disorders, unspecified #> 4475 - Sleep-related movement disorders #> 4476 - - Restless legs syndrome #> 4477 - - Periodic limb movement disorder #> 4478 - - Sleep-related leg cramps #> 4479 - - Sleep-related bruxism #> 4480 - - Sleep-related rhythmic movement disorder #> 4481 - - Benign sleep myoclonus of infancy #> 4482 - - Propriospinal myoclonus at sleep onset #> 4483 - - Sleep-related movement disorder due to a medical condition #> 4484 - - Sleep-related movement disorder due to a medication or substance #> 4485 - - Other specified sleep-related movement disorders #> 4486 - - Sleep-related movement disorders, unspecified #> 4487 - Parasomnia disorders #> 4488 - - Disorders of arousal from non-REM sleep #> 4489 - - - Confusional arousals #> 4490 - - - Sleepwalking disorder #> 4491 - - - Sleep terrors #> 4492 - - - Sleep-related eating disorder #> 4493 - - - Other specified disorders of arousal from non-REM sleep #> 4494 - - - Disorders of arousal from non-REM sleep, unspecified #> 4495 - - Parasomnias related to REM sleep #> 4496 - - - REM sleep behaviour disorder #> 4497 - - - Recurrent isolated sleep paralysis #> 4498 - - - Nightmare disorder #> 4499 - - - Other specified parasomnias related to REM sleep #> 4500 - - - Parasomnias related to REM sleep, unspecified #> 4501 - - Other parasomnias #> 4502 - - - Hypnagogic exploding head syndrome #> 4503 - - - Sleep-related hallucinations #> 4504 - - - Parasomnia disorder due to a medical condition #> 4505 - - - Parasomnia disorder due to a medication or substance #> 4506 - - Other specified parasomnia disorders #> 4507 - - Parasomnia disorders, unspecified #> 4508 - Other specified sleep-wake disorders #> 4509 - Sleep-wake disorders, unspecified #> 4510 Diseases of the nervous system #> 4511 - Movement disorders #> 4512 - - Parkinsonism #> 4513 - - - Parkinson disease #> 4514 - - - - Sporadic Parkinson disease #> 4515 - - - - Familial Parkinson disease #> 4516 - - - - Other specified Parkinson disease #> 4517 - - - - Parkinson disease, unspecified #> 4518 - - - Atypical parkinsonism #> 4519 - - - - Progressive supranuclear palsy #> 4520 - - - - Other specified atypical parkinsonism #> 4521 - - - - Atypical parkinsonism, unspecified #> 4522 - - - Secondary parkinsonism #> 4523 - - - - Parkinsonism due to heredodegenerative disorders #> 4524 - - - - Hemiparkinsonism hemiatrophy syndrome #> 4525 - - - - Infectious or postinfectious parkinsonism #> 4526 - - - - Vascular parkinsonism #> 4527 - - - - Drug-induced parkinsonism #> 4528 - - - - Post traumatic Parkinsonism #> 4529 - - - - Parkinsonism due to structural lesions #> 4530 - - - - Other specified secondary parkinsonism #> 4531 - - - - Secondary parkinsonism, unspecified #> 4532 - - - Functional parkinsonism #> 4533 - - - Other specified parkinsonism #> 4534 - - - Parkinsonism, unspecified #> 4535 - - Choreiform disorders #> 4536 - - - Benign hereditary chorea #> 4537 - - - Secondary Chorea #> 4538 - - - - Huntington disease #> 4539 - - - - Chorea due to Huntington disease-like conditions #> 4540 - - - - Chorea due to Dentatorubral pallidoluysian atrophy #> 4541 - - - - Chorea due to Wilson disease #> 4542 - - - - Chorea due to infectious or para-infectious causes #> 4543 - - - - Chorea due to systemic lupus erythematosus #> 4544 - - - - Drug-induced chorea #> 4545 - - - - Other specified secondary chorea #> 4546 - - - - Secondary chorea, unspecified #> 4547 - - - Hemichorea or hemiballismus #> 4548 - - - - Hemichorea #> 4549 - - - - Ballism #> 4550 - - - - Hemiballism #> 4551 - - - - Other specified hemichorea or hemiballismus #> 4552 - - - - Hemichorea or hemiballismus, unspecified #> 4553 - - - Other specified choreiform disorders #> 4554 - - - Choreiform disorders, unspecified #> 4555 - - Dystonic disorders #> 4556 - - - Primary dystonia #> 4557 - - - - Benign essential blepharospasm #> 4558 - - - - Other specified primary dystonia #> 4559 - - - - Primary dystonia, unspecified #> 4560 - - - Secondary dystonia #> 4561 - - - - Drug-induced dystonia #> 4562 - - - - Dystonia-plus #> 4563 - - - - Dystonia associated with heredodegenerative disorders #> 4564 - - - - Other specified secondary dystonia #> 4565 - - - - Secondary dystonia, unspecified #> 4566 - - - Paroxysmal dystonia #> 4567 - - - Functional dystonia or spasms #> 4568 - - - Other specified dystonic disorders #> 4569 - - - Dystonic disorders, unspecified #> 4570 - - Ataxic disorders #> 4571 - - - Congenital ataxia #> 4572 - - - Hereditary ataxia #> 4573 - - - - Friedreich ataxia #> 4574 - - - - Ataxia due to Cerebrotendinous xanthomatosis #> 4575 - - - - Ataxia due to Refsum disease #> 4576 - - - - Ataxia due to abetalipoproteinemia #> 4577 - - - - Hereditary episodic ataxia #> 4578 - - - - Ataxia due to mitochondrial mutations #> 4579 - - - - Spinocerebellar ataxia #> 4580 - - - - Other specified hereditary ataxia #> 4581 - - - - Hereditary ataxia, unspecified #> 4582 - - - Non-hereditary degenerative ataxia #> 4583 - - - - Late onset cerebellar cortical atrophy #> 4584 - - - - Other specified non-hereditary degenerative ataxia #> 4585 - - - - Non-hereditary degenerative ataxia, unspecified #> 4586 - - - Acquired ataxia #> 4587 - - - - Ataxia due to alcoholic cerebellar degeneration #> 4588 - - - - Other specified acquired ataxia #> 4589 - - - - Acquired ataxia, unspecified #> 4590 - - - Other specified ataxic disorders #> 4591 - - - Ataxic disorders, unspecified #> 4592 - - Disorders associated with tremor #> 4593 - - - Enhanced physiological tremor #> 4594 - - - Essential tremor or related tremors #> 4595 - - - Rest tremor #> 4596 - - - Secondary tremor #> 4597 - - - - Tremor due to metabolic disorders #> 4598 - - - - Tremor due to chronic or acute substance use #> 4599 - - - - Tremor due to drug withdrawal #> 4600 - - - - Tremor due to certain specified central nervous system diseases #> 4601 - - - - Other specified secondary tremor #> 4602 - - - - Secondary tremor, unspecified #> 4603 - - - Functional tremor #> 4604 - - - Other specified disorders associated with tremor #> 4605 - - - Disorders associated with tremor, unspecified #> 4606 - - Tic disorders #> 4607 - - - Primary tics or tic disorders #> 4608 - - - - Tourette syndrome #> 4609 - - - - Chronic motor tic disorder #> 4610 - - - - Chronic phonic tic disorder #> 4611 - - - - Transient motor tics #> 4612 - - - - Other specified primary tics or tic disorders #> 4613 - - - - Primary tics or tic disorders, unspecified #> 4614 - - - Secondary tics #> 4615 - - - - Infectious or postinfectious tics #> 4616 - - - - Tics associated with developmental disorders #> 4617 - - - - Other specified secondary tics #> 4618 - - - - Secondary tics, unspecified #> 4619 - - - Other specified tic disorders #> 4620 - - - Tic disorders, unspecified #> 4621 - - Myoclonic disorders #> 4622 - - - Essential myoclonus #> 4623 - - - Segmental myoclonus #> 4624 - - - Focal myoclonus #> 4625 - - - - Palatal myoclonus #> 4626 - - - - Chronic hiccups #> 4627 - - - - Other specified focal myoclonus #> 4628 - - - - Focal myoclonus, unspecified #> 4629 - - - Other specified myoclonic disorders #> 4630 - - - Myoclonic disorders, unspecified #> 4631 - - Certain specified movement disorder #> 4632 - - - Stereotypies #> 4633 - - - - Primary stereotypy #> 4634 - - - - Secondary stereotypy #> 4635 - - - - Other specified stereotypies #> 4636 - - - - Stereotypies, unspecified #> 4637 - - - Akathisia #> 4638 - - - Excessive startle reflex #> 4639 - - Other specified movement disorders #> 4640 - - Movement disorders, unspecified #> 4641 - Disorders with neurocognitive impairment as a major feature #> 4642 - - Alzheimer disease #> 4643 - - Progressive focal atrophies #> 4644 - - - Posterior cortical atrophy #> 4645 - - - Other specified progressive focal atrophies #> 4646 - - - Progressive focal atrophies, unspecified #> 4647 - - Lewy body disease #> 4648 - - Frontotemporal lobar degeneration #> 4649 - - Other specified disorders with neurocognitive impairment as a major feature #> 4650 - - Disorders with neurocognitive impairment as a major feature, unspecified #> 4651 - Multiple sclerosis or other white matter disorders #> 4652 - - Multiple sclerosis #> 4653 - - - Relapsing-remitting multiple sclerosis #> 4654 - - - Primary progressive multiple sclerosis #> 4655 - - - Secondary progressive multiple sclerosis #> 4656 - - - Other specified multiple sclerosis #> 4657 - - - Multiple sclerosis, unspecified #> 4658 - - Isolated demyelinating syndromes of the central nervous system #> 4659 - - - Transverse myelitis #> 4660 - - - Neuromyelitis optica myelin oligodendrocyte glycoprotein antibody-positive #> 4661 - - - Other specified isolated demyelinating syndromes of the central nervous system #> 4662 - - - Isolated demyelinating syndromes of the central nervous system, unspecified #> 4663 - - Acute disseminated encephalomyelitis #> 4664 - - - Acute haemorrhagic leukoencephalitis #> 4665 - - - Other specified acute disseminated encephalomyelitis #> 4666 - - - Acute disseminated encephalomyelitis, unspecified #> 4667 - - Neuromyelitis optica #> 4668 - - - Neuromyelitis optica aquaporin-4 antibody positive #> 4669 - - - Neuromyelitis optica aquaporin-4 antibody negative #> 4670 - - - Single transverse myelitis aquaporin-4 antibody positive #> 4671 - - - Recurrent transverse myelitis aquaporin-4 antibody positive #> 4672 - - - Single optic neuritis aquaporin-4 antibody positive #> 4673 - - - Recurrent optic neuritis aquaporin-4 antibody positive #> 4674 - - - Other specified neuromyelitis optica #> 4675 - - - Neuromyelitis optica, unspecified #> 4676 - - Leukodystrophies #> 4677 - - - Pelizaeus-Merzbacher disease #> 4678 - - - Adrenoleukodystrophy #> 4679 - - - Alexander disease #> 4680 - - - Certain specified leukodystrophies #> 4681 - - - Krabbe disease #> 4682 - - - Leukodystrophies, unspecified #> 4683 - - Secondary white matter disorders #> 4684 - - - White matter disorders due to infections #> 4685 - - - - Human T-cell lymphotropic virus-associated myelopathy #> 4686 - - - - Subacute sclerosing panencephalitis #> 4687 - - - - Progressive multifocal leukoencephalopathy #> 4688 - - - - Other specified white matter disorders due to infections #> 4689 - - - - White matter disorders due to infections, unspecified #> 4690 - - - White matter disorders due to toxicity #> 4691 - - - White matter disorders due to vascular abnormality or ischemia #> 4692 - - - - White matter disorder due to CADASIL #> 4693 - - - - Subacute necrotising myelitis #> 4694 - - - - Other specified white matter disorders due to vascular abnormality or ischemia #> 4695 - - - - White matter disorders due to vascular abnormality or ischemia, unspecified #> 4696 - - - White matter disorders due to nutritional deficiency #> 4697 - - - - White matter disorder due to vitamin B12 deficiency #> 4698 - - - - Central pontine myelinolysis #> 4699 - - - - Other specified white matter disorders due to nutritional deficiency #> 4700 - - - - White matter disorders due to nutritional deficiency, unspecified #> 4701 - - - White matter disorders due to certain specified systemic disease #> 4702 - - - - Demyelination due to sarcoidosis #> 4703 - - - - Demyelination due to systemic lupus erythematosus #> 4704 - - - - Demyelination due to Sjögren disease #> 4705 - - - - Demyelination due to Behcet disease #> 4706 - - - - Demyelination due to systemic vasculitis #> 4707 - - - - Demyelination due to mitochondrial disease #> 4708 - - - - White matter disorders due to certain specified systemic disease, unspecified #> 4709 - - - Other specified secondary white matter disorders #> 4710 - - - Secondary white matter disorders, unspecified #> 4711 - - Central demyelination of corpus callosum #> 4712 - - Other specified multiple sclerosis or other white matter disorders #> 4713 - - Multiple sclerosis or other white matter disorders, unspecified #> 4714 - Epilepsy or seizures #> 4715 - - Epilepsy due to structural or metabolic conditions or diseases #> 4716 - - - Epilepsy due to prenatal or perinatal brain insults #> 4717 - - - - Epilepsy due to prenatal or perinatal vascular insults #> 4718 - - - - Epilepsy due to neonatal hypoxic ischemic encephalopathy #> 4719 - - - - Epilepsy due to other prenatal or perinatal brain insults #> 4720 - - - - Epilepsy due to unspecified prenatal or perinatal brain insults #> 4721 - - - Epilepsy due to cerebrovascular disorders #> 4722 - - - Epilepsy due to degenerative brain disorders #> 4723 - - - Epilepsy due to dementias #> 4724 - - - Epilepsy due to central nervous system infections or infestations #> 4725 - - - Epilepsy due to injuries to the head #> 4726 - - - Epilepsy due to tumours of the nervous system #> 4727 - - - Epilepsy with mesial temporal sclerosis #> 4728 - - - Epilepsy due to immune disorders #> 4729 - - - Epilepsy due to abnormalities of brain development #> 4730 - - - Epilepsy due to genetic syndromes with widespread or progressive effects #> 4731 - - - Epilepsy due to multiple sclerosis or other demyelinating disorders #> 4732 - - - Epilepsy due to other structural or metabolic condition or disease #> 4733 - - - Epilepsy due to unspecified structural or metabolic condition or disease #> 4734 - - Genetic or presumed genetic syndromes primarily expressed as epilepsy #> 4735 - - - Genetic epileptic syndromes with neonatal onset #> 4736 - - - - Pyridoxal dependent epilepsy #> 4737 - - - - Other specified genetic epileptic syndromes with neonatal onset #> 4738 - - - - Genetic epileptic syndromes with neonatal onset, unspecified #> 4739 - - - Genetic epileptic syndromes with onset in infancy #> 4740 - - - - Benign familial infantile epilepsy #> 4741 - - - - Dravet syndrome #> 4742 - - - - Epilepsy of infancy with migrating focal seizures #> 4743 - - - - Other specified genetic epileptic syndromes with onset in infancy #> 4744 - - - - Genetic epileptic syndromes with onset in infancy, unspecified #> 4745 - - - Genetic epileptic syndromes with childhood onset #> 4746 - - - - Benign childhood epilepsy with centro-temporal spikes #> 4747 - - - - Childhood absence epilepsy #> 4748 - - - - Epilepsy with myoclonic-astatic seizures #> 4749 - - - - Myoclonic absences or absences with myoclonias #> 4750 - - - - Other specified genetic epileptic syndromes with childhood onset #> 4751 - - - - Genetic epileptic syndromes with childhood onset, unspecified #> 4752 - - - Genetic epileptic syndrome with adolescent or adult onset #> 4753 - - - - Juvenile myoclonic epilepsy #> 4754 - - - - Juvenile absence epilepsy #> 4755 - - - - Benign adult familial myoclonus epilepsy #> 4756 - - - - Other specified genetic epileptic syndrome with adolescent or adult onset #> 4757 - - - - Genetic epileptic syndrome with adolescent or adult onset, unspecified #> 4758 - - - Genetic epileptic syndromes with variable age of onset #> 4759 - - - - Reflex epilepsies #> 4760 - - - - Progressive myoclonic epilepsy #> 4761 - - - - Other specified genetic epileptic syndromes with variable age of onset #> 4762 - - - - Genetic epileptic syndromes with variable age of onset, unspecified #> 4763 - - - Other specified genetic or presumed genetic syndromes primarily expressed as epilepsy #> 4764 - - - Genetic or presumed genetic syndromes primarily expressed as epilepsy, unspecified #> 4765 - - Epileptic encephalopathies #> 4766 - - - Infantile spasms #> 4767 - - - Lennox-Gastaut syndrome #> 4768 - - - Acquired epileptic aphasia #> 4769 - - - Other specified epileptic encephalopathies #> 4770 - - - Epileptic encephalopathies, unspecified #> 4771 - - Seizure due to acute causes #> 4772 - - - Febrile seizures #> 4773 - - - - Simple febrile seizures #> 4774 - - - - Complex febrile seizures #> 4775 - - - - Other specified febrile seizures #> 4776 - - - - Febrile seizures, unspecified #> 4777 - - - Seizure due to other acute cause #> 4778 - - - Seizure due to unspecified acute cause #> 4779 - - Single seizure due to remote causes #> 4780 - - Single unprovoked seizure #> 4781 - - Status epilepticus #> 4782 - - - Convulsive status epilepticus #> 4783 - - - Non-convulsive status epilepticus #> 4784 - - - - Absence status epilepticus #> 4785 - - - - Other specified non-convulsive status epilepticus #> 4786 - - - - Non-convulsive status epilepticus, unspecified #> 4787 - - - Other specified status epilepticus #> 4788 - - - Status epilepticus, unspecified #> 4789 - - Acute repetitive seizures #> 4790 - - Types of seizures #> 4791 - - - Focal unaware seizure #> 4792 - - - Absence seizures, atypical #> 4793 - - - Absence seizures, typical #> 4794 - - - Focal aware seizure #> 4795 - - - Generalised tonic-clonic seizure #> 4796 - - - Generalised myoclonic seizure #> 4797 - - - Generalised tonic seizure #> 4798 - - - Generalised atonic seizure #> 4799 - - - Other specified type of seizure #> 4800 - - - Type of seizure, unspecified #> 4801 - - Other specified epilepsy or seizures #> 4802 - - Epilepsy or seizures, unspecified #> 4803 - Headache disorders #> 4804 - - Migraine #> 4805 - - - Migraine without aura #> 4806 - - - Migraine with aura #> 4807 - - - - Hemiplegic migraine #> 4808 - - - - Other specified migraine with aura #> 4809 - - - - Migraine with aura, unspecified #> 4810 - - - Chronic migraine #> 4811 - - - Complications related to migraine #> 4812 - - - - Status migrainosus #> 4813 - - - - Other specified complications related to migraine #> 4814 - - - Cyclic vomiting syndrome #> 4815 - - - Other specified migraine #> 4816 - - - Migraine, unspecified #> 4817 - - Tension-type headache #> 4818 - - - Infrequent episodic tension-type headache #> 4819 - - - Frequent episodic tension-type headache #> 4820 - - - Chronic tension-type headache #> 4821 - - - Other specified tension-type headache #> 4822 - - - Tension-type headache, unspecified #> 4823 - - Trigeminal autonomic cephalalgias #> 4824 - - Other primary headache disorder #> 4825 - - Secondary headache #> 4826 - - - Acute headache associated with traumatic injury to the head #> 4827 - - - Persistent headache associated with traumatic injury to the head #> 4828 - - - Other specified secondary headache #> 4829 - - - Secondary headache, unspecified #> 4830 - - Painful cranial neuropathies or other facial pains #> 4831 - - Other specified headache disorders #> 4832 - - Headache disorders, unspecified #> 4833 - Cerebrovascular diseases #> 4834 - - Intracranial haemorrhage #> 4835 - - - Intracerebral haemorrhage #> 4836 - - - - Deep hemispheric haemorrhage #> 4837 - - - - Lobar haemorrhage #> 4838 - - - - Brainstem haemorrhage #> 4839 - - - - Cerebellar haemorrhage #> 4840 - - - - Intraventricular haemorrhage without parenchymal haemorrhage #> 4841 - - - - Haemorrhage of multiple sites #> 4842 - - - - Intracerebral haemorrhage, site unspecified #> 4843 - - - Subarachnoid haemorrhage #> 4844 - - - - Aneurysmal subarachnoid haemorrhage #> 4845 - - - - Non-aneurysmal subarachnoid haemorrhage #> 4846 - - - - Subarachnoid haemorrhage not known if aneurysmal or non-aneurysmal #> 4847 - - - Nontraumatic subdural haemorrhage #> 4848 - - - Nontraumatic epidural haemorrhage #> 4849 - - - Intracranial haemorrhage, unspecified #> 4850 - - Cerebral ischaemia #> 4851 - - - Transient ischaemic attack #> 4852 - - - - Amaurosis fugax #> 4853 - - - - Other specified transient ischaemic attack #> 4854 - - - - Transient ischaemic attack, unspecified #> 4855 - - - Cerebral ischaemic stroke #> 4856 - - - - Cerebral ischaemic stroke due to extracranial large artery atherosclerosis #> 4857 - - - - Cerebral ischaemic stroke due to intracranial large artery atherosclerosis #> 4858 - - - - Cerebral ischaemic stroke due to embolic occlusion #> 4859 - - - - - Cerebral ischaemic stroke due to cardiac embolism #> 4860 - - - - - Cerebral ischaemic stroke due to aortic arch embolism #> 4861 - - - - - Cerebral ischaemic stroke due to paradoxical embolism #> 4862 - - - - - Cerebral ischaemic stroke due to other specified embolic occlusion #> 4863 - - - - - Cerebral ischaemic stroke due to embolic occlusion, unspecified #> 4864 - - - - Cerebral ischaemic stroke due to small artery occlusion #> 4865 - - - - Cerebral ischaemic stroke due to other known cause #> 4866 - - - - - Cerebral ischaemic stroke due to global hypoperfusion with watershed infarct #> 4867 - - - - - Cerebral ischaemic stroke due to other non-atherosclerotic arteriopathy #> 4868 - - - - - Cerebral ischaemic stroke due to hypercoagulable state #> 4869 - - - - - Cerebral ischaemic stroke in association with subarachnoid haemorrhage #> 4870 - - - - - Cerebral ischemic stroke from dissection #> 4871 - - - - Cerebral ischaemic stroke of unknown cause #> 4872 - - - - - Cerebral ischaemic stroke due to unspecified occlusion or stenosis of extracranial large artery #> 4873 - - - - - Cerebral ischaemic stroke due to unspecified occlusion or stenosis of intracranial large artery #> 4874 - - - - - Cerebral ischaemic stroke, unspecified #> 4875 - - - Other specified cerebral ischaemia #> 4876 - - - Cerebral ischaemia, unspecified #> 4877 - - Stroke not known if ischaemic or haemorrhagic #> 4878 - - Cerebrovascular disease with no acute cerebral symptom #> 4879 - - - Silent cerebral infarct #> 4880 - - - Silent cerebral microbleed #> 4881 - - - Other specified cerebrovascular disease with no acute cerebral symptom #> 4882 - - - Cerebrovascular disease with no acute cerebral symptom, unspecified #> 4883 - - Certain specified cerebrovascular diseases #> 4884 - - - Dissection of cerebral arteries #> 4885 - - - Cerebral venous thrombosis #> 4886 - - - Cerebral vasoconstriction syndromes #> 4887 - - - Isolated cerebral amyloid angiopathy #> 4888 - - - Intracranial vascular malformation #> 4889 - - - - Arteriovenous malformation of cerebral vessels #> 4890 - - - - Cerebral cavernous malformation #> 4891 - - - - Dural arteriovenous fistula #> 4892 - - - - Carotid cavernous fistula #> 4893 - - - - Other specified intracranial vascular malformation #> 4894 - - - - Intracranial vascular malformation, unspecified #> 4895 - - - Cerebral aneurysm, nonruptured #> 4896 - - - Familial cerebral saccular aneurysm #> 4897 - - - Cerebral arteritis, not elsewhere classified #> 4898 - - - - Primary cerebral arteritis #> 4899 - - - - Other specified cerebral arteritis, not elsewhere classified #> 4900 - - - - Cerebral arteritis, not elsewhere classified, unspecified #> 4901 - - - Hypertensive encephalopathy #> 4902 - - - Migraine-induced stroke #> 4903 - - - Subclavian steal syndrome #> 4904 - - - Moyamoya syndrome #> 4905 - - - Hereditary cerebrovascular diseases #> 4906 - - - - CADASIL - [cerebral autosomal dominant arteriopathy with subcortical infarcts and leukoencephalopathy] syndrome #> 4907 - - - - CARASIL - [cerebral autosomal recessive arteriopathy with subcortical infarcts and leukoencephalopathy] syndrome #> 4908 - - - - Other specified hereditary cerebrovascular diseases #> 4909 - - - - Hereditary cerebrovascular diseases, unspecified #> 4910 - - - Other specified cerebrovascular disease #> 4911 - - Cerebrovascular abnormalities #> 4912 - - Hypoxic-ischaemic encephalopathy #> 4913 - - - Anoxic-ischaemic encephalopathy #> 4914 - - - Other specified hypoxic-ischaemic encephalopathy #> 4915 - - - Hypoxic-ischaemic encephalopathy, unspecified #> 4916 - - Late effects of cerebrovascular disease #> 4917 - - - Late effects of cerebral ischemic stroke #> 4918 - - - Late effects of intracerebral haemorrhage #> 4919 - - - Late effects of subarachnoid haemorrhage #> 4920 - - - Late effects of other nontraumatic intracranial haemorrhage #> 4921 - - - Late effects of stroke not known if ischaemic or haemorrhagic #> 4922 - - - Late effects of other specified cerebrovascular disease #> 4923 - - - Late effects of cerebrovascular disease, unspecified #> 4924 - - Vascular syndromes of brain in cerebrovascular diseases #> 4925 - - - Brainstem stroke syndrome #> 4926 - - - Cerebellar stroke syndrome #> 4927 - - - Middle cerebral artery syndrome #> 4928 - - - Anterior cerebral artery syndrome #> 4929 - - - Posterior cerebral artery syndrome #> 4930 - - - Lacunar syndromes #> 4931 - - - - Pure motor lacunar syndrome #> 4932 - - - - Pure sensory lacunar syndrome #> 4933 - - - - Other specified lacunar syndromes #> 4934 - - - - Lacunar syndromes, unspecified #> 4935 - - - Other specified vascular syndromes of brain in cerebrovascular diseases #> 4936 - - - Vascular syndromes of brain in cerebrovascular diseases, unspecified #> 4937 - - Cerebrovascular diseases, unspecified #> 4938 - Spinal cord disorders excluding trauma #> 4939 - - Cauda equina syndrome #> 4940 - - Myelitis #> 4941 - - Myelopathy #> 4942 - - Non-compressive vascular myelopathies #> 4943 - - - Acute arterial infarction of the spinal cord #> 4944 - - - Acute venous infarction of the spinal cord #> 4945 - - - Chronic venous infarction of the spinal cord #> 4946 - - - Other specified non-compressive vascular myelopathies #> 4947 - - - Non-compressive vascular myelopathies, unspecified #> 4948 - - Degenerative myelopathic disorders #> 4949 - - - Hereditary spastic paraplegia #> 4950 - - - - Autosomal dominant hereditary spastic paraplegia #> 4951 - - - - Autosomal recessive hereditary spastic paraplegia #> 4952 - - - - X-linked hereditary spastic paraplegia #> 4953 - - - - Other specified hereditary spastic paraplegia #> 4954 - - - - Hereditary spastic paraplegia, unspecified #> 4955 - - - Other specified degenerative myelopathic disorders #> 4956 - - - Degenerative myelopathic disorders, unspecified #> 4957 - - Other specified spinal cord disorders excluding trauma #> 4958 - - Spinal cord disorders excluding trauma, unspecified #> 4959 - Motor neuron diseases or related disorders #> 4960 - - Motor neuron disease #> 4961 - - - Amyotrophic lateral sclerosis #> 4962 - - - Progressive bulbar palsy #> 4963 - - - Progressive pseudobulbar palsy #> 4964 - - - Progressive muscular atrophy #> 4965 - - - Primary lateral sclerosis #> 4966 - - - Amyotrophic lateral sclerosis-Plus #> 4967 - - - Monomelic amyotrophy #> 4968 - - - Madras type motor neuron disease #> 4969 - - - Other specified motor neuron disease #> 4970 - - - Motor neuron disease, unspecified #> 4971 - - Spinal muscular atrophy #> 4972 - - - Infantile spinal muscular atrophy, Type I #> 4973 - - - Late infantile spinal muscular atrophy, Type II #> 4974 - - - Juvenile form spinal muscular dystrophy, Type III #> 4975 - - - Adult onset spinal muscular atrophy, Type IV #> 4976 - - - Localised spinal muscular atrophy #> 4977 - - - Other specified spinal muscular atrophy #> 4978 - - - Spinal muscular atrophy, unspecified #> 4979 - - Post polio progressive muscular atrophy #> 4980 - - Other specified motor neuron diseases or related disorders #> 4981 - - Motor neuron diseases or related disorders, unspecified #> 4982 - Disorders of nerve root, plexus or peripheral nerves #> 4983 - - Disorders of cranial nerves #> 4984 - - - Disorders of olfactory nerve #> 4985 - - - Disorders of vestibulocochlear nerve #> 4986 - - - - Brainstem lesion #> 4987 - - - - Other specified disorders of vestibulocochlear nerve #> 4988 - - - - Disorders of vestibulocochlear nerve, unspecified #> 4989 - - - Disorders of trigeminal nerve #> 4990 - - - - Trigeminal neuralgia #> 4991 - - - - Disorders of trigeminal nerve, unspecified #> 4992 - - - Disorders of spinal accessory nerve #> 4993 - - - Disorders of hypoglossal nerve #> 4994 - - - Disorders of multiple cranial nerves #> 4995 - - - Disorders of vagus nerve #> 4996 - - - Disorders of glossopharyngeal nerve #> 4997 - - - Disorders of facial nerve #> 4998 - - - - Bell palsy #> 4999 - - - - Facial myokymia #> 5000 - - - - Hemifacial spasm #> 5001 - - - - Facial neuritis #> 5002 - - - - Other specified disorders of facial nerve #> 5003 - - - - Disorders of facial nerve, unspecified #> 5004 - - - Other specified disorders of cranial nerves #> 5005 - - - Disorders of cranial nerves, unspecified #> 5006 - - Nerve root or plexus disorders #> 5007 - - - Nerve root and plexus compressions #> 5008 - - - Brachial plexus disorders #> 5009 - - - - Neuralgic shoulder amyotrophy #> 5010 - - - - Thoracic outlet syndrome due to cervical rib #> 5011 - - - - Other specified brachial plexus disorders #> 5012 - - - - Brachial plexus disorders, unspecified #> 5013 - - - Lumbosacral plexus disorders #> 5014 - - - - Post radiation lumbosacral plexopathy #> 5015 - - - - Vasculitic lumbosacral plexopathy #> 5016 - - - - Diabetic lumbosacral plexopathy #> 5017 - - - - Lumbosacral radiculoplexopathy #> 5018 - - - - Other specified lumbosacral plexus disorders #> 5019 - - - - Lumbosacral plexus disorders, unspecified #> 5020 - - - Radiculopathy #> 5021 - - - - Radiculopathy due to compression #> 5022 - - - - Radiculopathy due to metabolic disorders #> 5023 - - - - Radiculopathy due to electric shock or lightning #> 5024 - - - - Radiculopathy due to radiation injury #> 5025 - - - - Radiculopathy due to nutritional deficiencies #> 5026 - - - - Radiculopathy due to toxicity #> 5027 - - - - Radiculopathy due to intervertebral disc disorders #> 5028 - - - - Radiculopathy due to neoplastic disease #> 5029 - - - - Radiculopathy due to spondylosis #> 5030 - - - - Other specified radiculopathy #> 5031 - - - - Radiculopathy, unspecified #> 5032 - - - Diabetic radiculoplexoneuropathy #> 5033 - - - Secondary brachial plexus lesion due to certain specified disorders #> 5034 - - - Other specified nerve root or plexus disorders #> 5035 - - - Nerve root or plexus disorders, unspecified #> 5036 - - Polyneuropathy #> 5037 - - - Idiopathic progressive neuropathy #> 5038 - - - Inflammatory polyneuropathy #> 5039 - - - - Acute inflammatory demyelinating polyneuropathy #> 5040 - - - - Post vaccinal neuropathy #> 5041 - - - - Subacute inflammatory demyelinating polyneuropathy #> 5042 - - - - Chronic inflammatory demyelinating polyneuropathy #> 5043 - - - - Other specified inflammatory polyneuropathy #> 5044 - - - - Inflammatory polyneuropathy, unspecified #> 5045 - - - Other secondary polyneuropathy #> 5046 - - - - Diabetic polyneuropathy #> 5047 - - - - Polyneuropathy due to infectious diseases #> 5048 - - - - Polyneuropathy in neoplastic disease #> 5049 - - - - Polyneuropathy in nutritional deficiency #> 5050 - - - - Polyneuropathy in systemic connective tissue disorders #> 5051 - - - - Other specified secondary polyneuropathy #> 5052 - - - - Other secondary polyneuropathy, unspecified #> 5053 - - - Other specified polyneuropathy #> 5054 - - - Polyneuropathy, unspecified #> 5055 - - Mononeuropathy #> 5056 - - - Mononeuropathies of upper limb #> 5057 - - - - Carpal tunnel syndrome #> 5058 - - - - Lesion of ulnar nerve #> 5059 - - - - Lesion of radial nerve #> 5060 - - - - Other specified mononeuropathies of upper limb #> 5061 - - - - Mononeuropathies of upper limb, unspecified #> 5062 - - - Mononeuropathies of lower limb #> 5063 - - - - Lesion of sciatic nerve #> 5064 - - - - - Sciatic nerve piriformis syndrome #> 5065 - - - - - Other specified lesion of sciatic nerve #> 5066 - - - - - Lesion of sciatic nerve, unspecified #> 5067 - - - - Meralgia paraesthetica #> 5068 - - - - Lesion of femoral nerve #> 5069 - - - - Lesion of common peroneal nerve #> 5070 - - - - Lesion of tibial nerve #> 5071 - - - - Tarsal tunnel syndrome #> 5072 - - - - Lesion of plantar nerve #> 5073 - - - - Other specified mononeuropathies of lower limb #> 5074 - - - - Mononeuropathies of lower limb, unspecified #> 5075 - - - Certain specified mononeuropathies #> 5076 - - - - Intercostal neuropathy #> 5077 - - - - Mononeuritis multiplex #> 5078 - - - - Lesion of suprascapular nerve #> 5079 - - - - Lesion of axillary nerve #> 5080 - - - - Lesion of long thoracic nerve #> 5081 - - - - Traumatic neuroma, not otherwise specified #> 5082 - - - - Mononeuropathy of other specified nerve #> 5083 - - - Mononeuropathy of other specified site #> 5084 - - - Mononeuropathy of unspecified site #> 5085 - - Hereditary neuropathy #> 5086 - - - Hereditary motor and sensory neuropathy #> 5087 - - - - Charcot-Marie-Tooth disease 1 demyelinating #> 5088 - - - - Charcot-Marie-Tooth disease 2 axonal #> 5089 - - - - Intermediate Charcot-Marie-Tooth disease #> 5090 - - - - Other specified hereditary motor and sensory neuropathy #> 5091 - - - - Hereditary motor and sensory neuropathy, unspecified #> 5092 - - - Hereditary sensory or autonomic neuropathy #> 5093 - - - - Hereditary sensory and autonomic neuropathy type I #> 5094 - - - - Hereditary sensory and autonomic neuropathy type III #> 5095 - - - - Hereditary sensory and autonomic neuropathy type IV #> 5096 - - - - Hereditary sensory and autonomic neuropathy type V #> 5097 - - - - Other specified hereditary sensory or autonomic neuropathy #> 5098 - - - - Hereditary sensory or autonomic neuropathy, unspecified #> 5099 - - - Other specified hereditary neuropathy #> 5100 - - - Hereditary neuropathy, unspecified #> 5101 - - Other specified disorders of nerve root, plexus or peripheral nerves #> 5102 - - Disorders of nerve root, plexus or peripheral nerves, unspecified #> 5103 - Diseases of neuromuscular junction or muscle #> 5104 - - Myasthenia gravis or certain specified neuromuscular junction disorders #> 5105 - - - Myasthenia gravis #> 5106 - - - - Drug-induced myasthenia gravis #> 5107 - - - - Other specified myasthenia gravis #> 5108 - - - - Myasthenia gravis, unspecified #> 5109 - - - Congenital myasthenic syndromes #> 5110 - - - Lambert-Eaton syndrome #> 5111 - - - Other specified myasthenia gravis and neuromuscular junction disorders #> 5112 - - - Unspecified myasthenia gravis or neuromuscular junction disorders #> 5113 - - Primary disorders of muscles #> 5114 - - - Muscular dystrophy #> 5115 - - - - Becker muscular dystrophy #> 5116 - - - - Duchenne muscular dystrophy #> 5117 - - - - Emery-Dreifuss muscular dystrophy #> 5118 - - - - Facioscapulohumeral muscular dystrophy #> 5119 - - - - Limb-girdle muscular dystrophy #> 5120 - - - - - Dominant limb-girdle muscular dystrophy #> 5121 - - - - - Recessive limb-girdle muscular dystrophy #> 5122 - - - - - Other specified limb-girdle muscular dystrophy #> 5123 - - - - - Limb-girdle muscular dystrophy, unspecified #> 5124 - - - - Scapuloperoneal muscular dystrophy #> 5125 - - - - Congenital muscular dystrophy #> 5126 - - - - Other specified muscular dystrophy #> 5127 - - - - Muscular dystrophy, unspecified #> 5128 - - - Myotonic disorders #> 5129 - - - - Myotonic dystrophy #> 5130 - - - - Chondrodystrophic myotonia #> 5131 - - - - Myotonia congenita #> 5132 - - - - Drug-induced myotonia #> 5133 - - - - Neuromyotonia #> 5134 - - - - Pseudomyotonia #> 5135 - - - - Other specified myotonic disorders #> 5136 - - - - Myotonic disorders, unspecified #> 5137 - - - Congenital myopathies #> 5138 - - - - Congenital myopathy with structural abnormalities #> 5139 - - - - - Nemaline myopathy #> 5140 - - - - - Centronuclear myopathy #> 5141 - - - - - Central core disease #> 5142 - - - - - Other specified congenital myopathy with structural abnormalities #> 5143 - - - - - Congenital myopathy with structural abnormalities, unspecified #> 5144 - - - - Congenital myopathy with no structural abnormalities #> 5145 - - - - Other specified congenital myopathies #> 5146 - - - - Congenital myopathies, unspecified #> 5147 - - - Mitochondrial myopathies #> 5148 - - - - Autosomal recessive cardiomyopathy or ophthalmoplegia #> 5149 - - - - Neuropathy, ataxia, and retinitis pigmentosa #> 5150 - - - - Other specified mitochondrial myopathies #> 5151 - - - - Mitochondrial myopathies, unspecified #> 5152 - - - Periodic paralyses or disorders of muscle membrane excitability #> 5153 - - - - Paramyotonia congenita #> 5154 - - - - Periodic paralysis #> 5155 - - - - - Hypokalaemic periodic paralysis #> 5156 - - - - - Hyperkalaemic periodic paralysis #> 5157 - - - - - Other specified periodic paralysis #> 5158 - - - - - Periodic paralysis, unspecified #> 5159 - - - - Other specified periodic paralyses or disorders of muscle membrane excitability #> 5160 - - - - Periodic paralyses or disorders of muscle membrane excitability, unspecified #> 5161 - - - Distal myopathies #> 5162 - - - Myofibrillar myopathy #> 5163 - - - Ocular myopathy #> 5164 - - - Malignant hyperthermia or hyperpyrexia #> 5165 - - - Other specified primary disorders of muscles #> 5166 - - - Primary disorders of muscles, unspecified #> 5167 - - Secondary myopathies #> 5168 - - - Drug-induced myopathy #> 5169 - - - Autoimmune myopathy #> 5170 - - - Myopathy in certain specified infectious or parasitic disease #> 5171 - - - Myopathy in certain specified endocrine disease #> 5172 - - - Secondary rhabdomyolysis #> 5173 - - - Other specified secondary myopathies #> 5174 - - - Secondary myopathies, unspecified #> 5175 - - Other specified diseases of neuromuscular junction or muscle #> 5176 - - Diseases of neuromuscular junction or muscle, unspecified #> 5177 - Cerebral palsy #> 5178 - - Spastic cerebral palsy #> 5179 - - - Spastic unilateral cerebral palsy #> 5180 - - - Spastic bilateral cerebral palsy #> 5181 - - - - Spastic quadriplegic cerebral palsy #> 5182 - - - - Spastic diplegic cerebral palsy #> 5183 - - - - Spastic bilateral cerebral palsy, unspecified #> 5184 - - - Other specified spastic cerebral palsy #> 5185 - - - Spastic cerebral palsy, unspecified #> 5186 - - Dyskinetic cerebral palsy #> 5187 - - Ataxic cerebral palsy #> 5188 - - Worster-Drought syndrome #> 5189 - - Other specified cerebral palsy #> 5190 - - Cerebral palsy, unspecified #> 5191 - Nutritional or toxic disorders of the nervous system #> 5192 - - Neurological disorders due to nutrient deficiency #> 5193 - - - Encephalopathy due to nutritional deficiency #> 5194 - - - Neuropathy due to nutritional deficiency #> 5195 - - - Myopathy due to nutritional deficiency #> 5196 - - - Intellectual developmental disorder due to nutritional deficiency #> 5197 - - - Other specified neurological disorders due to nutrient deficiency #> 5198 - - - Neurological disorders due to nutrient deficiency, unspecified #> 5199 - - Neurological disorders due to an excess of micro or macro nutrients #> 5200 - - - Peripheral neuropathy due to vitamin B6 hyperalimentation #> 5201 - - - Myopathy due to hypercalcaemia #> 5202 - - - Pseudotumour Cerebri related to Hypervitaminosis A #> 5203 - - - Other specified neurological disorders due to an excess of micro or macro nutrients #> 5204 - - - Neurological disorders due to an excess of micro or macro nutrients, unspecified #> 5205 - - Neurological disorders due to overweight or obesity in adults or children #> 5206 - - Neurological disorders due to toxicity #> 5207 - - - Encephalopathy due to toxicity #> 5208 - - - - Encephalopathy due to ammonia #> 5209 - - - - Other specified encephalopathy due to toxicity #> 5210 - - - - Encephalopathy due to toxicity, unspecified #> 5211 - - - Cognitive impairment due to toxicity #> 5212 - - - Neuropathy due to toxicity #> 5213 - - - - Drug-induced polyneuropathy #> 5214 - - - - Post radiation polyneuropathy #> 5215 - - - - Other specified neuropathy due to toxicity #> 5216 - - - - Neuropathy due to toxicity, unspecified #> 5217 - - - Myopathy due to toxicity #> 5218 - - - Movement disorders due to toxicity #> 5219 - - - Cassava poisoning #> 5220 - - - Other specified neurological disorders due to toxicity #> 5221 - - - Neurological disorders due to toxicity, unspecified #> 5222 - - Alcohol-related neurological disorders #> 5223 - - - Alcoholic polyneuropathy #> 5224 - - - Alcoholic myopathy #> 5225 - - - Other specified alcohol-related neurological disorders #> 5226 - - - Alcohol-related neurological disorders, unspecified #> 5227 - - Other specified nutritional or toxic disorders of the nervous system #> 5228 - - Nutritional or toxic disorders of the nervous system, unspecified #> 5229 - Disorders of cerebrospinal fluid pressure or flow #> 5230 - - Increased intracranial pressure #> 5231 - - - Brain herniation syndromes #> 5232 - - - Cerebral oedema #> 5233 - - - Other specified increased intracranial pressure #> 5234 - - - Increased intracranial pressure, unspecified #> 5235 - - Intracranial hypotension #> 5236 - - - Spontaneous intracranial hypotension #> 5237 - - - Secondary intracranial hypotension #> 5238 - - - Other specified intracranial hypotension #> 5239 - - - Intracranial hypotension, unspecified #> 5240 - - Cerebrospinal fluid rhinorrhoea #> 5241 - - Cerebrospinal fluid otorrhoea #> 5242 - - Hydrocephalus #> 5243 - - - Communicating hydrocephalus #> 5244 - - - - Increased cerebrospinal fluid production #> 5245 - - - - Congenital agenesis of arachnoid villi #> 5246 - - - - Post haemorrhagic hydrocephalus #> 5247 - - - - Post traumatic hydrocephalus #> 5248 - - - - Normal-pressure hydrocephalus #> 5249 - - - - Other specified communicating hydrocephalus #> 5250 - - - - Communicating hydrocephalus, unspecified #> 5251 - - - Non-communicating hydrocephalus #> 5252 - - - - Hydrocephalus due to structural malformations #> 5253 - - - - Other specified non-communicating hydrocephalus #> 5254 - - - - Non-communicating hydrocephalus, unspecified #> 5255 - - - Ex-vacuo hydrocephalus #> 5256 - - - Hydrocephalus, unspecified #> 5257 - - Cerebrospinal fluid fistula #> 5258 - - Syringomyelia or syringobulbia #> 5259 - - - Idiopathic syringomyelia #> 5260 - - - Syringomyelia due to certain specified cause #> 5261 - - - Syringobulbia #> 5262 - - - Other specified syringomyelia or syringobulbia #> 5263 - - - Syringomyelia or syringobulbia, unspecified #> 5264 - - Intracranial arachnoid cyst #> 5265 - - Porencephalic cyst #> 5266 - - Other specified disorders of cerebrospinal fluid pressure or flow #> 5267 - - Disorders of cerebrospinal fluid pressure or flow, unspecified #> 5268 - Disorders of autonomic nervous system #> 5269 - - Congenital malformations of the autonomic nervous system #> 5270 - - Inherited autonomic nervous system disorders #> 5271 - - Autoimmune disorders involving the autonomic nervous system #> 5272 - - Autonomic nervous system disorder due to infection #> 5273 - - Pure autonomic nervous system failure #> 5274 - - Autonomic nervous system disorder due to substances #> 5275 - - Autonomic nervous system hyperactivity #> 5276 - - Autonomic nervous system disorder due to certain specified neurodegenerative disorder #> 5277 - - - Multiple system atrophy #> 5278 - - - - Multiple system atrophy, Cerebellar type #> 5279 - - - - Multiple system atrophy, Parkinsonism #> 5280 - - - - Other specified multiple system atrophy #> 5281 - - - - Multiple system atrophy, unspecified #> 5282 - - - Other specified autonomic nervous system disorder due to specified neurodegenerative disorder #> 5283 - - Autonomic neuropathies #> 5284 - - - Autonomic neuropathy due to sodium channelopathies #> 5285 - - - Autonomic neuropathy due to diabetes mellitus #> 5286 - - - Immune mediated autonomic neuropathy #> 5287 - - - Autonomic disorder due to toxins #> 5288 - - - Autonomic neuropathy in endocrine and metabolic diseases #> 5289 - - - Other specified autonomic neuropathies #> 5290 - - - Autonomic neuropathies, unspecified #> 5291 - - Disorders of orthostatic tolerance #> 5292 - - - Reflex syncope #> 5293 - - - Syncope due to autonomic failure #> 5294 - - - Postural orthostatic tachycardia syndrome #> 5295 - - - Baroreflex failure #> 5296 - - - Other specified disorders of orthostatic tolerance #> 5297 - - - Disorders of orthostatic tolerance, unspecified #> 5298 - - Focal or segmental autonomic disorders #> 5299 - - - Horner syndrome #> 5300 - - - Episodic anisocoria #> 5301 - - - Other specified focal or segmental autonomic disorders #> 5302 - - - Focal or segmental autonomic disorders, unspecified #> 5303 - - Disorders affecting autonomic synaptic neurotransmission #> 5304 - - Autonomic dysreflexia #> 5305 - - Hypoglycaemia unawareness #> 5306 - - Other specified disorders of autonomic nervous system #> 5307 - - Disorders of autonomic nervous system, unspecified #> 5308 - Human prion diseases #> 5309 - - Sporadic Creutzfeldt-Jakob Disease #> 5310 - - Acquired prion disease #> 5311 - - - Iatrogenically acquired Creutzfeldt-Jakob Disease #> 5312 - - - Kuru #> 5313 - - - Variant Creutzfeldt-Jakob Disease #> 5314 - - - Other acquired Creutzfeldt-Jakob Disease #> 5315 - - - Acquired prion disease, unspecified #> 5316 - - Genetic prion diseases #> 5317 - - - Genetic Creutzfeldt-Jakob disease #> 5318 - - - Gerstmann-Straussler-Scheinker syndrome #> 5319 - - - Fatal familial insomnia #> 5320 - - - Other genetic prion diseases #> 5321 - - - Other specified Creutzfeldt-Jakob disease #> 5322 - - - Creutzfeldt-Jakob disease, unspecified #> 5323 - - Variably protease sensitive prionopathy #> 5324 - - Other specified human prion diseases #> 5325 - - Human prion diseases, unspecified #> 5326 - Disorders of consciousness #> 5327 - - Persistent vegetative state #> 5328 - - Permanent vegetative state #> 5329 - - Minimally conscious state #> 5330 - - - Minimally conscious state plus #> 5331 - - - Minimally conscious state minus #> 5332 - - - Other specified minimally conscious state #> 5333 - - - Minimally conscious state, unspecified #> 5334 - - Other specified disorders of consciousness #> 5335 - - Disorders of consciousness, unspecified #> 5336 - Other disorders of the nervous system #> 5337 - - Disorders of the meninges excluding infection #> 5338 - - - Neoplastic meningitis #> 5339 - - - Chemical meningitis #> 5340 - - - Inflammatory meningitis #> 5341 - - - Arachnoiditis #> 5342 - - - Other specified disorders of the meninges excluding infection #> 5343 - - - Disorders of the meninges excluding infection, unspecified #> 5344 - - Pachymeningitis #> 5345 - - - Pachymeningitis due to infection #> 5346 - - - Idiopathic hypertrophic pachymeningitis #> 5347 - - - Other specified pachymeningitis #> 5348 - - - Pachymeningitis, unspecified #> 5349 - - Superficial siderosis of the nervous system #> 5350 - - Pain disorders #> 5351 - - - Neuropathic pain #> 5352 - - - - Phantom limb syndrome #> 5353 - - - - Other specified neuropathic pain #> 5354 - - - - Neuropathic pain, unspecified #> 5355 - - - Other specified pain disorders #> 5356 - - - Pain disorders, unspecified #> 5357 - - Post anoxic brain damage #> 5358 - - Locked-in syndrome #> 5359 - - Reye syndrome #> 5360 - - Encephalopathy, not elsewhere classified #> 5361 - - Encephalitis, not elsewhere classified #> 5362 - - Postviral fatigue syndrome #> 5363 - - Paraneoplastic or autoimmune disorders of the nervous system #> 5364 - - - Paraneoplastic or autoimmune disorders of the central nervous system, brain or spinal cord #> 5365 - - - Paraneoplastic or autoimmune disorders of the peripheral or autonomic nervous system #> 5366 - - - Paraneoplastic or autoimmune neuromuscular transmission disorders #> 5367 - - - Paraneoplastic or autoimmune disorders of the muscle #> 5368 - - - Other specified paraneoplastic or autoimmune disorders of the nervous system #> 5369 - - - Paraneoplastic or autoimmune disorders of the nervous system, unspecified #> 5370 - - Other specified disorders of the nervous system #> 5371 - Postprocedural disorders of the nervous system #> 5372 - - Post ventricular shunting leak #> 5373 - - Post radiation injury of the nervous system #> 5374 - - - Radiation-induced brain injury #> 5375 - - - Spinal cord irradiation #> 5376 - - - Post radiation injury of the nervous system, unspecified #> 5377 - - Postprocedural meningitis #> 5378 - - Post pump encephalopathy #> 5379 - - Multifocal cerebral infarctions #> 5380 - - Intracranial hypotension due to lumbar puncture #> 5381 - Other specified diseases of the nervous system #> 5382 - Diseases of the nervous system, unspecified #> 5383 Diseases of the visual system #> 5384 - Disorders of the ocular adnexa or orbit #> 5385 - - Disorders of eyelid or peri-ocular area #> 5386 - - - Congenital malposition of eyelids #> 5387 - - - - Dystopia canthorum #> 5388 - - - - Telecanthus #> 5389 - - - - Other specified congenital malposition of eyelids #> 5390 - - - - Congenital malposition of eyelids, unspecified #> 5391 - - - Infectious disorders of eyelid #> 5392 - - - - Preseptal cellulitis #> 5393 - - - - Abscess of eyelid #> 5394 - - - - Hordeolum #> 5395 - - - - - Hordeolum externum #> 5396 - - - - - Hordeolum internum #> 5397 - - - - - Hordeolum, unspecified #> 5398 - - - - Infectious blepharitis #> 5399 - - - - Infestation of eyelid #> 5400 - - - - Other specified infectious disorders of eyelid #> 5401 - - - - Unspecified infectious disorders of eyelid #> 5402 - - - Inflammatory disorders of eyelid #> 5403 - - - - Chalazion #> 5404 - - - - - Chalazion externum #> 5405 - - - - - Chalazion internum #> 5406 - - - - - Other specified chalazion #> 5407 - - - - - Chalazion, unspecified #> 5408 - - - - Posterior blepharitis #> 5409 - - - - Ligneous conjunctivitis #> 5410 - - - - Meibomian gland dysfunction #> 5411 - - - - Other specified inflammatory disorders of eyelid #> 5412 - - - - Inflammatory disorders of eyelid, unspecified #> 5413 - - - Acquired malposition of eyelid #> 5414 - - - - Blepharoptosis #> 5415 - - - - - Marcus-Gunn syndrome #> 5416 - - - - - Mechanical ptosis of eyelid #> 5417 - - - - - Myogenic ptosis of eyelid #> 5418 - - - - - Paralytic ptosis of eyelid #> 5419 - - - - - Other specified blepharoptosis #> 5420 - - - - - Blepharoptosis, unspecified #> 5421 - - - - Entropion of eyelid #> 5422 - - - - - Cicatricial entropion of eyelid #> 5423 - - - - - Mechanical entropion of eyelid #> 5424 - - - - - Senile entropion of eyelid #> 5425 - - - - - Spastic entropion of eyelid #> 5426 - - - - - Other specified entropion of eyelid #> 5427 - - - - - Entropion of eyelid, unspecified #> 5428 - - - - Ectropion of eyelid #> 5429 - - - - - Cicatricial ectropion of eyelid #> 5430 - - - - - Mechanical ectropion of eyelid #> 5431 - - - - - Senile ectropion of eyelid #> 5432 - - - - - Spastic ectropion of eyelid #> 5433 - - - - - Floppy eyelid syndrome #> 5434 - - - - - Other specified ectropion of eyelid #> 5435 - - - - - Ectropion of eyelid, unspecified #> 5436 - - - - Eyelid retraction #> 5437 - - - - Lagophthalmos #> 5438 - - - - - Cicatricial lagophthalmos #> 5439 - - - - - Mechanical lagophthalmos #> 5440 - - - - - Paralytic lagophthalmos #> 5441 - - - - - Other specified lagophthalmos #> 5442 - - - - - Lagophthalmos, unspecified #> 5443 - - - - Dermatochalasis of eyelid #> 5444 - - - - Other specified acquired malposition of eyelid #> 5445 - - - - Acquired malposition of eyelid, unspecified #> 5446 - - - Acquired disorders of eyelashes #> 5447 - - - - Trichiasis without entropion #> 5448 - - - - Madarosis of eyelid or periocular area #> 5449 - - - - Other specified acquired disorders of eyelashes #> 5450 - - - - Acquired disorders of eyelashes, unspecified #> 5451 - - - Movement disorders of eyelid #> 5452 - - - - Myokymia of eyelid #> 5453 - - - - Eyelid apraxia #> 5454 - - - - Other specified movement disorders of eyelid #> 5455 - - - - Movement disorders of eyelid, unspecified #> 5456 - - - Certain specified disorders of eyelid #> 5457 - - - - Involvement of eyelid by dermatosis classified elsewhere #> 5458 - - - - Vitiligo of eyelid or periocular area #> 5459 - - - - Symblepharon, acquired #> 5460 - - - - Traumatic scar of eyelid #> 5461 - - - - Xanthelasma of eyelid #> 5462 - - - - Tear Trough Deformity #> 5463 - - - - Sunken Sulcus Deformity #> 5464 - - - - Dermatitis or eczema of eyelids #> 5465 - - - - - Atopic eczema of eyelids #> 5466 - - - - - Seborrhoeic dermatitis of eyelids #> 5467 - - - - - Allergic contact blepharoconjunctivitis #> 5468 - - - - - Other specified dermatitis or eczema of eyelids #> 5469 - - - - - Dermatitis or eczema of eyelids, type unspecified #> 5470 - - - - Blepharochalasis #> 5471 - - - - Other specified disorders of eyelid #> 5472 - - - Other specified disorders of eyelid or peri-ocular area #> 5473 - - - Disorders of eyelid or peri-ocular area, unspecified #> 5474 - - Disorders of lacrimal apparatus #> 5475 - - - Disorders of lacrimal gland #> 5476 - - - - Infections of the lacrimal gland #> 5477 - - - - Orbital inflammatory syndrome #> 5478 - - - - Benign lymphoepithelial lesion of lacrimal gland #> 5479 - - - - Hyperlacrimation #> 5480 - - - - Underproduction of tears #> 5481 - - - - Other specified disorders of lacrimal gland #> 5482 - - - - Disorders of lacrimal gland, unspecified #> 5483 - - - Disorders of lacrimal drainage system #> 5484 - - - - Eversion of lacrimal punctum #> 5485 - - - - Canaliculitis #> 5486 - - - - Dacryocystitis #> 5487 - - - - Conjunctivochalasis #> 5488 - - - - Punctal stenosis #> 5489 - - - - Nasolacrimal canalicular stenosis #> 5490 - - - - Dacryolith #> 5491 - - - - Nasolacrimal sac stenosis #> 5492 - - - - Nasolacrimal duct obstruction #> 5493 - - - - Other specified disorders of lacrimal drainage system #> 5494 - - - - Disorders of lacrimal drainage system, unspecified #> 5495 - - - Other specified disorders of lacrimal apparatus #> 5496 - - - Disorders of lacrimal apparatus, unspecified #> 5497 - - Disorders of orbit #> 5498 - - - Displacement of eyeball #> 5499 - - - - Axial displacement of eyeball #> 5500 - - - - - Outward displacement of eyeball #> 5501 - - - - - Inward displacement of eyeball #> 5502 - - - - - Other specified axial displacement of eyeball #> 5503 - - - - - Axial displacement of eyeball, unspecified #> 5504 - - - - Non-axial displacement of eyeball #> 5505 - - - - Other specified displacement of eyeball #> 5506 - - - - Displacement of eyeball, unspecified #> 5507 - - - Orbital infection #> 5508 - - - - Orbital cellulitis #> 5509 - - - - Orbital subperiosteal abscess #> 5510 - - - - Orbital abscess #> 5511 - - - - Periostitis of orbit #> 5512 - - - - Other specified orbital infection #> 5513 - - - - Orbital infection, unspecified #> 5514 - - - Orbital inflammation #> 5515 - - - - Dysthyroid orbitopathy #> 5516 - - - - Diffuse orbital inflammation #> 5517 - - - - Granulomatous orbital inflammation #> 5518 - - - - Other specified orbital inflammation #> 5519 - - - - Orbital inflammation, unspecified #> 5520 - - - Orbital cyst #> 5521 - - - - Congenital orbital cyst #> 5522 - - - - Acquired orbital cyst #> 5523 - - - - Orbital cyst, unspecified #> 5524 - - - Bony deformity of orbit #> 5525 - - - - Contraction of orbit #> 5526 - - - - Expansion of orbit #> 5527 - - - - Distortion of orbit #> 5528 - - - - Enlargement of bony orbit #> 5529 - - - - Exostosis of orbit #> 5530 - - - - Other specified bony deformity of orbit #> 5531 - - - - Bony deformity of orbit, unspecified #> 5532 - - - Soft tissue deformity of orbit #> 5533 - - - - Anophthalmic socket #> 5534 - - - - Microphthalmic socket #> 5535 - - - - Contracted socket #> 5536 - - - - Oedema of orbit #> 5537 - - - - Haemorrhage of orbit #> 5538 - - - - Atrophy of soft tissue of orbit #> 5539 - - - - Other specified soft tissue deformity of orbit #> 5540 - - - - Soft tissue deformity of orbit, unspecified #> 5541 - - - Combined bony and soft tissue deformity of orbit #> 5542 - - - Other specified disorders of orbit #> 5543 - - - Disorders of orbit, unspecified #> 5544 - - Other specified disorders of the ocular adnexa or orbit #> 5545 - - Disorders of the ocular adnexa or orbit, unspecified #> 5546 - Disorders of the eyeball - anterior segment #> 5547 - - Disorders of conjunctiva #> 5548 - - - Conjunctivitis #> 5549 - - - - Papillary conjunctivitis #> 5550 - - - - - Giant papillary conjunctivitis #> 5551 - - - - - Acute atopic conjunctivitis #> 5552 - - - - - Allergic conjunctivitis #> 5553 - - - - - Other specified papillary conjunctivitis #> 5554 - - - - - Papillary conjunctivitis, unspecified #> 5555 - - - - Follicular conjunctivitis #> 5556 - - - - Cicatrizing conjunctivitis #> ClassKind DepthInKind IsResidual ChapterNo BrowserLink isLeaf #> 2 chapter 1 False 01 NA False #> 3 block 1 False 01 NA False #> 4 block 2 False 01 NA False #> 5 category 1 False 01 NA True #> 6 category 1 False 01 NA True #> 7 category 1 False 01 NA True #> 8 category 1 False 01 NA False #> 9 category 2 False 01 NA True #> 10 category 2 False 01 NA True #> 11 category 2 False 01 NA True #> 12 category 2 False 01 NA True #> 13 category 2 True 01 NA True #> 14 category 2 True 01 NA True #> 15 category 1 False 01 NA True #> 16 category 1 False 01 NA True #> 17 category 1 False 01 NA True #> 18 category 1 False 01 NA False #> 19 category 2 False 01 NA True #> 20 category 2 True 01 NA True #> 21 category 2 True 01 NA True #> 22 category 1 False 01 NA True #> 23 category 1 False 01 NA False #> 24 category 2 False 01 NA True #> 25 category 2 True 01 NA True #> 26 category 2 True 01 NA True #> 27 category 1 True 01 NA True #> 28 category 1 True 01 NA True #> 29 block 2 False 01 NA False #> 30 category 1 False 01 NA True #> 31 category 1 False 01 NA False #> 32 category 2 False 01 NA True #> 33 category 2 False 01 NA True #> 34 category 2 True 01 NA True #> 35 category 1 False 01 NA True #> 36 category 1 False 01 NA True #> 37 category 1 True 01 NA True #> 38 category 1 True 01 NA True #> 39 block 2 False 01 NA False #> 40 category 1 False 01 NA True #> 41 category 1 False 01 NA True #> 42 category 1 False 01 NA True #> 43 category 1 False 01 NA True #> 44 category 1 False 01 NA True #> 45 category 1 True 01 NA True #> 46 category 1 True 01 NA True #> 47 block 2 False 01 NA False #> 48 category 1 False 01 NA True #> 49 category 1 False 01 NA True #> 50 category 1 False 01 NA True #> 51 category 1 False 01 NA False #> 52 category 2 False 01 NA True #> 53 category 2 False 01 NA True #> 54 category 2 True 01 NA True #> 55 category 2 True 01 NA True #> 56 category 1 False 01 NA True #> 57 category 1 False 01 NA True #> 58 category 1 False 01 NA False #> 59 category 2 False 01 NA False #> 60 category 3 False 01 NA True #> 61 category 3 False 01 NA True #> 62 category 3 True 01 NA True #> 63 category 2 False 01 NA False #> 64 category 3 False 01 NA True #> 65 category 3 False 01 NA True #> 66 category 3 False 01 NA True #> 67 category 3 True 01 NA True #> 68 category 2 True 01 NA True #> 69 category 1 True 01 NA True #> 70 category 1 True 01 NA True #> 71 category 1 False 01 NA False #> 72 category 2 False 01 NA True #> 73 category 2 True 01 NA True #> 74 block 1 False 01 NA False #> 75 block 2 False 01 NA False #> 76 category 1 False 01 NA False #> 77 category 2 False 01 NA True #> 78 category 2 False 01 NA True #> 79 category 2 False 01 NA True #> 80 category 2 False 01 NA True #> 81 category 2 False 01 NA True #> 82 category 2 False 01 NA True #> 83 category 2 True 01 NA True #> 84 category 1 False 01 NA False #> 85 category 2 False 01 NA True #> 86 category 2 False 01 NA True #> 87 category 2 False 01 NA True #> 88 category 2 False 01 NA True #> 89 category 2 False 01 NA True #> 90 category 2 False 01 NA True #> 91 category 2 True 01 NA True #> 92 category 2 True 01 NA True #> 93 category 1 False 01 NA False #> 94 category 2 False 01 NA False #> 95 category 3 False 01 NA True #> 96 category 3 False 01 NA True #> 97 category 3 True 01 NA True #> 98 category 2 False 01 NA True #> 99 category 2 False 01 NA False #> 100 category 3 False 01 NA True #> 101 category 3 False 01 NA True #> 102 category 3 False 01 NA True #> 103 category 3 True 01 NA True #> 104 category 3 True 01 NA True #> 105 category 2 True 01 NA True #> 106 category 2 True 01 NA True #> 107 category 1 False 01 NA True #> 108 category 1 True 01 NA True #> 109 block 2 False 01 NA False #> 110 category 1 False 01 NA False #> 111 category 2 False 01 NA False #> 112 category 3 False 01 NA True #> 113 category 3 True 01 NA True #> 114 category 3 True 01 NA True #> 115 category 2 False 01 NA True #> 116 category 2 True 01 NA True #> 117 category 2 True 01 NA True #> 118 category 1 False 01 NA True #> 119 category 1 False 01 NA False #> 120 category 2 False 01 NA True #> 121 category 2 False 01 NA True #> 122 category 2 False 01 NA True #> 123 category 2 False 01 NA True #> 124 category 2 False 01 NA True #> 125 category 2 True 01 NA True #> 126 category 1 False 01 NA True #> 127 category 1 True 01 NA True #> 128 block 2 False 01 NA False #> 129 category 1 False 01 NA True #> 130 category 1 False 01 NA False #> 131 category 2 False 01 NA True #> 132 category 2 False 01 NA True #> 133 category 2 True 01 NA True #> 134 category 2 True 01 NA True #> 135 category 1 True 01 NA True #> 136 category 1 True 01 NA True #> 137 category 1 False 01 NA True #> 138 category 1 False 01 NA True #> 139 category 1 False 01 NA True #> 140 category 1 False 01 NA True #> 141 category 1 False 01 NA False #> 142 category 2 False 01 NA True #> 143 category 2 False 01 NA True #> 144 category 2 True 01 NA True #> 145 category 1 False 01 NA False #> 146 category 2 False 01 NA True #> 147 category 2 False 01 NA True #> 148 category 2 False 01 NA True #> 149 category 2 True 01 NA True #> 150 category 1 True 01 NA True #> 151 category 1 True 01 NA True #> 152 block 1 False 01 NA False #> 153 block 2 False 01 NA False #> 154 category 1 False 01 NA False #> 155 category 2 False 01 NA True #> 156 category 2 False 01 NA True #> 157 category 2 True 01 NA True #> 158 category 1 False 01 NA False #> 159 category 2 False 01 NA True #> 160 category 2 False 01 NA True #> 161 category 2 False 01 NA True #> 162 category 2 False 01 NA True #> 163 category 2 True 01 NA True #> 164 category 2 True 01 NA True #> 165 category 1 False 01 NA False #> 166 category 2 False 01 NA True #> 167 category 2 False 01 NA True #> 168 category 2 False 01 NA True #> 169 category 2 False 01 NA True #> 170 category 2 False 01 NA False #> 171 category 3 False 01 NA True #> 172 category 3 False 01 NA True #> 173 category 3 True 01 NA True #> 174 category 3 True 01 NA True #> 175 category 2 False 01 NA True #> 176 category 2 False 01 NA True #> 177 category 2 False 01 NA True #> 178 category 2 False 01 NA True #> 179 category 2 True 01 NA True #> 180 category 1 False 01 NA False #> 181 category 2 False 01 NA True #> 182 category 2 False 01 NA True #> 183 category 2 False 01 NA True #> 184 category 2 True 01 NA True #> 185 category 2 True 01 NA True #> 186 category 1 False 01 NA True #> 187 category 1 True 01 NA True #> 188 category 1 True 01 NA True #> 189 category 1 False 01 NA False #> 190 category 2 False 01 NA True #> 191 category 2 False 01 NA True #> 192 category 2 False 01 NA False #> 193 category 3 False 01 NA True #> 194 category 3 False 01 NA True #> 195 category 2 False 01 NA True #> 196 category 2 True 01 NA True #> 197 category 1 False 01 NA False #> 198 category 2 False 01 NA True #> 199 category 2 False 01 NA True #> 200 category 2 False 01 NA False #> 201 category 3 False 01 NA True #> 202 category 3 True 01 NA True #> 203 category 3 True 01 NA True #> 204 category 2 False 01 NA True #> 205 category 2 False 01 NA True #> 206 category 2 True 01 NA True #> 207 category 2 True 01 NA True #> 208 category 1 True 01 NA True #> 209 category 1 True 01 NA True #> 210 block 1 False 01 NA False #> 211 block 2 False 01 NA False #> 212 category 1 False 01 NA False #> 213 category 2 False 01 NA True #> 214 category 2 True 01 NA True #> 215 category 2 True 01 NA True #> 216 category 1 False 01 NA False #> 217 category 2 False 01 NA True #> 218 category 2 False 01 NA False #> 219 category 3 False 01 NA True #> 220 category 3 True 01 NA True #> 221 category 3 True 01 NA True #> 222 category 2 False 01 NA True #> 223 category 2 True 01 NA True #> 224 category 2 True 01 NA True #> 225 category 1 False 01 NA True #> 226 category 1 False 01 NA True #> 227 category 1 False 01 NA True #> 228 category 1 False 01 NA True #> 229 category 1 False 01 NA True #> 230 category 1 True 01 NA True #> 231 category 1 True 01 NA True #> 232 block 1 False 01 NA False #> 233 category 1 False 01 NA False #> 234 category 2 False 01 NA False #> 235 category 3 False 01 NA True #> 236 category 3 False 01 NA True #> 237 category 3 False 01 NA True #> 238 category 3 True 01 NA True #> 239 category 3 True 01 NA True #> 240 category 2 False 01 NA True #> 241 category 2 False 01 NA True #> 242 category 2 False 01 NA True #> 243 category 2 True 01 NA True #> 244 category 2 True 01 NA True #> 245 category 1 False 01 NA False #> 246 category 2 False 01 NA True #> 247 category 2 False 01 NA True #> 248 category 2 False 01 NA True #> 249 category 2 True 01 NA True #> 250 category 2 True 01 NA True #> 251 category 1 False 01 NA False #> 252 category 2 False 01 NA True #> 253 category 2 False 01 NA True #> 254 category 2 False 01 NA True #> 255 category 2 True 01 NA True #> 256 category 2 True 01 NA True #> 257 category 1 False 01 NA False #> 258 category 2 False 01 NA True #> 259 category 2 False 01 NA True #> 260 category 2 False 01 NA True #> 261 category 2 True 01 NA True #> 262 category 2 True 01 NA True #> 263 category 1 False 01 NA False #> 264 category 2 False 01 NA True #> 265 category 2 True 01 NA True #> 266 category 2 True 01 NA True #> 267 category 1 False 01 NA False #> 268 category 2 False 01 NA True #> 269 category 2 False 01 NA True #> 270 category 2 False 01 NA True #> 271 category 2 False 01 NA True #> 272 category 2 False 01 NA True #> 273 category 2 True 01 NA True #> 274 category 1 True 01 NA True #> 275 category 1 True 01 NA True #> 276 block 1 False 01 NA False #> 277 category 1 False 01 NA False #> 278 category 2 False 01 NA True #> 279 category 2 False 01 NA True #> 280 category 1 False 01 NA True #> 281 category 1 False 01 NA True #> 282 category 1 False 01 NA False #> 283 category 2 False 01 NA True #> 284 category 2 False 01 NA True #> 285 category 2 False 01 NA True #> 286 category 2 False 01 NA True #> 287 category 2 True 01 NA True #> 288 category 2 True 01 NA True #> 289 category 1 False 01 NA False #> 290 category 2 False 01 NA True #> 291 category 2 True 01 NA True #> 292 category 2 True 01 NA True #> 293 category 1 False 01 NA True #> 294 category 1 False 01 NA True #> 295 category 1 False 01 NA True #> 296 category 1 False 01 NA True #> 297 category 1 False 01 NA True #> 298 category 1 False 01 NA True #> 299 category 1 True 01 NA True #> 300 block 1 False 01 NA False #> 301 category 1 False 01 NA False #> 302 category 2 False 01 NA True #> 303 category 2 False 01 NA True #> 304 category 2 False 01 NA True #> 305 category 2 False 01 NA True #> 306 category 2 True 01 NA True #> 307 category 2 True 01 NA True #> 308 category 1 False 01 NA False #> 309 category 2 False 01 NA False #> 310 category 3 False 01 NA True #> 311 category 3 False 01 NA True #> 312 category 2 False 01 NA True #> 313 category 2 True 01 NA True #> 314 category 2 True 01 NA True #> 315 category 1 False 01 NA False #> 316 category 2 False 01 NA True #> 317 category 2 False 01 NA True #> 318 category 2 True 01 NA True #> 319 category 2 True 01 NA True #> 320 category 1 False 01 NA True #> 321 category 1 False 01 NA True #> 322 category 1 False 01 NA True #> 323 category 1 False 01 NA True #> 324 category 1 False 01 NA False #> 325 category 2 False 01 NA False #> 326 category 3 False 01 NA True #> 327 category 3 True 01 NA True #> 328 category 3 True 01 NA True #> 329 category 2 False 01 NA True #> 330 category 2 False 01 NA True #> 331 category 2 False 01 NA True #> 332 category 2 True 01 NA True #> 333 category 2 True 01 NA True #> 334 category 1 False 01 NA True #> 335 category 1 False 01 NA False #> 336 category 2 False 01 NA True #> 337 category 2 False 01 NA True #> 338 category 2 True 01 NA True #> 339 category 1 False 01 NA False #> 340 category 2 False 01 NA True #> 341 category 2 False 01 NA True #> 342 category 2 True 01 NA True #> 343 category 2 True 01 NA True #> 344 category 1 False 01 NA False #> 345 category 2 False 01 NA True #> 346 category 2 False 01 NA True #> 347 category 2 True 01 NA True #> 348 category 2 True 01 NA True #> 349 category 1 False 01 NA False #> 350 category 2 False 01 NA True #> 351 category 2 False 01 NA True #> 352 category 2 False 01 NA False #> 353 category 3 False 01 NA True #> 354 category 3 True 01 NA True #> 355 category 3 True 01 NA True #> 356 category 2 True 01 NA True #> 357 category 2 True 01 NA True #> 358 category 1 False 01 NA False #> 359 category 2 False 01 NA True #> 360 category 2 False 01 NA True #> 361 category 2 False 01 NA True #> 362 category 2 False 01 NA True #> 363 category 2 True 01 NA True #> 364 category 1 False 01 NA False #> 365 category 2 False 01 NA True #> 366 category 2 False 01 NA True #> 367 category 2 False 01 NA True #> 368 category 2 False 01 NA True #> 369 category 2 True 01 NA True #> 370 category 1 False 01 NA True #> 371 category 1 False 01 NA False #> 372 category 2 False 01 NA True #> 373 category 2 False 01 NA False #> 374 category 3 False 01 NA True #> 375 category 3 False 01 NA True #> 376 category 3 False 01 NA True #> 377 category 3 False 01 NA True #> 378 category 3 False 01 NA True #> 379 category 3 True 01 NA True #> 380 category 3 True 01 NA True #> 381 category 2 True 01 NA True #> 382 category 2 True 01 NA True #> 383 category 1 False 01 NA False #> 384 category 2 False 01 NA True #> 385 category 2 True 01 NA True #> 386 category 2 True 01 NA True #> 387 category 1 False 01 NA False #> 388 category 2 False 01 NA True #> 389 category 2 False 01 NA True #> 390 category 2 True 01 NA True #> 391 block 2 False 01 NA False #> 392 category 1 False 01 NA True #> 393 category 1 False 01 NA True #> 394 category 1 False 01 NA True #> 395 category 1 False 01 NA False #> 396 category 2 False 01 NA True #> 397 category 2 False 01 NA True #> 398 category 2 True 01 NA True #> 399 category 2 True 01 NA True #> 400 category 1 True 01 NA True #> 401 category 1 True 01 NA True #> 402 block 2 False 01 NA False #> 403 category 1 False 01 NA False #> 404 category 2 False 01 NA True #> 405 category 2 False 01 NA True #> 406 category 2 False 01 NA True #> 407 category 2 False 01 NA True #> 408 category 2 True 01 NA True #> 409 category 2 True 01 NA True #> 410 category 1 False 01 NA False #> 411 category 2 False 01 NA True #> 412 category 2 False 01 NA True #> 413 category 2 False 01 NA True #> 414 category 2 False 01 NA True #> 415 category 2 True 01 NA True #> 416 category 2 True 01 NA True #> 417 category 1 False 01 NA True #> 418 category 1 False 01 NA True #> 419 category 1 True 01 NA True #> 420 category 1 True 01 NA True #> 421 category 1 False 01 NA True #> 422 category 1 False 01 NA True #> 423 category 1 False 01 NA True #> 424 category 1 False 01 NA True #> 425 category 1 False 01 NA True #> 426 category 1 False 01 NA False #> 427 category 2 False 01 NA True #> 428 category 2 False 01 NA True #> 429 category 2 True 01 NA True #> 430 category 2 True 01 NA True #> 431 category 1 True 01 NA True #> 432 category 1 True 01 NA True #> 433 block 1 False 01 NA False #> 434 category 1 False 01 NA False #> 435 category 2 False 01 NA True #> 436 category 2 False 01 NA True #> 437 category 2 False 01 NA True #> 438 category 2 False 01 NA False #> 439 category 3 False 01 NA True #> 440 category 3 True 01 NA True #> 441 category 3 True 01 NA True #> 442 category 2 True 01 NA True #> 443 category 1 False 01 NA False #> 444 category 2 False 01 NA True #> 445 category 2 False 01 NA True #> 446 category 2 False 01 NA True #> 447 category 2 False 01 NA False #> 448 category 3 False 01 NA True #> 449 category 3 True 01 NA True #> 450 category 3 True 01 NA True #> 451 category 2 True 01 NA True #> 452 category 1 False 01 NA False #> 453 category 2 False 01 NA True #> 454 category 2 False 01 NA True #> 455 category 2 False 01 NA True #> 456 category 2 False 01 NA False #> 457 category 3 False 01 NA True #> 458 category 3 True 01 NA True #> 459 category 3 True 01 NA True #> 460 category 2 True 01 NA True #> 461 block 1 False 01 NA False #> 462 category 1 False 01 NA True #> 463 category 1 False 01 NA True #> 464 category 1 False 01 NA True #> 465 category 1 False 01 NA True #> 466 category 1 False 01 NA True #> 467 category 1 False 01 NA True #> 468 category 1 False 01 NA True #> 469 category 1 False 01 NA True #> 470 category 1 False 01 NA True #> 471 category 1 False 01 NA True #> 472 category 1 False 01 NA True #> 473 category 1 False 01 NA True #> 474 category 1 False 01 NA False #> 475 category 2 False 01 NA True #> 476 category 2 False 01 NA True #> 477 category 2 True 01 NA True #> 478 category 2 True 01 NA True #> 479 category 1 False 01 NA True #> 480 category 1 False 01 NA False #> 481 category 2 False 01 NA True #> 482 category 2 False 01 NA True #> 483 category 2 False 01 NA True #> 484 category 2 True 01 NA True #> 485 category 1 True 01 NA True #> 486 category 1 True 01 NA True #> 487 block 1 False 01 NA False #> 488 category 1 False 01 NA False #> 489 category 2 False 01 NA True #> 490 category 2 False 01 NA True #> 491 category 2 False 01 NA True #> 492 category 2 True 01 NA True #> 493 category 2 True 01 NA True #> 494 category 1 False 01 NA False #> 495 category 2 False 01 NA False #> 496 category 3 False 01 NA True #> 497 category 3 True 01 NA True #> 498 category 3 True 01 NA True #> 499 category 2 False 01 NA True #> 500 category 2 False 01 NA True #> 501 category 2 False 01 NA True #> 502 category 2 True 01 NA True #> 503 category 2 True 01 NA True #> 504 category 1 False 01 NA False #> 505 category 2 False 01 NA True #> 506 category 2 False 01 NA True #> 507 category 2 False 01 NA True #> 508 category 2 False 01 NA True #> 509 category 2 True 01 NA True #> 510 category 2 True 01 NA True #> 511 category 1 False 01 NA False #> 512 category 2 False 01 NA True #> 513 category 2 False 01 NA True #> 514 category 2 False 01 NA True #> 515 category 2 False 01 NA False #> 516 category 3 False 01 NA True #> 517 category 3 False 01 NA True #> 518 category 3 False 01 NA True #> 519 category 3 False 01 NA True #> 520 category 3 True 01 NA True #> 521 category 3 True 01 NA True #> 522 category 2 False 01 NA True #> 523 category 2 False 01 NA True #> 524 category 2 True 01 NA True #> 525 category 2 True 01 NA True #> 526 category 1 False 01 NA False #> 527 category 2 False 01 NA True #> 528 category 2 False 01 NA False #> 529 category 3 False 01 NA True #> 530 category 3 True 01 NA True #> 531 category 3 True 01 NA True #> 532 category 2 False 01 NA True #> 533 category 2 False 01 NA True #> 534 category 2 False 01 NA True #> 535 category 2 False 01 NA True #> 536 category 2 True 01 NA True #> 537 category 2 True 01 NA True #> 538 category 1 False 01 NA False #> 539 category 2 False 01 NA True #> 540 category 2 False 01 NA True #> 541 category 2 True 01 NA True #> 542 category 2 True 01 NA True #> 543 category 1 True 01 NA True #> 544 category 1 True 01 NA True #> 545 block 1 False 01 NA False #> 546 category 1 False 01 NA True #> 547 category 1 False 01 NA True #> 548 category 1 False 01 NA True #> 549 category 1 True 01 NA True #> 550 block 1 False 01 NA False #> 551 category 1 False 01 NA True #> 552 category 1 False 01 NA True #> 553 category 1 False 01 NA True #> 554 category 1 False 01 NA True #> 555 category 1 False 01 NA True #> 556 category 1 False 01 NA True #> 557 category 1 False 01 NA True #> 558 category 1 False 01 NA True #> 559 category 1 False 01 NA True #> 560 category 1 False 01 NA True #> 561 category 1 False 01 NA True #> 562 category 1 False 01 NA True #> 563 category 1 False 01 NA True #> 564 category 1 False 01 NA True #> 565 category 1 False 01 NA True #> 566 category 1 True 01 NA True #> 567 category 1 True 01 NA True #> 568 block 1 False 01 NA False #> 569 category 1 False 01 NA False #> 570 category 2 False 01 NA False #> 571 category 3 False 01 NA True #> 572 category 3 False 01 NA True #> 573 category 3 False 01 NA True #> 574 category 3 False 01 NA True #> 575 category 3 True 01 NA True #> 576 category 3 True 01 NA True #> 577 category 2 False 01 NA False #> 578 category 3 False 01 NA True #> 579 category 3 False 01 NA True #> 580 category 3 True 01 NA True #> 581 category 3 True 01 NA True #> 582 category 2 True 01 NA True #> 583 category 2 True 01 NA True #> 584 category 1 False 01 NA False #> 585 category 2 False 01 NA True #> 586 category 2 False 01 NA True #> 587 category 2 False 01 NA True #> 588 category 2 False 01 NA True #> 589 category 2 True 01 NA True #> 590 category 2 True 01 NA True #> 591 category 1 False 01 NA False #> 592 category 2 False 01 NA True #> 593 category 2 False 01 NA True #> 594 category 2 False 01 NA True #> 595 category 2 True 01 NA True #> 596 category 2 True 01 NA True #> 597 category 1 False 01 NA True #> 598 category 1 False 01 NA True #> 599 category 1 False 01 NA True #> 600 category 1 True 01 NA True #> 601 category 1 True 01 NA True #> 602 block 1 False 01 NA False #> 603 category 1 False 01 NA False #> 604 category 2 False 01 NA True #> 605 category 2 False 01 NA True #> 606 category 2 False 01 NA True #> 607 category 2 False 01 NA True #> 608 category 2 False 01 NA True #> 609 category 2 True 01 NA True #> 610 category 1 False 01 NA False #> 611 category 2 False 01 NA True #> 612 category 2 False 01 NA True #> 613 category 2 True 01 NA True #> 614 category 2 True 01 NA True #> 615 category 1 False 01 NA False #> 616 category 2 False 01 NA True #> 617 category 2 False 01 NA True #> 618 category 2 True 01 NA True #> 619 category 2 True 01 NA True #> 620 category 1 False 01 NA True #> 621 category 1 False 01 NA False #> 622 category 2 False 01 NA True #> 623 category 2 False 01 NA True #> 624 category 2 True 01 NA True #> 625 category 2 True 01 NA True #> 626 category 1 False 01 NA False #> 627 category 2 False 01 NA True #> 628 category 2 False 01 NA True #> 629 category 2 False 01 NA True #> 630 category 2 False 01 NA True #> 631 category 2 False 01 NA True #> 632 category 2 True 01 NA True #> 633 category 2 True 01 NA True #> 634 category 1 False 01 NA True #> 635 block 2 False 01 NA False #> 636 category 1 False 01 NA True #> 637 category 1 False 01 NA True #> 638 category 1 False 01 NA True #> 639 category 1 False 01 NA True #> 640 category 1 True 01 NA True #> 641 category 1 True 01 NA True #> 642 category 1 True 01 NA True #> 643 category 1 True 01 NA True #> 644 block 1 False 01 NA False #> 645 category 1 False 01 NA True #> 646 category 1 False 01 NA True #> 647 category 1 False 01 NA True #> 648 block 1 False 01 NA False #> 649 category 1 False 01 NA False #> 650 category 2 False 01 NA True #> 651 category 2 False 01 NA True #> 652 category 2 False 01 NA True #> 653 category 2 False 01 NA True #> 654 category 2 False 01 NA True #> 655 category 2 True 01 NA True #> 656 category 2 True 01 NA True #> 657 category 1 False 01 NA False #> 658 category 2 False 01 NA False #> 659 category 3 False 01 NA True #> 660 category 3 True 01 NA True #> 661 category 3 True 01 NA True #> 662 category 2 False 01 NA True #> 663 category 2 False 01 NA True #> 664 category 2 False 01 NA True #> 665 category 2 True 01 NA True #> 666 category 2 True 01 NA True #> 667 category 1 True 01 NA True #> 668 block 1 False 01 NA False #> 669 block 2 False 01 NA False #> 670 category 1 False 01 NA True #> 671 category 1 False 01 NA True #> 672 category 1 False 01 NA True #> 673 category 1 False 01 NA True #> 674 category 1 False 01 NA True #> 675 category 1 False 01 NA True #> 676 category 1 False 01 NA True #> 677 category 1 True 01 NA True #> 678 category 1 True 01 NA True #> 679 block 2 False 01 NA False #> 680 category 1 False 01 NA False #> 681 category 2 False 01 NA True #> 682 category 2 False 01 NA True #> 683 category 2 True 01 NA True #> 684 category 2 True 01 NA True #> 685 category 1 False 01 NA True #> 686 category 1 False 01 NA False #> 687 category 2 False 01 NA True #> 688 category 1 False 01 NA True #> 689 category 1 True 01 NA True #> 690 block 2 False 01 NA False #> 691 category 1 False 01 NA False #> 692 category 2 False 01 NA True #> 693 category 2 False 01 NA True #> 694 category 2 False 01 NA True #> 695 category 2 True 01 NA True #> 696 category 2 True 01 NA True #> 697 category 1 False 01 NA False #> 698 category 2 False 01 NA True #> 699 category 2 False 01 NA True #> 700 category 2 False 01 NA True #> 701 category 2 False 01 NA True #> 702 category 2 False 01 NA False #> 703 category 3 False 01 NA True #> 704 category 3 False 01 NA True #> 705 category 3 True 01 NA True #> 706 category 3 True 01 NA True #> 707 category 2 False 01 NA True #> 708 category 2 True 01 NA True #> 709 category 2 True 01 NA True #> 710 category 1 False 01 NA False #> 711 category 2 False 01 NA False #> 712 category 3 False 01 NA True #> 713 category 3 False 01 NA True #> 714 category 3 False 01 NA True #> 715 category 3 False 01 NA True #> 716 category 3 True 01 NA True #> 717 category 2 False 01 NA False #> 718 category 3 False 01 NA True #> 719 category 3 False 01 NA True #> 720 category 3 True 01 NA True #> 721 category 3 True 01 NA True #> 722 category 2 False 01 NA False #> 723 category 3 False 01 NA True #> 724 category 3 False 01 NA True #> 725 category 3 True 01 NA True #> 726 category 2 False 01 NA True #> 727 category 2 True 01 NA True #> 728 category 2 True 01 NA True #> 729 category 1 False 01 NA True #> 730 category 1 False 01 NA False #> 731 category 2 False 01 NA True #> 732 category 2 False 01 NA True #> 733 category 2 False 01 NA True #> 734 category 2 True 01 NA True #> 735 category 1 False 01 NA False #> 736 category 2 False 01 NA True #> 737 category 2 False 01 NA True #> 738 category 2 False 01 NA True #> 739 category 2 True 01 NA True #> 740 category 1 False 01 NA True #> 741 category 1 False 01 NA False #> 742 category 2 False 01 NA True #> 743 category 2 False 01 NA True #> 744 category 2 False 01 NA True #> 745 category 2 False 01 NA True #> 746 category 2 True 01 NA True #> 747 category 1 True 01 NA True #> 748 category 1 True 01 NA True #> 749 block 1 False 01 NA False #> 750 category 1 False 01 NA False #> 751 category 2 False 01 NA False #> 752 category 3 False 01 NA True #> 753 category 3 False 01 NA True #> 754 category 3 False 01 NA True #> 755 category 3 True 01 NA True #> 756 category 3 True 01 NA True #> 757 category 2 False 01 NA False #> 758 category 3 False 01 NA True #> 759 category 3 False 01 NA True #> 760 category 3 False 01 NA True #> 761 category 3 False 01 NA True #> 762 category 3 False 01 NA True #> 763 category 3 False 01 NA True #> 764 category 3 True 01 NA True #> 765 category 3 True 01 NA True #> 766 category 2 True 01 NA True #> 767 category 1 False 01 NA True #> 768 category 1 False 01 NA True #> 769 category 1 False 01 NA False #> 770 category 2 False 01 NA True #> 771 category 2 False 01 NA False #> 772 category 3 False 01 NA True #> 773 category 3 False 01 NA True #> 774 category 3 False 01 NA True #> 775 category 3 False 01 NA True #> 776 category 3 False 01 NA True #> 777 category 3 False 01 NA True #> 778 category 3 False 01 NA True #> 779 category 3 True 01 NA True #> 780 category 3 True 01 NA True #> 781 category 2 False 01 NA True #> 782 category 2 False 01 NA False #> 783 category 3 False 01 NA True #> 784 category 3 False 01 NA True #> 785 category 3 True 01 NA True #> 786 category 3 True 01 NA True #> 787 category 2 True 01 NA True #> 788 category 2 True 01 NA True #> 789 category 1 False 01 NA True #> 790 category 1 False 01 NA False #> 791 category 2 False 01 NA False #> 792 category 3 False 01 NA True #> 793 category 3 False 01 NA True #> 794 category 2 False 01 NA False #> 795 category 3 False 01 NA True #> 796 category 3 False 01 NA True #> 797 category 3 False 01 NA True #> 798 category 3 True 01 NA True #> 799 category 3 True 01 NA True #> 800 category 2 True 01 NA True #> 801 category 1 False 01 NA True #> 802 category 1 False 01 NA False #> 803 category 2 False 01 NA True #> 804 category 2 False 01 NA False #> 805 category 3 False 01 NA True #> 806 category 2 False 01 NA True #> 807 category 2 True 01 NA True #> 808 category 2 True 01 NA True #> 809 category 1 False 01 NA False #> 810 category 2 False 01 NA True #> 811 category 2 False 01 NA True #> 812 category 2 False 01 NA True #> 813 category 2 False 01 NA True #> 814 category 2 False 01 NA True #> 815 category 2 False 01 NA True #> 816 category 2 True 01 NA True #> 817 category 2 True 01 NA True #> 818 category 1 False 01 NA True #> 819 category 1 False 01 NA False #> 820 category 2 False 01 NA True #> 821 category 2 False 01 NA True #> 822 category 2 True 01 NA True #> 823 category 2 True 01 NA True #> 824 category 1 False 01 NA True #> 825 category 1 False 01 NA True #> 826 category 1 False 01 NA False #> 827 category 2 False 01 NA True #> 828 category 2 False 01 NA True #> 829 category 2 False 01 NA True #> 830 category 2 False 01 NA True #> 831 category 2 False 01 NA True #> 832 category 2 False 01 NA True #> 833 category 2 True 01 NA True #> 834 category 2 True 01 NA True #> 835 category 1 False 01 NA False #> 836 category 2 False 01 NA True #> 837 category 2 False 01 NA True #> 838 category 2 True 01 NA True #> 839 category 2 True 01 NA True #> 840 category 1 False 01 NA True #> 841 category 1 False 01 NA False #> 842 category 2 False 01 NA True #> 843 category 2 True 01 NA True #> 844 category 1 False 01 NA True #> 845 category 1 False 01 NA False #> 846 category 2 False 01 NA True #> 847 category 2 False 01 NA True #> 848 category 2 False 01 NA True #> 849 category 2 False 01 NA True #> 850 category 2 True 01 NA True #> 851 category 2 True 01 NA True #> 852 category 1 False 01 NA True #> 853 category 1 False 01 NA False #> 854 category 2 False 01 NA True #> 855 category 2 False 01 NA True #> 856 category 2 True 01 NA True #> 857 category 2 True 01 NA True #> 858 category 1 True 01 NA True #> 859 category 1 True 01 NA True #> 860 block 1 False 01 NA False #> 861 block 2 False 01 NA False #> 862 category 1 False 01 NA False #> 863 category 2 False 01 NA True #> 864 category 2 True 01 NA True #> 865 category 2 True 01 NA True #> 866 category 1 False 01 NA False #> 867 category 2 False 01 NA True #> 868 category 2 True 01 NA True #> 869 category 2 True 01 NA True #> 870 category 1 False 01 NA False #> 871 category 2 False 01 NA True #> 872 category 2 True 01 NA True #> 873 category 2 True 01 NA True #> 874 category 1 False 01 NA True #> 875 category 1 False 01 NA True #> 876 category 1 False 01 NA True #> 877 category 1 True 01 NA True #> 878 block 2 False 01 NA False #> 879 category 1 False 01 NA True #> 880 category 1 False 01 NA False #> 881 category 2 False 01 NA False #> 882 category 3 False 01 NA True #> 883 category 3 True 01 NA True #> 884 category 3 True 01 NA True #> 885 category 2 False 01 NA False #> 886 category 3 False 01 NA True #> 887 category 3 True 01 NA True #> 888 category 3 True 01 NA True #> 889 category 2 True 01 NA True #> 890 category 2 True 01 NA True #> 891 category 1 False 01 NA True #> 892 category 1 False 01 NA False #> 893 category 2 False 01 NA True #> 894 category 2 False 01 NA True #> 895 category 2 False 01 NA True #> 896 category 2 False 01 NA True #> 897 category 2 True 01 NA True #> 898 category 2 True 01 NA True #> 899 category 1 False 01 NA False #> 900 category 2 False 01 NA True #> 901 category 2 False 01 NA True #> 902 category 2 False 01 NA True #> 903 category 2 True 01 NA True #> 904 category 1 False 01 NA True #> 905 category 1 False 01 NA True #> 906 category 1 False 01 NA False #> 907 category 2 False 01 NA True #> 908 category 2 False 01 NA True #> 909 category 2 False 01 NA True #> 910 category 2 False 01 NA True #> 911 category 2 True 01 NA True #> 912 category 2 True 01 NA True #> 913 category 1 False 01 NA True #> 914 category 1 True 01 NA True #> 915 block 2 False 01 NA False #> 916 block 3 False 01 NA False #> 917 category 1 False 01 NA False #> 918 category 2 False 01 NA True #> 919 category 2 False 01 NA True #> 920 category 2 True 01 NA True #> 921 category 2 True 01 NA True #> 922 category 1 False 01 NA True #> 923 category 1 False 01 NA True #> 924 category 1 False 01 NA False #> 925 category 2 False 01 NA True #> 926 category 2 True 01 NA True #> 927 category 2 True 01 NA True #> 928 category 1 False 01 NA True #> 929 category 1 False 01 NA True #> 930 category 1 False 01 NA False #> 931 category 2 False 01 NA True #> 932 category 2 False 01 NA True #> 933 category 2 False 01 NA True #> 934 category 2 False 01 NA False #> 935 category 3 False 01 NA True #> 936 category 3 False 01 NA True #> 937 category 3 False 01 NA True #> 938 category 3 True 01 NA True #> 939 category 2 False 01 NA True #> 940 category 2 True 01 NA True #> 941 category 2 True 01 NA True #> 942 category 1 False 01 NA True #> 943 category 1 False 01 NA False #> 944 category 2 False 01 NA True #> 945 category 2 False 01 NA True #> 946 category 2 False 01 NA True #> 947 category 1 False 01 NA True #> 948 category 1 False 01 NA False #> 949 category 2 False 01 NA True #> 950 category 2 False 01 NA True #> 951 category 2 True 01 NA True #> 952 category 2 True 01 NA True #> 953 category 1 False 01 NA True #> 954 category 1 False 01 NA True #> 955 category 1 False 01 NA True #> 956 category 1 False 01 NA True #> 957 category 1 False 01 NA True #> 958 category 1 False 01 NA True #> 959 category 1 False 01 NA True #> 960 category 1 True 01 NA True #> 961 category 1 True 01 NA True #> 962 block 3 False 01 NA False #> 963 category 1 False 01 NA False #> 964 category 2 False 01 NA False #> 965 category 3 False 01 NA True #> 966 category 3 True 01 NA True #> 967 category 2 False 01 NA True #> 968 category 2 True 01 NA True #> 969 category 2 True 01 NA True #> 970 category 1 False 01 NA True #> 971 category 1 False 01 NA True #> 972 category 1 False 01 NA False #> 973 category 2 False 01 NA True #> 974 category 2 False 01 NA True #> 975 category 2 False 01 NA True #> 976 category 2 False 01 NA True #> 977 category 2 True 01 NA True #> 978 category 2 True 01 NA True #> 979 category 1 False 01 NA True #> 980 category 1 False 01 NA True #> 981 category 1 False 01 NA False #> 982 category 2 False 01 NA True #> 983 category 2 False 01 NA True #> 984 category 2 True 01 NA True #> 985 category 2 True 01 NA True #> 986 category 1 True 01 NA True #> 987 category 1 True 01 NA True #> 988 block 3 False 01 NA False #> 989 category 1 False 01 NA True #> 990 category 1 False 01 NA True #> 991 category 1 False 01 NA True #> 992 category 1 False 01 NA True #> 993 category 1 False 01 NA True #> 994 category 1 False 01 NA True #> 995 category 1 False 01 NA False #> 996 category 2 False 01 NA True #> 997 category 2 False 01 NA True #> 998 category 2 False 01 NA True #> 999 category 2 False 01 NA True #> 1000 category 2 False 01 NA True #> 1001 category 2 False 01 NA True #> 1002 category 2 True 01 NA True #> 1003 category 1 True 01 NA True #> 1004 category 1 True 01 NA True #> 1005 category 1 False 01 NA False #> 1006 category 2 False 01 NA True #> 1007 category 2 False 01 NA True #> 1008 category 2 False 01 NA True #> 1009 category 2 True 01 NA True #> 1010 category 2 True 01 NA True #> 1011 category 1 False 01 NA True #> 1012 category 1 True 01 NA True #> 1013 block 2 False 01 NA False #> 1014 category 1 False 01 NA False #> 1015 category 2 False 01 NA True #> 1016 category 2 False 01 NA True #> 1017 category 2 True 01 NA True #> 1018 category 1 False 01 NA False #> 1019 category 2 False 01 NA True #> 1020 category 2 False 01 NA True #> 1021 category 2 False 01 NA True #> 1022 category 2 False 01 NA True #> 1023 category 2 True 01 NA True #> 1024 category 2 True 01 NA True #> 1025 category 1 False 01 NA True #> 1026 category 1 False 01 NA True #> 1027 category 1 False 01 NA False #> 1028 category 2 False 01 NA True #> 1029 category 2 False 01 NA True #> 1030 category 2 True 01 NA True #> 1031 category 1 False 01 NA True #> 1032 category 1 False 01 NA True #> 1033 category 1 False 01 NA False #> 1034 category 2 False 01 NA True #> 1035 category 2 True 01 NA True #> 1036 category 1 True 01 NA True #> 1037 category 1 True 01 NA True #> 1038 category 1 True 01 NA True #> 1039 category 1 True 01 NA True #> 1040 block 1 False 01 NA False #> 1041 category 1 False 01 NA True #> 1042 category 1 False 01 NA True #> 1043 category 1 False 01 NA False #> 1044 category 2 False 01 NA True #> 1045 category 2 False 01 NA True #> 1046 category 2 False 01 NA True #> 1047 category 2 True 01 NA True #> 1048 block 1 False 01 NA False #> 1049 category 1 False 01 NA True #> 1050 category 1 False 01 NA True #> 1051 category 1 False 01 NA True #> 1052 category 1 False 01 NA True #> 1053 category 1 False 01 NA True #> 1054 category 1 False 01 NA True #> 1055 category 1 True 01 NA True #> 1056 category 1 True 01 NA True #> 1057 chapter 1 False 02 NA False #> 1058 block 1 False 02 NA False #> 1059 category 1 False 02 NA False #> 1060 category 2 False 02 NA False #> 1061 category 3 False 02 NA True #> 1062 category 3 True 02 NA True #> 1063 category 3 True 02 NA True #> 1064 category 2 False 02 NA False #> 1065 category 3 False 02 NA True #> 1066 category 3 False 02 NA True #> 1067 category 3 True 02 NA True #> 1068 category 3 True 02 NA True #> 1069 category 2 False 02 NA False #> 1070 category 3 False 02 NA True #> 1071 category 3 False 02 NA True #> 1072 category 3 False 02 NA True #> 1073 category 3 True 02 NA True #> 1074 category 3 True 02 NA True #> 1075 category 2 False 02 NA True #> 1076 category 2 False 02 NA True #> 1077 category 2 False 02 NA True #> 1078 category 1 False 02 NA False #> 1079 category 2 False 02 NA False #> 1080 category 3 False 02 NA True #> 1081 category 3 True 02 NA True #> 1082 category 3 True 02 NA True #> 1083 category 2 False 02 NA True #> 1084 category 2 False 02 NA True #> 1085 category 1 False 02 NA False #> 1086 category 2 False 02 NA False #> 1087 category 3 False 02 NA True #> 1088 category 3 True 02 NA True #> 1089 category 3 True 02 NA True #> 1090 category 2 False 02 NA False #> 1091 category 3 False 02 NA True #> 1092 category 3 False 02 NA True #> 1093 category 3 False 02 NA True #> 1094 category 3 True 02 NA True #> 1095 category 3 True 02 NA True #> 1096 category 2 False 02 NA True #> 1097 category 2 False 02 NA True #> 1098 category 2 False 02 NA True #> 1099 category 1 True 02 NA True #> 1100 block 1 False 02 NA False #> 1101 block 2 False 02 NA False #> 1102 category 1 False 02 NA False #> 1103 category 2 False 02 NA False #> 1104 category 3 False 02 NA True #> 1105 category 3 False 02 NA True #> 1106 category 3 False 02 NA True #> 1107 category 3 False 02 NA True #> 1108 category 3 True 02 NA True #> 1109 category 3 True 02 NA True #> 1110 category 2 False 02 NA True #> 1111 category 2 False 02 NA True #> 1112 category 2 False 02 NA True #> 1113 category 2 False 02 NA True #> 1114 category 2 False 02 NA True #> 1115 category 2 True 02 NA True #> 1116 category 2 True 02 NA True #> 1117 category 1 False 02 NA False #> 1118 category 2 False 02 NA False #> 1119 category 3 False 02 NA True #> 1120 category 3 True 02 NA True #> 1121 category 3 True 02 NA True #> 1122 category 2 False 02 NA False #> 1123 category 3 False 02 NA True #> 1124 category 3 True 02 NA True #> 1125 category 3 True 02 NA True #> 1126 category 2 False 02 NA True #> 1127 category 2 False 02 NA True #> 1128 category 2 True 02 NA True #> 1129 category 2 True 02 NA True #> 1130 category 1 False 02 NA True #> 1131 block 2 False 02 NA False #> 1132 category 1 False 02 NA True #> 1133 category 1 False 02 NA True #> 1134 category 1 False 02 NA True #> 1135 category 1 False 02 NA True #> 1136 category 1 False 02 NA True #> 1137 category 1 False 02 NA True #> 1138 category 1 False 02 NA True #> 1139 category 1 False 02 NA True #> 1140 category 1 False 02 NA True #> 1141 category 1 True 02 NA True #> 1142 category 1 True 02 NA True #> 1143 block 2 False 02 NA False #> 1144 category 1 False 02 NA True #> 1145 category 1 False 02 NA True #> 1146 category 1 False 02 NA False #> 1147 category 2 False 02 NA True #> 1148 category 2 True 02 NA True #> 1149 category 2 True 02 NA True #> 1150 category 1 False 02 NA True #> 1151 category 1 False 02 NA True #> 1152 category 1 True 02 NA True #> 1153 category 1 True 02 NA True #> 1154 block 2 False 02 NA False #> 1155 category 1 False 02 NA True #> 1156 category 1 False 02 NA True #> 1157 category 1 False 02 NA True #> 1158 category 1 True 02 NA True #> 1159 category 1 False 02 NA False #> 1160 category 2 False 02 NA True #> 1161 category 2 False 02 NA True #> 1162 category 2 False 02 NA False #> 1163 category 3 False 02 NA True #> 1164 category 3 True 02 NA True #> 1165 category 3 True 02 NA True #> 1166 category 2 False 02 NA False #> 1167 category 3 False 02 NA True #> 1168 category 3 False 02 NA True #> 1169 category 3 False 02 NA True #> 1170 category 3 False 02 NA True #> 1171 category 3 False 02 NA True #> 1172 category 3 False 02 NA True #> 1173 category 3 False 02 NA True #> 1174 category 3 False 02 NA True #> 1175 category 3 False 02 NA True #> 1176 category 3 False 02 NA True #> 1177 category 3 True 02 NA True #> 1178 category 3 True 02 NA True #> 1179 category 2 False 02 NA False #> 1180 category 3 False 02 NA True #> 1181 category 3 False 02 NA True #> 1182 category 3 True 02 NA True #> 1183 category 3 True 02 NA True #> 1184 category 2 False 02 NA True #> 1185 category 2 True 02 NA True #> 1186 category 2 True 02 NA True #> 1187 category 1 False 02 NA True #> 1188 block 2 False 02 NA False #> 1189 category 1 False 02 NA False #> 1190 category 2 False 02 NA True #> 1191 category 2 False 02 NA True #> 1192 category 2 True 02 NA True #> 1193 category 1 False 02 NA True #> 1194 category 1 True 02 NA True #> 1195 block 2 False 02 NA False #> 1196 category 1 False 02 NA False #> 1197 category 2 False 02 NA True #> 1198 category 2 False 02 NA True #> 1199 category 2 False 02 NA True #> 1200 category 2 False 02 NA True #> 1201 category 2 False 02 NA True #> 1202 category 2 False 02 NA True #> 1203 category 2 False 02 NA True #> 1204 category 2 True 02 NA True #> 1205 category 2 True 02 NA True #> 1206 category 1 False 02 NA False #> 1207 category 2 False 02 NA True #> 1208 category 2 False 02 NA True #> 1209 category 2 False 02 NA True #> 1210 category 2 False 02 NA True #> 1211 category 2 False 02 NA True #> 1212 category 2 False 02 NA True #> 1213 category 2 False 02 NA True #> 1214 category 2 False 02 NA True #> 1215 category 2 False 02 NA True #> 1216 category 2 False 02 NA True #> 1217 category 2 False 02 NA True #> 1218 category 2 True 02 NA True #> 1219 category 2 True 02 NA True #> 1220 category 1 False 02 NA False #> 1221 category 2 False 02 NA False #> 1222 category 3 False 02 NA True #> 1223 category 3 True 02 NA True #> 1224 category 3 True 02 NA True #> 1225 category 2 False 02 NA False #> 1226 category 3 False 02 NA True #> 1227 category 3 True 02 NA True #> 1228 category 3 True 02 NA True #> 1229 category 2 False 02 NA True #> 1230 category 2 False 02 NA True #> 1231 category 2 True 02 NA True #> 1232 category 2 True 02 NA True #> 1233 category 1 False 02 NA False #> 1234 category 2 False 02 NA True #> 1235 category 2 False 02 NA True #> 1236 category 2 False 02 NA True #> 1237 category 2 False 02 NA True #> 1238 category 2 False 02 NA True #> 1239 category 2 False 02 NA False #> 1240 category 3 False 02 NA True #> 1241 category 3 False 02 NA True #> 1242 category 3 False 02 NA True #> 1243 category 2 True 02 NA True #> 1244 category 2 True 02 NA True #> 1245 category 1 False 02 NA False #> 1246 category 2 False 02 NA True #> 1247 category 2 False 02 NA True #> 1248 category 2 False 02 NA True #> 1249 category 2 True 02 NA True #> 1250 category 2 True 02 NA True #> 1251 category 1 False 02 NA False #> 1252 category 2 False 02 NA True #> 1253 category 2 False 02 NA True #> 1254 category 2 False 02 NA True #> 1255 category 2 False 02 NA True #> 1256 category 2 False 02 NA True #> 1257 category 2 False 02 NA True #> 1258 category 2 False 02 NA True #> 1259 category 2 True 02 NA True #> 1260 category 1 False 02 NA False #> 1261 category 2 False 02 NA True #> 1262 category 2 False 02 NA True #> 1263 category 2 False 02 NA True #> 1264 category 2 True 02 NA True #> 1265 category 2 True 02 NA True #> 1266 category 1 True 02 NA True #> 1267 block 2 False 02 NA False #> 1268 category 1 False 02 NA False #> 1269 category 2 False 02 NA True #> 1270 category 2 False 02 NA True #> 1271 category 2 False 02 NA True #> 1272 category 2 False 02 NA True #> 1273 category 2 False 02 NA True #> 1274 category 2 False 02 NA True #> 1275 category 2 False 02 NA True #> 1276 category 2 False 02 NA True #> 1277 category 2 False 02 NA True #> 1278 category 2 False 02 NA True #> 1279 category 2 False 02 NA True #> 1280 category 2 False 02 NA True #> 1281 category 2 False 02 NA True #> 1282 block 3 False 02 NA False #> 1283 category 1 False 02 NA True #> 1284 category 1 False 02 NA True #> 1285 category 1 False 02 NA True #> 1286 category 1 False 02 NA False #> 1287 category 2 False 02 NA True #> 1288 category 2 False 02 NA True #> 1289 category 1 True 02 NA True #> 1290 category 1 True 02 NA True #> 1291 category 1 True 02 NA True #> 1292 category 1 True 02 NA True #> 1293 category 1 False 02 NA False #> 1294 category 2 False 02 NA True #> 1295 category 2 False 02 NA False #> 1296 category 3 False 02 NA True #> 1297 category 3 False 02 NA True #> 1298 category 3 False 02 NA True #> 1299 category 3 False 02 NA True #> 1300 category 3 True 02 NA True #> 1301 category 2 True 02 NA True #> 1302 category 1 False 02 NA False #> 1303 category 2 False 02 NA True #> 1304 category 2 False 02 NA True #> 1305 category 2 False 02 NA False #> 1306 category 3 False 02 NA True #> 1307 category 3 True 02 NA True #> 1308 category 3 True 02 NA True #> 1309 category 2 False 02 NA True #> 1310 category 2 False 02 NA True #> 1311 category 2 False 02 NA True #> 1312 category 2 False 02 NA True #> 1313 category 2 False 02 NA True #> 1314 category 2 True 02 NA True #> 1315 category 2 True 02 NA True #> 1316 category 1 False 02 NA False #> 1317 category 2 False 02 NA True #> 1318 category 2 False 02 NA True #> 1319 category 2 False 02 NA True #> 1320 category 2 False 02 NA True #> 1321 category 2 True 02 NA True #> 1322 category 2 True 02 NA True #> 1323 category 1 False 02 NA False #> 1324 category 2 False 02 NA True #> 1325 category 2 False 02 NA True #> 1326 category 2 False 02 NA True #> 1327 category 2 False 02 NA True #> 1328 category 2 False 02 NA True #> 1329 category 2 False 02 NA True #> 1330 category 2 True 02 NA True #> 1331 category 1 True 02 NA True #> 1332 block 1 False 02 NA False #> 1333 block 2 False 02 NA False #> 1334 block 3 False 02 NA False #> 1335 category 1 False 02 NA False #> 1336 category 2 False 02 NA True #> 1337 category 2 False 02 NA True #> 1338 category 2 False 02 NA True #> 1339 category 2 True 02 NA True #> 1340 category 2 True 02 NA True #> 1341 category 1 False 02 NA False #> 1342 category 2 False 02 NA True #> 1343 category 2 False 02 NA True #> 1344 category 2 False 02 NA True #> 1345 category 2 True 02 NA True #> 1346 category 2 True 02 NA True #> 1347 category 1 False 02 NA False #> 1348 category 2 False 02 NA True #> 1349 category 2 False 02 NA True #> 1350 category 2 False 02 NA True #> 1351 category 2 False 02 NA True #> 1352 category 2 True 02 NA True #> 1353 category 2 True 02 NA True #> 1354 category 1 False 02 NA False #> 1355 category 2 False 02 NA True #> 1356 category 2 False 02 NA True #> 1357 category 2 True 02 NA True #> 1358 category 2 True 02 NA True #> 1359 category 1 False 02 NA False #> 1360 category 2 False 02 NA True #> 1361 category 2 False 02 NA True #> 1362 category 2 True 02 NA True #> 1363 category 2 True 02 NA True #> 1364 category 1 False 02 NA False #> 1365 category 2 False 02 NA True #> 1366 category 2 False 02 NA True #> 1367 category 2 False 02 NA True #> 1368 category 2 True 02 NA True #> 1369 category 2 True 02 NA True #> 1370 category 1 False 02 NA False #> 1371 category 2 False 02 NA True #> 1372 category 2 False 02 NA True #> 1373 category 2 False 02 NA True #> 1374 category 2 False 02 NA True #> 1375 category 2 True 02 NA True #> 1376 category 2 True 02 NA True #> 1377 category 1 False 02 NA False #> 1378 category 2 False 02 NA True #> 1379 category 2 False 02 NA True #> 1380 category 2 False 02 NA True #> 1381 category 2 True 02 NA True #> 1382 category 2 True 02 NA True #> 1383 category 1 False 02 NA False #> 1384 category 2 False 02 NA True #> 1385 category 2 False 02 NA True #> 1386 category 2 False 02 NA True #> 1387 category 2 True 02 NA True #> 1388 category 2 True 02 NA True #> 1389 category 1 False 02 NA False #> 1390 category 2 False 02 NA True #> 1391 category 2 False 02 NA True #> 1392 category 2 False 02 NA True #> 1393 category 2 True 02 NA True #> 1394 category 2 True 02 NA True #> 1395 category 1 False 02 NA False #> 1396 category 2 False 02 NA True #> 1397 category 2 False 02 NA True #> 1398 category 2 True 02 NA True #> 1399 category 2 True 02 NA True #> 1400 category 1 False 02 NA False #> 1401 category 2 False 02 NA True #> 1402 category 2 False 02 NA True #> 1403 category 2 True 02 NA True #> 1404 category 2 True 02 NA True #> 1405 category 1 False 02 NA True #> 1406 category 1 False 02 NA False #> 1407 category 2 False 02 NA True #> 1408 category 2 False 02 NA True #> 1409 category 2 True 02 NA True #> 1410 category 2 True 02 NA True #> 1411 category 1 False 02 NA True #> 1412 category 1 False 02 NA False #> 1413 category 2 False 02 NA True #> 1414 category 2 False 02 NA False #> 1415 category 3 False 02 NA True #> 1416 category 3 True 02 NA True #> 1417 category 3 True 02 NA True #> 1418 category 2 False 02 NA True #> 1419 category 2 False 02 NA True #> 1420 category 1 False 02 NA True #> 1421 category 1 False 02 NA True #> 1422 category 1 False 02 NA True #> 1423 category 1 False 02 NA True #> 1424 category 1 True 02 NA True #> 1425 category 1 True 02 NA True #> 1426 block 3 False 02 NA False #> 1427 category 1 False 02 NA False #> 1428 category 2 False 02 NA True #> 1429 category 2 False 02 NA True #> 1430 category 2 True 02 NA True #> 1431 category 2 True 02 NA True #> 1432 category 1 False 02 NA False #> 1433 category 2 False 02 NA True #> 1434 category 2 True 02 NA True #> 1435 category 2 True 02 NA True #> 1436 category 1 False 02 NA False #> 1437 category 2 False 02 NA True #> 1438 category 2 False 02 NA False #> 1439 category 3 False 02 NA True #> 1440 category 3 True 02 NA True #> 1441 category 2 True 02 NA True #> 1442 category 2 True 02 NA True #> 1443 category 1 False 02 NA False #> 1444 category 2 False 02 NA True #> 1445 category 2 True 02 NA True #> 1446 category 2 True 02 NA True #> 1447 category 1 False 02 NA False #> 1448 category 2 False 02 NA True #> 1449 category 2 True 02 NA True #> 1450 category 2 True 02 NA True #> 1451 category 1 False 02 NA False #> 1452 category 2 False 02 NA True #> 1453 category 2 False 02 NA True #> 1454 category 2 True 02 NA True #> 1455 category 2 True 02 NA True #> 1456 category 1 False 02 NA False #> 1457 category 2 False 02 NA True #> 1458 category 2 True 02 NA True #> 1459 category 2 True 02 NA True #> 1460 category 1 False 02 NA False #> 1461 category 2 False 02 NA True #> 1462 category 2 False 02 NA True #> 1463 category 2 True 02 NA True #> 1464 category 2 True 02 NA True #> 1465 category 1 False 02 NA False #> 1466 category 2 False 02 NA True #> 1467 category 2 False 02 NA True #> 1468 category 2 False 02 NA True #> 1469 category 2 True 02 NA True #> 1470 category 1 False 02 NA False #> 1471 category 2 False 02 NA True #> 1472 category 2 False 02 NA True #> 1473 category 2 True 02 NA True #> 1474 category 1 False 02 NA False #> 1475 category 2 False 02 NA True #> 1476 category 2 True 02 NA True #> 1477 category 2 True 02 NA True #> 1478 category 1 False 02 NA False #> 1479 category 2 False 02 NA True #> 1480 category 2 False 02 NA True #> 1481 category 2 False 02 NA False #> 1482 category 3 False 02 NA True #> 1483 category 3 False 02 NA True #> 1484 category 3 True 02 NA True #> 1485 category 3 True 02 NA True #> 1486 category 2 True 02 NA True #> 1487 category 2 True 02 NA True #> 1488 category 1 False 02 NA False #> 1489 category 2 False 02 NA True #> 1490 category 2 True 02 NA True #> 1491 category 2 True 02 NA True #> 1492 category 1 False 02 NA False #> 1493 category 2 False 02 NA True #> 1494 category 2 True 02 NA True #> 1495 category 2 True 02 NA True #> 1496 category 1 False 02 NA False #> 1497 category 2 False 02 NA True #> 1498 category 2 True 02 NA True #> 1499 category 2 True 02 NA True #> 1500 category 1 True 02 NA True #> 1501 block 3 False 02 NA False #> 1502 category 1 False 02 NA False #> 1503 category 2 False 02 NA False #> 1504 category 3 False 02 NA True #> 1505 category 3 True 02 NA True #> 1506 category 3 True 02 NA True #> 1507 category 2 False 02 NA True #> 1508 category 2 True 02 NA True #> 1509 category 2 True 02 NA True #> 1510 category 1 False 02 NA False #> 1511 category 2 False 02 NA True #> 1512 category 2 True 02 NA True #> 1513 category 2 True 02 NA True #> 1514 category 1 False 02 NA False #> 1515 category 2 False 02 NA True #> 1516 category 2 False 02 NA True #> 1517 category 2 True 02 NA True #> 1518 category 2 True 02 NA True #> 1519 block 4 False 02 NA False #> 1520 category 1 False 02 NA False #> 1521 category 2 False 02 NA False #> 1522 category 3 False 02 NA True #> 1523 category 3 False 02 NA True #> 1524 category 3 True 02 NA True #> 1525 category 3 True 02 NA True #> 1526 category 2 False 02 NA False #> 1527 category 3 False 02 NA True #> 1528 category 3 False 02 NA True #> 1529 category 3 True 02 NA True #> 1530 category 3 True 02 NA True #> 1531 category 2 False 02 NA False #> 1532 category 3 False 02 NA True #> 1533 category 3 False 02 NA True #> 1534 category 3 True 02 NA True #> 1535 category 2 True 02 NA True #> 1536 category 2 True 02 NA True #> 1537 category 1 False 02 NA False #> 1538 category 2 False 02 NA False #> 1539 category 3 False 02 NA True #> 1540 category 2 False 02 NA True #> 1541 category 2 True 02 NA True #> 1542 category 2 True 02 NA True #> 1543 block 5 False 02 NA False #> 1544 category 1 False 02 NA False #> 1545 category 2 False 02 NA False #> 1546 category 3 False 02 NA True #> 1547 category 3 True 02 NA True #> 1548 category 3 True 02 NA True #> 1549 category 2 False 02 NA False #> 1550 category 3 False 02 NA True #> 1551 category 3 True 02 NA True #> 1552 category 3 True 02 NA True #> 1553 category 2 False 02 NA False #> 1554 category 3 False 02 NA True #> 1555 category 3 True 02 NA True #> 1556 category 3 True 02 NA True #> 1557 category 2 False 02 NA False #> 1558 category 3 False 02 NA True #> 1559 category 3 True 02 NA True #> 1560 category 3 True 02 NA True #> 1561 category 2 True 02 NA True #> 1562 category 2 True 02 NA True #> 1563 category 1 False 02 NA False #> 1564 category 2 False 02 NA True #> 1565 category 2 True 02 NA True #> 1566 category 2 True 02 NA True #> 1567 category 1 False 02 NA False #> 1568 category 2 False 02 NA True #> 1569 category 2 False 02 NA True #> 1570 category 2 True 02 NA True #> 1571 category 2 True 02 NA True #> 1572 category 1 False 02 NA False #> 1573 category 2 False 02 NA True #> 1574 category 2 True 02 NA True #> 1575 category 2 True 02 NA True #> 1576 category 1 True 02 NA True #> 1577 category 1 False 02 NA False #> 1578 category 2 False 02 NA True #> 1579 category 2 False 02 NA True #> 1580 category 2 False 02 NA True #> 1581 category 2 False 02 NA True #> 1582 category 2 True 02 NA True #> 1583 category 2 True 02 NA True #> 1584 category 1 True 02 NA True #> 1585 category 1 True 02 NA True #> 1586 category 1 False 02 NA False #> 1587 category 2 False 02 NA True #> 1588 category 2 False 02 NA True #> 1589 category 2 True 02 NA True #> 1590 category 2 True 02 NA True #> 1591 category 1 False 02 NA False #> 1592 category 2 False 02 NA True #> 1593 category 2 False 02 NA True #> 1594 category 2 False 02 NA True #> 1595 category 2 True 02 NA True #> 1596 category 1 False 02 NA False #> 1597 category 2 False 02 NA False #> 1598 category 3 False 02 NA True #> 1599 category 3 False 02 NA True #> 1600 category 3 False 02 NA True #> 1601 category 3 False 02 NA True #> 1602 category 3 True 02 NA True #> 1603 category 3 True 02 NA True #> 1604 category 2 False 02 NA False #> 1605 category 3 False 02 NA True #> 1606 category 3 True 02 NA True #> 1607 category 3 True 02 NA True #> 1608 category 1 False 02 NA False #> 1609 category 2 False 02 NA True #> 1610 category 2 True 02 NA True #> 1611 category 2 True 02 NA True #> 1612 category 1 False 02 NA False #> 1613 category 2 False 02 NA True #> 1614 category 2 False 02 NA True #> 1615 category 2 False 02 NA True #> 1616 category 2 True 02 NA True #> 1617 category 2 True 02 NA True #> 1618 category 1 False 02 NA False #> 1619 category 2 False 02 NA True #> 1620 category 2 False 02 NA True #> 1621 category 2 False 02 NA True #> 1622 category 2 True 02 NA True #> 1623 category 2 True 02 NA True #> 1624 category 1 False 02 NA False #> 1625 category 2 False 02 NA True #> 1626 category 2 False 02 NA True #> 1627 category 2 True 02 NA True #> 1628 category 2 True 02 NA True #> 1629 category 1 False 02 NA False #> 1630 category 2 False 02 NA True #> 1631 category 2 False 02 NA True #> 1632 category 2 False 02 NA True #> 1633 category 2 True 02 NA True #> 1634 category 2 True 02 NA True #> 1635 category 1 False 02 NA False #> 1636 category 2 False 02 NA True #> 1637 category 2 False 02 NA True #> 1638 category 2 False 02 NA True #> 1639 category 2 True 02 NA True #> 1640 category 2 True 02 NA True #> 1641 category 1 True 02 NA True #> 1642 block 3 False 02 NA False #> 1643 category 1 False 02 NA False #> 1644 category 2 False 02 NA True #> 1645 category 2 False 02 NA True #> 1646 category 2 False 02 NA True #> 1647 category 2 False 02 NA True #> 1648 category 2 False 02 NA True #> 1649 category 2 True 02 NA True #> 1650 category 2 True 02 NA True #> 1651 category 1 False 02 NA False #> 1652 category 2 False 02 NA True #> 1653 category 2 False 02 NA True #> 1654 category 2 False 02 NA True #> 1655 category 2 True 02 NA True #> 1656 category 2 True 02 NA True #> 1657 category 1 False 02 NA False #> 1658 category 2 False 02 NA True #> 1659 category 2 False 02 NA False #> 1660 category 3 False 02 NA True #> 1661 category 3 True 02 NA True #> 1662 category 2 False 02 NA True #> 1663 category 2 False 02 NA True #> 1664 category 2 True 02 NA True #> 1665 category 2 True 02 NA True #> 1666 category 1 False 02 NA False #> 1667 category 2 False 02 NA False #> 1668 category 3 False 02 NA True #> 1669 category 3 True 02 NA True #> 1670 category 2 False 02 NA False #> 1671 category 3 False 02 NA True #> 1672 category 3 True 02 NA True #> 1673 category 2 False 02 NA False #> 1674 category 3 False 02 NA True #> 1675 category 3 False 02 NA True #> 1676 category 3 True 02 NA True #> 1677 category 2 False 02 NA True #> 1678 category 2 False 02 NA True #> 1679 category 2 True 02 NA True #> 1680 category 1 False 02 NA False #> 1681 category 2 False 02 NA True #> 1682 category 2 False 02 NA True #> 1683 category 2 False 02 NA True #> 1684 category 2 True 02 NA True #> 1685 category 2 True 02 NA True #> 1686 category 1 False 02 NA False #> 1687 category 2 False 02 NA True #> 1688 category 2 False 02 NA True #> 1689 category 2 False 02 NA True #> 1690 category 2 False 02 NA True #> 1691 category 2 False 02 NA True #> 1692 category 2 False 02 NA True #> 1693 category 2 True 02 NA True #> 1694 category 2 True 02 NA True #> 1695 category 1 False 02 NA False #> 1696 category 2 False 02 NA True #> 1697 category 2 True 02 NA True #> 1698 category 2 True 02 NA True #> 1699 category 1 False 02 NA False #> 1700 category 2 False 02 NA True #> 1701 category 2 False 02 NA True #> 1702 category 2 False 02 NA True #> 1703 category 2 True 02 NA True #> 1704 category 2 True 02 NA True #> 1705 category 1 False 02 NA False #> 1706 category 2 False 02 NA True #> 1707 category 2 False 02 NA True #> 1708 category 2 True 02 NA True #> 1709 category 1 False 02 NA False #> 1710 category 2 False 02 NA True #> 1711 category 2 False 02 NA True #> 1712 category 2 True 02 NA True #> 1713 category 1 True 02 NA True #> 1714 category 1 True 02 NA True #> 1715 block 3 False 02 NA False #> 1716 category 1 False 02 NA False #> 1717 category 2 False 02 NA True #> 1718 category 2 False 02 NA True #> 1719 category 2 False 02 NA True #> 1720 category 2 False 02 NA True #> 1721 category 2 True 02 NA True #> 1722 category 2 True 02 NA True #> 1723 category 1 False 02 NA False #> 1724 category 2 False 02 NA True #> 1725 category 2 False 02 NA True #> 1726 category 2 True 02 NA True #> 1727 category 1 False 02 NA False #> 1728 category 2 False 02 NA True #> 1729 category 2 False 02 NA True #> 1730 category 2 False 02 NA True #> 1731 category 2 True 02 NA True #> 1732 category 2 True 02 NA True #> 1733 category 1 False 02 NA True #> 1734 category 1 False 02 NA True #> 1735 category 1 False 02 NA True #> 1736 category 1 True 02 NA True #> 1737 category 1 True 02 NA True #> 1738 block 3 False 02 NA False #> 1739 category 1 False 02 NA True #> 1740 category 1 False 02 NA True #> 1741 category 1 True 02 NA True #> 1742 category 1 True 02 NA True #> 1743 block 3 False 02 NA False #> 1744 category 1 False 02 NA False #> 1745 category 2 False 02 NA True #> 1746 category 2 True 02 NA True #> 1747 category 2 True 02 NA True #> 1748 category 1 False 02 NA False #> 1749 category 2 False 02 NA True #> 1750 category 2 False 02 NA True #> 1751 category 2 False 02 NA False #> 1752 category 3 False 02 NA True #> 1753 category 3 False 02 NA True #> 1754 category 3 True 02 NA True #> 1755 category 3 True 02 NA True #> 1756 category 2 True 02 NA True #> 1757 category 2 True 02 NA True #> 1758 category 1 False 02 NA False #> 1759 category 2 False 02 NA True #> 1760 category 2 True 02 NA True #> 1761 category 2 True 02 NA True #> 1762 category 1 False 02 NA False #> 1763 category 2 False 02 NA True #> 1764 category 2 False 02 NA True #> 1765 category 2 True 02 NA True #> 1766 category 2 True 02 NA True #> 1767 category 1 True 02 NA True #> 1768 category 1 True 02 NA True #> 1769 block 3 False 02 NA False #> 1770 category 1 False 02 NA True #> 1771 category 1 False 02 NA False #> 1772 category 2 False 02 NA True #> 1773 category 2 False 02 NA True #> 1774 category 2 False 02 NA True #> 1775 category 2 False 02 NA True #> 1776 category 2 False 02 NA True #> 1777 category 1 False 02 NA True #> 1778 category 1 False 02 NA True #> 1779 category 1 False 02 NA True #> 1780 category 1 False 02 NA True #> 1781 category 1 True 02 NA True #> 1782 category 1 True 02 NA True #> 1783 block 3 False 02 NA False #> 1784 category 1 False 02 NA False #> 1785 category 2 False 02 NA True #> 1786 category 2 False 02 NA True #> 1787 category 2 False 02 NA True #> 1788 category 2 True 02 NA True #> 1789 category 2 True 02 NA True #> 1790 category 1 False 02 NA False #> 1791 category 2 False 02 NA True #> 1792 category 2 False 02 NA True #> 1793 category 2 False 02 NA True #> 1794 category 2 True 02 NA True #> 1795 category 2 True 02 NA True #> 1796 category 1 False 02 NA False #> 1797 category 2 False 02 NA True #> 1798 category 2 False 02 NA True #> 1799 category 2 False 02 NA True #> 1800 category 2 True 02 NA True #> 1801 category 2 True 02 NA True #> 1802 category 1 False 02 NA False #> 1803 category 2 False 02 NA False #> 1804 category 3 False 02 NA True #> 1805 category 3 False 02 NA True #> 1806 category 3 False 02 NA True #> 1807 category 3 False 02 NA True #> 1808 category 3 False 02 NA True #> 1809 category 3 True 02 NA True #> 1810 category 3 True 02 NA True #> 1811 category 2 False 02 NA True #> 1812 category 2 False 02 NA True #> 1813 category 2 False 02 NA True #> 1814 category 2 False 02 NA True #> 1815 category 2 False 02 NA True #> 1816 category 2 True 02 NA True #> 1817 category 2 True 02 NA True #> 1818 category 1 False 02 NA False #> 1819 category 2 False 02 NA True #> 1820 category 2 True 02 NA True #> 1821 category 2 True 02 NA True #> 1822 category 1 False 02 NA False #> 1823 category 2 False 02 NA True #> 1824 category 2 True 02 NA True #> 1825 category 2 True 02 NA True #> 1826 category 1 False 02 NA False #> 1827 category 2 False 02 NA True #> 1828 category 2 False 02 NA True #> 1829 category 2 False 02 NA True #> 1830 category 2 False 02 NA True #> 1831 category 2 False 02 NA False #> 1832 category 3 False 02 NA True #> 1833 category 3 False 02 NA True #> 1834 category 3 False 02 NA True #> 1835 category 3 False 02 NA True #> 1836 category 3 True 02 NA True #> 1837 category 2 True 02 NA True #> 1838 category 2 True 02 NA True #> 1839 category 1 False 02 NA False #> 1840 category 2 False 02 NA True #> 1841 category 2 False 02 NA True #> 1842 category 2 False 02 NA True #> 1843 category 2 False 02 NA True #> 1844 category 2 True 02 NA True #> 1845 category 2 True 02 NA True #> 1846 category 1 False 02 NA True #> 1847 category 1 False 02 NA True #> 1848 category 1 True 02 NA True #> 1849 category 1 True 02 NA True #> 1850 block 3 False 02 NA False #> 1851 category 1 False 02 NA False #> 1852 category 2 False 02 NA True #> 1853 category 2 True 02 NA True #> 1854 category 2 True 02 NA True #> 1855 category 1 False 02 NA False #> 1856 category 2 False 02 NA True #> 1857 category 2 False 02 NA True #> 1858 category 2 True 02 NA True #> 1859 category 2 True 02 NA True #> 1860 category 1 False 02 NA False #> 1861 category 2 False 02 NA True #> 1862 category 2 True 02 NA True #> 1863 category 2 True 02 NA True #> 1864 category 1 False 02 NA False #> 1865 category 2 False 02 NA True #> 1866 category 2 True 02 NA True #> 1867 category 2 True 02 NA True #> 1868 category 1 False 02 NA True #> 1869 category 1 True 02 NA True #> 1870 block 3 False 02 NA False #> 1871 category 1 False 02 NA False #> 1872 category 2 False 02 NA True #> 1873 category 2 True 02 NA True #> 1874 category 2 True 02 NA True #> 1875 category 1 False 02 NA False #> 1876 category 2 False 02 NA True #> 1877 category 2 True 02 NA True #> 1878 category 2 True 02 NA True #> 1879 category 1 False 02 NA False #> 1880 category 2 False 02 NA True #> 1881 category 2 True 02 NA True #> 1882 category 2 True 02 NA True #> 1883 category 1 False 02 NA False #> 1884 category 2 False 02 NA True #> 1885 category 2 False 02 NA True #> 1886 category 2 False 02 NA True #> 1887 category 2 True 02 NA True #> 1888 category 2 True 02 NA True #> 1889 category 1 False 02 NA False #> 1890 category 2 False 02 NA True #> 1891 category 2 False 02 NA True #> 1892 category 2 False 02 NA True #> 1893 category 2 True 02 NA True #> 1894 category 2 True 02 NA True #> 1895 category 1 False 02 NA False #> 1896 category 2 False 02 NA True #> 1897 category 2 False 02 NA True #> 1898 category 2 False 02 NA True #> 1899 category 2 True 02 NA True #> 1900 category 2 True 02 NA True #> 1901 category 1 True 02 NA True #> 1902 category 1 True 02 NA True #> 1903 block 3 False 02 NA False #> 1904 category 1 False 02 NA False #> 1905 category 2 False 02 NA True #> 1906 category 2 False 02 NA True #> 1907 category 2 False 02 NA True #> 1908 category 2 True 02 NA True #> 1909 category 2 True 02 NA True #> 1910 category 1 False 02 NA False #> 1911 category 2 False 02 NA True #> 1912 category 2 False 02 NA True #> 1913 category 2 True 02 NA True #> 1914 category 2 True 02 NA True #> 1915 category 1 False 02 NA False #> 1916 category 2 False 02 NA True #> 1917 category 2 False 02 NA True #> 1918 category 2 False 02 NA True #> 1919 category 2 True 02 NA True #> 1920 category 2 True 02 NA True #> 1921 category 1 False 02 NA False #> 1922 category 2 False 02 NA True #> 1923 category 2 False 02 NA True #> 1924 category 2 False 02 NA True #> 1925 category 2 True 02 NA True #> 1926 category 2 True 02 NA True #> 1927 category 1 False 02 NA True #> 1928 category 1 False 02 NA False #> 1929 category 2 False 02 NA True #> 1930 category 2 True 02 NA True #> 1931 category 2 True 02 NA True #> 1932 category 1 False 02 NA False #> 1933 category 2 False 02 NA True #> 1934 category 2 False 02 NA True #> 1935 category 2 False 02 NA True #> 1936 category 2 False 02 NA True #> 1937 category 2 True 02 NA True #> 1938 category 2 True 02 NA True #> 1939 category 1 False 02 NA False #> 1940 category 2 False 02 NA True #> 1941 category 2 False 02 NA True #> 1942 category 2 False 02 NA True #> 1943 category 2 True 02 NA True #> 1944 category 2 True 02 NA True #> 1945 category 1 True 02 NA True #> 1946 category 1 True 02 NA True #> 1947 block 3 False 02 NA False #> 1948 category 1 False 02 NA False #> 1949 category 2 False 02 NA True #> 1950 category 2 False 02 NA True #> 1951 category 2 False 02 NA True #> 1952 category 2 False 02 NA True #> 1953 category 2 False 02 NA True #> 1954 category 2 True 02 NA True #> 1955 category 2 True 02 NA True #> 1956 category 1 False 02 NA False #> 1957 category 2 False 02 NA True #> 1958 category 2 False 02 NA True #> 1959 category 2 False 02 NA True #> 1960 category 2 True 02 NA True #> 1961 category 2 True 02 NA True #> 1962 category 1 False 02 NA False #> 1963 category 2 False 02 NA True #> 1964 category 2 False 02 NA True #> 1965 category 2 True 02 NA True #> 1966 category 2 True 02 NA True #> 1967 category 1 True 02 NA True #> 1968 category 1 True 02 NA True #> 1969 category 1 True 02 NA True #> 1970 block 2 False 02 NA False #> 1971 category 1 False 02 NA True #> 1972 category 1 False 02 NA True #> 1973 category 1 False 02 NA True #> 1974 category 1 False 02 NA True #> 1975 category 1 False 02 NA True #> 1976 category 1 True 02 NA True #> 1977 category 1 True 02 NA True #> 1978 block 2 False 02 NA False #> 1979 category 1 False 02 NA True #> 1980 category 1 False 02 NA True #> 1981 category 1 False 02 NA True #> 1982 block 3 False 02 NA False #> 1983 category 1 False 02 NA False #> 1984 category 2 False 02 NA True #> 1985 category 2 False 02 NA True #> 1986 category 2 False 02 NA True #> 1987 category 2 False 02 NA True #> 1988 category 2 False 02 NA True #> 1989 category 2 False 02 NA True #> 1990 category 2 True 02 NA True #> 1991 category 2 True 02 NA True #> 1992 category 1 False 02 NA True #> 1993 category 1 True 02 NA True #> 1994 block 3 False 02 NA False #> 1995 category 1 False 02 NA True #> 1996 category 1 False 02 NA True #> 1997 category 1 False 02 NA True #> 1998 category 1 False 02 NA True #> 1999 category 1 True 02 NA True #> 2000 category 1 True 02 NA True #> 2001 block 3 False 02 NA False #> 2002 category 1 False 02 NA False #> 2003 category 2 False 02 NA True #> 2004 category 2 False 02 NA True #> 2005 category 1 False 02 NA True #> 2006 category 1 False 02 NA True #> 2007 category 1 False 02 NA True #> 2008 category 1 False 02 NA True #> 2009 category 1 False 02 NA True #> 2010 category 1 False 02 NA True #> 2011 category 1 True 02 NA True #> 2012 category 1 True 02 NA True #> 2013 block 3 False 02 NA False #> 2014 category 1 False 02 NA True #> 2015 category 1 False 02 NA True #> 2016 block 3 False 02 NA False #> 2017 category 1 False 02 NA True #> 2018 category 1 False 02 NA True #> 2019 category 1 False 02 NA True #> 2020 category 1 False 02 NA True #> 2021 category 1 False 02 NA True #> 2022 category 1 False 02 NA False #> 2023 category 2 False 02 NA True #> 2024 category 2 True 02 NA True #> 2025 category 2 True 02 NA True #> 2026 category 1 False 02 NA True #> 2027 category 1 False 02 NA True #> 2028 category 1 False 02 NA True #> 2029 category 1 False 02 NA True #> 2030 category 1 True 02 NA True #> 2031 category 1 True 02 NA True #> 2032 block 1 False 02 NA False #> 2033 category 1 False 02 NA False #> 2034 category 2 False 02 NA True #> 2035 category 2 False 02 NA True #> 2036 category 2 False 02 NA True #> 2037 category 1 False 02 NA False #> 2038 category 2 False 02 NA True #> 2039 category 2 False 02 NA True #> 2040 category 2 False 02 NA True #> 2041 category 2 False 02 NA True #> 2042 category 2 True 02 NA True #> 2043 category 2 True 02 NA True #> 2044 category 1 False 02 NA False #> 2045 category 2 False 02 NA True #> 2046 category 2 False 02 NA True #> 2047 category 2 False 02 NA True #> 2048 category 2 True 02 NA True #> 2049 category 2 True 02 NA True #> 2050 category 1 False 02 NA False #> 2051 category 2 False 02 NA False #> 2052 category 3 False 02 NA True #> 2053 category 3 True 02 NA True #> 2054 category 2 False 02 NA True #> 2055 category 2 True 02 NA True #> 2056 category 2 True 02 NA True #> 2057 category 1 False 02 NA False #> 2058 category 2 False 02 NA False #> 2059 category 3 False 02 NA True #> 2060 category 3 False 02 NA True #> 2061 category 3 True 02 NA True #> 2062 category 3 True 02 NA True #> 2063 category 2 False 02 NA True #> 2064 category 2 False 02 NA True #> 2065 category 2 True 02 NA True #> 2066 category 2 True 02 NA True #> 2067 category 1 False 02 NA False #> 2068 category 2 False 02 NA True #> 2069 category 2 False 02 NA True #> 2070 category 2 False 02 NA True #> 2071 category 2 False 02 NA True #> 2072 category 2 False 02 NA True #> 2073 category 2 False 02 NA True #> 2074 category 2 True 02 NA True #> 2075 category 2 True 02 NA True #> 2076 category 1 False 02 NA False #> 2077 category 2 False 02 NA True #> 2078 category 2 True 02 NA True #> 2079 category 2 True 02 NA True #> 2080 category 1 False 02 NA False #> 2081 category 2 False 02 NA True #> 2082 category 2 False 02 NA False #> 2083 category 3 False 02 NA True #> 2084 category 3 False 02 NA True #> 2085 category 3 False 02 NA True #> 2086 category 2 False 02 NA False #> 2087 category 3 False 02 NA True #> 2088 category 3 True 02 NA True #> 2089 category 3 True 02 NA True #> 2090 category 2 False 02 NA True #> 2091 category 2 False 02 NA False #> 2092 category 3 False 02 NA True #> 2093 category 3 False 02 NA True #> 2094 category 2 False 02 NA True #> 2095 category 2 False 02 NA True #> 2096 category 1 False 02 NA True #> 2097 category 1 False 02 NA True #> 2098 category 1 False 02 NA False #> 2099 category 2 False 02 NA True #> 2100 category 2 False 02 NA True #> 2101 category 2 True 02 NA True #> 2102 category 1 False 02 NA True #> 2103 category 1 True 02 NA True #> 2104 category 1 True 02 NA True #> 2105 block 1 False 02 NA False #> 2106 block 2 False 02 NA False #> 2107 category 1 False 02 NA False #> 2108 category 2 False 02 NA False #> 2109 category 3 False 02 NA True #> 2110 category 3 False 02 NA True #> 2111 category 3 False 02 NA True #> 2112 category 3 True 02 NA True #> 2113 category 3 True 02 NA True #> 2114 category 2 False 02 NA True #> 2115 category 2 True 02 NA True #> 2116 category 2 True 02 NA True #> 2117 category 1 False 02 NA False #> 2118 category 2 False 02 NA False #> 2119 category 3 False 02 NA True #> 2120 category 3 False 02 NA True #> 2121 category 3 True 02 NA True #> 2122 category 3 True 02 NA True #> 2123 category 2 False 02 NA False #> 2124 category 3 False 02 NA True #> 2125 category 3 False 02 NA True #> 2126 category 3 True 02 NA True #> 2127 category 3 True 02 NA True #> 2128 category 2 False 02 NA False #> 2129 category 3 False 02 NA True #> 2130 category 3 False 02 NA True #> 2131 category 3 True 02 NA True #> 2132 category 3 True 02 NA True #> 2133 category 2 True 02 NA True #> 2134 category 2 True 02 NA True #> 2135 category 1 False 02 NA False #> 2136 category 2 False 02 NA True #> 2137 category 2 False 02 NA True #> 2138 category 2 True 02 NA True #> 2139 category 1 False 02 NA False #> 2140 category 2 False 02 NA True #> 2141 category 2 False 02 NA True #> 2142 category 2 False 02 NA True #> 2143 category 2 False 02 NA True #> 2144 category 2 False 02 NA True #> 2145 category 2 False 02 NA True #> 2146 category 2 True 02 NA True #> 2147 category 2 True 02 NA True #> 2148 category 1 False 02 NA False #> 2149 category 2 False 02 NA True #> 2150 category 2 True 02 NA True #> 2151 category 2 True 02 NA True #> 2152 category 1 False 02 NA False #> 2153 category 2 False 02 NA True #> 2154 category 2 False 02 NA True #> 2155 category 2 False 02 NA True #> 2156 category 2 True 02 NA True #> 2157 category 2 True 02 NA True #> 2158 category 1 False 02 NA False #> 2159 category 2 False 02 NA True #> 2160 category 2 False 02 NA True #> 2161 category 2 False 02 NA True #> 2162 category 2 True 02 NA True #> 2163 category 2 True 02 NA True #> 2164 category 1 False 02 NA True #> 2165 category 1 False 02 NA True #> 2166 category 1 False 02 NA False #> 2167 category 2 False 02 NA True #> 2168 category 2 False 02 NA True #> 2169 category 2 True 02 NA True #> 2170 category 2 True 02 NA True #> 2171 category 1 False 02 NA True #> 2172 category 1 True 02 NA True #> 2173 category 1 True 02 NA True #> 2174 block 2 False 02 NA False #> 2175 category 1 False 02 NA False #> 2176 category 2 False 02 NA True #> 2177 category 2 False 02 NA True #> 2178 category 2 False 02 NA True #> 2179 category 2 False 02 NA True #> 2180 category 2 False 02 NA True #> 2181 category 2 False 02 NA True #> 2182 category 2 False 02 NA True #> 2183 category 2 False 02 NA True #> 2184 category 2 False 02 NA True #> 2185 category 1 False 02 NA False #> 2186 category 2 False 02 NA True #> 2187 category 2 False 02 NA True #> 2188 category 2 True 02 NA True #> 2189 category 1 False 02 NA False #> 2190 category 2 False 02 NA True #> 2191 category 2 False 02 NA True #> 2192 category 2 False 02 NA True #> 2193 category 2 False 02 NA True #> 2194 category 2 False 02 NA False #> 2195 category 3 False 02 NA True #> 2196 category 3 True 02 NA True #> 2197 category 3 True 02 NA True #> 2198 category 2 False 02 NA True #> 2199 category 2 False 02 NA True #> 2200 category 2 False 02 NA True #> 2201 category 2 False 02 NA True #> 2202 category 2 False 02 NA True #> 2203 category 2 True 02 NA True #> 2204 category 2 True 02 NA True #> 2205 block 3 False 02 NA False #> 2206 category 1 False 02 NA False #> 2207 category 2 False 02 NA True #> 2208 category 2 False 02 NA True #> 2209 category 2 False 02 NA True #> 2210 category 2 True 02 NA True #> 2211 category 2 True 02 NA True #> 2212 category 1 False 02 NA True #> 2213 category 1 True 02 NA True #> 2214 category 1 True 02 NA True #> 2215 category 1 False 02 NA True #> 2216 block 3 False 02 NA False #> 2217 category 1 False 02 NA False #> 2218 category 2 False 02 NA False #> 2219 category 3 False 02 NA True #> 2220 category 3 True 02 NA True #> 2221 category 3 True 02 NA True #> 2222 category 2 False 02 NA True #> 2223 category 2 False 02 NA False #> 2224 category 3 False 02 NA True #> 2225 category 3 True 02 NA True #> 2226 category 3 True 02 NA True #> 2227 category 2 False 02 NA True #> 2228 category 2 True 02 NA True #> 2229 category 2 True 02 NA True #> 2230 category 1 False 02 NA False #> 2231 category 2 False 02 NA True #> 2232 category 2 True 02 NA True #> 2233 category 1 False 02 NA True #> 2234 category 1 False 02 NA False #> 2235 category 2 False 02 NA True #> 2236 category 2 True 02 NA True #> 2237 category 1 False 02 NA True #> 2238 category 1 False 02 NA True #> 2239 category 1 False 02 NA True #> 2240 category 1 True 02 NA True #> 2241 category 1 True 02 NA True #> 2242 category 1 False 02 NA False #> 2243 category 2 False 02 NA True #> 2244 category 2 False 02 NA True #> 2245 category 2 False 02 NA True #> 2246 category 2 False 02 NA True #> 2247 category 2 False 02 NA True #> 2248 category 2 False 02 NA True #> 2249 category 2 False 02 NA True #> 2250 category 2 True 02 NA True #> 2251 category 2 True 02 NA True #> 2252 category 1 False 02 NA False #> 2253 category 2 False 02 NA True #> 2254 category 2 False 02 NA True #> 2255 category 2 False 02 NA True #> 2256 category 1 False 02 NA False #> 2257 category 2 False 02 NA True #> 2258 category 2 False 02 NA True #> 2259 category 2 False 02 NA True #> 2260 category 2 False 02 NA True #> 2261 category 2 True 02 NA True #> 2262 category 2 True 02 NA True #> 2263 category 1 False 02 NA True #> 2264 category 1 False 02 NA True #> 2265 category 1 False 02 NA True #> 2266 category 1 False 02 NA False #> 2267 category 2 False 02 NA True #> 2268 category 2 False 02 NA True #> 2269 category 2 False 02 NA True #> 2270 category 2 False 02 NA True #> 2271 category 2 False 02 NA True #> 2272 category 2 True 02 NA True #> 2273 category 2 True 02 NA True #> 2274 category 1 False 02 NA False #> 2275 category 2 False 02 NA True #> 2276 category 2 True 02 NA True #> 2277 category 2 True 02 NA True #> 2278 category 1 True 02 NA True #> 2279 category 1 True 02 NA True #> 2280 category 1 True 02 NA True #> 2281 category 1 True 02 NA True #> 2282 block 1 False 02 NA False #> 2283 category 1 False 02 NA False #> 2284 category 2 False 02 NA True #> 2285 category 2 False 02 NA True #> 2286 category 2 False 02 NA True #> 2287 category 2 False 02 NA True #> 2288 category 2 False 02 NA True #> 2289 category 2 False 02 NA True #> 2290 category 2 True 02 NA True #> 2291 category 2 True 02 NA True #> 2292 category 1 False 02 NA False #> 2293 category 2 False 02 NA True #> 2294 category 2 False 02 NA True #> 2295 category 2 False 02 NA True #> 2296 category 2 False 02 NA True #> 2297 category 2 False 02 NA True #> 2298 category 2 True 02 NA True #> 2299 category 2 True 02 NA True #> 2300 category 1 False 02 NA False #> 2301 category 2 False 02 NA True #> 2302 category 2 False 02 NA True #> 2303 category 2 True 02 NA True #> 2304 category 1 False 02 NA True #> 2305 category 1 False 02 NA True #> 2306 category 1 False 02 NA True #> 2307 category 1 False 02 NA True #> 2308 category 1 False 02 NA True #> 2309 category 1 False 02 NA True #> 2310 category 1 False 02 NA True #> 2311 category 1 False 02 NA False #> 2312 category 2 False 02 NA True #> 2313 category 2 True 02 NA True #> 2314 category 2 True 02 NA True #> 2315 category 1 False 02 NA True #> 2316 category 1 False 02 NA True #> 2317 category 1 True 02 NA True #> 2318 category 1 True 02 NA True #> 2319 block 1 False 02 NA False #> 2320 category 1 False 02 NA False #> 2321 category 2 False 02 NA True #> 2322 category 2 False 02 NA True #> 2323 category 2 True 02 NA True #> 2324 category 2 True 02 NA True #> 2325 category 1 False 02 NA False #> 2326 category 2 False 02 NA True #> 2327 category 2 False 02 NA True #> 2328 category 2 True 02 NA True #> 2329 category 2 True 02 NA True #> 2330 category 1 False 02 NA True #> 2331 category 1 False 02 NA True #> 2332 category 1 False 02 NA True #> 2333 category 1 False 02 NA True #> 2334 category 1 False 02 NA True #> 2335 category 1 False 02 NA True #> 2336 category 1 False 02 NA True #> 2337 category 1 False 02 NA True #> 2338 category 1 False 02 NA True #> 2339 category 1 False 02 NA True #> 2340 category 1 False 02 NA True #> 2341 category 1 True 02 NA True #> 2342 category 1 True 02 NA True #> 2343 chapter 1 False 03 NA False #> 2344 block 1 False 03 NA False #> 2345 block 2 False 03 NA False #> 2346 category 1 False 03 NA False #> 2347 category 2 False 03 NA False #> 2348 category 3 False 03 NA True #> 2349 category 3 True 03 NA True #> 2350 category 2 False 03 NA True #> 2351 category 2 False 03 NA True #> 2352 category 2 False 03 NA True #> 2353 category 2 True 03 NA True #> 2354 category 2 True 03 NA True #> 2355 category 1 False 03 NA False #> 2356 category 2 False 03 NA True #> 2357 category 2 False 03 NA True #> 2358 category 2 False 03 NA True #> 2359 category 2 False 03 NA False #> 2360 category 3 False 03 NA True #> 2361 category 3 True 03 NA True #> 2362 category 2 False 03 NA True #> 2363 category 2 False 03 NA True #> 2364 category 2 True 03 NA True #> 2365 category 2 True 03 NA True #> 2366 category 1 False 03 NA False #> 2367 category 2 False 03 NA True #> 2368 category 2 False 03 NA True #> 2369 category 2 False 03 NA True #> 2370 category 2 False 03 NA True #> 2371 category 2 False 03 NA True #> 2372 category 2 True 03 NA True #> 2373 category 2 True 03 NA True #> 2374 category 1 False 03 NA False #> 2375 category 2 False 03 NA True #> 2376 category 2 False 03 NA True #> 2377 category 2 False 03 NA True #> 2378 category 2 False 03 NA True #> 2379 category 2 False 03 NA False #> 2380 category 3 False 03 NA True #> 2381 category 3 False 03 NA True #> 2382 category 3 False 03 NA True #> 2383 category 3 True 03 NA True #> 2384 category 2 False 03 NA True #> 2385 category 2 False 03 NA True #> 2386 category 2 True 03 NA True #> 2387 block 2 False 03 NA False #> 2388 block 3 False 03 NA False #> 2389 category 1 False 03 NA False #> 2390 category 2 False 03 NA False #> 2391 category 3 False 03 NA True #> 2392 category 3 True 03 NA True #> 2393 category 3 True 03 NA True #> 2394 category 2 False 03 NA True #> 2395 category 2 False 03 NA True #> 2396 category 2 False 03 NA True #> 2397 category 2 True 03 NA True #> 2398 category 2 True 03 NA True #> 2399 category 1 True 03 NA True #> 2400 block 3 False 03 NA False #> 2401 category 1 False 03 NA False #> 2402 category 2 False 03 NA True #> 2403 category 2 False 03 NA True #> 2404 category 2 False 03 NA True #> 2405 category 2 False 03 NA True #> 2406 category 2 False 03 NA True #> 2407 category 2 False 03 NA True #> 2408 category 2 True 03 NA True #> 2409 category 1 False 03 NA False #> 2410 category 2 False 03 NA True #> 2411 category 2 False 03 NA True #> 2412 category 2 False 03 NA True #> 2413 category 2 True 03 NA True #> 2414 category 1 True 03 NA True #> 2415 category 1 True 03 NA True #> 2416 category 1 False 03 NA False #> 2417 category 2 False 03 NA False #> 2418 category 3 False 03 NA True #> 2419 category 3 False 03 NA True #> 2420 category 3 False 03 NA True #> 2421 category 3 False 03 NA True #> 2422 category 3 True 03 NA True #> 2423 category 3 True 03 NA True #> 2424 category 2 False 03 NA True #> 2425 category 2 False 03 NA True #> 2426 category 2 False 03 NA True #> 2427 category 2 False 03 NA True #> 2428 category 2 True 03 NA True #> 2429 category 2 True 03 NA True #> 2430 category 1 False 03 NA False #> 2431 category 2 False 03 NA True #> 2432 category 2 False 03 NA True #> 2433 category 2 False 03 NA True #> 2434 category 2 False 03 NA True #> 2435 category 2 False 03 NA True #> 2436 category 2 False 03 NA True #> 2437 category 2 False 03 NA True #> 2438 category 2 False 03 NA True #> 2439 category 2 False 03 NA True #> 2440 category 2 False 03 NA True #> 2441 category 2 False 03 NA True #> 2442 category 2 False 03 NA True #> 2443 category 2 True 03 NA True #> 2444 category 2 True 03 NA True #> 2445 block 2 False 03 NA False #> 2446 category 1 False 03 NA False #> 2447 category 2 False 03 NA True #> 2448 category 2 False 03 NA True #> 2449 category 2 True 03 NA True #> 2450 category 1 False 03 NA False #> 2451 category 2 False 03 NA True #> 2452 category 2 False 03 NA True #> 2453 category 2 True 03 NA True #> 2454 category 2 True 03 NA True #> 2455 category 1 True 03 NA True #> 2456 category 1 False 03 NA False #> 2457 category 2 False 03 NA True #> 2458 category 2 False 03 NA False #> 2459 category 3 False 03 NA True #> 2460 category 3 False 03 NA True #> 2461 category 3 False 03 NA True #> 2462 category 3 True 03 NA True #> 2463 category 3 True 03 NA True #> 2464 category 2 True 03 NA True #> 2465 category 1 False 03 NA False #> 2466 category 2 False 03 NA True #> 2467 category 2 False 03 NA True #> 2468 category 2 False 03 NA True #> 2469 category 2 True 03 NA True #> 2470 category 2 True 03 NA True #> 2471 category 1 False 03 NA False #> 2472 category 2 False 03 NA False #> 2473 category 3 False 03 NA True #> 2474 category 3 False 03 NA True #> 2475 category 3 True 03 NA True #> 2476 category 3 True 03 NA True #> 2477 category 2 False 03 NA True #> 2478 category 2 True 03 NA True #> 2479 category 1 False 03 NA True #> 2480 block 2 False 03 NA False #> 2481 category 1 False 03 NA False #> 2482 category 2 False 03 NA True #> 2483 category 2 True 03 NA True #> 2484 category 2 True 03 NA True #> 2485 category 1 False 03 NA False #> 2486 category 2 False 03 NA True #> 2487 category 2 False 03 NA True #> 2488 category 2 False 03 NA True #> 2489 category 2 True 03 NA True #> 2490 category 2 True 03 NA True #> 2491 category 1 True 03 NA True #> 2492 category 1 False 03 NA True #> 2493 category 1 False 03 NA True #> 2494 category 1 False 03 NA True #> 2495 category 1 False 03 NA True #> 2496 category 1 False 03 NA True #> 2497 category 1 True 03 NA True #> 2498 category 1 True 03 NA True #> 2499 block 1 False 03 NA False #> 2500 block 2 False 03 NA False #> 2501 block 3 False 03 NA False #> 2502 category 1 False 03 NA False #> 2503 category 2 False 03 NA True #> 2504 category 2 False 03 NA True #> 2505 category 2 True 03 NA True #> 2506 category 2 True 03 NA True #> 2507 category 1 False 03 NA False #> 2508 category 2 False 03 NA True #> 2509 category 2 True 03 NA True #> 2510 category 2 True 03 NA True #> 2511 category 1 False 03 NA True #> 2512 category 1 False 03 NA True #> 2513 category 1 False 03 NA False #> 2514 category 2 False 03 NA True #> 2515 category 2 False 03 NA True #> 2516 category 2 False 03 NA True #> 2517 category 2 True 03 NA True #> 2518 category 1 False 03 NA True #> 2519 category 1 True 03 NA True #> 2520 block 3 False 03 NA False #> 2521 category 1 False 03 NA True #> 2522 category 1 False 03 NA False #> 2523 category 2 False 03 NA True #> 2524 category 2 False 03 NA True #> 2525 category 2 True 03 NA True #> 2526 category 2 True 03 NA True #> 2527 category 1 False 03 NA True #> 2528 category 1 True 03 NA True #> 2529 category 1 True 03 NA True #> 2530 block 2 False 03 NA False #> 2531 category 1 False 03 NA False #> 2532 category 2 False 03 NA True #> 2533 category 2 False 03 NA True #> 2534 category 2 True 03 NA True #> 2535 category 2 True 03 NA True #> 2536 category 1 False 03 NA True #> 2537 category 1 False 03 NA False #> 2538 category 2 False 03 NA True #> 2539 category 2 False 03 NA True #> 2540 category 1 False 03 NA False #> 2541 category 2 False 03 NA False #> 2542 category 3 False 03 NA True #> 2543 category 3 True 03 NA True #> 2544 category 3 True 03 NA True #> 2545 category 2 False 03 NA True #> 2546 category 2 True 03 NA True #> 2547 category 2 True 03 NA True #> 2548 category 1 False 03 NA False #> 2549 category 2 False 03 NA False #> 2550 category 3 False 03 NA True #> 2551 category 3 False 03 NA True #> 2552 category 3 True 03 NA True #> 2553 category 3 True 03 NA True #> 2554 category 2 False 03 NA True #> 2555 category 2 False 03 NA True #> 2556 category 2 False 03 NA True #> 2557 category 2 False 03 NA True #> 2558 category 2 False 03 NA True #> 2559 category 2 True 03 NA True #> 2560 category 2 True 03 NA True #> 2561 category 1 False 03 NA False #> 2562 category 2 False 03 NA True #> 2563 category 2 False 03 NA False #> 2564 category 3 False 03 NA True #> 2565 category 3 True 03 NA True #> 2566 category 3 True 03 NA True #> 2567 category 2 True 03 NA True #> 2568 category 2 True 03 NA True #> 2569 category 1 False 03 NA False #> 2570 category 2 False 03 NA False #> 2571 category 3 False 03 NA True #> 2572 category 3 False 03 NA True #> 2573 category 3 True 03 NA True #> 2574 category 2 False 03 NA False #> 2575 category 3 False 03 NA True #> 2576 category 3 False 03 NA True #> 2577 category 3 False 03 NA True #> 2578 category 3 False 03 NA True #> 2579 category 3 False 03 NA True #> 2580 category 3 True 03 NA True #> 2581 category 2 True 03 NA True #> 2582 category 1 False 03 NA True #> 2583 category 1 True 03 NA True #> 2584 category 1 True 03 NA True #> 2585 block 1 False 03 NA False #> 2586 category 1 False 03 NA False #> 2587 category 2 False 03 NA True #> 2588 category 1 False 03 NA False #> 2589 category 2 False 03 NA True #> 2590 category 2 False 03 NA True #> 2591 category 2 False 03 NA True #> 2592 category 2 False 03 NA True #> 2593 category 2 False 03 NA True #> 2594 category 2 False 03 NA False #> 2595 category 3 False 03 NA True #> 2596 category 3 False 03 NA True #> 2597 category 3 True 03 NA True #> 2598 category 3 True 03 NA True #> 2599 category 2 False 03 NA True #> 2600 category 2 False 03 NA False #> 2601 category 3 False 03 NA True #> 2602 category 3 False 03 NA True #> 2603 category 3 True 03 NA True #> 2604 category 3 True 03 NA True #> 2605 category 2 False 03 NA True #> 2606 category 2 False 03 NA True #> 2607 category 2 False 03 NA True #> 2608 category 2 False 03 NA True #> 2609 category 2 False 03 NA True #> 2610 category 2 True 03 NA True #> 2611 category 2 True 03 NA True #> 2612 category 1 True 03 NA True #> 2613 category 1 True 03 NA True #> 2614 category 1 True 03 NA True #> 2615 chapter 1 False 04 NA False #> 2616 block 1 False 04 NA False #> 2617 category 1 False 04 NA False #> 2618 category 2 False 04 NA False #> 2619 category 3 False 04 NA True #> 2620 category 3 True 04 NA True #> 2621 category 3 True 04 NA True #> 2622 category 2 False 04 NA False #> 2623 category 3 False 04 NA True #> 2624 category 3 False 04 NA True #> 2625 category 3 False 04 NA True #> 2626 category 3 False 04 NA True #> 2627 category 3 False 04 NA True #> 2628 category 3 False 04 NA True #> 2629 category 3 True 04 NA True #> 2630 category 3 True 04 NA True #> 2631 category 2 False 04 NA True #> 2632 category 2 False 04 NA True #> 2633 category 2 True 04 NA True #> 2634 category 2 True 04 NA True #> 2635 category 1 False 04 NA False #> 2636 category 2 False 04 NA False #> 2637 category 3 False 04 NA True #> 2638 category 3 False 04 NA True #> 2639 category 3 False 04 NA True #> 2640 category 3 False 04 NA True #> 2641 category 3 False 04 NA True #> 2642 category 3 False 04 NA True #> 2643 category 3 True 04 NA True #> 2644 category 3 True 04 NA True #> 2645 category 2 False 04 NA False #> 2646 category 3 False 04 NA True #> 2647 category 3 False 04 NA True #> 2648 category 3 False 04 NA True #> 2649 category 3 True 04 NA True #> 2650 category 3 True 04 NA True #> 2651 category 2 False 04 NA False #> 2652 category 3 False 04 NA True #> 2653 category 3 False 04 NA True #> 2654 category 3 False 04 NA True #> 2655 category 3 False 04 NA True #> 2656 category 3 True 04 NA True #> 2657 category 3 True 04 NA True #> 2658 category 2 False 04 NA False #> 2659 category 3 False 04 NA True #> 2660 category 3 False 04 NA True #> 2661 category 3 False 04 NA True #> 2662 category 3 False 04 NA True #> 2663 category 3 False 04 NA True #> 2664 category 2 True 04 NA True #> 2665 category 1 True 04 NA True #> 2666 category 1 True 04 NA True #> 2667 category 1 False 04 NA False #> 2668 category 2 False 04 NA True #> 2669 category 2 False 04 NA True #> 2670 category 2 True 04 NA True #> 2671 category 2 True 04 NA True #> 2672 block 1 False 04 NA False #> 2673 category 1 False 04 NA False #> 2674 category 2 False 04 NA False #> 2675 category 3 False 04 NA True #> 2676 category 3 True 04 NA True #> 2677 category 3 True 04 NA True #> 2678 category 2 False 04 NA True #> 2679 category 2 True 04 NA True #> 2680 category 2 True 04 NA True #> 2681 category 1 False 04 NA False #> 2682 category 2 False 04 NA False #> 2683 category 3 False 04 NA True #> 2684 category 3 False 04 NA True #> 2685 category 3 True 04 NA True #> 2686 category 2 False 04 NA False #> 2687 category 3 False 04 NA True #> 2688 category 3 False 04 NA True #> 2689 category 3 True 04 NA True #> 2690 category 3 True 04 NA True #> 2691 category 2 False 04 NA False #> 2692 category 3 False 04 NA True #> 2693 category 3 False 04 NA True #> 2694 category 3 True 04 NA True #> 2695 category 2 True 04 NA True #> 2696 category 2 True 04 NA True #> 2697 category 1 False 04 NA False #> 2698 category 2 False 04 NA True #> 2699 category 2 False 04 NA True #> 2700 category 2 False 04 NA True #> 2701 category 2 True 04 NA True #> 2702 category 1 False 04 NA False #> 2703 category 2 False 04 NA True #> 2704 category 2 False 04 NA True #> 2705 category 2 False 04 NA False #> 2706 category 3 False 04 NA True #> 2707 category 3 False 04 NA True #> 2708 category 3 False 04 NA True #> 2709 category 3 True 04 NA True #> 2710 category 3 True 04 NA True #> 2711 category 2 False 04 NA True #> 2712 category 2 False 04 NA True #> 2713 category 2 True 04 NA True #> 2714 category 2 True 04 NA True #> 2715 category 1 False 04 NA False #> 2716 category 2 False 04 NA True #> 2717 category 2 False 04 NA True #> 2718 category 2 False 04 NA True #> 2719 category 2 False 04 NA True #> 2720 category 2 False 04 NA True #> 2721 category 2 False 04 NA True #> 2722 category 2 False 04 NA True #> 2723 category 2 False 04 NA True #> 2724 category 2 False 04 NA True #> 2725 category 2 False 04 NA False #> 2726 category 3 False 04 NA True #> 2727 category 3 False 04 NA True #> 2728 category 3 False 04 NA True #> 2729 category 3 True 04 NA True #> 2730 category 3 True 04 NA True #> 2731 category 2 False 04 NA False #> 2732 category 3 False 04 NA True #> 2733 category 3 False 04 NA True #> 2734 category 3 False 04 NA True #> 2735 category 3 True 04 NA True #> 2736 category 3 True 04 NA True #> 2737 category 2 False 04 NA False #> 2738 category 3 False 04 NA True #> 2739 category 3 True 04 NA True #> 2740 category 3 True 04 NA True #> 2741 category 2 True 04 NA True #> 2742 category 2 True 04 NA True #> 2743 category 1 False 04 NA False #> 2744 category 2 False 04 NA True #> 2745 category 2 False 04 NA True #> 2746 category 2 False 04 NA True #> 2747 category 2 False 04 NA True #> 2748 category 2 True 04 NA True #> 2749 category 1 True 04 NA True #> 2750 category 1 True 04 NA True #> 2751 block 1 False 04 NA False #> 2752 category 1 False 04 NA False #> 2753 category 2 False 04 NA True #> 2754 category 2 False 04 NA True #> 2755 category 2 False 04 NA True #> 2756 category 2 True 04 NA True #> 2757 category 2 True 04 NA True #> 2758 category 1 False 04 NA True #> 2759 category 1 False 04 NA True #> 2760 category 1 True 04 NA True #> 2761 category 1 True 04 NA True #> 2762 block 1 False 04 NA False #> 2763 category 1 False 04 NA False #> 2764 category 2 False 04 NA True #> 2765 category 2 False 04 NA True #> 2766 category 2 True 04 NA True #> 2767 category 2 True 04 NA True #> 2768 category 1 False 04 NA True #> 2769 category 1 False 04 NA True #> 2770 category 1 False 04 NA False #> 2771 category 2 False 04 NA True #> 2772 category 2 False 04 NA True #> 2773 category 2 True 04 NA True #> 2774 category 2 True 04 NA True #> 2775 category 1 False 04 NA False #> 2776 category 2 False 04 NA True #> 2777 category 2 False 04 NA True #> 2778 category 2 False 04 NA True #> 2779 category 2 False 04 NA False #> 2780 category 3 False 04 NA True #> 2781 category 3 False 04 NA True #> 2782 category 3 True 04 NA True #> 2783 category 3 True 04 NA True #> 2784 category 2 False 04 NA True #> 2785 category 2 False 04 NA True #> 2786 category 2 False 04 NA True #> 2787 category 2 True 04 NA True #> 2788 category 2 True 04 NA True #> 2789 category 1 False 04 NA False #> 2790 category 2 False 04 NA False #> 2791 category 3 False 04 NA True #> 2792 category 3 False 04 NA True #> 2793 category 3 False 04 NA True #> 2794 category 3 False 04 NA True #> 2795 category 3 False 04 NA True #> 2796 category 3 True 04 NA True #> 2797 category 3 True 04 NA True #> 2798 category 2 False 04 NA True #> 2799 category 2 False 04 NA False #> 2800 category 3 False 04 NA True #> 2801 category 3 False 04 NA True #> 2802 category 3 False 04 NA True #> 2803 category 3 True 04 NA True #> 2804 category 3 True 04 NA True #> 2805 category 2 False 04 NA False #> 2806 category 3 False 04 NA True #> 2807 category 3 False 04 NA True #> 2808 category 3 False 04 NA True #> 2809 category 2 True 04 NA True #> 2810 category 2 True 04 NA True #> 2811 category 1 True 04 NA True #> 2812 category 1 True 04 NA True #> 2813 block 1 False 04 NA False #> 2814 category 1 False 04 NA False #> 2815 category 2 False 04 NA False #> 2816 category 3 False 04 NA True #> 2817 category 3 False 04 NA True #> 2818 category 3 True 04 NA True #> 2819 category 2 False 04 NA False #> 2820 category 3 False 04 NA True #> 2821 category 3 False 04 NA True #> 2822 category 3 True 04 NA True #> 2823 category 2 True 04 NA True #> 2824 category 1 False 04 NA False #> 2825 category 2 False 04 NA False #> 2826 category 3 False 04 NA True #> 2827 category 3 False 04 NA True #> 2828 category 3 False 04 NA True #> 2829 category 3 False 04 NA True #> 2830 category 3 True 04 NA True #> 2831 category 3 True 04 NA True #> 2832 category 2 False 04 NA True #> 2833 category 2 True 04 NA True #> 2834 category 1 False 04 NA False #> 2835 category 2 False 04 NA True #> 2836 category 2 False 04 NA True #> 2837 category 2 True 04 NA True #> 2838 category 1 False 04 NA False #> 2839 category 2 False 04 NA True #> 2840 category 2 False 04 NA True #> 2841 category 2 True 04 NA True #> 2842 category 1 False 04 NA True #> 2843 category 1 False 04 NA True #> 2844 category 1 False 04 NA True #> 2845 category 1 False 04 NA True #> 2846 category 1 True 04 NA True #> 2847 category 1 True 04 NA True #> 2848 block 1 False 04 NA False #> 2849 category 1 False 04 NA False #> 2850 category 2 False 04 NA True #> 2851 category 2 False 04 NA True #> 2852 category 2 False 04 NA True #> 2853 category 2 False 04 NA True #> 2854 category 2 False 04 NA True #> 2855 category 2 False 04 NA True #> 2856 category 2 True 04 NA True #> 2857 category 2 True 04 NA True #> 2858 category 1 False 04 NA True #> 2859 category 1 False 04 NA True #> 2860 category 1 False 04 NA True #> 2861 category 1 False 04 NA False #> 2862 category 2 False 04 NA True #> 2863 category 2 False 04 NA True #> 2864 category 2 True 04 NA True #> 2865 category 2 True 04 NA True #> 2866 category 1 True 04 NA True #> 2867 category 1 False 04 NA False #> 2868 category 2 False 04 NA True #> 2869 category 2 False 04 NA True #> 2870 category 2 False 04 NA True #> 2871 category 2 True 04 NA True #> 2872 category 2 True 04 NA True #> 2873 category 1 True 04 NA True #> 2874 category 1 True 04 NA True #> 2875 chapter 1 False 05 NA False #> 2876 block 1 False 05 NA False #> 2877 block 2 False 05 NA False #> 2878 category 1 False 05 NA False #> 2879 category 2 False 05 NA False #> 2880 category 3 False 05 NA True #> 2881 category 3 False 05 NA True #> 2882 category 3 False 05 NA True #> 2883 category 3 False 05 NA True #> 2884 category 3 False 05 NA True #> 2885 category 3 True 05 NA True #> 2886 category 3 True 05 NA True #> 2887 category 2 False 05 NA False #> 2888 category 3 False 05 NA True #> 2889 category 3 False 05 NA True #> 2890 category 3 True 05 NA True #> 2891 category 2 False 05 NA False #> 2892 category 3 False 05 NA True #> 2893 category 3 False 05 NA True #> 2894 category 3 False 05 NA True #> 2895 category 3 True 05 NA True #> 2896 category 3 True 05 NA True #> 2897 category 2 True 05 NA True #> 2898 category 1 False 05 NA False #> 2899 category 2 False 05 NA True #> 2900 category 2 False 05 NA True #> 2901 category 2 False 05 NA True #> 2902 category 2 True 05 NA True #> 2903 category 1 False 05 NA False #> 2904 category 2 False 05 NA True #> 2905 category 2 False 05 NA True #> 2906 category 2 False 05 NA True #> 2907 category 2 False 05 NA True #> 2908 category 2 False 05 NA True #> 2909 category 2 False 05 NA True #> 2910 category 2 False 05 NA True #> 2911 category 2 True 05 NA True #> 2912 category 2 True 05 NA True #> 2913 category 1 False 05 NA False #> 2914 category 2 False 05 NA True #> 2915 category 2 False 05 NA True #> 2916 category 2 False 05 NA False #> 2917 category 3 False 05 NA True #> 2918 category 3 False 05 NA True #> 2919 category 3 True 05 NA True #> 2920 category 3 True 05 NA True #> 2921 category 2 True 05 NA True #> 2922 category 2 True 05 NA True #> 2923 category 1 False 05 NA True #> 2924 category 1 False 05 NA True #> 2925 category 1 False 05 NA True #> 2926 category 1 True 05 NA True #> 2927 category 1 True 05 NA True #> 2928 block 2 False 05 NA False #> 2929 category 1 False 05 NA True #> 2930 category 1 False 05 NA True #> 2931 category 1 False 05 NA True #> 2932 category 1 False 05 NA False #> 2933 category 2 False 05 NA True #> 2934 category 2 False 05 NA True #> 2935 category 2 False 05 NA True #> 2936 category 2 False 05 NA True #> 2937 category 2 False 05 NA True #> 2938 category 2 False 05 NA True #> 2939 category 2 False 05 NA True #> 2940 category 2 False 05 NA True #> 2941 category 2 True 05 NA True #> 2942 category 1 False 05 NA True #> 2943 block 3 False 05 NA False #> 2944 category 1 False 05 NA False #> 2945 category 2 False 05 NA True #> 2946 category 2 False 05 NA True #> 2947 category 2 True 05 NA True #> 2948 category 1 False 05 NA False #> 2949 category 2 False 05 NA True #> 2950 category 2 False 05 NA True #> 2951 category 2 True 05 NA True #> 2952 category 1 False 05 NA False #> 2953 category 2 False 05 NA True #> 2954 category 2 False 05 NA True #> 2955 category 2 False 05 NA True #> 2956 category 2 False 05 NA True #> 2957 category 2 True 05 NA True #> 2958 category 2 True 05 NA True #> 2959 category 1 False 05 NA True #> 2960 category 1 False 05 NA True #> 2961 category 1 True 05 NA True #> 2962 block 2 False 05 NA False #> 2963 category 1 False 05 NA False #> 2964 category 2 False 05 NA True #> 2965 category 2 False 05 NA True #> 2966 category 2 True 05 NA True #> 2967 category 2 True 05 NA True #> 2968 category 1 False 05 NA True #> 2969 category 1 False 05 NA True #> 2970 category 1 False 05 NA False #> 2971 category 2 False 05 NA True #> 2972 category 2 False 05 NA True #> 2973 category 2 True 05 NA True #> 2974 category 2 True 05 NA True #> 2975 category 1 False 05 NA True #> 2976 category 1 False 05 NA True #> 2977 category 1 True 05 NA True #> 2978 category 1 True 05 NA True #> 2979 block 2 False 05 NA False #> 2980 category 1 False 05 NA False #> 2981 category 2 False 05 NA False #> 2982 category 3 False 05 NA True #> 2983 category 3 False 05 NA True #> 2984 category 3 False 05 NA True #> 2985 category 3 False 05 NA True #> 2986 category 3 True 05 NA True #> 2987 category 3 True 05 NA True #> 2988 category 2 False 05 NA True #> 2989 category 2 True 05 NA True #> 2990 category 2 True 05 NA True #> 2991 category 1 False 05 NA False #> 2992 category 2 False 05 NA True #> 2993 category 2 False 05 NA True #> 2994 category 2 False 05 NA True #> 2995 category 2 True 05 NA True #> 2996 category 2 True 05 NA True #> 2997 category 1 True 05 NA True #> 2998 category 1 True 05 NA True #> 2999 block 2 False 05 NA False #> 3000 category 1 False 05 NA False #> 3001 category 2 False 05 NA True #> 3002 category 2 False 05 NA True #> 3003 category 2 False 05 NA False #> 3004 category 3 False 05 NA True #> 3005 category 3 True 05 NA True #> 3006 category 3 True 05 NA True #> 3007 category 2 False 05 NA True #> 3008 category 2 True 05 NA True #> 3009 category 2 True 05 NA True #> 3010 category 1 False 05 NA False #> 3011 category 2 False 05 NA True #> 3012 category 2 False 05 NA True #> 3013 category 2 False 05 NA True #> 3014 category 2 False 05 NA True #> 3015 category 2 False 05 NA False #> 3016 category 3 False 05 NA True #> 3017 category 3 False 05 NA True #> 3018 category 3 True 05 NA True #> 3019 category 3 True 05 NA True #> 3020 category 2 False 05 NA True #> 3021 category 2 False 05 NA True #> 3022 category 2 True 05 NA True #> 3023 category 1 True 05 NA True #> 3024 block 2 False 05 NA False #> 3025 category 1 False 05 NA False #> 3026 category 2 False 05 NA True #> 3027 category 2 False 05 NA True #> 3028 category 2 False 05 NA True #> 3029 category 2 False 05 NA True #> 3030 category 2 True 05 NA True #> 3031 category 2 True 05 NA True #> 3032 category 1 False 05 NA False #> 3033 category 2 False 05 NA False #> 3034 category 3 False 05 NA True #> 3035 category 3 False 05 NA True #> 3036 category 3 True 05 NA True #> 3037 category 3 True 05 NA True #> 3038 category 2 False 05 NA True #> 3039 category 2 True 05 NA True #> 3040 category 2 True 05 NA True #> 3041 category 1 False 05 NA False #> 3042 category 2 False 05 NA True #> 3043 category 2 False 05 NA True #> 3044 category 2 True 05 NA True #> 3045 category 1 False 05 NA True #> 3046 category 1 False 05 NA False #> 3047 category 2 False 05 NA True #> 3048 category 2 False 05 NA True #> 3049 category 2 True 05 NA True #> 3050 category 2 True 05 NA True #> 3051 category 1 False 05 NA True #> 3052 category 1 False 05 NA False #> 3053 category 2 False 05 NA True #> 3054 category 2 True 05 NA True #> 3055 category 1 True 05 NA True #> 3056 block 2 False 05 NA False #> 3057 category 1 False 05 NA False #> 3058 category 2 False 05 NA True #> 3059 category 2 False 05 NA True #> 3060 category 2 False 05 NA True #> 3061 category 2 False 05 NA True #> 3062 category 2 False 05 NA True #> 3063 category 2 False 05 NA True #> 3064 category 2 True 05 NA True #> 3065 category 2 True 05 NA True #> 3066 category 1 False 05 NA False #> 3067 category 2 False 05 NA True #> 3068 category 2 False 05 NA True #> 3069 category 2 True 05 NA True #> 3070 category 2 True 05 NA True #> 3071 category 1 True 05 NA True #> 3072 block 2 False 05 NA False #> 3073 category 1 False 05 NA True #> 3074 category 1 False 05 NA True #> 3075 category 1 False 05 NA True #> 3076 category 1 True 05 NA True #> 3077 category 1 True 05 NA True #> 3078 block 2 False 05 NA False #> 3079 category 1 False 05 NA True #> 3080 category 1 False 05 NA True #> 3081 category 1 True 05 NA True #> 3082 category 1 True 05 NA True #> 3083 block 2 False 05 NA False #> 3084 category 1 False 05 NA True #> 3085 category 1 False 05 NA True #> 3086 category 1 False 05 NA True #> 3087 category 1 True 05 NA True #> 3088 category 1 True 05 NA True #> 3089 category 1 True 05 NA True #> 3090 block 1 False 05 NA False #> 3091 block 2 False 05 NA False #> 3092 category 1 False 05 NA True #> 3093 category 1 False 05 NA True #> 3094 category 1 False 05 NA True #> 3095 category 1 False 05 NA True #> 3096 category 1 False 05 NA True #> 3097 category 1 False 05 NA False #> 3098 category 2 False 05 NA True #> 3099 category 2 False 05 NA True #> 3100 category 2 False 05 NA True #> 3101 category 2 False 05 NA True #> 3102 category 2 False 05 NA True #> 3103 category 2 False 05 NA True #> 3104 category 2 True 05 NA True #> 3105 category 2 True 05 NA True #> 3106 category 1 False 05 NA False #> 3107 category 2 False 05 NA True #> 3108 category 2 True 05 NA True #> 3109 category 2 True 05 NA True #> 3110 category 1 False 05 NA False #> 3111 category 2 False 05 NA True #> 3112 category 2 False 05 NA True #> 3113 category 2 True 05 NA True #> 3114 category 2 True 05 NA True #> 3115 category 1 False 05 NA True #> 3116 category 1 False 05 NA True #> 3117 category 1 False 05 NA False #> 3118 category 2 False 05 NA False #> 3119 category 3 False 05 NA True #> 3120 category 3 False 05 NA True #> 3121 category 3 True 05 NA True #> 3122 category 2 False 05 NA False #> 3123 category 3 False 05 NA True #> 3124 category 3 False 05 NA True #> 3125 category 3 True 05 NA True #> 3126 category 3 True 05 NA True #> 3127 category 2 True 05 NA True #> 3128 category 2 True 05 NA True #> 3129 category 1 False 05 NA True #> 3130 category 1 False 05 NA False #> 3131 category 2 False 05 NA True #> 3132 category 2 True 05 NA True #> 3133 category 2 True 05 NA True #> 3134 category 1 False 05 NA True #> 3135 category 1 False 05 NA True #> 3136 category 1 False 05 NA True #> 3137 category 1 False 05 NA True #> 3138 category 1 False 05 NA True #> 3139 category 1 False 05 NA True #> 3140 category 1 False 05 NA False #> 3141 category 2 False 05 NA True #> 3142 category 2 False 05 NA False #> 3143 category 3 False 05 NA True #> 3144 category 3 True 05 NA True #> 3145 category 3 True 05 NA True #> 3146 category 2 False 05 NA True #> 3147 category 2 False 05 NA True #> 3148 category 2 False 05 NA True #> 3149 category 2 False 05 NA True #> 3150 category 2 False 05 NA True #> 3151 category 2 False 05 NA True #> 3152 category 2 False 05 NA True #> 3153 category 2 False 05 NA True #> 3154 category 2 False 05 NA True #> 3155 category 2 False 05 NA True #> 3156 category 2 True 05 NA True #> 3157 category 2 True 05 NA True #> 3158 block 3 False 05 NA False #> 3159 category 1 False 05 NA True #> 3160 category 1 False 05 NA True #> 3161 category 1 False 05 NA True #> 3162 category 1 False 05 NA True #> 3163 category 1 True 05 NA True #> 3164 category 1 True 05 NA True #> 3165 category 1 False 05 NA True #> 3166 category 1 False 05 NA True #> 3167 category 1 True 05 NA True #> 3168 category 1 True 05 NA True #> 3169 block 2 False 05 NA False #> 3170 block 3 False 05 NA False #> 3171 category 1 False 05 NA False #> 3172 category 2 False 05 NA False #> 3173 category 3 False 05 NA True #> 3174 category 3 False 05 NA True #> 3175 category 3 True 05 NA True #> 3176 category 2 False 05 NA True #> 3177 category 1 False 05 NA False #> 3178 category 2 False 05 NA False #> 3179 category 3 False 05 NA True #> 3180 category 3 False 05 NA True #> 3181 category 2 False 05 NA True #> 3182 category 2 True 05 NA True #> 3183 category 2 True 05 NA True #> 3184 block 3 False 05 NA False #> 3185 category 1 False 05 NA False #> 3186 category 2 False 05 NA True #> 3187 category 2 False 05 NA True #> 3188 category 2 False 05 NA True #> 3189 category 2 False 05 NA True #> 3190 category 2 True 05 NA True #> 3191 category 2 True 05 NA True #> 3192 category 1 False 05 NA False #> 3193 category 2 False 05 NA True #> 3194 category 2 False 05 NA True #> 3195 category 2 False 05 NA True #> 3196 category 2 False 05 NA True #> 3197 category 2 False 05 NA True #> 3198 category 2 False 05 NA True #> 3199 category 2 True 05 NA True #> 3200 category 2 True 05 NA True #> 3201 category 1 True 05 NA True #> 3202 category 1 True 05 NA True #> 3203 category 1 True 05 NA True #> 3204 category 1 True 05 NA True #> 3205 category 1 True 05 NA True #> 3206 category 1 True 05 NA True #> 3207 block 1 False 05 NA False #> 3208 block 2 False 05 NA False #> 3209 category 1 False 05 NA False #> 3210 category 2 False 05 NA False #> 3211 category 3 False 05 NA True #> 3212 category 3 False 05 NA True #> 3213 category 3 False 05 NA True #> 3214 category 3 True 05 NA True #> 3215 category 3 True 05 NA True #> 3216 category 2 False 05 NA False #> 3217 category 3 False 05 NA True #> 3218 category 3 False 05 NA True #> 3219 category 3 False 05 NA True #> 3220 category 3 True 05 NA True #> 3221 category 3 True 05 NA True #> 3222 category 2 False 05 NA False #> 3223 category 3 False 05 NA True #> 3224 category 3 False 05 NA True #> 3225 category 3 True 05 NA True #> 3226 category 3 True 05 NA True #> 3227 category 2 False 05 NA True #> 3228 category 2 False 05 NA True #> 3229 category 2 False 05 NA True #> 3230 category 2 False 05 NA True #> 3231 category 2 False 05 NA False #> 3232 category 3 False 05 NA True #> 3233 category 3 False 05 NA True #> 3234 category 3 True 05 NA True #> 3235 category 3 True 05 NA True #> 3236 category 2 False 05 NA True #> 3237 category 2 False 05 NA True #> 3238 category 2 False 05 NA False #> 3239 category 3 False 05 NA True #> 3240 category 3 False 05 NA True #> 3241 category 3 False 05 NA True #> 3242 category 3 False 05 NA True #> 3243 category 3 True 05 NA True #> 3244 category 3 True 05 NA True #> 3245 category 2 False 05 NA True #> 3246 category 2 False 05 NA True #> 3247 category 2 False 05 NA False #> 3248 category 3 False 05 NA True #> 3249 category 3 True 05 NA True #> 3250 category 3 True 05 NA True #> 3251 category 2 False 05 NA False #> 3252 category 3 False 05 NA True #> 3253 category 3 False 05 NA True #> 3254 category 3 True 05 NA True #> 3255 category 3 True 05 NA True #> 3256 category 2 False 05 NA False #> 3257 category 3 False 05 NA True #> 3258 category 3 False 05 NA True #> 3259 category 3 False 05 NA True #> 3260 category 3 True 05 NA True #> 3261 category 3 True 05 NA True #> 3262 category 2 False 05 NA True #> 3263 category 2 True 05 NA True #> 3264 category 2 True 05 NA True #> 3265 category 1 False 05 NA False #> 3266 category 2 False 05 NA True #> 3267 category 2 False 05 NA True #> 3268 category 2 False 05 NA False #> 3269 category 3 False 05 NA True #> 3270 category 3 True 05 NA True #> 3271 category 3 True 05 NA True #> 3272 category 2 False 05 NA True #> 3273 category 2 False 05 NA False #> 3274 category 3 False 05 NA True #> 3275 category 3 False 05 NA True #> 3276 category 3 False 05 NA True #> 3277 category 3 True 05 NA True #> 3278 category 3 True 05 NA True #> 3279 category 2 False 05 NA False #> 3280 category 3 False 05 NA True #> 3281 category 3 True 05 NA True #> 3282 category 3 True 05 NA True #> 3283 category 2 True 05 NA True #> 3284 category 2 True 05 NA True #> 3285 category 1 False 05 NA False #> 3286 category 2 False 05 NA False #> 3287 category 3 False 05 NA True #> 3288 category 3 False 05 NA True #> 3289 category 3 False 05 NA True #> 3290 category 3 False 05 NA True #> 3291 category 3 True 05 NA True #> 3292 category 3 True 05 NA True #> 3293 category 2 False 05 NA False #> 3294 category 3 False 05 NA True #> 3295 category 3 False 05 NA True #> 3296 category 3 True 05 NA True #> 3297 category 3 True 05 NA True #> 3298 category 2 False 05 NA True #> 3299 category 2 True 05 NA True #> 3300 category 2 True 05 NA True #> 3301 category 1 False 05 NA False #> 3302 category 2 False 05 NA False #> 3303 category 3 False 05 NA True #> 3304 category 3 False 05 NA True #> 3305 category 3 False 05 NA True #> 3306 category 3 False 05 NA True #> 3307 category 3 True 05 NA True #> 3308 category 3 True 05 NA True #> 3309 category 2 False 05 NA True #> 3310 category 2 False 05 NA False #> 3311 category 3 False 05 NA True #> 3312 category 3 False 05 NA True #> 3313 category 3 False 05 NA True #> 3314 category 3 False 05 NA True #> 3315 category 3 False 05 NA True #> 3316 category 3 False 05 NA True #> 3317 category 3 True 05 NA True #> 3318 category 3 True 05 NA True #> 3319 category 2 False 05 NA False #> 3320 category 3 False 05 NA True #> 3321 category 3 False 05 NA True #> 3322 category 3 True 05 NA True #> 3323 category 3 True 05 NA True #> 3324 category 2 False 05 NA True #> 3325 category 2 True 05 NA True #> 3326 category 2 True 05 NA True #> 3327 category 1 False 05 NA False #> 3328 category 2 False 05 NA True #> 3329 category 2 False 05 NA True #> 3330 category 2 False 05 NA True #> 3331 category 2 True 05 NA True #> 3332 category 2 True 05 NA True #> 3333 category 1 False 05 NA False #> 3334 category 2 False 05 NA False #> 3335 category 3 False 05 NA True #> 3336 category 3 False 05 NA True #> 3337 category 3 True 05 NA True #> 3338 category 3 True 05 NA True #> 3339 category 2 False 05 NA True #> 3340 category 2 False 05 NA True #> 3341 category 2 True 05 NA True #> 3342 category 2 True 05 NA True #> 3343 category 1 False 05 NA False #> 3344 category 2 False 05 NA False #> 3345 category 3 False 05 NA True #> 3346 category 3 False 05 NA True #> 3347 category 3 False 05 NA True #> 3348 category 3 True 05 NA True #> 3349 category 3 True 05 NA True #> 3350 category 2 False 05 NA True #> 3351 category 2 False 05 NA False #> 3352 category 3 False 05 NA True #> 3353 category 3 False 05 NA True #> 3354 category 3 True 05 NA True #> 3355 category 3 True 05 NA True #> 3356 category 2 False 05 NA False #> 3357 category 3 False 05 NA True #> 3358 category 3 False 05 NA True #> 3359 category 3 False 05 NA True #> 3360 category 3 False 05 NA True #> 3361 category 3 True 05 NA True #> 3362 category 3 True 05 NA True #> 3363 category 2 False 05 NA True #> 3364 category 2 True 05 NA True #> 3365 category 2 True 05 NA True #> 3366 category 1 False 05 NA False #> 3367 category 2 False 05 NA True #> 3368 category 2 False 05 NA True #> 3369 category 2 True 05 NA True #> 3370 category 2 True 05 NA True #> 3371 category 1 False 05 NA False #> 3372 category 2 False 05 NA False #> 3373 category 3 False 05 NA True #> 3374 category 3 False 05 NA True #> 3375 category 3 False 05 NA True #> 3376 category 3 False 05 NA True #> 3377 category 3 False 05 NA True #> 3378 category 3 True 05 NA True #> 3379 category 3 True 05 NA True #> 3380 category 2 False 05 NA False #> 3381 category 3 False 05 NA True #> 3382 category 3 False 05 NA True #> 3383 category 3 False 05 NA True #> 3384 category 3 True 05 NA True #> 3385 category 3 True 05 NA True #> 3386 category 2 True 05 NA True #> 3387 category 2 True 05 NA True #> 3388 category 1 False 05 NA False #> 3389 category 2 False 05 NA False #> 3390 category 3 False 05 NA True #> 3391 category 3 False 05 NA True #> 3392 category 3 True 05 NA True #> 3393 category 3 True 05 NA True #> 3394 category 2 False 05 NA True #> 3395 category 2 False 05 NA True #> 3396 category 2 True 05 NA True #> 3397 category 2 True 05 NA True #> 3398 category 1 False 05 NA True #> 3399 category 1 True 05 NA True #> 3400 category 1 True 05 NA True #> 3401 block 2 False 05 NA False #> 3402 category 1 False 05 NA False #> 3403 category 2 False 05 NA True #> 3404 category 2 False 05 NA True #> 3405 category 2 False 05 NA True #> 3406 category 2 True 05 NA True #> 3407 category 2 True 05 NA True #> 3408 category 1 False 05 NA False #> 3409 category 2 False 05 NA True #> 3410 category 2 False 05 NA True #> 3411 category 2 False 05 NA True #> 3412 category 2 False 05 NA True #> 3413 category 2 False 05 NA False #> 3414 category 3 False 05 NA True #> 3415 category 3 True 05 NA True #> 3416 category 3 True 05 NA True #> 3417 category 2 False 05 NA True #> 3418 category 2 False 05 NA False #> 3419 category 3 False 05 NA True #> 3420 category 3 False 05 NA True #> 3421 category 3 False 05 NA True #> 3422 category 3 True 05 NA True #> 3423 category 2 True 05 NA True #> 3424 category 2 True 05 NA True #> 3425 category 1 False 05 NA True #> 3426 category 1 False 05 NA False #> 3427 category 2 False 05 NA True #> 3428 category 2 False 05 NA True #> 3429 category 2 False 05 NA False #> 3430 category 3 False 05 NA True #> 3431 category 3 False 05 NA True #> 3432 category 3 False 05 NA True #> 3433 category 3 True 05 NA True #> 3434 category 3 True 05 NA True #> 3435 category 2 True 05 NA True #> 3436 category 2 True 05 NA True #> 3437 category 1 False 05 NA False #> 3438 category 2 False 05 NA False #> 3439 category 3 False 05 NA True #> 3440 category 3 True 05 NA True #> 3441 category 3 True 05 NA True #> 3442 category 2 False 05 NA False #> 3443 category 3 False 05 NA True #> 3444 category 3 True 05 NA True #> 3445 category 3 True 05 NA True #> 3446 category 2 False 05 NA False #> 3447 category 3 False 05 NA True #> 3448 category 3 False 05 NA True #> 3449 category 3 True 05 NA True #> 3450 category 3 True 05 NA True #> 3451 category 2 False 05 NA True #> 3452 category 2 False 05 NA False #> 3453 category 3 False 05 NA True #> 3454 category 3 False 05 NA True #> 3455 category 3 True 05 NA True #> 3456 category 2 False 05 NA True #> 3457 category 2 False 05 NA True #> 3458 category 2 False 05 NA True #> 3459 category 2 True 05 NA True #> 3460 category 2 True 05 NA True #> 3461 category 1 True 05 NA True #> 3462 category 1 True 05 NA True #> 3463 block 2 False 05 NA False #> 3464 category 1 False 05 NA False #> 3465 category 2 False 05 NA True #> 3466 category 2 False 05 NA True #> 3467 category 2 True 05 NA True #> 3468 category 2 True 05 NA True #> 3469 category 1 False 05 NA True #> 3470 category 1 False 05 NA True #> 3471 category 1 False 05 NA False #> 3472 category 2 False 05 NA True #> 3473 category 2 False 05 NA True #> 3474 category 2 False 05 NA True #> 3475 category 2 True 05 NA True #> 3476 category 2 True 05 NA True #> 3477 category 1 False 05 NA True #> 3478 category 1 False 05 NA True #> 3479 category 1 False 05 NA True #> 3480 category 1 False 05 NA True #> 3481 category 1 False 05 NA True #> 3482 category 1 True 05 NA True #> 3483 category 1 True 05 NA True #> 3484 block 2 False 05 NA False #> 3485 category 1 False 05 NA False #> 3486 category 2 False 05 NA False #> 3487 category 3 False 05 NA True #> 3488 category 3 False 05 NA True #> 3489 category 3 True 05 NA True #> 3490 category 2 False 05 NA True #> 3491 category 2 False 05 NA True #> 3492 category 2 False 05 NA True #> 3493 category 2 True 05 NA True #> 3494 category 2 True 05 NA True #> 3495 category 1 False 05 NA False #> 3496 category 2 False 05 NA True #> 3497 category 2 False 05 NA True #> 3498 category 2 True 05 NA True #> 3499 category 2 True 05 NA True #> 3500 category 1 True 05 NA True #> 3501 category 1 True 05 NA True #> 3502 category 1 False 05 NA False #> 3503 category 2 False 05 NA True #> 3504 category 2 False 05 NA True #> 3505 category 2 False 05 NA True #> 3506 category 2 False 05 NA True #> 3507 category 2 False 05 NA True #> 3508 category 2 False 05 NA True #> 3509 category 2 True 05 NA True #> 3510 category 2 True 05 NA True #> 3511 block 2 False 05 NA False #> 3512 category 1 False 05 NA False #> 3513 category 2 False 05 NA True #> 3514 category 2 False 05 NA True #> 3515 category 2 False 05 NA False #> 3516 category 3 False 05 NA True #> 3517 category 3 False 05 NA True #> 3518 category 3 True 05 NA True #> 3519 category 3 True 05 NA True #> 3520 category 2 False 05 NA True #> 3521 category 2 True 05 NA True #> 3522 category 2 True 05 NA True #> 3523 category 1 False 05 NA True #> 3524 category 1 True 05 NA True #> 3525 category 1 True 05 NA True #> 3526 block 1 False 05 NA False #> 3527 category 1 False 05 NA False #> 3528 category 2 False 05 NA False #> 3529 category 3 False 05 NA True #> 3530 category 3 True 05 NA True #> 3531 category 3 True 05 NA True #> 3532 category 2 True 05 NA True #> 3533 category 2 True 05 NA True #> 3534 category 1 False 05 NA True #> 3535 category 1 False 05 NA True #> 3536 category 1 False 05 NA True #> 3537 category 1 False 05 NA True #> 3538 category 1 False 05 NA True #> 3539 category 1 False 05 NA True #> 3540 chapter 1 False 06 NA False #> 3541 block 1 False 06 NA False #> 3542 category 1 False 06 NA False #> 3543 category 2 False 06 NA True #> 3544 category 2 False 06 NA True #> 3545 category 2 False 06 NA True #> 3546 category 2 False 06 NA True #> 3547 category 2 False 06 NA True #> 3548 category 2 True 06 NA True #> 3549 category 1 False 06 NA False #> 3550 category 2 False 06 NA True #> 3551 category 2 False 06 NA True #> 3552 category 2 False 06 NA False #> 3553 category 3 False 06 NA True #> 3554 category 3 False 06 NA True #> 3555 category 3 False 06 NA True #> 3556 category 3 False 06 NA True #> 3557 category 2 True 06 NA True #> 3558 category 2 True 06 NA True #> 3559 category 1 False 06 NA False #> 3560 category 2 False 06 NA True #> 3561 category 2 False 06 NA True #> 3562 category 2 False 06 NA True #> 3563 category 2 False 06 NA True #> 3564 category 2 False 06 NA True #> 3565 category 2 True 06 NA True #> 3566 category 2 True 06 NA True #> 3567 category 1 False 06 NA False #> 3568 category 2 False 06 NA True #> 3569 category 2 False 06 NA True #> 3570 category 2 False 06 NA True #> 3571 category 2 False 06 NA True #> 3572 category 2 True 06 NA True #> 3573 category 1 False 06 NA True #> 3574 category 1 False 06 NA False #> 3575 category 2 False 06 NA True #> 3576 category 2 False 06 NA True #> 3577 category 2 False 06 NA True #> 3578 category 2 True 06 NA True #> 3579 category 2 True 06 NA True #> 3580 category 1 False 06 NA False #> 3581 category 2 False 06 NA True #> 3582 category 2 False 06 NA True #> 3583 category 2 True 06 NA True #> 3584 category 1 True 06 NA True #> 3585 category 1 True 06 NA True #> 3586 block 1 False 06 NA False #> 3587 category 1 False 06 NA False #> 3588 category 2 False 06 NA False #> 3589 category 3 False 06 NA True #> 3590 category 3 False 06 NA True #> 3591 category 3 False 06 NA True #> 3592 category 3 True 06 NA True #> 3593 category 2 False 06 NA False #> 3594 category 3 False 06 NA True #> 3595 category 3 False 06 NA True #> 3596 category 3 False 06 NA True #> 3597 category 3 True 06 NA True #> 3598 category 2 False 06 NA False #> 3599 category 3 False 06 NA True #> 3600 category 3 False 06 NA True #> 3601 category 3 False 06 NA True #> 3602 category 3 True 06 NA True #> 3603 category 2 True 06 NA True #> 3604 category 2 True 06 NA True #> 3605 category 1 False 06 NA False #> 3606 category 2 False 06 NA False #> 3607 category 3 False 06 NA True #> 3608 category 3 False 06 NA True #> 3609 category 3 False 06 NA True #> 3610 category 3 True 06 NA True #> 3611 category 2 False 06 NA False #> 3612 category 3 False 06 NA True #> 3613 category 3 False 06 NA True #> 3614 category 3 False 06 NA True #> 3615 category 3 True 06 NA True #> 3616 category 2 False 06 NA False #> 3617 category 3 False 06 NA True #> 3618 category 3 False 06 NA True #> 3619 category 3 False 06 NA True #> 3620 category 3 True 06 NA True #> 3621 category 2 True 06 NA True #> 3622 category 2 True 06 NA True #> 3623 category 1 False 06 NA True #> 3624 category 1 False 06 NA False #> 3625 category 2 False 06 NA False #> 3626 category 3 False 06 NA True #> 3627 category 3 False 06 NA True #> 3628 category 3 False 06 NA True #> 3629 category 3 True 06 NA True #> 3630 category 2 False 06 NA False #> 3631 category 3 False 06 NA True #> 3632 category 3 False 06 NA True #> 3633 category 3 False 06 NA True #> 3634 category 3 True 06 NA True #> 3635 category 2 True 06 NA True #> 3636 category 2 True 06 NA True #> 3637 category 1 False 06 NA False #> 3638 category 2 False 06 NA True #> 3639 category 2 False 06 NA True #> 3640 category 2 False 06 NA True #> 3641 category 2 True 06 NA True #> 3642 category 1 False 06 NA False #> 3643 category 2 False 06 NA True #> 3644 category 2 False 06 NA True #> 3645 category 2 False 06 NA True #> 3646 category 2 False 06 NA True #> 3647 category 2 False 06 NA True #> 3648 category 2 False 06 NA True #> 3649 category 1 True 06 NA True #> 3650 category 1 True 06 NA True #> 3651 block 1 False 06 NA False #> 3652 category 1 False 06 NA True #> 3653 category 1 False 06 NA True #> 3654 category 1 True 06 NA True #> 3655 block 1 False 06 NA False #> 3656 block 2 False 06 NA False #> 3657 category 1 False 06 NA False #> 3658 category 2 False 06 NA True #> 3659 category 2 False 06 NA True #> 3660 category 2 False 06 NA True #> 3661 category 2 False 06 NA True #> 3662 category 2 False 06 NA True #> 3663 category 2 False 06 NA True #> 3664 category 2 False 06 NA True #> 3665 category 2 False 06 NA True #> 3666 category 2 False 06 NA True #> 3667 category 2 False 06 NA True #> 3668 category 2 False 06 NA True #> 3669 category 2 False 06 NA True #> 3670 category 2 False 06 NA True #> 3671 category 2 False 06 NA True #> 3672 category 2 False 06 NA True #> 3673 category 2 False 06 NA True #> 3674 category 2 True 06 NA True #> 3675 category 2 True 06 NA True #> 3676 category 1 False 06 NA False #> 3677 category 2 False 06 NA True #> 3678 category 2 False 06 NA True #> 3679 category 2 False 06 NA True #> 3680 category 2 False 06 NA True #> 3681 category 2 False 06 NA True #> 3682 category 2 False 06 NA True #> 3683 category 2 False 06 NA True #> 3684 category 2 False 06 NA True #> 3685 category 2 False 06 NA True #> 3686 category 2 False 06 NA True #> 3687 category 2 False 06 NA True #> 3688 category 2 True 06 NA True #> 3689 category 2 True 06 NA True #> 3690 category 1 False 06 NA True #> 3691 category 1 True 06 NA True #> 3692 category 1 True 06 NA True #> 3693 block 2 False 06 NA False #> 3694 category 1 False 06 NA False #> 3695 category 2 False 06 NA True #> 3696 category 2 False 06 NA True #> 3697 category 2 False 06 NA True #> 3698 category 2 False 06 NA True #> 3699 category 2 False 06 NA True #> 3700 category 2 False 06 NA True #> 3701 category 2 False 06 NA True #> 3702 category 2 False 06 NA True #> 3703 category 2 True 06 NA True #> 3704 category 2 True 06 NA True #> 3705 category 1 False 06 NA False #> 3706 category 2 False 06 NA True #> 3707 category 2 False 06 NA True #> 3708 category 2 False 06 NA True #> 3709 category 2 False 06 NA True #> 3710 category 2 False 06 NA True #> 3711 category 2 False 06 NA True #> 3712 category 2 False 06 NA True #> 3713 category 2 False 06 NA True #> 3714 category 2 True 06 NA True #> 3715 category 2 True 06 NA True #> 3716 category 1 False 06 NA True #> 3717 category 1 False 06 NA True #> 3718 category 1 True 06 NA True #> 3719 category 1 True 06 NA True #> 3720 category 1 False 06 NA False #> 3721 category 2 False 06 NA True #> 3722 category 2 False 06 NA True #> 3723 category 2 False 06 NA True #> 3724 category 2 False 06 NA True #> 3725 category 2 False 06 NA True #> 3726 category 2 False 06 NA True #> 3727 category 1 True 06 NA True #> 3728 category 1 True 06 NA True #> 3729 block 1 False 06 NA False #> 3730 category 1 False 06 NA True #> 3731 category 1 False 06 NA True #> 3732 category 1 False 06 NA True #> 3733 category 1 False 06 NA True #> 3734 category 1 False 06 NA True #> 3735 category 1 False 06 NA True #> 3736 category 1 False 06 NA True #> 3737 category 1 True 06 NA True #> 3738 category 1 True 06 NA True #> 3739 block 1 False 06 NA False #> 3740 category 1 False 06 NA False #> 3741 category 2 False 06 NA True #> 3742 category 2 False 06 NA True #> 3743 category 2 True 06 NA True #> 3744 category 1 False 06 NA False #> 3745 category 2 False 06 NA True #> 3746 category 2 False 06 NA True #> 3747 category 2 True 06 NA True #> 3748 category 1 False 06 NA False #> 3749 category 2 False 06 NA True #> 3750 category 2 False 06 NA True #> 3751 category 2 True 06 NA True #> 3752 category 1 False 06 NA False #> 3753 category 2 False 06 NA True #> 3754 category 2 False 06 NA True #> 3755 category 2 True 06 NA True #> 3756 category 1 False 06 NA False #> 3757 category 2 False 06 NA True #> 3758 category 2 False 06 NA True #> 3759 category 2 True 06 NA True #> 3760 category 1 False 06 NA False #> 3761 category 2 False 06 NA True #> 3762 category 2 False 06 NA True #> 3763 category 2 True 06 NA True #> 3764 category 2 True 06 NA True #> 3765 category 1 True 06 NA True #> 3766 category 1 True 06 NA True #> 3767 block 1 False 06 NA False #> 3768 category 1 False 06 NA True #> 3769 category 1 False 06 NA True #> 3770 category 1 False 06 NA True #> 3771 category 1 False 06 NA True #> 3772 category 1 False 06 NA True #> 3773 category 1 False 06 NA True #> 3774 category 1 True 06 NA True #> 3775 category 1 True 06 NA True #> 3776 block 1 False 06 NA False #> 3777 category 1 False 06 NA False #> 3778 category 2 False 06 NA True #> 3779 category 2 False 06 NA True #> 3780 category 2 False 06 NA True #> 3781 category 2 False 06 NA True #> 3782 category 2 False 06 NA True #> 3783 category 2 False 06 NA True #> 3784 category 2 False 06 NA True #> 3785 category 2 False 06 NA True #> 3786 category 2 False 06 NA False #> 3787 category 3 False 06 NA True #> 3788 category 3 False 06 NA True #> 3789 category 3 False 06 NA True #> 3790 category 3 False 06 NA True #> 3791 category 3 False 06 NA True #> 3792 category 3 False 06 NA True #> 3793 category 3 True 06 NA True #> 3794 category 3 True 06 NA True #> 3795 category 2 False 06 NA True #> 3796 category 2 True 06 NA True #> 3797 category 2 True 06 NA True #> 3798 category 1 False 06 NA False #> 3799 category 2 False 06 NA True #> 3800 category 2 False 06 NA True #> 3801 category 2 True 06 NA True #> 3802 category 1 False 06 NA True #> 3803 category 1 False 06 NA True #> 3804 category 1 False 06 NA True #> 3805 category 1 False 06 NA True #> 3806 category 1 False 06 NA True #> 3807 category 1 True 06 NA True #> 3808 category 1 True 06 NA True #> 3809 block 1 False 06 NA False #> 3810 category 1 False 06 NA False #> 3811 category 2 False 06 NA False #> 3812 category 3 False 06 NA True #> 3813 category 3 False 06 NA True #> 3814 category 3 True 06 NA True #> 3815 category 2 False 06 NA False #> 3816 category 3 False 06 NA True #> 3817 category 3 False 06 NA True #> 3818 category 3 True 06 NA True #> 3819 category 2 False 06 NA True #> 3820 category 2 True 06 NA True #> 3821 category 2 True 06 NA True #> 3822 category 1 False 06 NA True #> 3823 category 1 False 06 NA True #> 3824 category 1 False 06 NA True #> 3825 category 1 False 06 NA True #> 3826 category 1 False 06 NA True #> 3827 category 1 True 06 NA True #> 3828 category 1 True 06 NA True #> 3829 block 1 False 06 NA False #> 3830 category 1 False 06 NA False #> 3831 category 2 False 06 NA True #> 3832 category 2 False 06 NA True #> 3833 category 2 False 06 NA True #> 3834 category 2 True 06 NA True #> 3835 category 1 False 06 NA False #> 3836 category 2 False 06 NA True #> 3837 category 2 False 06 NA True #> 3838 category 2 True 06 NA True #> 3839 category 1 True 06 NA True #> 3840 block 1 False 06 NA False #> 3841 category 1 False 06 NA False #> 3842 category 2 False 06 NA True #> 3843 category 2 False 06 NA True #> 3844 category 2 False 06 NA True #> 3845 category 2 True 06 NA True #> 3846 category 1 False 06 NA True #> 3847 category 1 True 06 NA True #> 3848 category 1 True 06 NA True #> 3849 block 1 False 06 NA False #> 3850 block 2 False 06 NA False #> 3851 category 1 False 06 NA False #> 3852 category 2 False 06 NA True #> 3853 category 2 False 06 NA False #> 3854 category 3 False 06 NA True #> 3855 category 3 False 06 NA True #> 3856 category 3 True 06 NA True #> 3857 category 2 False 06 NA False #> 3858 category 3 False 06 NA True #> 3859 category 3 False 06 NA True #> 3860 category 3 False 06 NA True #> 3861 category 3 False 06 NA True #> 3862 category 3 False 06 NA True #> 3863 category 3 True 06 NA True #> 3864 category 2 False 06 NA True #> 3865 category 2 False 06 NA False #> 3866 category 3 False 06 NA True #> 3867 category 3 False 06 NA True #> 3868 category 3 False 06 NA True #> 3869 category 3 False 06 NA True #> 3870 category 3 True 06 NA True #> 3871 category 2 False 06 NA True #> 3872 category 2 False 06 NA False #> 3873 category 3 False 06 NA True #> 3874 category 3 False 06 NA True #> 3875 category 3 False 06 NA True #> 3876 category 3 True 06 NA True #> 3877 category 2 False 06 NA False #> 3878 category 3 False 06 NA True #> 3879 category 3 False 06 NA True #> 3880 category 2 True 06 NA True #> 3881 category 2 True 06 NA True #> 3882 category 1 False 06 NA False #> 3883 category 2 False 06 NA True #> 3884 category 2 False 06 NA False #> 3885 category 3 False 06 NA True #> 3886 category 3 False 06 NA True #> 3887 category 3 True 06 NA True #> 3888 category 2 False 06 NA False #> 3889 category 3 False 06 NA True #> 3890 category 3 False 06 NA True #> 3891 category 3 False 06 NA True #> 3892 category 3 False 06 NA True #> 3893 category 3 True 06 NA True #> 3894 category 2 False 06 NA True #> 3895 category 2 False 06 NA True #> 3896 category 2 False 06 NA True #> 3897 category 2 False 06 NA True #> 3898 category 2 False 06 NA False #> 3899 category 3 False 06 NA True #> 3900 category 3 False 06 NA True #> 3901 category 2 True 06 NA True #> 3902 category 2 True 06 NA True #> 3903 category 1 False 06 NA False #> 3904 category 2 False 06 NA True #> 3905 category 2 False 06 NA False #> 3906 category 3 False 06 NA True #> 3907 category 3 False 06 NA True #> 3908 category 3 True 06 NA True #> 3909 category 3 True 06 NA True #> 3910 category 2 False 06 NA False #> 3911 category 3 False 06 NA True #> 3912 category 3 False 06 NA True #> 3913 category 3 False 06 NA True #> 3914 category 3 False 06 NA True #> 3915 category 3 True 06 NA True #> 3916 category 3 True 06 NA True #> 3917 category 2 False 06 NA True #> 3918 category 2 False 06 NA True #> 3919 category 2 False 06 NA True #> 3920 category 2 False 06 NA True #> 3921 category 2 False 06 NA False #> 3922 category 3 False 06 NA True #> 3923 category 3 False 06 NA True #> 3924 category 2 True 06 NA True #> 3925 category 2 True 06 NA True #> 3926 category 1 False 06 NA False #> 3927 category 2 False 06 NA True #> 3928 category 2 False 06 NA False #> 3929 category 3 False 06 NA True #> 3930 category 3 False 06 NA True #> 3931 category 3 True 06 NA True #> 3932 category 2 False 06 NA False #> 3933 category 3 False 06 NA True #> 3934 category 3 False 06 NA True #> 3935 category 3 False 06 NA True #> 3936 category 3 False 06 NA True #> 3937 category 3 True 06 NA True #> 3938 category 2 False 06 NA True #> 3939 category 2 False 06 NA True #> 3940 category 2 False 06 NA True #> 3941 category 2 False 06 NA True #> 3942 category 2 False 06 NA False #> 3943 category 3 False 06 NA True #> 3944 category 3 False 06 NA True #> 3945 category 2 True 06 NA True #> 3946 category 2 True 06 NA True #> 3947 category 1 False 06 NA False #> 3948 category 2 False 06 NA True #> 3949 category 2 False 06 NA False #> 3950 category 3 False 06 NA True #> 3951 category 3 False 06 NA True #> 3952 category 3 True 06 NA True #> 3953 category 2 False 06 NA False #> 3954 category 3 False 06 NA True #> 3955 category 3 False 06 NA True #> 3956 category 3 False 06 NA True #> 3957 category 3 False 06 NA True #> 3958 category 3 True 06 NA True #> 3959 category 2 False 06 NA True #> 3960 category 2 False 06 NA False #> 3961 category 3 False 06 NA True #> 3962 category 3 False 06 NA True #> 3963 category 3 False 06 NA True #> 3964 category 3 False 06 NA True #> 3965 category 3 True 06 NA True #> 3966 category 2 False 06 NA True #> 3967 category 2 False 06 NA True #> 3968 category 2 False 06 NA False #> 3969 category 3 False 06 NA True #> 3970 category 3 False 06 NA True #> 3971 category 2 True 06 NA True #> 3972 category 2 True 06 NA True #> 3973 category 1 False 06 NA False #> 3974 category 2 False 06 NA True #> 3975 category 2 False 06 NA False #> 3976 category 3 False 06 NA True #> 3977 category 3 False 06 NA True #> 3978 category 3 True 06 NA True #> 3979 category 2 False 06 NA False #> 3980 category 3 False 06 NA True #> 3981 category 3 False 06 NA True #> 3982 category 3 False 06 NA True #> 3983 category 3 False 06 NA True #> 3984 category 3 True 06 NA True #> 3985 category 2 False 06 NA True #> 3986 category 2 False 06 NA True #> 3987 category 2 False 06 NA True #> 3988 category 2 False 06 NA False #> 3989 category 3 False 06 NA True #> 3990 category 3 False 06 NA True #> 3991 category 3 False 06 NA True #> 3992 category 3 True 06 NA True #> 3993 category 2 False 06 NA False #> 3994 category 3 False 06 NA True #> 3995 category 3 False 06 NA True #> 3996 category 3 False 06 NA True #> 3997 category 3 False 06 NA True #> 3998 category 2 True 06 NA True #> 3999 category 2 True 06 NA True #> 4000 category 1 False 06 NA False #> 4001 category 2 False 06 NA True #> 4002 category 2 False 06 NA False #> 4003 category 3 False 06 NA True #> 4004 category 3 False 06 NA True #> 4005 category 3 True 06 NA True #> 4006 category 2 False 06 NA False #> 4007 category 3 False 06 NA True #> 4008 category 3 False 06 NA True #> 4009 category 3 False 06 NA True #> 4010 category 3 False 06 NA True #> 4011 category 3 True 06 NA True #> 4012 category 2 False 06 NA True #> 4013 category 2 False 06 NA True #> 4014 category 2 False 06 NA True #> 4015 category 2 False 06 NA False #> 4016 category 3 False 06 NA True #> 4017 category 3 False 06 NA True #> 4018 category 3 False 06 NA True #> 4019 category 3 True 06 NA True #> 4020 category 2 False 06 NA False #> 4021 category 3 False 06 NA True #> 4022 category 3 False 06 NA True #> 4023 category 3 False 06 NA True #> 4024 category 3 False 06 NA True #> 4025 category 2 True 06 NA True #> 4026 category 2 True 06 NA True #> 4027 category 1 False 06 NA False #> 4028 category 2 False 06 NA True #> 4029 category 2 False 06 NA False #> 4030 category 3 False 06 NA True #> 4031 category 3 False 06 NA True #> 4032 category 3 True 06 NA True #> 4033 category 3 True 06 NA True #> 4034 category 2 False 06 NA False #> 4035 category 3 False 06 NA True #> 4036 category 3 False 06 NA True #> 4037 category 3 False 06 NA True #> 4038 category 3 False 06 NA True #> 4039 category 3 True 06 NA True #> 4040 category 3 True 06 NA True #> 4041 category 2 False 06 NA True #> 4042 category 2 False 06 NA True #> 4043 category 2 False 06 NA True #> 4044 category 2 False 06 NA False #> 4045 category 3 False 06 NA True #> 4046 category 3 False 06 NA True #> 4047 category 3 False 06 NA True #> 4048 category 3 True 06 NA True #> 4049 category 2 False 06 NA False #> 4050 category 3 False 06 NA True #> 4051 category 3 False 06 NA True #> 4052 category 3 False 06 NA True #> 4053 category 3 False 06 NA True #> 4054 category 2 True 06 NA True #> 4055 category 2 True 06 NA True #> 4056 category 1 False 06 NA False #> 4057 category 2 False 06 NA True #> 4058 category 2 False 06 NA False #> 4059 category 3 False 06 NA True #> 4060 category 3 False 06 NA True #> 4061 category 3 True 06 NA True #> 4062 category 2 False 06 NA True #> 4063 category 2 False 06 NA True #> 4064 category 2 False 06 NA False #> 4065 category 3 False 06 NA True #> 4066 category 2 True 06 NA True #> 4067 category 2 True 06 NA True #> 4068 category 1 False 06 NA False #> 4069 category 2 False 06 NA True #> 4070 category 2 False 06 NA False #> 4071 category 3 False 06 NA True #> 4072 category 3 False 06 NA True #> 4073 category 3 True 06 NA True #> 4074 category 2 False 06 NA False #> 4075 category 3 False 06 NA True #> 4076 category 3 False 06 NA True #> 4077 category 3 False 06 NA True #> 4078 category 3 False 06 NA True #> 4079 category 3 True 06 NA True #> 4080 category 2 False 06 NA True #> 4081 category 2 False 06 NA True #> 4082 category 2 False 06 NA True #> 4083 category 2 False 06 NA False #> 4084 category 3 False 06 NA True #> 4085 category 3 False 06 NA True #> 4086 category 2 True 06 NA True #> 4087 category 2 True 06 NA True #> 4088 category 1 False 06 NA False #> 4089 category 2 False 06 NA True #> 4090 category 2 False 06 NA False #> 4091 category 3 False 06 NA True #> 4092 category 3 False 06 NA True #> 4093 category 3 True 06 NA True #> 4094 category 2 False 06 NA False #> 4095 category 3 False 06 NA True #> 4096 category 3 False 06 NA True #> 4097 category 3 False 06 NA True #> 4098 category 3 False 06 NA True #> 4099 category 3 True 06 NA True #> 4100 category 2 False 06 NA True #> 4101 category 2 False 06 NA True #> 4102 category 2 True 06 NA True #> 4103 category 2 True 06 NA True #> 4104 category 1 False 06 NA False #> 4105 category 2 False 06 NA True #> 4106 category 2 False 06 NA False #> 4107 category 3 False 06 NA True #> 4108 category 3 False 06 NA True #> 4109 category 3 True 06 NA True #> 4110 category 2 False 06 NA False #> 4111 category 3 False 06 NA True #> 4112 category 3 False 06 NA True #> 4113 category 3 False 06 NA True #> 4114 category 3 False 06 NA True #> 4115 category 3 True 06 NA True #> 4116 category 2 False 06 NA True #> 4117 category 2 False 06 NA True #> 4118 category 2 False 06 NA True #> 4119 category 2 False 06 NA True #> 4120 category 2 False 06 NA False #> 4121 category 3 False 06 NA True #> 4122 category 3 False 06 NA True #> 4123 category 2 True 06 NA True #> 4124 category 2 True 06 NA True #> 4125 category 1 False 06 NA False #> 4126 category 2 False 06 NA True #> 4127 category 2 False 06 NA False #> 4128 category 3 False 06 NA True #> 4129 category 3 False 06 NA True #> 4130 category 3 True 06 NA True #> 4131 category 2 False 06 NA False #> 4132 category 3 False 06 NA True #> 4133 category 3 False 06 NA True #> 4134 category 3 False 06 NA True #> 4135 category 3 False 06 NA True #> 4136 category 3 True 06 NA True #> 4137 category 2 False 06 NA True #> 4138 category 2 False 06 NA True #> 4139 category 2 False 06 NA True #> 4140 category 2 False 06 NA True #> 4141 category 2 False 06 NA False #> 4142 category 3 False 06 NA True #> 4143 category 3 False 06 NA True #> 4144 category 2 True 06 NA True #> 4145 category 2 True 06 NA True #> 4146 category 1 False 06 NA False #> 4147 category 2 False 06 NA True #> 4148 category 2 False 06 NA False #> 4149 category 3 False 06 NA True #> 4150 category 3 False 06 NA True #> 4151 category 3 True 06 NA True #> 4152 category 2 False 06 NA False #> 4153 category 3 False 06 NA True #> 4154 category 3 False 06 NA True #> 4155 category 3 False 06 NA True #> 4156 category 3 False 06 NA True #> 4157 category 3 True 06 NA True #> 4158 category 2 False 06 NA True #> 4159 category 2 False 06 NA True #> 4160 category 2 False 06 NA True #> 4161 category 2 False 06 NA False #> 4162 category 3 False 06 NA True #> 4163 category 3 False 06 NA True #> 4164 category 2 True 06 NA True #> 4165 category 2 True 06 NA True #> 4166 category 1 False 06 NA False #> 4167 category 2 False 06 NA True #> 4168 category 2 False 06 NA False #> 4169 category 3 False 06 NA True #> 4170 category 3 False 06 NA True #> 4171 category 3 True 06 NA True #> 4172 category 2 False 06 NA False #> 4173 category 3 False 06 NA True #> 4174 category 3 False 06 NA True #> 4175 category 3 False 06 NA True #> 4176 category 3 False 06 NA True #> 4177 category 3 True 06 NA True #> 4178 category 2 False 06 NA True #> 4179 category 2 False 06 NA False #> 4180 category 3 False 06 NA True #> 4181 category 3 False 06 NA True #> 4182 category 3 False 06 NA True #> 4183 category 3 False 06 NA True #> 4184 category 3 True 06 NA True #> 4185 category 2 False 06 NA True #> 4186 category 2 False 06 NA True #> 4187 category 2 False 06 NA False #> 4188 category 3 False 06 NA True #> 4189 category 3 False 06 NA True #> 4190 category 3 False 06 NA True #> 4191 category 3 False 06 NA True #> 4192 category 2 True 06 NA True #> 4193 category 2 True 06 NA True #> 4194 category 1 False 06 NA False #> 4195 category 2 False 06 NA True #> 4196 category 2 False 06 NA False #> 4197 category 3 False 06 NA True #> 4198 category 3 False 06 NA True #> 4199 category 3 True 06 NA True #> 4200 category 2 False 06 NA False #> 4201 category 3 False 06 NA True #> 4202 category 3 False 06 NA True #> 4203 category 3 False 06 NA True #> 4204 category 3 False 06 NA True #> 4205 category 3 True 06 NA True #> 4206 category 2 False 06 NA True #> 4207 category 2 False 06 NA False #> 4208 category 3 False 06 NA True #> 4209 category 3 False 06 NA True #> 4210 category 3 False 06 NA True #> 4211 category 3 False 06 NA True #> 4212 category 3 True 06 NA True #> 4213 category 3 True 06 NA True #> 4214 category 2 False 06 NA True #> 4215 category 2 False 06 NA True #> 4216 category 2 False 06 NA False #> 4217 category 3 False 06 NA True #> 4218 category 3 False 06 NA True #> 4219 category 3 False 06 NA True #> 4220 category 3 False 06 NA True #> 4221 category 2 True 06 NA True #> 4222 category 2 True 06 NA True #> 4223 category 1 False 06 NA False #> 4224 category 2 False 06 NA True #> 4225 category 2 False 06 NA False #> 4226 category 3 False 06 NA True #> 4227 category 3 False 06 NA True #> 4228 category 3 True 06 NA True #> 4229 category 2 False 06 NA False #> 4230 category 3 False 06 NA True #> 4231 category 3 False 06 NA True #> 4232 category 3 False 06 NA True #> 4233 category 3 False 06 NA True #> 4234 category 3 True 06 NA True #> 4235 category 2 False 06 NA True #> 4236 category 2 False 06 NA False #> 4237 category 3 False 06 NA True #> 4238 category 3 False 06 NA True #> 4239 category 3 False 06 NA True #> 4240 category 3 False 06 NA True #> 4241 category 3 True 06 NA True #> 4242 category 2 False 06 NA True #> 4243 category 2 False 06 NA True #> 4244 category 2 False 06 NA False #> 4245 category 3 False 06 NA True #> 4246 category 3 False 06 NA True #> 4247 category 3 False 06 NA True #> 4248 category 3 False 06 NA True #> 4249 category 2 True 06 NA True #> 4250 category 2 True 06 NA True #> 4251 category 1 False 06 NA False #> 4252 category 2 False 06 NA True #> 4253 category 2 False 06 NA False #> 4254 category 3 False 06 NA True #> 4255 category 3 False 06 NA True #> 4256 category 3 True 06 NA True #> 4257 category 2 True 06 NA True #> 4258 category 2 True 06 NA True #> 4259 category 1 True 06 NA True #> 4260 category 1 True 06 NA True #> 4261 block 2 False 06 NA False #> 4262 category 1 False 06 NA False #> 4263 category 2 False 06 NA True #> 4264 category 2 False 06 NA True #> 4265 category 2 True 06 NA True #> 4266 category 1 False 06 NA False #> 4267 category 2 False 06 NA True #> 4268 category 2 False 06 NA True #> 4269 category 2 True 06 NA True #> 4270 category 1 True 06 NA True #> 4271 category 1 True 06 NA True #> 4272 block 1 False 06 NA False #> 4273 category 1 False 06 NA True #> 4274 category 1 False 06 NA True #> 4275 category 1 False 06 NA True #> 4276 category 1 False 06 NA True #> 4277 category 1 True 06 NA True #> 4278 category 1 True 06 NA True #> 4279 block 1 False 06 NA False #> 4280 category 1 False 06 NA False #> 4281 category 2 False 06 NA False #> 4282 category 3 False 06 NA True #> 4283 category 3 False 06 NA True #> 4284 category 3 True 06 NA True #> 4285 category 2 False 06 NA False #> 4286 category 3 False 06 NA True #> 4287 category 3 False 06 NA True #> 4288 category 3 True 06 NA True #> 4289 category 2 True 06 NA True #> 4290 category 1 False 06 NA False #> 4291 category 2 False 06 NA False #> 4292 category 3 False 06 NA True #> 4293 category 3 False 06 NA True #> 4294 category 3 True 06 NA True #> 4295 category 2 False 06 NA False #> 4296 category 3 False 06 NA True #> 4297 category 3 False 06 NA True #> 4298 category 3 True 06 NA True #> 4299 category 2 True 06 NA True #> 4300 category 1 True 06 NA True #> 4301 category 1 True 06 NA True #> 4302 block 1 False 06 NA False #> 4303 category 1 False 06 NA False #> 4304 category 2 False 06 NA True #> 4305 category 2 False 06 NA True #> 4306 category 2 False 06 NA True #> 4307 category 2 True 06 NA True #> 4308 category 1 False 06 NA False #> 4309 category 2 False 06 NA True #> 4310 category 2 False 06 NA True #> 4311 category 2 False 06 NA True #> 4312 category 2 False 06 NA True #> 4313 category 2 False 06 NA True #> 4314 category 2 False 06 NA True #> 4315 block 1 False 06 NA False #> 4316 category 1 False 06 NA True #> 4317 category 1 False 06 NA True #> 4318 category 1 False 06 NA True #> 4319 category 1 False 06 NA True #> 4320 category 1 False 06 NA True #> 4321 category 1 False 06 NA True #> 4322 category 1 False 06 NA True #> 4323 category 1 True 06 NA True #> 4324 block 1 False 06 NA False #> 4325 category 1 False 06 NA True #> 4326 category 1 False 06 NA True #> 4327 category 1 True 06 NA True #> 4328 block 1 False 06 NA False #> 4329 category 1 False 06 NA False #> 4330 category 2 False 06 NA True #> 4331 category 2 False 06 NA True #> 4332 category 2 False 06 NA True #> 4333 category 2 True 06 NA True #> 4334 category 2 True 06 NA True #> 4335 category 1 False 06 NA True #> 4336 category 1 False 06 NA False #> 4337 category 2 False 06 NA True #> 4338 category 2 False 06 NA False #> 4339 category 3 False 06 NA True #> 4340 category 3 False 06 NA True #> 4341 category 3 False 06 NA True #> 4342 category 3 False 06 NA True #> 4343 category 2 True 06 NA True #> 4344 category 2 True 06 NA True #> 4345 block 2 False 06 NA False #> 4346 category 1 False 06 NA False #> 4347 category 2 False 06 NA True #> 4348 category 2 False 06 NA True #> 4349 category 2 False 06 NA True #> 4350 category 2 False 06 NA True #> 4351 category 2 True 06 NA True #> 4352 category 1 False 06 NA True #> 4353 category 1 False 06 NA True #> 4354 category 1 False 06 NA True #> 4355 category 1 False 06 NA False #> 4356 category 2 False 06 NA True #> 4357 category 2 False 06 NA True #> 4358 category 2 False 06 NA True #> 4359 category 2 True 06 NA True #> 4360 category 1 False 06 NA False #> 4361 category 2 False 06 NA True #> 4362 category 2 False 06 NA True #> 4363 category 2 False 06 NA True #> 4364 category 2 False 06 NA True #> 4365 category 2 False 06 NA True #> 4366 category 2 False 06 NA True #> 4367 category 2 False 06 NA True #> 4368 category 2 False 06 NA True #> 4369 category 2 False 06 NA True #> 4370 category 2 False 06 NA True #> 4371 category 2 True 06 NA True #> 4372 category 1 False 06 NA False #> 4373 category 2 False 06 NA True #> 4374 category 2 False 06 NA True #> 4375 category 2 False 06 NA True #> 4376 category 2 False 06 NA True #> 4377 category 2 False 06 NA True #> 4378 category 2 False 06 NA True #> 4379 category 2 False 06 NA True #> 4380 category 2 True 06 NA True #> 4381 category 2 True 06 NA True #> 4382 category 1 True 06 NA True #> 4383 category 1 True 06 NA True #> 4384 category 1 True 06 NA True #> 4385 category 1 True 06 NA True #> 4386 block 1 False 06 NA False #> 4387 category 1 False 06 NA True #> 4388 category 1 False 06 NA True #> 4389 category 1 True 06 NA True #> 4390 category 1 False 06 NA False #> 4391 category 2 False 06 NA True #> 4392 category 2 False 06 NA True #> 4393 category 2 False 06 NA True #> 4394 category 2 False 06 NA True #> 4395 category 2 False 06 NA True #> 4396 category 2 True 06 NA True #> 4397 category 2 True 06 NA True #> 4398 block 1 False 06 NA False #> 4399 category 1 False 06 NA False #> 4400 category 2 False 06 NA True #> 4401 category 2 True 06 NA True #> 4402 category 2 True 06 NA True #> 4403 category 1 False 06 NA False #> 4404 category 2 False 06 NA True #> 4405 category 2 False 06 NA True #> 4406 category 2 False 06 NA True #> 4407 category 2 False 06 NA True #> 4408 category 1 False 06 NA False #> 4409 category 2 False 06 NA True #> 4410 category 2 False 06 NA True #> 4411 category 2 False 06 NA True #> 4412 category 2 False 06 NA True #> 4413 category 1 False 06 NA True #> 4414 category 1 False 06 NA True #> 4415 category 1 False 06 NA True #> 4416 category 1 False 06 NA True #> 4417 category 1 False 06 NA True #> 4418 category 1 False 06 NA True #> 4419 category 1 False 06 NA True #> 4420 category 1 True 06 NA True #> 4421 category 1 True 06 NA True #> 4422 category 1 True 06 NA True #> 4423 category 1 True 06 NA True #> 4424 chapter 1 False 07 NA False #> 4425 block 1 False 07 NA False #> 4426 category 1 False 07 NA True #> 4427 category 1 False 07 NA True #> 4428 category 1 True 07 NA True #> 4429 block 1 False 07 NA False #> 4430 category 1 False 07 NA False #> 4431 category 2 False 07 NA True #> 4432 category 2 False 07 NA True #> 4433 category 2 True 07 NA True #> 4434 category 1 False 07 NA True #> 4435 category 1 False 07 NA True #> 4436 category 1 False 07 NA True #> 4437 category 1 False 07 NA True #> 4438 category 1 False 07 NA True #> 4439 category 1 False 07 NA True #> 4440 category 1 True 07 NA True #> 4441 category 1 True 07 NA True #> 4442 block 1 False 07 NA False #> 4443 category 1 False 07 NA False #> 4444 category 2 False 07 NA True #> 4445 category 2 False 07 NA True #> 4446 category 2 False 07 NA True #> 4447 category 2 False 07 NA True #> 4448 category 2 False 07 NA True #> 4449 category 2 False 07 NA True #> 4450 category 2 False 07 NA True #> 4451 category 2 False 07 NA True #> 4452 category 2 True 07 NA True #> 4453 category 2 True 07 NA True #> 4454 category 1 False 07 NA True #> 4455 category 1 False 07 NA False #> 4456 category 2 False 07 NA True #> 4457 category 2 False 07 NA True #> 4458 category 2 False 07 NA True #> 4459 category 2 False 07 NA True #> 4460 category 2 False 07 NA True #> 4461 category 2 False 07 NA True #> 4462 category 2 False 07 NA True #> 4463 category 2 True 07 NA True #> 4464 category 2 True 07 NA True #> 4465 category 1 True 07 NA True #> 4466 category 1 True 07 NA True #> 4467 block 1 False 07 NA False #> 4468 category 1 False 07 NA True #> 4469 category 1 False 07 NA True #> 4470 category 1 False 07 NA True #> 4471 category 1 False 07 NA True #> 4472 category 1 False 07 NA True #> 4473 category 1 False 07 NA True #> 4474 category 1 True 07 NA True #> 4475 block 1 False 07 NA False #> 4476 category 1 False 07 NA True #> 4477 category 1 False 07 NA True #> 4478 category 1 False 07 NA True #> 4479 category 1 False 07 NA True #> 4480 category 1 False 07 NA True #> 4481 category 1 False 07 NA True #> 4482 category 1 False 07 NA True #> 4483 category 1 False 07 NA True #> 4484 category 1 False 07 NA True #> 4485 category 1 True 07 NA True #> 4486 category 1 True 07 NA True #> 4487 block 1 False 07 NA False #> 4488 category 1 False 07 NA False #> 4489 category 2 False 07 NA True #> 4490 category 2 False 07 NA True #> 4491 category 2 False 07 NA True #> 4492 category 2 False 07 NA True #> 4493 category 2 True 07 NA True #> 4494 category 2 True 07 NA True #> 4495 category 1 False 07 NA False #> 4496 category 2 False 07 NA True #> 4497 category 2 False 07 NA True #> 4498 category 2 False 07 NA True #> 4499 category 2 True 07 NA True #> 4500 category 2 True 07 NA True #> 4501 category 1 False 07 NA False #> 4502 category 2 False 07 NA True #> 4503 category 2 False 07 NA True #> 4504 category 2 False 07 NA True #> 4505 category 2 False 07 NA True #> 4506 category 1 True 07 NA True #> 4507 category 1 True 07 NA True #> 4508 category 1 True 07 NA True #> 4509 category 1 True 07 NA True #> 4510 chapter 1 False 08 NA False #> 4511 block 1 False 08 NA False #> 4512 category 1 False 08 NA False #> 4513 category 2 False 08 NA False #> 4514 category 3 False 08 NA True #> 4515 category 3 False 08 NA True #> 4516 category 3 True 08 NA True #> 4517 category 3 True 08 NA True #> 4518 category 2 False 08 NA False #> 4519 category 3 False 08 NA True #> 4520 category 3 True 08 NA True #> 4521 category 3 True 08 NA True #> 4522 category 2 False 08 NA False #> 4523 category 3 False 08 NA True #> 4524 category 3 False 08 NA True #> 4525 category 3 False 08 NA True #> 4526 category 3 False 08 NA True #> 4527 category 3 False 08 NA True #> 4528 category 3 False 08 NA True #> 4529 category 3 False 08 NA True #> 4530 category 3 True 08 NA True #> 4531 category 3 True 08 NA True #> 4532 category 2 False 08 NA True #> 4533 category 2 True 08 NA True #> 4534 category 2 True 08 NA True #> 4535 category 1 False 08 NA False #> 4536 category 2 False 08 NA True #> 4537 category 2 False 08 NA False #> 4538 category 3 False 08 NA True #> 4539 category 3 False 08 NA True #> 4540 category 3 False 08 NA True #> 4541 category 3 False 08 NA True #> 4542 category 3 False 08 NA True #> 4543 category 3 False 08 NA True #> 4544 category 3 False 08 NA True #> 4545 category 3 True 08 NA True #> 4546 category 3 True 08 NA True #> 4547 category 2 False 08 NA False #> 4548 category 3 False 08 NA True #> 4549 category 3 False 08 NA True #> 4550 category 3 False 08 NA True #> 4551 category 3 True 08 NA True #> 4552 category 3 True 08 NA True #> 4553 category 2 True 08 NA True #> 4554 category 2 True 08 NA True #> 4555 category 1 False 08 NA False #> 4556 category 2 False 08 NA False #> 4557 category 3 False 08 NA True #> 4558 category 3 True 08 NA True #> 4559 category 3 True 08 NA True #> 4560 category 2 False 08 NA False #> 4561 category 3 False 08 NA True #> 4562 category 3 False 08 NA True #> 4563 category 3 False 08 NA True #> 4564 category 3 True 08 NA True #> 4565 category 3 True 08 NA True #> 4566 category 2 False 08 NA True #> 4567 category 2 False 08 NA True #> 4568 category 2 True 08 NA True #> 4569 category 2 True 08 NA True #> 4570 category 1 False 08 NA False #> 4571 category 2 False 08 NA True #> 4572 category 2 False 08 NA False #> 4573 category 3 False 08 NA True #> 4574 category 3 False 08 NA True #> 4575 category 3 False 08 NA True #> 4576 category 3 False 08 NA True #> 4577 category 3 False 08 NA True #> 4578 category 3 False 08 NA True #> 4579 category 3 False 08 NA True #> 4580 category 3 True 08 NA True #> 4581 category 3 True 08 NA True #> 4582 category 2 False 08 NA False #> 4583 category 3 False 08 NA True #> 4584 category 3 True 08 NA True #> 4585 category 3 True 08 NA True #> 4586 category 2 False 08 NA False #> 4587 category 3 False 08 NA True #> 4588 category 3 True 08 NA True #> 4589 category 3 True 08 NA True #> 4590 category 2 True 08 NA True #> 4591 category 2 True 08 NA True #> 4592 category 1 False 08 NA False #> 4593 category 2 False 08 NA True #> 4594 category 2 False 08 NA True #> 4595 category 2 False 08 NA True #> 4596 category 2 False 08 NA False #> 4597 category 3 False 08 NA True #> 4598 category 3 False 08 NA True #> 4599 category 3 False 08 NA True #> 4600 category 3 False 08 NA True #> 4601 category 3 True 08 NA True #> 4602 category 3 True 08 NA True #> 4603 category 2 False 08 NA True #> 4604 category 2 True 08 NA True #> 4605 category 2 True 08 NA True #> 4606 category 1 False 08 NA False #> 4607 category 2 False 08 NA False #> 4608 category 3 False 08 NA True #> 4609 category 3 False 08 NA True #> 4610 category 3 False 08 NA True #> 4611 category 3 False 08 NA True #> 4612 category 3 True 08 NA True #> 4613 category 3 True 08 NA True #> 4614 category 2 False 08 NA False #> 4615 category 3 False 08 NA True #> 4616 category 3 False 08 NA True #> 4617 category 3 True 08 NA True #> 4618 category 3 True 08 NA True #> 4619 category 2 True 08 NA True #> 4620 category 2 True 08 NA True #> 4621 category 1 False 08 NA False #> 4622 category 2 False 08 NA True #> 4623 category 2 False 08 NA True #> 4624 category 2 False 08 NA False #> 4625 category 3 False 08 NA True #> 4626 category 3 False 08 NA True #> 4627 category 3 True 08 NA True #> 4628 category 3 True 08 NA True #> 4629 category 2 True 08 NA True #> 4630 category 2 True 08 NA True #> 4631 category 1 False 08 NA False #> 4632 category 2 False 08 NA False #> 4633 category 3 False 08 NA True #> 4634 category 3 False 08 NA True #> 4635 category 3 True 08 NA True #> 4636 category 3 True 08 NA True #> 4637 category 2 False 08 NA True #> 4638 category 2 False 08 NA True #> 4639 category 1 True 08 NA True #> 4640 category 1 True 08 NA True #> 4641 block 1 False 08 NA False #> 4642 category 1 False 08 NA True #> 4643 category 1 False 08 NA False #> 4644 category 2 False 08 NA True #> 4645 category 2 True 08 NA True #> 4646 category 2 True 08 NA True #> 4647 category 1 False 08 NA True #> 4648 category 1 False 08 NA True #> 4649 category 1 True 08 NA True #> 4650 category 1 True 08 NA True #> 4651 block 1 False 08 NA False #> 4652 category 1 False 08 NA False #> 4653 category 2 False 08 NA True #> 4654 category 2 False 08 NA True #> 4655 category 2 False 08 NA True #> 4656 category 2 True 08 NA True #> 4657 category 2 True 08 NA True #> 4658 category 1 False 08 NA False #> 4659 category 2 False 08 NA True #> 4660 category 2 False 08 NA True #> 4661 category 2 True 08 NA True #> 4662 category 2 True 08 NA True #> 4663 category 1 False 08 NA False #> 4664 category 2 False 08 NA True #> 4665 category 2 True 08 NA True #> 4666 category 2 True 08 NA True #> 4667 category 1 False 08 NA False #> 4668 category 2 False 08 NA True #> 4669 category 2 False 08 NA True #> 4670 category 2 False 08 NA True #> 4671 category 2 False 08 NA True #> 4672 category 2 False 08 NA True #> 4673 category 2 False 08 NA True #> 4674 category 2 True 08 NA True #> 4675 category 2 True 08 NA True #> 4676 category 1 False 08 NA False #> 4677 category 2 False 08 NA True #> 4678 category 2 False 08 NA True #> 4679 category 2 False 08 NA True #> 4680 category 2 False 08 NA True #> 4681 category 2 False 08 NA True #> 4682 category 2 True 08 NA True #> 4683 category 1 False 08 NA False #> 4684 category 2 False 08 NA False #> 4685 category 3 False 08 NA True #> 4686 category 3 False 08 NA True #> 4687 category 3 False 08 NA True #> 4688 category 3 True 08 NA True #> 4689 category 3 True 08 NA True #> 4690 category 2 False 08 NA True #> 4691 category 2 False 08 NA False #> 4692 category 3 False 08 NA True #> 4693 category 3 False 08 NA True #> 4694 category 3 True 08 NA True #> 4695 category 3 True 08 NA True #> 4696 category 2 False 08 NA False #> 4697 category 3 False 08 NA True #> 4698 category 3 False 08 NA True #> 4699 category 3 True 08 NA True #> 4700 category 3 True 08 NA True #> 4701 category 2 False 08 NA False #> 4702 category 3 False 08 NA True #> 4703 category 3 False 08 NA True #> 4704 category 3 False 08 NA True #> 4705 category 3 False 08 NA True #> 4706 category 3 False 08 NA True #> 4707 category 3 False 08 NA True #> 4708 category 3 True 08 NA True #> 4709 category 2 True 08 NA True #> 4710 category 2 True 08 NA True #> 4711 category 1 False 08 NA True #> 4712 category 1 True 08 NA True #> 4713 category 1 True 08 NA True #> 4714 block 1 False 08 NA False #> 4715 category 1 False 08 NA False #> 4716 category 2 False 08 NA False #> 4717 category 3 False 08 NA True #> 4718 category 3 False 08 NA True #> 4719 category 3 True 08 NA True #> 4720 category 3 True 08 NA True #> 4721 category 2 False 08 NA True #> 4722 category 2 False 08 NA True #> 4723 category 2 False 08 NA True #> 4724 category 2 False 08 NA True #> 4725 category 2 False 08 NA True #> 4726 category 2 False 08 NA True #> 4727 category 2 False 08 NA True #> 4728 category 2 False 08 NA True #> 4729 category 2 False 08 NA True #> 4730 category 2 False 08 NA True #> 4731 category 2 False 08 NA True #> 4732 category 2 True 08 NA True #> 4733 category 2 True 08 NA True #> 4734 category 1 False 08 NA False #> 4735 category 2 False 08 NA False #> 4736 category 3 False 08 NA True #> 4737 category 3 True 08 NA True #> 4738 category 3 True 08 NA True #> 4739 category 2 False 08 NA False #> 4740 category 3 False 08 NA True #> 4741 category 3 False 08 NA True #> 4742 category 3 False 08 NA True #> 4743 category 3 True 08 NA True #> 4744 category 3 True 08 NA True #> 4745 category 2 False 08 NA False #> 4746 category 3 False 08 NA True #> 4747 category 3 False 08 NA True #> 4748 category 3 False 08 NA True #> 4749 category 3 False 08 NA True #> 4750 category 3 True 08 NA True #> 4751 category 3 True 08 NA True #> 4752 category 2 False 08 NA False #> 4753 category 3 False 08 NA True #> 4754 category 3 False 08 NA True #> 4755 category 3 False 08 NA True #> 4756 category 3 True 08 NA True #> 4757 category 3 True 08 NA True #> 4758 category 2 False 08 NA False #> 4759 category 3 False 08 NA True #> 4760 category 3 False 08 NA True #> 4761 category 3 True 08 NA True #> 4762 category 3 True 08 NA True #> 4763 category 2 True 08 NA True #> 4764 category 2 True 08 NA True #> 4765 category 1 False 08 NA False #> 4766 category 2 False 08 NA True #> 4767 category 2 False 08 NA True #> 4768 category 2 False 08 NA True #> 4769 category 2 True 08 NA True #> 4770 category 2 True 08 NA True #> 4771 category 1 False 08 NA False #> 4772 category 2 False 08 NA False #> 4773 category 3 False 08 NA True #> 4774 category 3 False 08 NA True #> 4775 category 3 True 08 NA True #> 4776 category 3 True 08 NA True #> 4777 category 2 True 08 NA True #> 4778 category 2 True 08 NA True #> 4779 category 1 False 08 NA True #> 4780 category 1 False 08 NA True #> 4781 category 1 False 08 NA False #> 4782 category 2 False 08 NA True #> 4783 category 2 False 08 NA False #> 4784 category 3 False 08 NA True #> 4785 category 3 True 08 NA True #> 4786 category 3 True 08 NA True #> 4787 category 2 True 08 NA True #> 4788 category 2 True 08 NA True #> 4789 category 1 False 08 NA True #> 4790 category 1 False 08 NA False #> 4791 category 2 False 08 NA True #> 4792 category 2 False 08 NA True #> 4793 category 2 False 08 NA True #> 4794 category 2 False 08 NA True #> 4795 category 2 False 08 NA True #> 4796 category 2 False 08 NA True #> 4797 category 2 False 08 NA True #> 4798 category 2 False 08 NA True #> 4799 category 2 True 08 NA True #> 4800 category 2 True 08 NA True #> 4801 category 1 True 08 NA True #> 4802 category 1 True 08 NA True #> 4803 block 1 False 08 NA False #> 4804 category 1 False 08 NA False #> 4805 category 2 False 08 NA True #> 4806 category 2 False 08 NA False #> 4807 category 3 False 08 NA True #> 4808 category 3 True 08 NA True #> 4809 category 3 True 08 NA True #> 4810 category 2 False 08 NA True #> 4811 category 2 False 08 NA False #> 4812 category 3 False 08 NA True #> 4813 category 3 True 08 NA True #> 4814 category 2 False 08 NA True #> 4815 category 2 True 08 NA True #> 4816 category 2 True 08 NA True #> 4817 category 1 False 08 NA False #> 4818 category 2 False 08 NA True #> 4819 category 2 False 08 NA True #> 4820 category 2 False 08 NA True #> 4821 category 2 True 08 NA True #> 4822 category 2 True 08 NA True #> 4823 category 1 False 08 NA True #> 4824 category 1 False 08 NA True #> 4825 category 1 False 08 NA False #> 4826 category 2 False 08 NA True #> 4827 category 2 False 08 NA True #> 4828 category 2 True 08 NA True #> 4829 category 2 True 08 NA True #> 4830 category 1 False 08 NA True #> 4831 category 1 True 08 NA True #> 4832 category 1 True 08 NA True #> 4833 block 1 False 08 NA False #> 4834 block 2 False 08 NA False #> 4835 category 1 False 08 NA False #> 4836 category 2 False 08 NA True #> 4837 category 2 False 08 NA True #> 4838 category 2 False 08 NA True #> 4839 category 2 False 08 NA True #> 4840 category 2 False 08 NA True #> 4841 category 2 False 08 NA True #> 4842 category 2 True 08 NA True #> 4843 category 1 False 08 NA False #> 4844 category 2 False 08 NA True #> 4845 category 2 False 08 NA True #> 4846 category 2 False 08 NA True #> 4847 category 1 False 08 NA True #> 4848 category 1 False 08 NA True #> 4849 category 1 True 08 NA True #> 4850 block 2 False 08 NA False #> 4851 category 1 False 08 NA False #> 4852 category 2 False 08 NA True #> 4853 category 2 True 08 NA True #> 4854 category 2 True 08 NA True #> 4855 category 1 False 08 NA False #> 4856 category 2 False 08 NA True #> 4857 category 2 False 08 NA True #> 4858 category 2 False 08 NA False #> 4859 category 3 False 08 NA True #> 4860 category 3 False 08 NA True #> 4861 category 3 False 08 NA True #> 4862 category 3 True 08 NA True #> 4863 category 3 True 08 NA True #> 4864 category 2 False 08 NA True #> 4865 category 2 False 08 NA False #> 4866 category 3 False 08 NA True #> 4867 category 3 False 08 NA True #> 4868 category 3 False 08 NA True #> 4869 category 3 False 08 NA True #> 4870 category 3 False 08 NA True #> 4871 category 2 False 08 NA False #> 4872 category 3 False 08 NA True #> 4873 category 3 False 08 NA True #> 4874 category 3 True 08 NA True #> 4875 category 1 True 08 NA True #> 4876 category 1 True 08 NA True #> 4877 category 1 False 08 NA True #> 4878 category 1 False 08 NA False #> 4879 category 2 False 08 NA True #> 4880 category 2 False 08 NA True #> 4881 category 2 True 08 NA True #> 4882 category 2 True 08 NA True #> 4883 category 1 False 08 NA False #> 4884 category 2 False 08 NA True #> 4885 category 2 False 08 NA True #> 4886 category 2 False 08 NA True #> 4887 category 2 False 08 NA True #> 4888 category 2 False 08 NA False #> 4889 category 3 False 08 NA True #> 4890 category 3 False 08 NA True #> 4891 category 3 False 08 NA True #> 4892 category 3 False 08 NA True #> 4893 category 3 True 08 NA True #> 4894 category 3 True 08 NA True #> 4895 category 2 False 08 NA True #> 4896 category 2 False 08 NA True #> 4897 category 2 False 08 NA False #> 4898 category 3 False 08 NA True #> 4899 category 3 True 08 NA True #> 4900 category 3 True 08 NA True #> 4901 category 2 False 08 NA True #> 4902 category 2 False 08 NA True #> 4903 category 2 False 08 NA True #> 4904 category 2 False 08 NA True #> 4905 category 2 False 08 NA False #> 4906 category 3 False 08 NA True #> 4907 category 3 False 08 NA True #> 4908 category 3 True 08 NA True #> 4909 category 3 True 08 NA True #> 4910 category 2 True 08 NA True #> 4911 category 1 False 08 NA True #> 4912 category 1 False 08 NA False #> 4913 category 2 False 08 NA True #> 4914 category 2 True 08 NA True #> 4915 category 2 True 08 NA True #> 4916 category 1 False 08 NA False #> 4917 category 2 False 08 NA True #> 4918 category 2 False 08 NA True #> 4919 category 2 False 08 NA True #> 4920 category 2 False 08 NA True #> 4921 category 2 False 08 NA True #> 4922 category 2 True 08 NA True #> 4923 category 2 True 08 NA True #> 4924 category 1 False 08 NA False #> 4925 category 2 False 08 NA True #> 4926 category 2 False 08 NA True #> 4927 category 2 False 08 NA True #> 4928 category 2 False 08 NA True #> 4929 category 2 False 08 NA True #> 4930 category 2 False 08 NA False #> 4931 category 3 False 08 NA True #> 4932 category 3 False 08 NA True #> 4933 category 3 True 08 NA True #> 4934 category 3 True 08 NA True #> 4935 category 2 True 08 NA True #> 4936 category 2 True 08 NA True #> 4937 category 1 True 08 NA True #> 4938 block 1 False 08 NA False #> 4939 category 1 False 08 NA True #> 4940 category 1 False 08 NA True #> 4941 category 1 False 08 NA True #> 4942 category 1 False 08 NA False #> 4943 category 2 False 08 NA True #> 4944 category 2 False 08 NA True #> 4945 category 2 False 08 NA True #> 4946 category 2 True 08 NA True #> 4947 category 2 True 08 NA True #> 4948 category 1 False 08 NA False #> 4949 category 2 False 08 NA False #> 4950 category 3 False 08 NA True #> 4951 category 3 False 08 NA True #> 4952 category 3 False 08 NA True #> 4953 category 3 True 08 NA True #> 4954 category 3 True 08 NA True #> 4955 category 2 True 08 NA True #> 4956 category 2 True 08 NA True #> 4957 category 1 True 08 NA True #> 4958 category 1 True 08 NA True #> 4959 block 1 False 08 NA False #> 4960 category 1 False 08 NA False #> 4961 category 2 False 08 NA True #> 4962 category 2 False 08 NA True #> 4963 category 2 False 08 NA True #> 4964 category 2 False 08 NA True #> 4965 category 2 False 08 NA True #> 4966 category 2 False 08 NA True #> 4967 category 2 False 08 NA True #> 4968 category 2 False 08 NA True #> 4969 category 2 True 08 NA True #> 4970 category 2 True 08 NA True #> 4971 category 1 False 08 NA False #> 4972 category 2 False 08 NA True #> 4973 category 2 False 08 NA True #> 4974 category 2 False 08 NA True #> 4975 category 2 False 08 NA True #> 4976 category 2 False 08 NA True #> 4977 category 2 True 08 NA True #> 4978 category 2 True 08 NA True #> 4979 category 1 False 08 NA True #> 4980 category 1 True 08 NA True #> 4981 category 1 True 08 NA True #> 4982 block 1 False 08 NA False #> 4983 block 2 False 08 NA False #> 4984 category 1 False 08 NA True #> 4985 category 1 False 08 NA False #> 4986 category 2 False 08 NA True #> 4987 category 2 True 08 NA True #> 4988 category 2 True 08 NA True #> 4989 category 1 False 08 NA False #> 4990 category 2 False 08 NA True #> 4991 category 2 True 08 NA True #> 4992 category 1 False 08 NA True #> 4993 category 1 False 08 NA True #> 4994 category 1 False 08 NA True #> 4995 category 1 False 08 NA True #> 4996 category 1 False 08 NA True #> 4997 category 1 False 08 NA False #> 4998 category 2 False 08 NA True #> 4999 category 2 False 08 NA True #> 5000 category 2 False 08 NA True #> 5001 category 2 False 08 NA True #> 5002 category 2 True 08 NA True #> 5003 category 2 True 08 NA True #> 5004 category 1 True 08 NA True #> 5005 category 1 True 08 NA True #> 5006 block 2 False 08 NA False #> 5007 category 1 False 08 NA True #> 5008 category 1 False 08 NA False #> 5009 category 2 False 08 NA True #> 5010 category 2 False 08 NA True #> 5011 category 2 True 08 NA True #> 5012 category 2 True 08 NA True #> 5013 category 1 False 08 NA False #> 5014 category 2 False 08 NA True #> 5015 category 2 False 08 NA True #> 5016 category 2 False 08 NA True #> 5017 category 2 False 08 NA True #> 5018 category 2 True 08 NA True #> 5019 category 2 True 08 NA True #> 5020 category 1 False 08 NA False #> 5021 category 2 False 08 NA True #> 5022 category 2 False 08 NA True #> 5023 category 2 False 08 NA True #> 5024 category 2 False 08 NA True #> 5025 category 2 False 08 NA True #> 5026 category 2 False 08 NA True #> 5027 category 2 False 08 NA True #> 5028 category 2 False 08 NA True #> 5029 category 2 False 08 NA True #> 5030 category 2 True 08 NA True #> 5031 category 2 True 08 NA True #> 5032 category 1 False 08 NA True #> 5033 category 1 False 08 NA True #> 5034 category 1 True 08 NA True #> 5035 category 1 True 08 NA True #> 5036 block 2 False 08 NA False #> 5037 category 1 False 08 NA True #> 5038 category 1 False 08 NA False #> 5039 category 2 False 08 NA True #> 5040 category 2 False 08 NA True #> 5041 category 2 False 08 NA True #> 5042 category 2 False 08 NA True #> 5043 category 2 True 08 NA True #> 5044 category 2 True 08 NA True #> 5045 category 1 False 08 NA False #> 5046 category 2 False 08 NA True #> 5047 category 2 False 08 NA True #> 5048 category 2 False 08 NA True #> 5049 category 2 False 08 NA True #> 5050 category 2 False 08 NA True #> 5051 category 2 True 08 NA True #> 5052 category 2 True 08 NA True #> 5053 category 1 True 08 NA True #> 5054 category 1 True 08 NA True #> 5055 block 2 False 08 NA False #> 5056 category 1 False 08 NA False #> 5057 category 2 False 08 NA True #> 5058 category 2 False 08 NA True #> 5059 category 2 False 08 NA True #> 5060 category 2 True 08 NA True #> 5061 category 2 True 08 NA True #> 5062 category 1 False 08 NA False #> 5063 category 2 False 08 NA False #> 5064 category 3 False 08 NA True #> 5065 category 3 True 08 NA True #> 5066 category 3 True 08 NA True #> 5067 category 2 False 08 NA True #> 5068 category 2 False 08 NA True #> 5069 category 2 False 08 NA True #> 5070 category 2 False 08 NA True #> 5071 category 2 False 08 NA True #> 5072 category 2 False 08 NA True #> 5073 category 2 True 08 NA True #> 5074 category 2 True 08 NA True #> 5075 category 1 False 08 NA False #> 5076 category 2 False 08 NA True #> 5077 category 2 False 08 NA True #> 5078 category 2 False 08 NA True #> 5079 category 2 False 08 NA True #> 5080 category 2 False 08 NA True #> 5081 category 2 False 08 NA True #> 5082 category 2 True 08 NA True #> 5083 category 1 True 08 NA True #> 5084 category 1 True 08 NA True #> 5085 block 2 False 08 NA False #> 5086 category 1 False 08 NA False #> 5087 category 2 False 08 NA True #> 5088 category 2 False 08 NA True #> 5089 category 2 False 08 NA True #> 5090 category 2 True 08 NA True #> 5091 category 2 True 08 NA True #> 5092 category 1 False 08 NA False #> 5093 category 2 False 08 NA True #> 5094 category 2 False 08 NA True #> 5095 category 2 False 08 NA True #> 5096 category 2 False 08 NA True #> 5097 category 2 True 08 NA True #> 5098 category 2 True 08 NA True #> 5099 category 1 True 08 NA True #> 5100 category 1 True 08 NA True #> 5101 category 1 True 08 NA True #> 5102 category 1 True 08 NA True #> 5103 block 1 False 08 NA False #> 5104 block 2 False 08 NA False #> 5105 category 1 False 08 NA False #> 5106 category 2 False 08 NA True #> 5107 category 2 True 08 NA True #> 5108 category 2 True 08 NA True #> 5109 category 1 False 08 NA True #> 5110 category 1 False 08 NA True #> 5111 category 1 True 08 NA True #> 5112 category 1 True 08 NA True #> 5113 block 2 False 08 NA False #> 5114 category 1 False 08 NA False #> 5115 category 2 False 08 NA True #> 5116 category 2 False 08 NA True #> 5117 category 2 False 08 NA True #> 5118 category 2 False 08 NA True #> 5119 category 2 False 08 NA False #> 5120 category 3 False 08 NA True #> 5121 category 3 False 08 NA True #> 5122 category 3 True 08 NA True #> 5123 category 3 True 08 NA True #> 5124 category 2 False 08 NA True #> 5125 category 2 False 08 NA True #> 5126 category 2 True 08 NA True #> 5127 category 2 True 08 NA True #> 5128 category 1 False 08 NA False #> 5129 category 2 False 08 NA True #> 5130 category 2 False 08 NA True #> 5131 category 2 False 08 NA True #> 5132 category 2 False 08 NA True #> 5133 category 2 False 08 NA True #> 5134 category 2 False 08 NA True #> 5135 category 2 True 08 NA True #> 5136 category 2 True 08 NA True #> 5137 category 1 False 08 NA False #> 5138 category 2 False 08 NA False #> 5139 category 3 False 08 NA True #> 5140 category 3 False 08 NA True #> 5141 category 3 False 08 NA True #> 5142 category 3 True 08 NA True #> 5143 category 3 True 08 NA True #> 5144 category 2 False 08 NA True #> 5145 category 2 True 08 NA True #> 5146 category 2 True 08 NA True #> 5147 category 1 False 08 NA False #> 5148 category 2 False 08 NA True #> 5149 category 2 False 08 NA True #> 5150 category 2 True 08 NA True #> 5151 category 2 True 08 NA True #> 5152 category 1 False 08 NA False #> 5153 category 2 False 08 NA True #> 5154 category 2 False 08 NA False #> 5155 category 3 False 08 NA True #> 5156 category 3 False 08 NA True #> 5157 category 3 True 08 NA True #> 5158 category 3 True 08 NA True #> 5159 category 2 True 08 NA True #> 5160 category 2 True 08 NA True #> 5161 category 1 False 08 NA True #> 5162 category 1 False 08 NA True #> 5163 category 1 False 08 NA True #> 5164 category 1 False 08 NA True #> 5165 category 1 True 08 NA True #> 5166 category 1 True 08 NA True #> 5167 block 2 False 08 NA False #> 5168 category 1 False 08 NA True #> 5169 category 1 False 08 NA True #> 5170 category 1 False 08 NA True #> 5171 category 1 False 08 NA True #> 5172 category 1 False 08 NA True #> 5173 category 1 True 08 NA True #> 5174 category 1 True 08 NA True #> 5175 category 1 True 08 NA True #> 5176 category 1 True 08 NA True #> 5177 block 1 False 08 NA False #> 5178 category 1 False 08 NA False #> 5179 category 2 False 08 NA True #> 5180 category 2 False 08 NA False #> 5181 category 3 False 08 NA True #> 5182 category 3 False 08 NA True #> 5183 category 3 True 08 NA True #> 5184 category 2 True 08 NA True #> 5185 category 2 True 08 NA True #> 5186 category 1 False 08 NA True #> 5187 category 1 False 08 NA True #> 5188 category 1 False 08 NA True #> 5189 category 1 True 08 NA True #> 5190 category 1 True 08 NA True #> 5191 block 1 False 08 NA False #> 5192 category 1 False 08 NA False #> 5193 category 2 False 08 NA True #> 5194 category 2 False 08 NA True #> 5195 category 2 False 08 NA True #> 5196 category 2 False 08 NA True #> 5197 category 2 True 08 NA True #> 5198 category 2 True 08 NA True #> 5199 category 1 False 08 NA False #> 5200 category 2 False 08 NA True #> 5201 category 2 False 08 NA True #> 5202 category 2 False 08 NA True #> 5203 category 2 True 08 NA True #> 5204 category 2 True 08 NA True #> 5205 category 1 False 08 NA True #> 5206 category 1 False 08 NA False #> 5207 category 2 False 08 NA False #> 5208 category 3 False 08 NA True #> 5209 category 3 True 08 NA True #> 5210 category 3 True 08 NA True #> 5211 category 2 False 08 NA True #> 5212 category 2 False 08 NA False #> 5213 category 3 False 08 NA True #> 5214 category 3 False 08 NA True #> 5215 category 3 True 08 NA True #> 5216 category 3 True 08 NA True #> 5217 category 2 False 08 NA True #> 5218 category 2 False 08 NA True #> 5219 category 2 False 08 NA True #> 5220 category 2 True 08 NA True #> 5221 category 2 True 08 NA True #> 5222 category 1 False 08 NA False #> 5223 category 2 False 08 NA True #> 5224 category 2 False 08 NA True #> 5225 category 2 True 08 NA True #> 5226 category 2 True 08 NA True #> 5227 category 1 True 08 NA True #> 5228 category 1 True 08 NA True #> 5229 block 1 False 08 NA False #> 5230 category 1 False 08 NA False #> 5231 category 2 False 08 NA True #> 5232 category 2 False 08 NA True #> 5233 category 2 True 08 NA True #> 5234 category 2 True 08 NA True #> 5235 category 1 False 08 NA False #> 5236 category 2 False 08 NA True #> 5237 category 2 False 08 NA True #> 5238 category 2 True 08 NA True #> 5239 category 2 True 08 NA True #> 5240 category 1 False 08 NA True #> 5241 category 1 False 08 NA True #> 5242 category 1 False 08 NA False #> 5243 category 2 False 08 NA False #> 5244 category 3 False 08 NA True #> 5245 category 3 False 08 NA True #> 5246 category 3 False 08 NA True #> 5247 category 3 False 08 NA True #> 5248 category 3 False 08 NA True #> 5249 category 3 True 08 NA True #> 5250 category 3 True 08 NA True #> 5251 category 2 False 08 NA False #> 5252 category 3 False 08 NA True #> 5253 category 3 True 08 NA True #> 5254 category 3 True 08 NA True #> 5255 category 2 False 08 NA True #> 5256 category 2 True 08 NA True #> 5257 category 1 False 08 NA True #> 5258 category 1 False 08 NA False #> 5259 category 2 False 08 NA True #> 5260 category 2 False 08 NA True #> 5261 category 2 False 08 NA True #> 5262 category 2 True 08 NA True #> 5263 category 2 True 08 NA True #> 5264 category 1 False 08 NA True #> 5265 category 1 False 08 NA True #> 5266 category 1 True 08 NA True #> 5267 category 1 True 08 NA True #> 5268 block 1 False 08 NA False #> 5269 category 1 False 08 NA True #> 5270 category 1 False 08 NA True #> 5271 category 1 False 08 NA True #> 5272 category 1 False 08 NA True #> 5273 category 1 False 08 NA True #> 5274 category 1 False 08 NA True #> 5275 category 1 False 08 NA True #> 5276 category 1 False 08 NA False #> 5277 category 2 False 08 NA False #> 5278 category 3 False 08 NA True #> 5279 category 3 False 08 NA True #> 5280 category 3 True 08 NA True #> 5281 category 3 True 08 NA True #> 5282 category 2 True 08 NA True #> 5283 category 1 False 08 NA False #> 5284 category 2 False 08 NA True #> 5285 category 2 False 08 NA True #> 5286 category 2 False 08 NA True #> 5287 category 2 False 08 NA True #> 5288 category 2 False 08 NA True #> 5289 category 2 True 08 NA True #> 5290 category 2 True 08 NA True #> 5291 category 1 False 08 NA False #> 5292 category 2 False 08 NA True #> 5293 category 2 False 08 NA True #> 5294 category 2 False 08 NA True #> 5295 category 2 False 08 NA True #> 5296 category 2 True 08 NA True #> 5297 category 2 True 08 NA True #> 5298 category 1 False 08 NA False #> 5299 category 2 False 08 NA True #> 5300 category 2 False 08 NA True #> 5301 category 2 True 08 NA True #> 5302 category 2 True 08 NA True #> 5303 category 1 False 08 NA True #> 5304 category 1 False 08 NA True #> 5305 category 1 False 08 NA True #> 5306 category 1 True 08 NA True #> 5307 category 1 True 08 NA True #> 5308 block 1 False 08 NA False #> 5309 category 1 False 08 NA True #> 5310 category 1 False 08 NA False #> 5311 category 2 False 08 NA True #> 5312 category 2 False 08 NA True #> 5313 category 2 False 08 NA True #> 5314 category 2 False 08 NA True #> 5315 category 2 True 08 NA True #> 5316 category 1 False 08 NA False #> 5317 category 2 False 08 NA True #> 5318 category 2 False 08 NA True #> 5319 category 2 False 08 NA True #> 5320 category 2 False 08 NA True #> 5321 category 2 True 08 NA True #> 5322 category 2 True 08 NA True #> 5323 category 1 False 08 NA True #> 5324 category 1 True 08 NA True #> 5325 category 1 True 08 NA True #> 5326 block 1 False 08 NA False #> 5327 category 1 False 08 NA True #> 5328 category 1 False 08 NA True #> 5329 category 1 False 08 NA False #> 5330 category 2 False 08 NA True #> 5331 category 2 False 08 NA True #> 5332 category 2 True 08 NA True #> 5333 category 2 True 08 NA True #> 5334 category 1 True 08 NA True #> 5335 category 1 True 08 NA True #> 5336 block 1 False 08 NA False #> 5337 category 1 False 08 NA False #> 5338 category 2 False 08 NA True #> 5339 category 2 False 08 NA True #> 5340 category 2 False 08 NA True #> 5341 category 2 False 08 NA True #> 5342 category 2 True 08 NA True #> 5343 category 2 True 08 NA True #> 5344 category 1 False 08 NA False #> 5345 category 2 False 08 NA True #> 5346 category 2 False 08 NA True #> 5347 category 2 True 08 NA True #> 5348 category 2 True 08 NA True #> 5349 category 1 False 08 NA True #> 5350 category 1 False 08 NA False #> 5351 category 2 False 08 NA False #> 5352 category 3 False 08 NA True #> 5353 category 3 True 08 NA True #> 5354 category 3 True 08 NA True #> 5355 category 2 True 08 NA True #> 5356 category 2 True 08 NA True #> 5357 category 1 False 08 NA True #> 5358 category 1 False 08 NA True #> 5359 category 1 False 08 NA True #> 5360 category 1 False 08 NA True #> 5361 category 1 False 08 NA True #> 5362 category 1 False 08 NA True #> 5363 category 1 False 08 NA False #> 5364 category 2 False 08 NA True #> 5365 category 2 False 08 NA True #> 5366 category 2 False 08 NA True #> 5367 category 2 False 08 NA True #> 5368 category 2 True 08 NA True #> 5369 category 2 True 08 NA True #> 5370 category 1 True 08 NA True #> 5371 block 1 False 08 NA False #> 5372 category 1 False 08 NA True #> 5373 category 1 False 08 NA False #> 5374 category 2 False 08 NA True #> 5375 category 2 False 08 NA True #> 5376 category 2 True 08 NA True #> 5377 category 1 False 08 NA True #> 5378 category 1 False 08 NA True #> 5379 category 1 False 08 NA True #> 5380 category 1 False 08 NA True #> 5381 category 1 True 08 NA True #> 5382 category 1 True 08 NA True #> 5383 chapter 1 False 09 NA False #> 5384 block 1 False 09 NA False #> 5385 block 2 False 09 NA False #> 5386 category 1 False 09 NA False #> 5387 category 2 False 09 NA True #> 5388 category 2 False 09 NA True #> 5389 category 2 True 09 NA True #> 5390 category 2 True 09 NA True #> 5391 category 1 False 09 NA False #> 5392 category 2 False 09 NA True #> 5393 category 2 False 09 NA True #> 5394 category 2 False 09 NA False #> 5395 category 3 False 09 NA True #> 5396 category 3 False 09 NA True #> 5397 category 3 True 09 NA True #> 5398 category 2 False 09 NA True #> 5399 category 2 False 09 NA True #> 5400 category 2 True 09 NA True #> 5401 category 2 True 09 NA True #> 5402 category 1 False 09 NA False #> 5403 category 2 False 09 NA False #> 5404 category 3 False 09 NA True #> 5405 category 3 False 09 NA True #> 5406 category 3 True 09 NA True #> 5407 category 3 True 09 NA True #> 5408 category 2 False 09 NA True #> 5409 category 2 False 09 NA True #> 5410 category 2 False 09 NA True #> 5411 category 2 True 09 NA True #> 5412 category 2 True 09 NA True #> 5413 category 1 False 09 NA False #> 5414 category 2 False 09 NA False #> 5415 category 3 False 09 NA True #> 5416 category 3 False 09 NA True #> 5417 category 3 False 09 NA True #> 5418 category 3 False 09 NA True #> 5419 category 3 True 09 NA True #> 5420 category 3 True 09 NA True #> 5421 category 2 False 09 NA False #> 5422 category 3 False 09 NA True #> 5423 category 3 False 09 NA True #> 5424 category 3 False 09 NA True #> 5425 category 3 False 09 NA True #> 5426 category 3 True 09 NA True #> 5427 category 3 True 09 NA True #> 5428 category 2 False 09 NA False #> 5429 category 3 False 09 NA True #> 5430 category 3 False 09 NA True #> 5431 category 3 False 09 NA True #> 5432 category 3 False 09 NA True #> 5433 category 3 False 09 NA True #> 5434 category 3 True 09 NA True #> 5435 category 3 True 09 NA True #> 5436 category 2 False 09 NA True #> 5437 category 2 False 09 NA False #> 5438 category 3 False 09 NA True #> 5439 category 3 False 09 NA True #> 5440 category 3 False 09 NA True #> 5441 category 3 True 09 NA True #> 5442 category 3 True 09 NA True #> 5443 category 2 False 09 NA True #> 5444 category 2 True 09 NA True #> 5445 category 2 True 09 NA True #> 5446 category 1 False 09 NA False #> 5447 category 2 False 09 NA True #> 5448 category 2 False 09 NA True #> 5449 category 2 True 09 NA True #> 5450 category 2 True 09 NA True #> 5451 category 1 False 09 NA False #> 5452 category 2 False 09 NA True #> 5453 category 2 False 09 NA True #> 5454 category 2 True 09 NA True #> 5455 category 2 True 09 NA True #> 5456 category 1 False 09 NA False #> 5457 category 2 False 09 NA True #> 5458 category 2 False 09 NA True #> 5459 category 2 False 09 NA True #> 5460 category 2 False 09 NA True #> 5461 category 2 False 09 NA True #> 5462 category 2 False 09 NA True #> 5463 category 2 False 09 NA True #> 5464 category 2 False 09 NA False #> 5465 category 3 False 09 NA True #> 5466 category 3 False 09 NA True #> 5467 category 3 False 09 NA True #> 5468 category 3 True 09 NA True #> 5469 category 3 True 09 NA True #> 5470 category 2 False 09 NA True #> 5471 category 2 True 09 NA True #> 5472 category 1 True 09 NA True #> 5473 category 1 True 09 NA True #> 5474 block 2 False 09 NA False #> 5475 category 1 False 09 NA False #> 5476 category 2 False 09 NA True #> 5477 category 2 False 09 NA True #> 5478 category 2 False 09 NA True #> 5479 category 2 False 09 NA True #> 5480 category 2 False 09 NA True #> 5481 category 2 True 09 NA True #> 5482 category 2 True 09 NA True #> 5483 category 1 False 09 NA False #> 5484 category 2 False 09 NA True #> 5485 category 2 False 09 NA True #> 5486 category 2 False 09 NA True #> 5487 category 2 False 09 NA True #> 5488 category 2 False 09 NA True #> 5489 category 2 False 09 NA True #> 5490 category 2 False 09 NA True #> 5491 category 2 False 09 NA True #> 5492 category 2 False 09 NA True #> 5493 category 2 True 09 NA True #> 5494 category 2 True 09 NA True #> 5495 category 1 True 09 NA True #> 5496 category 1 True 09 NA True #> 5497 block 2 False 09 NA False #> 5498 category 1 False 09 NA False #> 5499 category 2 False 09 NA False #> 5500 category 3 False 09 NA True #> 5501 category 3 False 09 NA True #> 5502 category 3 True 09 NA True #> 5503 category 3 True 09 NA True #> 5504 category 2 False 09 NA True #> 5505 category 2 True 09 NA True #> 5506 category 2 True 09 NA True #> 5507 category 1 False 09 NA False #> 5508 category 2 False 09 NA True #> 5509 category 2 False 09 NA True #> 5510 category 2 False 09 NA True #> 5511 category 2 False 09 NA True #> 5512 category 2 True 09 NA True #> 5513 category 2 True 09 NA True #> 5514 category 1 False 09 NA False #> 5515 category 2 False 09 NA True #> 5516 category 2 False 09 NA True #> 5517 category 2 False 09 NA True #> 5518 category 2 True 09 NA True #> 5519 category 2 True 09 NA True #> 5520 category 1 False 09 NA False #> 5521 category 2 False 09 NA True #> 5522 category 2 False 09 NA True #> 5523 category 2 True 09 NA True #> 5524 category 1 False 09 NA False #> 5525 category 2 False 09 NA True #> 5526 category 2 False 09 NA True #> 5527 category 2 False 09 NA True #> 5528 category 2 False 09 NA True #> 5529 category 2 False 09 NA True #> 5530 category 2 True 09 NA True #> 5531 category 2 True 09 NA True #> 5532 category 1 False 09 NA False #> 5533 category 2 False 09 NA True #> 5534 category 2 False 09 NA True #> 5535 category 2 False 09 NA True #> 5536 category 2 False 09 NA True #> 5537 category 2 False 09 NA True #> 5538 category 2 False 09 NA True #> 5539 category 2 True 09 NA True #> 5540 category 2 True 09 NA True #> 5541 category 1 False 09 NA True #> 5542 category 1 True 09 NA True #> 5543 category 1 True 09 NA True #> 5544 category 1 True 09 NA True #> 5545 category 1 True 09 NA True #> 5546 block 1 False 09 NA False #> 5547 block 2 False 09 NA False #> 5548 category 1 False 09 NA False #> 5549 category 2 False 09 NA False #> 5550 category 3 False 09 NA True #> 5551 category 3 False 09 NA True #> 5552 category 3 False 09 NA True #> 5553 category 3 True 09 NA True #> 5554 category 3 True 09 NA True #> 5555 category 2 False 09 NA True #> 5556 category 2 False 09 NA True #> Primary tabulation Grouping1 Grouping2 Grouping3 Grouping4 #> 2 #> 3 #> 4 BlockL1-1A0 #> 5 True BlockL1-1A0 BlockL2-1A0 #> 6 True BlockL1-1A0 BlockL2-1A0 #> 7 True BlockL1-1A0 BlockL2-1A0 #> 8 True BlockL1-1A0 BlockL2-1A0 #> 9 True BlockL1-1A0 BlockL2-1A0 #> 10 True BlockL1-1A0 BlockL2-1A0 #> 11 True BlockL1-1A0 BlockL2-1A0 #> 12 True BlockL1-1A0 BlockL2-1A0 #> 13 True BlockL1-1A0 BlockL2-1A0 #> 14 True BlockL1-1A0 BlockL2-1A0 #> 15 True BlockL1-1A0 BlockL2-1A0 #> 16 True BlockL1-1A0 BlockL2-1A0 #> 17 True BlockL1-1A0 BlockL2-1A0 #> 18 True BlockL1-1A0 BlockL2-1A0 #> 19 True BlockL1-1A0 BlockL2-1A0 #> 20 True BlockL1-1A0 BlockL2-1A0 #> 21 True BlockL1-1A0 BlockL2-1A0 #> 22 True BlockL1-1A0 BlockL2-1A0 #> 23 True BlockL1-1A0 BlockL2-1A0 #> 24 True BlockL1-1A0 BlockL2-1A0 #> 25 True BlockL1-1A0 BlockL2-1A0 #> 26 True BlockL1-1A0 BlockL2-1A0 #> 27 True BlockL1-1A0 BlockL2-1A0 #> 28 True BlockL1-1A0 BlockL2-1A0 #> 29 BlockL1-1A0 #> 30 True BlockL1-1A0 BlockL2-1A1 #> 31 True BlockL1-1A0 BlockL2-1A1 #> 32 True BlockL1-1A0 BlockL2-1A1 #> 33 True BlockL1-1A0 BlockL2-1A1 #> 34 True BlockL1-1A0 BlockL2-1A1 #> 35 True BlockL1-1A0 BlockL2-1A1 #> 36 True BlockL1-1A0 BlockL2-1A1 #> 37 True BlockL1-1A0 BlockL2-1A1 #> 38 True BlockL1-1A0 BlockL2-1A1 #> 39 BlockL1-1A0 #> 40 True BlockL1-1A0 BlockL2-1A2 #> 41 True BlockL1-1A0 BlockL2-1A2 #> 42 True BlockL1-1A0 BlockL2-1A2 #> 43 True BlockL1-1A0 BlockL2-1A2 #> 44 True BlockL1-1A0 BlockL2-1A2 #> 45 True BlockL1-1A0 BlockL2-1A2 #> 46 True BlockL1-1A0 BlockL2-1A2 #> 47 BlockL1-1A0 #> 48 True BlockL1-1A0 BlockL2-1A3 #> 49 True BlockL1-1A0 BlockL2-1A3 #> 50 True BlockL1-1A0 BlockL2-1A3 #> 51 True BlockL1-1A0 BlockL2-1A3 #> 52 True BlockL1-1A0 BlockL2-1A3 #> 53 True BlockL1-1A0 BlockL2-1A3 #> 54 True BlockL1-1A0 BlockL2-1A3 #> 55 True BlockL1-1A0 BlockL2-1A3 #> 56 True BlockL1-1A0 BlockL2-1A3 #> 57 True BlockL1-1A0 BlockL2-1A3 #> 58 True BlockL1-1A0 BlockL2-1A3 #> 59 True BlockL1-1A0 BlockL2-1A3 #> 60 True BlockL1-1A0 BlockL2-1A3 #> 61 True BlockL1-1A0 BlockL2-1A3 #> 62 True BlockL1-1A0 BlockL2-1A3 #> 63 True BlockL1-1A0 BlockL2-1A3 #> 64 True BlockL1-1A0 BlockL2-1A3 #> 65 True BlockL1-1A0 BlockL2-1A3 #> 66 True BlockL1-1A0 BlockL2-1A3 #> 67 True BlockL1-1A0 BlockL2-1A3 #> 68 True BlockL1-1A0 BlockL2-1A3 #> 69 True BlockL1-1A0 BlockL2-1A3 #> 70 True BlockL1-1A0 BlockL2-1A3 #> 71 True BlockL1-1A0 #> 72 True BlockL1-1A0 #> 73 True BlockL1-1A0 #> 74 #> 75 BlockL1-1A6 #> 76 True BlockL1-1A6 BlockL2-1A6 #> 77 True BlockL1-1A6 BlockL2-1A6 #> 78 True BlockL1-1A6 BlockL2-1A6 #> 79 True BlockL1-1A6 BlockL2-1A6 #> 80 True BlockL1-1A6 BlockL2-1A6 #> 81 True BlockL1-1A6 BlockL2-1A6 #> 82 True BlockL1-1A6 BlockL2-1A6 #> 83 True BlockL1-1A6 BlockL2-1A6 #> 84 True BlockL1-1A6 BlockL2-1A6 #> 85 True BlockL1-1A6 BlockL2-1A6 #> 86 True BlockL1-1A6 BlockL2-1A6 #> 87 True BlockL1-1A6 BlockL2-1A6 #> 88 True BlockL1-1A6 BlockL2-1A6 #> 89 True BlockL1-1A6 BlockL2-1A6 #> 90 True BlockL1-1A6 BlockL2-1A6 #> 91 True BlockL1-1A6 BlockL2-1A6 #> 92 True BlockL1-1A6 BlockL2-1A6 #> 93 True BlockL1-1A6 BlockL2-1A6 #> 94 True BlockL1-1A6 BlockL2-1A6 #> 95 True BlockL1-1A6 BlockL2-1A6 #> 96 True BlockL1-1A6 BlockL2-1A6 #> 97 True BlockL1-1A6 BlockL2-1A6 #> 98 True BlockL1-1A6 BlockL2-1A6 #> 99 True BlockL1-1A6 BlockL2-1A6 #> 100 True BlockL1-1A6 BlockL2-1A6 #> 101 True BlockL1-1A6 BlockL2-1A6 #> 102 True BlockL1-1A6 BlockL2-1A6 #> 103 True BlockL1-1A6 BlockL2-1A6 #> 104 True BlockL1-1A6 BlockL2-1A6 #> 105 True BlockL1-1A6 BlockL2-1A6 #> 106 True BlockL1-1A6 BlockL2-1A6 #> 107 True BlockL1-1A6 BlockL2-1A6 #> 108 True BlockL1-1A6 BlockL2-1A6 #> 109 BlockL1-1A6 #> 110 True BlockL1-1A6 BlockL2-1A7 #> 111 True BlockL1-1A6 BlockL2-1A7 #> 112 True BlockL1-1A6 BlockL2-1A7 #> 113 True BlockL1-1A6 BlockL2-1A7 #> 114 True BlockL1-1A6 BlockL2-1A7 #> 115 True BlockL1-1A6 BlockL2-1A7 #> 116 True BlockL1-1A6 BlockL2-1A7 #> 117 True BlockL1-1A6 BlockL2-1A7 #> 118 True BlockL1-1A6 BlockL2-1A7 #> 119 True BlockL1-1A6 BlockL2-1A7 #> 120 True BlockL1-1A6 BlockL2-1A7 #> 121 True BlockL1-1A6 BlockL2-1A7 #> 122 True BlockL1-1A6 BlockL2-1A7 #> 123 True BlockL1-1A6 BlockL2-1A7 #> 124 True BlockL1-1A6 BlockL2-1A7 #> 125 True BlockL1-1A6 BlockL2-1A7 #> 126 True BlockL1-1A6 BlockL2-1A7 #> 127 True BlockL1-1A6 BlockL2-1A7 #> 128 BlockL1-1A6 #> 129 True BlockL1-1A6 BlockL2-1A8 #> 130 True BlockL1-1A6 BlockL2-1A8 #> 131 True BlockL1-1A6 BlockL2-1A8 #> 132 True BlockL1-1A6 BlockL2-1A8 #> 133 True BlockL1-1A6 BlockL2-1A8 #> 134 True BlockL1-1A6 BlockL2-1A8 #> 135 True BlockL1-1A6 BlockL2-1A8 #> 136 True BlockL1-1A6 BlockL2-1A8 #> 137 True BlockL1-1A6 #> 138 True BlockL1-1A6 #> 139 True BlockL1-1A6 #> 140 True BlockL1-1A6 #> 141 True BlockL1-1A6 #> 142 True BlockL1-1A6 #> 143 True BlockL1-1A6 #> 144 True BlockL1-1A6 #> 145 True BlockL1-1A6 #> 146 True BlockL1-1A6 #> 147 True BlockL1-1A6 #> 148 True BlockL1-1A6 #> 149 True BlockL1-1A6 #> 150 True BlockL1-1A6 #> 151 True BlockL1-1A6 #> 152 #> 153 BlockL1-1B1 #> 154 True BlockL1-1B1 BlockL2-1B1 #> 155 True BlockL1-1B1 BlockL2-1B1 #> 156 True BlockL1-1B1 BlockL2-1B1 #> 157 True BlockL1-1B1 BlockL2-1B1 #> 158 True BlockL1-1B1 BlockL2-1B1 #> 159 True BlockL1-1B1 BlockL2-1B1 #> 160 True BlockL1-1B1 BlockL2-1B1 #> 161 True BlockL1-1B1 BlockL2-1B1 #> 162 True BlockL1-1B1 BlockL2-1B1 #> 163 True BlockL1-1B1 BlockL2-1B1 #> 164 True BlockL1-1B1 BlockL2-1B1 #> 165 True BlockL1-1B1 BlockL2-1B1 #> 166 True BlockL1-1B1 BlockL2-1B1 #> 167 True BlockL1-1B1 BlockL2-1B1 #> 168 True BlockL1-1B1 BlockL2-1B1 #> 169 True BlockL1-1B1 BlockL2-1B1 #> 170 True BlockL1-1B1 BlockL2-1B1 #> 171 True BlockL1-1B1 BlockL2-1B1 #> 172 True BlockL1-1B1 BlockL2-1B1 #> 173 True BlockL1-1B1 BlockL2-1B1 #> 174 True BlockL1-1B1 BlockL2-1B1 #> 175 True BlockL1-1B1 BlockL2-1B1 #> 176 True BlockL1-1B1 BlockL2-1B1 #> 177 True BlockL1-1B1 BlockL2-1B1 #> 178 True BlockL1-1B1 BlockL2-1B1 #> 179 True BlockL1-1B1 BlockL2-1B1 #> 180 True BlockL1-1B1 BlockL2-1B1 #> 181 True BlockL1-1B1 BlockL2-1B1 #> 182 True BlockL1-1B1 BlockL2-1B1 #> 183 True BlockL1-1B1 BlockL2-1B1 #> 184 True BlockL1-1B1 BlockL2-1B1 #> 185 True BlockL1-1B1 BlockL2-1B1 #> 186 True BlockL1-1B1 BlockL2-1B1 #> 187 True BlockL1-1B1 BlockL2-1B1 #> 188 True BlockL1-1B1 BlockL2-1B1 #> 189 True BlockL1-1B1 #> 190 True BlockL1-1B1 #> 191 True BlockL1-1B1 #> 192 True BlockL1-1B1 #> 193 True BlockL1-1B1 #> 194 True BlockL1-1B1 #> 195 True BlockL1-1B1 #> 196 True BlockL1-1B1 #> 197 True BlockL1-1B1 #> 198 True BlockL1-1B1 #> 199 True BlockL1-1B1 #> 200 True BlockL1-1B1 #> 201 True BlockL1-1B1 #> 202 True BlockL1-1B1 #> 203 True BlockL1-1B1 #> 204 True BlockL1-1B1 #> 205 True BlockL1-1B1 #> 206 True BlockL1-1B1 #> 207 True BlockL1-1B1 #> 208 True BlockL1-1B1 #> 209 True BlockL1-1B1 #> 210 #> 211 BlockL1-1B4 #> 212 True BlockL1-1B4 BlockL2-1B4 #> 213 True BlockL1-1B4 BlockL2-1B4 #> 214 True BlockL1-1B4 BlockL2-1B4 #> 215 True BlockL1-1B4 BlockL2-1B4 #> 216 True BlockL1-1B4 BlockL2-1B4 #> 217 True BlockL1-1B4 BlockL2-1B4 #> 218 True BlockL1-1B4 BlockL2-1B4 #> 219 True BlockL1-1B4 BlockL2-1B4 #> 220 True BlockL1-1B4 BlockL2-1B4 #> 221 True BlockL1-1B4 BlockL2-1B4 #> 222 True BlockL1-1B4 BlockL2-1B4 #> 223 True BlockL1-1B4 BlockL2-1B4 #> 224 True BlockL1-1B4 BlockL2-1B4 #> 225 True BlockL1-1B4 BlockL2-1B4 #> 226 True BlockL1-1B4 #> 227 True BlockL1-1B4 #> 228 True BlockL1-1B4 #> 229 True BlockL1-1B4 #> 230 True BlockL1-1B4 #> 231 True BlockL1-1B4 #> 232 #> 233 True BlockL1-1B7 #> 234 True BlockL1-1B7 #> 235 True BlockL1-1B7 #> 236 True BlockL1-1B7 #> 237 True BlockL1-1B7 #> 238 True BlockL1-1B7 #> 239 True BlockL1-1B7 #> 240 True BlockL1-1B7 #> 241 True BlockL1-1B7 #> 242 True BlockL1-1B7 #> 243 True BlockL1-1B7 #> 244 True BlockL1-1B7 #> 245 True BlockL1-1B7 #> 246 True BlockL1-1B7 #> 247 True BlockL1-1B7 #> 248 True BlockL1-1B7 #> 249 True BlockL1-1B7 #> 250 True BlockL1-1B7 #> 251 True BlockL1-1B7 #> 252 True BlockL1-1B7 #> 253 True BlockL1-1B7 #> 254 True BlockL1-1B7 #> 255 True BlockL1-1B7 #> 256 True BlockL1-1B7 #> 257 True BlockL1-1B7 #> 258 True BlockL1-1B7 #> 259 True BlockL1-1B7 #> 260 True BlockL1-1B7 #> 261 True BlockL1-1B7 #> 262 True BlockL1-1B7 #> 263 True BlockL1-1B7 #> 264 True BlockL1-1B7 #> 265 True BlockL1-1B7 #> 266 True BlockL1-1B7 #> 267 True BlockL1-1B7 #> 268 True BlockL1-1B7 #> 269 True BlockL1-1B7 #> 270 True BlockL1-1B7 #> 271 True BlockL1-1B7 #> 272 True BlockL1-1B7 #> 273 True BlockL1-1B7 #> 274 True BlockL1-1B7 #> 275 True BlockL1-1B7 #> 276 #> 277 True BlockL1-1B9 #> 278 True BlockL1-1B9 #> 279 True BlockL1-1B9 #> 280 True BlockL1-1B9 #> 281 True BlockL1-1B9 #> 282 True BlockL1-1B9 #> 283 True BlockL1-1B9 #> 284 True BlockL1-1B9 #> 285 True BlockL1-1B9 #> 286 True BlockL1-1B9 #> 287 True BlockL1-1B9 #> 288 True BlockL1-1B9 #> 289 True BlockL1-1B9 #> 290 True BlockL1-1B9 #> 291 True BlockL1-1B9 #> 292 True BlockL1-1B9 #> 293 True BlockL1-1B9 #> 294 True BlockL1-1B9 #> 295 True BlockL1-1B9 #> 296 True BlockL1-1B9 #> 297 True BlockL1-1B9 #> 298 True BlockL1-1B9 #> 299 True BlockL1-1B9 #> 300 #> 301 True BlockL1-1C1 #> 302 True BlockL1-1C1 #> 303 True BlockL1-1C1 #> 304 True BlockL1-1C1 #> 305 True BlockL1-1C1 #> 306 True BlockL1-1C1 #> 307 True BlockL1-1C1 #> 308 True BlockL1-1C1 #> 309 True BlockL1-1C1 #> 310 True BlockL1-1C1 #> 311 True BlockL1-1C1 #> 312 True BlockL1-1C1 #> 313 True BlockL1-1C1 #> 314 True BlockL1-1C1 #> 315 True BlockL1-1C1 #> 316 True BlockL1-1C1 #> 317 True BlockL1-1C1 #> 318 True BlockL1-1C1 #> 319 True BlockL1-1C1 #> 320 True BlockL1-1C1 #> 321 True BlockL1-1C1 #> 322 True BlockL1-1C1 #> 323 True BlockL1-1C1 #> 324 True BlockL1-1C1 #> 325 True BlockL1-1C1 #> 326 True BlockL1-1C1 #> 327 True BlockL1-1C1 #> 328 True BlockL1-1C1 #> 329 True BlockL1-1C1 #> 330 True BlockL1-1C1 #> 331 True BlockL1-1C1 #> 332 True BlockL1-1C1 #> 333 True BlockL1-1C1 #> 334 True BlockL1-1C1 #> 335 True BlockL1-1C1 #> 336 True BlockL1-1C1 #> 337 True BlockL1-1C1 #> 338 True BlockL1-1C1 #> 339 True BlockL1-1C1 #> 340 True BlockL1-1C1 #> 341 True BlockL1-1C1 #> 342 True BlockL1-1C1 #> 343 True BlockL1-1C1 #> 344 True BlockL1-1C1 #> 345 True BlockL1-1C1 #> 346 True BlockL1-1C1 #> 347 True BlockL1-1C1 #> 348 True BlockL1-1C1 #> 349 True BlockL1-1C1 #> 350 True BlockL1-1C1 #> 351 True BlockL1-1C1 #> 352 True BlockL1-1C1 #> 353 True BlockL1-1C1 #> 354 True BlockL1-1C1 #> 355 True BlockL1-1C1 #> 356 True BlockL1-1C1 #> 357 True BlockL1-1C1 #> 358 True BlockL1-1C1 #> 359 True BlockL1-1C1 #> 360 True BlockL1-1C1 #> 361 True BlockL1-1C1 #> 362 True BlockL1-1C1 #> 363 True BlockL1-1C1 #> 364 True BlockL1-1C1 #> 365 True BlockL1-1C1 #> 366 True BlockL1-1C1 #> 367 True BlockL1-1C1 #> 368 True BlockL1-1C1 #> 369 True BlockL1-1C1 #> 370 True BlockL1-1C1 #> 371 True BlockL1-1C1 #> 372 True BlockL1-1C1 #> 373 True BlockL1-1C1 #> 374 True BlockL1-1C1 #> 375 True BlockL1-1C1 #> 376 True BlockL1-1C1 #> 377 True BlockL1-1C1 #> 378 True BlockL1-1C1 #> 379 True BlockL1-1C1 #> 380 True BlockL1-1C1 #> 381 True BlockL1-1C1 #> 382 True BlockL1-1C1 #> 383 True BlockL1-1C1 #> 384 True BlockL1-1C1 #> 385 True BlockL1-1C1 #> 386 True BlockL1-1C1 #> 387 True BlockL1-1C1 #> 388 True BlockL1-1C1 #> 389 True BlockL1-1C1 #> 390 True BlockL1-1C1 #> 391 BlockL1-1C1 #> 392 True BlockL1-1C1 BlockL2-1C2 #> 393 True BlockL1-1C1 BlockL2-1C2 #> 394 True BlockL1-1C1 BlockL2-1C2 #> 395 True BlockL1-1C1 BlockL2-1C2 #> 396 True BlockL1-1C1 BlockL2-1C2 #> 397 True BlockL1-1C1 BlockL2-1C2 #> 398 True BlockL1-1C1 BlockL2-1C2 #> 399 True BlockL1-1C1 BlockL2-1C2 #> 400 True BlockL1-1C1 BlockL2-1C2 #> 401 True BlockL1-1C1 BlockL2-1C2 #> 402 BlockL1-1C1 #> 403 True BlockL1-1C1 BlockL2-1C3 #> 404 True BlockL1-1C1 BlockL2-1C3 #> 405 True BlockL1-1C1 BlockL2-1C3 #> 406 True BlockL1-1C1 BlockL2-1C3 #> 407 True BlockL1-1C1 BlockL2-1C3 #> 408 True BlockL1-1C1 BlockL2-1C3 #> 409 True BlockL1-1C1 BlockL2-1C3 #> 410 True BlockL1-1C1 BlockL2-1C3 #> 411 True BlockL1-1C1 BlockL2-1C3 #> 412 True BlockL1-1C1 BlockL2-1C3 #> 413 True BlockL1-1C1 BlockL2-1C3 #> 414 True BlockL1-1C1 BlockL2-1C3 #> 415 True BlockL1-1C1 BlockL2-1C3 #> 416 True BlockL1-1C1 BlockL2-1C3 #> 417 True BlockL1-1C1 BlockL2-1C3 #> 418 True BlockL1-1C1 BlockL2-1C3 #> 419 True BlockL1-1C1 BlockL2-1C3 #> 420 True BlockL1-1C1 BlockL2-1C3 #> 421 True BlockL1-1C1 #> 422 True BlockL1-1C1 #> 423 True BlockL1-1C1 #> 424 True BlockL1-1C1 #> 425 True BlockL1-1C1 #> 426 True BlockL1-1C1 #> 427 True BlockL1-1C1 #> 428 True BlockL1-1C1 #> 429 True BlockL1-1C1 #> 430 True BlockL1-1C1 #> 431 True BlockL1-1C1 #> 432 True BlockL1-1C1 #> 433 #> 434 True BlockL1-1C6 #> 435 True BlockL1-1C6 #> 436 True BlockL1-1C6 #> 437 True BlockL1-1C6 #> 438 True BlockL1-1C6 #> 439 True BlockL1-1C6 #> 440 True BlockL1-1C6 #> 441 True BlockL1-1C6 #> 442 True BlockL1-1C6 #> 443 True BlockL1-1C6 #> 444 True BlockL1-1C6 #> 445 True BlockL1-1C6 #> 446 True BlockL1-1C6 #> 447 True BlockL1-1C6 #> 448 True BlockL1-1C6 #> 449 True BlockL1-1C6 #> 450 True BlockL1-1C6 #> 451 True BlockL1-1C6 #> 452 True BlockL1-1C6 #> 453 True BlockL1-1C6 #> 454 True BlockL1-1C6 #> 455 True BlockL1-1C6 #> 456 True BlockL1-1C6 #> 457 True BlockL1-1C6 #> 458 True BlockL1-1C6 #> 459 True BlockL1-1C6 #> 460 True BlockL1-1C6 #> 461 #> 462 True BlockL1-1C8 #> 463 True BlockL1-1C8 #> 464 True BlockL1-1C8 #> 465 True BlockL1-1C8 #> 466 True BlockL1-1C8 #> 467 True BlockL1-1C8 #> 468 True BlockL1-1C8 #> 469 True BlockL1-1C8 #> 470 True BlockL1-1C8 #> 471 True BlockL1-1C8 #> 472 True BlockL1-1C8 #> 473 True BlockL1-1C8 #> 474 True BlockL1-1C8 #> 475 True BlockL1-1C8 #> 476 True BlockL1-1C8 #> 477 True BlockL1-1C8 #> 478 True BlockL1-1C8 #> 479 True BlockL1-1C8 #> 480 True BlockL1-1C8 #> 481 True BlockL1-1C8 #> 482 True BlockL1-1C8 #> 483 True BlockL1-1C8 #> 484 True BlockL1-1C8 #> 485 True BlockL1-1C8 #> 486 True BlockL1-1C8 #> 487 #> 488 False BlockL1-1D0 #> 489 False BlockL1-1D0 #> 490 False BlockL1-1D0 #> 491 False BlockL1-1D0 #> 492 False BlockL1-1D0 #> 493 False BlockL1-1D0 #> 494 False BlockL1-1D0 #> 495 False BlockL1-1D0 #> 496 False BlockL1-1D0 #> 497 False BlockL1-1D0 #> 498 False BlockL1-1D0 #> 499 False BlockL1-1D0 #> 500 False BlockL1-1D0 #> 501 False BlockL1-1D0 #> 502 False BlockL1-1D0 #> 503 False BlockL1-1D0 #> 504 False BlockL1-1D0 #> 505 False BlockL1-1D0 #> 506 False BlockL1-1D0 #> 507 False BlockL1-1D0 #> 508 False BlockL1-1D0 #> 509 False BlockL1-1D0 #> 510 False BlockL1-1D0 #> 511 False BlockL1-1D0 #> 512 False BlockL1-1D0 #> 513 False BlockL1-1D0 #> 514 False BlockL1-1D0 #> 515 False BlockL1-1D0 #> 516 False BlockL1-1D0 #> 517 False BlockL1-1D0 #> 518 False BlockL1-1D0 #> 519 False BlockL1-1D0 #> 520 False BlockL1-1D0 #> 521 False BlockL1-1D0 #> 522 False BlockL1-1D0 #> 523 False BlockL1-1D0 #> 524 False BlockL1-1D0 #> 525 False BlockL1-1D0 #> 526 True BlockL1-1D0 #> 527 True BlockL1-1D0 #> 528 True BlockL1-1D0 #> 529 True BlockL1-1D0 #> 530 True BlockL1-1D0 #> 531 True BlockL1-1D0 #> 532 True BlockL1-1D0 #> 533 True BlockL1-1D0 #> 534 True BlockL1-1D0 #> 535 True BlockL1-1D0 #> 536 True BlockL1-1D0 #> 537 True BlockL1-1D0 #> 538 True BlockL1-1D0 #> 539 True BlockL1-1D0 #> 540 True BlockL1-1D0 #> 541 True BlockL1-1D0 #> 542 True BlockL1-1D0 #> 543 True BlockL1-1D0 #> 544 True BlockL1-1D0 #> 545 #> 546 True BlockL1-1D2 #> 547 True BlockL1-1D2 #> 548 True BlockL1-1D2 #> 549 True BlockL1-1D2 #> 550 #> 551 True BlockL1-1D4 #> 552 True BlockL1-1D4 #> 553 True BlockL1-1D4 #> 554 True BlockL1-1D4 #> 555 True BlockL1-1D4 #> 556 True BlockL1-1D4 #> 557 True BlockL1-1D4 #> 558 True BlockL1-1D4 #> 559 True BlockL1-1D4 #> 560 True BlockL1-1D4 #> 561 True BlockL1-1D4 #> 562 True BlockL1-1D4 #> 563 True BlockL1-1D4 #> 564 True BlockL1-1D4 #> 565 True BlockL1-1D4 #> 566 True BlockL1-1D4 #> 567 True BlockL1-1D4 #> 568 #> 569 True BlockL1-1D6 #> 570 True BlockL1-1D6 #> 571 True BlockL1-1D6 #> 572 True BlockL1-1D6 #> 573 True BlockL1-1D6 #> 574 True BlockL1-1D6 #> 575 True BlockL1-1D6 #> 576 True BlockL1-1D6 #> 577 True BlockL1-1D6 #> 578 True BlockL1-1D6 #> 579 True BlockL1-1D6 #> 580 True BlockL1-1D6 #> 581 True BlockL1-1D6 #> 582 True BlockL1-1D6 #> 583 True BlockL1-1D6 #> 584 True BlockL1-1D6 #> 585 True BlockL1-1D6 #> 586 True BlockL1-1D6 #> 587 True BlockL1-1D6 #> 588 True BlockL1-1D6 #> 589 True BlockL1-1D6 #> 590 True BlockL1-1D6 #> 591 True BlockL1-1D6 #> 592 True BlockL1-1D6 #> 593 True BlockL1-1D6 #> 594 True BlockL1-1D6 #> 595 True BlockL1-1D6 #> 596 True BlockL1-1D6 #> 597 True BlockL1-1D6 #> 598 True BlockL1-1D6 #> 599 True BlockL1-1D6 #> 600 True BlockL1-1D6 #> 601 True BlockL1-1D6 #> 602 #> 603 True BlockL1-1D8 #> 604 True BlockL1-1D8 #> 605 True BlockL1-1D8 #> 606 True BlockL1-1D8 #> 607 True BlockL1-1D8 #> 608 True BlockL1-1D8 #> 609 True BlockL1-1D8 #> 610 True BlockL1-1D8 #> 611 True BlockL1-1D8 #> 612 True BlockL1-1D8 #> 613 True BlockL1-1D8 #> 614 True BlockL1-1D8 #> 615 True BlockL1-1D8 #> 616 True BlockL1-1D8 #> 617 True BlockL1-1D8 #> 618 True BlockL1-1D8 #> 619 True BlockL1-1D8 #> 620 True BlockL1-1D8 #> 621 False BlockL1-1D8 #> 622 False BlockL1-1D8 #> 623 False BlockL1-1D8 #> 624 False BlockL1-1D8 #> 625 False BlockL1-1D8 #> 626 True BlockL1-1D8 #> 627 True BlockL1-1D8 #> 628 True BlockL1-1D8 #> 629 True BlockL1-1D8 #> 630 True BlockL1-1D8 #> 631 True BlockL1-1D8 #> 632 True BlockL1-1D8 #> 633 True BlockL1-1D8 #> 634 True BlockL1-1D8 #> 635 BlockL1-1D8 #> 636 True BlockL1-1D8 BlockL2-1D9 #> 637 True BlockL1-1D8 BlockL2-1D9 #> 638 True BlockL1-1D8 BlockL2-1D9 #> 639 True BlockL1-1D8 BlockL2-1D9 #> 640 True BlockL1-1D8 BlockL2-1D9 #> 641 True BlockL1-1D8 BlockL2-1D9 #> 642 True BlockL1-1D8 #> 643 True BlockL1-1D8 #> 644 #> 645 True BlockL1-1E3 #> 646 True BlockL1-1E3 #> 647 True BlockL1-1E3 #> 648 #> 649 True BlockL1-1E5 #> 650 True BlockL1-1E5 #> 651 True BlockL1-1E5 #> 652 True BlockL1-1E5 #> 653 True BlockL1-1E5 #> 654 True BlockL1-1E5 #> 655 True BlockL1-1E5 #> 656 True BlockL1-1E5 #> 657 True BlockL1-1E5 #> 658 True BlockL1-1E5 #> 659 True BlockL1-1E5 #> 660 True BlockL1-1E5 #> 661 True BlockL1-1E5 #> 662 True BlockL1-1E5 #> 663 True BlockL1-1E5 #> 664 True BlockL1-1E5 #> 665 True BlockL1-1E5 #> 666 True BlockL1-1E5 #> 667 True BlockL1-1E5 #> 668 #> 669 BlockL1-1E7 #> 670 True BlockL1-1E7 BlockL2-1E7 #> 671 True BlockL1-1E7 BlockL2-1E7 #> 672 True BlockL1-1E7 BlockL2-1E7 #> 673 True BlockL1-1E7 BlockL2-1E7 #> 674 True BlockL1-1E7 BlockL2-1E7 #> 675 True BlockL1-1E7 BlockL2-1E7 #> 676 True BlockL1-1E7 BlockL2-1E7 #> 677 True BlockL1-1E7 BlockL2-1E7 #> 678 True BlockL1-1E7 BlockL2-1E7 #> 679 BlockL1-1E7 #> 680 True BlockL1-1E7 BlockL2-1E8 #> 681 True BlockL1-1E7 BlockL2-1E8 #> 682 True BlockL1-1E7 BlockL2-1E8 #> 683 True BlockL1-1E7 BlockL2-1E8 #> 684 True BlockL1-1E7 BlockL2-1E8 #> 685 True BlockL1-1E7 BlockL2-1E8 #> 686 True BlockL1-1E7 BlockL2-1E8 #> 687 True BlockL1-1E7 BlockL2-1E8 #> 688 True BlockL1-1E7 BlockL2-1E8 #> 689 True BlockL1-1E7 BlockL2-1E8 #> 690 BlockL1-1E7 #> 691 True BlockL1-1E7 BlockL2-1E9 #> 692 True BlockL1-1E7 BlockL2-1E9 #> 693 True BlockL1-1E7 BlockL2-1E9 #> 694 True BlockL1-1E7 BlockL2-1E9 #> 695 True BlockL1-1E7 BlockL2-1E9 #> 696 True BlockL1-1E7 BlockL2-1E9 #> 697 True BlockL1-1E7 BlockL2-1E9 #> 698 True BlockL1-1E7 BlockL2-1E9 #> 699 True BlockL1-1E7 BlockL2-1E9 #> 700 True BlockL1-1E7 BlockL2-1E9 #> 701 True BlockL1-1E7 BlockL2-1E9 #> 702 True BlockL1-1E7 BlockL2-1E9 #> 703 True BlockL1-1E7 BlockL2-1E9 #> 704 True BlockL1-1E7 BlockL2-1E9 #> 705 True BlockL1-1E7 BlockL2-1E9 #> 706 True BlockL1-1E7 BlockL2-1E9 #> 707 True BlockL1-1E7 BlockL2-1E9 #> 708 True BlockL1-1E7 BlockL2-1E9 #> 709 True BlockL1-1E7 BlockL2-1E9 #> 710 True BlockL1-1E7 #> 711 True BlockL1-1E7 #> 712 True BlockL1-1E7 #> 713 True BlockL1-1E7 #> 714 True BlockL1-1E7 #> 715 True BlockL1-1E7 #> 716 True BlockL1-1E7 #> 717 True BlockL1-1E7 #> 718 True BlockL1-1E7 #> 719 True BlockL1-1E7 #> 720 True BlockL1-1E7 #> 721 True BlockL1-1E7 #> 722 True BlockL1-1E7 #> 723 True BlockL1-1E7 #> 724 True BlockL1-1E7 #> 725 True BlockL1-1E7 #> 726 True BlockL1-1E7 #> 727 True BlockL1-1E7 #> 728 True BlockL1-1E7 #> 729 True BlockL1-1E7 #> 730 True BlockL1-1E7 #> 731 True BlockL1-1E7 #> 732 True BlockL1-1E7 #> 733 True BlockL1-1E7 #> 734 True BlockL1-1E7 #> 735 True BlockL1-1E7 #> 736 True BlockL1-1E7 #> 737 True BlockL1-1E7 #> 738 True BlockL1-1E7 #> 739 True BlockL1-1E7 #> 740 True BlockL1-1E7 #> 741 True BlockL1-1E7 #> 742 True BlockL1-1E7 #> 743 True BlockL1-1E7 #> 744 True BlockL1-1E7 #> 745 True BlockL1-1E7 #> 746 True BlockL1-1E7 #> 747 True BlockL1-1E7 #> 748 True BlockL1-1E7 #> 749 #> 750 True BlockL1-1F2 #> 751 True BlockL1-1F2 #> 752 True BlockL1-1F2 #> 753 True BlockL1-1F2 #> 754 True BlockL1-1F2 #> 755 True BlockL1-1F2 #> 756 True BlockL1-1F2 #> 757 True BlockL1-1F2 #> 758 True BlockL1-1F2 #> 759 True BlockL1-1F2 #> 760 True BlockL1-1F2 #> 761 True BlockL1-1F2 #> 762 True BlockL1-1F2 #> 763 True BlockL1-1F2 #> 764 True BlockL1-1F2 #> 765 True BlockL1-1F2 #> 766 True BlockL1-1F2 #> 767 True BlockL1-1F2 #> 768 True BlockL1-1F2 #> 769 True BlockL1-1F2 #> 770 True BlockL1-1F2 #> 771 True BlockL1-1F2 #> 772 True BlockL1-1F2 #> 773 True BlockL1-1F2 #> 774 True BlockL1-1F2 #> 775 True BlockL1-1F2 #> 776 True BlockL1-1F2 #> 777 True BlockL1-1F2 #> 778 True BlockL1-1F2 #> 779 True BlockL1-1F2 #> 780 True BlockL1-1F2 #> 781 True BlockL1-1F2 #> 782 True BlockL1-1F2 #> 783 True BlockL1-1F2 #> 784 True BlockL1-1F2 #> 785 True BlockL1-1F2 #> 786 True BlockL1-1F2 #> 787 True BlockL1-1F2 #> 788 True BlockL1-1F2 #> 789 True BlockL1-1F2 #> 790 True BlockL1-1F2 #> 791 True BlockL1-1F2 #> 792 True BlockL1-1F2 #> 793 True BlockL1-1F2 #> 794 True BlockL1-1F2 #> 795 True BlockL1-1F2 #> 796 True BlockL1-1F2 #> 797 True BlockL1-1F2 #> 798 True BlockL1-1F2 #> 799 True BlockL1-1F2 #> 800 True BlockL1-1F2 #> 801 True BlockL1-1F2 #> 802 True BlockL1-1F2 #> 803 True BlockL1-1F2 #> 804 True BlockL1-1F2 #> 805 False BlockL1-1F2 #> 806 True BlockL1-1F2 #> 807 True BlockL1-1F2 #> 808 True BlockL1-1F2 #> 809 True BlockL1-1F2 #> 810 True BlockL1-1F2 #> 811 True BlockL1-1F2 #> 812 True BlockL1-1F2 #> 813 True BlockL1-1F2 #> 814 True BlockL1-1F2 #> 815 True BlockL1-1F2 #> 816 True BlockL1-1F2 #> 817 True BlockL1-1F2 #> 818 True BlockL1-1F2 #> 819 True BlockL1-1F2 #> 820 True BlockL1-1F2 #> 821 True BlockL1-1F2 #> 822 True BlockL1-1F2 #> 823 True BlockL1-1F2 #> 824 True BlockL1-1F2 #> 825 True BlockL1-1F2 #> 826 True BlockL1-1F2 #> 827 True BlockL1-1F2 #> 828 True BlockL1-1F2 #> 829 True BlockL1-1F2 #> 830 True BlockL1-1F2 #> 831 True BlockL1-1F2 #> 832 True BlockL1-1F2 #> 833 True BlockL1-1F2 #> 834 True BlockL1-1F2 #> 835 True BlockL1-1F2 #> 836 True BlockL1-1F2 #> 837 True BlockL1-1F2 #> 838 True BlockL1-1F2 #> 839 True BlockL1-1F2 #> 840 True BlockL1-1F2 #> 841 True BlockL1-1F2 #> 842 True BlockL1-1F2 #> 843 True BlockL1-1F2 #> 844 True BlockL1-1F2 #> 845 True BlockL1-1F2 #> 846 True BlockL1-1F2 #> 847 True BlockL1-1F2 #> 848 True BlockL1-1F2 #> 849 True BlockL1-1F2 #> 850 True BlockL1-1F2 #> 851 True BlockL1-1F2 #> 852 True BlockL1-1F2 #> 853 True BlockL1-1F2 #> 854 True BlockL1-1F2 #> 855 True BlockL1-1F2 #> 856 True BlockL1-1F2 #> 857 True BlockL1-1F2 #> 858 True BlockL1-1F2 #> 859 True BlockL1-1F2 #> 860 #> 861 BlockL1-1F4 #> 862 True BlockL1-1F4 BlockL2-1F4 #> 863 True BlockL1-1F4 BlockL2-1F4 #> 864 True BlockL1-1F4 BlockL2-1F4 #> 865 True BlockL1-1F4 BlockL2-1F4 #> 866 True BlockL1-1F4 BlockL2-1F4 #> 867 True BlockL1-1F4 BlockL2-1F4 #> 868 True BlockL1-1F4 BlockL2-1F4 #> 869 True BlockL1-1F4 BlockL2-1F4 #> 870 True BlockL1-1F4 BlockL2-1F4 #> 871 True BlockL1-1F4 BlockL2-1F4 #> 872 True BlockL1-1F4 BlockL2-1F4 #> 873 True BlockL1-1F4 BlockL2-1F4 #> 874 True BlockL1-1F4 BlockL2-1F4 #> 875 True BlockL1-1F4 BlockL2-1F4 #> 876 True BlockL1-1F4 BlockL2-1F4 #> 877 True BlockL1-1F4 BlockL2-1F4 #> 878 BlockL1-1F4 #> 879 True BlockL1-1F4 BlockL2-1F5 #> 880 True BlockL1-1F4 BlockL2-1F5 #> 881 True BlockL1-1F4 BlockL2-1F5 #> 882 True BlockL1-1F4 BlockL2-1F5 #> 883 True BlockL1-1F4 BlockL2-1F5 #> 884 True BlockL1-1F4 BlockL2-1F5 #> 885 True BlockL1-1F4 BlockL2-1F5 #> 886 True BlockL1-1F4 BlockL2-1F5 #> 887 True BlockL1-1F4 BlockL2-1F5 #> 888 True BlockL1-1F4 BlockL2-1F5 #> 889 True BlockL1-1F4 BlockL2-1F5 #> 890 True BlockL1-1F4 BlockL2-1F5 #> 891 True BlockL1-1F4 BlockL2-1F5 #> 892 True BlockL1-1F4 BlockL2-1F5 #> 893 True BlockL1-1F4 BlockL2-1F5 #> 894 True BlockL1-1F4 BlockL2-1F5 #> 895 True BlockL1-1F4 BlockL2-1F5 #> 896 True BlockL1-1F4 BlockL2-1F5 #> 897 True BlockL1-1F4 BlockL2-1F5 #> 898 True BlockL1-1F4 BlockL2-1F5 #> 899 True BlockL1-1F4 BlockL2-1F5 #> 900 True BlockL1-1F4 BlockL2-1F5 #> 901 True BlockL1-1F4 BlockL2-1F5 #> 902 True BlockL1-1F4 BlockL2-1F5 #> 903 True BlockL1-1F4 BlockL2-1F5 #> 904 True BlockL1-1F4 BlockL2-1F5 #> 905 True BlockL1-1F4 BlockL2-1F5 #> 906 True BlockL1-1F4 BlockL2-1F5 #> 907 True BlockL1-1F4 BlockL2-1F5 #> 908 True BlockL1-1F4 BlockL2-1F5 #> 909 True BlockL1-1F4 BlockL2-1F5 #> 910 True BlockL1-1F4 BlockL2-1F5 #> 911 True BlockL1-1F4 BlockL2-1F5 #> 912 True BlockL1-1F4 BlockL2-1F5 #> 913 True BlockL1-1F4 BlockL2-1F5 #> 914 True BlockL1-1F4 BlockL2-1F5 #> 915 BlockL1-1F4 #> 916 BlockL1-1F4 BlockL2-1F6 #> 917 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 918 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 919 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 920 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 921 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 922 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 923 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 924 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 925 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 926 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 927 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 928 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 929 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 930 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 931 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 932 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 933 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 934 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 935 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 936 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 937 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 938 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 939 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 940 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 941 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 942 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 943 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 944 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 945 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 946 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 947 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 948 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 949 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 950 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 951 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 952 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 953 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 954 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 955 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 956 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 957 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 958 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 959 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 960 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 961 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 962 BlockL1-1F4 BlockL2-1F6 #> 963 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 964 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 965 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 966 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 967 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 968 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 969 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 970 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 971 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 972 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 973 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 974 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 975 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 976 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 977 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 978 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 979 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 980 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 981 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 982 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 983 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 984 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 985 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 986 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 987 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 988 BlockL1-1F4 BlockL2-1F6 #> 989 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 990 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 991 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 992 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 993 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 994 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 995 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 996 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 997 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 998 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 999 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 1000 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 1001 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 1002 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 1003 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 1004 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 1005 True BlockL1-1F4 BlockL2-1F6 #> 1006 True BlockL1-1F4 BlockL2-1F6 #> 1007 True BlockL1-1F4 BlockL2-1F6 #> 1008 True BlockL1-1F4 BlockL2-1F6 #> 1009 True BlockL1-1F4 BlockL2-1F6 #> 1010 True BlockL1-1F4 BlockL2-1F6 #> 1011 True BlockL1-1F4 BlockL2-1F6 #> 1012 True BlockL1-1F4 BlockL2-1F6 #> 1013 BlockL1-1F4 #> 1014 True BlockL1-1F4 BlockL2-1G0 #> 1015 True BlockL1-1F4 BlockL2-1G0 #> 1016 True BlockL1-1F4 BlockL2-1G0 #> 1017 True BlockL1-1F4 BlockL2-1G0 #> 1018 True BlockL1-1F4 BlockL2-1G0 #> 1019 True BlockL1-1F4 BlockL2-1G0 #> 1020 True BlockL1-1F4 BlockL2-1G0 #> 1021 True BlockL1-1F4 BlockL2-1G0 #> 1022 True BlockL1-1F4 BlockL2-1G0 #> 1023 True BlockL1-1F4 BlockL2-1G0 #> 1024 True BlockL1-1F4 BlockL2-1G0 #> 1025 True BlockL1-1F4 BlockL2-1G0 #> 1026 True BlockL1-1F4 BlockL2-1G0 #> 1027 True BlockL1-1F4 BlockL2-1G0 #> 1028 True BlockL1-1F4 BlockL2-1G0 #> 1029 True BlockL1-1F4 BlockL2-1G0 #> 1030 True BlockL1-1F4 BlockL2-1G0 #> 1031 True BlockL1-1F4 BlockL2-1G0 #> 1032 True BlockL1-1F4 BlockL2-1G0 #> 1033 True BlockL1-1F4 BlockL2-1G0 #> 1034 True BlockL1-1F4 BlockL2-1G0 #> 1035 True BlockL1-1F4 BlockL2-1G0 #> 1036 True BlockL1-1F4 BlockL2-1G0 #> 1037 True BlockL1-1F4 BlockL2-1G0 #> 1038 True BlockL1-1F4 #> 1039 True BlockL1-1F4 #> 1040 #> 1041 False BlockL1-1G4 #> 1042 False BlockL1-1G4 #> 1043 True #> 1044 True #> 1045 True #> 1046 True #> 1047 True #> 1048 #> 1049 True BlockL1-1G8 #> 1050 True BlockL1-1G8 #> 1051 True BlockL1-1G8 #> 1052 True BlockL1-1G8 #> 1053 True BlockL1-1G8 #> 1054 True BlockL1-1G8 #> 1055 True BlockL1-1G8 #> 1056 True #> 1057 #> 1058 #> 1059 True BlockL1-2A0 #> 1060 True BlockL1-2A0 #> 1061 True BlockL1-2A0 #> 1062 True BlockL1-2A0 #> 1063 True BlockL1-2A0 #> 1064 True BlockL1-2A0 #> 1065 True BlockL1-2A0 #> 1066 True BlockL1-2A0 #> 1067 True BlockL1-2A0 #> 1068 True BlockL1-2A0 #> 1069 True BlockL1-2A0 #> 1070 True BlockL1-2A0 #> 1071 True BlockL1-2A0 #> 1072 True BlockL1-2A0 #> 1073 True BlockL1-2A0 #> 1074 True BlockL1-2A0 #> 1075 True BlockL1-2A0 #> 1076 True BlockL1-2A0 #> 1077 True BlockL1-2A0 #> 1078 True BlockL1-2A0 #> 1079 True BlockL1-2A0 #> 1080 True BlockL1-2A0 #> 1081 True BlockL1-2A0 #> 1082 True BlockL1-2A0 #> 1083 True BlockL1-2A0 #> 1084 True BlockL1-2A0 #> 1085 True BlockL1-2A0 #> 1086 True BlockL1-2A0 #> 1087 True BlockL1-2A0 #> 1088 True BlockL1-2A0 #> 1089 True BlockL1-2A0 #> 1090 True BlockL1-2A0 #> 1091 True BlockL1-2A0 #> 1092 True BlockL1-2A0 #> 1093 True BlockL1-2A0 #> 1094 True BlockL1-2A0 #> 1095 True BlockL1-2A0 #> 1096 True BlockL1-2A0 #> 1097 True BlockL1-2A0 #> 1098 True BlockL1-2A0 #> 1099 True BlockL1-2A0 #> 1100 #> 1101 BlockL1-2A2 #> 1102 True BlockL1-2A2 BlockL2-2A2 #> 1103 True BlockL1-2A2 BlockL2-2A2 #> 1104 True BlockL1-2A2 BlockL2-2A2 #> 1105 True BlockL1-2A2 BlockL2-2A2 #> 1106 True BlockL1-2A2 BlockL2-2A2 #> 1107 True BlockL1-2A2 BlockL2-2A2 #> 1108 True BlockL1-2A2 BlockL2-2A2 #> 1109 True BlockL1-2A2 BlockL2-2A2 #> 1110 True BlockL1-2A2 BlockL2-2A2 #> 1111 True BlockL1-2A2 BlockL2-2A2 #> 1112 True BlockL1-2A2 BlockL2-2A2 #> 1113 True BlockL1-2A2 BlockL2-2A2 #> 1114 True BlockL1-2A2 BlockL2-2A2 #> 1115 True BlockL1-2A2 BlockL2-2A2 #> 1116 True BlockL1-2A2 BlockL2-2A2 #> 1117 True BlockL1-2A2 BlockL2-2A2 #> 1118 True BlockL1-2A2 BlockL2-2A2 #> 1119 True BlockL1-2A2 BlockL2-2A2 #> 1120 True BlockL1-2A2 BlockL2-2A2 #> 1121 True BlockL1-2A2 BlockL2-2A2 #> 1122 True BlockL1-2A2 BlockL2-2A2 #> 1123 True BlockL1-2A2 BlockL2-2A2 #> 1124 True BlockL1-2A2 BlockL2-2A2 #> 1125 True BlockL1-2A2 BlockL2-2A2 #> 1126 True BlockL1-2A2 BlockL2-2A2 #> 1127 True BlockL1-2A2 BlockL2-2A2 #> 1128 True BlockL1-2A2 BlockL2-2A2 #> 1129 True BlockL1-2A2 BlockL2-2A2 #> 1130 True BlockL1-2A2 BlockL2-2A2 #> 1131 BlockL1-2A2 #> 1132 True BlockL1-2A2 BlockL2-2A3 #> 1133 True BlockL1-2A2 BlockL2-2A3 #> 1134 True BlockL1-2A2 BlockL2-2A3 #> 1135 True BlockL1-2A2 BlockL2-2A3 #> 1136 True BlockL1-2A2 BlockL2-2A3 #> 1137 True BlockL1-2A2 BlockL2-2A3 #> 1138 True BlockL1-2A2 BlockL2-2A3 #> 1139 True BlockL1-2A2 BlockL2-2A3 #> 1140 True BlockL1-2A2 BlockL2-2A3 #> 1141 True BlockL1-2A2 BlockL2-2A3 #> 1142 True BlockL1-2A2 BlockL2-2A3 #> 1143 BlockL1-2A2 #> 1144 True BlockL1-2A2 BlockL2-2A4 #> 1145 True BlockL1-2A2 BlockL2-2A4 #> 1146 True BlockL1-2A2 BlockL2-2A4 #> 1147 True BlockL1-2A2 BlockL2-2A4 #> 1148 True BlockL1-2A2 BlockL2-2A4 #> 1149 True BlockL1-2A2 BlockL2-2A4 #> 1150 True BlockL1-2A2 BlockL2-2A4 #> 1151 True BlockL1-2A2 BlockL2-2A4 #> 1152 True BlockL1-2A2 BlockL2-2A4 #> 1153 True BlockL1-2A2 BlockL2-2A4 #> 1154 BlockL1-2A2 #> 1155 True BlockL1-2A2 BlockL2-2A5 #> 1156 True BlockL1-2A2 BlockL2-2A5 #> 1157 True BlockL1-2A2 BlockL2-2A5 #> 1158 True BlockL1-2A2 BlockL2-2A5 #> 1159 True BlockL1-2A2 #> 1160 True BlockL1-2A2 #> 1161 True BlockL1-2A2 #> 1162 True BlockL1-2A2 #> 1163 True BlockL1-2A2 #> 1164 True BlockL1-2A2 #> 1165 True BlockL1-2A2 #> 1166 True BlockL1-2A2 #> 1167 True BlockL1-2A2 #> 1168 True BlockL1-2A2 #> 1169 True BlockL1-2A2 #> 1170 True BlockL1-2A2 #> 1171 True BlockL1-2A2 #> 1172 True BlockL1-2A2 #> 1173 True BlockL1-2A2 #> 1174 True BlockL1-2A2 #> 1175 True BlockL1-2A2 #> 1176 True BlockL1-2A2 #> 1177 True BlockL1-2A2 #> 1178 True BlockL1-2A2 #> 1179 True BlockL1-2A2 #> 1180 True BlockL1-2A2 #> 1181 True BlockL1-2A2 #> 1182 True BlockL1-2A2 #> 1183 True BlockL1-2A2 #> 1184 True BlockL1-2A2 #> 1185 True BlockL1-2A2 #> 1186 True BlockL1-2A2 #> 1187 True BlockL1-2A2 #> 1188 BlockL1-2A2 #> 1189 True BlockL1-2A2 BlockL2-2A7 #> 1190 True BlockL1-2A2 BlockL2-2A7 #> 1191 True BlockL1-2A2 BlockL2-2A7 #> 1192 True BlockL1-2A2 BlockL2-2A7 #> 1193 True BlockL1-2A2 BlockL2-2A7 #> 1194 True BlockL1-2A2 BlockL2-2A7 #> 1195 BlockL1-2A2 #> 1196 True BlockL1-2A2 BlockL2-2A8 #> 1197 True BlockL1-2A2 BlockL2-2A8 #> 1198 True BlockL1-2A2 BlockL2-2A8 #> 1199 True BlockL1-2A2 BlockL2-2A8 #> 1200 True BlockL1-2A2 BlockL2-2A8 #> 1201 True BlockL1-2A2 BlockL2-2A8 #> 1202 True BlockL1-2A2 BlockL2-2A8 #> 1203 True BlockL1-2A2 BlockL2-2A8 #> 1204 True BlockL1-2A2 BlockL2-2A8 #> 1205 True BlockL1-2A2 BlockL2-2A8 #> 1206 True BlockL1-2A2 BlockL2-2A8 #> 1207 True BlockL1-2A2 BlockL2-2A8 #> 1208 True BlockL1-2A2 BlockL2-2A8 #> 1209 True BlockL1-2A2 BlockL2-2A8 #> 1210 True BlockL1-2A2 BlockL2-2A8 #> 1211 True BlockL1-2A2 BlockL2-2A8 #> 1212 True BlockL1-2A2 BlockL2-2A8 #> 1213 True BlockL1-2A2 BlockL2-2A8 #> 1214 True BlockL1-2A2 BlockL2-2A8 #> 1215 True BlockL1-2A2 BlockL2-2A8 #> 1216 True BlockL1-2A2 BlockL2-2A8 #> 1217 True BlockL1-2A2 BlockL2-2A8 #> 1218 True BlockL1-2A2 BlockL2-2A8 #> 1219 True BlockL1-2A2 BlockL2-2A8 #> 1220 True BlockL1-2A2 BlockL2-2A8 #> 1221 True BlockL1-2A2 BlockL2-2A8 #> 1222 True BlockL1-2A2 BlockL2-2A8 #> 1223 True BlockL1-2A2 BlockL2-2A8 #> 1224 True BlockL1-2A2 BlockL2-2A8 #> 1225 True BlockL1-2A2 BlockL2-2A8 #> 1226 True BlockL1-2A2 BlockL2-2A8 #> 1227 True BlockL1-2A2 BlockL2-2A8 #> 1228 True BlockL1-2A2 BlockL2-2A8 #> 1229 True BlockL1-2A2 BlockL2-2A8 #> 1230 True BlockL1-2A2 BlockL2-2A8 #> 1231 True BlockL1-2A2 BlockL2-2A8 #> 1232 True BlockL1-2A2 BlockL2-2A8 #> 1233 True BlockL1-2A2 BlockL2-2A8 #> 1234 True BlockL1-2A2 BlockL2-2A8 #> 1235 True BlockL1-2A2 BlockL2-2A8 #> 1236 True BlockL1-2A2 BlockL2-2A8 #> 1237 True BlockL1-2A2 BlockL2-2A8 #> 1238 True BlockL1-2A2 BlockL2-2A8 #> 1239 True BlockL1-2A2 BlockL2-2A8 #> 1240 True BlockL1-2A2 BlockL2-2A8 #> 1241 True BlockL1-2A2 BlockL2-2A8 #> 1242 True BlockL1-2A2 BlockL2-2A8 #> 1243 True BlockL1-2A2 BlockL2-2A8 #> 1244 True BlockL1-2A2 BlockL2-2A8 #> 1245 True BlockL1-2A2 BlockL2-2A8 #> 1246 True BlockL1-2A2 BlockL2-2A8 #> 1247 True BlockL1-2A2 BlockL2-2A8 #> 1248 True BlockL1-2A2 BlockL2-2A8 #> 1249 True BlockL1-2A2 BlockL2-2A8 #> 1250 True BlockL1-2A2 BlockL2-2A8 #> 1251 True BlockL1-2A2 BlockL2-2A8 #> 1252 True BlockL1-2A2 BlockL2-2A8 #> 1253 True BlockL1-2A2 BlockL2-2A8 #> 1254 True BlockL1-2A2 BlockL2-2A8 #> 1255 True BlockL1-2A2 BlockL2-2A8 #> 1256 True BlockL1-2A2 BlockL2-2A8 #> 1257 True BlockL1-2A2 BlockL2-2A8 #> 1258 True BlockL1-2A2 BlockL2-2A8 #> 1259 True BlockL1-2A2 BlockL2-2A8 #> 1260 True BlockL1-2A2 BlockL2-2A8 #> 1261 True BlockL1-2A2 BlockL2-2A8 #> 1262 True BlockL1-2A2 BlockL2-2A8 #> 1263 True BlockL1-2A2 BlockL2-2A8 #> 1264 True BlockL1-2A2 BlockL2-2A8 #> 1265 True BlockL1-2A2 BlockL2-2A8 #> 1266 True BlockL1-2A2 BlockL2-2A8 #> 1267 BlockL1-2A2 #> 1268 True BlockL1-2A2 BlockL2-2A9 #> 1269 True BlockL1-2A2 BlockL2-2A9 #> 1270 True BlockL1-2A2 BlockL2-2A9 #> 1271 True BlockL1-2A2 BlockL2-2A9 #> 1272 True BlockL1-2A2 BlockL2-2A9 #> 1273 True BlockL1-2A2 BlockL2-2A9 #> 1274 True BlockL1-2A2 BlockL2-2A9 #> 1275 True BlockL1-2A2 BlockL2-2A9 #> 1276 True BlockL1-2A2 BlockL2-2A9 #> 1277 True BlockL1-2A2 BlockL2-2A9 #> 1278 True BlockL1-2A2 BlockL2-2A9 #> 1279 True BlockL1-2A2 BlockL2-2A9 #> 1280 True BlockL1-2A2 BlockL2-2A9 #> 1281 True BlockL1-2A2 BlockL2-2A9 #> 1282 BlockL1-2A2 BlockL2-2A9 #> 1283 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1284 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1285 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1286 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1287 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1288 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1289 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1290 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1291 True BlockL1-2A2 BlockL2-2A9 #> 1292 True BlockL1-2A2 BlockL2-2A9 #> 1293 True BlockL1-2A2 #> 1294 True BlockL1-2A2 #> 1295 True BlockL1-2A2 #> 1296 True BlockL1-2A2 #> 1297 True BlockL1-2A2 #> 1298 True BlockL1-2A2 #> 1299 True BlockL1-2A2 #> 1300 True BlockL1-2A2 #> 1301 True BlockL1-2A2 #> 1302 True BlockL1-2A2 #> 1303 True BlockL1-2A2 #> 1304 True BlockL1-2A2 #> 1305 True BlockL1-2A2 #> 1306 True BlockL1-2A2 #> 1307 True BlockL1-2A2 #> 1308 True BlockL1-2A2 #> 1309 True BlockL1-2A2 #> 1310 True BlockL1-2A2 #> 1311 True BlockL1-2A2 #> 1312 True BlockL1-2A2 #> 1313 True BlockL1-2A2 #> 1314 True BlockL1-2A2 #> 1315 True BlockL1-2A2 #> 1316 True BlockL1-2A2 #> 1317 True BlockL1-2A2 #> 1318 True BlockL1-2A2 #> 1319 True BlockL1-2A2 #> 1320 True BlockL1-2A2 #> 1321 True BlockL1-2A2 #> 1322 True BlockL1-2A2 #> 1323 True BlockL1-2A2 #> 1324 True BlockL1-2A2 #> 1325 True BlockL1-2A2 #> 1326 True BlockL1-2A2 #> 1327 True BlockL1-2A2 #> 1328 True BlockL1-2A2 #> 1329 True BlockL1-2A2 #> 1330 True BlockL1-2A2 #> 1331 True BlockL1-2A2 #> 1332 #> 1333 BlockL1-2B5 #> 1334 BlockL1-2B5 BlockL2-2B5 #> 1335 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1336 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1337 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1338 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1339 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1340 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1341 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1342 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1343 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1344 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1345 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1346 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1347 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1348 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1349 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1350 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1351 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1352 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1353 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1354 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1355 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1356 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1357 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1358 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1359 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1360 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1361 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1362 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1363 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1364 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1365 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1366 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1367 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1368 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1369 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1370 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1371 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1372 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1373 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1374 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1375 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1376 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1377 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1378 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1379 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1380 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1381 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1382 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1383 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1384 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1385 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1386 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1387 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1388 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1389 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1390 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1391 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1392 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1393 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1394 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1395 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1396 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1397 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1398 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1399 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1400 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1401 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1402 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1403 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1404 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1405 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1406 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1407 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1408 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1409 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1410 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1411 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1412 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1413 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1414 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1415 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1416 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1417 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1418 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1419 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1420 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1421 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1422 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1423 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1424 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1425 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1426 BlockL1-2B5 BlockL2-2B5 #> 1427 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1428 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1429 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1430 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1431 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1432 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1433 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1434 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1435 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1436 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1437 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1438 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1439 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1440 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1441 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1442 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1443 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1444 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1445 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1446 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1447 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1448 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1449 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1450 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1451 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1452 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1453 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1454 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1455 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1456 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1457 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1458 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1459 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1460 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1461 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1462 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1463 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1464 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1465 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1466 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1467 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1468 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1469 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1470 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1471 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1472 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1473 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1474 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1475 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1476 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1477 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1478 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1479 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1480 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1481 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1482 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1483 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1484 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1485 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1486 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1487 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1488 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1489 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1490 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1491 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1492 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1493 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1494 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1495 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1496 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1497 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1498 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1499 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1500 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1501 BlockL1-2B5 BlockL2-2B5 #> 1502 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1503 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1504 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1505 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1506 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1507 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1508 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1509 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1510 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1511 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1512 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1513 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1514 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1515 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1516 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1517 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1518 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1519 BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1520 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1521 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1522 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1523 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1524 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1525 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1526 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1527 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1528 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1529 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1530 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1531 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1532 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1533 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1534 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1535 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1536 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1537 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1538 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1539 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1540 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1541 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1542 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1543 BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1544 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1545 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1546 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1547 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1548 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1549 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1550 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1551 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1552 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1553 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1554 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1555 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1556 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1557 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1558 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1559 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1560 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1561 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1562 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1563 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1564 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1565 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1566 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1567 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1568 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1569 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1570 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1571 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1572 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1573 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1574 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1575 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1576 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1577 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1578 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1579 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1580 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1581 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1582 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1583 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1584 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1585 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1586 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1587 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1588 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1589 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1590 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1591 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1592 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1593 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1594 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1595 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1596 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1597 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1598 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1599 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1600 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1601 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1602 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1603 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1604 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1605 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1606 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1607 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1608 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1609 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1610 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1611 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1612 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1613 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1614 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1615 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1616 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1617 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1618 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1619 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1620 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1621 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1622 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1623 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1624 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1625 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1626 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1627 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1628 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1629 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1630 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1631 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1632 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1633 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1634 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1635 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1636 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1637 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1638 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1639 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1640 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1641 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1642 BlockL1-2B5 BlockL2-2B5 #> 1643 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1644 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1645 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1646 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1647 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1648 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1649 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1650 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1651 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1652 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1653 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1654 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1655 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1656 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1657 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1658 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1659 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1660 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1661 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1662 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1663 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1664 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1665 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1666 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1667 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1668 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1669 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1670 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1671 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1672 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1673 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1674 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1675 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1676 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1677 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1678 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1679 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1680 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1681 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1682 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1683 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1684 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1685 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1686 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1687 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1688 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1689 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1690 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1691 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1692 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1693 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1694 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1695 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1696 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1697 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1698 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1699 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1700 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1701 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1702 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1703 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1704 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1705 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1706 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1707 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1708 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1709 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1710 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1711 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1712 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1713 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1714 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1715 BlockL1-2B5 BlockL2-2B5 #> 1716 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1717 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1718 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1719 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1720 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1721 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1722 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1723 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1724 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1725 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1726 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1727 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1728 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1729 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1730 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1731 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1732 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1733 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1734 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1735 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1736 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1737 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1738 BlockL1-2B5 BlockL2-2B5 #> 1739 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C4 #> 1740 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C4 #> 1741 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C4 #> 1742 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C4 #> 1743 BlockL1-2B5 BlockL2-2B5 #> 1744 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1745 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1746 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1747 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1748 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1749 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1750 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1751 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1752 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1753 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1754 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1755 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1756 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1757 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1758 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1759 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1760 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1761 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1762 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1763 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1764 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1765 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1766 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1767 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1768 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1769 BlockL1-2B5 BlockL2-2B5 #> 1770 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1771 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1772 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1773 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1774 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1775 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1776 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1777 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1778 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1779 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1780 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1781 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1782 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1783 BlockL1-2B5 BlockL2-2B5 #> 1784 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1785 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1786 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1787 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1788 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1789 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1790 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1791 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1792 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1793 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1794 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1795 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1796 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1797 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1798 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1799 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1800 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1801 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1802 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1803 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1804 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1805 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1806 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1807 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1808 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1809 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1810 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1811 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1812 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1813 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1814 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1815 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1816 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1817 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1818 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1819 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1820 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1821 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1822 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1823 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1824 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1825 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1826 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1827 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1828 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1829 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1830 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1831 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1832 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1833 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1834 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1835 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1836 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1837 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1838 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1839 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1840 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1841 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1842 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1843 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1844 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1845 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1846 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1847 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1848 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1849 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1850 BlockL1-2B5 BlockL2-2B5 #> 1851 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1852 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1853 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1854 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1855 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1856 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1857 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1858 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1859 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1860 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1861 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1862 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1863 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1864 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1865 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1866 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1867 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1868 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1869 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1870 BlockL1-2B5 BlockL2-2B5 #> 1871 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1872 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1873 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1874 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1875 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1876 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1877 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1878 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1879 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1880 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1881 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1882 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1883 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1884 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1885 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1886 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1887 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1888 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1889 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1890 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1891 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1892 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1893 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1894 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1895 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1896 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1897 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1898 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1899 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1900 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1901 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1902 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1903 BlockL1-2B5 BlockL2-2B5 #> 1904 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1905 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1906 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1907 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1908 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1909 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1910 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1911 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1912 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1913 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1914 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1915 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1916 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1917 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1918 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1919 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1920 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1921 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1922 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1923 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1924 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1925 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1926 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1927 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1928 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1929 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1930 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1931 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1932 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1933 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1934 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1935 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1936 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1937 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1938 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1939 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1940 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1941 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1942 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1943 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1944 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1945 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1946 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1947 BlockL1-2B5 BlockL2-2B5 #> 1948 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1949 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1950 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1951 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1952 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1953 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1954 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1955 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1956 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1957 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1958 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1959 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1960 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1961 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1962 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1963 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1964 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1965 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1966 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1967 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1968 True BlockL1-2B5 BlockL2-2B5 #> 1969 True BlockL1-2B5 BlockL2-2B5 #> 1970 BlockL1-2B5 #> 1971 True BlockL1-2B5 BlockL2-2D4 #> 1972 True BlockL1-2B5 BlockL2-2D4 #> 1973 True BlockL1-2B5 BlockL2-2D4 #> 1974 True BlockL1-2B5 BlockL2-2D4 #> 1975 True BlockL1-2B5 BlockL2-2D4 #> 1976 True BlockL1-2B5 BlockL2-2D4 #> 1977 True BlockL1-2B5 BlockL2-2D4 #> 1978 BlockL1-2B5 #> 1979 True BlockL1-2B5 BlockL2-2D5 #> 1980 True BlockL1-2B5 BlockL2-2D5 #> 1981 True BlockL1-2B5 BlockL2-2D5 #> 1982 BlockL1-2B5 BlockL2-2D5 #> 1983 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1984 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1985 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1986 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1987 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1988 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1989 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1990 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1991 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1992 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1993 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1994 BlockL1-2B5 BlockL2-2D5 #> 1995 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D7 #> 1996 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D7 #> 1997 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D7 #> 1998 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D7 #> 1999 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D7 #> 2000 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D7 #> 2001 BlockL1-2B5 BlockL2-2D5 #> 2002 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2003 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2004 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2005 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2006 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2007 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2008 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2009 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2010 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2011 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2012 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2013 BlockL1-2B5 BlockL2-2D5 #> 2014 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D9 #> 2015 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D9 #> 2016 BlockL1-2B5 BlockL2-2D5 #> 2017 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2018 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2019 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2020 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2021 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2022 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2023 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2024 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2025 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2026 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2027 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2028 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2029 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2030 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2031 True BlockL1-2B5 BlockL2-2D5 #> 2032 #> 2033 True BlockL1-2E6 #> 2034 True BlockL1-2E6 #> 2035 True BlockL1-2E6 #> 2036 True BlockL1-2E6 #> 2037 True BlockL1-2E6 #> 2038 True BlockL1-2E6 #> 2039 True BlockL1-2E6 #> 2040 True BlockL1-2E6 #> 2041 True BlockL1-2E6 #> 2042 True BlockL1-2E6 #> 2043 True BlockL1-2E6 #> 2044 True BlockL1-2E6 #> 2045 True BlockL1-2E6 #> 2046 True BlockL1-2E6 #> 2047 True BlockL1-2E6 #> 2048 True BlockL1-2E6 #> 2049 True BlockL1-2E6 #> 2050 True BlockL1-2E6 #> 2051 True BlockL1-2E6 #> 2052 True BlockL1-2E6 #> 2053 True BlockL1-2E6 #> 2054 True BlockL1-2E6 #> 2055 True BlockL1-2E6 #> 2056 True BlockL1-2E6 #> 2057 True BlockL1-2E6 #> 2058 True BlockL1-2E6 #> 2059 True BlockL1-2E6 #> 2060 True BlockL1-2E6 #> 2061 True BlockL1-2E6 #> 2062 True BlockL1-2E6 #> 2063 True BlockL1-2E6 #> 2064 True BlockL1-2E6 #> 2065 True BlockL1-2E6 #> 2066 True BlockL1-2E6 #> 2067 True BlockL1-2E6 #> 2068 True BlockL1-2E6 #> 2069 True BlockL1-2E6 #> 2070 True BlockL1-2E6 #> 2071 True BlockL1-2E6 #> 2072 True BlockL1-2E6 #> 2073 True BlockL1-2E6 #> 2074 True BlockL1-2E6 #> 2075 True BlockL1-2E6 #> 2076 True BlockL1-2E6 #> 2077 True BlockL1-2E6 #> 2078 True BlockL1-2E6 #> 2079 True BlockL1-2E6 #> 2080 True BlockL1-2E6 #> 2081 True BlockL1-2E6 #> 2082 True BlockL1-2E6 #> 2083 True BlockL1-2E6 #> 2084 True BlockL1-2E6 #> 2085 True BlockL1-2E6 #> 2086 True BlockL1-2E6 #> 2087 True BlockL1-2E6 #> 2088 True BlockL1-2E6 #> 2089 True BlockL1-2E6 #> 2090 True BlockL1-2E6 #> 2091 True BlockL1-2E6 #> 2092 True BlockL1-2E6 #> 2093 True BlockL1-2E6 #> 2094 True BlockL1-2E6 #> 2095 True BlockL1-2E6 #> 2096 True BlockL1-2E6 #> 2097 True BlockL1-2E6 #> 2098 True BlockL1-2E6 #> 2099 True BlockL1-2E6 #> 2100 True BlockL1-2E6 #> 2101 True BlockL1-2E6 #> 2102 True BlockL1-2E6 #> 2103 True BlockL1-2E6 #> 2104 True BlockL1-2E6 #> 2105 #> 2106 BlockL1-2E8 #> 2107 True BlockL1-2E8 BlockL2-2E8 #> 2108 True BlockL1-2E8 BlockL2-2E8 #> 2109 True BlockL1-2E8 BlockL2-2E8 #> 2110 True BlockL1-2E8 BlockL2-2E8 #> 2111 True BlockL1-2E8 BlockL2-2E8 #> 2112 True BlockL1-2E8 BlockL2-2E8 #> 2113 True BlockL1-2E8 BlockL2-2E8 #> 2114 True BlockL1-2E8 BlockL2-2E8 #> 2115 True BlockL1-2E8 BlockL2-2E8 #> 2116 True BlockL1-2E8 BlockL2-2E8 #> 2117 True BlockL1-2E8 BlockL2-2E8 #> 2118 True BlockL1-2E8 BlockL2-2E8 #> 2119 True BlockL1-2E8 BlockL2-2E8 #> 2120 True BlockL1-2E8 BlockL2-2E8 #> 2121 True BlockL1-2E8 BlockL2-2E8 #> 2122 True BlockL1-2E8 BlockL2-2E8 #> 2123 True BlockL1-2E8 BlockL2-2E8 #> 2124 True BlockL1-2E8 BlockL2-2E8 #> 2125 True BlockL1-2E8 BlockL2-2E8 #> 2126 True BlockL1-2E8 BlockL2-2E8 #> 2127 True BlockL1-2E8 BlockL2-2E8 #> 2128 True BlockL1-2E8 BlockL2-2E8 #> 2129 True BlockL1-2E8 BlockL2-2E8 #> 2130 True BlockL1-2E8 BlockL2-2E8 #> 2131 True BlockL1-2E8 BlockL2-2E8 #> 2132 True BlockL1-2E8 BlockL2-2E8 #> 2133 True BlockL1-2E8 BlockL2-2E8 #> 2134 True BlockL1-2E8 BlockL2-2E8 #> 2135 True BlockL1-2E8 BlockL2-2E8 #> 2136 True BlockL1-2E8 BlockL2-2E8 #> 2137 True BlockL1-2E8 BlockL2-2E8 #> 2138 True BlockL1-2E8 BlockL2-2E8 #> 2139 True BlockL1-2E8 BlockL2-2E8 #> 2140 True BlockL1-2E8 BlockL2-2E8 #> 2141 True BlockL1-2E8 BlockL2-2E8 #> 2142 True BlockL1-2E8 BlockL2-2E8 #> 2143 True BlockL1-2E8 BlockL2-2E8 #> 2144 True BlockL1-2E8 BlockL2-2E8 #> 2145 True BlockL1-2E8 BlockL2-2E8 #> 2146 True BlockL1-2E8 BlockL2-2E8 #> 2147 True BlockL1-2E8 BlockL2-2E8 #> 2148 True BlockL1-2E8 BlockL2-2E8 #> 2149 True BlockL1-2E8 BlockL2-2E8 #> 2150 True BlockL1-2E8 BlockL2-2E8 #> 2151 True BlockL1-2E8 BlockL2-2E8 #> 2152 True BlockL1-2E8 BlockL2-2E8 #> 2153 True BlockL1-2E8 BlockL2-2E8 #> 2154 True BlockL1-2E8 BlockL2-2E8 #> 2155 True BlockL1-2E8 BlockL2-2E8 #> 2156 True BlockL1-2E8 BlockL2-2E8 #> 2157 True BlockL1-2E8 BlockL2-2E8 #> 2158 True BlockL1-2E8 BlockL2-2E8 #> 2159 True BlockL1-2E8 BlockL2-2E8 #> 2160 True BlockL1-2E8 BlockL2-2E8 #> 2161 True BlockL1-2E8 BlockL2-2E8 #> 2162 True BlockL1-2E8 BlockL2-2E8 #> 2163 True BlockL1-2E8 BlockL2-2E8 #> 2164 True BlockL1-2E8 BlockL2-2E8 #> 2165 True BlockL1-2E8 BlockL2-2E8 #> 2166 True BlockL1-2E8 BlockL2-2E8 #> 2167 True BlockL1-2E8 BlockL2-2E8 #> 2168 True BlockL1-2E8 BlockL2-2E8 #> 2169 True BlockL1-2E8 BlockL2-2E8 #> 2170 True BlockL1-2E8 BlockL2-2E8 #> 2171 True BlockL1-2E8 BlockL2-2E8 #> 2172 True BlockL1-2E8 BlockL2-2E8 #> 2173 True BlockL1-2E8 BlockL2-2E8 #> 2174 BlockL1-2E8 #> 2175 True BlockL1-2E8 BlockL2-2E9 #> 2176 True BlockL1-2E8 BlockL2-2E9 #> 2177 True BlockL1-2E8 BlockL2-2E9 #> 2178 True BlockL1-2E8 BlockL2-2E9 #> 2179 True BlockL1-2E8 BlockL2-2E9 #> 2180 True BlockL1-2E8 BlockL2-2E9 #> 2181 True BlockL1-2E8 BlockL2-2E9 #> 2182 True BlockL1-2E8 BlockL2-2E9 #> 2183 True BlockL1-2E8 BlockL2-2E9 #> 2184 True BlockL1-2E8 BlockL2-2E9 #> 2185 True BlockL1-2E8 BlockL2-2E9 #> 2186 True BlockL1-2E8 BlockL2-2E9 #> 2187 True BlockL1-2E8 BlockL2-2E9 #> 2188 True BlockL1-2E8 BlockL2-2E9 #> 2189 True BlockL1-2E8 BlockL2-2E9 #> 2190 True BlockL1-2E8 BlockL2-2E9 #> 2191 True BlockL1-2E8 BlockL2-2E9 #> 2192 True BlockL1-2E8 BlockL2-2E9 #> 2193 True BlockL1-2E8 BlockL2-2E9 #> 2194 True BlockL1-2E8 BlockL2-2E9 #> 2195 True BlockL1-2E8 BlockL2-2E9 #> 2196 True BlockL1-2E8 BlockL2-2E9 #> 2197 True BlockL1-2E8 BlockL2-2E9 #> 2198 True BlockL1-2E8 BlockL2-2E9 #> 2199 True BlockL1-2E8 BlockL2-2E9 #> 2200 True BlockL1-2E8 BlockL2-2E9 #> 2201 True BlockL1-2E8 BlockL2-2E9 #> 2202 True BlockL1-2E8 BlockL2-2E9 #> 2203 True BlockL1-2E8 BlockL2-2E9 #> 2204 True BlockL1-2E8 BlockL2-2E9 #> 2205 BlockL1-2E8 BlockL2-2E9 #> 2206 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2207 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2208 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2209 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2210 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2211 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2212 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2213 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2214 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2215 True BlockL1-2E8 BlockL2-2E9 #> 2216 BlockL1-2E8 BlockL2-2E9 #> 2217 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2218 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2219 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2220 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2221 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2222 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2223 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2224 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2225 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2226 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2227 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2228 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2229 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2230 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2231 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2232 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2233 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2234 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2235 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2236 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2237 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2238 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2239 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2240 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2241 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2242 True BlockL1-2E8 BlockL2-2E9 #> 2243 True BlockL1-2E8 BlockL2-2E9 #> 2244 True BlockL1-2E8 BlockL2-2E9 #> 2245 True BlockL1-2E8 BlockL2-2E9 #> 2246 True BlockL1-2E8 BlockL2-2E9 #> 2247 True BlockL1-2E8 BlockL2-2E9 #> 2248 True BlockL1-2E8 BlockL2-2E9 #> 2249 True BlockL1-2E8 BlockL2-2E9 #> 2250 True BlockL1-2E8 BlockL2-2E9 #> 2251 True BlockL1-2E8 BlockL2-2E9 #> 2252 True BlockL1-2E8 BlockL2-2E9 #> 2253 True BlockL1-2E8 BlockL2-2E9 #> 2254 True BlockL1-2E8 BlockL2-2E9 #> 2255 True BlockL1-2E8 BlockL2-2E9 #> 2256 True BlockL1-2E8 BlockL2-2E9 #> 2257 True BlockL1-2E8 BlockL2-2E9 #> 2258 True BlockL1-2E8 BlockL2-2E9 #> 2259 True BlockL1-2E8 BlockL2-2E9 #> 2260 True BlockL1-2E8 BlockL2-2E9 #> 2261 True BlockL1-2E8 BlockL2-2E9 #> 2262 True BlockL1-2E8 BlockL2-2E9 #> 2263 True BlockL1-2E8 BlockL2-2E9 #> 2264 True BlockL1-2E8 BlockL2-2E9 #> 2265 True BlockL1-2E8 BlockL2-2E9 #> 2266 True BlockL1-2E8 BlockL2-2E9 #> 2267 True BlockL1-2E8 BlockL2-2E9 #> 2268 True BlockL1-2E8 BlockL2-2E9 #> 2269 True BlockL1-2E8 BlockL2-2E9 #> 2270 True BlockL1-2E8 BlockL2-2E9 #> 2271 True BlockL1-2E8 BlockL2-2E9 #> 2272 True BlockL1-2E8 BlockL2-2E9 #> 2273 True BlockL1-2E8 BlockL2-2E9 #> 2274 True BlockL1-2E8 BlockL2-2E9 #> 2275 True BlockL1-2E8 BlockL2-2E9 #> 2276 True BlockL1-2E8 BlockL2-2E9 #> 2277 True BlockL1-2E8 BlockL2-2E9 #> 2278 True BlockL1-2E8 BlockL2-2E9 #> 2279 True BlockL1-2E8 BlockL2-2E9 #> 2280 True BlockL1-2E8 #> 2281 True BlockL1-2E8 #> 2282 #> 2283 True BlockL1-2F7 #> 2284 True BlockL1-2F7 #> 2285 True BlockL1-2F7 #> 2286 True BlockL1-2F7 #> 2287 True BlockL1-2F7 #> 2288 True BlockL1-2F7 #> 2289 True BlockL1-2F7 #> 2290 True BlockL1-2F7 #> 2291 True BlockL1-2F7 #> 2292 True BlockL1-2F7 #> 2293 True BlockL1-2F7 #> 2294 True BlockL1-2F7 #> 2295 True BlockL1-2F7 #> 2296 True BlockL1-2F7 #> 2297 True BlockL1-2F7 #> 2298 True BlockL1-2F7 #> 2299 True BlockL1-2F7 #> 2300 True BlockL1-2F7 #> 2301 True BlockL1-2F7 #> 2302 True BlockL1-2F7 #> 2303 True BlockL1-2F7 #> 2304 True BlockL1-2F7 #> 2305 True BlockL1-2F7 #> 2306 True BlockL1-2F7 #> 2307 True BlockL1-2F7 #> 2308 True BlockL1-2F7 #> 2309 True BlockL1-2F7 #> 2310 True BlockL1-2F7 #> 2311 True BlockL1-2F7 #> 2312 True BlockL1-2F7 #> 2313 True BlockL1-2F7 #> 2314 True BlockL1-2F7 #> 2315 True BlockL1-2F7 #> 2316 True BlockL1-2F7 #> 2317 True BlockL1-2F7 #> 2318 True BlockL1-2F7 #> 2319 #> 2320 True BlockL1-2F9 #> 2321 True BlockL1-2F9 #> 2322 True BlockL1-2F9 #> 2323 True BlockL1-2F9 #> 2324 True BlockL1-2F9 #> 2325 True BlockL1-2F9 #> 2326 True BlockL1-2F9 #> 2327 True BlockL1-2F9 #> 2328 True BlockL1-2F9 #> 2329 True BlockL1-2F9 #> 2330 True BlockL1-2F9 #> 2331 True BlockL1-2F9 #> 2332 True BlockL1-2F9 #> 2333 True BlockL1-2F9 #> 2334 True BlockL1-2F9 #> 2335 True BlockL1-2F9 #> 2336 True BlockL1-2F9 #> 2337 True BlockL1-2F9 #> 2338 True BlockL1-2F9 #> 2339 True BlockL1-2F9 #> 2340 True BlockL1-2F9 #> 2341 True BlockL1-2F9 #> 2342 True BlockL1-2F9 #> 2343 #> 2344 #> 2345 BlockL1-3A0 #> 2346 True BlockL1-3A0 BlockL2-3A0 #> 2347 True BlockL1-3A0 BlockL2-3A0 #> 2348 True BlockL1-3A0 BlockL2-3A0 #> 2349 True BlockL1-3A0 BlockL2-3A0 #> 2350 True BlockL1-3A0 BlockL2-3A0 #> 2351 True BlockL1-3A0 BlockL2-3A0 #> 2352 True BlockL1-3A0 BlockL2-3A0 #> 2353 True BlockL1-3A0 BlockL2-3A0 #> 2354 True BlockL1-3A0 BlockL2-3A0 #> 2355 True BlockL1-3A0 BlockL2-3A0 #> 2356 True BlockL1-3A0 BlockL2-3A0 #> 2357 True BlockL1-3A0 BlockL2-3A0 #> 2358 True BlockL1-3A0 BlockL2-3A0 #> 2359 True BlockL1-3A0 BlockL2-3A0 #> 2360 True BlockL1-3A0 BlockL2-3A0 #> 2361 True BlockL1-3A0 BlockL2-3A0 #> 2362 True BlockL1-3A0 BlockL2-3A0 #> 2363 True BlockL1-3A0 BlockL2-3A0 #> 2364 True BlockL1-3A0 BlockL2-3A0 #> 2365 True BlockL1-3A0 BlockL2-3A0 #> 2366 True BlockL1-3A0 BlockL2-3A0 #> 2367 True BlockL1-3A0 BlockL2-3A0 #> 2368 True BlockL1-3A0 BlockL2-3A0 #> 2369 True BlockL1-3A0 BlockL2-3A0 #> 2370 True BlockL1-3A0 BlockL2-3A0 #> 2371 True BlockL1-3A0 BlockL2-3A0 #> 2372 True BlockL1-3A0 BlockL2-3A0 #> 2373 True BlockL1-3A0 BlockL2-3A0 #> 2374 True BlockL1-3A0 BlockL2-3A0 #> 2375 True BlockL1-3A0 BlockL2-3A0 #> 2376 True BlockL1-3A0 BlockL2-3A0 #> 2377 True BlockL1-3A0 BlockL2-3A0 #> 2378 True BlockL1-3A0 BlockL2-3A0 #> 2379 True BlockL1-3A0 BlockL2-3A0 #> 2380 True BlockL1-3A0 BlockL2-3A0 #> 2381 True BlockL1-3A0 BlockL2-3A0 #> 2382 True BlockL1-3A0 BlockL2-3A0 #> 2383 True BlockL1-3A0 BlockL2-3A0 #> 2384 True BlockL1-3A0 BlockL2-3A0 #> 2385 True BlockL1-3A0 BlockL2-3A0 #> 2386 True BlockL1-3A0 BlockL2-3A0 #> 2387 BlockL1-3A0 #> 2388 BlockL1-3A0 BlockL2-3A1 #> 2389 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2390 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2391 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2392 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2393 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2394 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2395 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2396 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2397 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2398 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2399 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2400 BlockL1-3A0 BlockL2-3A1 #> 2401 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2402 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2403 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2404 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2405 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2406 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2407 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2408 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2409 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2410 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2411 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2412 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2413 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2414 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2415 True BlockL1-3A0 BlockL2-3A1 #> 2416 True BlockL1-3A0 #> 2417 True BlockL1-3A0 #> 2418 True BlockL1-3A0 #> 2419 True BlockL1-3A0 #> 2420 True BlockL1-3A0 #> 2421 True BlockL1-3A0 #> 2422 True BlockL1-3A0 #> 2423 True BlockL1-3A0 #> 2424 True BlockL1-3A0 #> 2425 True BlockL1-3A0 #> 2426 True BlockL1-3A0 #> 2427 True BlockL1-3A0 #> 2428 True BlockL1-3A0 #> 2429 True BlockL1-3A0 #> 2430 True BlockL1-3A0 #> 2431 True BlockL1-3A0 #> 2432 True BlockL1-3A0 #> 2433 True BlockL1-3A0 #> 2434 True BlockL1-3A0 #> 2435 True BlockL1-3A0 #> 2436 True BlockL1-3A0 #> 2437 True BlockL1-3A0 #> 2438 True BlockL1-3A0 #> 2439 True BlockL1-3A0 #> 2440 True BlockL1-3A0 #> 2441 True BlockL1-3A0 #> 2442 True BlockL1-3A0 #> 2443 True BlockL1-3A0 #> 2444 True BlockL1-3A0 #> 2445 BlockL1-3A0 #> 2446 True BlockL1-3A0 BlockL2-3A6 #> 2447 True BlockL1-3A0 BlockL2-3A6 #> 2448 True BlockL1-3A0 BlockL2-3A6 #> 2449 True BlockL1-3A0 BlockL2-3A6 #> 2450 True BlockL1-3A0 BlockL2-3A6 #> 2451 True BlockL1-3A0 BlockL2-3A6 #> 2452 True BlockL1-3A0 BlockL2-3A6 #> 2453 True BlockL1-3A0 BlockL2-3A6 #> 2454 True BlockL1-3A0 BlockL2-3A6 #> 2455 True BlockL1-3A0 BlockL2-3A6 #> 2456 True BlockL1-3A0 #> 2457 True BlockL1-3A0 #> 2458 True BlockL1-3A0 #> 2459 True BlockL1-3A0 #> 2460 True BlockL1-3A0 #> 2461 True BlockL1-3A0 #> 2462 True BlockL1-3A0 #> 2463 True BlockL1-3A0 #> 2464 True BlockL1-3A0 #> 2465 False BlockL1-3A0 #> 2466 False BlockL1-3A0 #> 2467 False BlockL1-3A0 #> 2468 False BlockL1-3A0 #> 2469 False BlockL1-3A0 #> 2470 False BlockL1-3A0 #> 2471 True BlockL1-3A0 #> 2472 True BlockL1-3A0 #> 2473 True BlockL1-3A0 #> 2474 True BlockL1-3A0 #> 2475 True BlockL1-3A0 #> 2476 True BlockL1-3A0 #> 2477 True BlockL1-3A0 #> 2478 True BlockL1-3A0 #> 2479 True BlockL1-3A0 #> 2480 BlockL1-3A0 #> 2481 True BlockL1-3A0 BlockL2-3A8 #> 2482 True BlockL1-3A0 BlockL2-3A8 #> 2483 True BlockL1-3A0 BlockL2-3A8 #> 2484 True BlockL1-3A0 BlockL2-3A8 #> 2485 True BlockL1-3A0 BlockL2-3A8 #> 2486 True BlockL1-3A0 BlockL2-3A8 #> 2487 True BlockL1-3A0 BlockL2-3A8 #> 2488 True BlockL1-3A0 BlockL2-3A8 #> 2489 True BlockL1-3A0 BlockL2-3A8 #> 2490 True BlockL1-3A0 BlockL2-3A8 #> 2491 True BlockL1-3A0 BlockL2-3A8 #> 2492 True BlockL1-3A0 #> 2493 True BlockL1-3A0 #> 2494 True BlockL1-3A0 #> 2495 True BlockL1-3A0 #> 2496 True BlockL1-3A0 #> 2497 True BlockL1-3A0 #> 2498 True BlockL1-3A0 #> 2499 #> 2500 BlockL1-3B1 #> 2501 BlockL1-3B1 BlockL2-3B1 #> 2502 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2503 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2504 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2505 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2506 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2507 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2508 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2509 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2510 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2511 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2512 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2513 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2514 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2515 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2516 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2517 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2518 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2519 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2520 BlockL1-3B1 BlockL2-3B1 #> 2521 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2522 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2523 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2524 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2525 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2526 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2527 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2528 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2529 True BlockL1-3B1 BlockL2-3B1 #> 2530 BlockL1-3B1 #> 2531 True BlockL1-3B1 BlockL2-3B5 #> 2532 True BlockL1-3B1 BlockL2-3B5 #> 2533 True BlockL1-3B1 BlockL2-3B5 #> 2534 True BlockL1-3B1 BlockL2-3B5 #> 2535 True BlockL1-3B1 BlockL2-3B5 #> 2536 True BlockL1-3B1 BlockL2-3B5 #> 2537 True BlockL1-3B1 #> 2538 True BlockL1-3B1 #> 2539 True BlockL1-3B1 #> 2540 True BlockL1-3B1 #> 2541 True BlockL1-3B1 #> 2542 True BlockL1-3B1 #> 2543 True BlockL1-3B1 #> 2544 True BlockL1-3B1 #> 2545 True BlockL1-3B1 #> 2546 True BlockL1-3B1 #> 2547 True BlockL1-3B1 #> 2548 True BlockL1-3B1 #> 2549 True BlockL1-3B1 #> 2550 True BlockL1-3B1 #> 2551 True BlockL1-3B1 #> 2552 True BlockL1-3B1 #> 2553 True BlockL1-3B1 #> 2554 True BlockL1-3B1 #> 2555 True BlockL1-3B1 #> 2556 True BlockL1-3B1 #> 2557 True BlockL1-3B1 #> 2558 True BlockL1-3B1 #> 2559 True BlockL1-3B1 #> 2560 True BlockL1-3B1 #> 2561 True BlockL1-3B1 #> 2562 True BlockL1-3B1 #> 2563 True BlockL1-3B1 #> 2564 True BlockL1-3B1 #> 2565 True BlockL1-3B1 #> 2566 True BlockL1-3B1 #> 2567 True BlockL1-3B1 #> 2568 True BlockL1-3B1 #> 2569 True BlockL1-3B1 #> 2570 True BlockL1-3B1 #> 2571 True BlockL1-3B1 #> 2572 True BlockL1-3B1 #> 2573 True BlockL1-3B1 #> 2574 True BlockL1-3B1 #> 2575 True BlockL1-3B1 #> 2576 True BlockL1-3B1 #> 2577 True BlockL1-3B1 #> 2578 True BlockL1-3B1 #> 2579 True BlockL1-3B1 #> 2580 True BlockL1-3B1 #> 2581 True BlockL1-3B1 #> 2582 True BlockL1-3B1 #> 2583 True BlockL1-3B1 #> 2584 True BlockL1-3B1 #> 2585 #> 2586 True BlockL1-3B8 #> 2587 True BlockL1-3B8 #> 2588 True BlockL1-3B8 #> 2589 True BlockL1-3B8 #> 2590 True BlockL1-3B8 #> 2591 True BlockL1-3B8 #> 2592 True BlockL1-3B8 #> 2593 True BlockL1-3B8 #> 2594 True BlockL1-3B8 #> 2595 True BlockL1-3B8 #> 2596 True BlockL1-3B8 #> 2597 True BlockL1-3B8 #> 2598 True BlockL1-3B8 #> 2599 True BlockL1-3B8 #> 2600 True BlockL1-3B8 #> 2601 True BlockL1-3B8 #> 2602 True BlockL1-3B8 #> 2603 True BlockL1-3B8 #> 2604 True BlockL1-3B8 #> 2605 True BlockL1-3B8 #> 2606 True BlockL1-3B8 #> 2607 True BlockL1-3B8 #> 2608 True BlockL1-3B8 #> 2609 True BlockL1-3B8 #> 2610 True BlockL1-3B8 #> 2611 True BlockL1-3B8 #> 2612 True BlockL1-3B8 #> 2613 True #> 2614 True #> 2615 #> 2616 #> 2617 True BlockL1-4A0 #> 2618 True BlockL1-4A0 #> 2619 True BlockL1-4A0 #> 2620 True BlockL1-4A0 #> 2621 True BlockL1-4A0 #> 2622 True BlockL1-4A0 #> 2623 True BlockL1-4A0 #> 2624 True BlockL1-4A0 #> 2625 True BlockL1-4A0 #> 2626 True BlockL1-4A0 #> 2627 True BlockL1-4A0 #> 2628 True BlockL1-4A0 #> 2629 True BlockL1-4A0 #> 2630 True BlockL1-4A0 #> 2631 True BlockL1-4A0 #> 2632 True BlockL1-4A0 #> 2633 True BlockL1-4A0 #> 2634 True BlockL1-4A0 #> 2635 True BlockL1-4A0 #> 2636 True BlockL1-4A0 #> 2637 True BlockL1-4A0 #> 2638 True BlockL1-4A0 #> 2639 True BlockL1-4A0 #> 2640 True BlockL1-4A0 #> 2641 True BlockL1-4A0 #> 2642 True BlockL1-4A0 #> 2643 True BlockL1-4A0 #> 2644 True BlockL1-4A0 #> 2645 True BlockL1-4A0 #> 2646 True BlockL1-4A0 #> 2647 True BlockL1-4A0 #> 2648 True BlockL1-4A0 #> 2649 True BlockL1-4A0 #> 2650 True BlockL1-4A0 #> 2651 True BlockL1-4A0 #> 2652 True BlockL1-4A0 #> 2653 True BlockL1-4A0 #> 2654 True BlockL1-4A0 #> 2655 True BlockL1-4A0 #> 2656 True BlockL1-4A0 #> 2657 True BlockL1-4A0 #> 2658 True BlockL1-4A0 #> 2659 True BlockL1-4A0 #> 2660 True BlockL1-4A0 #> 2661 True BlockL1-4A0 #> 2662 True BlockL1-4A0 #> 2663 True BlockL1-4A0 #> 2664 True BlockL1-4A0 #> 2665 True BlockL1-4A0 #> 2666 True BlockL1-4A0 #> 2667 True #> 2668 True #> 2669 True #> 2670 True #> 2671 True #> 2672 #> 2673 True BlockL1-4A4 #> 2674 True BlockL1-4A4 #> 2675 True BlockL1-4A4 #> 2676 True BlockL1-4A4 #> 2677 True BlockL1-4A4 #> 2678 True BlockL1-4A4 #> 2679 True BlockL1-4A4 #> 2680 True BlockL1-4A4 #> 2681 True BlockL1-4A4 #> 2682 True BlockL1-4A4 #> 2683 True BlockL1-4A4 #> 2684 True BlockL1-4A4 #> 2685 True BlockL1-4A4 #> 2686 True BlockL1-4A4 #> 2687 True BlockL1-4A4 #> 2688 True BlockL1-4A4 #> 2689 True BlockL1-4A4 #> 2690 True BlockL1-4A4 #> 2691 True BlockL1-4A4 #> 2692 True BlockL1-4A4 #> 2693 True BlockL1-4A4 #> 2694 True BlockL1-4A4 #> 2695 True BlockL1-4A4 #> 2696 True BlockL1-4A4 #> 2697 True BlockL1-4A4 #> 2698 True BlockL1-4A4 #> 2699 True BlockL1-4A4 #> 2700 True BlockL1-4A4 #> 2701 True BlockL1-4A4 #> 2702 True BlockL1-4A4 #> 2703 True BlockL1-4A4 #> 2704 True BlockL1-4A4 #> 2705 True BlockL1-4A4 #> 2706 True BlockL1-4A4 #> 2707 True BlockL1-4A4 #> 2708 True BlockL1-4A4 #> 2709 True BlockL1-4A4 #> 2710 True BlockL1-4A4 #> 2711 True BlockL1-4A4 #> 2712 True BlockL1-4A4 #> 2713 True BlockL1-4A4 #> 2714 True BlockL1-4A4 #> 2715 True BlockL1-4A4 #> 2716 True BlockL1-4A4 #> 2717 True BlockL1-4A4 #> 2718 True BlockL1-4A4 #> 2719 True BlockL1-4A4 #> 2720 True BlockL1-4A4 #> 2721 True BlockL1-4A4 #> 2722 True BlockL1-4A4 #> 2723 True BlockL1-4A4 #> 2724 True BlockL1-4A4 #> 2725 True BlockL1-4A4 #> 2726 True BlockL1-4A4 #> 2727 True BlockL1-4A4 #> 2728 True BlockL1-4A4 #> 2729 True BlockL1-4A4 #> 2730 True BlockL1-4A4 #> 2731 True BlockL1-4A4 #> 2732 True BlockL1-4A4 #> 2733 True BlockL1-4A4 #> 2734 True BlockL1-4A4 #> 2735 True BlockL1-4A4 #> 2736 True BlockL1-4A4 #> 2737 True BlockL1-4A4 #> 2738 True BlockL1-4A4 #> 2739 True BlockL1-4A4 #> 2740 True BlockL1-4A4 #> 2741 True BlockL1-4A4 #> 2742 True BlockL1-4A4 #> 2743 True BlockL1-4A4 #> 2744 True BlockL1-4A4 #> 2745 True BlockL1-4A4 #> 2746 True BlockL1-4A4 #> 2747 True BlockL1-4A4 #> 2748 True BlockL1-4A4 #> 2749 True BlockL1-4A4 #> 2750 True BlockL1-4A4 #> 2751 #> 2752 True BlockL1-4A6 #> 2753 True BlockL1-4A6 #> 2754 True BlockL1-4A6 #> 2755 True BlockL1-4A6 #> 2756 True BlockL1-4A6 #> 2757 True BlockL1-4A6 #> 2758 True BlockL1-4A6 #> 2759 True BlockL1-4A6 #> 2760 True BlockL1-4A6 #> 2761 True BlockL1-4A6 #> 2762 #> 2763 True BlockL1-4A8 #> 2764 True BlockL1-4A8 #> 2765 True BlockL1-4A8 #> 2766 True BlockL1-4A8 #> 2767 True BlockL1-4A8 #> 2768 True BlockL1-4A8 #> 2769 True BlockL1-4A8 #> 2770 True BlockL1-4A8 #> 2771 True BlockL1-4A8 #> 2772 True BlockL1-4A8 #> 2773 True BlockL1-4A8 #> 2774 True BlockL1-4A8 #> 2775 True BlockL1-4A8 #> 2776 True BlockL1-4A8 #> 2777 True BlockL1-4A8 #> 2778 True BlockL1-4A8 #> 2779 True BlockL1-4A8 #> 2780 True BlockL1-4A8 #> 2781 True BlockL1-4A8 #> 2782 True BlockL1-4A8 #> 2783 True BlockL1-4A8 #> 2784 True BlockL1-4A8 #> 2785 True BlockL1-4A8 #> 2786 True BlockL1-4A8 #> 2787 True BlockL1-4A8 #> 2788 True BlockL1-4A8 #> 2789 True BlockL1-4A8 #> 2790 True BlockL1-4A8 #> 2791 True BlockL1-4A8 #> 2792 True BlockL1-4A8 #> 2793 True BlockL1-4A8 #> 2794 True BlockL1-4A8 #> 2795 True BlockL1-4A8 #> 2796 True BlockL1-4A8 #> 2797 True BlockL1-4A8 #> 2798 True BlockL1-4A8 #> 2799 True BlockL1-4A8 #> 2800 True BlockL1-4A8 #> 2801 True BlockL1-4A8 #> 2802 True BlockL1-4A8 #> 2803 True BlockL1-4A8 #> 2804 True BlockL1-4A8 #> 2805 True BlockL1-4A8 #> 2806 True BlockL1-4A8 #> 2807 True BlockL1-4A8 #> 2808 True BlockL1-4A8 #> 2809 True BlockL1-4A8 #> 2810 True BlockL1-4A8 #> 2811 True BlockL1-4A8 #> 2812 True BlockL1-4A8 #> 2813 #> 2814 True BlockL1-4B0 #> 2815 True BlockL1-4B0 #> 2816 True BlockL1-4B0 #> 2817 True BlockL1-4B0 #> 2818 True BlockL1-4B0 #> 2819 True BlockL1-4B0 #> 2820 True BlockL1-4B0 #> 2821 True BlockL1-4B0 #> 2822 True BlockL1-4B0 #> 2823 True BlockL1-4B0 #> 2824 True BlockL1-4B0 #> 2825 True BlockL1-4B0 #> 2826 True BlockL1-4B0 #> 2827 True BlockL1-4B0 #> 2828 True BlockL1-4B0 #> 2829 True BlockL1-4B0 #> 2830 True BlockL1-4B0 #> 2831 True BlockL1-4B0 #> 2832 True BlockL1-4B0 #> 2833 True BlockL1-4B0 #> 2834 True BlockL1-4B0 #> 2835 True BlockL1-4B0 #> 2836 True BlockL1-4B0 #> 2837 True BlockL1-4B0 #> 2838 True BlockL1-4B0 #> 2839 True BlockL1-4B0 #> 2840 True BlockL1-4B0 #> 2841 True BlockL1-4B0 #> 2842 True BlockL1-4B0 #> 2843 True BlockL1-4B0 #> 2844 True BlockL1-4B0 #> 2845 True BlockL1-4B0 #> 2846 True BlockL1-4B0 #> 2847 True BlockL1-4B0 #> 2848 #> 2849 True BlockL1-4B2 #> 2850 True BlockL1-4B2 #> 2851 True BlockL1-4B2 #> 2852 True BlockL1-4B2 #> 2853 True BlockL1-4B2 #> 2854 True BlockL1-4B2 #> 2855 True BlockL1-4B2 #> 2856 True BlockL1-4B2 #> 2857 True BlockL1-4B2 #> 2858 True BlockL1-4B2 #> 2859 True BlockL1-4B2 #> 2860 True BlockL1-4B2 #> 2861 True BlockL1-4B2 #> 2862 True BlockL1-4B2 #> 2863 True BlockL1-4B2 #> 2864 True BlockL1-4B2 #> 2865 True BlockL1-4B2 #> 2866 True BlockL1-4B2 #> 2867 True #> 2868 True #> 2869 True #> 2870 True #> 2871 True #> 2872 True #> 2873 True #> 2874 True #> 2875 #> 2876 #> 2877 BlockL1-5A0 #> 2878 True BlockL1-5A0 BlockL2-5A0 #> 2879 True BlockL1-5A0 BlockL2-5A0 #> 2880 True BlockL1-5A0 BlockL2-5A0 #> 2881 True BlockL1-5A0 BlockL2-5A0 #> 2882 True BlockL1-5A0 BlockL2-5A0 #> 2883 True BlockL1-5A0 BlockL2-5A0 #> 2884 True BlockL1-5A0 BlockL2-5A0 #> 2885 True BlockL1-5A0 BlockL2-5A0 #> 2886 True BlockL1-5A0 BlockL2-5A0 #> 2887 True BlockL1-5A0 BlockL2-5A0 #> 2888 True BlockL1-5A0 BlockL2-5A0 #> 2889 True BlockL1-5A0 BlockL2-5A0 #> 2890 True BlockL1-5A0 BlockL2-5A0 #> 2891 True BlockL1-5A0 BlockL2-5A0 #> 2892 True BlockL1-5A0 BlockL2-5A0 #> 2893 True BlockL1-5A0 BlockL2-5A0 #> 2894 True BlockL1-5A0 BlockL2-5A0 #> 2895 True BlockL1-5A0 BlockL2-5A0 #> 2896 True BlockL1-5A0 BlockL2-5A0 #> 2897 True BlockL1-5A0 BlockL2-5A0 #> 2898 True BlockL1-5A0 BlockL2-5A0 #> 2899 True BlockL1-5A0 BlockL2-5A0 #> 2900 True BlockL1-5A0 BlockL2-5A0 #> 2901 True BlockL1-5A0 BlockL2-5A0 #> 2902 True BlockL1-5A0 BlockL2-5A0 #> 2903 True BlockL1-5A0 BlockL2-5A0 #> 2904 True BlockL1-5A0 BlockL2-5A0 #> 2905 True BlockL1-5A0 BlockL2-5A0 #> 2906 True BlockL1-5A0 BlockL2-5A0 #> 2907 True BlockL1-5A0 BlockL2-5A0 #> 2908 True BlockL1-5A0 BlockL2-5A0 #> 2909 True BlockL1-5A0 BlockL2-5A0 #> 2910 True BlockL1-5A0 BlockL2-5A0 #> 2911 True BlockL1-5A0 BlockL2-5A0 #> 2912 True BlockL1-5A0 BlockL2-5A0 #> 2913 True BlockL1-5A0 BlockL2-5A0 #> 2914 True BlockL1-5A0 BlockL2-5A0 #> 2915 True BlockL1-5A0 BlockL2-5A0 #> 2916 True BlockL1-5A0 BlockL2-5A0 #> 2917 True BlockL1-5A0 BlockL2-5A0 #> 2918 True BlockL1-5A0 BlockL2-5A0 #> 2919 True BlockL1-5A0 BlockL2-5A0 #> 2920 True BlockL1-5A0 BlockL2-5A0 #> 2921 True BlockL1-5A0 BlockL2-5A0 #> 2922 True BlockL1-5A0 BlockL2-5A0 #> 2923 True BlockL1-5A0 BlockL2-5A0 #> 2924 True BlockL1-5A0 BlockL2-5A0 #> 2925 True BlockL1-5A0 BlockL2-5A0 #> 2926 True BlockL1-5A0 BlockL2-5A0 #> 2927 True BlockL1-5A0 BlockL2-5A0 #> 2928 BlockL1-5A0 #> 2929 True BlockL1-5A0 BlockL2-5A1 #> 2930 True BlockL1-5A0 BlockL2-5A1 #> 2931 True BlockL1-5A0 BlockL2-5A1 #> 2932 True BlockL1-5A0 BlockL2-5A1 #> 2933 True BlockL1-5A0 BlockL2-5A1 #> 2934 True BlockL1-5A0 BlockL2-5A1 #> 2935 True BlockL1-5A0 BlockL2-5A1 #> 2936 True BlockL1-5A0 BlockL2-5A1 #> 2937 True BlockL1-5A0 BlockL2-5A1 #> 2938 True BlockL1-5A0 BlockL2-5A1 #> 2939 True BlockL1-5A0 BlockL2-5A1 #> 2940 True BlockL1-5A0 BlockL2-5A1 #> 2941 True BlockL1-5A0 BlockL2-5A1 #> 2942 True BlockL1-5A0 BlockL2-5A1 #> 2943 BlockL1-5A0 BlockL2-5A1 #> 2944 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2945 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2946 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2947 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2948 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2949 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2950 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2951 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2952 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2953 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2954 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2955 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2956 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2957 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2958 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2959 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2960 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2961 True BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2962 BlockL1-5A0 #> 2963 True BlockL1-5A0 BlockL2-5A4 #> 2964 True BlockL1-5A0 BlockL2-5A4 #> 2965 True BlockL1-5A0 BlockL2-5A4 #> 2966 True BlockL1-5A0 BlockL2-5A4 #> 2967 True BlockL1-5A0 BlockL2-5A4 #> 2968 True BlockL1-5A0 BlockL2-5A4 #> 2969 True BlockL1-5A0 BlockL2-5A4 #> 2970 True BlockL1-5A0 BlockL2-5A4 #> 2971 True BlockL1-5A0 BlockL2-5A4 #> 2972 True BlockL1-5A0 BlockL2-5A4 #> 2973 True BlockL1-5A0 BlockL2-5A4 #> 2974 True BlockL1-5A0 BlockL2-5A4 #> 2975 False BlockL1-5A0 BlockL2-5A4 #> 2976 True BlockL1-5A0 BlockL2-5A4 #> 2977 True BlockL1-5A0 BlockL2-5A4 #> 2978 True BlockL1-5A0 BlockL2-5A4 #> 2979 BlockL1-5A0 #> 2980 True BlockL1-5A0 BlockL2-5A5 #> 2981 True BlockL1-5A0 BlockL2-5A5 #> 2982 True BlockL1-5A0 BlockL2-5A5 #> 2983 True BlockL1-5A0 BlockL2-5A5 #> 2984 True BlockL1-5A0 BlockL2-5A5 #> 2985 True BlockL1-5A0 BlockL2-5A5 #> 2986 True BlockL1-5A0 BlockL2-5A5 #> 2987 True BlockL1-5A0 BlockL2-5A5 #> 2988 True BlockL1-5A0 BlockL2-5A5 #> 2989 True BlockL1-5A0 BlockL2-5A5 #> 2990 True BlockL1-5A0 BlockL2-5A5 #> 2991 True BlockL1-5A0 BlockL2-5A5 #> 2992 True BlockL1-5A0 BlockL2-5A5 #> 2993 True BlockL1-5A0 BlockL2-5A5 #> 2994 True BlockL1-5A0 BlockL2-5A5 #> 2995 True BlockL1-5A0 BlockL2-5A5 #> 2996 True BlockL1-5A0 BlockL2-5A5 #> 2997 True BlockL1-5A0 BlockL2-5A5 #> 2998 True BlockL1-5A0 BlockL2-5A5 #> 2999 BlockL1-5A0 #> 3000 True BlockL1-5A0 BlockL2-5A6 #> 3001 True BlockL1-5A0 BlockL2-5A6 #> 3002 True BlockL1-5A0 BlockL2-5A6 #> 3003 True BlockL1-5A0 BlockL2-5A6 #> 3004 True BlockL1-5A0 BlockL2-5A6 #> 3005 True BlockL1-5A0 BlockL2-5A6 #> 3006 True BlockL1-5A0 BlockL2-5A6 #> 3007 True BlockL1-5A0 BlockL2-5A6 #> 3008 True BlockL1-5A0 BlockL2-5A6 #> 3009 True BlockL1-5A0 BlockL2-5A6 #> 3010 True BlockL1-5A0 BlockL2-5A6 #> 3011 True BlockL1-5A0 BlockL2-5A6 #> 3012 True BlockL1-5A0 BlockL2-5A6 #> 3013 True BlockL1-5A0 BlockL2-5A6 #> 3014 True BlockL1-5A0 BlockL2-5A6 #> 3015 True BlockL1-5A0 BlockL2-5A6 #> 3016 True BlockL1-5A0 BlockL2-5A6 #> 3017 True BlockL1-5A0 BlockL2-5A6 #> 3018 True BlockL1-5A0 BlockL2-5A6 #> 3019 True BlockL1-5A0 BlockL2-5A6 #> 3020 True BlockL1-5A0 BlockL2-5A6 #> 3021 True BlockL1-5A0 BlockL2-5A6 #> 3022 True BlockL1-5A0 BlockL2-5A6 #> 3023 True BlockL1-5A0 BlockL2-5A6 #> 3024 BlockL1-5A0 #> 3025 True BlockL1-5A0 BlockL2-5A7 #> 3026 True BlockL1-5A0 BlockL2-5A7 #> 3027 True BlockL1-5A0 BlockL2-5A7 #> 3028 True BlockL1-5A0 BlockL2-5A7 #> 3029 True BlockL1-5A0 BlockL2-5A7 #> 3030 True BlockL1-5A0 BlockL2-5A7 #> 3031 True BlockL1-5A0 BlockL2-5A7 #> 3032 True BlockL1-5A0 BlockL2-5A7 #> 3033 True BlockL1-5A0 BlockL2-5A7 #> 3034 True BlockL1-5A0 BlockL2-5A7 #> 3035 True BlockL1-5A0 BlockL2-5A7 #> 3036 True BlockL1-5A0 BlockL2-5A7 #> 3037 True BlockL1-5A0 BlockL2-5A7 #> 3038 True BlockL1-5A0 BlockL2-5A7 #> 3039 True BlockL1-5A0 BlockL2-5A7 #> 3040 True BlockL1-5A0 BlockL2-5A7 #> 3041 True BlockL1-5A0 BlockL2-5A7 #> 3042 True BlockL1-5A0 BlockL2-5A7 #> 3043 True BlockL1-5A0 BlockL2-5A7 #> 3044 True BlockL1-5A0 BlockL2-5A7 #> 3045 True BlockL1-5A0 BlockL2-5A7 #> 3046 True BlockL1-5A0 BlockL2-5A7 #> 3047 True BlockL1-5A0 BlockL2-5A7 #> 3048 True BlockL1-5A0 BlockL2-5A7 #> 3049 True BlockL1-5A0 BlockL2-5A7 #> 3050 True BlockL1-5A0 BlockL2-5A7 #> 3051 True BlockL1-5A0 BlockL2-5A7 #> 3052 True BlockL1-5A0 BlockL2-5A7 #> 3053 True BlockL1-5A0 BlockL2-5A7 #> 3054 True BlockL1-5A0 BlockL2-5A7 #> 3055 True BlockL1-5A0 BlockL2-5A7 #> 3056 BlockL1-5A0 #> 3057 True BlockL1-5A0 BlockL2-5A8 #> 3058 True BlockL1-5A0 BlockL2-5A8 #> 3059 True BlockL1-5A0 BlockL2-5A8 #> 3060 True BlockL1-5A0 BlockL2-5A8 #> 3061 True BlockL1-5A0 BlockL2-5A8 #> 3062 True BlockL1-5A0 BlockL2-5A8 #> 3063 True BlockL1-5A0 BlockL2-5A8 #> 3064 True BlockL1-5A0 BlockL2-5A8 #> 3065 True BlockL1-5A0 BlockL2-5A8 #> 3066 True BlockL1-5A0 BlockL2-5A8 #> 3067 True BlockL1-5A0 BlockL2-5A8 #> 3068 True BlockL1-5A0 BlockL2-5A8 #> 3069 True BlockL1-5A0 BlockL2-5A8 #> 3070 True BlockL1-5A0 BlockL2-5A8 #> 3071 True BlockL1-5A0 BlockL2-5A8 #> 3072 BlockL1-5A0 #> 3073 True BlockL1-5A0 BlockL2-5A9 #> 3074 True BlockL1-5A0 BlockL2-5A9 #> 3075 True BlockL1-5A0 BlockL2-5A9 #> 3076 True BlockL1-5A0 BlockL2-5A9 #> 3077 True BlockL1-5A0 BlockL2-5A9 #> 3078 BlockL1-5A0 #> 3079 True BlockL1-5A0 BlockL2-5B0 #> 3080 True BlockL1-5A0 BlockL2-5B0 #> 3081 True BlockL1-5A0 BlockL2-5B0 #> 3082 True BlockL1-5A0 BlockL2-5B0 #> 3083 BlockL1-5A0 #> 3084 True BlockL1-5A0 BlockL2-5B1 #> 3085 True BlockL1-5A0 BlockL2-5B1 #> 3086 True BlockL1-5A0 BlockL2-5B1 #> 3087 True BlockL1-5A0 BlockL2-5B1 #> 3088 True BlockL1-5A0 #> 3089 True BlockL1-5A0 #> 3090 #> 3091 BlockL1-5B5 #> 3092 True BlockL1-5B5 BlockL2-5B5 #> 3093 True BlockL1-5B5 BlockL2-5B5 #> 3094 True BlockL1-5B5 BlockL2-5B5 #> 3095 True BlockL1-5B5 BlockL2-5B5 #> 3096 True BlockL1-5B5 BlockL2-5B5 #> 3097 True BlockL1-5B5 BlockL2-5B5 #> 3098 True BlockL1-5B5 BlockL2-5B5 #> 3099 True BlockL1-5B5 BlockL2-5B5 #> 3100 True BlockL1-5B5 BlockL2-5B5 #> 3101 True BlockL1-5B5 BlockL2-5B5 #> 3102 True BlockL1-5B5 BlockL2-5B5 #> 3103 True BlockL1-5B5 BlockL2-5B5 #> 3104 True BlockL1-5B5 BlockL2-5B5 #> 3105 True BlockL1-5B5 BlockL2-5B5 #> 3106 True BlockL1-5B5 BlockL2-5B5 #> 3107 True BlockL1-5B5 BlockL2-5B5 #> 3108 True BlockL1-5B5 BlockL2-5B5 #> 3109 True BlockL1-5B5 BlockL2-5B5 #> 3110 True BlockL1-5B5 BlockL2-5B5 #> 3111 True BlockL1-5B5 BlockL2-5B5 #> 3112 True BlockL1-5B5 BlockL2-5B5 #> 3113 True BlockL1-5B5 BlockL2-5B5 #> 3114 True BlockL1-5B5 BlockL2-5B5 #> 3115 True BlockL1-5B5 BlockL2-5B5 #> 3116 True BlockL1-5B5 BlockL2-5B5 #> 3117 True BlockL1-5B5 BlockL2-5B5 #> 3118 True BlockL1-5B5 BlockL2-5B5 #> 3119 True BlockL1-5B5 BlockL2-5B5 #> 3120 True BlockL1-5B5 BlockL2-5B5 #> 3121 True BlockL1-5B5 BlockL2-5B5 #> 3122 True BlockL1-5B5 BlockL2-5B5 #> 3123 True BlockL1-5B5 BlockL2-5B5 #> 3124 True BlockL1-5B5 BlockL2-5B5 #> 3125 True BlockL1-5B5 BlockL2-5B5 #> 3126 True BlockL1-5B5 BlockL2-5B5 #> 3127 True BlockL1-5B5 BlockL2-5B5 #> 3128 True BlockL1-5B5 BlockL2-5B5 #> 3129 True BlockL1-5B5 BlockL2-5B5 #> 3130 True BlockL1-5B5 BlockL2-5B5 #> 3131 True BlockL1-5B5 BlockL2-5B5 #> 3132 True BlockL1-5B5 BlockL2-5B5 #> 3133 True BlockL1-5B5 BlockL2-5B5 #> 3134 True BlockL1-5B5 BlockL2-5B5 #> 3135 True BlockL1-5B5 BlockL2-5B5 #> 3136 True BlockL1-5B5 BlockL2-5B5 #> 3137 True BlockL1-5B5 BlockL2-5B5 #> 3138 True BlockL1-5B5 BlockL2-5B5 #> 3139 True BlockL1-5B5 BlockL2-5B5 #> 3140 True BlockL1-5B5 BlockL2-5B5 #> 3141 True BlockL1-5B5 BlockL2-5B5 #> 3142 True BlockL1-5B5 BlockL2-5B5 #> 3143 True BlockL1-5B5 BlockL2-5B5 #> 3144 True BlockL1-5B5 BlockL2-5B5 #> 3145 True BlockL1-5B5 BlockL2-5B5 #> 3146 True BlockL1-5B5 BlockL2-5B5 #> 3147 True BlockL1-5B5 BlockL2-5B5 #> 3148 True BlockL1-5B5 BlockL2-5B5 #> 3149 True BlockL1-5B5 BlockL2-5B5 #> 3150 True BlockL1-5B5 BlockL2-5B5 #> 3151 True BlockL1-5B5 BlockL2-5B5 #> 3152 True BlockL1-5B5 BlockL2-5B5 #> 3153 True BlockL1-5B5 BlockL2-5B5 #> 3154 True BlockL1-5B5 BlockL2-5B5 #> 3155 True BlockL1-5B5 BlockL2-5B5 #> 3156 True BlockL1-5B5 BlockL2-5B5 #> 3157 True BlockL1-5B5 BlockL2-5B5 #> 3158 BlockL1-5B5 BlockL2-5B5 #> 3159 True BlockL1-5B5 BlockL2-5B5 BlockL3-5B6 #> 3160 True BlockL1-5B5 BlockL2-5B5 BlockL3-5B6 #> 3161 True BlockL1-5B5 BlockL2-5B5 BlockL3-5B6 #> 3162 True BlockL1-5B5 BlockL2-5B5 BlockL3-5B6 #> 3163 True BlockL1-5B5 BlockL2-5B5 BlockL3-5B6 #> 3164 True BlockL1-5B5 BlockL2-5B5 BlockL3-5B6 #> 3165 True BlockL1-5B5 BlockL2-5B5 #> 3166 True BlockL1-5B5 BlockL2-5B5 #> 3167 True BlockL1-5B5 BlockL2-5B5 #> 3168 True BlockL1-5B5 BlockL2-5B5 #> 3169 BlockL1-5B5 #> 3170 BlockL1-5B5 BlockL2-5B8 #> 3171 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3172 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3173 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3174 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3175 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3176 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3177 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3178 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3179 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3180 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3181 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3182 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3183 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3184 BlockL1-5B5 BlockL2-5B8 #> 3185 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3186 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3187 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3188 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3189 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3190 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3191 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3192 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3193 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3194 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3195 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3196 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3197 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3198 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3199 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3200 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3201 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3202 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3203 True BlockL1-5B5 BlockL2-5B8 #> 3204 True BlockL1-5B5 BlockL2-5B8 #> 3205 True BlockL1-5B5 #> 3206 True BlockL1-5B5 #> 3207 #> 3208 BlockL1-5C5 #> 3209 True BlockL1-5C5 BlockL2-5C5 #> 3210 True BlockL1-5C5 BlockL2-5C5 #> 3211 True BlockL1-5C5 BlockL2-5C5 #> 3212 True BlockL1-5C5 BlockL2-5C5 #> 3213 True BlockL1-5C5 BlockL2-5C5 #> 3214 True BlockL1-5C5 BlockL2-5C5 #> 3215 True BlockL1-5C5 BlockL2-5C5 #> 3216 True BlockL1-5C5 BlockL2-5C5 #> 3217 True BlockL1-5C5 BlockL2-5C5 #> 3218 True BlockL1-5C5 BlockL2-5C5 #> 3219 True BlockL1-5C5 BlockL2-5C5 #> 3220 True BlockL1-5C5 BlockL2-5C5 #> 3221 True BlockL1-5C5 BlockL2-5C5 #> 3222 True BlockL1-5C5 BlockL2-5C5 #> 3223 True BlockL1-5C5 BlockL2-5C5 #> 3224 True BlockL1-5C5 BlockL2-5C5 #> 3225 True BlockL1-5C5 BlockL2-5C5 #> 3226 True BlockL1-5C5 BlockL2-5C5 #> 3227 True BlockL1-5C5 BlockL2-5C5 #> 3228 True BlockL1-5C5 BlockL2-5C5 #> 3229 True BlockL1-5C5 BlockL2-5C5 #> 3230 True BlockL1-5C5 BlockL2-5C5 #> 3231 True BlockL1-5C5 BlockL2-5C5 #> 3232 True BlockL1-5C5 BlockL2-5C5 #> 3233 True BlockL1-5C5 BlockL2-5C5 #> 3234 True BlockL1-5C5 BlockL2-5C5 #> 3235 True BlockL1-5C5 BlockL2-5C5 #> 3236 True BlockL1-5C5 BlockL2-5C5 #> 3237 True BlockL1-5C5 BlockL2-5C5 #> 3238 True BlockL1-5C5 BlockL2-5C5 #> 3239 True BlockL1-5C5 BlockL2-5C5 #> 3240 True BlockL1-5C5 BlockL2-5C5 #> 3241 True BlockL1-5C5 BlockL2-5C5 #> 3242 True BlockL1-5C5 BlockL2-5C5 #> 3243 True BlockL1-5C5 BlockL2-5C5 #> 3244 True BlockL1-5C5 BlockL2-5C5 #> 3245 True BlockL1-5C5 BlockL2-5C5 #> 3246 True BlockL1-5C5 BlockL2-5C5 #> 3247 True BlockL1-5C5 BlockL2-5C5 #> 3248 True BlockL1-5C5 BlockL2-5C5 #> 3249 True BlockL1-5C5 BlockL2-5C5 #> 3250 True BlockL1-5C5 BlockL2-5C5 #> 3251 True BlockL1-5C5 BlockL2-5C5 #> 3252 True BlockL1-5C5 BlockL2-5C5 #> 3253 True BlockL1-5C5 BlockL2-5C5 #> 3254 True BlockL1-5C5 BlockL2-5C5 #> 3255 True BlockL1-5C5 BlockL2-5C5 #> 3256 True BlockL1-5C5 BlockL2-5C5 #> 3257 True BlockL1-5C5 BlockL2-5C5 #> 3258 True BlockL1-5C5 BlockL2-5C5 #> 3259 True BlockL1-5C5 BlockL2-5C5 #> 3260 True BlockL1-5C5 BlockL2-5C5 #> 3261 True BlockL1-5C5 BlockL2-5C5 #> 3262 True BlockL1-5C5 BlockL2-5C5 #> 3263 True BlockL1-5C5 BlockL2-5C5 #> 3264 True BlockL1-5C5 BlockL2-5C5 #> 3265 True BlockL1-5C5 BlockL2-5C5 #> 3266 True BlockL1-5C5 BlockL2-5C5 #> 3267 True BlockL1-5C5 BlockL2-5C5 #> 3268 True BlockL1-5C5 BlockL2-5C5 #> 3269 True BlockL1-5C5 BlockL2-5C5 #> 3270 True BlockL1-5C5 BlockL2-5C5 #> 3271 True BlockL1-5C5 BlockL2-5C5 #> 3272 True BlockL1-5C5 BlockL2-5C5 #> 3273 True BlockL1-5C5 BlockL2-5C5 #> 3274 True BlockL1-5C5 BlockL2-5C5 #> 3275 True BlockL1-5C5 BlockL2-5C5 #> 3276 True BlockL1-5C5 BlockL2-5C5 #> 3277 True BlockL1-5C5 BlockL2-5C5 #> 3278 True BlockL1-5C5 BlockL2-5C5 #> 3279 True BlockL1-5C5 BlockL2-5C5 #> 3280 True BlockL1-5C5 BlockL2-5C5 #> 3281 True BlockL1-5C5 BlockL2-5C5 #> 3282 True BlockL1-5C5 BlockL2-5C5 #> 3283 True BlockL1-5C5 BlockL2-5C5 #> 3284 True BlockL1-5C5 BlockL2-5C5 #> 3285 True BlockL1-5C5 BlockL2-5C5 #> 3286 True BlockL1-5C5 BlockL2-5C5 #> 3287 True BlockL1-5C5 BlockL2-5C5 #> 3288 True BlockL1-5C5 BlockL2-5C5 #> 3289 True BlockL1-5C5 BlockL2-5C5 #> 3290 True BlockL1-5C5 BlockL2-5C5 #> 3291 True BlockL1-5C5 BlockL2-5C5 #> 3292 True BlockL1-5C5 BlockL2-5C5 #> 3293 True BlockL1-5C5 BlockL2-5C5 #> 3294 True BlockL1-5C5 BlockL2-5C5 #> 3295 True BlockL1-5C5 BlockL2-5C5 #> 3296 True BlockL1-5C5 BlockL2-5C5 #> 3297 True BlockL1-5C5 BlockL2-5C5 #> 3298 True BlockL1-5C5 BlockL2-5C5 #> 3299 True BlockL1-5C5 BlockL2-5C5 #> 3300 True BlockL1-5C5 BlockL2-5C5 #> 3301 True BlockL1-5C5 BlockL2-5C5 #> 3302 True BlockL1-5C5 BlockL2-5C5 #> 3303 True BlockL1-5C5 BlockL2-5C5 #> 3304 True BlockL1-5C5 BlockL2-5C5 #> 3305 True BlockL1-5C5 BlockL2-5C5 #> 3306 True BlockL1-5C5 BlockL2-5C5 #> 3307 True BlockL1-5C5 BlockL2-5C5 #> 3308 True BlockL1-5C5 BlockL2-5C5 #> 3309 True BlockL1-5C5 BlockL2-5C5 #> 3310 True BlockL1-5C5 BlockL2-5C5 #> 3311 True BlockL1-5C5 BlockL2-5C5 #> 3312 True BlockL1-5C5 BlockL2-5C5 #> 3313 True BlockL1-5C5 BlockL2-5C5 #> 3314 True BlockL1-5C5 BlockL2-5C5 #> 3315 True BlockL1-5C5 BlockL2-5C5 #> 3316 True BlockL1-5C5 BlockL2-5C5 #> 3317 True BlockL1-5C5 BlockL2-5C5 #> 3318 True BlockL1-5C5 BlockL2-5C5 #> 3319 True BlockL1-5C5 BlockL2-5C5 #> 3320 True BlockL1-5C5 BlockL2-5C5 #> 3321 True BlockL1-5C5 BlockL2-5C5 #> 3322 True BlockL1-5C5 BlockL2-5C5 #> 3323 True BlockL1-5C5 BlockL2-5C5 #> 3324 True BlockL1-5C5 BlockL2-5C5 #> 3325 True BlockL1-5C5 BlockL2-5C5 #> 3326 True BlockL1-5C5 BlockL2-5C5 #> 3327 True BlockL1-5C5 BlockL2-5C5 #> 3328 True BlockL1-5C5 BlockL2-5C5 #> 3329 True BlockL1-5C5 BlockL2-5C5 #> 3330 True BlockL1-5C5 BlockL2-5C5 #> 3331 True BlockL1-5C5 BlockL2-5C5 #> 3332 True BlockL1-5C5 BlockL2-5C5 #> 3333 True BlockL1-5C5 BlockL2-5C5 #> 3334 True BlockL1-5C5 BlockL2-5C5 #> 3335 True BlockL1-5C5 BlockL2-5C5 #> 3336 True BlockL1-5C5 BlockL2-5C5 #> 3337 True BlockL1-5C5 BlockL2-5C5 #> 3338 True BlockL1-5C5 BlockL2-5C5 #> 3339 True BlockL1-5C5 BlockL2-5C5 #> 3340 True BlockL1-5C5 BlockL2-5C5 #> 3341 True BlockL1-5C5 BlockL2-5C5 #> 3342 True BlockL1-5C5 BlockL2-5C5 #> 3343 True BlockL1-5C5 BlockL2-5C5 #> 3344 True BlockL1-5C5 BlockL2-5C5 #> 3345 True BlockL1-5C5 BlockL2-5C5 #> 3346 True BlockL1-5C5 BlockL2-5C5 #> 3347 True BlockL1-5C5 BlockL2-5C5 #> 3348 True BlockL1-5C5 BlockL2-5C5 #> 3349 True BlockL1-5C5 BlockL2-5C5 #> 3350 True BlockL1-5C5 BlockL2-5C5 #> 3351 True BlockL1-5C5 BlockL2-5C5 #> 3352 True BlockL1-5C5 BlockL2-5C5 #> 3353 True BlockL1-5C5 BlockL2-5C5 #> 3354 True BlockL1-5C5 BlockL2-5C5 #> 3355 True BlockL1-5C5 BlockL2-5C5 #> 3356 True BlockL1-5C5 BlockL2-5C5 #> 3357 True BlockL1-5C5 BlockL2-5C5 #> 3358 True BlockL1-5C5 BlockL2-5C5 #> 3359 True BlockL1-5C5 BlockL2-5C5 #> 3360 True BlockL1-5C5 BlockL2-5C5 #> 3361 True BlockL1-5C5 BlockL2-5C5 #> 3362 True BlockL1-5C5 BlockL2-5C5 #> 3363 True BlockL1-5C5 BlockL2-5C5 #> 3364 True BlockL1-5C5 BlockL2-5C5 #> 3365 True BlockL1-5C5 BlockL2-5C5 #> 3366 True BlockL1-5C5 BlockL2-5C5 #> 3367 True BlockL1-5C5 BlockL2-5C5 #> 3368 True BlockL1-5C5 BlockL2-5C5 #> 3369 True BlockL1-5C5 BlockL2-5C5 #> 3370 True BlockL1-5C5 BlockL2-5C5 #> 3371 True BlockL1-5C5 BlockL2-5C5 #> 3372 True BlockL1-5C5 BlockL2-5C5 #> 3373 True BlockL1-5C5 BlockL2-5C5 #> 3374 True BlockL1-5C5 BlockL2-5C5 #> 3375 True BlockL1-5C5 BlockL2-5C5 #> 3376 True BlockL1-5C5 BlockL2-5C5 #> 3377 True BlockL1-5C5 BlockL2-5C5 #> 3378 True BlockL1-5C5 BlockL2-5C5 #> 3379 True BlockL1-5C5 BlockL2-5C5 #> 3380 True BlockL1-5C5 BlockL2-5C5 #> 3381 True BlockL1-5C5 BlockL2-5C5 #> 3382 True BlockL1-5C5 BlockL2-5C5 #> 3383 True BlockL1-5C5 BlockL2-5C5 #> 3384 True BlockL1-5C5 BlockL2-5C5 #> 3385 True BlockL1-5C5 BlockL2-5C5 #> 3386 True BlockL1-5C5 BlockL2-5C5 #> 3387 True BlockL1-5C5 BlockL2-5C5 #> 3388 True BlockL1-5C5 BlockL2-5C5 #> 3389 True BlockL1-5C5 BlockL2-5C5 #> 3390 True BlockL1-5C5 BlockL2-5C5 #> 3391 True BlockL1-5C5 BlockL2-5C5 #> 3392 True BlockL1-5C5 BlockL2-5C5 #> 3393 True BlockL1-5C5 BlockL2-5C5 #> 3394 True BlockL1-5C5 BlockL2-5C5 #> 3395 True BlockL1-5C5 BlockL2-5C5 #> 3396 True BlockL1-5C5 BlockL2-5C5 #> 3397 True BlockL1-5C5 BlockL2-5C5 #> 3398 True BlockL1-5C5 BlockL2-5C5 #> 3399 True BlockL1-5C5 BlockL2-5C5 #> 3400 True BlockL1-5C5 BlockL2-5C5 #> 3401 BlockL1-5C5 #> 3402 True BlockL1-5C5 BlockL2-5C6 #> 3403 True BlockL1-5C5 BlockL2-5C6 #> 3404 True BlockL1-5C5 BlockL2-5C6 #> 3405 True BlockL1-5C5 BlockL2-5C6 #> 3406 True BlockL1-5C5 BlockL2-5C6 #> 3407 True BlockL1-5C5 BlockL2-5C6 #> 3408 True BlockL1-5C5 BlockL2-5C6 #> 3409 True BlockL1-5C5 BlockL2-5C6 #> 3410 True BlockL1-5C5 BlockL2-5C6 #> 3411 True BlockL1-5C5 BlockL2-5C6 #> 3412 True BlockL1-5C5 BlockL2-5C6 #> 3413 True BlockL1-5C5 BlockL2-5C6 #> 3414 True BlockL1-5C5 BlockL2-5C6 #> 3415 True BlockL1-5C5 BlockL2-5C6 #> 3416 True BlockL1-5C5 BlockL2-5C6 #> 3417 True BlockL1-5C5 BlockL2-5C6 #> 3418 True BlockL1-5C5 BlockL2-5C6 #> 3419 True BlockL1-5C5 BlockL2-5C6 #> 3420 True BlockL1-5C5 BlockL2-5C6 #> 3421 True BlockL1-5C5 BlockL2-5C6 #> 3422 True BlockL1-5C5 BlockL2-5C6 #> 3423 True BlockL1-5C5 BlockL2-5C6 #> 3424 True BlockL1-5C5 BlockL2-5C6 #> 3425 True BlockL1-5C5 BlockL2-5C6 #> 3426 True BlockL1-5C5 BlockL2-5C6 #> 3427 True BlockL1-5C5 BlockL2-5C6 #> 3428 True BlockL1-5C5 BlockL2-5C6 #> 3429 True BlockL1-5C5 BlockL2-5C6 #> 3430 True BlockL1-5C5 BlockL2-5C6 #> 3431 True BlockL1-5C5 BlockL2-5C6 #> 3432 True BlockL1-5C5 BlockL2-5C6 #> 3433 True BlockL1-5C5 BlockL2-5C6 #> 3434 True BlockL1-5C5 BlockL2-5C6 #> 3435 True BlockL1-5C5 BlockL2-5C6 #> 3436 True BlockL1-5C5 BlockL2-5C6 #> 3437 True BlockL1-5C5 BlockL2-5C6 #> 3438 True BlockL1-5C5 BlockL2-5C6 #> 3439 True BlockL1-5C5 BlockL2-5C6 #> 3440 True BlockL1-5C5 BlockL2-5C6 #> 3441 True BlockL1-5C5 BlockL2-5C6 #> 3442 True BlockL1-5C5 BlockL2-5C6 #> 3443 True BlockL1-5C5 BlockL2-5C6 #> 3444 True BlockL1-5C5 BlockL2-5C6 #> 3445 True BlockL1-5C5 BlockL2-5C6 #> 3446 True BlockL1-5C5 BlockL2-5C6 #> 3447 True BlockL1-5C5 BlockL2-5C6 #> 3448 True BlockL1-5C5 BlockL2-5C6 #> 3449 True BlockL1-5C5 BlockL2-5C6 #> 3450 True BlockL1-5C5 BlockL2-5C6 #> 3451 True BlockL1-5C5 BlockL2-5C6 #> 3452 True BlockL1-5C5 BlockL2-5C6 #> 3453 True BlockL1-5C5 BlockL2-5C6 #> 3454 True BlockL1-5C5 BlockL2-5C6 #> 3455 True BlockL1-5C5 BlockL2-5C6 #> 3456 True BlockL1-5C5 BlockL2-5C6 #> 3457 True BlockL1-5C5 BlockL2-5C6 #> 3458 True BlockL1-5C5 BlockL2-5C6 #> 3459 True BlockL1-5C5 BlockL2-5C6 #> 3460 True BlockL1-5C5 BlockL2-5C6 #> 3461 True BlockL1-5C5 BlockL2-5C6 #> 3462 True BlockL1-5C5 BlockL2-5C6 #> 3463 BlockL1-5C5 #> 3464 True BlockL1-5C5 BlockL2-5C7 #> 3465 True BlockL1-5C5 BlockL2-5C7 #> 3466 True BlockL1-5C5 BlockL2-5C7 #> 3467 True BlockL1-5C5 BlockL2-5C7 #> 3468 True BlockL1-5C5 BlockL2-5C7 #> 3469 True BlockL1-5C5 BlockL2-5C7 #> 3470 True BlockL1-5C5 BlockL2-5C7 #> 3471 True BlockL1-5C5 BlockL2-5C7 #> 3472 True BlockL1-5C5 BlockL2-5C7 #> 3473 True BlockL1-5C5 BlockL2-5C7 #> 3474 True BlockL1-5C5 BlockL2-5C7 #> 3475 True BlockL1-5C5 BlockL2-5C7 #> 3476 True BlockL1-5C5 BlockL2-5C7 #> 3477 True BlockL1-5C5 BlockL2-5C7 #> 3478 True BlockL1-5C5 BlockL2-5C7 #> 3479 True BlockL1-5C5 BlockL2-5C7 #> 3480 True BlockL1-5C5 BlockL2-5C7 #> 3481 True BlockL1-5C5 BlockL2-5C7 #> 3482 True BlockL1-5C5 BlockL2-5C7 #> 3483 True BlockL1-5C5 BlockL2-5C7 #> 3484 BlockL1-5C5 #> 3485 True BlockL1-5C5 BlockL2-5C8 #> 3486 True BlockL1-5C5 BlockL2-5C8 #> 3487 True BlockL1-5C5 BlockL2-5C8 #> 3488 True BlockL1-5C5 BlockL2-5C8 #> 3489 True BlockL1-5C5 BlockL2-5C8 #> 3490 True BlockL1-5C5 BlockL2-5C8 #> 3491 True BlockL1-5C5 BlockL2-5C8 #> 3492 True BlockL1-5C5 BlockL2-5C8 #> 3493 True BlockL1-5C5 BlockL2-5C8 #> 3494 True BlockL1-5C5 BlockL2-5C8 #> 3495 True BlockL1-5C5 BlockL2-5C8 #> 3496 True BlockL1-5C5 BlockL2-5C8 #> 3497 True BlockL1-5C5 BlockL2-5C8 #> 3498 True BlockL1-5C5 BlockL2-5C8 #> 3499 True BlockL1-5C5 BlockL2-5C8 #> 3500 True BlockL1-5C5 BlockL2-5C8 #> 3501 True BlockL1-5C5 BlockL2-5C8 #> 3502 True BlockL1-5C5 #> 3503 True BlockL1-5C5 #> 3504 True BlockL1-5C5 #> 3505 True BlockL1-5C5 #> 3506 True BlockL1-5C5 #> 3507 True BlockL1-5C5 #> 3508 True BlockL1-5C5 #> 3509 True BlockL1-5C5 #> 3510 True BlockL1-5C5 #> 3511 BlockL1-5C5 #> 3512 True BlockL1-5C5 BlockL2-5D0 #> 3513 True BlockL1-5C5 BlockL2-5D0 #> 3514 True BlockL1-5C5 BlockL2-5D0 #> 3515 True BlockL1-5C5 BlockL2-5D0 #> 3516 True BlockL1-5C5 BlockL2-5D0 #> 3517 True BlockL1-5C5 BlockL2-5D0 #> 3518 True BlockL1-5C5 BlockL2-5D0 #> 3519 True BlockL1-5C5 BlockL2-5D0 #> 3520 True BlockL1-5C5 BlockL2-5D0 #> 3521 True BlockL1-5C5 BlockL2-5D0 #> 3522 True BlockL1-5C5 BlockL2-5D0 #> 3523 False BlockL1-5C5 BlockL2-5D0 #> 3524 True BlockL1-5C5 BlockL2-5D0 #> 3525 True BlockL1-5C5 #> 3526 #> 3527 True BlockL1-5D4 #> 3528 True BlockL1-5D4 #> 3529 True BlockL1-5D4 #> 3530 True BlockL1-5D4 #> 3531 True BlockL1-5D4 #> 3532 True BlockL1-5D4 #> 3533 True BlockL1-5D4 #> 3534 True BlockL1-5D4 #> 3535 True BlockL1-5D4 #> 3536 True BlockL1-5D4 #> 3537 True BlockL1-5D4 #> 3538 True BlockL1-5D4 #> 3539 True BlockL1-5D4 #> 3540 #> 3541 #> 3542 True BlockL1-6A0 #> 3543 True BlockL1-6A0 #> 3544 True BlockL1-6A0 #> 3545 True BlockL1-6A0 #> 3546 True BlockL1-6A0 #> 3547 True BlockL1-6A0 #> 3548 True BlockL1-6A0 #> 3549 True BlockL1-6A0 #> 3550 True BlockL1-6A0 #> 3551 True BlockL1-6A0 #> 3552 True BlockL1-6A0 #> 3553 True BlockL1-6A0 #> 3554 True BlockL1-6A0 #> 3555 True BlockL1-6A0 #> 3556 True BlockL1-6A0 #> 3557 True BlockL1-6A0 #> 3558 True BlockL1-6A0 #> 3559 True BlockL1-6A0 #> 3560 True BlockL1-6A0 #> 3561 True BlockL1-6A0 #> 3562 True BlockL1-6A0 #> 3563 True BlockL1-6A0 #> 3564 True BlockL1-6A0 #> 3565 True BlockL1-6A0 #> 3566 True BlockL1-6A0 #> 3567 True BlockL1-6A0 #> 3568 True BlockL1-6A0 #> 3569 True BlockL1-6A0 #> 3570 True BlockL1-6A0 #> 3571 True BlockL1-6A0 #> 3572 True BlockL1-6A0 #> 3573 True BlockL1-6A0 #> 3574 True BlockL1-6A0 #> 3575 True BlockL1-6A0 #> 3576 True BlockL1-6A0 #> 3577 True BlockL1-6A0 #> 3578 True BlockL1-6A0 #> 3579 True BlockL1-6A0 #> 3580 True BlockL1-6A0 #> 3581 True BlockL1-6A0 #> 3582 True BlockL1-6A0 #> 3583 True BlockL1-6A0 #> 3584 True BlockL1-6A0 #> 3585 True BlockL1-6A0 #> 3586 #> 3587 True BlockL1-6A2 #> 3588 True BlockL1-6A2 #> 3589 True BlockL1-6A2 #> 3590 True BlockL1-6A2 #> 3591 True BlockL1-6A2 #> 3592 True BlockL1-6A2 #> 3593 True BlockL1-6A2 #> 3594 True BlockL1-6A2 #> 3595 True BlockL1-6A2 #> 3596 True BlockL1-6A2 #> 3597 True BlockL1-6A2 #> 3598 True BlockL1-6A2 #> 3599 True BlockL1-6A2 #> 3600 True BlockL1-6A2 #> 3601 True BlockL1-6A2 #> 3602 True BlockL1-6A2 #> 3603 True BlockL1-6A2 #> 3604 True BlockL1-6A2 #> 3605 True BlockL1-6A2 #> 3606 True BlockL1-6A2 #> 3607 True BlockL1-6A2 #> 3608 True BlockL1-6A2 #> 3609 True BlockL1-6A2 #> 3610 True BlockL1-6A2 #> 3611 True BlockL1-6A2 #> 3612 True BlockL1-6A2 #> 3613 True BlockL1-6A2 #> 3614 True BlockL1-6A2 #> 3615 True BlockL1-6A2 #> 3616 True BlockL1-6A2 #> 3617 True BlockL1-6A2 #> 3618 True BlockL1-6A2 #> 3619 True BlockL1-6A2 #> 3620 True BlockL1-6A2 #> 3621 True BlockL1-6A2 #> 3622 True BlockL1-6A2 #> 3623 True BlockL1-6A2 #> 3624 True BlockL1-6A2 #> 3625 True BlockL1-6A2 #> 3626 True BlockL1-6A2 #> 3627 True BlockL1-6A2 #> 3628 True BlockL1-6A2 #> 3629 True BlockL1-6A2 #> 3630 True BlockL1-6A2 #> 3631 True BlockL1-6A2 #> 3632 True BlockL1-6A2 #> 3633 True BlockL1-6A2 #> 3634 True BlockL1-6A2 #> 3635 True BlockL1-6A2 #> 3636 True BlockL1-6A2 #> 3637 True BlockL1-6A2 #> 3638 True BlockL1-6A2 #> 3639 True BlockL1-6A2 #> 3640 True BlockL1-6A2 #> 3641 True BlockL1-6A2 #> 3642 False BlockL1-6A2 #> 3643 False BlockL1-6A2 #> 3644 False BlockL1-6A2 #> 3645 False BlockL1-6A2 #> 3646 False BlockL1-6A2 #> 3647 False BlockL1-6A2 #> 3648 False BlockL1-6A2 #> 3649 True BlockL1-6A2 #> 3650 True BlockL1-6A2 #> 3651 #> 3652 True BlockL1-6A4 #> 3653 True BlockL1-6A4 #> 3654 True BlockL1-6A4 #> 3655 #> 3656 BlockL1-6A6 #> 3657 True BlockL1-6A6 BlockL2-6A6 #> 3658 True BlockL1-6A6 BlockL2-6A6 #> 3659 True BlockL1-6A6 BlockL2-6A6 #> 3660 True BlockL1-6A6 BlockL2-6A6 #> 3661 True BlockL1-6A6 BlockL2-6A6 #> 3662 True BlockL1-6A6 BlockL2-6A6 #> 3663 True BlockL1-6A6 BlockL2-6A6 #> 3664 True BlockL1-6A6 BlockL2-6A6 #> 3665 True BlockL1-6A6 BlockL2-6A6 #> 3666 True BlockL1-6A6 BlockL2-6A6 #> 3667 True BlockL1-6A6 BlockL2-6A6 #> 3668 True BlockL1-6A6 BlockL2-6A6 #> 3669 True BlockL1-6A6 BlockL2-6A6 #> 3670 True BlockL1-6A6 BlockL2-6A6 #> 3671 True BlockL1-6A6 BlockL2-6A6 #> 3672 True BlockL1-6A6 BlockL2-6A6 #> 3673 True BlockL1-6A6 BlockL2-6A6 #> 3674 True BlockL1-6A6 BlockL2-6A6 #> 3675 True BlockL1-6A6 BlockL2-6A6 #> 3676 True BlockL1-6A6 BlockL2-6A6 #> 3677 True BlockL1-6A6 BlockL2-6A6 #> 3678 True BlockL1-6A6 BlockL2-6A6 #> 3679 True BlockL1-6A6 BlockL2-6A6 #> 3680 True BlockL1-6A6 BlockL2-6A6 #> 3681 True BlockL1-6A6 BlockL2-6A6 #> 3682 True BlockL1-6A6 BlockL2-6A6 #> 3683 True BlockL1-6A6 BlockL2-6A6 #> 3684 True BlockL1-6A6 BlockL2-6A6 #> 3685 True BlockL1-6A6 BlockL2-6A6 #> 3686 True BlockL1-6A6 BlockL2-6A6 #> 3687 True BlockL1-6A6 BlockL2-6A6 #> 3688 True BlockL1-6A6 BlockL2-6A6 #> 3689 True BlockL1-6A6 BlockL2-6A6 #> 3690 True BlockL1-6A6 BlockL2-6A6 #> 3691 True BlockL1-6A6 BlockL2-6A6 #> 3692 True BlockL1-6A6 BlockL2-6A6 #> 3693 BlockL1-6A6 #> 3694 True BlockL1-6A6 BlockL2-6A7 #> 3695 True BlockL1-6A6 BlockL2-6A7 #> 3696 True BlockL1-6A6 BlockL2-6A7 #> 3697 True BlockL1-6A6 BlockL2-6A7 #> 3698 True BlockL1-6A6 BlockL2-6A7 #> 3699 True BlockL1-6A6 BlockL2-6A7 #> 3700 True BlockL1-6A6 BlockL2-6A7 #> 3701 True BlockL1-6A6 BlockL2-6A7 #> 3702 True BlockL1-6A6 BlockL2-6A7 #> 3703 True BlockL1-6A6 BlockL2-6A7 #> 3704 True BlockL1-6A6 BlockL2-6A7 #> 3705 True BlockL1-6A6 BlockL2-6A7 #> 3706 True BlockL1-6A6 BlockL2-6A7 #> 3707 True BlockL1-6A6 BlockL2-6A7 #> 3708 True BlockL1-6A6 BlockL2-6A7 #> 3709 True BlockL1-6A6 BlockL2-6A7 #> 3710 True BlockL1-6A6 BlockL2-6A7 #> 3711 True BlockL1-6A6 BlockL2-6A7 #> 3712 True BlockL1-6A6 BlockL2-6A7 #> 3713 True BlockL1-6A6 BlockL2-6A7 #> 3714 True BlockL1-6A6 BlockL2-6A7 #> 3715 True BlockL1-6A6 BlockL2-6A7 #> 3716 True BlockL1-6A6 BlockL2-6A7 #> 3717 True BlockL1-6A6 BlockL2-6A7 #> 3718 True BlockL1-6A6 BlockL2-6A7 #> 3719 True BlockL1-6A6 BlockL2-6A7 #> 3720 True BlockL1-6A6 #> 3721 True BlockL1-6A6 #> 3722 True BlockL1-6A6 #> 3723 True BlockL1-6A6 #> 3724 True BlockL1-6A6 #> 3725 True BlockL1-6A6 #> 3726 True BlockL1-6A6 #> 3727 True BlockL1-6A6 #> 3728 True BlockL1-6A6 #> 3729 #> 3730 True BlockL1-6B0 #> 3731 True BlockL1-6B0 #> 3732 True BlockL1-6B0 #> 3733 True BlockL1-6B0 #> 3734 True BlockL1-6B0 #> 3735 True BlockL1-6B0 #> 3736 True BlockL1-6B0 #> 3737 True BlockL1-6B0 #> 3738 True BlockL1-6B0 #> 3739 #> 3740 True BlockL1-6B2 #> 3741 True BlockL1-6B2 #> 3742 True BlockL1-6B2 #> 3743 True BlockL1-6B2 #> 3744 True BlockL1-6B2 #> 3745 True BlockL1-6B2 #> 3746 True BlockL1-6B2 #> 3747 True BlockL1-6B2 #> 3748 True BlockL1-6B2 #> 3749 True BlockL1-6B2 #> 3750 True BlockL1-6B2 #> 3751 True BlockL1-6B2 #> 3752 True BlockL1-6B2 #> 3753 True BlockL1-6B2 #> 3754 True BlockL1-6B2 #> 3755 True BlockL1-6B2 #> 3756 True BlockL1-6B2 #> 3757 True BlockL1-6B2 #> 3758 True BlockL1-6B2 #> 3759 True BlockL1-6B2 #> 3760 True BlockL1-6B2 #> 3761 True BlockL1-6B2 #> 3762 True BlockL1-6B2 #> 3763 True BlockL1-6B2 #> 3764 True BlockL1-6B2 #> 3765 True BlockL1-6B2 #> 3766 True BlockL1-6B2 #> 3767 #> 3768 True BlockL1-6B4 #> 3769 True BlockL1-6B4 #> 3770 True BlockL1-6B4 #> 3771 True BlockL1-6B4 #> 3772 True BlockL1-6B4 #> 3773 True BlockL1-6B4 #> 3774 True BlockL1-6B4 #> 3775 True BlockL1-6B4 #> 3776 #> 3777 True BlockL1-6B6 #> 3778 True BlockL1-6B6 #> 3779 True BlockL1-6B6 #> 3780 True BlockL1-6B6 #> 3781 True BlockL1-6B6 #> 3782 True BlockL1-6B6 #> 3783 True BlockL1-6B6 #> 3784 True BlockL1-6B6 #> 3785 True BlockL1-6B6 #> 3786 True BlockL1-6B6 #> 3787 True BlockL1-6B6 #> 3788 True BlockL1-6B6 #> 3789 True BlockL1-6B6 #> 3790 True BlockL1-6B6 #> 3791 True BlockL1-6B6 #> 3792 True BlockL1-6B6 #> 3793 True BlockL1-6B6 #> 3794 True BlockL1-6B6 #> 3795 True BlockL1-6B6 #> 3796 True BlockL1-6B6 #> 3797 True BlockL1-6B6 #> 3798 True BlockL1-6B6 #> 3799 True BlockL1-6B6 #> 3800 True BlockL1-6B6 #> 3801 True BlockL1-6B6 #> 3802 True BlockL1-6B6 #> 3803 True BlockL1-6B6 #> 3804 True BlockL1-6B6 #> 3805 True BlockL1-6B6 #> 3806 True BlockL1-6B6 #> 3807 True BlockL1-6B6 #> 3808 True BlockL1-6B6 #> 3809 #> 3810 True BlockL1-6B8 #> 3811 True BlockL1-6B8 #> 3812 True BlockL1-6B8 #> 3813 True BlockL1-6B8 #> 3814 True BlockL1-6B8 #> 3815 True BlockL1-6B8 #> 3816 True BlockL1-6B8 #> 3817 True BlockL1-6B8 #> 3818 True BlockL1-6B8 #> 3819 True BlockL1-6B8 #> 3820 True BlockL1-6B8 #> 3821 True BlockL1-6B8 #> 3822 True BlockL1-6B8 #> 3823 True BlockL1-6B8 #> 3824 True BlockL1-6B8 #> 3825 True BlockL1-6B8 #> 3826 True BlockL1-6B8 #> 3827 True BlockL1-6B8 #> 3828 True BlockL1-6B8 #> 3829 #> 3830 True BlockL1-6C0 #> 3831 True BlockL1-6C0 #> 3832 True BlockL1-6C0 #> 3833 True BlockL1-6C0 #> 3834 True BlockL1-6C0 #> 3835 True BlockL1-6C0 #> 3836 True BlockL1-6C0 #> 3837 True BlockL1-6C0 #> 3838 True BlockL1-6C0 #> 3839 True BlockL1-6C0 #> 3840 #> 3841 True BlockL1-6C2 #> 3842 True BlockL1-6C2 #> 3843 True BlockL1-6C2 #> 3844 True BlockL1-6C2 #> 3845 True BlockL1-6C2 #> 3846 True BlockL1-6C2 #> 3847 True BlockL1-6C2 #> 3848 True BlockL1-6C2 #> 3849 #> 3850 BlockL1-6C4 #> 3851 True BlockL1-6C4 BlockL2-6C4 #> 3852 True BlockL1-6C4 BlockL2-6C4 #> 3853 True BlockL1-6C4 BlockL2-6C4 #> 3854 True BlockL1-6C4 BlockL2-6C4 #> 3855 True BlockL1-6C4 BlockL2-6C4 #> 3856 True BlockL1-6C4 BlockL2-6C4 #> 3857 True BlockL1-6C4 BlockL2-6C4 #> 3858 True BlockL1-6C4 BlockL2-6C4 #> 3859 True BlockL1-6C4 BlockL2-6C4 #> 3860 True BlockL1-6C4 BlockL2-6C4 #> 3861 True BlockL1-6C4 BlockL2-6C4 #> 3862 True BlockL1-6C4 BlockL2-6C4 #> 3863 True BlockL1-6C4 BlockL2-6C4 #> 3864 True BlockL1-6C4 BlockL2-6C4 #> 3865 True BlockL1-6C4 BlockL2-6C4 #> 3866 True BlockL1-6C4 BlockL2-6C4 #> 3867 True BlockL1-6C4 BlockL2-6C4 #> 3868 True BlockL1-6C4 BlockL2-6C4 #> 3869 True BlockL1-6C4 BlockL2-6C4 #> 3870 True BlockL1-6C4 BlockL2-6C4 #> 3871 True BlockL1-6C4 BlockL2-6C4 #> 3872 True BlockL1-6C4 BlockL2-6C4 #> 3873 True BlockL1-6C4 BlockL2-6C4 #> 3874 True BlockL1-6C4 BlockL2-6C4 #> 3875 True BlockL1-6C4 BlockL2-6C4 #> 3876 True BlockL1-6C4 BlockL2-6C4 #> 3877 True BlockL1-6C4 BlockL2-6C4 #> 3878 True BlockL1-6C4 BlockL2-6C4 #> 3879 True BlockL1-6C4 BlockL2-6C4 #> 3880 True BlockL1-6C4 BlockL2-6C4 #> 3881 True BlockL1-6C4 BlockL2-6C4 #> 3882 True BlockL1-6C4 BlockL2-6C4 #> 3883 True BlockL1-6C4 BlockL2-6C4 #> 3884 True BlockL1-6C4 BlockL2-6C4 #> 3885 True BlockL1-6C4 BlockL2-6C4 #> 3886 True BlockL1-6C4 BlockL2-6C4 #> 3887 True BlockL1-6C4 BlockL2-6C4 #> 3888 True BlockL1-6C4 BlockL2-6C4 #> 3889 True BlockL1-6C4 BlockL2-6C4 #> 3890 True BlockL1-6C4 BlockL2-6C4 #> 3891 True BlockL1-6C4 BlockL2-6C4 #> 3892 True BlockL1-6C4 BlockL2-6C4 #> 3893 True BlockL1-6C4 BlockL2-6C4 #> 3894 True BlockL1-6C4 BlockL2-6C4 #> 3895 True BlockL1-6C4 BlockL2-6C4 #> 3896 True BlockL1-6C4 BlockL2-6C4 #> 3897 True BlockL1-6C4 BlockL2-6C4 #> 3898 True BlockL1-6C4 BlockL2-6C4 #> 3899 True BlockL1-6C4 BlockL2-6C4 #> 3900 True BlockL1-6C4 BlockL2-6C4 #> 3901 True BlockL1-6C4 BlockL2-6C4 #> 3902 True BlockL1-6C4 BlockL2-6C4 #> 3903 True BlockL1-6C4 BlockL2-6C4 #> 3904 True BlockL1-6C4 BlockL2-6C4 #> 3905 True BlockL1-6C4 BlockL2-6C4 #> 3906 True BlockL1-6C4 BlockL2-6C4 #> 3907 True BlockL1-6C4 BlockL2-6C4 #> 3908 True BlockL1-6C4 BlockL2-6C4 #> 3909 True BlockL1-6C4 BlockL2-6C4 #> 3910 True BlockL1-6C4 BlockL2-6C4 #> 3911 True BlockL1-6C4 BlockL2-6C4 #> 3912 True BlockL1-6C4 BlockL2-6C4 #> 3913 True BlockL1-6C4 BlockL2-6C4 #> 3914 True BlockL1-6C4 BlockL2-6C4 #> 3915 True BlockL1-6C4 BlockL2-6C4 #> 3916 True BlockL1-6C4 BlockL2-6C4 #> 3917 True BlockL1-6C4 BlockL2-6C4 #> 3918 True BlockL1-6C4 BlockL2-6C4 #> 3919 True BlockL1-6C4 BlockL2-6C4 #> 3920 True BlockL1-6C4 BlockL2-6C4 #> 3921 True BlockL1-6C4 BlockL2-6C4 #> 3922 True BlockL1-6C4 BlockL2-6C4 #> 3923 True BlockL1-6C4 BlockL2-6C4 #> 3924 True BlockL1-6C4 BlockL2-6C4 #> 3925 True BlockL1-6C4 BlockL2-6C4 #> 3926 True BlockL1-6C4 BlockL2-6C4 #> 3927 True BlockL1-6C4 BlockL2-6C4 #> 3928 True BlockL1-6C4 BlockL2-6C4 #> 3929 True BlockL1-6C4 BlockL2-6C4 #> 3930 True BlockL1-6C4 BlockL2-6C4 #> 3931 True BlockL1-6C4 BlockL2-6C4 #> 3932 True BlockL1-6C4 BlockL2-6C4 #> 3933 True BlockL1-6C4 BlockL2-6C4 #> 3934 True BlockL1-6C4 BlockL2-6C4 #> 3935 True BlockL1-6C4 BlockL2-6C4 #> 3936 True BlockL1-6C4 BlockL2-6C4 #> 3937 True BlockL1-6C4 BlockL2-6C4 #> 3938 True BlockL1-6C4 BlockL2-6C4 #> 3939 True BlockL1-6C4 BlockL2-6C4 #> 3940 True BlockL1-6C4 BlockL2-6C4 #> 3941 True BlockL1-6C4 BlockL2-6C4 #> 3942 True BlockL1-6C4 BlockL2-6C4 #> 3943 True BlockL1-6C4 BlockL2-6C4 #> 3944 True BlockL1-6C4 BlockL2-6C4 #> 3945 True BlockL1-6C4 BlockL2-6C4 #> 3946 True BlockL1-6C4 BlockL2-6C4 #> 3947 True BlockL1-6C4 BlockL2-6C4 #> 3948 True BlockL1-6C4 BlockL2-6C4 #> 3949 True BlockL1-6C4 BlockL2-6C4 #> 3950 True BlockL1-6C4 BlockL2-6C4 #> 3951 True BlockL1-6C4 BlockL2-6C4 #> 3952 True BlockL1-6C4 BlockL2-6C4 #> 3953 True BlockL1-6C4 BlockL2-6C4 #> 3954 True BlockL1-6C4 BlockL2-6C4 #> 3955 True BlockL1-6C4 BlockL2-6C4 #> 3956 True BlockL1-6C4 BlockL2-6C4 #> 3957 True BlockL1-6C4 BlockL2-6C4 #> 3958 True BlockL1-6C4 BlockL2-6C4 #> 3959 True BlockL1-6C4 BlockL2-6C4 #> 3960 True BlockL1-6C4 BlockL2-6C4 #> 3961 True BlockL1-6C4 BlockL2-6C4 #> 3962 True BlockL1-6C4 BlockL2-6C4 #> 3963 True BlockL1-6C4 BlockL2-6C4 #> 3964 True BlockL1-6C4 BlockL2-6C4 #> 3965 True BlockL1-6C4 BlockL2-6C4 #> 3966 True BlockL1-6C4 BlockL2-6C4 #> 3967 True BlockL1-6C4 BlockL2-6C4 #> 3968 True BlockL1-6C4 BlockL2-6C4 #> 3969 True BlockL1-6C4 BlockL2-6C4 #> 3970 True BlockL1-6C4 BlockL2-6C4 #> 3971 True BlockL1-6C4 BlockL2-6C4 #> 3972 True BlockL1-6C4 BlockL2-6C4 #> 3973 True BlockL1-6C4 BlockL2-6C4 #> 3974 True BlockL1-6C4 BlockL2-6C4 #> 3975 True BlockL1-6C4 BlockL2-6C4 #> 3976 True BlockL1-6C4 BlockL2-6C4 #> 3977 True BlockL1-6C4 BlockL2-6C4 #> 3978 True BlockL1-6C4 BlockL2-6C4 #> 3979 True BlockL1-6C4 BlockL2-6C4 #> 3980 True BlockL1-6C4 BlockL2-6C4 #> 3981 True BlockL1-6C4 BlockL2-6C4 #> 3982 True BlockL1-6C4 BlockL2-6C4 #> 3983 True BlockL1-6C4 BlockL2-6C4 #> 3984 True BlockL1-6C4 BlockL2-6C4 #> 3985 True BlockL1-6C4 BlockL2-6C4 #> 3986 True BlockL1-6C4 BlockL2-6C4 #> 3987 True BlockL1-6C4 BlockL2-6C4 #> 3988 True BlockL1-6C4 BlockL2-6C4 #> 3989 True BlockL1-6C4 BlockL2-6C4 #> 3990 True BlockL1-6C4 BlockL2-6C4 #> 3991 True BlockL1-6C4 BlockL2-6C4 #> 3992 True BlockL1-6C4 BlockL2-6C4 #> 3993 True BlockL1-6C4 BlockL2-6C4 #> 3994 True BlockL1-6C4 BlockL2-6C4 #> 3995 True BlockL1-6C4 BlockL2-6C4 #> 3996 True BlockL1-6C4 BlockL2-6C4 #> 3997 True BlockL1-6C4 BlockL2-6C4 #> 3998 True BlockL1-6C4 BlockL2-6C4 #> 3999 True BlockL1-6C4 BlockL2-6C4 #> 4000 True BlockL1-6C4 BlockL2-6C4 #> 4001 True BlockL1-6C4 BlockL2-6C4 #> 4002 True BlockL1-6C4 BlockL2-6C4 #> 4003 True BlockL1-6C4 BlockL2-6C4 #> 4004 True BlockL1-6C4 BlockL2-6C4 #> 4005 True BlockL1-6C4 BlockL2-6C4 #> 4006 True BlockL1-6C4 BlockL2-6C4 #> 4007 True BlockL1-6C4 BlockL2-6C4 #> 4008 True BlockL1-6C4 BlockL2-6C4 #> 4009 True BlockL1-6C4 BlockL2-6C4 #> 4010 True BlockL1-6C4 BlockL2-6C4 #> 4011 True BlockL1-6C4 BlockL2-6C4 #> 4012 True BlockL1-6C4 BlockL2-6C4 #> 4013 True BlockL1-6C4 BlockL2-6C4 #> 4014 True BlockL1-6C4 BlockL2-6C4 #> 4015 True BlockL1-6C4 BlockL2-6C4 #> 4016 True BlockL1-6C4 BlockL2-6C4 #> 4017 True BlockL1-6C4 BlockL2-6C4 #> 4018 True BlockL1-6C4 BlockL2-6C4 #> 4019 True BlockL1-6C4 BlockL2-6C4 #> 4020 True BlockL1-6C4 BlockL2-6C4 #> 4021 True BlockL1-6C4 BlockL2-6C4 #> 4022 True BlockL1-6C4 BlockL2-6C4 #> 4023 True BlockL1-6C4 BlockL2-6C4 #> 4024 True BlockL1-6C4 BlockL2-6C4 #> 4025 True BlockL1-6C4 BlockL2-6C4 #> 4026 True BlockL1-6C4 BlockL2-6C4 #> 4027 True BlockL1-6C4 BlockL2-6C4 #> 4028 True BlockL1-6C4 BlockL2-6C4 #> 4029 True BlockL1-6C4 BlockL2-6C4 #> 4030 True BlockL1-6C4 BlockL2-6C4 #> 4031 True BlockL1-6C4 BlockL2-6C4 #> 4032 True BlockL1-6C4 BlockL2-6C4 #> 4033 True BlockL1-6C4 BlockL2-6C4 #> 4034 True BlockL1-6C4 BlockL2-6C4 #> 4035 True BlockL1-6C4 BlockL2-6C4 #> 4036 True BlockL1-6C4 BlockL2-6C4 #> 4037 True BlockL1-6C4 BlockL2-6C4 #> 4038 True BlockL1-6C4 BlockL2-6C4 #> 4039 True BlockL1-6C4 BlockL2-6C4 #> 4040 True BlockL1-6C4 BlockL2-6C4 #> 4041 True BlockL1-6C4 BlockL2-6C4 #> 4042 True BlockL1-6C4 BlockL2-6C4 #> 4043 True BlockL1-6C4 BlockL2-6C4 #> 4044 True BlockL1-6C4 BlockL2-6C4 #> 4045 True BlockL1-6C4 BlockL2-6C4 #> 4046 True BlockL1-6C4 BlockL2-6C4 #> 4047 True BlockL1-6C4 BlockL2-6C4 #> 4048 True BlockL1-6C4 BlockL2-6C4 #> 4049 True BlockL1-6C4 BlockL2-6C4 #> 4050 True BlockL1-6C4 BlockL2-6C4 #> 4051 True BlockL1-6C4 BlockL2-6C4 #> 4052 True BlockL1-6C4 BlockL2-6C4 #> 4053 True BlockL1-6C4 BlockL2-6C4 #> 4054 True BlockL1-6C4 BlockL2-6C4 #> 4055 True BlockL1-6C4 BlockL2-6C4 #> 4056 True BlockL1-6C4 BlockL2-6C4 #> 4057 True BlockL1-6C4 BlockL2-6C4 #> 4058 True BlockL1-6C4 BlockL2-6C4 #> 4059 True BlockL1-6C4 BlockL2-6C4 #> 4060 True BlockL1-6C4 BlockL2-6C4 #> 4061 True BlockL1-6C4 BlockL2-6C4 #> 4062 True BlockL1-6C4 BlockL2-6C4 #> 4063 True BlockL1-6C4 BlockL2-6C4 #> 4064 True BlockL1-6C4 BlockL2-6C4 #> 4065 True BlockL1-6C4 BlockL2-6C4 #> 4066 True BlockL1-6C4 BlockL2-6C4 #> 4067 True BlockL1-6C4 BlockL2-6C4 #> 4068 True BlockL1-6C4 BlockL2-6C4 #> 4069 True BlockL1-6C4 BlockL2-6C4 #> 4070 True BlockL1-6C4 BlockL2-6C4 #> 4071 True BlockL1-6C4 BlockL2-6C4 #> 4072 True BlockL1-6C4 BlockL2-6C4 #> 4073 True BlockL1-6C4 BlockL2-6C4 #> 4074 True BlockL1-6C4 BlockL2-6C4 #> 4075 True BlockL1-6C4 BlockL2-6C4 #> 4076 True BlockL1-6C4 BlockL2-6C4 #> 4077 True BlockL1-6C4 BlockL2-6C4 #> 4078 True BlockL1-6C4 BlockL2-6C4 #> 4079 True BlockL1-6C4 BlockL2-6C4 #> 4080 True BlockL1-6C4 BlockL2-6C4 #> 4081 True BlockL1-6C4 BlockL2-6C4 #> 4082 True BlockL1-6C4 BlockL2-6C4 #> 4083 True BlockL1-6C4 BlockL2-6C4 #> 4084 True BlockL1-6C4 BlockL2-6C4 #> 4085 True BlockL1-6C4 BlockL2-6C4 #> 4086 True BlockL1-6C4 BlockL2-6C4 #> 4087 True BlockL1-6C4 BlockL2-6C4 #> 4088 True BlockL1-6C4 BlockL2-6C4 #> 4089 True BlockL1-6C4 BlockL2-6C4 #> 4090 True BlockL1-6C4 BlockL2-6C4 #> 4091 True BlockL1-6C4 BlockL2-6C4 #> 4092 True BlockL1-6C4 BlockL2-6C4 #> 4093 True BlockL1-6C4 BlockL2-6C4 #> 4094 True BlockL1-6C4 BlockL2-6C4 #> 4095 True BlockL1-6C4 BlockL2-6C4 #> 4096 True BlockL1-6C4 BlockL2-6C4 #> 4097 True BlockL1-6C4 BlockL2-6C4 #> 4098 True BlockL1-6C4 BlockL2-6C4 #> 4099 True BlockL1-6C4 BlockL2-6C4 #> 4100 True BlockL1-6C4 BlockL2-6C4 #> 4101 True BlockL1-6C4 BlockL2-6C4 #> 4102 True BlockL1-6C4 BlockL2-6C4 #> 4103 True BlockL1-6C4 BlockL2-6C4 #> 4104 True BlockL1-6C4 BlockL2-6C4 #> 4105 True BlockL1-6C4 BlockL2-6C4 #> 4106 True BlockL1-6C4 BlockL2-6C4 #> 4107 True BlockL1-6C4 BlockL2-6C4 #> 4108 True BlockL1-6C4 BlockL2-6C4 #> 4109 True BlockL1-6C4 BlockL2-6C4 #> 4110 True BlockL1-6C4 BlockL2-6C4 #> 4111 True BlockL1-6C4 BlockL2-6C4 #> 4112 True BlockL1-6C4 BlockL2-6C4 #> 4113 True BlockL1-6C4 BlockL2-6C4 #> 4114 True BlockL1-6C4 BlockL2-6C4 #> 4115 True BlockL1-6C4 BlockL2-6C4 #> 4116 True BlockL1-6C4 BlockL2-6C4 #> 4117 True BlockL1-6C4 BlockL2-6C4 #> 4118 True BlockL1-6C4 BlockL2-6C4 #> 4119 True BlockL1-6C4 BlockL2-6C4 #> 4120 True BlockL1-6C4 BlockL2-6C4 #> 4121 True BlockL1-6C4 BlockL2-6C4 #> 4122 True BlockL1-6C4 BlockL2-6C4 #> 4123 True BlockL1-6C4 BlockL2-6C4 #> 4124 True BlockL1-6C4 BlockL2-6C4 #> 4125 True BlockL1-6C4 BlockL2-6C4 #> 4126 True BlockL1-6C4 BlockL2-6C4 #> 4127 True BlockL1-6C4 BlockL2-6C4 #> 4128 True BlockL1-6C4 BlockL2-6C4 #> 4129 True BlockL1-6C4 BlockL2-6C4 #> 4130 True BlockL1-6C4 BlockL2-6C4 #> 4131 True BlockL1-6C4 BlockL2-6C4 #> 4132 True BlockL1-6C4 BlockL2-6C4 #> 4133 True BlockL1-6C4 BlockL2-6C4 #> 4134 True BlockL1-6C4 BlockL2-6C4 #> 4135 True BlockL1-6C4 BlockL2-6C4 #> 4136 True BlockL1-6C4 BlockL2-6C4 #> 4137 True BlockL1-6C4 BlockL2-6C4 #> 4138 True BlockL1-6C4 BlockL2-6C4 #> 4139 True BlockL1-6C4 BlockL2-6C4 #> 4140 True BlockL1-6C4 BlockL2-6C4 #> 4141 True BlockL1-6C4 BlockL2-6C4 #> 4142 True BlockL1-6C4 BlockL2-6C4 #> 4143 True BlockL1-6C4 BlockL2-6C4 #> 4144 True BlockL1-6C4 BlockL2-6C4 #> 4145 True BlockL1-6C4 BlockL2-6C4 #> 4146 True BlockL1-6C4 BlockL2-6C4 #> 4147 True BlockL1-6C4 BlockL2-6C4 #> 4148 True BlockL1-6C4 BlockL2-6C4 #> 4149 True BlockL1-6C4 BlockL2-6C4 #> 4150 True BlockL1-6C4 BlockL2-6C4 #> 4151 True BlockL1-6C4 BlockL2-6C4 #> 4152 True BlockL1-6C4 BlockL2-6C4 #> 4153 True BlockL1-6C4 BlockL2-6C4 #> 4154 True BlockL1-6C4 BlockL2-6C4 #> 4155 True BlockL1-6C4 BlockL2-6C4 #> 4156 True BlockL1-6C4 BlockL2-6C4 #> 4157 True BlockL1-6C4 BlockL2-6C4 #> 4158 True BlockL1-6C4 BlockL2-6C4 #> 4159 True BlockL1-6C4 BlockL2-6C4 #> 4160 True BlockL1-6C4 BlockL2-6C4 #> 4161 True BlockL1-6C4 BlockL2-6C4 #> 4162 True BlockL1-6C4 BlockL2-6C4 #> 4163 True BlockL1-6C4 BlockL2-6C4 #> 4164 True BlockL1-6C4 BlockL2-6C4 #> 4165 True BlockL1-6C4 BlockL2-6C4 #> 4166 True BlockL1-6C4 BlockL2-6C4 #> 4167 True BlockL1-6C4 BlockL2-6C4 #> 4168 True BlockL1-6C4 BlockL2-6C4 #> 4169 True BlockL1-6C4 BlockL2-6C4 #> 4170 True BlockL1-6C4 BlockL2-6C4 #> 4171 True BlockL1-6C4 BlockL2-6C4 #> 4172 True BlockL1-6C4 BlockL2-6C4 #> 4173 True BlockL1-6C4 BlockL2-6C4 #> 4174 True BlockL1-6C4 BlockL2-6C4 #> 4175 True BlockL1-6C4 BlockL2-6C4 #> 4176 True BlockL1-6C4 BlockL2-6C4 #> 4177 True BlockL1-6C4 BlockL2-6C4 #> 4178 True BlockL1-6C4 BlockL2-6C4 #> 4179 True BlockL1-6C4 BlockL2-6C4 #> 4180 True BlockL1-6C4 BlockL2-6C4 #> 4181 True BlockL1-6C4 BlockL2-6C4 #> 4182 True BlockL1-6C4 BlockL2-6C4 #> 4183 True BlockL1-6C4 BlockL2-6C4 #> 4184 True BlockL1-6C4 BlockL2-6C4 #> 4185 True BlockL1-6C4 BlockL2-6C4 #> 4186 True BlockL1-6C4 BlockL2-6C4 #> 4187 True BlockL1-6C4 BlockL2-6C4 #> 4188 True BlockL1-6C4 BlockL2-6C4 #> 4189 True BlockL1-6C4 BlockL2-6C4 #> 4190 True BlockL1-6C4 BlockL2-6C4 #> 4191 True BlockL1-6C4 BlockL2-6C4 #> 4192 True BlockL1-6C4 BlockL2-6C4 #> 4193 True BlockL1-6C4 BlockL2-6C4 #> 4194 True BlockL1-6C4 BlockL2-6C4 #> 4195 True BlockL1-6C4 BlockL2-6C4 #> 4196 True BlockL1-6C4 BlockL2-6C4 #> 4197 True BlockL1-6C4 BlockL2-6C4 #> 4198 True BlockL1-6C4 BlockL2-6C4 #> 4199 True BlockL1-6C4 BlockL2-6C4 #> 4200 True BlockL1-6C4 BlockL2-6C4 #> 4201 True BlockL1-6C4 BlockL2-6C4 #> 4202 True BlockL1-6C4 BlockL2-6C4 #> 4203 True BlockL1-6C4 BlockL2-6C4 #> 4204 True BlockL1-6C4 BlockL2-6C4 #> 4205 True BlockL1-6C4 BlockL2-6C4 #> 4206 True BlockL1-6C4 BlockL2-6C4 #> 4207 True BlockL1-6C4 BlockL2-6C4 #> 4208 True BlockL1-6C4 BlockL2-6C4 #> 4209 True BlockL1-6C4 BlockL2-6C4 #> 4210 True BlockL1-6C4 BlockL2-6C4 #> 4211 True BlockL1-6C4 BlockL2-6C4 #> 4212 True BlockL1-6C4 BlockL2-6C4 #> 4213 True BlockL1-6C4 BlockL2-6C4 #> 4214 True BlockL1-6C4 BlockL2-6C4 #> 4215 True BlockL1-6C4 BlockL2-6C4 #> 4216 True BlockL1-6C4 BlockL2-6C4 #> 4217 True BlockL1-6C4 BlockL2-6C4 #> 4218 True BlockL1-6C4 BlockL2-6C4 #> 4219 True BlockL1-6C4 BlockL2-6C4 #> 4220 True BlockL1-6C4 BlockL2-6C4 #> 4221 True BlockL1-6C4 BlockL2-6C4 #> 4222 True BlockL1-6C4 BlockL2-6C4 #> 4223 True BlockL1-6C4 BlockL2-6C4 #> 4224 True BlockL1-6C4 BlockL2-6C4 #> 4225 True BlockL1-6C4 BlockL2-6C4 #> 4226 True BlockL1-6C4 BlockL2-6C4 #> 4227 True BlockL1-6C4 BlockL2-6C4 #> 4228 True BlockL1-6C4 BlockL2-6C4 #> 4229 True BlockL1-6C4 BlockL2-6C4 #> 4230 True BlockL1-6C4 BlockL2-6C4 #> 4231 True BlockL1-6C4 BlockL2-6C4 #> 4232 True BlockL1-6C4 BlockL2-6C4 #> 4233 True BlockL1-6C4 BlockL2-6C4 #> 4234 True BlockL1-6C4 BlockL2-6C4 #> 4235 True BlockL1-6C4 BlockL2-6C4 #> 4236 True BlockL1-6C4 BlockL2-6C4 #> 4237 True BlockL1-6C4 BlockL2-6C4 #> 4238 True BlockL1-6C4 BlockL2-6C4 #> 4239 True BlockL1-6C4 BlockL2-6C4 #> 4240 True BlockL1-6C4 BlockL2-6C4 #> 4241 True BlockL1-6C4 BlockL2-6C4 #> 4242 True BlockL1-6C4 BlockL2-6C4 #> 4243 True BlockL1-6C4 BlockL2-6C4 #> 4244 True BlockL1-6C4 BlockL2-6C4 #> 4245 True BlockL1-6C4 BlockL2-6C4 #> 4246 True BlockL1-6C4 BlockL2-6C4 #> 4247 True BlockL1-6C4 BlockL2-6C4 #> 4248 True BlockL1-6C4 BlockL2-6C4 #> 4249 True BlockL1-6C4 BlockL2-6C4 #> 4250 True BlockL1-6C4 BlockL2-6C4 #> 4251 True BlockL1-6C4 BlockL2-6C4 #> 4252 True BlockL1-6C4 BlockL2-6C4 #> 4253 True BlockL1-6C4 BlockL2-6C4 #> 4254 True BlockL1-6C4 BlockL2-6C4 #> 4255 True BlockL1-6C4 BlockL2-6C4 #> 4256 True BlockL1-6C4 BlockL2-6C4 #> 4257 True BlockL1-6C4 BlockL2-6C4 #> 4258 True BlockL1-6C4 BlockL2-6C4 #> 4259 True BlockL1-6C4 BlockL2-6C4 #> 4260 True BlockL1-6C4 BlockL2-6C4 #> 4261 BlockL1-6C4 #> 4262 True BlockL1-6C4 BlockL2-6C5 #> 4263 True BlockL1-6C4 BlockL2-6C5 #> 4264 True BlockL1-6C4 BlockL2-6C5 #> 4265 True BlockL1-6C4 BlockL2-6C5 #> 4266 True BlockL1-6C4 BlockL2-6C5 #> 4267 True BlockL1-6C4 BlockL2-6C5 #> 4268 True BlockL1-6C4 BlockL2-6C5 #> 4269 True BlockL1-6C4 BlockL2-6C5 #> 4270 True BlockL1-6C4 BlockL2-6C5 #> 4271 True BlockL1-6C4 BlockL2-6C5 #> 4272 #> 4273 True BlockL1-6C7 #> 4274 True BlockL1-6C7 #> 4275 True BlockL1-6C7 #> 4276 True BlockL1-6C7 #> 4277 True BlockL1-6C7 #> 4278 True BlockL1-6C7 #> 4279 #> 4280 True BlockL1-6C9 #> 4281 True BlockL1-6C9 #> 4282 True BlockL1-6C9 #> 4283 True BlockL1-6C9 #> 4284 True BlockL1-6C9 #> 4285 True BlockL1-6C9 #> 4286 True BlockL1-6C9 #> 4287 True BlockL1-6C9 #> 4288 True BlockL1-6C9 #> 4289 True BlockL1-6C9 #> 4290 True BlockL1-6C9 #> 4291 True BlockL1-6C9 #> 4292 True BlockL1-6C9 #> 4293 True BlockL1-6C9 #> 4294 True BlockL1-6C9 #> 4295 True BlockL1-6C9 #> 4296 True BlockL1-6C9 #> 4297 True BlockL1-6C9 #> 4298 True BlockL1-6C9 #> 4299 True BlockL1-6C9 #> 4300 True BlockL1-6C9 #> 4301 True BlockL1-6C9 #> 4302 #> 4303 True BlockL1-6D1 #> 4304 True BlockL1-6D1 #> 4305 True BlockL1-6D1 #> 4306 True BlockL1-6D1 #> 4307 True BlockL1-6D1 #> 4308 True BlockL1-6D1 #> 4309 True BlockL1-6D1 #> 4310 True BlockL1-6D1 #> 4311 True BlockL1-6D1 #> 4312 True BlockL1-6D1 #> 4313 True BlockL1-6D1 #> 4314 True BlockL1-6D1 #> 4315 #> 4316 True BlockL1-6D3 #> 4317 True BlockL1-6D3 #> 4318 True BlockL1-6D3 #> 4319 True BlockL1-6D3 #> 4320 True BlockL1-6D3 #> 4321 True BlockL1-6D3 #> 4322 True BlockL1-6D3 #> 4323 True BlockL1-6D3 #> 4324 #> 4325 True BlockL1-6D5 #> 4326 True BlockL1-6D5 #> 4327 True BlockL1-6D5 #> 4328 #> 4329 True BlockL1-6D7 #> 4330 True BlockL1-6D7 #> 4331 True BlockL1-6D7 #> 4332 True BlockL1-6D7 #> 4333 True BlockL1-6D7 #> 4334 True BlockL1-6D7 #> 4335 False BlockL1-6D7 #> 4336 True BlockL1-6D7 #> 4337 True BlockL1-6D7 #> 4338 True BlockL1-6D7 #> 4339 True BlockL1-6D7 #> 4340 True BlockL1-6D7 #> 4341 True BlockL1-6D7 #> 4342 True BlockL1-6D7 #> 4343 True BlockL1-6D7 #> 4344 True BlockL1-6D7 #> 4345 BlockL1-6D7 #> 4346 False BlockL1-6D7 BlockL2-6D8 #> 4347 False BlockL1-6D7 BlockL2-6D8 #> 4348 False BlockL1-6D7 BlockL2-6D8 #> 4349 False BlockL1-6D7 BlockL2-6D8 #> 4350 False BlockL1-6D7 BlockL2-6D8 #> 4351 False BlockL1-6D7 BlockL2-6D8 #> 4352 False BlockL1-6D7 BlockL2-6D8 #> 4353 False BlockL1-6D7 BlockL2-6D8 #> 4354 False BlockL1-6D7 BlockL2-6D8 #> 4355 False BlockL1-6D7 BlockL2-6D8 #> 4356 False BlockL1-6D7 BlockL2-6D8 #> 4357 False BlockL1-6D7 BlockL2-6D8 #> 4358 False BlockL1-6D7 BlockL2-6D8 #> 4359 False BlockL1-6D7 BlockL2-6D8 #> 4360 False BlockL1-6D7 BlockL2-6D8 #> 4361 False BlockL1-6D7 BlockL2-6D8 #> 4362 False BlockL1-6D7 BlockL2-6D8 #> 4363 False BlockL1-6D7 BlockL2-6D8 #> 4364 False BlockL1-6D7 BlockL2-6D8 #> 4365 False BlockL1-6D7 BlockL2-6D8 #> 4366 False BlockL1-6D7 BlockL2-6D8 #> 4367 False BlockL1-6D7 BlockL2-6D8 #> 4368 False BlockL1-6D7 BlockL2-6D8 #> 4369 False BlockL1-6D7 BlockL2-6D8 #> 4370 False BlockL1-6D7 BlockL2-6D8 #> 4371 False BlockL1-6D7 BlockL2-6D8 #> 4372 False BlockL1-6D7 BlockL2-6D8 #> 4373 False BlockL1-6D7 BlockL2-6D8 #> 4374 False BlockL1-6D7 BlockL2-6D8 #> 4375 False BlockL1-6D7 BlockL2-6D8 #> 4376 False BlockL1-6D7 BlockL2-6D8 #> 4377 False BlockL1-6D7 BlockL2-6D8 #> 4378 False BlockL1-6D7 BlockL2-6D8 #> 4379 False BlockL1-6D7 BlockL2-6D8 #> 4380 False BlockL1-6D7 BlockL2-6D8 #> 4381 False BlockL1-6D7 BlockL2-6D8 #> 4382 True BlockL1-6D7 BlockL2-6D8 #> 4383 True BlockL1-6D7 BlockL2-6D8 #> 4384 True BlockL1-6D7 #> 4385 True BlockL1-6D7 #> 4386 #> 4387 False BlockL1-6E2 #> 4388 False BlockL1-6E2 #> 4389 True BlockL1-6E2 #> 4390 True #> 4391 True #> 4392 True #> 4393 True #> 4394 True #> 4395 True #> 4396 True #> 4397 True #> 4398 #> 4399 False BlockL1-6E6 #> 4400 False BlockL1-6E6 #> 4401 False BlockL1-6E6 #> 4402 False BlockL1-6E6 #> 4403 False BlockL1-6E6 #> 4404 False BlockL1-6E6 #> 4405 False BlockL1-6E6 #> 4406 False BlockL1-6E6 #> 4407 False BlockL1-6E6 #> 4408 False BlockL1-6E6 #> 4409 False BlockL1-6E6 #> 4410 False BlockL1-6E6 #> 4411 False BlockL1-6E6 #> 4412 False BlockL1-6E6 #> 4413 False BlockL1-6E6 #> 4414 False BlockL1-6E6 #> 4415 False BlockL1-6E6 #> 4416 False BlockL1-6E6 #> 4417 False BlockL1-6E6 #> 4418 False BlockL1-6E6 #> 4419 False BlockL1-6E6 #> 4420 True BlockL1-6E6 #> 4421 True BlockL1-6E6 #> 4422 True #> 4423 True #> 4424 #> 4425 #> 4426 True BlockL1-7A0 #> 4427 True BlockL1-7A0 #> 4428 True BlockL1-7A0 #> 4429 #> 4430 True BlockL1-7A2 #> 4431 True BlockL1-7A2 #> 4432 True BlockL1-7A2 #> 4433 True BlockL1-7A2 #> 4434 True BlockL1-7A2 #> 4435 True BlockL1-7A2 #> 4436 True BlockL1-7A2 #> 4437 True BlockL1-7A2 #> 4438 True BlockL1-7A2 #> 4439 True BlockL1-7A2 #> 4440 True BlockL1-7A2 #> 4441 True BlockL1-7A2 #> 4442 #> 4443 True BlockL1-7A4 #> 4444 True BlockL1-7A4 #> 4445 True BlockL1-7A4 #> 4446 True BlockL1-7A4 #> 4447 True BlockL1-7A4 #> 4448 True BlockL1-7A4 #> 4449 True BlockL1-7A4 #> 4450 True BlockL1-7A4 #> 4451 True BlockL1-7A4 #> 4452 True BlockL1-7A4 #> 4453 True BlockL1-7A4 #> 4454 True BlockL1-7A4 #> 4455 True BlockL1-7A4 #> 4456 True BlockL1-7A4 #> 4457 True BlockL1-7A4 #> 4458 True BlockL1-7A4 #> 4459 True BlockL1-7A4 #> 4460 True BlockL1-7A4 #> 4461 True BlockL1-7A4 #> 4462 True BlockL1-7A4 #> 4463 True BlockL1-7A4 #> 4464 True BlockL1-7A4 #> 4465 True BlockL1-7A4 #> 4466 True BlockL1-7A4 #> 4467 #> 4468 True BlockL1-7A6 #> 4469 True BlockL1-7A6 #> 4470 True BlockL1-7A6 #> 4471 True BlockL1-7A6 #> 4472 True BlockL1-7A6 #> 4473 True BlockL1-7A6 #> 4474 True BlockL1-7A6 #> 4475 #> 4476 True BlockL1-7A8 #> 4477 True BlockL1-7A8 #> 4478 True BlockL1-7A8 #> 4479 True BlockL1-7A8 #> 4480 True BlockL1-7A8 #> 4481 True BlockL1-7A8 #> 4482 True BlockL1-7A8 #> 4483 False BlockL1-7A8 #> 4484 True BlockL1-7A8 #> 4485 True BlockL1-7A8 #> 4486 True BlockL1-7A8 #> 4487 #> 4488 True BlockL1-7B0 #> 4489 True BlockL1-7B0 #> 4490 True BlockL1-7B0 #> 4491 True BlockL1-7B0 #> 4492 True BlockL1-7B0 #> 4493 True BlockL1-7B0 #> 4494 True BlockL1-7B0 #> 4495 True BlockL1-7B0 #> 4496 True BlockL1-7B0 #> 4497 True BlockL1-7B0 #> 4498 True BlockL1-7B0 #> 4499 True BlockL1-7B0 #> 4500 True BlockL1-7B0 #> 4501 True BlockL1-7B0 #> 4502 True BlockL1-7B0 #> 4503 True BlockL1-7B0 #> 4504 True BlockL1-7B0 #> 4505 True BlockL1-7B0 #> 4506 True BlockL1-7B0 #> 4507 True BlockL1-7B0 #> 4508 True #> 4509 True #> 4510 #> 4511 #> 4512 True BlockL1-8A0 #> 4513 True BlockL1-8A0 #> 4514 True BlockL1-8A0 #> 4515 True BlockL1-8A0 #> 4516 True BlockL1-8A0 #> 4517 True BlockL1-8A0 #> 4518 True BlockL1-8A0 #> 4519 True BlockL1-8A0 #> 4520 True BlockL1-8A0 #> 4521 True BlockL1-8A0 #> 4522 True BlockL1-8A0 #> 4523 True BlockL1-8A0 #> 4524 True BlockL1-8A0 #> 4525 True BlockL1-8A0 #> 4526 True BlockL1-8A0 #> 4527 True BlockL1-8A0 #> 4528 True BlockL1-8A0 #> 4529 True BlockL1-8A0 #> 4530 True BlockL1-8A0 #> 4531 True BlockL1-8A0 #> 4532 True BlockL1-8A0 #> 4533 True BlockL1-8A0 #> 4534 True BlockL1-8A0 #> 4535 True BlockL1-8A0 #> 4536 True BlockL1-8A0 #> 4537 True BlockL1-8A0 #> 4538 True BlockL1-8A0 #> 4539 True BlockL1-8A0 #> 4540 True BlockL1-8A0 #> 4541 True BlockL1-8A0 #> 4542 True BlockL1-8A0 #> 4543 True BlockL1-8A0 #> 4544 True BlockL1-8A0 #> 4545 True BlockL1-8A0 #> 4546 True BlockL1-8A0 #> 4547 True BlockL1-8A0 #> 4548 True BlockL1-8A0 #> 4549 True BlockL1-8A0 #> 4550 True BlockL1-8A0 #> 4551 True BlockL1-8A0 #> 4552 True BlockL1-8A0 #> 4553 True BlockL1-8A0 #> 4554 True BlockL1-8A0 #> 4555 True BlockL1-8A0 #> 4556 True BlockL1-8A0 #> 4557 True BlockL1-8A0 #> 4558 True BlockL1-8A0 #> 4559 True BlockL1-8A0 #> 4560 True BlockL1-8A0 #> 4561 True BlockL1-8A0 #> 4562 True BlockL1-8A0 #> 4563 True BlockL1-8A0 #> 4564 True BlockL1-8A0 #> 4565 True BlockL1-8A0 #> 4566 True BlockL1-8A0 #> 4567 True BlockL1-8A0 #> 4568 True BlockL1-8A0 #> 4569 True BlockL1-8A0 #> 4570 True BlockL1-8A0 #> 4571 True BlockL1-8A0 #> 4572 True BlockL1-8A0 #> 4573 True BlockL1-8A0 #> 4574 True BlockL1-8A0 #> 4575 True BlockL1-8A0 #> 4576 True BlockL1-8A0 #> 4577 True BlockL1-8A0 #> 4578 True BlockL1-8A0 #> 4579 True BlockL1-8A0 #> 4580 True BlockL1-8A0 #> 4581 True BlockL1-8A0 #> 4582 True BlockL1-8A0 #> 4583 True BlockL1-8A0 #> 4584 True BlockL1-8A0 #> 4585 True BlockL1-8A0 #> 4586 True BlockL1-8A0 #> 4587 True BlockL1-8A0 #> 4588 True BlockL1-8A0 #> 4589 True BlockL1-8A0 #> 4590 True BlockL1-8A0 #> 4591 True BlockL1-8A0 #> 4592 True BlockL1-8A0 #> 4593 True BlockL1-8A0 #> 4594 True BlockL1-8A0 #> 4595 True BlockL1-8A0 #> 4596 True BlockL1-8A0 #> 4597 True BlockL1-8A0 #> 4598 True BlockL1-8A0 #> 4599 True BlockL1-8A0 #> 4600 True BlockL1-8A0 #> 4601 True BlockL1-8A0 #> 4602 True BlockL1-8A0 #> 4603 True BlockL1-8A0 #> 4604 True BlockL1-8A0 #> 4605 True BlockL1-8A0 #> 4606 True BlockL1-8A0 #> 4607 True BlockL1-8A0 #> 4608 True BlockL1-8A0 #> 4609 True BlockL1-8A0 #> 4610 True BlockL1-8A0 #> 4611 True BlockL1-8A0 #> 4612 True BlockL1-8A0 #> 4613 True BlockL1-8A0 #> 4614 True BlockL1-8A0 #> 4615 True BlockL1-8A0 #> 4616 True BlockL1-8A0 #> 4617 True BlockL1-8A0 #> 4618 True BlockL1-8A0 #> 4619 True BlockL1-8A0 #> 4620 True BlockL1-8A0 #> 4621 True BlockL1-8A0 #> 4622 True BlockL1-8A0 #> 4623 True BlockL1-8A0 #> 4624 True BlockL1-8A0 #> 4625 True BlockL1-8A0 #> 4626 True BlockL1-8A0 #> 4627 True BlockL1-8A0 #> 4628 True BlockL1-8A0 #> 4629 True BlockL1-8A0 #> 4630 True BlockL1-8A0 #> 4631 True BlockL1-8A0 #> 4632 True BlockL1-8A0 #> 4633 True BlockL1-8A0 #> 4634 True BlockL1-8A0 #> 4635 True BlockL1-8A0 #> 4636 True BlockL1-8A0 #> 4637 True BlockL1-8A0 #> 4638 True BlockL1-8A0 #> 4639 True BlockL1-8A0 #> 4640 True BlockL1-8A0 #> 4641 #> 4642 True BlockL1-8A2 #> 4643 True BlockL1-8A2 #> 4644 True BlockL1-8A2 #> 4645 True BlockL1-8A2 #> 4646 True BlockL1-8A2 #> 4647 True BlockL1-8A2 #> 4648 True BlockL1-8A2 #> 4649 True BlockL1-8A2 #> 4650 True BlockL1-8A2 #> 4651 #> 4652 True BlockL1-8A4 #> 4653 True BlockL1-8A4 #> 4654 True BlockL1-8A4 #> 4655 True BlockL1-8A4 #> 4656 True BlockL1-8A4 #> 4657 True BlockL1-8A4 #> 4658 True BlockL1-8A4 #> 4659 True BlockL1-8A4 #> 4660 True BlockL1-8A4 #> 4661 True BlockL1-8A4 #> 4662 True BlockL1-8A4 #> 4663 True BlockL1-8A4 #> 4664 True BlockL1-8A4 #> 4665 True BlockL1-8A4 #> 4666 True BlockL1-8A4 #> 4667 True BlockL1-8A4 #> 4668 True BlockL1-8A4 #> 4669 True BlockL1-8A4 #> 4670 True BlockL1-8A4 #> 4671 True BlockL1-8A4 #> 4672 True BlockL1-8A4 #> 4673 True BlockL1-8A4 #> 4674 True BlockL1-8A4 #> 4675 True BlockL1-8A4 #> 4676 True BlockL1-8A4 #> 4677 True BlockL1-8A4 #> 4678 True BlockL1-8A4 #> 4679 True BlockL1-8A4 #> 4680 True BlockL1-8A4 #> 4681 True BlockL1-8A4 #> 4682 True BlockL1-8A4 #> 4683 False BlockL1-8A4 #> 4684 False BlockL1-8A4 #> 4685 False BlockL1-8A4 #> 4686 False BlockL1-8A4 #> 4687 False BlockL1-8A4 #> 4688 False BlockL1-8A4 #> 4689 False BlockL1-8A4 #> 4690 False BlockL1-8A4 #> 4691 False BlockL1-8A4 #> 4692 False BlockL1-8A4 #> 4693 False BlockL1-8A4 #> 4694 False BlockL1-8A4 #> 4695 False BlockL1-8A4 #> 4696 False BlockL1-8A4 #> 4697 False BlockL1-8A4 #> 4698 False BlockL1-8A4 #> 4699 False BlockL1-8A4 #> 4700 False BlockL1-8A4 #> 4701 False BlockL1-8A4 #> 4702 False BlockL1-8A4 #> 4703 False BlockL1-8A4 #> 4704 False BlockL1-8A4 #> 4705 False BlockL1-8A4 #> 4706 False BlockL1-8A4 #> 4707 False BlockL1-8A4 #> 4708 False BlockL1-8A4 #> 4709 False BlockL1-8A4 #> 4710 False BlockL1-8A4 #> 4711 True BlockL1-8A4 #> 4712 True BlockL1-8A4 #> 4713 True BlockL1-8A4 #> 4714 #> 4715 True BlockL1-8A6 #> 4716 True BlockL1-8A6 #> 4717 True BlockL1-8A6 #> 4718 True BlockL1-8A6 #> 4719 True BlockL1-8A6 #> 4720 True BlockL1-8A6 #> 4721 True BlockL1-8A6 #> 4722 True BlockL1-8A6 #> 4723 True BlockL1-8A6 #> 4724 True BlockL1-8A6 #> 4725 True BlockL1-8A6 #> 4726 True BlockL1-8A6 #> 4727 True BlockL1-8A6 #> 4728 True BlockL1-8A6 #> 4729 True BlockL1-8A6 #> 4730 True BlockL1-8A6 #> 4731 True BlockL1-8A6 #> 4732 True BlockL1-8A6 #> 4733 True BlockL1-8A6 #> 4734 True BlockL1-8A6 #> 4735 True BlockL1-8A6 #> 4736 True BlockL1-8A6 #> 4737 True BlockL1-8A6 #> 4738 True BlockL1-8A6 #> 4739 True BlockL1-8A6 #> 4740 True BlockL1-8A6 #> 4741 True BlockL1-8A6 #> 4742 True BlockL1-8A6 #> 4743 True BlockL1-8A6 #> 4744 True BlockL1-8A6 #> 4745 True BlockL1-8A6 #> 4746 True BlockL1-8A6 #> 4747 True BlockL1-8A6 #> 4748 True BlockL1-8A6 #> 4749 True BlockL1-8A6 #> 4750 True BlockL1-8A6 #> 4751 True BlockL1-8A6 #> 4752 True BlockL1-8A6 #> 4753 True BlockL1-8A6 #> 4754 True BlockL1-8A6 #> 4755 True BlockL1-8A6 #> 4756 True BlockL1-8A6 #> 4757 True BlockL1-8A6 #> 4758 True BlockL1-8A6 #> 4759 True BlockL1-8A6 #> 4760 True BlockL1-8A6 #> 4761 True BlockL1-8A6 #> 4762 True BlockL1-8A6 #> 4763 True BlockL1-8A6 #> 4764 True BlockL1-8A6 #> 4765 True BlockL1-8A6 #> 4766 True BlockL1-8A6 #> 4767 True BlockL1-8A6 #> 4768 True BlockL1-8A6 #> 4769 True BlockL1-8A6 #> 4770 True BlockL1-8A6 #> 4771 False BlockL1-8A6 #> 4772 False BlockL1-8A6 #> 4773 False BlockL1-8A6 #> 4774 False BlockL1-8A6 #> 4775 False BlockL1-8A6 #> 4776 False BlockL1-8A6 #> 4777 False BlockL1-8A6 #> 4778 False BlockL1-8A6 #> 4779 False BlockL1-8A6 #> 4780 True BlockL1-8A6 #> 4781 True BlockL1-8A6 #> 4782 True BlockL1-8A6 #> 4783 True BlockL1-8A6 #> 4784 True BlockL1-8A6 #> 4785 True BlockL1-8A6 #> 4786 True BlockL1-8A6 #> 4787 True BlockL1-8A6 #> 4788 True BlockL1-8A6 #> 4789 True BlockL1-8A6 #> 4790 False BlockL1-8A6 #> 4791 False BlockL1-8A6 #> 4792 False BlockL1-8A6 #> 4793 False BlockL1-8A6 #> 4794 False BlockL1-8A6 #> 4795 False BlockL1-8A6 #> 4796 False BlockL1-8A6 #> 4797 False BlockL1-8A6 #> 4798 False BlockL1-8A6 #> 4799 False BlockL1-8A6 #> 4800 False BlockL1-8A6 #> 4801 True BlockL1-8A6 #> 4802 True BlockL1-8A6 #> 4803 #> 4804 True BlockL1-8A8 #> 4805 True BlockL1-8A8 #> 4806 True BlockL1-8A8 #> 4807 True BlockL1-8A8 #> 4808 True BlockL1-8A8 #> 4809 True BlockL1-8A8 #> 4810 True BlockL1-8A8 #> 4811 True BlockL1-8A8 #> 4812 True BlockL1-8A8 #> 4813 True BlockL1-8A8 #> 4814 True BlockL1-8A8 #> 4815 True BlockL1-8A8 #> 4816 True BlockL1-8A8 #> 4817 True BlockL1-8A8 #> 4818 True BlockL1-8A8 #> 4819 True BlockL1-8A8 #> 4820 True BlockL1-8A8 #> 4821 True BlockL1-8A8 #> 4822 True BlockL1-8A8 #> 4823 True BlockL1-8A8 #> 4824 True BlockL1-8A8 #> 4825 False BlockL1-8A8 #> 4826 False BlockL1-8A8 #> 4827 False BlockL1-8A8 #> 4828 False BlockL1-8A8 #> 4829 False BlockL1-8A8 #> 4830 True BlockL1-8A8 #> 4831 True BlockL1-8A8 #> 4832 True BlockL1-8A8 #> 4833 #> 4834 BlockL1-8B0 #> 4835 True BlockL1-8B0 BlockL2-8B0 #> 4836 False BlockL1-8B0 BlockL2-8B0 #> 4837 False BlockL1-8B0 BlockL2-8B0 #> 4838 False BlockL1-8B0 BlockL2-8B0 #> 4839 False BlockL1-8B0 BlockL2-8B0 #> 4840 False BlockL1-8B0 BlockL2-8B0 #> 4841 False BlockL1-8B0 BlockL2-8B0 #> 4842 False BlockL1-8B0 BlockL2-8B0 #> 4843 True BlockL1-8B0 BlockL2-8B0 #> 4844 True BlockL1-8B0 BlockL2-8B0 #> 4845 True BlockL1-8B0 BlockL2-8B0 #> 4846 True BlockL1-8B0 BlockL2-8B0 #> 4847 True BlockL1-8B0 BlockL2-8B0 #> 4848 True BlockL1-8B0 BlockL2-8B0 #> 4849 True BlockL1-8B0 BlockL2-8B0 #> 4850 BlockL1-8B0 #> 4851 True BlockL1-8B0 BlockL2-8B1 #> 4852 True BlockL1-8B0 BlockL2-8B1 #> 4853 True BlockL1-8B0 BlockL2-8B1 #> 4854 True BlockL1-8B0 BlockL2-8B1 #> 4855 True BlockL1-8B0 BlockL2-8B1 #> 4856 True BlockL1-8B0 BlockL2-8B1 #> 4857 True BlockL1-8B0 BlockL2-8B1 #> 4858 True BlockL1-8B0 BlockL2-8B1 #> 4859 True BlockL1-8B0 BlockL2-8B1 #> 4860 True BlockL1-8B0 BlockL2-8B1 #> 4861 True BlockL1-8B0 BlockL2-8B1 #> 4862 True BlockL1-8B0 BlockL2-8B1 #> 4863 True BlockL1-8B0 BlockL2-8B1 #> 4864 True BlockL1-8B0 BlockL2-8B1 #> 4865 True BlockL1-8B0 BlockL2-8B1 #> 4866 True BlockL1-8B0 BlockL2-8B1 #> 4867 True BlockL1-8B0 BlockL2-8B1 #> 4868 True BlockL1-8B0 BlockL2-8B1 #> 4869 True BlockL1-8B0 BlockL2-8B1 #> 4870 True BlockL1-8B0 BlockL2-8B1 #> 4871 True BlockL1-8B0 BlockL2-8B1 #> 4872 True BlockL1-8B0 BlockL2-8B1 #> 4873 True BlockL1-8B0 BlockL2-8B1 #> 4874 True BlockL1-8B0 BlockL2-8B1 #> 4875 True BlockL1-8B0 BlockL2-8B1 #> 4876 True BlockL1-8B0 BlockL2-8B1 #> 4877 True BlockL1-8B0 #> 4878 True BlockL1-8B0 #> 4879 True BlockL1-8B0 #> 4880 True BlockL1-8B0 #> 4881 True BlockL1-8B0 #> 4882 True BlockL1-8B0 #> 4883 True BlockL1-8B0 #> 4884 True BlockL1-8B0 #> 4885 True BlockL1-8B0 #> 4886 True BlockL1-8B0 #> 4887 True BlockL1-8B0 #> 4888 True BlockL1-8B0 #> 4889 True BlockL1-8B0 #> 4890 True BlockL1-8B0 #> 4891 True BlockL1-8B0 #> 4892 True BlockL1-8B0 #> 4893 True BlockL1-8B0 #> 4894 True BlockL1-8B0 #> 4895 True BlockL1-8B0 #> 4896 True BlockL1-8B0 #> 4897 True BlockL1-8B0 #> 4898 True BlockL1-8B0 #> 4899 True BlockL1-8B0 #> 4900 True BlockL1-8B0 #> 4901 True BlockL1-8B0 #> 4902 True BlockL1-8B0 #> 4903 True BlockL1-8B0 #> 4904 True BlockL1-8B0 #> 4905 True BlockL1-8B0 #> 4906 True BlockL1-8B0 #> 4907 True BlockL1-8B0 #> 4908 True BlockL1-8B0 #> 4909 True BlockL1-8B0 #> 4910 True BlockL1-8B0 #> 4911 False BlockL1-8B0 #> 4912 True BlockL1-8B0 #> 4913 True BlockL1-8B0 #> 4914 True BlockL1-8B0 #> 4915 True BlockL1-8B0 #> 4916 True BlockL1-8B0 #> 4917 True BlockL1-8B0 #> 4918 True BlockL1-8B0 #> 4919 True BlockL1-8B0 #> 4920 True BlockL1-8B0 #> 4921 True BlockL1-8B0 #> 4922 True BlockL1-8B0 #> 4923 True BlockL1-8B0 #> 4924 False BlockL1-8B0 #> 4925 False BlockL1-8B0 #> 4926 False BlockL1-8B0 #> 4927 False BlockL1-8B0 #> 4928 False BlockL1-8B0 #> 4929 False BlockL1-8B0 #> 4930 False BlockL1-8B0 #> 4931 False BlockL1-8B0 #> 4932 False BlockL1-8B0 #> 4933 False BlockL1-8B0 #> 4934 False BlockL1-8B0 #> 4935 False BlockL1-8B0 #> 4936 False BlockL1-8B0 #> 4937 True BlockL1-8B0 #> 4938 #> 4939 True BlockL1-8B4 #> 4940 False BlockL1-8B4 #> 4941 False BlockL1-8B4 #> 4942 True BlockL1-8B4 #> 4943 True BlockL1-8B4 #> 4944 True BlockL1-8B4 #> 4945 True BlockL1-8B4 #> 4946 True BlockL1-8B4 #> 4947 True BlockL1-8B4 #> 4948 True BlockL1-8B4 #> 4949 True BlockL1-8B4 #> 4950 True BlockL1-8B4 #> 4951 True BlockL1-8B4 #> 4952 True BlockL1-8B4 #> 4953 True BlockL1-8B4 #> 4954 True BlockL1-8B4 #> 4955 True BlockL1-8B4 #> 4956 True BlockL1-8B4 #> 4957 True BlockL1-8B4 #> 4958 True BlockL1-8B4 #> 4959 #> 4960 True BlockL1-8B6 #> 4961 True BlockL1-8B6 #> 4962 True BlockL1-8B6 #> 4963 True BlockL1-8B6 #> 4964 True BlockL1-8B6 #> 4965 True BlockL1-8B6 #> 4966 True BlockL1-8B6 #> 4967 True BlockL1-8B6 #> 4968 True BlockL1-8B6 #> 4969 True BlockL1-8B6 #> 4970 True BlockL1-8B6 #> 4971 True BlockL1-8B6 #> 4972 True BlockL1-8B6 #> 4973 True BlockL1-8B6 #> 4974 True BlockL1-8B6 #> 4975 True BlockL1-8B6 #> 4976 True BlockL1-8B6 #> 4977 True BlockL1-8B6 #> 4978 True BlockL1-8B6 #> 4979 True BlockL1-8B6 #> 4980 True BlockL1-8B6 #> 4981 True BlockL1-8B6 #> 4982 #> 4983 BlockL1-8B8 #> 4984 True BlockL1-8B8 BlockL2-8B8 #> 4985 True BlockL1-8B8 BlockL2-8B8 #> 4986 True BlockL1-8B8 BlockL2-8B8 #> 4987 True BlockL1-8B8 BlockL2-8B8 #> 4988 True BlockL1-8B8 BlockL2-8B8 #> 4989 True BlockL1-8B8 BlockL2-8B8 #> 4990 True BlockL1-8B8 BlockL2-8B8 #> 4991 True BlockL1-8B8 BlockL2-8B8 #> 4992 True BlockL1-8B8 BlockL2-8B8 #> 4993 True BlockL1-8B8 BlockL2-8B8 #> 4994 True BlockL1-8B8 BlockL2-8B8 #> 4995 True BlockL1-8B8 BlockL2-8B8 #> 4996 True BlockL1-8B8 BlockL2-8B8 #> 4997 True BlockL1-8B8 BlockL2-8B8 #> 4998 True BlockL1-8B8 BlockL2-8B8 #> 4999 True BlockL1-8B8 BlockL2-8B8 #> 5000 True BlockL1-8B8 BlockL2-8B8 #> 5001 True BlockL1-8B8 BlockL2-8B8 #> 5002 True BlockL1-8B8 BlockL2-8B8 #> 5003 True BlockL1-8B8 BlockL2-8B8 #> 5004 True BlockL1-8B8 BlockL2-8B8 #> 5005 True BlockL1-8B8 BlockL2-8B8 #> 5006 BlockL1-8B8 #> 5007 False BlockL1-8B8 BlockL2-8B9 #> 5008 True BlockL1-8B8 BlockL2-8B9 #> 5009 True BlockL1-8B8 BlockL2-8B9 #> 5010 True BlockL1-8B8 BlockL2-8B9 #> 5011 True BlockL1-8B8 BlockL2-8B9 #> 5012 True BlockL1-8B8 BlockL2-8B9 #> 5013 True BlockL1-8B8 BlockL2-8B9 #> 5014 True BlockL1-8B8 BlockL2-8B9 #> 5015 True BlockL1-8B8 BlockL2-8B9 #> 5016 True BlockL1-8B8 BlockL2-8B9 #> 5017 True BlockL1-8B8 BlockL2-8B9 #> 5018 True BlockL1-8B8 BlockL2-8B9 #> 5019 True BlockL1-8B8 BlockL2-8B9 #> 5020 True BlockL1-8B8 BlockL2-8B9 #> 5021 True BlockL1-8B8 BlockL2-8B9 #> 5022 True BlockL1-8B8 BlockL2-8B9 #> 5023 True BlockL1-8B8 BlockL2-8B9 #> 5024 True BlockL1-8B8 BlockL2-8B9 #> 5025 True BlockL1-8B8 BlockL2-8B9 #> 5026 True BlockL1-8B8 BlockL2-8B9 #> 5027 True BlockL1-8B8 BlockL2-8B9 #> 5028 True BlockL1-8B8 BlockL2-8B9 #> 5029 True BlockL1-8B8 BlockL2-8B9 #> 5030 True BlockL1-8B8 BlockL2-8B9 #> 5031 True BlockL1-8B8 BlockL2-8B9 #> 5032 False BlockL1-8B8 BlockL2-8B9 #> 5033 True BlockL1-8B8 BlockL2-8B9 #> 5034 True BlockL1-8B8 BlockL2-8B9 #> 5035 True BlockL1-8B8 BlockL2-8B9 #> 5036 BlockL1-8B8 #> 5037 True BlockL1-8B8 BlockL2-8C0 #> 5038 True BlockL1-8B8 BlockL2-8C0 #> 5039 True BlockL1-8B8 BlockL2-8C0 #> 5040 True BlockL1-8B8 BlockL2-8C0 #> 5041 True BlockL1-8B8 BlockL2-8C0 #> 5042 True BlockL1-8B8 BlockL2-8C0 #> 5043 True BlockL1-8B8 BlockL2-8C0 #> 5044 True BlockL1-8B8 BlockL2-8C0 #> 5045 False BlockL1-8B8 BlockL2-8C0 #> 5046 False BlockL1-8B8 BlockL2-8C0 #> 5047 False BlockL1-8B8 BlockL2-8C0 #> 5048 False BlockL1-8B8 BlockL2-8C0 #> 5049 False BlockL1-8B8 BlockL2-8C0 #> 5050 False BlockL1-8B8 BlockL2-8C0 #> 5051 False BlockL1-8B8 BlockL2-8C0 #> 5052 False BlockL1-8B8 BlockL2-8C0 #> 5053 True BlockL1-8B8 BlockL2-8C0 #> 5054 True BlockL1-8B8 BlockL2-8C0 #> 5055 BlockL1-8B8 #> 5056 False BlockL1-8B8 BlockL2-8C1 #> 5057 False BlockL1-8B8 BlockL2-8C1 #> 5058 False BlockL1-8B8 BlockL2-8C1 #> 5059 False BlockL1-8B8 BlockL2-8C1 #> 5060 False BlockL1-8B8 BlockL2-8C1 #> 5061 False BlockL1-8B8 BlockL2-8C1 #> 5062 False BlockL1-8B8 BlockL2-8C1 #> 5063 False BlockL1-8B8 BlockL2-8C1 #> 5064 False BlockL1-8B8 BlockL2-8C1 #> 5065 False BlockL1-8B8 BlockL2-8C1 #> 5066 False BlockL1-8B8 BlockL2-8C1 #> 5067 False BlockL1-8B8 BlockL2-8C1 #> 5068 False BlockL1-8B8 BlockL2-8C1 #> 5069 False BlockL1-8B8 BlockL2-8C1 #> 5070 False BlockL1-8B8 BlockL2-8C1 #> 5071 False BlockL1-8B8 BlockL2-8C1 #> 5072 False BlockL1-8B8 BlockL2-8C1 #> 5073 False BlockL1-8B8 BlockL2-8C1 #> 5074 False BlockL1-8B8 BlockL2-8C1 #> 5075 True BlockL1-8B8 BlockL2-8C1 #> 5076 True BlockL1-8B8 BlockL2-8C1 #> 5077 True BlockL1-8B8 BlockL2-8C1 #> 5078 True BlockL1-8B8 BlockL2-8C1 #> 5079 True BlockL1-8B8 BlockL2-8C1 #> 5080 True BlockL1-8B8 BlockL2-8C1 #> 5081 True BlockL1-8B8 BlockL2-8C1 #> 5082 True BlockL1-8B8 BlockL2-8C1 #> 5083 True BlockL1-8B8 BlockL2-8C1 #> 5084 True BlockL1-8B8 BlockL2-8C1 #> 5085 BlockL1-8B8 #> 5086 True BlockL1-8B8 BlockL2-8C2 #> 5087 True BlockL1-8B8 BlockL2-8C2 #> 5088 True BlockL1-8B8 BlockL2-8C2 #> 5089 True BlockL1-8B8 BlockL2-8C2 #> 5090 True BlockL1-8B8 BlockL2-8C2 #> 5091 True BlockL1-8B8 BlockL2-8C2 #> 5092 True BlockL1-8B8 BlockL2-8C2 #> 5093 True BlockL1-8B8 BlockL2-8C2 #> 5094 True BlockL1-8B8 BlockL2-8C2 #> 5095 True BlockL1-8B8 BlockL2-8C2 #> 5096 True BlockL1-8B8 BlockL2-8C2 #> 5097 True BlockL1-8B8 BlockL2-8C2 #> 5098 True BlockL1-8B8 BlockL2-8C2 #> 5099 True BlockL1-8B8 BlockL2-8C2 #> 5100 True BlockL1-8B8 BlockL2-8C2 #> 5101 True BlockL1-8B8 #> 5102 True BlockL1-8B8 #> 5103 #> 5104 BlockL1-8C6 #> 5105 True BlockL1-8C6 BlockL2-8C6 #> 5106 True BlockL1-8C6 BlockL2-8C6 #> 5107 True BlockL1-8C6 BlockL2-8C6 #> 5108 True BlockL1-8C6 BlockL2-8C6 #> 5109 True BlockL1-8C6 BlockL2-8C6 #> 5110 True BlockL1-8C6 BlockL2-8C6 #> 5111 True BlockL1-8C6 BlockL2-8C6 #> 5112 True BlockL1-8C6 BlockL2-8C6 #> 5113 BlockL1-8C6 #> 5114 True BlockL1-8C6 BlockL2-8C7 #> 5115 True BlockL1-8C6 BlockL2-8C7 #> 5116 True BlockL1-8C6 BlockL2-8C7 #> 5117 True BlockL1-8C6 BlockL2-8C7 #> 5118 True BlockL1-8C6 BlockL2-8C7 #> 5119 True BlockL1-8C6 BlockL2-8C7 #> 5120 True BlockL1-8C6 BlockL2-8C7 #> 5121 True BlockL1-8C6 BlockL2-8C7 #> 5122 True BlockL1-8C6 BlockL2-8C7 #> 5123 True BlockL1-8C6 BlockL2-8C7 #> 5124 True BlockL1-8C6 BlockL2-8C7 #> 5125 True BlockL1-8C6 BlockL2-8C7 #> 5126 True BlockL1-8C6 BlockL2-8C7 #> 5127 True BlockL1-8C6 BlockL2-8C7 #> 5128 True BlockL1-8C6 BlockL2-8C7 #> 5129 True BlockL1-8C6 BlockL2-8C7 #> 5130 True BlockL1-8C6 BlockL2-8C7 #> 5131 True BlockL1-8C6 BlockL2-8C7 #> 5132 True BlockL1-8C6 BlockL2-8C7 #> 5133 True BlockL1-8C6 BlockL2-8C7 #> 5134 True BlockL1-8C6 BlockL2-8C7 #> 5135 True BlockL1-8C6 BlockL2-8C7 #> 5136 True BlockL1-8C6 BlockL2-8C7 #> 5137 True BlockL1-8C6 BlockL2-8C7 #> 5138 True BlockL1-8C6 BlockL2-8C7 #> 5139 True BlockL1-8C6 BlockL2-8C7 #> 5140 True BlockL1-8C6 BlockL2-8C7 #> 5141 True BlockL1-8C6 BlockL2-8C7 #> 5142 True BlockL1-8C6 BlockL2-8C7 #> 5143 True BlockL1-8C6 BlockL2-8C7 #> 5144 True BlockL1-8C6 BlockL2-8C7 #> 5145 True BlockL1-8C6 BlockL2-8C7 #> 5146 True BlockL1-8C6 BlockL2-8C7 #> 5147 True BlockL1-8C6 BlockL2-8C7 #> 5148 True BlockL1-8C6 BlockL2-8C7 #> 5149 True BlockL1-8C6 BlockL2-8C7 #> 5150 True BlockL1-8C6 BlockL2-8C7 #> 5151 True BlockL1-8C6 BlockL2-8C7 #> 5152 True BlockL1-8C6 BlockL2-8C7 #> 5153 True BlockL1-8C6 BlockL2-8C7 #> 5154 True BlockL1-8C6 BlockL2-8C7 #> 5155 True BlockL1-8C6 BlockL2-8C7 #> 5156 True BlockL1-8C6 BlockL2-8C7 #> 5157 True BlockL1-8C6 BlockL2-8C7 #> 5158 True BlockL1-8C6 BlockL2-8C7 #> 5159 True BlockL1-8C6 BlockL2-8C7 #> 5160 True BlockL1-8C6 BlockL2-8C7 #> 5161 True BlockL1-8C6 BlockL2-8C7 #> 5162 True BlockL1-8C6 BlockL2-8C7 #> 5163 True BlockL1-8C6 BlockL2-8C7 #> 5164 True BlockL1-8C6 BlockL2-8C7 #> 5165 True BlockL1-8C6 BlockL2-8C7 #> 5166 True BlockL1-8C6 BlockL2-8C7 #> 5167 BlockL1-8C6 #> 5168 True BlockL1-8C6 BlockL2-8C8 #> 5169 False BlockL1-8C6 BlockL2-8C8 #> 5170 False BlockL1-8C6 BlockL2-8C8 #> 5171 False BlockL1-8C6 BlockL2-8C8 #> 5172 False BlockL1-8C6 BlockL2-8C8 #> 5173 True BlockL1-8C6 BlockL2-8C8 #> 5174 True BlockL1-8C6 BlockL2-8C8 #> 5175 True BlockL1-8C6 #> 5176 True BlockL1-8C6 #> 5177 #> 5178 True BlockL1-8D2 #> 5179 True BlockL1-8D2 #> 5180 True BlockL1-8D2 #> 5181 True BlockL1-8D2 #> 5182 True BlockL1-8D2 #> 5183 True BlockL1-8D2 #> 5184 True BlockL1-8D2 #> 5185 True BlockL1-8D2 #> 5186 True BlockL1-8D2 #> 5187 True BlockL1-8D2 #> 5188 True BlockL1-8D2 #> 5189 True BlockL1-8D2 #> 5190 True BlockL1-8D2 #> 5191 #> 5192 False BlockL1-8D4 #> 5193 False BlockL1-8D4 #> 5194 False BlockL1-8D4 #> 5195 False BlockL1-8D4 #> 5196 False BlockL1-8D4 #> 5197 False BlockL1-8D4 #> 5198 False BlockL1-8D4 #> 5199 False BlockL1-8D4 #> 5200 False BlockL1-8D4 #> 5201 False BlockL1-8D4 #> 5202 False BlockL1-8D4 #> 5203 False BlockL1-8D4 #> 5204 False BlockL1-8D4 #> 5205 False BlockL1-8D4 #> 5206 True BlockL1-8D4 #> 5207 True BlockL1-8D4 #> 5208 True BlockL1-8D4 #> 5209 True BlockL1-8D4 #> 5210 True BlockL1-8D4 #> 5211 True BlockL1-8D4 #> 5212 True BlockL1-8D4 #> 5213 True BlockL1-8D4 #> 5214 True BlockL1-8D4 #> 5215 True BlockL1-8D4 #> 5216 True BlockL1-8D4 #> 5217 True BlockL1-8D4 #> 5218 True BlockL1-8D4 #> 5219 True BlockL1-8D4 #> 5220 True BlockL1-8D4 #> 5221 True BlockL1-8D4 #> 5222 True BlockL1-8D4 #> 5223 True BlockL1-8D4 #> 5224 True BlockL1-8D4 #> 5225 True BlockL1-8D4 #> 5226 True BlockL1-8D4 #> 5227 True BlockL1-8D4 #> 5228 True BlockL1-8D4 #> 5229 #> 5230 True BlockL1-8D6 #> 5231 True BlockL1-8D6 #> 5232 True BlockL1-8D6 #> 5233 True BlockL1-8D6 #> 5234 True BlockL1-8D6 #> 5235 True BlockL1-8D6 #> 5236 True BlockL1-8D6 #> 5237 True BlockL1-8D6 #> 5238 True BlockL1-8D6 #> 5239 True BlockL1-8D6 #> 5240 True BlockL1-8D6 #> 5241 True BlockL1-8D6 #> 5242 True BlockL1-8D6 #> 5243 True BlockL1-8D6 #> 5244 True BlockL1-8D6 #> 5245 True BlockL1-8D6 #> 5246 True BlockL1-8D6 #> 5247 True BlockL1-8D6 #> 5248 True BlockL1-8D6 #> 5249 True BlockL1-8D6 #> 5250 True BlockL1-8D6 #> 5251 True BlockL1-8D6 #> 5252 True BlockL1-8D6 #> 5253 True BlockL1-8D6 #> 5254 True BlockL1-8D6 #> 5255 True BlockL1-8D6 #> 5256 True BlockL1-8D6 #> 5257 True BlockL1-8D6 #> 5258 True BlockL1-8D6 #> 5259 True BlockL1-8D6 #> 5260 True BlockL1-8D6 #> 5261 True BlockL1-8D6 #> 5262 True BlockL1-8D6 #> 5263 True BlockL1-8D6 #> 5264 True BlockL1-8D6 #> 5265 True BlockL1-8D6 #> 5266 True BlockL1-8D6 #> 5267 True BlockL1-8D6 #> 5268 #> 5269 True BlockL1-8D8 #> 5270 True BlockL1-8D8 #> 5271 True BlockL1-8D8 #> 5272 False BlockL1-8D8 #> 5273 True BlockL1-8D8 #> 5274 True BlockL1-8D8 #> 5275 True BlockL1-8D8 #> 5276 True BlockL1-8D8 #> 5277 True BlockL1-8D8 #> 5278 True BlockL1-8D8 #> 5279 True BlockL1-8D8 #> 5280 True BlockL1-8D8 #> 5281 True BlockL1-8D8 #> 5282 True BlockL1-8D8 #> 5283 True BlockL1-8D8 #> 5284 True BlockL1-8D8 #> 5285 True BlockL1-8D8 #> 5286 True BlockL1-8D8 #> 5287 True BlockL1-8D8 #> 5288 True BlockL1-8D8 #> 5289 True BlockL1-8D8 #> 5290 True BlockL1-8D8 #> 5291 True BlockL1-8D8 #> 5292 True BlockL1-8D8 #> 5293 True BlockL1-8D8 #> 5294 True BlockL1-8D8 #> 5295 True BlockL1-8D8 #> 5296 True BlockL1-8D8 #> 5297 True BlockL1-8D8 #> 5298 True BlockL1-8D8 #> 5299 True BlockL1-8D8 #> 5300 True BlockL1-8D8 #> 5301 True BlockL1-8D8 #> 5302 True BlockL1-8D8 #> 5303 True BlockL1-8D8 #> 5304 True BlockL1-8D8 #> 5305 True BlockL1-8D8 #> 5306 True BlockL1-8D8 #> 5307 True BlockL1-8D8 #> 5308 #> 5309 True BlockL1-8E0 #> 5310 True BlockL1-8E0 #> 5311 True BlockL1-8E0 #> 5312 True BlockL1-8E0 #> 5313 True BlockL1-8E0 #> 5314 True BlockL1-8E0 #> 5315 True BlockL1-8E0 #> 5316 True BlockL1-8E0 #> 5317 True BlockL1-8E0 #> 5318 True BlockL1-8E0 #> 5319 True BlockL1-8E0 #> 5320 True BlockL1-8E0 #> 5321 True BlockL1-8E0 #> 5322 True BlockL1-8E0 #> 5323 True BlockL1-8E0 #> 5324 True BlockL1-8E0 #> 5325 True BlockL1-8E0 #> 5326 #> 5327 True BlockL1-8E2 #> 5328 True BlockL1-8E2 #> 5329 True BlockL1-8E2 #> 5330 True BlockL1-8E2 #> 5331 True BlockL1-8E2 #> 5332 True BlockL1-8E2 #> 5333 True BlockL1-8E2 #> 5334 True BlockL1-8E2 #> 5335 True BlockL1-8E2 #> 5336 #> 5337 True BlockL1-8E4 #> 5338 True BlockL1-8E4 #> 5339 True BlockL1-8E4 #> 5340 True BlockL1-8E4 #> 5341 True BlockL1-8E4 #> 5342 True BlockL1-8E4 #> 5343 True BlockL1-8E4 #> 5344 True BlockL1-8E4 #> 5345 True BlockL1-8E4 #> 5346 True BlockL1-8E4 #> 5347 True BlockL1-8E4 #> 5348 True BlockL1-8E4 #> 5349 True BlockL1-8E4 #> 5350 True BlockL1-8E4 #> 5351 True BlockL1-8E4 #> 5352 True BlockL1-8E4 #> 5353 True BlockL1-8E4 #> 5354 True BlockL1-8E4 #> 5355 True BlockL1-8E4 #> 5356 True BlockL1-8E4 #> 5357 True BlockL1-8E4 #> 5358 True BlockL1-8E4 #> 5359 True BlockL1-8E4 #> 5360 False BlockL1-8E4 #> 5361 True BlockL1-8E4 #> 5362 True BlockL1-8E4 #> 5363 False BlockL1-8E4 #> 5364 False BlockL1-8E4 #> 5365 False BlockL1-8E4 #> 5366 False BlockL1-8E4 #> 5367 False BlockL1-8E4 #> 5368 False BlockL1-8E4 #> 5369 False BlockL1-8E4 #> 5370 True BlockL1-8E4 #> 5371 #> 5372 True BlockL1-8E6 #> 5373 True BlockL1-8E6 #> 5374 True BlockL1-8E6 #> 5375 True BlockL1-8E6 #> 5376 True BlockL1-8E6 #> 5377 True BlockL1-8E6 #> 5378 True BlockL1-8E6 #> 5379 True BlockL1-8E6 #> 5380 True BlockL1-8E6 #> 5381 True #> 5382 True #> 5383 #> 5384 #> 5385 BlockL1-9A0 #> 5386 True BlockL1-9A0 BlockL2-9A0 #> 5387 True BlockL1-9A0 BlockL2-9A0 #> 5388 True BlockL1-9A0 BlockL2-9A0 #> 5389 True BlockL1-9A0 BlockL2-9A0 #> 5390 True BlockL1-9A0 BlockL2-9A0 #> 5391 True BlockL1-9A0 BlockL2-9A0 #> 5392 True BlockL1-9A0 BlockL2-9A0 #> 5393 True BlockL1-9A0 BlockL2-9A0 #> 5394 True BlockL1-9A0 BlockL2-9A0 #> 5395 True BlockL1-9A0 BlockL2-9A0 #> 5396 True BlockL1-9A0 BlockL2-9A0 #> 5397 True BlockL1-9A0 BlockL2-9A0 #> 5398 True BlockL1-9A0 BlockL2-9A0 #> 5399 True BlockL1-9A0 BlockL2-9A0 #> 5400 True BlockL1-9A0 BlockL2-9A0 #> 5401 True BlockL1-9A0 BlockL2-9A0 #> 5402 True BlockL1-9A0 BlockL2-9A0 #> 5403 True BlockL1-9A0 BlockL2-9A0 #> 5404 True BlockL1-9A0 BlockL2-9A0 #> 5405 True BlockL1-9A0 BlockL2-9A0 #> 5406 True BlockL1-9A0 BlockL2-9A0 #> 5407 True BlockL1-9A0 BlockL2-9A0 #> 5408 True BlockL1-9A0 BlockL2-9A0 #> 5409 True BlockL1-9A0 BlockL2-9A0 #> 5410 True BlockL1-9A0 BlockL2-9A0 #> 5411 True BlockL1-9A0 BlockL2-9A0 #> 5412 True BlockL1-9A0 BlockL2-9A0 #> 5413 True BlockL1-9A0 BlockL2-9A0 #> 5414 True BlockL1-9A0 BlockL2-9A0 #> 5415 True BlockL1-9A0 BlockL2-9A0 #> 5416 True BlockL1-9A0 BlockL2-9A0 #> 5417 True BlockL1-9A0 BlockL2-9A0 #> 5418 True BlockL1-9A0 BlockL2-9A0 #> 5419 True BlockL1-9A0 BlockL2-9A0 #> 5420 True BlockL1-9A0 BlockL2-9A0 #> 5421 True BlockL1-9A0 BlockL2-9A0 #> 5422 True BlockL1-9A0 BlockL2-9A0 #> 5423 True BlockL1-9A0 BlockL2-9A0 #> 5424 True BlockL1-9A0 BlockL2-9A0 #> 5425 True BlockL1-9A0 BlockL2-9A0 #> 5426 True BlockL1-9A0 BlockL2-9A0 #> 5427 True BlockL1-9A0 BlockL2-9A0 #> 5428 True BlockL1-9A0 BlockL2-9A0 #> 5429 True BlockL1-9A0 BlockL2-9A0 #> 5430 True BlockL1-9A0 BlockL2-9A0 #> 5431 True BlockL1-9A0 BlockL2-9A0 #> 5432 True BlockL1-9A0 BlockL2-9A0 #> 5433 True BlockL1-9A0 BlockL2-9A0 #> 5434 True BlockL1-9A0 BlockL2-9A0 #> 5435 True BlockL1-9A0 BlockL2-9A0 #> 5436 True BlockL1-9A0 BlockL2-9A0 #> 5437 True BlockL1-9A0 BlockL2-9A0 #> 5438 True BlockL1-9A0 BlockL2-9A0 #> 5439 True BlockL1-9A0 BlockL2-9A0 #> 5440 True BlockL1-9A0 BlockL2-9A0 #> 5441 True BlockL1-9A0 BlockL2-9A0 #> 5442 True BlockL1-9A0 BlockL2-9A0 #> 5443 True BlockL1-9A0 BlockL2-9A0 #> 5444 True BlockL1-9A0 BlockL2-9A0 #> 5445 True BlockL1-9A0 BlockL2-9A0 #> 5446 True BlockL1-9A0 BlockL2-9A0 #> 5447 True BlockL1-9A0 BlockL2-9A0 #> 5448 True BlockL1-9A0 BlockL2-9A0 #> 5449 True BlockL1-9A0 BlockL2-9A0 #> 5450 True BlockL1-9A0 BlockL2-9A0 #> 5451 True BlockL1-9A0 BlockL2-9A0 #> 5452 True BlockL1-9A0 BlockL2-9A0 #> 5453 True BlockL1-9A0 BlockL2-9A0 #> 5454 True BlockL1-9A0 BlockL2-9A0 #> 5455 True BlockL1-9A0 BlockL2-9A0 #> 5456 True BlockL1-9A0 BlockL2-9A0 #> 5457 True BlockL1-9A0 BlockL2-9A0 #> 5458 True BlockL1-9A0 BlockL2-9A0 #> 5459 True BlockL1-9A0 BlockL2-9A0 #> 5460 True BlockL1-9A0 BlockL2-9A0 #> 5461 True BlockL1-9A0 BlockL2-9A0 #> 5462 True BlockL1-9A0 BlockL2-9A0 #> 5463 True BlockL1-9A0 BlockL2-9A0 #> 5464 True BlockL1-9A0 BlockL2-9A0 #> 5465 True BlockL1-9A0 BlockL2-9A0 #> 5466 True BlockL1-9A0 BlockL2-9A0 #> 5467 True BlockL1-9A0 BlockL2-9A0 #> 5468 True BlockL1-9A0 BlockL2-9A0 #> 5469 True BlockL1-9A0 BlockL2-9A0 #> 5470 True BlockL1-9A0 BlockL2-9A0 #> 5471 True BlockL1-9A0 BlockL2-9A0 #> 5472 True BlockL1-9A0 BlockL2-9A0 #> 5473 True BlockL1-9A0 BlockL2-9A0 #> 5474 BlockL1-9A0 #> 5475 True BlockL1-9A0 BlockL2-9A1 #> 5476 True BlockL1-9A0 BlockL2-9A1 #> 5477 True BlockL1-9A0 BlockL2-9A1 #> 5478 True BlockL1-9A0 BlockL2-9A1 #> 5479 True BlockL1-9A0 BlockL2-9A1 #> 5480 True BlockL1-9A0 BlockL2-9A1 #> 5481 True BlockL1-9A0 BlockL2-9A1 #> 5482 True BlockL1-9A0 BlockL2-9A1 #> 5483 True BlockL1-9A0 BlockL2-9A1 #> 5484 True BlockL1-9A0 BlockL2-9A1 #> 5485 True BlockL1-9A0 BlockL2-9A1 #> 5486 True BlockL1-9A0 BlockL2-9A1 #> 5487 True BlockL1-9A0 BlockL2-9A1 #> 5488 True BlockL1-9A0 BlockL2-9A1 #> 5489 True BlockL1-9A0 BlockL2-9A1 #> 5490 True BlockL1-9A0 BlockL2-9A1 #> 5491 True BlockL1-9A0 BlockL2-9A1 #> 5492 True BlockL1-9A0 BlockL2-9A1 #> 5493 True BlockL1-9A0 BlockL2-9A1 #> 5494 True BlockL1-9A0 BlockL2-9A1 #> 5495 True BlockL1-9A0 BlockL2-9A1 #> 5496 True BlockL1-9A0 BlockL2-9A1 #> 5497 BlockL1-9A0 #> 5498 True BlockL1-9A0 BlockL2-9A2 #> 5499 True BlockL1-9A0 BlockL2-9A2 #> 5500 True BlockL1-9A0 BlockL2-9A2 #> 5501 True BlockL1-9A0 BlockL2-9A2 #> 5502 True BlockL1-9A0 BlockL2-9A2 #> 5503 True BlockL1-9A0 BlockL2-9A2 #> 5504 True BlockL1-9A0 BlockL2-9A2 #> 5505 True BlockL1-9A0 BlockL2-9A2 #> 5506 True BlockL1-9A0 BlockL2-9A2 #> 5507 True BlockL1-9A0 BlockL2-9A2 #> 5508 True BlockL1-9A0 BlockL2-9A2 #> 5509 True BlockL1-9A0 BlockL2-9A2 #> 5510 True BlockL1-9A0 BlockL2-9A2 #> 5511 True BlockL1-9A0 BlockL2-9A2 #> 5512 True BlockL1-9A0 BlockL2-9A2 #> 5513 True BlockL1-9A0 BlockL2-9A2 #> 5514 True BlockL1-9A0 BlockL2-9A2 #> 5515 True BlockL1-9A0 BlockL2-9A2 #> 5516 True BlockL1-9A0 BlockL2-9A2 #> 5517 True BlockL1-9A0 BlockL2-9A2 #> 5518 True BlockL1-9A0 BlockL2-9A2 #> 5519 True BlockL1-9A0 BlockL2-9A2 #> 5520 True BlockL1-9A0 BlockL2-9A2 #> 5521 True BlockL1-9A0 BlockL2-9A2 #> 5522 True BlockL1-9A0 BlockL2-9A2 #> 5523 True BlockL1-9A0 BlockL2-9A2 #> 5524 True BlockL1-9A0 BlockL2-9A2 #> 5525 True BlockL1-9A0 BlockL2-9A2 #> 5526 True BlockL1-9A0 BlockL2-9A2 #> 5527 True BlockL1-9A0 BlockL2-9A2 #> 5528 True BlockL1-9A0 BlockL2-9A2 #> 5529 True BlockL1-9A0 BlockL2-9A2 #> 5530 True BlockL1-9A0 BlockL2-9A2 #> 5531 True BlockL1-9A0 BlockL2-9A2 #> 5532 True BlockL1-9A0 BlockL2-9A2 #> 5533 True BlockL1-9A0 BlockL2-9A2 #> 5534 True BlockL1-9A0 BlockL2-9A2 #> 5535 True BlockL1-9A0 BlockL2-9A2 #> 5536 True BlockL1-9A0 BlockL2-9A2 #> 5537 True BlockL1-9A0 BlockL2-9A2 #> 5538 True BlockL1-9A0 BlockL2-9A2 #> 5539 True BlockL1-9A0 BlockL2-9A2 #> 5540 True BlockL1-9A0 BlockL2-9A2 #> 5541 True BlockL1-9A0 BlockL2-9A2 #> 5542 True BlockL1-9A0 BlockL2-9A2 #> 5543 True BlockL1-9A0 BlockL2-9A2 #> 5544 True BlockL1-9A0 #> 5545 True BlockL1-9A0 #> 5546 #> 5547 BlockL1-9A6 #> 5548 True BlockL1-9A6 BlockL2-9A6 #> 5549 True BlockL1-9A6 BlockL2-9A6 #> 5550 True BlockL1-9A6 BlockL2-9A6 #> 5551 True BlockL1-9A6 BlockL2-9A6 #> 5552 True BlockL1-9A6 BlockL2-9A6 #> 5553 True BlockL1-9A6 BlockL2-9A6 #> 5554 True BlockL1-9A6 BlockL2-9A6 #> 5555 True BlockL1-9A6 BlockL2-9A6 #> 5556 True BlockL1-9A6 BlockL2-9A6 #> Grouping5 Version:2024 Jan 21 - 22:30 UTC #> 2 NA #> 3 NA #> 4 NA #> 5 NA #> 6 NA #> 7 NA #> 8 NA #> 9 NA #> 10 NA #> 11 NA #> 12 NA #> 13 NA #> 14 NA #> 15 NA #> 16 NA #> 17 NA #> 18 NA #> 19 NA #> 20 NA #> 21 NA #> 22 NA #> 23 NA #> 24 NA #> 25 NA #> 26 NA #> 27 NA #> 28 NA #> 29 NA #> 30 NA #> 31 NA #> 32 NA #> 33 NA #> 34 NA #> 35 NA #> 36 NA #> 37 NA #> 38 NA #> 39 NA #> 40 NA #> 41 NA #> 42 NA #> 43 NA #> 44 NA #> 45 NA #> 46 NA #> 47 NA #> 48 NA #> 49 NA #> 50 NA #> 51 NA #> 52 NA #> 53 NA #> 54 NA #> 55 NA #> 56 NA #> 57 NA #> 58 NA #> 59 NA #> 60 NA #> 61 NA #> 62 NA #> 63 NA #> 64 NA #> 65 NA #> 66 NA #> 67 NA #> 68 NA #> 69 NA #> 70 NA #> 71 NA #> 72 NA #> 73 NA #> 74 NA #> 75 NA #> 76 NA #> 77 NA #> 78 NA #> 79 NA #> 80 NA #> 81 NA #> 82 NA #> 83 NA #> 84 NA #> 85 NA #> 86 NA #> 87 NA #> 88 NA #> 89 NA #> 90 NA #> 91 NA #> 92 NA #> 93 NA #> 94 NA #> 95 NA #> 96 NA #> 97 NA #> 98 NA #> 99 NA #> 100 NA #> 101 NA #> 102 NA #> 103 NA #> 104 NA #> 105 NA #> 106 NA #> 107 NA #> 108 NA #> 109 NA #> 110 NA #> 111 NA #> 112 NA #> 113 NA #> 114 NA #> 115 NA #> 116 NA #> 117 NA #> 118 NA #> 119 NA #> 120 NA #> 121 NA #> 122 NA #> 123 NA #> 124 NA #> 125 NA #> 126 NA #> 127 NA #> 128 NA #> 129 NA #> 130 NA #> 131 NA #> 132 NA #> 133 NA #> 134 NA #> 135 NA #> 136 NA #> 137 NA #> 138 NA #> 139 NA #> 140 NA #> 141 NA #> 142 NA #> 143 NA #> 144 NA #> 145 NA #> 146 NA #> 147 NA #> 148 NA #> 149 NA #> 150 NA #> 151 NA #> 152 NA #> 153 NA #> 154 NA #> 155 NA #> 156 NA #> 157 NA #> 158 NA #> 159 NA #> 160 NA #> 161 NA #> 162 NA #> 163 NA #> 164 NA #> 165 NA #> 166 NA #> 167 NA #> 168 NA #> 169 NA #> 170 NA #> 171 NA #> 172 NA #> 173 NA #> 174 NA #> 175 NA #> 176 NA #> 177 NA #> 178 NA #> 179 NA #> 180 NA #> 181 NA #> 182 NA #> 183 NA #> 184 NA #> 185 NA #> 186 NA #> 187 NA #> 188 NA #> 189 NA #> 190 NA #> 191 NA #> 192 NA #> 193 NA #> 194 NA #> 195 NA #> 196 NA #> 197 NA #> 198 NA #> 199 NA #> 200 NA #> 201 NA #> 202 NA #> 203 NA #> 204 NA #> 205 NA #> 206 NA #> 207 NA #> 208 NA #> 209 NA #> 210 NA #> 211 NA #> 212 NA #> 213 NA #> 214 NA #> 215 NA #> 216 NA #> 217 NA #> 218 NA #> 219 NA #> 220 NA #> 221 NA #> 222 NA #> 223 NA #> 224 NA #> 225 NA #> 226 NA #> 227 NA #> 228 NA #> 229 NA #> 230 NA #> 231 NA #> 232 NA #> 233 NA #> 234 NA #> 235 NA #> 236 NA #> 237 NA #> 238 NA #> 239 NA #> 240 NA #> 241 NA #> 242 NA #> 243 NA #> 244 NA #> 245 NA #> 246 NA #> 247 NA #> 248 NA #> 249 NA #> 250 NA #> 251 NA #> 252 NA #> 253 NA #> 254 NA #> 255 NA #> 256 NA #> 257 NA #> 258 NA #> 259 NA #> 260 NA #> 261 NA #> 262 NA #> 263 NA #> 264 NA #> 265 NA #> 266 NA #> 267 NA #> 268 NA #> 269 NA #> 270 NA #> 271 NA #> 272 NA #> 273 NA #> 274 NA #> 275 NA #> 276 NA #> 277 NA #> 278 NA #> 279 NA #> 280 NA #> 281 NA #> 282 NA #> 283 NA #> 284 NA #> 285 NA #> 286 NA #> 287 NA #> 288 NA #> 289 NA #> 290 NA #> 291 NA #> 292 NA #> 293 NA #> 294 NA #> 295 NA #> 296 NA #> 297 NA #> 298 NA #> 299 NA #> 300 NA #> 301 NA #> 302 NA #> 303 NA #> 304 NA #> 305 NA #> 306 NA #> 307 NA #> 308 NA #> 309 NA #> 310 NA #> 311 NA #> 312 NA #> 313 NA #> 314 NA #> 315 NA #> 316 NA #> 317 NA #> 318 NA #> 319 NA #> 320 NA #> 321 NA #> 322 NA #> 323 NA #> 324 NA #> 325 NA #> 326 NA #> 327 NA #> 328 NA #> 329 NA #> 330 NA #> 331 NA #> 332 NA #> 333 NA #> 334 NA #> 335 NA #> 336 NA #> 337 NA #> 338 NA #> 339 NA #> 340 NA #> 341 NA #> 342 NA #> 343 NA #> 344 NA #> 345 NA #> 346 NA #> 347 NA #> 348 NA #> 349 NA #> 350 NA #> 351 NA #> 352 NA #> 353 NA #> 354 NA #> 355 NA #> 356 NA #> 357 NA #> 358 NA #> 359 NA #> 360 NA #> 361 NA #> 362 NA #> 363 NA #> 364 NA #> 365 NA #> 366 NA #> 367 NA #> 368 NA #> 369 NA #> 370 NA #> 371 NA #> 372 NA #> 373 NA #> 374 NA #> 375 NA #> 376 NA #> 377 NA #> 378 NA #> 379 NA #> 380 NA #> 381 NA #> 382 NA #> 383 NA #> 384 NA #> 385 NA #> 386 NA #> 387 NA #> 388 NA #> 389 NA #> 390 NA #> 391 NA #> 392 NA #> 393 NA #> 394 NA #> 395 NA #> 396 NA #> 397 NA #> 398 NA #> 399 NA #> 400 NA #> 401 NA #> 402 NA #> 403 NA #> 404 NA #> 405 NA #> 406 NA #> 407 NA #> 408 NA #> 409 NA #> 410 NA #> 411 NA #> 412 NA #> 413 NA #> 414 NA #> 415 NA #> 416 NA #> 417 NA #> 418 NA #> 419 NA #> 420 NA #> 421 NA #> 422 NA #> 423 NA #> 424 NA #> 425 NA #> 426 NA #> 427 NA #> 428 NA #> 429 NA #> 430 NA #> 431 NA #> 432 NA #> 433 NA #> 434 NA #> 435 NA #> 436 NA #> 437 NA #> 438 NA #> 439 NA #> 440 NA #> 441 NA #> 442 NA #> 443 NA #> 444 NA #> 445 NA #> 446 NA #> 447 NA #> 448 NA #> 449 NA #> 450 NA #> 451 NA #> 452 NA #> 453 NA #> 454 NA #> 455 NA #> 456 NA #> 457 NA #> 458 NA #> 459 NA #> 460 NA #> 461 NA #> 462 NA #> 463 NA #> 464 NA #> 465 NA #> 466 NA #> 467 NA #> 468 NA #> 469 NA #> 470 NA #> 471 NA #> 472 NA #> 473 NA #> 474 NA #> 475 NA #> 476 NA #> 477 NA #> 478 NA #> 479 NA #> 480 NA #> 481 NA #> 482 NA #> 483 NA #> 484 NA #> 485 NA #> 486 NA #> 487 NA #> 488 NA #> 489 NA #> 490 NA #> 491 NA #> 492 NA #> 493 NA #> 494 NA #> 495 NA #> 496 NA #> 497 NA #> 498 NA #> 499 NA #> 500 NA #> 501 NA #> 502 NA #> 503 NA #> 504 NA #> 505 NA #> 506 NA #> 507 NA #> 508 NA #> 509 NA #> 510 NA #> 511 NA #> 512 NA #> 513 NA #> 514 NA #> 515 NA #> 516 NA #> 517 NA #> 518 NA #> 519 NA #> 520 NA #> 521 NA #> 522 NA #> 523 NA #> 524 NA #> 525 NA #> 526 NA #> 527 NA #> 528 NA #> 529 NA #> 530 NA #> 531 NA #> 532 NA #> 533 NA #> 534 NA #> 535 NA #> 536 NA #> 537 NA #> 538 NA #> 539 NA #> 540 NA #> 541 NA #> 542 NA #> 543 NA #> 544 NA #> 545 NA #> 546 NA #> 547 NA #> 548 NA #> 549 NA #> 550 NA #> 551 NA #> 552 NA #> 553 NA #> 554 NA #> 555 NA #> 556 NA #> 557 NA #> 558 NA #> 559 NA #> 560 NA #> 561 NA #> 562 NA #> 563 NA #> 564 NA #> 565 NA #> 566 NA #> 567 NA #> 568 NA #> 569 NA #> 570 NA #> 571 NA #> 572 NA #> 573 NA #> 574 NA #> 575 NA #> 576 NA #> 577 NA #> 578 NA #> 579 NA #> 580 NA #> 581 NA #> 582 NA #> 583 NA #> 584 NA #> 585 NA #> 586 NA #> 587 NA #> 588 NA #> 589 NA #> 590 NA #> 591 NA #> 592 NA #> 593 NA #> 594 NA #> 595 NA #> 596 NA #> 597 NA #> 598 NA #> 599 NA #> 600 NA #> 601 NA #> 602 NA #> 603 NA #> 604 NA #> 605 NA #> 606 NA #> 607 NA #> 608 NA #> 609 NA #> 610 NA #> 611 NA #> 612 NA #> 613 NA #> 614 NA #> 615 NA #> 616 NA #> 617 NA #> 618 NA #> 619 NA #> 620 NA #> 621 NA #> 622 NA #> 623 NA #> 624 NA #> 625 NA #> 626 NA #> 627 NA #> 628 NA #> 629 NA #> 630 NA #> 631 NA #> 632 NA #> 633 NA #> 634 NA #> 635 NA #> 636 NA #> 637 NA #> 638 NA #> 639 NA #> 640 NA #> 641 NA #> 642 NA #> 643 NA #> 644 NA #> 645 NA #> 646 NA #> 647 NA #> 648 NA #> 649 NA #> 650 NA #> 651 NA #> 652 NA #> 653 NA #> 654 NA #> 655 NA #> 656 NA #> 657 NA #> 658 NA #> 659 NA #> 660 NA #> 661 NA #> 662 NA #> 663 NA #> 664 NA #> 665 NA #> 666 NA #> 667 NA #> 668 NA #> 669 NA #> 670 NA #> 671 NA #> 672 NA #> 673 NA #> 674 NA #> 675 NA #> 676 NA #> 677 NA #> 678 NA #> 679 NA #> 680 NA #> 681 NA #> 682 NA #> 683 NA #> 684 NA #> 685 NA #> 686 NA #> 687 NA #> 688 NA #> 689 NA #> 690 NA #> 691 NA #> 692 NA #> 693 NA #> 694 NA #> 695 NA #> 696 NA #> 697 NA #> 698 NA #> 699 NA #> 700 NA #> 701 NA #> 702 NA #> 703 NA #> 704 NA #> 705 NA #> 706 NA #> 707 NA #> 708 NA #> 709 NA #> 710 NA #> 711 NA #> 712 NA #> 713 NA #> 714 NA #> 715 NA #> 716 NA #> 717 NA #> 718 NA #> 719 NA #> 720 NA #> 721 NA #> 722 NA #> 723 NA #> 724 NA #> 725 NA #> 726 NA #> 727 NA #> 728 NA #> 729 NA #> 730 NA #> 731 NA #> 732 NA #> 733 NA #> 734 NA #> 735 NA #> 736 NA #> 737 NA #> 738 NA #> 739 NA #> 740 NA #> 741 NA #> 742 NA #> 743 NA #> 744 NA #> 745 NA #> 746 NA #> 747 NA #> 748 NA #> 749 NA #> 750 NA #> 751 NA #> 752 NA #> 753 NA #> 754 NA #> 755 NA #> 756 NA #> 757 NA #> 758 NA #> 759 NA #> 760 NA #> 761 NA #> 762 NA #> 763 NA #> 764 NA #> 765 NA #> 766 NA #> 767 NA #> 768 NA #> 769 NA #> 770 NA #> 771 NA #> 772 NA #> 773 NA #> 774 NA #> 775 NA #> 776 NA #> 777 NA #> 778 NA #> 779 NA #> 780 NA #> 781 NA #> 782 NA #> 783 NA #> 784 NA #> 785 NA #> 786 NA #> 787 NA #> 788 NA #> 789 NA #> 790 NA #> 791 NA #> 792 NA #> 793 NA #> 794 NA #> 795 NA #> 796 NA #> 797 NA #> 798 NA #> 799 NA #> 800 NA #> 801 NA #> 802 NA #> 803 NA #> 804 NA #> 805 NA #> 806 NA #> 807 NA #> 808 NA #> 809 NA #> 810 NA #> 811 NA #> 812 NA #> 813 NA #> 814 NA #> 815 NA #> 816 NA #> 817 NA #> 818 NA #> 819 NA #> 820 NA #> 821 NA #> 822 NA #> 823 NA #> 824 NA #> 825 NA #> 826 NA #> 827 NA #> 828 NA #> 829 NA #> 830 NA #> 831 NA #> 832 NA #> 833 NA #> 834 NA #> 835 NA #> 836 NA #> 837 NA #> 838 NA #> 839 NA #> 840 NA #> 841 NA #> 842 NA #> 843 NA #> 844 NA #> 845 NA #> 846 NA #> 847 NA #> 848 NA #> 849 NA #> 850 NA #> 851 NA #> 852 NA #> 853 NA #> 854 NA #> 855 NA #> 856 NA #> 857 NA #> 858 NA #> 859 NA #> 860 NA #> 861 NA #> 862 NA #> 863 NA #> 864 NA #> 865 NA #> 866 NA #> 867 NA #> 868 NA #> 869 NA #> 870 NA #> 871 NA #> 872 NA #> 873 NA #> 874 NA #> 875 NA #> 876 NA #> 877 NA #> 878 NA #> 879 NA #> 880 NA #> 881 NA #> 882 NA #> 883 NA #> 884 NA #> 885 NA #> 886 NA #> 887 NA #> 888 NA #> 889 NA #> 890 NA #> 891 NA #> 892 NA #> 893 NA #> 894 NA #> 895 NA #> 896 NA #> 897 NA #> 898 NA #> 899 NA #> 900 NA #> 901 NA #> 902 NA #> 903 NA #> 904 NA #> 905 NA #> 906 NA #> 907 NA #> 908 NA #> 909 NA #> 910 NA #> 911 NA #> 912 NA #> 913 NA #> 914 NA #> 915 NA #> 916 NA #> 917 NA #> 918 NA #> 919 NA #> 920 NA #> 921 NA #> 922 NA #> 923 NA #> 924 NA #> 925 NA #> 926 NA #> 927 NA #> 928 NA #> 929 NA #> 930 NA #> 931 NA #> 932 NA #> 933 NA #> 934 NA #> 935 NA #> 936 NA #> 937 NA #> 938 NA #> 939 NA #> 940 NA #> 941 NA #> 942 NA #> 943 NA #> 944 NA #> 945 NA #> 946 NA #> 947 NA #> 948 NA #> 949 NA #> 950 NA #> 951 NA #> 952 NA #> 953 NA #> 954 NA #> 955 NA #> 956 NA #> 957 NA #> 958 NA #> 959 NA #> 960 NA #> 961 NA #> 962 NA #> 963 NA #> 964 NA #> 965 NA #> 966 NA #> 967 NA #> 968 NA #> 969 NA #> 970 NA #> 971 NA #> 972 NA #> 973 NA #> 974 NA #> 975 NA #> 976 NA #> 977 NA #> 978 NA #> 979 NA #> 980 NA #> 981 NA #> 982 NA #> 983 NA #> 984 NA #> 985 NA #> 986 NA #> 987 NA #> 988 NA #> 989 NA #> 990 NA #> 991 NA #> 992 NA #> 993 NA #> 994 NA #> 995 NA #> 996 NA #> 997 NA #> 998 NA #> 999 NA #> 1000 NA #> 1001 NA #> 1002 NA #> 1003 NA #> 1004 NA #> 1005 NA #> 1006 NA #> 1007 NA #> 1008 NA #> 1009 NA #> 1010 NA #> 1011 NA #> 1012 NA #> 1013 NA #> 1014 NA #> 1015 NA #> 1016 NA #> 1017 NA #> 1018 NA #> 1019 NA #> 1020 NA #> 1021 NA #> 1022 NA #> 1023 NA #> 1024 NA #> 1025 NA #> 1026 NA #> 1027 NA #> 1028 NA #> 1029 NA #> 1030 NA #> 1031 NA #> 1032 NA #> 1033 NA #> 1034 NA #> 1035 NA #> 1036 NA #> 1037 NA #> 1038 NA #> 1039 NA #> 1040 NA #> 1041 NA #> 1042 NA #> 1043 NA #> 1044 NA #> 1045 NA #> 1046 NA #> 1047 NA #> 1048 NA #> 1049 NA #> 1050 NA #> 1051 NA #> 1052 NA #> 1053 NA #> 1054 NA #> 1055 NA #> 1056 NA #> 1057 NA #> 1058 NA #> 1059 NA #> 1060 NA #> 1061 NA #> 1062 NA #> 1063 NA #> 1064 NA #> 1065 NA #> 1066 NA #> 1067 NA #> 1068 NA #> 1069 NA #> 1070 NA #> 1071 NA #> 1072 NA #> 1073 NA #> 1074 NA #> 1075 NA #> 1076 NA #> 1077 NA #> 1078 NA #> 1079 NA #> 1080 NA #> 1081 NA #> 1082 NA #> 1083 NA #> 1084 NA #> 1085 NA #> 1086 NA #> 1087 NA #> 1088 NA #> 1089 NA #> 1090 NA #> 1091 NA #> 1092 NA #> 1093 NA #> 1094 NA #> 1095 NA #> 1096 NA #> 1097 NA #> 1098 NA #> 1099 NA #> 1100 NA #> 1101 NA #> 1102 NA #> 1103 NA #> 1104 NA #> 1105 NA #> 1106 NA #> 1107 NA #> 1108 NA #> 1109 NA #> 1110 NA #> 1111 NA #> 1112 NA #> 1113 NA #> 1114 NA #> 1115 NA #> 1116 NA #> 1117 NA #> 1118 NA #> 1119 NA #> 1120 NA #> 1121 NA #> 1122 NA #> 1123 NA #> 1124 NA #> 1125 NA #> 1126 NA #> 1127 NA #> 1128 NA #> 1129 NA #> 1130 NA #> 1131 NA #> 1132 NA #> 1133 NA #> 1134 NA #> 1135 NA #> 1136 NA #> 1137 NA #> 1138 NA #> 1139 NA #> 1140 NA #> 1141 NA #> 1142 NA #> 1143 NA #> 1144 NA #> 1145 NA #> 1146 NA #> 1147 NA #> 1148 NA #> 1149 NA #> 1150 NA #> 1151 NA #> 1152 NA #> 1153 NA #> 1154 NA #> 1155 NA #> 1156 NA #> 1157 NA #> 1158 NA #> 1159 NA #> 1160 NA #> 1161 NA #> 1162 NA #> 1163 NA #> 1164 NA #> 1165 NA #> 1166 NA #> 1167 NA #> 1168 NA #> 1169 NA #> 1170 NA #> 1171 NA #> 1172 NA #> 1173 NA #> 1174 NA #> 1175 NA #> 1176 NA #> 1177 NA #> 1178 NA #> 1179 NA #> 1180 NA #> 1181 NA #> 1182 NA #> 1183 NA #> 1184 NA #> 1185 NA #> 1186 NA #> 1187 NA #> 1188 NA #> 1189 NA #> 1190 NA #> 1191 NA #> 1192 NA #> 1193 NA #> 1194 NA #> 1195 NA #> 1196 NA #> 1197 NA #> 1198 NA #> 1199 NA #> 1200 NA #> 1201 NA #> 1202 NA #> 1203 NA #> 1204 NA #> 1205 NA #> 1206 NA #> 1207 NA #> 1208 NA #> 1209 NA #> 1210 NA #> 1211 NA #> 1212 NA #> 1213 NA #> 1214 NA #> 1215 NA #> 1216 NA #> 1217 NA #> 1218 NA #> 1219 NA #> 1220 NA #> 1221 NA #> 1222 NA #> 1223 NA #> 1224 NA #> 1225 NA #> 1226 NA #> 1227 NA #> 1228 NA #> 1229 NA #> 1230 NA #> 1231 NA #> 1232 NA #> 1233 NA #> 1234 NA #> 1235 NA #> 1236 NA #> 1237 NA #> 1238 NA #> 1239 NA #> 1240 NA #> 1241 NA #> 1242 NA #> 1243 NA #> 1244 NA #> 1245 NA #> 1246 NA #> 1247 NA #> 1248 NA #> 1249 NA #> 1250 NA #> 1251 NA #> 1252 NA #> 1253 NA #> 1254 NA #> 1255 NA #> 1256 NA #> 1257 NA #> 1258 NA #> 1259 NA #> 1260 NA #> 1261 NA #> 1262 NA #> 1263 NA #> 1264 NA #> 1265 NA #> 1266 NA #> 1267 NA #> 1268 NA #> 1269 NA #> 1270 NA #> 1271 NA #> 1272 NA #> 1273 NA #> 1274 NA #> 1275 NA #> 1276 NA #> 1277 NA #> 1278 NA #> 1279 NA #> 1280 NA #> 1281 NA #> 1282 NA #> 1283 NA #> 1284 NA #> 1285 NA #> 1286 NA #> 1287 NA #> 1288 NA #> 1289 NA #> 1290 NA #> 1291 NA #> 1292 NA #> 1293 NA #> 1294 NA #> 1295 NA #> 1296 NA #> 1297 NA #> 1298 NA #> 1299 NA #> 1300 NA #> 1301 NA #> 1302 NA #> 1303 NA #> 1304 NA #> 1305 NA #> 1306 NA #> 1307 NA #> 1308 NA #> 1309 NA #> 1310 NA #> 1311 NA #> 1312 NA #> 1313 NA #> 1314 NA #> 1315 NA #> 1316 NA #> 1317 NA #> 1318 NA #> 1319 NA #> 1320 NA #> 1321 NA #> 1322 NA #> 1323 NA #> 1324 NA #> 1325 NA #> 1326 NA #> 1327 NA #> 1328 NA #> 1329 NA #> 1330 NA #> 1331 NA #> 1332 NA #> 1333 NA #> 1334 NA #> 1335 NA #> 1336 NA #> 1337 NA #> 1338 NA #> 1339 NA #> 1340 NA #> 1341 NA #> 1342 NA #> 1343 NA #> 1344 NA #> 1345 NA #> 1346 NA #> 1347 NA #> 1348 NA #> 1349 NA #> 1350 NA #> 1351 NA #> 1352 NA #> 1353 NA #> 1354 NA #> 1355 NA #> 1356 NA #> 1357 NA #> 1358 NA #> 1359 NA #> 1360 NA #> 1361 NA #> 1362 NA #> 1363 NA #> 1364 NA #> 1365 NA #> 1366 NA #> 1367 NA #> 1368 NA #> 1369 NA #> 1370 NA #> 1371 NA #> 1372 NA #> 1373 NA #> 1374 NA #> 1375 NA #> 1376 NA #> 1377 NA #> 1378 NA #> 1379 NA #> 1380 NA #> 1381 NA #> 1382 NA #> 1383 NA #> 1384 NA #> 1385 NA #> 1386 NA #> 1387 NA #> 1388 NA #> 1389 NA #> 1390 NA #> 1391 NA #> 1392 NA #> 1393 NA #> 1394 NA #> 1395 NA #> 1396 NA #> 1397 NA #> 1398 NA #> 1399 NA #> 1400 NA #> 1401 NA #> 1402 NA #> 1403 NA #> 1404 NA #> 1405 NA #> 1406 NA #> 1407 NA #> 1408 NA #> 1409 NA #> 1410 NA #> 1411 NA #> 1412 NA #> 1413 NA #> 1414 NA #> 1415 NA #> 1416 NA #> 1417 NA #> 1418 NA #> 1419 NA #> 1420 NA #> 1421 NA #> 1422 NA #> 1423 NA #> 1424 NA #> 1425 NA #> 1426 NA #> 1427 NA #> 1428 NA #> 1429 NA #> 1430 NA #> 1431 NA #> 1432 NA #> 1433 NA #> 1434 NA #> 1435 NA #> 1436 NA #> 1437 NA #> 1438 NA #> 1439 NA #> 1440 NA #> 1441 NA #> 1442 NA #> 1443 NA #> 1444 NA #> 1445 NA #> 1446 NA #> 1447 NA #> 1448 NA #> 1449 NA #> 1450 NA #> 1451 NA #> 1452 NA #> 1453 NA #> 1454 NA #> 1455 NA #> 1456 NA #> 1457 NA #> 1458 NA #> 1459 NA #> 1460 NA #> 1461 NA #> 1462 NA #> 1463 NA #> 1464 NA #> 1465 NA #> 1466 NA #> 1467 NA #> 1468 NA #> 1469 NA #> 1470 NA #> 1471 NA #> 1472 NA #> 1473 NA #> 1474 NA #> 1475 NA #> 1476 NA #> 1477 NA #> 1478 NA #> 1479 NA #> 1480 NA #> 1481 NA #> 1482 NA #> 1483 NA #> 1484 NA #> 1485 NA #> 1486 NA #> 1487 NA #> 1488 NA #> 1489 NA #> 1490 NA #> 1491 NA #> 1492 NA #> 1493 NA #> 1494 NA #> 1495 NA #> 1496 NA #> 1497 NA #> 1498 NA #> 1499 NA #> 1500 NA #> 1501 NA #> 1502 NA #> 1503 NA #> 1504 NA #> 1505 NA #> 1506 NA #> 1507 NA #> 1508 NA #> 1509 NA #> 1510 NA #> 1511 NA #> 1512 NA #> 1513 NA #> 1514 NA #> 1515 NA #> 1516 NA #> 1517 NA #> 1518 NA #> 1519 NA #> 1520 NA #> 1521 NA #> 1522 NA #> 1523 NA #> 1524 NA #> 1525 NA #> 1526 NA #> 1527 NA #> 1528 NA #> 1529 NA #> 1530 NA #> 1531 NA #> 1532 NA #> 1533 NA #> 1534 NA #> 1535 NA #> 1536 NA #> 1537 NA #> 1538 NA #> 1539 NA #> 1540 NA #> 1541 NA #> 1542 NA #> 1543 NA #> 1544 BlockL5-2B9 NA #> 1545 BlockL5-2B9 NA #> 1546 BlockL5-2B9 NA #> 1547 BlockL5-2B9 NA #> 1548 BlockL5-2B9 NA #> 1549 BlockL5-2B9 NA #> 1550 BlockL5-2B9 NA #> 1551 BlockL5-2B9 NA #> 1552 BlockL5-2B9 NA #> 1553 BlockL5-2B9 NA #> 1554 BlockL5-2B9 NA #> 1555 BlockL5-2B9 NA #> 1556 BlockL5-2B9 NA #> 1557 BlockL5-2B9 NA #> 1558 BlockL5-2B9 NA #> 1559 BlockL5-2B9 NA #> 1560 BlockL5-2B9 NA #> 1561 BlockL5-2B9 NA #> 1562 BlockL5-2B9 NA #> 1563 BlockL5-2B9 NA #> 1564 BlockL5-2B9 NA #> 1565 BlockL5-2B9 NA #> 1566 BlockL5-2B9 NA #> 1567 BlockL5-2B9 NA #> 1568 BlockL5-2B9 NA #> 1569 BlockL5-2B9 NA #> 1570 BlockL5-2B9 NA #> 1571 BlockL5-2B9 NA #> 1572 BlockL5-2B9 NA #> 1573 BlockL5-2B9 NA #> 1574 BlockL5-2B9 NA #> 1575 BlockL5-2B9 NA #> 1576 BlockL5-2B9 NA #> 1577 NA #> 1578 NA #> 1579 NA #> 1580 NA #> 1581 NA #> 1582 NA #> 1583 NA #> 1584 NA #> 1585 NA #> 1586 NA #> 1587 NA #> 1588 NA #> 1589 NA #> 1590 NA #> 1591 NA #> 1592 NA #> 1593 NA #> 1594 NA #> 1595 NA #> 1596 NA #> 1597 NA #> 1598 NA #> 1599 NA #> 1600 NA #> 1601 NA #> 1602 NA #> 1603 NA #> 1604 NA #> 1605 NA #> 1606 NA #> 1607 NA #> 1608 NA #> 1609 NA #> 1610 NA #> 1611 NA #> 1612 NA #> 1613 NA #> 1614 NA #> 1615 NA #> 1616 NA #> 1617 NA #> 1618 NA #> 1619 NA #> 1620 NA #> 1621 NA #> 1622 NA #> 1623 NA #> 1624 NA #> 1625 NA #> 1626 NA #> 1627 NA #> 1628 NA #> 1629 NA #> 1630 NA #> 1631 NA #> 1632 NA #> 1633 NA #> 1634 NA #> 1635 NA #> 1636 NA #> 1637 NA #> 1638 NA #> 1639 NA #> 1640 NA #> 1641 NA #> 1642 NA #> 1643 NA #> 1644 NA #> 1645 NA #> 1646 NA #> 1647 NA #> 1648 NA #> 1649 NA #> 1650 NA #> 1651 NA #> 1652 NA #> 1653 NA #> 1654 NA #> 1655 NA #> 1656 NA #> 1657 NA #> 1658 NA #> 1659 NA #> 1660 NA #> 1661 NA #> 1662 NA #> 1663 NA #> 1664 NA #> 1665 NA #> 1666 NA #> 1667 NA #> 1668 NA #> 1669 NA #> 1670 NA #> 1671 NA #> 1672 NA #> 1673 NA #> 1674 NA #> 1675 NA #> 1676 NA #> 1677 NA #> 1678 NA #> 1679 NA #> 1680 NA #> 1681 NA #> 1682 NA #> 1683 NA #> 1684 NA #> 1685 NA #> 1686 NA #> 1687 NA #> 1688 NA #> 1689 NA #> 1690 NA #> 1691 NA #> 1692 NA #> 1693 NA #> 1694 NA #> 1695 NA #> 1696 NA #> 1697 NA #> 1698 NA #> 1699 NA #> 1700 NA #> 1701 NA #> 1702 NA #> 1703 NA #> 1704 NA #> 1705 NA #> 1706 NA #> 1707 NA #> 1708 NA #> 1709 NA #> 1710 NA #> 1711 NA #> 1712 NA #> 1713 NA #> 1714 NA #> 1715 NA #> 1716 NA #> 1717 NA #> 1718 NA #> 1719 NA #> 1720 NA #> 1721 NA #> 1722 NA #> 1723 NA #> 1724 NA #> 1725 NA #> 1726 NA #> 1727 NA #> 1728 NA #> 1729 NA #> 1730 NA #> 1731 NA #> 1732 NA #> 1733 NA #> 1734 NA #> 1735 NA #> 1736 NA #> 1737 NA #> 1738 NA #> 1739 NA #> 1740 NA #> 1741 NA #> 1742 NA #> 1743 NA #> 1744 NA #> 1745 NA #> 1746 NA #> 1747 NA #> 1748 NA #> 1749 NA #> 1750 NA #> 1751 NA #> 1752 NA #> 1753 NA #> 1754 NA #> 1755 NA #> 1756 NA #> 1757 NA #> 1758 NA #> 1759 NA #> 1760 NA #> 1761 NA #> 1762 NA #> 1763 NA #> 1764 NA #> 1765 NA #> 1766 NA #> 1767 NA #> 1768 NA #> 1769 NA #> 1770 NA #> 1771 NA #> 1772 NA #> 1773 NA #> 1774 NA #> 1775 NA #> 1776 NA #> 1777 NA #> 1778 NA #> 1779 NA #> 1780 NA #> 1781 NA #> 1782 NA #> 1783 NA #> 1784 NA #> 1785 NA #> 1786 NA #> 1787 NA #> 1788 NA #> 1789 NA #> 1790 NA #> 1791 NA #> 1792 NA #> 1793 NA #> 1794 NA #> 1795 NA #> 1796 NA #> 1797 NA #> 1798 NA #> 1799 NA #> 1800 NA #> 1801 NA #> 1802 NA #> 1803 NA #> 1804 NA #> 1805 NA #> 1806 NA #> 1807 NA #> 1808 NA #> 1809 NA #> 1810 NA #> 1811 NA #> 1812 NA #> 1813 NA #> 1814 NA #> 1815 NA #> 1816 NA #> 1817 NA #> 1818 NA #> 1819 NA #> 1820 NA #> 1821 NA #> 1822 NA #> 1823 NA #> 1824 NA #> 1825 NA #> 1826 NA #> 1827 NA #> 1828 NA #> 1829 NA #> 1830 NA #> 1831 NA #> 1832 NA #> 1833 NA #> 1834 NA #> 1835 NA #> 1836 NA #> 1837 NA #> 1838 NA #> 1839 NA #> 1840 NA #> 1841 NA #> 1842 NA #> 1843 NA #> 1844 NA #> 1845 NA #> 1846 NA #> 1847 NA #> 1848 NA #> 1849 NA #> 1850 NA #> 1851 NA #> 1852 NA #> 1853 NA #> 1854 NA #> 1855 NA #> 1856 NA #> 1857 NA #> 1858 NA #> 1859 NA #> 1860 NA #> 1861 NA #> 1862 NA #> 1863 NA #> 1864 NA #> 1865 NA #> 1866 NA #> 1867 NA #> 1868 NA #> 1869 NA #> 1870 NA #> 1871 NA #> 1872 NA #> 1873 NA #> 1874 NA #> 1875 NA #> 1876 NA #> 1877 NA #> 1878 NA #> 1879 NA #> 1880 NA #> 1881 NA #> 1882 NA #> 1883 NA #> 1884 NA #> 1885 NA #> 1886 NA #> 1887 NA #> 1888 NA #> 1889 NA #> 1890 NA #> 1891 NA #> 1892 NA #> 1893 NA #> 1894 NA #> 1895 NA #> 1896 NA #> 1897 NA #> 1898 NA #> 1899 NA #> 1900 NA #> 1901 NA #> 1902 NA #> 1903 NA #> 1904 NA #> 1905 NA #> 1906 NA #> 1907 NA #> 1908 NA #> 1909 NA #> 1910 NA #> 1911 NA #> 1912 NA #> 1913 NA #> 1914 NA #> 1915 NA #> 1916 NA #> 1917 NA #> 1918 NA #> 1919 NA #> 1920 NA #> 1921 NA #> 1922 NA #> 1923 NA #> 1924 NA #> 1925 NA #> 1926 NA #> 1927 NA #> 1928 NA #> 1929 NA #> 1930 NA #> 1931 NA #> 1932 NA #> 1933 NA #> 1934 NA #> 1935 NA #> 1936 NA #> 1937 NA #> 1938 NA #> 1939 NA #> 1940 NA #> 1941 NA #> 1942 NA #> 1943 NA #> 1944 NA #> 1945 NA #> 1946 NA #> 1947 NA #> 1948 NA #> 1949 NA #> 1950 NA #> 1951 NA #> 1952 NA #> 1953 NA #> 1954 NA #> 1955 NA #> 1956 NA #> 1957 NA #> 1958 NA #> 1959 NA #> 1960 NA #> 1961 NA #> 1962 NA #> 1963 NA #> 1964 NA #> 1965 NA #> 1966 NA #> 1967 NA #> 1968 NA #> 1969 NA #> 1970 NA #> 1971 NA #> 1972 NA #> 1973 NA #> 1974 NA #> 1975 NA #> 1976 NA #> 1977 NA #> 1978 NA #> 1979 NA #> 1980 NA #> 1981 NA #> 1982 NA #> 1983 NA #> 1984 NA #> 1985 NA #> 1986 NA #> 1987 NA #> 1988 NA #> 1989 NA #> 1990 NA #> 1991 NA #> 1992 NA #> 1993 NA #> 1994 NA #> 1995 NA #> 1996 NA #> 1997 NA #> 1998 NA #> 1999 NA #> 2000 NA #> 2001 NA #> 2002 NA #> 2003 NA #> 2004 NA #> 2005 NA #> 2006 NA #> 2007 NA #> 2008 NA #> 2009 NA #> 2010 NA #> 2011 NA #> 2012 NA #> 2013 NA #> 2014 NA #> 2015 NA #> 2016 NA #> 2017 NA #> 2018 NA #> 2019 NA #> 2020 NA #> 2021 NA #> 2022 NA #> 2023 NA #> 2024 NA #> 2025 NA #> 2026 NA #> 2027 NA #> 2028 NA #> 2029 NA #> 2030 NA #> 2031 NA #> 2032 NA #> 2033 NA #> 2034 NA #> 2035 NA #> 2036 NA #> 2037 NA #> 2038 NA #> 2039 NA #> 2040 NA #> 2041 NA #> 2042 NA #> 2043 NA #> 2044 NA #> 2045 NA #> 2046 NA #> 2047 NA #> 2048 NA #> 2049 NA #> 2050 NA #> 2051 NA #> 2052 NA #> 2053 NA #> 2054 NA #> 2055 NA #> 2056 NA #> 2057 NA #> 2058 NA #> 2059 NA #> 2060 NA #> 2061 NA #> 2062 NA #> 2063 NA #> 2064 NA #> 2065 NA #> 2066 NA #> 2067 NA #> 2068 NA #> 2069 NA #> 2070 NA #> 2071 NA #> 2072 NA #> 2073 NA #> 2074 NA #> 2075 NA #> 2076 NA #> 2077 NA #> 2078 NA #> 2079 NA #> 2080 NA #> 2081 NA #> 2082 NA #> 2083 NA #> 2084 NA #> 2085 NA #> 2086 NA #> 2087 NA #> 2088 NA #> 2089 NA #> 2090 NA #> 2091 NA #> 2092 NA #> 2093 NA #> 2094 NA #> 2095 NA #> 2096 NA #> 2097 NA #> 2098 NA #> 2099 NA #> 2100 NA #> 2101 NA #> 2102 NA #> 2103 NA #> 2104 NA #> 2105 NA #> 2106 NA #> 2107 NA #> 2108 NA #> 2109 NA #> 2110 NA #> 2111 NA #> 2112 NA #> 2113 NA #> 2114 NA #> 2115 NA #> 2116 NA #> 2117 NA #> 2118 NA #> 2119 NA #> 2120 NA #> 2121 NA #> 2122 NA #> 2123 NA #> 2124 NA #> 2125 NA #> 2126 NA #> 2127 NA #> 2128 NA #> 2129 NA #> 2130 NA #> 2131 NA #> 2132 NA #> 2133 NA #> 2134 NA #> 2135 NA #> 2136 NA #> 2137 NA #> 2138 NA #> 2139 NA #> 2140 NA #> 2141 NA #> 2142 NA #> 2143 NA #> 2144 NA #> 2145 NA #> 2146 NA #> 2147 NA #> 2148 NA #> 2149 NA #> 2150 NA #> 2151 NA #> 2152 NA #> 2153 NA #> 2154 NA #> 2155 NA #> 2156 NA #> 2157 NA #> 2158 NA #> 2159 NA #> 2160 NA #> 2161 NA #> 2162 NA #> 2163 NA #> 2164 NA #> 2165 NA #> 2166 NA #> 2167 NA #> 2168 NA #> 2169 NA #> 2170 NA #> 2171 NA #> 2172 NA #> 2173 NA #> 2174 NA #> 2175 NA #> 2176 NA #> 2177 NA #> 2178 NA #> 2179 NA #> 2180 NA #> 2181 NA #> 2182 NA #> 2183 NA #> 2184 NA #> 2185 NA #> 2186 NA #> 2187 NA #> 2188 NA #> 2189 NA #> 2190 NA #> 2191 NA #> 2192 NA #> 2193 NA #> 2194 NA #> 2195 NA #> 2196 NA #> 2197 NA #> 2198 NA #> 2199 NA #> 2200 NA #> 2201 NA #> 2202 NA #> 2203 NA #> 2204 NA #> 2205 NA #> 2206 NA #> 2207 NA #> 2208 NA #> 2209 NA #> 2210 NA #> 2211 NA #> 2212 NA #> 2213 NA #> 2214 NA #> 2215 NA #> 2216 NA #> 2217 NA #> 2218 NA #> 2219 NA #> 2220 NA #> 2221 NA #> 2222 NA #> 2223 NA #> 2224 NA #> 2225 NA #> 2226 NA #> 2227 NA #> 2228 NA #> 2229 NA #> 2230 NA #> 2231 NA #> 2232 NA #> 2233 NA #> 2234 NA #> 2235 NA #> 2236 NA #> 2237 NA #> 2238 NA #> 2239 NA #> 2240 NA #> 2241 NA #> 2242 NA #> 2243 NA #> 2244 NA #> 2245 NA #> 2246 NA #> 2247 NA #> 2248 NA #> 2249 NA #> 2250 NA #> 2251 NA #> 2252 NA #> 2253 NA #> 2254 NA #> 2255 NA #> 2256 NA #> 2257 NA #> 2258 NA #> 2259 NA #> 2260 NA #> 2261 NA #> 2262 NA #> 2263 NA #> 2264 NA #> 2265 NA #> 2266 NA #> 2267 NA #> 2268 NA #> 2269 NA #> 2270 NA #> 2271 NA #> 2272 NA #> 2273 NA #> 2274 NA #> 2275 NA #> 2276 NA #> 2277 NA #> 2278 NA #> 2279 NA #> 2280 NA #> 2281 NA #> 2282 NA #> 2283 NA #> 2284 NA #> 2285 NA #> 2286 NA #> 2287 NA #> 2288 NA #> 2289 NA #> 2290 NA #> 2291 NA #> 2292 NA #> 2293 NA #> 2294 NA #> 2295 NA #> 2296 NA #> 2297 NA #> 2298 NA #> 2299 NA #> 2300 NA #> 2301 NA #> 2302 NA #> 2303 NA #> 2304 NA #> 2305 NA #> 2306 NA #> 2307 NA #> 2308 NA #> 2309 NA #> 2310 NA #> 2311 NA #> 2312 NA #> 2313 NA #> 2314 NA #> 2315 NA #> 2316 NA #> 2317 NA #> 2318 NA #> 2319 NA #> 2320 NA #> 2321 NA #> 2322 NA #> 2323 NA #> 2324 NA #> 2325 NA #> 2326 NA #> 2327 NA #> 2328 NA #> 2329 NA #> 2330 NA #> 2331 NA #> 2332 NA #> 2333 NA #> 2334 NA #> 2335 NA #> 2336 NA #> 2337 NA #> 2338 NA #> 2339 NA #> 2340 NA #> 2341 NA #> 2342 NA #> 2343 NA #> 2344 NA #> 2345 NA #> 2346 NA #> 2347 NA #> 2348 NA #> 2349 NA #> 2350 NA #> 2351 NA #> 2352 NA #> 2353 NA #> 2354 NA #> 2355 NA #> 2356 NA #> 2357 NA #> 2358 NA #> 2359 NA #> 2360 NA #> 2361 NA #> 2362 NA #> 2363 NA #> 2364 NA #> 2365 NA #> 2366 NA #> 2367 NA #> 2368 NA #> 2369 NA #> 2370 NA #> 2371 NA #> 2372 NA #> 2373 NA #> 2374 NA #> 2375 NA #> 2376 NA #> 2377 NA #> 2378 NA #> 2379 NA #> 2380 NA #> 2381 NA #> 2382 NA #> 2383 NA #> 2384 NA #> 2385 NA #> 2386 NA #> 2387 NA #> 2388 NA #> 2389 NA #> 2390 NA #> 2391 NA #> 2392 NA #> 2393 NA #> 2394 NA #> 2395 NA #> 2396 NA #> 2397 NA #> 2398 NA #> 2399 NA #> 2400 NA #> 2401 NA #> 2402 NA #> 2403 NA #> 2404 NA #> 2405 NA #> 2406 NA #> 2407 NA #> 2408 NA #> 2409 NA #> 2410 NA #> 2411 NA #> 2412 NA #> 2413 NA #> 2414 NA #> 2415 NA #> 2416 NA #> 2417 NA #> 2418 NA #> 2419 NA #> 2420 NA #> 2421 NA #> 2422 NA #> 2423 NA #> 2424 NA #> 2425 NA #> 2426 NA #> 2427 NA #> 2428 NA #> 2429 NA #> 2430 NA #> 2431 NA #> 2432 NA #> 2433 NA #> 2434 NA #> 2435 NA #> 2436 NA #> 2437 NA #> 2438 NA #> 2439 NA #> 2440 NA #> 2441 NA #> 2442 NA #> 2443 NA #> 2444 NA #> 2445 NA #> 2446 NA #> 2447 NA #> 2448 NA #> 2449 NA #> 2450 NA #> 2451 NA #> 2452 NA #> 2453 NA #> 2454 NA #> 2455 NA #> 2456 NA #> 2457 NA #> 2458 NA #> 2459 NA #> 2460 NA #> 2461 NA #> 2462 NA #> 2463 NA #> 2464 NA #> 2465 NA #> 2466 NA #> 2467 NA #> 2468 NA #> 2469 NA #> 2470 NA #> 2471 NA #> 2472 NA #> 2473 NA #> 2474 NA #> 2475 NA #> 2476 NA #> 2477 NA #> 2478 NA #> 2479 NA #> 2480 NA #> 2481 NA #> 2482 NA #> 2483 NA #> 2484 NA #> 2485 NA #> 2486 NA #> 2487 NA #> 2488 NA #> 2489 NA #> 2490 NA #> 2491 NA #> 2492 NA #> 2493 NA #> 2494 NA #> 2495 NA #> 2496 NA #> 2497 NA #> 2498 NA #> 2499 NA #> 2500 NA #> 2501 NA #> 2502 NA #> 2503 NA #> 2504 NA #> 2505 NA #> 2506 NA #> 2507 NA #> 2508 NA #> 2509 NA #> 2510 NA #> 2511 NA #> 2512 NA #> 2513 NA #> 2514 NA #> 2515 NA #> 2516 NA #> 2517 NA #> 2518 NA #> 2519 NA #> 2520 NA #> 2521 NA #> 2522 NA #> 2523 NA #> 2524 NA #> 2525 NA #> 2526 NA #> 2527 NA #> 2528 NA #> 2529 NA #> 2530 NA #> 2531 NA #> 2532 NA #> 2533 NA #> 2534 NA #> 2535 NA #> 2536 NA #> 2537 NA #> 2538 NA #> 2539 NA #> 2540 NA #> 2541 NA #> 2542 NA #> 2543 NA #> 2544 NA #> 2545 NA #> 2546 NA #> 2547 NA #> 2548 NA #> 2549 NA #> 2550 NA #> 2551 NA #> 2552 NA #> 2553 NA #> 2554 NA #> 2555 NA #> 2556 NA #> 2557 NA #> 2558 NA #> 2559 NA #> 2560 NA #> 2561 NA #> 2562 NA #> 2563 NA #> 2564 NA #> 2565 NA #> 2566 NA #> 2567 NA #> 2568 NA #> 2569 NA #> 2570 NA #> 2571 NA #> 2572 NA #> 2573 NA #> 2574 NA #> 2575 NA #> 2576 NA #> 2577 NA #> 2578 NA #> 2579 NA #> 2580 NA #> 2581 NA #> 2582 NA #> 2583 NA #> 2584 NA #> 2585 NA #> 2586 NA #> 2587 NA #> 2588 NA #> 2589 NA #> 2590 NA #> 2591 NA #> 2592 NA #> 2593 NA #> 2594 NA #> 2595 NA #> 2596 NA #> 2597 NA #> 2598 NA #> 2599 NA #> 2600 NA #> 2601 NA #> 2602 NA #> 2603 NA #> 2604 NA #> 2605 NA #> 2606 NA #> 2607 NA #> 2608 NA #> 2609 NA #> 2610 NA #> 2611 NA #> 2612 NA #> 2613 NA #> 2614 NA #> 2615 NA #> 2616 NA #> 2617 NA #> 2618 NA #> 2619 NA #> 2620 NA #> 2621 NA #> 2622 NA #> 2623 NA #> 2624 NA #> 2625 NA #> 2626 NA #> 2627 NA #> 2628 NA #> 2629 NA #> 2630 NA #> 2631 NA #> 2632 NA #> 2633 NA #> 2634 NA #> 2635 NA #> 2636 NA #> 2637 NA #> 2638 NA #> 2639 NA #> 2640 NA #> 2641 NA #> 2642 NA #> 2643 NA #> 2644 NA #> 2645 NA #> 2646 NA #> 2647 NA #> 2648 NA #> 2649 NA #> 2650 NA #> 2651 NA #> 2652 NA #> 2653 NA #> 2654 NA #> 2655 NA #> 2656 NA #> 2657 NA #> 2658 NA #> 2659 NA #> 2660 NA #> 2661 NA #> 2662 NA #> 2663 NA #> 2664 NA #> 2665 NA #> 2666 NA #> 2667 NA #> 2668 NA #> 2669 NA #> 2670 NA #> 2671 NA #> 2672 NA #> 2673 NA #> 2674 NA #> 2675 NA #> 2676 NA #> 2677 NA #> 2678 NA #> 2679 NA #> 2680 NA #> 2681 NA #> 2682 NA #> 2683 NA #> 2684 NA #> 2685 NA #> 2686 NA #> 2687 NA #> 2688 NA #> 2689 NA #> 2690 NA #> 2691 NA #> 2692 NA #> 2693 NA #> 2694 NA #> 2695 NA #> 2696 NA #> 2697 NA #> 2698 NA #> 2699 NA #> 2700 NA #> 2701 NA #> 2702 NA #> 2703 NA #> 2704 NA #> 2705 NA #> 2706 NA #> 2707 NA #> 2708 NA #> 2709 NA #> 2710 NA #> 2711 NA #> 2712 NA #> 2713 NA #> 2714 NA #> 2715 NA #> 2716 NA #> 2717 NA #> 2718 NA #> 2719 NA #> 2720 NA #> 2721 NA #> 2722 NA #> 2723 NA #> 2724 NA #> 2725 NA #> 2726 NA #> 2727 NA #> 2728 NA #> 2729 NA #> 2730 NA #> 2731 NA #> 2732 NA #> 2733 NA #> 2734 NA #> 2735 NA #> 2736 NA #> 2737 NA #> 2738 NA #> 2739 NA #> 2740 NA #> 2741 NA #> 2742 NA #> 2743 NA #> 2744 NA #> 2745 NA #> 2746 NA #> 2747 NA #> 2748 NA #> 2749 NA #> 2750 NA #> 2751 NA #> 2752 NA #> 2753 NA #> 2754 NA #> 2755 NA #> 2756 NA #> 2757 NA #> 2758 NA #> 2759 NA #> 2760 NA #> 2761 NA #> 2762 NA #> 2763 NA #> 2764 NA #> 2765 NA #> 2766 NA #> 2767 NA #> 2768 NA #> 2769 NA #> 2770 NA #> 2771 NA #> 2772 NA #> 2773 NA #> 2774 NA #> 2775 NA #> 2776 NA #> 2777 NA #> 2778 NA #> 2779 NA #> 2780 NA #> 2781 NA #> 2782 NA #> 2783 NA #> 2784 NA #> 2785 NA #> 2786 NA #> 2787 NA #> 2788 NA #> 2789 NA #> 2790 NA #> 2791 NA #> 2792 NA #> 2793 NA #> 2794 NA #> 2795 NA #> 2796 NA #> 2797 NA #> 2798 NA #> 2799 NA #> 2800 NA #> 2801 NA #> 2802 NA #> 2803 NA #> 2804 NA #> 2805 NA #> 2806 NA #> 2807 NA #> 2808 NA #> 2809 NA #> 2810 NA #> 2811 NA #> 2812 NA #> 2813 NA #> 2814 NA #> 2815 NA #> 2816 NA #> 2817 NA #> 2818 NA #> 2819 NA #> 2820 NA #> 2821 NA #> 2822 NA #> 2823 NA #> 2824 NA #> 2825 NA #> 2826 NA #> 2827 NA #> 2828 NA #> 2829 NA #> 2830 NA #> 2831 NA #> 2832 NA #> 2833 NA #> 2834 NA #> 2835 NA #> 2836 NA #> 2837 NA #> 2838 NA #> 2839 NA #> 2840 NA #> 2841 NA #> 2842 NA #> 2843 NA #> 2844 NA #> 2845 NA #> 2846 NA #> 2847 NA #> 2848 NA #> 2849 NA #> 2850 NA #> 2851 NA #> 2852 NA #> 2853 NA #> 2854 NA #> 2855 NA #> 2856 NA #> 2857 NA #> 2858 NA #> 2859 NA #> 2860 NA #> 2861 NA #> 2862 NA #> 2863 NA #> 2864 NA #> 2865 NA #> 2866 NA #> 2867 NA #> 2868 NA #> 2869 NA #> 2870 NA #> 2871 NA #> 2872 NA #> 2873 NA #> 2874 NA #> 2875 NA #> 2876 NA #> 2877 NA #> 2878 NA #> 2879 NA #> 2880 NA #> 2881 NA #> 2882 NA #> 2883 NA #> 2884 NA #> 2885 NA #> 2886 NA #> 2887 NA #> 2888 NA #> 2889 NA #> 2890 NA #> 2891 NA #> 2892 NA #> 2893 NA #> 2894 NA #> 2895 NA #> 2896 NA #> 2897 NA #> 2898 NA #> 2899 NA #> 2900 NA #> 2901 NA #> 2902 NA #> 2903 NA #> 2904 NA #> 2905 NA #> 2906 NA #> 2907 NA #> 2908 NA #> 2909 NA #> 2910 NA #> 2911 NA #> 2912 NA #> 2913 NA #> 2914 NA #> 2915 NA #> 2916 NA #> 2917 NA #> 2918 NA #> 2919 NA #> 2920 NA #> 2921 NA #> 2922 NA #> 2923 NA #> 2924 NA #> 2925 NA #> 2926 NA #> 2927 NA #> 2928 NA #> 2929 NA #> 2930 NA #> 2931 NA #> 2932 NA #> 2933 NA #> 2934 NA #> 2935 NA #> 2936 NA #> 2937 NA #> 2938 NA #> 2939 NA #> 2940 NA #> 2941 NA #> 2942 NA #> 2943 NA #> 2944 NA #> 2945 NA #> 2946 NA #> 2947 NA #> 2948 NA #> 2949 NA #> 2950 NA #> 2951 NA #> 2952 NA #> 2953 NA #> 2954 NA #> 2955 NA #> 2956 NA #> 2957 NA #> 2958 NA #> 2959 NA #> 2960 NA #> 2961 NA #> 2962 NA #> 2963 NA #> 2964 NA #> 2965 NA #> 2966 NA #> 2967 NA #> 2968 NA #> 2969 NA #> 2970 NA #> 2971 NA #> 2972 NA #> 2973 NA #> 2974 NA #> 2975 NA #> 2976 NA #> 2977 NA #> 2978 NA #> 2979 NA #> 2980 NA #> 2981 NA #> 2982 NA #> 2983 NA #> 2984 NA #> 2985 NA #> 2986 NA #> 2987 NA #> 2988 NA #> 2989 NA #> 2990 NA #> 2991 NA #> 2992 NA #> 2993 NA #> 2994 NA #> 2995 NA #> 2996 NA #> 2997 NA #> 2998 NA #> 2999 NA #> 3000 NA #> 3001 NA #> 3002 NA #> 3003 NA #> 3004 NA #> 3005 NA #> 3006 NA #> 3007 NA #> 3008 NA #> 3009 NA #> 3010 NA #> 3011 NA #> 3012 NA #> 3013 NA #> 3014 NA #> 3015 NA #> 3016 NA #> 3017 NA #> 3018 NA #> 3019 NA #> 3020 NA #> 3021 NA #> 3022 NA #> 3023 NA #> 3024 NA #> 3025 NA #> 3026 NA #> 3027 NA #> 3028 NA #> 3029 NA #> 3030 NA #> 3031 NA #> 3032 NA #> 3033 NA #> 3034 NA #> 3035 NA #> 3036 NA #> 3037 NA #> 3038 NA #> 3039 NA #> 3040 NA #> 3041 NA #> 3042 NA #> 3043 NA #> 3044 NA #> 3045 NA #> 3046 NA #> 3047 NA #> 3048 NA #> 3049 NA #> 3050 NA #> 3051 NA #> 3052 NA #> 3053 NA #> 3054 NA #> 3055 NA #> 3056 NA #> 3057 NA #> 3058 NA #> 3059 NA #> 3060 NA #> 3061 NA #> 3062 NA #> 3063 NA #> 3064 NA #> 3065 NA #> 3066 NA #> 3067 NA #> 3068 NA #> 3069 NA #> 3070 NA #> 3071 NA #> 3072 NA #> 3073 NA #> 3074 NA #> 3075 NA #> 3076 NA #> 3077 NA #> 3078 NA #> 3079 NA #> 3080 NA #> 3081 NA #> 3082 NA #> 3083 NA #> 3084 NA #> 3085 NA #> 3086 NA #> 3087 NA #> 3088 NA #> 3089 NA #> 3090 NA #> 3091 NA #> 3092 NA #> 3093 NA #> 3094 NA #> 3095 NA #> 3096 NA #> 3097 NA #> 3098 NA #> 3099 NA #> 3100 NA #> 3101 NA #> 3102 NA #> 3103 NA #> 3104 NA #> 3105 NA #> 3106 NA #> 3107 NA #> 3108 NA #> 3109 NA #> 3110 NA #> 3111 NA #> 3112 NA #> 3113 NA #> 3114 NA #> 3115 NA #> 3116 NA #> 3117 NA #> 3118 NA #> 3119 NA #> 3120 NA #> 3121 NA #> 3122 NA #> 3123 NA #> 3124 NA #> 3125 NA #> 3126 NA #> 3127 NA #> 3128 NA #> 3129 NA #> 3130 NA #> 3131 NA #> 3132 NA #> 3133 NA #> 3134 NA #> 3135 NA #> 3136 NA #> 3137 NA #> 3138 NA #> 3139 NA #> 3140 NA #> 3141 NA #> 3142 NA #> 3143 NA #> 3144 NA #> 3145 NA #> 3146 NA #> 3147 NA #> 3148 NA #> 3149 NA #> 3150 NA #> 3151 NA #> 3152 NA #> 3153 NA #> 3154 NA #> 3155 NA #> 3156 NA #> 3157 NA #> 3158 NA #> 3159 NA #> 3160 NA #> 3161 NA #> 3162 NA #> 3163 NA #> 3164 NA #> 3165 NA #> 3166 NA #> 3167 NA #> 3168 NA #> 3169 NA #> 3170 NA #> 3171 NA #> 3172 NA #> 3173 NA #> 3174 NA #> 3175 NA #> 3176 NA #> 3177 NA #> 3178 NA #> 3179 NA #> 3180 NA #> 3181 NA #> 3182 NA #> 3183 NA #> 3184 NA #> 3185 NA #> 3186 NA #> 3187 NA #> 3188 NA #> 3189 NA #> 3190 NA #> 3191 NA #> 3192 NA #> 3193 NA #> 3194 NA #> 3195 NA #> 3196 NA #> 3197 NA #> 3198 NA #> 3199 NA #> 3200 NA #> 3201 NA #> 3202 NA #> 3203 NA #> 3204 NA #> 3205 NA #> 3206 NA #> 3207 NA #> 3208 NA #> 3209 NA #> 3210 NA #> 3211 NA #> 3212 NA #> 3213 NA #> 3214 NA #> 3215 NA #> 3216 NA #> 3217 NA #> 3218 NA #> 3219 NA #> 3220 NA #> 3221 NA #> 3222 NA #> 3223 NA #> 3224 NA #> 3225 NA #> 3226 NA #> 3227 NA #> 3228 NA #> 3229 NA #> 3230 NA #> 3231 NA #> 3232 NA #> 3233 NA #> 3234 NA #> 3235 NA #> 3236 NA #> 3237 NA #> 3238 NA #> 3239 NA #> 3240 NA #> 3241 NA #> 3242 NA #> 3243 NA #> 3244 NA #> 3245 NA #> 3246 NA #> 3247 NA #> 3248 NA #> 3249 NA #> 3250 NA #> 3251 NA #> 3252 NA #> 3253 NA #> 3254 NA #> 3255 NA #> 3256 NA #> 3257 NA #> 3258 NA #> 3259 NA #> 3260 NA #> 3261 NA #> 3262 NA #> 3263 NA #> 3264 NA #> 3265 NA #> 3266 NA #> 3267 NA #> 3268 NA #> 3269 NA #> 3270 NA #> 3271 NA #> 3272 NA #> 3273 NA #> 3274 NA #> 3275 NA #> 3276 NA #> 3277 NA #> 3278 NA #> 3279 NA #> 3280 NA #> 3281 NA #> 3282 NA #> 3283 NA #> 3284 NA #> 3285 NA #> 3286 NA #> 3287 NA #> 3288 NA #> 3289 NA #> 3290 NA #> 3291 NA #> 3292 NA #> 3293 NA #> 3294 NA #> 3295 NA #> 3296 NA #> 3297 NA #> 3298 NA #> 3299 NA #> 3300 NA #> 3301 NA #> 3302 NA #> 3303 NA #> 3304 NA #> 3305 NA #> 3306 NA #> 3307 NA #> 3308 NA #> 3309 NA #> 3310 NA #> 3311 NA #> 3312 NA #> 3313 NA #> 3314 NA #> 3315 NA #> 3316 NA #> 3317 NA #> 3318 NA #> 3319 NA #> 3320 NA #> 3321 NA #> 3322 NA #> 3323 NA #> 3324 NA #> 3325 NA #> 3326 NA #> 3327 NA #> 3328 NA #> 3329 NA #> 3330 NA #> 3331 NA #> 3332 NA #> 3333 NA #> 3334 NA #> 3335 NA #> 3336 NA #> 3337 NA #> 3338 NA #> 3339 NA #> 3340 NA #> 3341 NA #> 3342 NA #> 3343 NA #> 3344 NA #> 3345 NA #> 3346 NA #> 3347 NA #> 3348 NA #> 3349 NA #> 3350 NA #> 3351 NA #> 3352 NA #> 3353 NA #> 3354 NA #> 3355 NA #> 3356 NA #> 3357 NA #> 3358 NA #> 3359 NA #> 3360 NA #> 3361 NA #> 3362 NA #> 3363 NA #> 3364 NA #> 3365 NA #> 3366 NA #> 3367 NA #> 3368 NA #> 3369 NA #> 3370 NA #> 3371 NA #> 3372 NA #> 3373 NA #> 3374 NA #> 3375 NA #> 3376 NA #> 3377 NA #> 3378 NA #> 3379 NA #> 3380 NA #> 3381 NA #> 3382 NA #> 3383 NA #> 3384 NA #> 3385 NA #> 3386 NA #> 3387 NA #> 3388 NA #> 3389 NA #> 3390 NA #> 3391 NA #> 3392 NA #> 3393 NA #> 3394 NA #> 3395 NA #> 3396 NA #> 3397 NA #> 3398 NA #> 3399 NA #> 3400 NA #> 3401 NA #> 3402 NA #> 3403 NA #> 3404 NA #> 3405 NA #> 3406 NA #> 3407 NA #> 3408 NA #> 3409 NA #> 3410 NA #> 3411 NA #> 3412 NA #> 3413 NA #> 3414 NA #> 3415 NA #> 3416 NA #> 3417 NA #> 3418 NA #> 3419 NA #> 3420 NA #> 3421 NA #> 3422 NA #> 3423 NA #> 3424 NA #> 3425 NA #> 3426 NA #> 3427 NA #> 3428 NA #> 3429 NA #> 3430 NA #> 3431 NA #> 3432 NA #> 3433 NA #> 3434 NA #> 3435 NA #> 3436 NA #> 3437 NA #> 3438 NA #> 3439 NA #> 3440 NA #> 3441 NA #> 3442 NA #> 3443 NA #> 3444 NA #> 3445 NA #> 3446 NA #> 3447 NA #> 3448 NA #> 3449 NA #> 3450 NA #> 3451 NA #> 3452 NA #> 3453 NA #> 3454 NA #> 3455 NA #> 3456 NA #> 3457 NA #> 3458 NA #> 3459 NA #> 3460 NA #> 3461 NA #> 3462 NA #> 3463 NA #> 3464 NA #> 3465 NA #> 3466 NA #> 3467 NA #> 3468 NA #> 3469 NA #> 3470 NA #> 3471 NA #> 3472 NA #> 3473 NA #> 3474 NA #> 3475 NA #> 3476 NA #> 3477 NA #> 3478 NA #> 3479 NA #> 3480 NA #> 3481 NA #> 3482 NA #> 3483 NA #> 3484 NA #> 3485 NA #> 3486 NA #> 3487 NA #> 3488 NA #> 3489 NA #> 3490 NA #> 3491 NA #> 3492 NA #> 3493 NA #> 3494 NA #> 3495 NA #> 3496 NA #> 3497 NA #> 3498 NA #> 3499 NA #> 3500 NA #> 3501 NA #> 3502 NA #> 3503 NA #> 3504 NA #> 3505 NA #> 3506 NA #> 3507 NA #> 3508 NA #> 3509 NA #> 3510 NA #> 3511 NA #> 3512 NA #> 3513 NA #> 3514 NA #> 3515 NA #> 3516 NA #> 3517 NA #> 3518 NA #> 3519 NA #> 3520 NA #> 3521 NA #> 3522 NA #> 3523 NA #> 3524 NA #> 3525 NA #> 3526 NA #> 3527 NA #> 3528 NA #> 3529 NA #> 3530 NA #> 3531 NA #> 3532 NA #> 3533 NA #> 3534 NA #> 3535 NA #> 3536 NA #> 3537 NA #> 3538 NA #> 3539 NA #> 3540 NA #> 3541 NA #> 3542 NA #> 3543 NA #> 3544 NA #> 3545 NA #> 3546 NA #> 3547 NA #> 3548 NA #> 3549 NA #> 3550 NA #> 3551 NA #> 3552 NA #> 3553 NA #> 3554 NA #> 3555 NA #> 3556 NA #> 3557 NA #> 3558 NA #> 3559 NA #> 3560 NA #> 3561 NA #> 3562 NA #> 3563 NA #> 3564 NA #> 3565 NA #> 3566 NA #> 3567 NA #> 3568 NA #> 3569 NA #> 3570 NA #> 3571 NA #> 3572 NA #> 3573 NA #> 3574 NA #> 3575 NA #> 3576 NA #> 3577 NA #> 3578 NA #> 3579 NA #> 3580 NA #> 3581 NA #> 3582 NA #> 3583 NA #> 3584 NA #> 3585 NA #> 3586 NA #> 3587 NA #> 3588 NA #> 3589 NA #> 3590 NA #> 3591 NA #> 3592 NA #> 3593 NA #> 3594 NA #> 3595 NA #> 3596 NA #> 3597 NA #> 3598 NA #> 3599 NA #> 3600 NA #> 3601 NA #> 3602 NA #> 3603 NA #> 3604 NA #> 3605 NA #> 3606 NA #> 3607 NA #> 3608 NA #> 3609 NA #> 3610 NA #> 3611 NA #> 3612 NA #> 3613 NA #> 3614 NA #> 3615 NA #> 3616 NA #> 3617 NA #> 3618 NA #> 3619 NA #> 3620 NA #> 3621 NA #> 3622 NA #> 3623 NA #> 3624 NA #> 3625 NA #> 3626 NA #> 3627 NA #> 3628 NA #> 3629 NA #> 3630 NA #> 3631 NA #> 3632 NA #> 3633 NA #> 3634 NA #> 3635 NA #> 3636 NA #> 3637 NA #> 3638 NA #> 3639 NA #> 3640 NA #> 3641 NA #> 3642 NA #> 3643 NA #> 3644 NA #> 3645 NA #> 3646 NA #> 3647 NA #> 3648 NA #> 3649 NA #> 3650 NA #> 3651 NA #> 3652 NA #> 3653 NA #> 3654 NA #> 3655 NA #> 3656 NA #> 3657 NA #> 3658 NA #> 3659 NA #> 3660 NA #> 3661 NA #> 3662 NA #> 3663 NA #> 3664 NA #> 3665 NA #> 3666 NA #> 3667 NA #> 3668 NA #> 3669 NA #> 3670 NA #> 3671 NA #> 3672 NA #> 3673 NA #> 3674 NA #> 3675 NA #> 3676 NA #> 3677 NA #> 3678 NA #> 3679 NA #> 3680 NA #> 3681 NA #> 3682 NA #> 3683 NA #> 3684 NA #> 3685 NA #> 3686 NA #> 3687 NA #> 3688 NA #> 3689 NA #> 3690 NA #> 3691 NA #> 3692 NA #> 3693 NA #> 3694 NA #> 3695 NA #> 3696 NA #> 3697 NA #> 3698 NA #> 3699 NA #> 3700 NA #> 3701 NA #> 3702 NA #> 3703 NA #> 3704 NA #> 3705 NA #> 3706 NA #> 3707 NA #> 3708 NA #> 3709 NA #> 3710 NA #> 3711 NA #> 3712 NA #> 3713 NA #> 3714 NA #> 3715 NA #> 3716 NA #> 3717 NA #> 3718 NA #> 3719 NA #> 3720 NA #> 3721 NA #> 3722 NA #> 3723 NA #> 3724 NA #> 3725 NA #> 3726 NA #> 3727 NA #> 3728 NA #> 3729 NA #> 3730 NA #> 3731 NA #> 3732 NA #> 3733 NA #> 3734 NA #> 3735 NA #> 3736 NA #> 3737 NA #> 3738 NA #> 3739 NA #> 3740 NA #> 3741 NA #> 3742 NA #> 3743 NA #> 3744 NA #> 3745 NA #> 3746 NA #> 3747 NA #> 3748 NA #> 3749 NA #> 3750 NA #> 3751 NA #> 3752 NA #> 3753 NA #> 3754 NA #> 3755 NA #> 3756 NA #> 3757 NA #> 3758 NA #> 3759 NA #> 3760 NA #> 3761 NA #> 3762 NA #> 3763 NA #> 3764 NA #> 3765 NA #> 3766 NA #> 3767 NA #> 3768 NA #> 3769 NA #> 3770 NA #> 3771 NA #> 3772 NA #> 3773 NA #> 3774 NA #> 3775 NA #> 3776 NA #> 3777 NA #> 3778 NA #> 3779 NA #> 3780 NA #> 3781 NA #> 3782 NA #> 3783 NA #> 3784 NA #> 3785 NA #> 3786 NA #> 3787 NA #> 3788 NA #> 3789 NA #> 3790 NA #> 3791 NA #> 3792 NA #> 3793 NA #> 3794 NA #> 3795 NA #> 3796 NA #> 3797 NA #> 3798 NA #> 3799 NA #> 3800 NA #> 3801 NA #> 3802 NA #> 3803 NA #> 3804 NA #> 3805 NA #> 3806 NA #> 3807 NA #> 3808 NA #> 3809 NA #> 3810 NA #> 3811 NA #> 3812 NA #> 3813 NA #> 3814 NA #> 3815 NA #> 3816 NA #> 3817 NA #> 3818 NA #> 3819 NA #> 3820 NA #> 3821 NA #> 3822 NA #> 3823 NA #> 3824 NA #> 3825 NA #> 3826 NA #> 3827 NA #> 3828 NA #> 3829 NA #> 3830 NA #> 3831 NA #> 3832 NA #> 3833 NA #> 3834 NA #> 3835 NA #> 3836 NA #> 3837 NA #> 3838 NA #> 3839 NA #> 3840 NA #> 3841 NA #> 3842 NA #> 3843 NA #> 3844 NA #> 3845 NA #> 3846 NA #> 3847 NA #> 3848 NA #> 3849 NA #> 3850 NA #> 3851 NA #> 3852 NA #> 3853 NA #> 3854 NA #> 3855 NA #> 3856 NA #> 3857 NA #> 3858 NA #> 3859 NA #> 3860 NA #> 3861 NA #> 3862 NA #> 3863 NA #> 3864 NA #> 3865 NA #> 3866 NA #> 3867 NA #> 3868 NA #> 3869 NA #> 3870 NA #> 3871 NA #> 3872 NA #> 3873 NA #> 3874 NA #> 3875 NA #> 3876 NA #> 3877 NA #> 3878 NA #> 3879 NA #> 3880 NA #> 3881 NA #> 3882 NA #> 3883 NA #> 3884 NA #> 3885 NA #> 3886 NA #> 3887 NA #> 3888 NA #> 3889 NA #> 3890 NA #> 3891 NA #> 3892 NA #> 3893 NA #> 3894 NA #> 3895 NA #> 3896 NA #> 3897 NA #> 3898 NA #> 3899 NA #> 3900 NA #> 3901 NA #> 3902 NA #> 3903 NA #> 3904 NA #> 3905 NA #> 3906 NA #> 3907 NA #> 3908 NA #> 3909 NA #> 3910 NA #> 3911 NA #> 3912 NA #> 3913 NA #> 3914 NA #> 3915 NA #> 3916 NA #> 3917 NA #> 3918 NA #> 3919 NA #> 3920 NA #> 3921 NA #> 3922 NA #> 3923 NA #> 3924 NA #> 3925 NA #> 3926 NA #> 3927 NA #> 3928 NA #> 3929 NA #> 3930 NA #> 3931 NA #> 3932 NA #> 3933 NA #> 3934 NA #> 3935 NA #> 3936 NA #> 3937 NA #> 3938 NA #> 3939 NA #> 3940 NA #> 3941 NA #> 3942 NA #> 3943 NA #> 3944 NA #> 3945 NA #> 3946 NA #> 3947 NA #> 3948 NA #> 3949 NA #> 3950 NA #> 3951 NA #> 3952 NA #> 3953 NA #> 3954 NA #> 3955 NA #> 3956 NA #> 3957 NA #> 3958 NA #> 3959 NA #> 3960 NA #> 3961 NA #> 3962 NA #> 3963 NA #> 3964 NA #> 3965 NA #> 3966 NA #> 3967 NA #> 3968 NA #> 3969 NA #> 3970 NA #> 3971 NA #> 3972 NA #> 3973 NA #> 3974 NA #> 3975 NA #> 3976 NA #> 3977 NA #> 3978 NA #> 3979 NA #> 3980 NA #> 3981 NA #> 3982 NA #> 3983 NA #> 3984 NA #> 3985 NA #> 3986 NA #> 3987 NA #> 3988 NA #> 3989 NA #> 3990 NA #> 3991 NA #> 3992 NA #> 3993 NA #> 3994 NA #> 3995 NA #> 3996 NA #> 3997 NA #> 3998 NA #> 3999 NA #> 4000 NA #> 4001 NA #> 4002 NA #> 4003 NA #> 4004 NA #> 4005 NA #> 4006 NA #> 4007 NA #> 4008 NA #> 4009 NA #> 4010 NA #> 4011 NA #> 4012 NA #> 4013 NA #> 4014 NA #> 4015 NA #> 4016 NA #> 4017 NA #> 4018 NA #> 4019 NA #> 4020 NA #> 4021 NA #> 4022 NA #> 4023 NA #> 4024 NA #> 4025 NA #> 4026 NA #> 4027 NA #> 4028 NA #> 4029 NA #> 4030 NA #> 4031 NA #> 4032 NA #> 4033 NA #> 4034 NA #> 4035 NA #> 4036 NA #> 4037 NA #> 4038 NA #> 4039 NA #> 4040 NA #> 4041 NA #> 4042 NA #> 4043 NA #> 4044 NA #> 4045 NA #> 4046 NA #> 4047 NA #> 4048 NA #> 4049 NA #> 4050 NA #> 4051 NA #> 4052 NA #> 4053 NA #> 4054 NA #> 4055 NA #> 4056 NA #> 4057 NA #> 4058 NA #> 4059 NA #> 4060 NA #> 4061 NA #> 4062 NA #> 4063 NA #> 4064 NA #> 4065 NA #> 4066 NA #> 4067 NA #> 4068 NA #> 4069 NA #> 4070 NA #> 4071 NA #> 4072 NA #> 4073 NA #> 4074 NA #> 4075 NA #> 4076 NA #> 4077 NA #> 4078 NA #> 4079 NA #> 4080 NA #> 4081 NA #> 4082 NA #> 4083 NA #> 4084 NA #> 4085 NA #> 4086 NA #> 4087 NA #> 4088 NA #> 4089 NA #> 4090 NA #> 4091 NA #> 4092 NA #> 4093 NA #> 4094 NA #> 4095 NA #> 4096 NA #> 4097 NA #> 4098 NA #> 4099 NA #> 4100 NA #> 4101 NA #> 4102 NA #> 4103 NA #> 4104 NA #> 4105 NA #> 4106 NA #> 4107 NA #> 4108 NA #> 4109 NA #> 4110 NA #> 4111 NA #> 4112 NA #> 4113 NA #> 4114 NA #> 4115 NA #> 4116 NA #> 4117 NA #> 4118 NA #> 4119 NA #> 4120 NA #> 4121 NA #> 4122 NA #> 4123 NA #> 4124 NA #> 4125 NA #> 4126 NA #> 4127 NA #> 4128 NA #> 4129 NA #> 4130 NA #> 4131 NA #> 4132 NA #> 4133 NA #> 4134 NA #> 4135 NA #> 4136 NA #> 4137 NA #> 4138 NA #> 4139 NA #> 4140 NA #> 4141 NA #> 4142 NA #> 4143 NA #> 4144 NA #> 4145 NA #> 4146 NA #> 4147 NA #> 4148 NA #> 4149 NA #> 4150 NA #> 4151 NA #> 4152 NA #> 4153 NA #> 4154 NA #> 4155 NA #> 4156 NA #> 4157 NA #> 4158 NA #> 4159 NA #> 4160 NA #> 4161 NA #> 4162 NA #> 4163 NA #> 4164 NA #> 4165 NA #> 4166 NA #> 4167 NA #> 4168 NA #> 4169 NA #> 4170 NA #> 4171 NA #> 4172 NA #> 4173 NA #> 4174 NA #> 4175 NA #> 4176 NA #> 4177 NA #> 4178 NA #> 4179 NA #> 4180 NA #> 4181 NA #> 4182 NA #> 4183 NA #> 4184 NA #> 4185 NA #> 4186 NA #> 4187 NA #> 4188 NA #> 4189 NA #> 4190 NA #> 4191 NA #> 4192 NA #> 4193 NA #> 4194 NA #> 4195 NA #> 4196 NA #> 4197 NA #> 4198 NA #> 4199 NA #> 4200 NA #> 4201 NA #> 4202 NA #> 4203 NA #> 4204 NA #> 4205 NA #> 4206 NA #> 4207 NA #> 4208 NA #> 4209 NA #> 4210 NA #> 4211 NA #> 4212 NA #> 4213 NA #> 4214 NA #> 4215 NA #> 4216 NA #> 4217 NA #> 4218 NA #> 4219 NA #> 4220 NA #> 4221 NA #> 4222 NA #> 4223 NA #> 4224 NA #> 4225 NA #> 4226 NA #> 4227 NA #> 4228 NA #> 4229 NA #> 4230 NA #> 4231 NA #> 4232 NA #> 4233 NA #> 4234 NA #> 4235 NA #> 4236 NA #> 4237 NA #> 4238 NA #> 4239 NA #> 4240 NA #> 4241 NA #> 4242 NA #> 4243 NA #> 4244 NA #> 4245 NA #> 4246 NA #> 4247 NA #> 4248 NA #> 4249 NA #> 4250 NA #> 4251 NA #> 4252 NA #> 4253 NA #> 4254 NA #> 4255 NA #> 4256 NA #> 4257 NA #> 4258 NA #> 4259 NA #> 4260 NA #> 4261 NA #> 4262 NA #> 4263 NA #> 4264 NA #> 4265 NA #> 4266 NA #> 4267 NA #> 4268 NA #> 4269 NA #> 4270 NA #> 4271 NA #> 4272 NA #> 4273 NA #> 4274 NA #> 4275 NA #> 4276 NA #> 4277 NA #> 4278 NA #> 4279 NA #> 4280 NA #> 4281 NA #> 4282 NA #> 4283 NA #> 4284 NA #> 4285 NA #> 4286 NA #> 4287 NA #> 4288 NA #> 4289 NA #> 4290 NA #> 4291 NA #> 4292 NA #> 4293 NA #> 4294 NA #> 4295 NA #> 4296 NA #> 4297 NA #> 4298 NA #> 4299 NA #> 4300 NA #> 4301 NA #> 4302 NA #> 4303 NA #> 4304 NA #> 4305 NA #> 4306 NA #> 4307 NA #> 4308 NA #> 4309 NA #> 4310 NA #> 4311 NA #> 4312 NA #> 4313 NA #> 4314 NA #> 4315 NA #> 4316 NA #> 4317 NA #> 4318 NA #> 4319 NA #> 4320 NA #> 4321 NA #> 4322 NA #> 4323 NA #> 4324 NA #> 4325 NA #> 4326 NA #> 4327 NA #> 4328 NA #> 4329 NA #> 4330 NA #> 4331 NA #> 4332 NA #> 4333 NA #> 4334 NA #> 4335 NA #> 4336 NA #> 4337 NA #> 4338 NA #> 4339 NA #> 4340 NA #> 4341 NA #> 4342 NA #> 4343 NA #> 4344 NA #> 4345 NA #> 4346 NA #> 4347 NA #> 4348 NA #> 4349 NA #> 4350 NA #> 4351 NA #> 4352 NA #> 4353 NA #> 4354 NA #> 4355 NA #> 4356 NA #> 4357 NA #> 4358 NA #> 4359 NA #> 4360 NA #> 4361 NA #> 4362 NA #> 4363 NA #> 4364 NA #> 4365 NA #> 4366 NA #> 4367 NA #> 4368 NA #> 4369 NA #> 4370 NA #> 4371 NA #> 4372 NA #> 4373 NA #> 4374 NA #> 4375 NA #> 4376 NA #> 4377 NA #> 4378 NA #> 4379 NA #> 4380 NA #> 4381 NA #> 4382 NA #> 4383 NA #> 4384 NA #> 4385 NA #> 4386 NA #> 4387 NA #> 4388 NA #> 4389 NA #> 4390 NA #> 4391 NA #> 4392 NA #> 4393 NA #> 4394 NA #> 4395 NA #> 4396 NA #> 4397 NA #> 4398 NA #> 4399 NA #> 4400 NA #> 4401 NA #> 4402 NA #> 4403 NA #> 4404 NA #> 4405 NA #> 4406 NA #> 4407 NA #> 4408 NA #> 4409 NA #> 4410 NA #> 4411 NA #> 4412 NA #> 4413 NA #> 4414 NA #> 4415 NA #> 4416 NA #> 4417 NA #> 4418 NA #> 4419 NA #> 4420 NA #> 4421 NA #> 4422 NA #> 4423 NA #> 4424 NA #> 4425 NA #> 4426 NA #> 4427 NA #> 4428 NA #> 4429 NA #> 4430 NA #> 4431 NA #> 4432 NA #> 4433 NA #> 4434 NA #> 4435 NA #> 4436 NA #> 4437 NA #> 4438 NA #> 4439 NA #> 4440 NA #> 4441 NA #> 4442 NA #> 4443 NA #> 4444 NA #> 4445 NA #> 4446 NA #> 4447 NA #> 4448 NA #> 4449 NA #> 4450 NA #> 4451 NA #> 4452 NA #> 4453 NA #> 4454 NA #> 4455 NA #> 4456 NA #> 4457 NA #> 4458 NA #> 4459 NA #> 4460 NA #> 4461 NA #> 4462 NA #> 4463 NA #> 4464 NA #> 4465 NA #> 4466 NA #> 4467 NA #> 4468 NA #> 4469 NA #> 4470 NA #> 4471 NA #> 4472 NA #> 4473 NA #> 4474 NA #> 4475 NA #> 4476 NA #> 4477 NA #> 4478 NA #> 4479 NA #> 4480 NA #> 4481 NA #> 4482 NA #> 4483 NA #> 4484 NA #> 4485 NA #> 4486 NA #> 4487 NA #> 4488 NA #> 4489 NA #> 4490 NA #> 4491 NA #> 4492 NA #> 4493 NA #> 4494 NA #> 4495 NA #> 4496 NA #> 4497 NA #> 4498 NA #> 4499 NA #> 4500 NA #> 4501 NA #> 4502 NA #> 4503 NA #> 4504 NA #> 4505 NA #> 4506 NA #> 4507 NA #> 4508 NA #> 4509 NA #> 4510 NA #> 4511 NA #> 4512 NA #> 4513 NA #> 4514 NA #> 4515 NA #> 4516 NA #> 4517 NA #> 4518 NA #> 4519 NA #> 4520 NA #> 4521 NA #> 4522 NA #> 4523 NA #> 4524 NA #> 4525 NA #> 4526 NA #> 4527 NA #> 4528 NA #> 4529 NA #> 4530 NA #> 4531 NA #> 4532 NA #> 4533 NA #> 4534 NA #> 4535 NA #> 4536 NA #> 4537 NA #> 4538 NA #> 4539 NA #> 4540 NA #> 4541 NA #> 4542 NA #> 4543 NA #> 4544 NA #> 4545 NA #> 4546 NA #> 4547 NA #> 4548 NA #> 4549 NA #> 4550 NA #> 4551 NA #> 4552 NA #> 4553 NA #> 4554 NA #> 4555 NA #> 4556 NA #> 4557 NA #> 4558 NA #> 4559 NA #> 4560 NA #> 4561 NA #> 4562 NA #> 4563 NA #> 4564 NA #> 4565 NA #> 4566 NA #> 4567 NA #> 4568 NA #> 4569 NA #> 4570 NA #> 4571 NA #> 4572 NA #> 4573 NA #> 4574 NA #> 4575 NA #> 4576 NA #> 4577 NA #> 4578 NA #> 4579 NA #> 4580 NA #> 4581 NA #> 4582 NA #> 4583 NA #> 4584 NA #> 4585 NA #> 4586 NA #> 4587 NA #> 4588 NA #> 4589 NA #> 4590 NA #> 4591 NA #> 4592 NA #> 4593 NA #> 4594 NA #> 4595 NA #> 4596 NA #> 4597 NA #> 4598 NA #> 4599 NA #> 4600 NA #> 4601 NA #> 4602 NA #> 4603 NA #> 4604 NA #> 4605 NA #> 4606 NA #> 4607 NA #> 4608 NA #> 4609 NA #> 4610 NA #> 4611 NA #> 4612 NA #> 4613 NA #> 4614 NA #> 4615 NA #> 4616 NA #> 4617 NA #> 4618 NA #> 4619 NA #> 4620 NA #> 4621 NA #> 4622 NA #> 4623 NA #> 4624 NA #> 4625 NA #> 4626 NA #> 4627 NA #> 4628 NA #> 4629 NA #> 4630 NA #> 4631 NA #> 4632 NA #> 4633 NA #> 4634 NA #> 4635 NA #> 4636 NA #> 4637 NA #> 4638 NA #> 4639 NA #> 4640 NA #> 4641 NA #> 4642 NA #> 4643 NA #> 4644 NA #> 4645 NA #> 4646 NA #> 4647 NA #> 4648 NA #> 4649 NA #> 4650 NA #> 4651 NA #> 4652 NA #> 4653 NA #> 4654 NA #> 4655 NA #> 4656 NA #> 4657 NA #> 4658 NA #> 4659 NA #> 4660 NA #> 4661 NA #> 4662 NA #> 4663 NA #> 4664 NA #> 4665 NA #> 4666 NA #> 4667 NA #> 4668 NA #> 4669 NA #> 4670 NA #> 4671 NA #> 4672 NA #> 4673 NA #> 4674 NA #> 4675 NA #> 4676 NA #> 4677 NA #> 4678 NA #> 4679 NA #> 4680 NA #> 4681 NA #> 4682 NA #> 4683 NA #> 4684 NA #> 4685 NA #> 4686 NA #> 4687 NA #> 4688 NA #> 4689 NA #> 4690 NA #> 4691 NA #> 4692 NA #> 4693 NA #> 4694 NA #> 4695 NA #> 4696 NA #> 4697 NA #> 4698 NA #> 4699 NA #> 4700 NA #> 4701 NA #> 4702 NA #> 4703 NA #> 4704 NA #> 4705 NA #> 4706 NA #> 4707 NA #> 4708 NA #> 4709 NA #> 4710 NA #> 4711 NA #> 4712 NA #> 4713 NA #> 4714 NA #> 4715 NA #> 4716 NA #> 4717 NA #> 4718 NA #> 4719 NA #> 4720 NA #> 4721 NA #> 4722 NA #> 4723 NA #> 4724 NA #> 4725 NA #> 4726 NA #> 4727 NA #> 4728 NA #> 4729 NA #> 4730 NA #> 4731 NA #> 4732 NA #> 4733 NA #> 4734 NA #> 4735 NA #> 4736 NA #> 4737 NA #> 4738 NA #> 4739 NA #> 4740 NA #> 4741 NA #> 4742 NA #> 4743 NA #> 4744 NA #> 4745 NA #> 4746 NA #> 4747 NA #> 4748 NA #> 4749 NA #> 4750 NA #> 4751 NA #> 4752 NA #> 4753 NA #> 4754 NA #> 4755 NA #> 4756 NA #> 4757 NA #> 4758 NA #> 4759 NA #> 4760 NA #> 4761 NA #> 4762 NA #> 4763 NA #> 4764 NA #> 4765 NA #> 4766 NA #> 4767 NA #> 4768 NA #> 4769 NA #> 4770 NA #> 4771 NA #> 4772 NA #> 4773 NA #> 4774 NA #> 4775 NA #> 4776 NA #> 4777 NA #> 4778 NA #> 4779 NA #> 4780 NA #> 4781 NA #> 4782 NA #> 4783 NA #> 4784 NA #> 4785 NA #> 4786 NA #> 4787 NA #> 4788 NA #> 4789 NA #> 4790 NA #> 4791 NA #> 4792 NA #> 4793 NA #> 4794 NA #> 4795 NA #> 4796 NA #> 4797 NA #> 4798 NA #> 4799 NA #> 4800 NA #> 4801 NA #> 4802 NA #> 4803 NA #> 4804 NA #> 4805 NA #> 4806 NA #> 4807 NA #> 4808 NA #> 4809 NA #> 4810 NA #> 4811 NA #> 4812 NA #> 4813 NA #> 4814 NA #> 4815 NA #> 4816 NA #> 4817 NA #> 4818 NA #> 4819 NA #> 4820 NA #> 4821 NA #> 4822 NA #> 4823 NA #> 4824 NA #> 4825 NA #> 4826 NA #> 4827 NA #> 4828 NA #> 4829 NA #> 4830 NA #> 4831 NA #> 4832 NA #> 4833 NA #> 4834 NA #> 4835 NA #> 4836 NA #> 4837 NA #> 4838 NA #> 4839 NA #> 4840 NA #> 4841 NA #> 4842 NA #> 4843 NA #> 4844 NA #> 4845 NA #> 4846 NA #> 4847 NA #> 4848 NA #> 4849 NA #> 4850 NA #> 4851 NA #> 4852 NA #> 4853 NA #> 4854 NA #> 4855 NA #> 4856 NA #> 4857 NA #> 4858 NA #> 4859 NA #> 4860 NA #> 4861 NA #> 4862 NA #> 4863 NA #> 4864 NA #> 4865 NA #> 4866 NA #> 4867 NA #> 4868 NA #> 4869 NA #> 4870 NA #> 4871 NA #> 4872 NA #> 4873 NA #> 4874 NA #> 4875 NA #> 4876 NA #> 4877 NA #> 4878 NA #> 4879 NA #> 4880 NA #> 4881 NA #> 4882 NA #> 4883 NA #> 4884 NA #> 4885 NA #> 4886 NA #> 4887 NA #> 4888 NA #> 4889 NA #> 4890 NA #> 4891 NA #> 4892 NA #> 4893 NA #> 4894 NA #> 4895 NA #> 4896 NA #> 4897 NA #> 4898 NA #> 4899 NA #> 4900 NA #> 4901 NA #> 4902 NA #> 4903 NA #> 4904 NA #> 4905 NA #> 4906 NA #> 4907 NA #> 4908 NA #> 4909 NA #> 4910 NA #> 4911 NA #> 4912 NA #> 4913 NA #> 4914 NA #> 4915 NA #> 4916 NA #> 4917 NA #> 4918 NA #> 4919 NA #> 4920 NA #> 4921 NA #> 4922 NA #> 4923 NA #> 4924 NA #> 4925 NA #> 4926 NA #> 4927 NA #> 4928 NA #> 4929 NA #> 4930 NA #> 4931 NA #> 4932 NA #> 4933 NA #> 4934 NA #> 4935 NA #> 4936 NA #> 4937 NA #> 4938 NA #> 4939 NA #> 4940 NA #> 4941 NA #> 4942 NA #> 4943 NA #> 4944 NA #> 4945 NA #> 4946 NA #> 4947 NA #> 4948 NA #> 4949 NA #> 4950 NA #> 4951 NA #> 4952 NA #> 4953 NA #> 4954 NA #> 4955 NA #> 4956 NA #> 4957 NA #> 4958 NA #> 4959 NA #> 4960 NA #> 4961 NA #> 4962 NA #> 4963 NA #> 4964 NA #> 4965 NA #> 4966 NA #> 4967 NA #> 4968 NA #> 4969 NA #> 4970 NA #> 4971 NA #> 4972 NA #> 4973 NA #> 4974 NA #> 4975 NA #> 4976 NA #> 4977 NA #> 4978 NA #> 4979 NA #> 4980 NA #> 4981 NA #> 4982 NA #> 4983 NA #> 4984 NA #> 4985 NA #> 4986 NA #> 4987 NA #> 4988 NA #> 4989 NA #> 4990 NA #> 4991 NA #> 4992 NA #> 4993 NA #> 4994 NA #> 4995 NA #> 4996 NA #> 4997 NA #> 4998 NA #> 4999 NA #> 5000 NA #> 5001 NA #> 5002 NA #> 5003 NA #> 5004 NA #> 5005 NA #> 5006 NA #> 5007 NA #> 5008 NA #> 5009 NA #> 5010 NA #> 5011 NA #> 5012 NA #> 5013 NA #> 5014 NA #> 5015 NA #> 5016 NA #> 5017 NA #> 5018 NA #> 5019 NA #> 5020 NA #> 5021 NA #> 5022 NA #> 5023 NA #> 5024 NA #> 5025 NA #> 5026 NA #> 5027 NA #> 5028 NA #> 5029 NA #> 5030 NA #> 5031 NA #> 5032 NA #> 5033 NA #> 5034 NA #> 5035 NA #> 5036 NA #> 5037 NA #> 5038 NA #> 5039 NA #> 5040 NA #> 5041 NA #> 5042 NA #> 5043 NA #> 5044 NA #> 5045 NA #> 5046 NA #> 5047 NA #> 5048 NA #> 5049 NA #> 5050 NA #> 5051 NA #> 5052 NA #> 5053 NA #> 5054 NA #> 5055 NA #> 5056 NA #> 5057 NA #> 5058 NA #> 5059 NA #> 5060 NA #> 5061 NA #> 5062 NA #> 5063 NA #> 5064 NA #> 5065 NA #> 5066 NA #> 5067 NA #> 5068 NA #> 5069 NA #> 5070 NA #> 5071 NA #> 5072 NA #> 5073 NA #> 5074 NA #> 5075 NA #> 5076 NA #> 5077 NA #> 5078 NA #> 5079 NA #> 5080 NA #> 5081 NA #> 5082 NA #> 5083 NA #> 5084 NA #> 5085 NA #> 5086 NA #> 5087 NA #> 5088 NA #> 5089 NA #> 5090 NA #> 5091 NA #> 5092 NA #> 5093 NA #> 5094 NA #> 5095 NA #> 5096 NA #> 5097 NA #> 5098 NA #> 5099 NA #> 5100 NA #> 5101 NA #> 5102 NA #> 5103 NA #> 5104 NA #> 5105 NA #> 5106 NA #> 5107 NA #> 5108 NA #> 5109 NA #> 5110 NA #> 5111 NA #> 5112 NA #> 5113 NA #> 5114 NA #> 5115 NA #> 5116 NA #> 5117 NA #> 5118 NA #> 5119 NA #> 5120 NA #> 5121 NA #> 5122 NA #> 5123 NA #> 5124 NA #> 5125 NA #> 5126 NA #> 5127 NA #> 5128 NA #> 5129 NA #> 5130 NA #> 5131 NA #> 5132 NA #> 5133 NA #> 5134 NA #> 5135 NA #> 5136 NA #> 5137 NA #> 5138 NA #> 5139 NA #> 5140 NA #> 5141 NA #> 5142 NA #> 5143 NA #> 5144 NA #> 5145 NA #> 5146 NA #> 5147 NA #> 5148 NA #> 5149 NA #> 5150 NA #> 5151 NA #> 5152 NA #> 5153 NA #> 5154 NA #> 5155 NA #> 5156 NA #> 5157 NA #> 5158 NA #> 5159 NA #> 5160 NA #> 5161 NA #> 5162 NA #> 5163 NA #> 5164 NA #> 5165 NA #> 5166 NA #> 5167 NA #> 5168 NA #> 5169 NA #> 5170 NA #> 5171 NA #> 5172 NA #> 5173 NA #> 5174 NA #> 5175 NA #> 5176 NA #> 5177 NA #> 5178 NA #> 5179 NA #> 5180 NA #> 5181 NA #> 5182 NA #> 5183 NA #> 5184 NA #> 5185 NA #> 5186 NA #> 5187 NA #> 5188 NA #> 5189 NA #> 5190 NA #> 5191 NA #> 5192 NA #> 5193 NA #> 5194 NA #> 5195 NA #> 5196 NA #> 5197 NA #> 5198 NA #> 5199 NA #> 5200 NA #> 5201 NA #> 5202 NA #> 5203 NA #> 5204 NA #> 5205 NA #> 5206 NA #> 5207 NA #> 5208 NA #> 5209 NA #> 5210 NA #> 5211 NA #> 5212 NA #> 5213 NA #> 5214 NA #> 5215 NA #> 5216 NA #> 5217 NA #> 5218 NA #> 5219 NA #> 5220 NA #> 5221 NA #> 5222 NA #> 5223 NA #> 5224 NA #> 5225 NA #> 5226 NA #> 5227 NA #> 5228 NA #> 5229 NA #> 5230 NA #> 5231 NA #> 5232 NA #> 5233 NA #> 5234 NA #> 5235 NA #> 5236 NA #> 5237 NA #> 5238 NA #> 5239 NA #> 5240 NA #> 5241 NA #> 5242 NA #> 5243 NA #> 5244 NA #> 5245 NA #> 5246 NA #> 5247 NA #> 5248 NA #> 5249 NA #> 5250 NA #> 5251 NA #> 5252 NA #> 5253 NA #> 5254 NA #> 5255 NA #> 5256 NA #> 5257 NA #> 5258 NA #> 5259 NA #> 5260 NA #> 5261 NA #> 5262 NA #> 5263 NA #> 5264 NA #> 5265 NA #> 5266 NA #> 5267 NA #> 5268 NA #> 5269 NA #> 5270 NA #> 5271 NA #> 5272 NA #> 5273 NA #> 5274 NA #> 5275 NA #> 5276 NA #> 5277 NA #> 5278 NA #> 5279 NA #> 5280 NA #> 5281 NA #> 5282 NA #> 5283 NA #> 5284 NA #> 5285 NA #> 5286 NA #> 5287 NA #> 5288 NA #> 5289 NA #> 5290 NA #> 5291 NA #> 5292 NA #> 5293 NA #> 5294 NA #> 5295 NA #> 5296 NA #> 5297 NA #> 5298 NA #> 5299 NA #> 5300 NA #> 5301 NA #> 5302 NA #> 5303 NA #> 5304 NA #> 5305 NA #> 5306 NA #> 5307 NA #> 5308 NA #> 5309 NA #> 5310 NA #> 5311 NA #> 5312 NA #> 5313 NA #> 5314 NA #> 5315 NA #> 5316 NA #> 5317 NA #> 5318 NA #> 5319 NA #> 5320 NA #> 5321 NA #> 5322 NA #> 5323 NA #> 5324 NA #> 5325 NA #> 5326 NA #> 5327 NA #> 5328 NA #> 5329 NA #> 5330 NA #> 5331 NA #> 5332 NA #> 5333 NA #> 5334 NA #> 5335 NA #> 5336 NA #> 5337 NA #> 5338 NA #> 5339 NA #> 5340 NA #> 5341 NA #> 5342 NA #> 5343 NA #> 5344 NA #> 5345 NA #> 5346 NA #> 5347 NA #> 5348 NA #> 5349 NA #> 5350 NA #> 5351 NA #> 5352 NA #> 5353 NA #> 5354 NA #> 5355 NA #> 5356 NA #> 5357 NA #> 5358 NA #> 5359 NA #> 5360 NA #> 5361 NA #> 5362 NA #> 5363 NA #> 5364 NA #> 5365 NA #> 5366 NA #> 5367 NA #> 5368 NA #> 5369 NA #> 5370 NA #> 5371 NA #> 5372 NA #> 5373 NA #> 5374 NA #> 5375 NA #> 5376 NA #> 5377 NA #> 5378 NA #> 5379 NA #> 5380 NA #> 5381 NA #> 5382 NA #> 5383 NA #> 5384 NA #> 5385 NA #> 5386 NA #> 5387 NA #> 5388 NA #> 5389 NA #> 5390 NA #> 5391 NA #> 5392 NA #> 5393 NA #> 5394 NA #> 5395 NA #> 5396 NA #> 5397 NA #> 5398 NA #> 5399 NA #> 5400 NA #> 5401 NA #> 5402 NA #> 5403 NA #> 5404 NA #> 5405 NA #> 5406 NA #> 5407 NA #> 5408 NA #> 5409 NA #> 5410 NA #> 5411 NA #> 5412 NA #> 5413 NA #> 5414 NA #> 5415 NA #> 5416 NA #> 5417 NA #> 5418 NA #> 5419 NA #> 5420 NA #> 5421 NA #> 5422 NA #> 5423 NA #> 5424 NA #> 5425 NA #> 5426 NA #> 5427 NA #> 5428 NA #> 5429 NA #> 5430 NA #> 5431 NA #> 5432 NA #> 5433 NA #> 5434 NA #> 5435 NA #> 5436 NA #> 5437 NA #> 5438 NA #> 5439 NA #> 5440 NA #> 5441 NA #> 5442 NA #> 5443 NA #> 5444 NA #> 5445 NA #> 5446 NA #> 5447 NA #> 5448 NA #> 5449 NA #> 5450 NA #> 5451 NA #> 5452 NA #> 5453 NA #> 5454 NA #> 5455 NA #> 5456 NA #> 5457 NA #> 5458 NA #> 5459 NA #> 5460 NA #> 5461 NA #> 5462 NA #> 5463 NA #> 5464 NA #> 5465 NA #> 5466 NA #> 5467 NA #> 5468 NA #> 5469 NA #> 5470 NA #> 5471 NA #> 5472 NA #> 5473 NA #> 5474 NA #> 5475 NA #> 5476 NA #> 5477 NA #> 5478 NA #> 5479 NA #> 5480 NA #> 5481 NA #> 5482 NA #> 5483 NA #> 5484 NA #> 5485 NA #> 5486 NA #> 5487 NA #> 5488 NA #> 5489 NA #> 5490 NA #> 5491 NA #> 5492 NA #> 5493 NA #> 5494 NA #> 5495 NA #> 5496 NA #> 5497 NA #> 5498 NA #> 5499 NA #> 5500 NA #> 5501 NA #> 5502 NA #> 5503 NA #> 5504 NA #> 5505 NA #> 5506 NA #> 5507 NA #> 5508 NA #> 5509 NA #> 5510 NA #> 5511 NA #> 5512 NA #> 5513 NA #> 5514 NA #> 5515 NA #> 5516 NA #> 5517 NA #> 5518 NA #> 5519 NA #> 5520 NA #> 5521 NA #> 5522 NA #> 5523 NA #> 5524 NA #> 5525 NA #> 5526 NA #> 5527 NA #> 5528 NA #> 5529 NA #> 5530 NA #> 5531 NA #> 5532 NA #> 5533 NA #> 5534 NA #> 5535 NA #> 5536 NA #> 5537 NA #> 5538 NA #> 5539 NA #> 5540 NA #> 5541 NA #> 5542 NA #> 5543 NA #> 5544 NA #> 5545 NA #> 5546 NA #> 5547 NA #> 5548 NA #> 5549 NA #> 5550 NA #> 5551 NA #> 5552 NA #> 5553 NA #> 5554 NA #> 5555 NA #> 5556 NA #> [ reached 'max' / getOption(\"max.print\") -- omitted 30489 rows ]"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_authenticate.html","id":null,"dir":"Reference","previous_headings":"","what":"OAuth2 authentication to ICD API — icd_oauth_client","title":"OAuth2 authentication to ICD API — icd_oauth_client","text":"OAuth2 authentication ICD API","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_authenticate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"OAuth2 authentication to ICD API — icd_oauth_client","text":"","code":"icd_oauth_client( id = \"6fc8a1e4-4da9-43a8-bd0c-c164c0cb0ebd_3c7e272e-2f4b-46de-b127-df7454e36be8\", token_url = \"https://icdaccessmanagement.who.int/connect/token\", secret = \"OGIly8mTatQ2ILuhBTbviIp2FofWiQR3fj4HaPiGseE=\", name = \"icd_client\", ... ) icd_authenticate( req, client = icd_oauth_client(), scope = \"icdapi_access\", ... )"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_authenticate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"OAuth2 authentication to ICD API — icd_oauth_client","text":"id Consumer key, also sometimes called client ID. token_url url used exchange unauthenticated authenticated token. secret Consumer secret, also sometimes called client secret. Despite name, necessarily need protected like password, .e. user still authenticate grant app permission access resources behalf. name Name application. used OAuth, used make easier identify different applications. ... parameters/arguments passed onto httr2::oauth_client() httr2::req_oauth_client_credentials() req request client OAuth2 client. Default call icd_oauth_client(). scope Scopes requested resource owner. Default \"icdapi_access\" specified ICD API documentation.","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_authenticate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"OAuth2 authentication to ICD API — icd_oauth_client","text":"httr2_oauth_client class object.","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_authenticate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"OAuth2 authentication to ICD API — icd_oauth_client","text":"","code":"icd_oauth_client() #> #> name: icd_client #> id: 6fc8a1e4-4da9-43a8-bd0c-c164c0cb0ebd_3c7e272e-2f4b-46de-b127-df7454e36be8 #> secret: #> token_url: https://icdaccessmanagement.who.int/connect/token #> auth: oauth_client_req_auth_header"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_get.html","id":null,"dir":"Reference","previous_headings":"","what":"Get information on various ICD 11 Foundation entities — icd_get_foundation","title":"Get information on various ICD 11 Foundation entities — icd_get_foundation","text":"Get information various ICD 11 Foundation entities","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_get.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Get information on various ICD 11 Foundation entities — icd_get_foundation","text":"","code":"icd_get_foundation( base_url = \"https://id.who.int\", client = icd_oauth_client(), scope = \"icdapi_access\", release = NULL, api_version = c(\"v2\", \"v1\"), language = \"en\", parse = TRUE ) icd_get_entity( base_url = \"https://id.who.int\", client = icd_oauth_client(), scope = \"icdapi_access\", id, release = NULL, include = NULL, api_version = c(\"v2\", \"v1\"), language = \"en\", parse = TRUE )"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_get.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Get information on various ICD 11 Foundation entities — icd_get_foundation","text":"base_url base URL API. Default uses API server https://id..int. using locally deployed server hosting ICD API server, specify URL instance . client OAuth2 client produced call icd_oauth_client(). scope Scopes requested resource owner. Default \"icdapi_access\" specified ICD API documentation. release string specifying release version Foundation search . specified, defaults latest release version. See available versions icd_versions. api_version Version API. Possible values v1 v2. example, provide value v2, API respond format version 2 API. Default v2. language ICD-API multi-lingual. changing header, may make API respond different languages. Languages available translations ICD-11 completes. values language codes en, es, zh, etc. Depending release_id specified, available languages vary. Default English (\"en\"). parse Logical. JSON response body parsed? Default TRUE. FALSE, response body kept raw JSON. id Unique numerical identifier entity. include string vector strings optional property values included response. property values can included \"ancestor\", \"descendant\", \"diagnosticCriteria\". specified, properties included response.","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_get.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Get information on various ICD 11 Foundation entities — icd_get_foundation","text":"list JSON (depending parse) information specified ICD 11 Foundation top level entities","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_get.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Get information on various ICD 11 Foundation entities — icd_get_foundation","text":"","code":"icd_get_foundation() #> $`@context` #> [1] \"http://id.who.int/icd/contexts/contextForTopLevel.json\" #> #> $`@id` #> [1] \"http://id.who.int/icd/entity\" #> #> $title #> $title$`@language` #> [1] \"en\" #> #> $title$`@value` #> [1] \"WHO Family of International Classifications Foundation\" #> #> #> $releaseId #> [1] \"2024-01\" #> #> $availableLanguages #> $availableLanguages[[1]] #> [1] \"ar\" #> #> $availableLanguages[[2]] #> [1] \"cs\" #> #> $availableLanguages[[3]] #> [1] \"en\" #> #> $availableLanguages[[4]] #> [1] \"es\" #> #> $availableLanguages[[5]] #> [1] \"fr\" #> #> $availableLanguages[[6]] #> [1] \"pt\" #> #> $availableLanguages[[7]] #> [1] \"ru\" #> #> $availableLanguages[[8]] #> [1] \"tr\" #> #> $availableLanguages[[9]] #> [1] \"uz\" #> #> $availableLanguages[[10]] #> [1] \"zh\" #> #> #> $releaseDate #> [1] \"2024-01-21\" #> #> $child #> $child[[1]] #> [1] \"http://id.who.int/icd/entity/448895267\" #> #> $child[[2]] #> [1] \"http://id.who.int/icd/entity/1405434703\" #> #> #> $browserUrl #> [1] \"https://icd.who.int/browse/2024-01/foundation/en\" #> icd_get_entity(id = \"1112016389\") #> $`@context` #> [1] \"http://id.who.int/icd/contexts/contextForFoundationEntity.json\" #> #> $`@id` #> [1] \"http://id.who.int/icd/entity/1112016389\" #> #> $parent #> $parent[[1]] #> [1] \"http://id.who.int/icd/entity/762120574\" #> #> #> $child #> $child[[1]] #> [1] \"http://id.who.int/icd/entity/1181462425\" #> #> #> $browserUrl #> [1] \"https://icd.who.int/browse/2024-01/foundation/en#1112016389\" #> #> $title #> $title$`@language` #> [1] \"en\" #> #> $title$`@value` #> [1] \"Gonorrhoea of penis\" #> #> #> $relatedEntitiesInMaternalChapter #> $relatedEntitiesInMaternalChapter[[1]] #> [1] \"http://id.who.int/icd/entity/1477699562\" #> #> #> $relatedEntitiesInPerinatalChapter #> $relatedEntitiesInPerinatalChapter[[1]] #> [1] \"http://id.who.int/icd/entity/911707612\" #> #>"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search.html","id":null,"dir":"Reference","previous_headings":"","what":"Search the foundation component of the ICD-11 — icd_search_foundation","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"Search foundation component ICD-11","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"","code":"icd_search_foundation( base_url = \"https://id.who.int\", client = icd_oauth_client(), scope = \"icdapi_access\", q, subtree = NULL, chapter = NULL, flexisearch = FALSE, flat = TRUE, properties = NULL, release = NULL, highlight = FALSE, api_version = c(\"v2\", \"v1\"), language = \"en\" )"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"base_url base URL API. Default uses API server https://id..int. using locally deployed server hosting ICD API server, specify URL instance . client OAuth2 client produced call icd_oauth_client(). scope Scopes requested resource owner. Default \"icdapi_access\" specified ICD API documentation. q String. Text searched. character % end regarded wild card word. subtree string vector strings URIs. provided, search performed entities provided descendants. chapter string vector strings chapter codes eg: c(\"01\", \"02\") provided, search performed chapters. flexisearch Logical. Default FALSE. Changes search mode flexible search. regular search mode, Coding Tool give results contain words used search. accepts different variants synonyms words essentially searches result contains components search. Whereas flexible search mode, results contain words typed. still try find best matching phrase may words search matched . recommended use flexible search regular search provide result. flat Logical. Default FALSE. set true search result entities provided nested data structure representing ICD-11 hierarchy. Otherwise listed flat list matches. properties string vector strings properties searched. default system searches, \"Title\", \"Synonyms\", \"FullySpecifiedName\". valid values used : Title\", \"Synonym\", \"NarrowerTerm\", \"FullySpecifiedName\", \"Definition\", \"Exclusion\". release string specifying release version Foundation search . specified, defaults latest release version. See available versions icd_versions. highlight Logical. Default FALSE. set FALSE search result highlighting turned results contain special tags highlighting results found within text. api_version Version API. Possible values v1 v2. example, provide value v2, API respond format version 2 API. Default v2. language ICD-API multi-lingual. changing header, may make API respond different languages. Languages available translations ICD-11 completes. values language codes en, es, zh, etc. Depending release_id specified, available languages vary. Default English (\"en\").","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"httr2_response object","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"","code":"icd_search_foundation(q = \"cholera\") #> $error #> [1] FALSE #> #> $errorMessage #> NULL #> #> $resultChopped #> [1] FALSE #> #> $wordSuggestionsChopped #> [1] FALSE #> #> $guessType #> [1] 2 #> #> $uniqueSearchId #> [1] \"59922927-beed-453e-a6a6-5e3702cefbb9\" #> #> $words #> NULL #> #> $destinationEntities #> $destinationEntities[[1]] #> $destinationEntities[[1]]$id #> [1] \"http://id.who.int/icd/entity/257068234\" #> #> $destinationEntities[[1]]$title #> [1] \"Cholera\" #> #> $destinationEntities[[1]]$stemId #> [1] \"http://id.who.int/icd/entity/257068234\" #> #> $destinationEntities[[1]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[1]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[1]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[1]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[1]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[1]]$matchingPVs #> $destinationEntities[[1]]$matchingPVs[[1]] #> $destinationEntities[[1]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[1]]$matchingPVs[[1]]$label #> [1] \"cholera syndrome\" #> #> $destinationEntities[[1]]$matchingPVs[[1]]$score #> [1] 0.8780647 #> #> $destinationEntities[[1]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[1]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/257068234\" #> #> $destinationEntities[[1]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> $destinationEntities[[1]]$matchingPVs[[2]] #> $destinationEntities[[1]]$matchingPVs[[2]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[1]]$matchingPVs[[2]]$label #> [1] \"epidemic cholera\" #> #> $destinationEntities[[1]]$matchingPVs[[2]]$score #> [1] 0.6680576 #> #> $destinationEntities[[1]]$matchingPVs[[2]]$important #> [1] FALSE #> #> $destinationEntities[[1]]$matchingPVs[[2]]$foundationUri #> [1] \"http://id.who.int/icd/entity/257068234\" #> #> $destinationEntities[[1]]$matchingPVs[[2]]$propertyValueType #> [1] 0 #> #> #> $destinationEntities[[1]]$matchingPVs[[3]] #> $destinationEntities[[1]]$matchingPVs[[3]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[1]]$matchingPVs[[3]]$label #> [1] \"asiatic cholera\" #> #> $destinationEntities[[1]]$matchingPVs[[3]]$score #> [1] 0.5068888 #> #> $destinationEntities[[1]]$matchingPVs[[3]]$important #> [1] FALSE #> #> $destinationEntities[[1]]$matchingPVs[[3]]$foundationUri #> [1] \"http://id.who.int/icd/entity/257068234\" #> #> $destinationEntities[[1]]$matchingPVs[[3]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[1]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[1]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[1]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[1]]$chapter #> [1] \"01\" #> #> $destinationEntities[[1]]$theCode #> NULL #> #> $destinationEntities[[1]]$score #> [1] 1 #> #> $destinationEntities[[1]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[1]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[1]]$entityType #> [1] 0 #> #> $destinationEntities[[1]]$important #> [1] TRUE #> #> $destinationEntities[[1]]$descendants #> list() #> #> #> $destinationEntities[[2]] #> $destinationEntities[[2]]$id #> [1] \"http://id.who.int/icd/entity/733451521\" #> #> $destinationEntities[[2]]$title #> [1] \"Exposure to cholera\" #> #> $destinationEntities[[2]]$stemId #> [1] \"http://id.who.int/icd/entity/733451521\" #> #> $destinationEntities[[2]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[2]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[2]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[2]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[2]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[2]]$matchingPVs #> $destinationEntities[[2]]$matchingPVs[[1]] #> $destinationEntities[[2]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[2]]$matchingPVs[[1]]$label #> [1] \"cholera contact\" #> #> $destinationEntities[[2]]$matchingPVs[[1]]$score #> [1] 0.8004876 #> #> $destinationEntities[[2]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[2]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/733451521\" #> #> $destinationEntities[[2]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[2]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[2]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[2]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[2]]$chapter #> [1] \"24\" #> #> $destinationEntities[[2]]$theCode #> NULL #> #> $destinationEntities[[2]]$score #> [1] 0.8004876 #> #> $destinationEntities[[2]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[2]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[2]]$entityType #> [1] 0 #> #> $destinationEntities[[2]]$important #> [1] FALSE #> #> $destinationEntities[[2]]$descendants #> list() #> #> #> $destinationEntities[[3]] #> $destinationEntities[[3]]$id #> [1] \"http://id.who.int/icd/entity/1471383174\" #> #> $destinationEntities[[3]]$title #> [1] \"Cholera vaccines\" #> #> $destinationEntities[[3]]$stemId #> [1] \"http://id.who.int/icd/entity/1471383174\" #> #> $destinationEntities[[3]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[3]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[3]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[3]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[3]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[3]]$matchingPVs #> list() #> #> $destinationEntities[[3]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[3]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[3]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[3]]$chapter #> [1] \"X\" #> #> $destinationEntities[[3]]$theCode #> NULL #> #> $destinationEntities[[3]]$score #> [1] 0.7708042 #> #> $destinationEntities[[3]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[3]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[3]]$entityType #> [1] 0 #> #> $destinationEntities[[3]]$important #> [1] FALSE #> #> $destinationEntities[[3]]$descendants #> list() #> #> #> $destinationEntities[[4]] #> $destinationEntities[[4]]$id #> [1] \"http://id.who.int/icd/entity/1205958647\" #> #> $destinationEntities[[4]]$title #> [1] \"Cholera due to Vibrio cholerae O1, biovar cholerae\" #> #> $destinationEntities[[4]]$stemId #> [1] \"http://id.who.int/icd/entity/1205958647\" #> #> $destinationEntities[[4]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[4]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[4]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[4]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[4]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[4]]$matchingPVs #> $destinationEntities[[4]]$matchingPVs[[1]] #> $destinationEntities[[4]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[4]]$matchingPVs[[1]]$label #> [1] \"classical cholera\" #> #> $destinationEntities[[4]]$matchingPVs[[1]]$score #> [1] 0.7336125 #> #> $destinationEntities[[4]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[4]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/1205958647\" #> #> $destinationEntities[[4]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[4]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[4]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[4]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[4]]$chapter #> [1] \"01\" #> #> $destinationEntities[[4]]$theCode #> NULL #> #> $destinationEntities[[4]]$score #> [1] 0.7336125 #> #> $destinationEntities[[4]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[4]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[4]]$entityType #> [1] 0 #> #> $destinationEntities[[4]]$important #> [1] FALSE #> #> $destinationEntities[[4]]$descendants #> list() #> #> #> $destinationEntities[[5]] #> $destinationEntities[[5]]$id #> [1] \"http://id.who.int/icd/entity/1474305701\" #> #> $destinationEntities[[5]]$title #> [1] \"Cholera carrier\" #> #> $destinationEntities[[5]]$stemId #> [1] \"http://id.who.int/icd/entity/1474305701\" #> #> $destinationEntities[[5]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[5]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[5]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[5]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[5]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[5]]$matchingPVs #> list() #> #> $destinationEntities[[5]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[5]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[5]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[5]]$chapter #> [1] \"24\" #> #> $destinationEntities[[5]]$theCode #> NULL #> #> $destinationEntities[[5]]$score #> [1] 0.6813468 #> #> $destinationEntities[[5]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[5]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[5]]$entityType #> [1] 0 #> #> $destinationEntities[[5]]$important #> [1] FALSE #> #> $destinationEntities[[5]]$descendants #> list() #> #> #> $destinationEntities[[6]] #> $destinationEntities[[6]]$id #> [1] \"http://id.who.int/icd/entity/824826401\" #> #> $destinationEntities[[6]]$title #> [1] \"Vibrio cholerae\" #> #> $destinationEntities[[6]]$stemId #> [1] \"http://id.who.int/icd/entity/824826401\" #> #> $destinationEntities[[6]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[6]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[6]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[6]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[6]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[6]]$matchingPVs #> list() #> #> $destinationEntities[[6]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[6]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[6]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[6]]$chapter #> [1] \"X\" #> #> $destinationEntities[[6]]$theCode #> NULL #> #> $destinationEntities[[6]]$score #> [1] 0.6482333 #> #> $destinationEntities[[6]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[6]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[6]]$entityType #> [1] 0 #> #> $destinationEntities[[6]]$important #> [1] FALSE #> #> $destinationEntities[[6]]$descendants #> list() #> #> #> $destinationEntities[[7]] #> $destinationEntities[[7]]$id #> [1] \"http://id.who.int/icd/entity/238837919\" #> #> $destinationEntities[[7]]$title #> [1] \"Antimonial cholera\" #> #> $destinationEntities[[7]]$stemId #> [1] \"http://id.who.int/icd/entity/238837919\" #> #> $destinationEntities[[7]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[7]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[7]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[7]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[7]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[7]]$matchingPVs #> list() #> #> $destinationEntities[[7]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[7]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[7]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[7]]$chapter #> [1] \"22\" #> #> $destinationEntities[[7]]$theCode #> NULL #> #> $destinationEntities[[7]]$score #> [1] 0.6280132 #> #> $destinationEntities[[7]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[7]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[7]]$entityType #> [1] 0 #> #> $destinationEntities[[7]]$important #> [1] FALSE #> #> $destinationEntities[[7]]$descendants #> list() #> #> #> $destinationEntities[[8]] #> $destinationEntities[[8]]$id #> [1] \"http://id.who.int/icd/entity/2053472774\" #> #> $destinationEntities[[8]]$title #> [1] \"Harmful effects of Cholera vaccine\" #> #> $destinationEntities[[8]]$stemId #> [1] \"http://id.who.int/icd/entity/2053472774\" #> #> $destinationEntities[[8]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[8]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[8]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[8]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[8]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[8]]$matchingPVs #> list() #> #> $destinationEntities[[8]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[8]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[8]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[8]]$chapter #> [1] \"22\" #> #> $destinationEntities[[8]]$theCode #> NULL #> #> $destinationEntities[[8]]$score #> [1] 0.4906102 #> #> $destinationEntities[[8]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[8]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[8]]$entityType #> [1] 0 #> #> $destinationEntities[[8]]$important #> [1] FALSE #> #> $destinationEntities[[8]]$descendants #> list() #> #> #> $destinationEntities[[9]] #> $destinationEntities[[9]]$id #> [1] \"http://id.who.int/icd/entity/581614179\" #> #> $destinationEntities[[9]]$title #> [1] \"Cholera due to Vibrio cholerae O1, biovar eltor\" #> #> $destinationEntities[[9]]$stemId #> [1] \"http://id.who.int/icd/entity/581614179\" #> #> $destinationEntities[[9]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[9]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[9]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[9]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[9]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[9]]$matchingPVs #> $destinationEntities[[9]]$matchingPVs[[1]] #> $destinationEntities[[9]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[9]]$matchingPVs[[1]]$label #> [1] \"cholera due to Cholera eltor\" #> #> $destinationEntities[[9]]$matchingPVs[[1]]$score #> [1] 0.2167264 #> #> $destinationEntities[[9]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[9]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/581614179\" #> #> $destinationEntities[[9]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> $destinationEntities[[9]]$matchingPVs[[2]] #> $destinationEntities[[9]]$matchingPVs[[2]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[9]]$matchingPVs[[2]]$label #> [1] \"cholera due to Vibrio cholerae 01, Cholera eltor\" #> #> $destinationEntities[[9]]$matchingPVs[[2]]$score #> [1] -0.5273059 #> #> $destinationEntities[[9]]$matchingPVs[[2]]$important #> [1] FALSE #> #> $destinationEntities[[9]]$matchingPVs[[2]]$foundationUri #> [1] \"http://id.who.int/icd/entity/581614179\" #> #> $destinationEntities[[9]]$matchingPVs[[2]]$propertyValueType #> [1] 0 #> #> #> $destinationEntities[[9]]$matchingPVs[[3]] #> $destinationEntities[[9]]$matchingPVs[[3]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[9]]$matchingPVs[[3]]$label #> [1] \"cholera - vibrio cholerae 01 eltor biotype\" #> #> $destinationEntities[[9]]$matchingPVs[[3]]$score #> [1] -0.9886038 #> #> $destinationEntities[[9]]$matchingPVs[[3]]$important #> [1] FALSE #> #> $destinationEntities[[9]]$matchingPVs[[3]]$foundationUri #> [1] \"http://id.who.int/icd/entity/581614179\" #> #> $destinationEntities[[9]]$matchingPVs[[3]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[9]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[9]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[9]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[9]]$chapter #> [1] \"01\" #> #> $destinationEntities[[9]]$theCode #> NULL #> #> $destinationEntities[[9]]$score #> [1] 0.2167264 #> #> $destinationEntities[[9]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[9]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[9]]$entityType #> [1] 0 #> #> $destinationEntities[[9]]$important #> [1] FALSE #> #> $destinationEntities[[9]]$descendants #> list() #> #> #> $destinationEntities[[10]] #> $destinationEntities[[10]]$id #> [1] \"http://id.who.int/icd/entity/136299182\" #> #> $destinationEntities[[10]]$title #> [1] \"Cholera screening\" #> #> $destinationEntities[[10]]$stemId #> [1] \"http://id.who.int/icd/entity/136299182\" #> #> $destinationEntities[[10]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[10]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[10]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[10]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[10]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[10]]$matchingPVs #> list() #> #> $destinationEntities[[10]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[10]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[10]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[10]]$chapter #> [1] \"24\" #> #> $destinationEntities[[10]]$theCode #> NULL #> #> $destinationEntities[[10]]$score #> [1] 0.1900829 #> #> $destinationEntities[[10]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[10]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[10]]$entityType #> [1] 0 #> #> $destinationEntities[[10]]$important #> [1] FALSE #> #> $destinationEntities[[10]]$descendants #> list() #> #> #> $destinationEntities[[11]] #> $destinationEntities[[11]]$id #> [1] \"http://id.who.int/icd/entity/1472302478\" #> #> $destinationEntities[[11]]$title #> [1] \"Need for immunization against cholera alone\" #> #> $destinationEntities[[11]]$stemId #> [1] \"http://id.who.int/icd/entity/1472302478\" #> #> $destinationEntities[[11]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[11]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[11]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[11]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[11]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[11]]$matchingPVs #> $destinationEntities[[11]]$matchingPVs[[1]] #> $destinationEntities[[11]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[11]]$matchingPVs[[1]]$label #> [1] \"prophylactic vaccination against cholera\" #> #> $destinationEntities[[11]]$matchingPVs[[1]]$score #> [1] 0.1540597 #> #> $destinationEntities[[11]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[11]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/1472302478\" #> #> $destinationEntities[[11]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[11]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[11]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[11]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[11]]$chapter #> [1] \"24\" #> #> $destinationEntities[[11]]$theCode #> NULL #> #> $destinationEntities[[11]]$score #> [1] 0.1540597 #> #> $destinationEntities[[11]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[11]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[11]]$entityType #> [1] 0 #> #> $destinationEntities[[11]]$important #> [1] FALSE #> #> $destinationEntities[[11]]$descendants #> list() #> #> #> $destinationEntities[[12]] #> $destinationEntities[[12]]$id #> [1] \"http://id.who.int/icd/entity/1147064900\" #> #> $destinationEntities[[12]]$title #> [1] \"Cholera, live attenuated vaccines\" #> #> $destinationEntities[[12]]$stemId #> [1] \"http://id.who.int/icd/entity/1147064900\" #> #> $destinationEntities[[12]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[12]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[12]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[12]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[12]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[12]]$matchingPVs #> list() #> #> $destinationEntities[[12]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[12]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[12]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[12]]$chapter #> [1] \"X\" #> #> $destinationEntities[[12]]$theCode #> NULL #> #> $destinationEntities[[12]]$score #> [1] 0.1394327 #> #> $destinationEntities[[12]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[12]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[12]]$entityType #> [1] 0 #> #> $destinationEntities[[12]]$important #> [1] FALSE #> #> $destinationEntities[[12]]$descendants #> list() #> #> #> $destinationEntities[[13]] #> $destinationEntities[[13]]$id #> [1] \"http://id.who.int/icd/entity/1384028266\" #> #> $destinationEntities[[13]]$title #> [1] \"Enteritis due to Cholera due to Vibrio cholerae O1, biovar cholerae\" #> #> $destinationEntities[[13]]$stemId #> [1] \"http://id.who.int/icd/entity/1384028266\" #> #> $destinationEntities[[13]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[13]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[13]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[13]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[13]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[13]]$matchingPVs #> $destinationEntities[[13]]$matchingPVs[[1]] #> $destinationEntities[[13]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[13]]$matchingPVs[[1]]$label #> [1] \"Enteritis due to classical cholera\" #> #> $destinationEntities[[13]]$matchingPVs[[1]]$score #> [1] -0.02692786 #> #> $destinationEntities[[13]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[13]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/1384028266\" #> #> $destinationEntities[[13]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[13]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[13]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[13]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[13]]$chapter #> [1] \"01\" #> #> $destinationEntities[[13]]$theCode #> NULL #> #> $destinationEntities[[13]]$score #> [1] -0.02692786 #> #> $destinationEntities[[13]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[13]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[13]]$entityType #> [1] 0 #> #> $destinationEntities[[13]]$important #> [1] FALSE #> #> $destinationEntities[[13]]$descendants #> list() #> #> #> $destinationEntities[[14]] #> $destinationEntities[[14]]$id #> [1] \"http://id.who.int/icd/entity/1859125126\" #> #> $destinationEntities[[14]]$title #> [1] \"Cholera, inactivated, whole cell vaccines\" #> #> $destinationEntities[[14]]$stemId #> [1] \"http://id.who.int/icd/entity/1859125126\" #> #> $destinationEntities[[14]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[14]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[14]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[14]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[14]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[14]]$matchingPVs #> list() #> #> $destinationEntities[[14]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[14]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[14]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[14]]$chapter #> [1] \"X\" #> #> $destinationEntities[[14]]$theCode #> NULL #> #> $destinationEntities[[14]]$score #> [1] -0.03419258 #> #> $destinationEntities[[14]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[14]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[14]]$entityType #> [1] 0 #> #> $destinationEntities[[14]]$important #> [1] FALSE #> #> $destinationEntities[[14]]$descendants #> list() #> #> #> $destinationEntities[[15]] #> $destinationEntities[[15]]$id #> [1] \"http://id.who.int/icd/entity/1972085775\" #> #> $destinationEntities[[15]]$title #> [1] \"Cholera due to Vibrio cholerae O139\" #> #> $destinationEntities[[15]]$stemId #> [1] \"http://id.who.int/icd/entity/1972085775\" #> #> $destinationEntities[[15]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[15]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[15]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[15]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[15]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[15]]$matchingPVs #> list() #> #> $destinationEntities[[15]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[15]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[15]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[15]]$chapter #> [1] \"01\" #> #> $destinationEntities[[15]]$theCode #> NULL #> #> $destinationEntities[[15]]$score #> [1] -0.0880754 #> #> $destinationEntities[[15]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[15]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[15]]$entityType #> [1] 0 #> #> $destinationEntities[[15]]$important #> [1] FALSE #> #> $destinationEntities[[15]]$descendants #> list() #> #> #> $destinationEntities[[16]] #> $destinationEntities[[16]]$id #> [1] \"http://id.who.int/icd/entity/21927667\" #> #> $destinationEntities[[16]]$title #> [1] \"Vibrio cholerae O139\" #> #> $destinationEntities[[16]]$stemId #> [1] \"http://id.who.int/icd/entity/21927667\" #> #> $destinationEntities[[16]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[16]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[16]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[16]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[16]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[16]]$matchingPVs #> list() #> #> $destinationEntities[[16]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[16]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[16]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[16]]$chapter #> [1] \"X\" #> #> $destinationEntities[[16]]$theCode #> NULL #> #> $destinationEntities[[16]]$score #> [1] -0.0880754 #> #> $destinationEntities[[16]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[16]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[16]]$entityType #> [1] 0 #> #> $destinationEntities[[16]]$important #> [1] FALSE #> #> $destinationEntities[[16]]$descendants #> list() #> #> #> $destinationEntities[[17]] #> $destinationEntities[[17]]$id #> [1] \"http://id.who.int/icd/entity/1388151503\" #> #> $destinationEntities[[17]]$title #> [1] \"Unintentional exposure to or harmful effects of cholera vaccine\" #> #> $destinationEntities[[17]]$stemId #> [1] \"http://id.who.int/icd/entity/1388151503\" #> #> $destinationEntities[[17]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[17]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[17]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[17]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[17]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[17]]$matchingPVs #> list() #> #> $destinationEntities[[17]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[17]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[17]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[17]]$chapter #> [1] \"23\" #> #> $destinationEntities[[17]]$theCode #> NULL #> #> $destinationEntities[[17]]$score #> [1] -0.2044832 #> #> $destinationEntities[[17]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[17]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[17]]$entityType #> [1] 0 #> #> $destinationEntities[[17]]$important #> [1] FALSE #> #> $destinationEntities[[17]]$descendants #> list() #> #> #> $destinationEntities[[18]] #> $destinationEntities[[18]]$id #> [1] \"http://id.who.int/icd/entity/194483911\" #> #> $destinationEntities[[18]]$title #> [1] \"Vibrio cholerae O1, biovar cholerae\" #> #> $destinationEntities[[18]]$stemId #> [1] \"http://id.who.int/icd/entity/194483911\" #> #> $destinationEntities[[18]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[18]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[18]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[18]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[18]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[18]]$matchingPVs #> list() #> #> $destinationEntities[[18]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[18]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[18]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[18]]$chapter #> [1] \"X\" #> #> $destinationEntities[[18]]$theCode #> NULL #> #> $destinationEntities[[18]]$score #> [1] -0.2060272 #> #> $destinationEntities[[18]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[18]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[18]]$entityType #> [1] 0 #> #> $destinationEntities[[18]]$important #> [1] FALSE #> #> $destinationEntities[[18]]$descendants #> list() #> #> #> $destinationEntities[[19]] #> $destinationEntities[[19]]$id #> [1] \"http://id.who.int/icd/entity/1832869108\" #> #> $destinationEntities[[19]]$title #> [1] \"Need for immunization against cholera with typhoid-paratyphoid\" #> #> $destinationEntities[[19]]$stemId #> [1] \"http://id.who.int/icd/entity/1832869108\" #> #> $destinationEntities[[19]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[19]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[19]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[19]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[19]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[19]]$matchingPVs #> $destinationEntities[[19]]$matchingPVs[[1]] #> $destinationEntities[[19]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[19]]$matchingPVs[[1]]$label #> [1] \"cholera with TAB immunisation\" #> #> $destinationEntities[[19]]$matchingPVs[[1]]$score #> [1] -0.3055559 #> #> $destinationEntities[[19]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[19]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/1832869108\" #> #> $destinationEntities[[19]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> $destinationEntities[[19]]$matchingPVs[[2]] #> $destinationEntities[[19]]$matchingPVs[[2]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[19]]$matchingPVs[[2]]$label #> [1] \"prophylactic vaccination against cholera with typhoid-paratyphoid\" #> #> $destinationEntities[[19]]$matchingPVs[[2]]$score #> [1] -1.877626 #> #> $destinationEntities[[19]]$matchingPVs[[2]]$important #> [1] FALSE #> #> $destinationEntities[[19]]$matchingPVs[[2]]$foundationUri #> [1] \"http://id.who.int/icd/entity/1832869108\" #> #> $destinationEntities[[19]]$matchingPVs[[2]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[19]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[19]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[19]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[19]]$chapter #> [1] \"24\" #> #> $destinationEntities[[19]]$theCode #> NULL #> #> $destinationEntities[[19]]$score #> [1] -0.3055559 #> #> $destinationEntities[[19]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[19]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[19]]$entityType #> [1] 0 #> #> $destinationEntities[[19]]$important #> [1] FALSE #> #> $destinationEntities[[19]]$descendants #> list() #> #> #> $destinationEntities[[20]] #> $destinationEntities[[20]]$id #> [1] \"http://id.who.int/icd/entity/304914281\" #> #> $destinationEntities[[20]]$title #> [1] \"Intentional self-harm by exposure to or harmful effects of cholera vaccine\" #> #> $destinationEntities[[20]]$stemId #> [1] \"http://id.who.int/icd/entity/304914281\" #> #> $destinationEntities[[20]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[20]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[20]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[20]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[20]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[20]]$matchingPVs #> list() #> #> $destinationEntities[[20]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[20]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[20]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[20]]$chapter #> [1] \"23\" #> #> $destinationEntities[[20]]$theCode #> NULL #> #> $destinationEntities[[20]]$score #> [1] -0.3677743 #> #> $destinationEntities[[20]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[20]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[20]]$entityType #> [1] 0 #> #> $destinationEntities[[20]]$important #> [1] FALSE #> #> $destinationEntities[[20]]$descendants #> list() #> #> #> $destinationEntities[[21]] #> $destinationEntities[[21]]$id #> [1] \"http://id.who.int/icd/entity/1642936749\" #> #> $destinationEntities[[21]]$title #> [1] \"Exposure to or harmful effects of undetermined intent of cholera vaccine\" #> #> $destinationEntities[[21]]$stemId #> [1] \"http://id.who.int/icd/entity/1642936749\" #> #> $destinationEntities[[21]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[21]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[21]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[21]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[21]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[21]]$matchingPVs #> list() #> #> $destinationEntities[[21]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[21]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[21]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[21]]$chapter #> [1] \"23\" #> #> $destinationEntities[[21]]$theCode #> NULL #> #> $destinationEntities[[21]]$score #> [1] -0.3853351 #> #> $destinationEntities[[21]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[21]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[21]]$entityType #> [1] 0 #> #> $destinationEntities[[21]]$important #> [1] FALSE #> #> $destinationEntities[[21]]$descendants #> list() #> #> #> $destinationEntities[[22]] #> $destinationEntities[[22]]$id #> [1] \"http://id.who.int/icd/entity/402305888\" #> #> $destinationEntities[[22]]$title #> [1] \"Assault by or harmful exposure to cholera vaccine\" #> #> $destinationEntities[[22]]$stemId #> [1] \"http://id.who.int/icd/entity/402305888\" #> #> $destinationEntities[[22]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[22]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[22]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[22]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[22]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[22]]$matchingPVs #> list() #> #> $destinationEntities[[22]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[22]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[22]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[22]]$chapter #> [1] \"23\" #> #> $destinationEntities[[22]]$theCode #> NULL #> #> $destinationEntities[[22]]$score #> [1] -0.4972295 #> #> $destinationEntities[[22]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[22]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[22]]$entityType #> [1] 0 #> #> $destinationEntities[[22]]$important #> [1] FALSE #> #> $destinationEntities[[22]]$descendants #> list() #> #> #> $destinationEntities[[23]] #> $destinationEntities[[23]]$id #> [1] \"http://id.who.int/icd/entity/375406584\" #> #> $destinationEntities[[23]]$title #> [1] \"Enteritis due to cholera due to Vibrio cholerae O1, biovar eltor\" #> #> $destinationEntities[[23]]$stemId #> [1] \"http://id.who.int/icd/entity/375406584\" #> #> $destinationEntities[[23]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[23]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[23]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[23]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[23]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[23]]$matchingPVs #> $destinationEntities[[23]]$matchingPVs[[1]] #> $destinationEntities[[23]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[23]]$matchingPVs[[1]]$label #> [1] \"Enteritis due to cholera due to Cholera eltor\" #> #> $destinationEntities[[23]]$matchingPVs[[1]]$score #> [1] -0.5438139 #> #> $destinationEntities[[23]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[23]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/375406584\" #> #> $destinationEntities[[23]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> $destinationEntities[[23]]$matchingPVs[[2]] #> $destinationEntities[[23]]$matchingPVs[[2]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[23]]$matchingPVs[[2]]$label #> [1] \"infectious enteritis due to vibrio cholerae 01, biovar eltor\" #> #> $destinationEntities[[23]]$matchingPVs[[2]]$score #> [1] -2.08133 #> #> $destinationEntities[[23]]$matchingPVs[[2]]$important #> [1] FALSE #> #> $destinationEntities[[23]]$matchingPVs[[2]]$foundationUri #> [1] \"http://id.who.int/icd/entity/375406584\" #> #> $destinationEntities[[23]]$matchingPVs[[2]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[23]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[23]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[23]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[23]]$chapter #> [1] \"01\" #> #> $destinationEntities[[23]]$theCode #> NULL #> #> $destinationEntities[[23]]$score #> [1] -0.5438139 #> #> $destinationEntities[[23]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[23]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[23]]$entityType #> [1] 0 #> #> $destinationEntities[[23]]$important #> [1] FALSE #> #> $destinationEntities[[23]]$descendants #> list() #> #> #> $destinationEntities[[24]] #> $destinationEntities[[24]]$id #> [1] \"http://id.who.int/icd/entity/802386629\" #> #> $destinationEntities[[24]]$title #> [1] \"Vibrio cholerae O1, biovar eltor\" #> #> $destinationEntities[[24]]$stemId #> [1] \"http://id.who.int/icd/entity/802386629\" #> #> $destinationEntities[[24]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[24]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[24]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[24]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[24]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[24]]$matchingPVs #> list() #> #> $destinationEntities[[24]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[24]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[24]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[24]]$chapter #> [1] \"X\" #> #> $destinationEntities[[24]]$theCode #> NULL #> #> $destinationEntities[[24]]$score #> [1] -0.9893008 #> #> $destinationEntities[[24]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[24]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[24]]$entityType #> [1] 0 #> #> $destinationEntities[[24]]$important #> [1] FALSE #> #> $destinationEntities[[24]]$descendants #> list() #> #> #> $destinationEntities[[25]] #> $destinationEntities[[25]]$id #> [1] \"http://id.who.int/icd/entity/1170831944\" #> #> $destinationEntities[[25]]$title #> [1] \"Enteritis due to cholera due to Vibrio cholerae, non-O1 strains\" #> #> $destinationEntities[[25]]$stemId #> [1] \"http://id.who.int/icd/entity/1170831944\" #> #> $destinationEntities[[25]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[25]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[25]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[25]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[25]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[25]]$matchingPVs #> list() #> #> $destinationEntities[[25]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[25]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[25]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[25]]$chapter #> [1] \"01\" #> #> $destinationEntities[[25]]$theCode #> NULL #> #> $destinationEntities[[25]]$score #> [1] -1.013056 #> #> $destinationEntities[[25]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[25]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[25]]$entityType #> [1] 0 #> #> $destinationEntities[[25]]$important #> [1] FALSE #> #> $destinationEntities[[25]]$descendants #> list() #> #> #> $destinationEntities[[26]] #> $destinationEntities[[26]]$id #> [1] \"http://id.who.int/icd/entity/1322480936\" #> #> $destinationEntities[[26]]$title #> [1] \"Cholera, combinations with typhoid vaccine, inactivated, whole cell vaccines\" #> #> $destinationEntities[[26]]$stemId #> [1] \"http://id.who.int/icd/entity/1322480936\" #> #> $destinationEntities[[26]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[26]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[26]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[26]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[26]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[26]]$matchingPVs #> list() #> #> $destinationEntities[[26]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[26]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[26]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[26]]$chapter #> [1] \"X\" #> #> $destinationEntities[[26]]$theCode #> NULL #> #> $destinationEntities[[26]]$score #> [1] -1.258335 #> #> $destinationEntities[[26]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[26]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[26]]$entityType #> [1] 0 #> #> $destinationEntities[[26]]$important #> [1] FALSE #> #> $destinationEntities[[26]]$descendants #> list() #> #> #> $destinationEntities[[27]] #> $destinationEntities[[27]]$id #> [1] \"http://id.who.int/icd/entity/296398626\" #> #> $destinationEntities[[27]]$title #> [1] \"Drugs medicaments or biological substances associated with injury or harm in therapeutic use, Bacterial vaccines, Cholera vaccine\" #> #> $destinationEntities[[27]]$stemId #> [1] \"http://id.who.int/icd/entity/296398626\" #> #> $destinationEntities[[27]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[27]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[27]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[27]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[27]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[27]]$matchingPVs #> list() #> #> $destinationEntities[[27]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[27]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[27]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[27]]$chapter #> [1] \"23\" #> #> $destinationEntities[[27]]$theCode #> NULL #> #> $destinationEntities[[27]]$score #> [1] -1.326383 #> #> $destinationEntities[[27]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[27]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[27]]$entityType #> [1] 0 #> #> $destinationEntities[[27]]$important #> [1] FALSE #> #> $destinationEntities[[27]]$descendants #> list() #> #> #>"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search_foundation.html","id":null,"dir":"Reference","previous_headings":"","what":"Search the foundation component of the ICD-11 — icd_search_foundation","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"Search foundation component ICD-11","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search_foundation.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"","code":"icd_search_foundation( base_url = \"https://id.who.int/icd\", client = icd_oauth_client(), q = NULL, flexisearch = FALSE, flat = TRUE, highlight = FALSE, api_version = c(\"v2\", \"v1\"), language = \"en\" )"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search_foundation.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"base_url base URL API. Default uses API server https://id..int/icd/entity client OAuth2 client produced call icd_oauth_client() q String. Text searched. character % end regarded wild card word flexisearch Logical. Default FALSE. Changes search mode flexible search. regular search mode, Coding Tool give results contain words used search. accepts different variants synonyms words essentially searches result contains components search. Whereas flexible search mode, results contain words typed. still try find best matching phrase may words search matched . recommended use flexible search regular search provide result flat Logical. Default FALSE. set true search result entities provided nested data structure representing ICD-11 hierarchy. Otherwise listed flat list matches highlight Logical. Default FALSE. set FALSE search result highlighting turned results contain special tags highlighting results found within text api_version Version API. Possible values v1 v2. example, provide value v2, API respond format version 2 API. Default v2 language ICD-API multi-lingual. changing header, may make API respond different languages. Languages available translations ICD-11 completes. values language codes en, es, zh, etc. Depending release_id specified, available languages vary. Default English (\"en\").","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search_foundation.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"httr2_response object","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search_foundation.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"","code":"icd_search_foundation(q = \"cholera\") #> #> GET #> https://id.who.int/icd/entity/search?q=cholera&useFlexisearch=false&flatResults=true&highlightingEnabled=false #> Status: 200 OK #> Content-Type: application/json #> Body: In memory (17590 bytes)"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_versions.html","id":null,"dir":"Reference","previous_headings":"","what":"Table of supported classifications and versions by the ICD API — icd_versions","title":"Table of supported classifications and versions by the ICD API — icd_versions","text":"Table supported classifications versions ICD API","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_versions.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Table of supported classifications and versions by the ICD API — icd_versions","text":"","code":"icd_versions"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_versions.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"Table of supported classifications and versions by the ICD API — icd_versions","text":"data frame 6 columns 11 rows: logical fields specify NA, indicates particular version release, particular field applicable relevant.","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_versions.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"Table of supported classifications and versions by the ICD API — icd_versions","text":"https://icd..int/docs/icd-api/SupportedClassifications/","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_versions.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Table of supported classifications and versions by the ICD API — icd_versions","text":"","code":"icd_versions #> # A tibble: 11 × 6 #> Classification `Release ID` Foundation MMS ICF Languages #> #> 1 ICD-11 2024-01 TRUE TRUE TRUE ar, cs, en, es, fr, pt, r… #> 2 ICD-11 2023-01 TRUE TRUE FALSE ar, en, es, fr, ru, tr, zh #> 3 ICD-11 2022-02 TRUE TRUE FALSE ar, en, es, fr, zh #> 4 ICD-11 2021-05 TRUE TRUE FALSE ar, en, es, zh #> 5 ICD-11 2020-09 TRUE TRUE FALSE ar, en, es #> 6 ICD-11 2019-04 TRUE TRUE FALSE en #> 7 ICD-11 2018 TRUE TRUE FALSE en #> 8 ICD-10 2019 NA NA NA en #> 9 ICD-10 2016 NA NA NA en #> 10 ICD-10 2010 NA NA NA en #> 11 ICD-10 2008 NA NA NA en, fr"}] +[{"path":[]},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"our-pledge","dir":"","previous_headings":"","what":"Our Pledge","title":"Contributor Covenant Code of Conduct","text":"members, contributors, leaders pledge make participation community harassment-free experience everyone, regardless age, body size, visible invisible disability, ethnicity, sex characteristics, gender identity expression, level experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, sexual identity orientation. pledge act interact ways contribute open, welcoming, diverse, inclusive, healthy community.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"our-standards","dir":"","previous_headings":"","what":"Our Standards","title":"Contributor Covenant Code of Conduct","text":"Examples behavior contributes positive environment community include: Demonstrating empathy kindness toward people respectful differing opinions, viewpoints, experiences Giving gracefully accepting constructive feedback Accepting responsibility apologizing affected mistakes, learning experience Focusing best just us individuals, overall community Examples unacceptable behavior include: use sexualized language imagery, sexual attention advances kind Trolling, insulting derogatory comments, personal political attacks Public private harassment Publishing others’ private information, physical email address, without explicit permission conduct reasonably considered inappropriate professional setting","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"enforcement-responsibilities","dir":"","previous_headings":"","what":"Enforcement Responsibilities","title":"Contributor Covenant Code of Conduct","text":"Community leaders responsible clarifying enforcing standards acceptable behavior take appropriate fair corrective action response behavior deem inappropriate, threatening, offensive, harmful. Community leaders right responsibility remove, edit, reject comments, commits, code, wiki edits, issues, contributions aligned Code Conduct, communicate reasons moderation decisions appropriate.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"scope","dir":"","previous_headings":"","what":"Scope","title":"Contributor Covenant Code of Conduct","text":"Code Conduct applies within community spaces, also applies individual officially representing community public spaces. Examples representing community include using official e-mail address, posting via official social media account, acting appointed representative online offline event.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"enforcement","dir":"","previous_headings":"","what":"Enforcement","title":"Contributor Covenant Code of Conduct","text":"Instances abusive, harassing, otherwise unacceptable behavior may reported community leaders responsible enforcement ernest@guevarra.io. complaints reviewed investigated promptly fairly. community leaders obligated respect privacy security reporter incident.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"enforcement-guidelines","dir":"","previous_headings":"","what":"Enforcement Guidelines","title":"Contributor Covenant Code of Conduct","text":"Community leaders follow Community Impact Guidelines determining consequences action deem violation Code Conduct:","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"id_1-correction","dir":"","previous_headings":"Enforcement Guidelines","what":"1. Correction","title":"Contributor Covenant Code of Conduct","text":"Community Impact: Use inappropriate language behavior deemed unprofessional unwelcome community. Consequence: private, written warning community leaders, providing clarity around nature violation explanation behavior inappropriate. public apology may requested.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"id_2-warning","dir":"","previous_headings":"Enforcement Guidelines","what":"2. Warning","title":"Contributor Covenant Code of Conduct","text":"Community Impact: violation single incident series actions. Consequence: warning consequences continued behavior. interaction people involved, including unsolicited interaction enforcing Code Conduct, specified period time. includes avoiding interactions community spaces well external channels like social media. Violating terms may lead temporary permanent ban.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"id_3-temporary-ban","dir":"","previous_headings":"Enforcement Guidelines","what":"3. Temporary Ban","title":"Contributor Covenant Code of Conduct","text":"Community Impact: serious violation community standards, including sustained inappropriate behavior. Consequence: temporary ban sort interaction public communication community specified period time. public private interaction people involved, including unsolicited interaction enforcing Code Conduct, allowed period. Violating terms may lead permanent ban.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"id_4-permanent-ban","dir":"","previous_headings":"Enforcement Guidelines","what":"4. Permanent Ban","title":"Contributor Covenant Code of Conduct","text":"Community Impact: Demonstrating pattern violation community standards, including sustained inappropriate behavior, harassment individual, aggression toward disparagement classes individuals. Consequence: permanent ban sort public interaction within community.","code":""},{"path":"https://oxford-ihtm.io/codigo/CODE_OF_CONDUCT.html","id":"attribution","dir":"","previous_headings":"","what":"Attribution","title":"Contributor Covenant Code of Conduct","text":"Code Conduct adapted Contributor Covenant, version 2.1, available https://www.contributor-covenant.org/version/2/1/code_of_conduct.html. Community Impact Guidelines inspired [Mozilla’s code conduct enforcement ladder][https://github.com/mozilla/inclusion]. answers common questions code conduct, see FAQ https://www.contributor-covenant.org/faq. Translations available https://www.contributor-covenant.org/translations.","code":""},{"path":[]},{"path":"https://oxford-ihtm.io/codigo/CONTRIBUTING.html","id":"bugs","dir":"","previous_headings":"","what":"Bugs","title":"Contributing","text":"Submit issue issues page","code":""},{"path":"https://oxford-ihtm.io/codigo/CONTRIBUTING.html","id":"code-contributions","dir":"","previous_headings":"","what":"Code contributions","title":"Contributing","text":"Fork repository Github account Clone version account machine account Make sure track progress upstream .e., version icd OxfordIHTM/icd, making changes make sure pull changes upstream either git fetch upstream merge later git pull upstream fetch merge one step Make changes new feature branch Please write test tests changes affect code just documentation Push changes account Submit pull request OxfordIHTM/icd","code":"git clone https://github.com//icd.git git remote add upstream https://github.com/OxfordIHTM/icd.git"},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"GNU General Public License","title":"GNU General Public License","text":"Version 3, 29 June 2007Copyright © 2007 Free Software Foundation, Inc.  Everyone permitted copy distribute verbatim copies license document, changing allowed.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"preamble","dir":"","previous_headings":"","what":"Preamble","title":"GNU General Public License","text":"GNU General Public License free, copyleft license software kinds works. licenses software practical works designed take away freedom share change works. contrast, GNU General Public License intended guarantee freedom share change versions program–make sure remains free software users. , Free Software Foundation, use GNU General Public License software; applies also work released way authors. can apply programs, . speak free software, referring freedom, price. General Public Licenses designed make sure freedom distribute copies free software (charge wish), receive source code can get want , can change software use pieces new free programs, know can things. protect rights, need prevent others denying rights asking surrender rights. Therefore, certain responsibilities distribute copies software, modify : responsibilities respect freedom others. example, distribute copies program, whether gratis fee, must pass recipients freedoms received. must make sure , , receive can get source code. must show terms know rights. Developers use GNU GPL protect rights two steps: (1) assert copyright software, (2) offer License giving legal permission copy, distribute /modify . developers’ authors’ protection, GPL clearly explains warranty free software. users’ authors’ sake, GPL requires modified versions marked changed, problems attributed erroneously authors previous versions. devices designed deny users access install run modified versions software inside , although manufacturer can . fundamentally incompatible aim protecting users’ freedom change software. systematic pattern abuse occurs area products individuals use, precisely unacceptable. Therefore, designed version GPL prohibit practice products. problems arise substantially domains, stand ready extend provision domains future versions GPL, needed protect freedom users. Finally, every program threatened constantly software patents. States allow patents restrict development use software general-purpose computers, , wish avoid special danger patents applied free program make effectively proprietary. prevent , GPL assures patents used render program non-free. precise terms conditions copying, distribution modification follow.","code":""},{"path":[]},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_0-definitions","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"0. Definitions","title":"GNU General Public License","text":"“License” refers version 3 GNU General Public License. “Copyright” also means copyright-like laws apply kinds works, semiconductor masks. “Program” refers copyrightable work licensed License. licensee addressed “”. “Licensees” “recipients” may individuals organizations. “modify” work means copy adapt part work fashion requiring copyright permission, making exact copy. resulting work called “modified version” earlier work work “based ” earlier work. “covered work” means either unmodified Program work based Program. “propagate” work means anything , without permission, make directly secondarily liable infringement applicable copyright law, except executing computer modifying private copy. Propagation includes copying, distribution (without modification), making available public, countries activities well. “convey” work means kind propagation enables parties make receive copies. Mere interaction user computer network, transfer copy, conveying. interactive user interface displays “Appropriate Legal Notices” extent includes convenient prominently visible feature (1) displays appropriate copyright notice, (2) tells user warranty work (except extent warranties provided), licensees may convey work License, view copy License. interface presents list user commands options, menu, prominent item list meets criterion.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_1-source-code","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"1. Source Code","title":"GNU General Public License","text":"“source code” work means preferred form work making modifications . “Object code” means non-source form work. “Standard Interface” means interface either official standard defined recognized standards body, , case interfaces specified particular programming language, one widely used among developers working language. “System Libraries” executable work include anything, work whole, () included normal form packaging Major Component, part Major Component, (b) serves enable use work Major Component, implement Standard Interface implementation available public source code form. “Major Component”, context, means major essential component (kernel, window system, ) specific operating system () executable work runs, compiler used produce work, object code interpreter used run . “Corresponding Source” work object code form means source code needed generate, install, (executable work) run object code modify work, including scripts control activities. However, include work’s System Libraries, general-purpose tools generally available free programs used unmodified performing activities part work. example, Corresponding Source includes interface definition files associated source files work, source code shared libraries dynamically linked subprograms work specifically designed require, intimate data communication control flow subprograms parts work. Corresponding Source need include anything users can regenerate automatically parts Corresponding Source. Corresponding Source work source code form work.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_2-basic-permissions","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"2. Basic Permissions","title":"GNU General Public License","text":"rights granted License granted term copyright Program, irrevocable provided stated conditions met. License explicitly affirms unlimited permission run unmodified Program. output running covered work covered License output, given content, constitutes covered work. License acknowledges rights fair use equivalent, provided copyright law. may make, run propagate covered works convey, without conditions long license otherwise remains force. may convey covered works others sole purpose make modifications exclusively , provide facilities running works, provided comply terms License conveying material control copyright. thus making running covered works must exclusively behalf, direction control, terms prohibit making copies copyrighted material outside relationship . Conveying circumstances permitted solely conditions stated . Sublicensing allowed; section 10 makes unnecessary.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_3-protecting-users-legal-rights-from-anti-circumvention-law","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"3. Protecting Users’ Legal Rights From Anti-Circumvention Law","title":"GNU General Public License","text":"covered work shall deemed part effective technological measure applicable law fulfilling obligations article 11 WIPO copyright treaty adopted 20 December 1996, similar laws prohibiting restricting circumvention measures. convey covered work, waive legal power forbid circumvention technological measures extent circumvention effected exercising rights License respect covered work, disclaim intention limit operation modification work means enforcing, work’s users, third parties’ legal rights forbid circumvention technological measures.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_4-conveying-verbatim-copies","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"4. Conveying Verbatim Copies","title":"GNU General Public License","text":"may convey verbatim copies Program’s source code receive , medium, provided conspicuously appropriately publish copy appropriate copyright notice; keep intact notices stating License non-permissive terms added accord section 7 apply code; keep intact notices absence warranty; give recipients copy License along Program. may charge price price copy convey, may offer support warranty protection fee.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_5-conveying-modified-source-versions","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"5. Conveying Modified Source Versions","title":"GNU General Public License","text":"may convey work based Program, modifications produce Program, form source code terms section 4, provided also meet conditions: ) work must carry prominent notices stating modified , giving relevant date. b) work must carry prominent notices stating released License conditions added section 7. requirement modifies requirement section 4 “keep intact notices”. c) must license entire work, whole, License anyone comes possession copy. License therefore apply, along applicable section 7 additional terms, whole work, parts, regardless packaged. License gives permission license work way, invalidate permission separately received . d) work interactive user interfaces, must display Appropriate Legal Notices; however, Program interactive interfaces display Appropriate Legal Notices, work need make . compilation covered work separate independent works, nature extensions covered work, combined form larger program, volume storage distribution medium, called “aggregate” compilation resulting copyright used limit access legal rights compilation’s users beyond individual works permit. Inclusion covered work aggregate cause License apply parts aggregate.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_6-conveying-non-source-forms","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"6. Conveying Non-Source Forms","title":"GNU General Public License","text":"may convey covered work object code form terms sections 4 5, provided also convey machine-readable Corresponding Source terms License, one ways: ) Convey object code , embodied , physical product (including physical distribution medium), accompanied Corresponding Source fixed durable physical medium customarily used software interchange. b) Convey object code , embodied , physical product (including physical distribution medium), accompanied written offer, valid least three years valid long offer spare parts customer support product model, give anyone possesses object code either (1) copy Corresponding Source software product covered License, durable physical medium customarily used software interchange, price reasonable cost physically performing conveying source, (2) access copy Corresponding Source network server charge. c) Convey individual copies object code copy written offer provide Corresponding Source. alternative allowed occasionally noncommercially, received object code offer, accord subsection 6b. d) Convey object code offering access designated place (gratis charge), offer equivalent access Corresponding Source way place charge. need require recipients copy Corresponding Source along object code. place copy object code network server, Corresponding Source may different server (operated third party) supports equivalent copying facilities, provided maintain clear directions next object code saying find Corresponding Source. Regardless server hosts Corresponding Source, remain obligated ensure available long needed satisfy requirements. e) Convey object code using peer--peer transmission, provided inform peers object code Corresponding Source work offered general public charge subsection 6d. separable portion object code, whose source code excluded Corresponding Source System Library, need included conveying object code work. “User Product” either (1) “consumer product”, means tangible personal property normally used personal, family, household purposes, (2) anything designed sold incorporation dwelling. determining whether product consumer product, doubtful cases shall resolved favor coverage. particular product received particular user, “normally used” refers typical common use class product, regardless status particular user way particular user actually uses, expects expected use, product. product consumer product regardless whether product substantial commercial, industrial non-consumer uses, unless uses represent significant mode use product. “Installation Information” User Product means methods, procedures, authorization keys, information required install execute modified versions covered work User Product modified version Corresponding Source. information must suffice ensure continued functioning modified object code case prevented interfered solely modification made. convey object code work section , , specifically use , User Product, conveying occurs part transaction right possession use User Product transferred recipient perpetuity fixed term (regardless transaction characterized), Corresponding Source conveyed section must accompanied Installation Information. requirement apply neither third party retains ability install modified object code User Product (example, work installed ROM). requirement provide Installation Information include requirement continue provide support service, warranty, updates work modified installed recipient, User Product modified installed. Access network may denied modification materially adversely affects operation network violates rules protocols communication across network. Corresponding Source conveyed, Installation Information provided, accord section must format publicly documented (implementation available public source code form), must require special password key unpacking, reading copying.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_7-additional-terms","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"7. Additional Terms","title":"GNU General Public License","text":"“Additional permissions” terms supplement terms License making exceptions one conditions. Additional permissions applicable entire Program shall treated though included License, extent valid applicable law. additional permissions apply part Program, part may used separately permissions, entire Program remains governed License without regard additional permissions. convey copy covered work, may option remove additional permissions copy, part . (Additional permissions may written require removal certain cases modify work.) may place additional permissions material, added covered work, can give appropriate copyright permission. Notwithstanding provision License, material add covered work, may (authorized copyright holders material) supplement terms License terms: ) Disclaiming warranty limiting liability differently terms sections 15 16 License; b) Requiring preservation specified reasonable legal notices author attributions material Appropriate Legal Notices displayed works containing ; c) Prohibiting misrepresentation origin material, requiring modified versions material marked reasonable ways different original version; d) Limiting use publicity purposes names licensors authors material; e) Declining grant rights trademark law use trade names, trademarks, service marks; f) Requiring indemnification licensors authors material anyone conveys material (modified versions ) contractual assumptions liability recipient, liability contractual assumptions directly impose licensors authors. non-permissive additional terms considered “restrictions” within meaning section 10. Program received , part , contains notice stating governed License along term restriction, may remove term. license document contains restriction permits relicensing conveying License, may add covered work material governed terms license document, provided restriction survive relicensing conveying. add terms covered work accord section, must place, relevant source files, statement additional terms apply files, notice indicating find applicable terms. Additional terms, permissive non-permissive, may stated form separately written license, stated exceptions; requirements apply either way.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_8-termination","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"8. Termination","title":"GNU General Public License","text":"may propagate modify covered work except expressly provided License. attempt otherwise propagate modify void, automatically terminate rights License (including patent licenses granted third paragraph section 11). However, cease violation License, license particular copyright holder reinstated () provisionally, unless copyright holder explicitly finally terminates license, (b) permanently, copyright holder fails notify violation reasonable means prior 60 days cessation. Moreover, license particular copyright holder reinstated permanently copyright holder notifies violation reasonable means, first time received notice violation License (work) copyright holder, cure violation prior 30 days receipt notice. Termination rights section terminate licenses parties received copies rights License. rights terminated permanently reinstated, qualify receive new licenses material section 10.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_9-acceptance-not-required-for-having-copies","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"9. Acceptance Not Required for Having Copies","title":"GNU General Public License","text":"required accept License order receive run copy Program. Ancillary propagation covered work occurring solely consequence using peer--peer transmission receive copy likewise require acceptance. However, nothing License grants permission propagate modify covered work. actions infringe copyright accept License. Therefore, modifying propagating covered work, indicate acceptance License .","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_10-automatic-licensing-of-downstream-recipients","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"10. Automatic Licensing of Downstream Recipients","title":"GNU General Public License","text":"time convey covered work, recipient automatically receives license original licensors, run, modify propagate work, subject License. responsible enforcing compliance third parties License. “entity transaction” transaction transferring control organization, substantially assets one, subdividing organization, merging organizations. propagation covered work results entity transaction, party transaction receives copy work also receives whatever licenses work party’s predecessor interest give previous paragraph, plus right possession Corresponding Source work predecessor interest, predecessor can get reasonable efforts. may impose restrictions exercise rights granted affirmed License. example, may impose license fee, royalty, charge exercise rights granted License, may initiate litigation (including cross-claim counterclaim lawsuit) alleging patent claim infringed making, using, selling, offering sale, importing Program portion .","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_11-patents","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"11. Patents","title":"GNU General Public License","text":"“contributor” copyright holder authorizes use License Program work Program based. work thus licensed called contributor’s “contributor version”. contributor’s “essential patent claims” patent claims owned controlled contributor, whether already acquired hereafter acquired, infringed manner, permitted License, making, using, selling contributor version, include claims infringed consequence modification contributor version. purposes definition, “control” includes right grant patent sublicenses manner consistent requirements License. contributor grants non-exclusive, worldwide, royalty-free patent license contributor’s essential patent claims, make, use, sell, offer sale, import otherwise run, modify propagate contents contributor version. following three paragraphs, “patent license” express agreement commitment, however denominated, enforce patent (express permission practice patent covenant sue patent infringement). “grant” patent license party means make agreement commitment enforce patent party. convey covered work, knowingly relying patent license, Corresponding Source work available anyone copy, free charge terms License, publicly available network server readily accessible means, must either (1) cause Corresponding Source available, (2) arrange deprive benefit patent license particular work, (3) arrange, manner consistent requirements License, extend patent license downstream recipients. “Knowingly relying” means actual knowledge , patent license, conveying covered work country, recipient’s use covered work country, infringe one identifiable patents country reason believe valid. , pursuant connection single transaction arrangement, convey, propagate procuring conveyance , covered work, grant patent license parties receiving covered work authorizing use, propagate, modify convey specific copy covered work, patent license grant automatically extended recipients covered work works based . patent license “discriminatory” include within scope coverage, prohibits exercise , conditioned non-exercise one rights specifically granted License. may convey covered work party arrangement third party business distributing software, make payment third party based extent activity conveying work, third party grants, parties receive covered work , discriminatory patent license () connection copies covered work conveyed (copies made copies), (b) primarily connection specific products compilations contain covered work, unless entered arrangement, patent license granted, prior 28 March 2007. Nothing License shall construed excluding limiting implied license defenses infringement may otherwise available applicable patent law.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_12-no-surrender-of-others-freedom","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"12. No Surrender of Others’ Freedom","title":"GNU General Public License","text":"conditions imposed (whether court order, agreement otherwise) contradict conditions License, excuse conditions License. convey covered work satisfy simultaneously obligations License pertinent obligations, consequence may convey . example, agree terms obligate collect royalty conveying convey Program, way satisfy terms License refrain entirely conveying Program.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_13-use-with-the-gnu-affero-general-public-license","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"13. Use with the GNU Affero General Public License","title":"GNU General Public License","text":"Notwithstanding provision License, permission link combine covered work work licensed version 3 GNU Affero General Public License single combined work, convey resulting work. terms License continue apply part covered work, special requirements GNU Affero General Public License, section 13, concerning interaction network apply combination .","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_14-revised-versions-of-this-license","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"14. Revised Versions of this License","title":"GNU General Public License","text":"Free Software Foundation may publish revised /new versions GNU General Public License time time. new versions similar spirit present version, may differ detail address new problems concerns. version given distinguishing version number. Program specifies certain numbered version GNU General Public License “later version” applies , option following terms conditions either numbered version later version published Free Software Foundation. Program specify version number GNU General Public License, may choose version ever published Free Software Foundation. Program specifies proxy can decide future versions GNU General Public License can used, proxy’s public statement acceptance version permanently authorizes choose version Program. Later license versions may give additional different permissions. However, additional obligations imposed author copyright holder result choosing follow later version.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_15-disclaimer-of-warranty","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"15. Disclaimer of Warranty","title":"GNU General Public License","text":"WARRANTY PROGRAM, EXTENT PERMITTED APPLICABLE LAW. EXCEPT OTHERWISE STATED WRITING COPYRIGHT HOLDERS /PARTIES PROVIDE PROGRAM “” WITHOUT WARRANTY KIND, EITHER EXPRESSED IMPLIED, INCLUDING, LIMITED , IMPLIED WARRANTIES MERCHANTABILITY FITNESS PARTICULAR PURPOSE. ENTIRE RISK QUALITY PERFORMANCE PROGRAM . PROGRAM PROVE DEFECTIVE, ASSUME COST NECESSARY SERVICING, REPAIR CORRECTION.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_16-limitation-of-liability","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"16. Limitation of Liability","title":"GNU General Public License","text":"EVENT UNLESS REQUIRED APPLICABLE LAW AGREED WRITING COPYRIGHT HOLDER, PARTY MODIFIES /CONVEYS PROGRAM PERMITTED , LIABLE DAMAGES, INCLUDING GENERAL, SPECIAL, INCIDENTAL CONSEQUENTIAL DAMAGES ARISING USE INABILITY USE PROGRAM (INCLUDING LIMITED LOSS DATA DATA RENDERED INACCURATE LOSSES SUSTAINED THIRD PARTIES FAILURE PROGRAM OPERATE PROGRAMS), EVEN HOLDER PARTY ADVISED POSSIBILITY DAMAGES.","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"id_17-interpretation-of-sections-15-and-16","dir":"","previous_headings":"TERMS AND CONDITIONS","what":"17. Interpretation of Sections 15 and 16","title":"GNU General Public License","text":"disclaimer warranty limitation liability provided given local legal effect according terms, reviewing courts shall apply local law closely approximates absolute waiver civil liability connection Program, unless warranty assumption liability accompanies copy Program return fee. END TERMS CONDITIONS","code":""},{"path":"https://oxford-ihtm.io/codigo/LICENSE.html","id":"how-to-apply-these-terms-to-your-new-programs","dir":"","previous_headings":"","what":"How to Apply These Terms to Your New Programs","title":"GNU General Public License","text":"develop new program, want greatest possible use public, best way achieve make free software everyone can redistribute change terms. , attach following notices program. safest attach start source file effectively state exclusion warranty; file least “copyright” line pointer full notice found. Also add information contact electronic paper mail. program terminal interaction, make output short notice like starts interactive mode: hypothetical commands show w show c show appropriate parts General Public License. course, program’s commands might different; GUI interface, use “box”. also get employer (work programmer) school, , sign “copyright disclaimer” program, necessary. information , apply follow GNU GPL, see . GNU General Public License permit incorporating program proprietary programs. program subroutine library, may consider useful permit linking proprietary applications library. want , use GNU Lesser General Public License instead License. first, please read .","code":" Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free software, and you are welcome to redistribute it under certain conditions; type 'show c' for details."},{"path":"https://oxford-ihtm.io/codigo/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Anita Makori. Author, copyright holder. Ernest Guevarra. Author, maintainer, copyright holder.","code":""},{"path":"https://oxford-ihtm.io/codigo/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Anita Makori Ernest Guevarra (2024). icd: Interface International Classification Diseases (ICD) API. R package version 0.0.9000. URL https://oxford-ihtm.io/icd/","code":"@Manual{, title = {icd: Interface to the International Classification of Diseases (ICD) API}, author = {{Anita Makori} and {Ernest Guevarra}}, year = {2024}, note = {R package version 0.0.9000}, url = {https://oxford-ihtm.io/icd/}, }"},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"codigo-interface-to-the-international-classification-of-diseases-icd-api-","dir":"","previous_headings":"","what":"Interface to the International Classification of Diseases (ICD) API","title":"Interface to the International Classification of Diseases (ICD) API","text":"International Classification Diseases (ICD) serves broad range uses globally provides critical knowledge extent, causes consequences human disease death worldwide via data reported coded ICD. ICD API allows programmatic access ICD. HTTP based REST API. package provides functions interface ICD API.","code":""},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"what-does-codigo-do","dir":"","previous_headings":"","what":"What does codigo do?","title":"Interface to the International Classification of Diseases (ICD) API","text":"Please note codigo still highly experimental undergoing lot development. Hence, functionalities described high likelihood changing interface approach aim stable working version. Currently, package provides functions authenticating ICD API. , plan develop functions wrap various available API endpoints.","code":""},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Interface to the International Classification of Diseases (ICD) API","text":"codigo yet CRAN. can install development version codigo GitHub : load codigo","code":"if(!require(remotes)) install.packages(\"remotes\") remotes::install_github(\"OxfordIHTM/codigo\") # load package library(codigo)"},{"path":[]},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"authenticating-with-the-icd-api","dir":"","previous_headings":"Usage","what":"Authenticating with the ICD API","title":"Interface to the International Classification of Diseases (ICD) API","text":"ICD API uses OAuth2 authentication. package set utility functions support ICD API authentication specifications leading generation OAuth2 token. icd_oauth_client() function downstream user-facing function creates ICD OAuth2 client can used token retrieval future functions wrap ICD API entity linearization information retrieval. ICD OAuth2 client can generated follows: function uses built OAuth2 client created light use purposes package development testing. recommended intending use package programmatically performing high volume calls ICD API create access keys (client id client secret) using instructions. , access keys, perform following commands: OAuth2 client can now used various functions package require OAuth2 client authentication making requests ICD API.","code":"icd_oauth_client() ## Create your own OAuth client ---- my_oauth_client <- icd_oauth_client( id = \"YOUR_CLIENT_ID\", token_url = \"https://icdaccessmanagement.who.int/connect/token\", secret = \"YOUR_CLIENT_SECRET\", name = \"NAME_OF_YOUR_APP )"},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"performing-a-basic-search","dir":"","previous_headings":"Usage","what":"Performing a basic search","title":"Interface to the International Classification of Diseases (ICD) API","text":"main feature ICD API ability search ICD 11 Foundation ICD 11 Linearization information regarding illness/disease. feature captured icd_search_foundation() function. example, colorectal cancer disease interest information available ICD 11 needed, following call can made: gives following output: output list parsed JSON body text HTTP response ICD API. output can processed user intended end use.","code":"icd_search_foundation(q = \"colorectal cancer\") #> $error #> [1] FALSE #> #> $errorMessage #> NULL #> #> $resultChopped #> [1] FALSE #> #> $wordSuggestionsChopped #> [1] FALSE #> #> $guessType #> [1] 2 #> #> $uniqueSearchId #> [1] \"525bf14f-6ae8-4f42-bac6-ea9e2b9073f6\" #> #> $words #> NULL #> #> $destinationEntities #> $destinationEntities[[1]] #> $destinationEntities[[1]]$id #> [1] \"http://id.who.int/icd/entity/774170412\" #> #> $destinationEntities[[1]]$title #> [1] \"Malignant neoplasms of rectosigmoid junction\" #> #> $destinationEntities[[1]]$stemId #> [1] \"http://id.who.int/icd/entity/774170412\" #> #> $destinationEntities[[1]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[1]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[1]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[1]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[1]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[1]]$matchingPVs #> $destinationEntities[[1]]$matchingPVs[[1]] #> $destinationEntities[[1]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[1]]$matchingPVs[[1]]$label #> [1] \"Colorectal Cancer NOS\" #> #> $destinationEntities[[1]]$matchingPVs[[1]]$score #> [1] 1 #> #> $destinationEntities[[1]]$matchingPVs[[1]]$important #> [1] TRUE #> #> $destinationEntities[[1]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/774170412\" #> #> $destinationEntities[[1]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[1]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[1]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[1]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[1]]$chapter #> [1] \"02\" #> #> $destinationEntities[[1]]$theCode #> NULL #> #> $destinationEntities[[1]]$score #> [1] 1 #> #> $destinationEntities[[1]]$titleIsASearchResult #> [1] FALSE #> #> $destinationEntities[[1]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[1]]$entityType #> [1] 0 #> #> $destinationEntities[[1]]$important #> [1] FALSE #> #> $destinationEntities[[1]]$descendants #> list() #> #> #> $destinationEntities[[2]] #> $destinationEntities[[2]]$id #> [1] \"http://id.who.int/icd/entity/545664807\" #> #> $destinationEntities[[2]]$title #> [1] \"Familial nonpolyposis colorectal cancer\" #> #> $destinationEntities[[2]]$stemId #> [1] \"http://id.who.int/icd/entity/545664807\" #> #> $destinationEntities[[2]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[2]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[2]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[2]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[2]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[2]]$matchingPVs #> list() #> #> $destinationEntities[[2]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[2]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[2]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[2]]$chapter #> [1] \"02\" #> #> $destinationEntities[[2]]$theCode #> NULL #> #> $destinationEntities[[2]]$score #> [1] 0.5203158 #> #> $destinationEntities[[2]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[2]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[2]]$entityType #> [1] 0 #> #> $destinationEntities[[2]]$important #> [1] FALSE #> #> $destinationEntities[[2]]$descendants #> list() #> #> #> $destinationEntities[[3]] #> $destinationEntities[[3]]$id #> [1] \"http://id.who.int/icd/entity/8113015\" #> #> $destinationEntities[[3]]$title #> [1] \"Hereditary nonpolyposis colorectal cancer\" #> #> $destinationEntities[[3]]$stemId #> [1] \"http://id.who.int/icd/entity/8113015\" #> #> $destinationEntities[[3]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[3]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[3]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[3]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[3]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[3]]$matchingPVs #> list() #> #> $destinationEntities[[3]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[3]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[3]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[3]]$chapter #> [1] \"02\" #> #> $destinationEntities[[3]]$theCode #> NULL #> #> $destinationEntities[[3]]$score #> [1] 0.5075196 #> #> $destinationEntities[[3]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[3]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[3]]$entityType #> [1] 0 #> #> $destinationEntities[[3]]$important #> [1] FALSE #> #> $destinationEntities[[3]]$descendants #> list()"},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Interface to the International Classification of Diseases (ICD) API","text":"find codigo package useful please cite using suggested citation provided call citation() function follows:","code":"citation(\"codigo\") #> To cite icd in publications use: #> #> Anita Makori and Ernest Guevarra (2024). icd: Interface to the #> International Classification of Diseases (ICD) API. R package version #> 0.0.9000. URL https://oxford-ihtm.io/icd/ #> #> A BibTeX entry for LaTeX users is #> #> @Manual{, #> title = {icd: Interface to the International Classification of Diseases (ICD) API}, #> author = {{Anita Makori} and {Ernest Guevarra}}, #> year = {2024}, #> note = {R package version 0.0.9000}, #> url = {https://oxford-ihtm.io/icd/}, #> }"},{"path":"https://oxford-ihtm.io/codigo/index.html","id":"community-guidelines","dir":"","previous_headings":"","what":"Community guidelines","title":"Interface to the International Classification of Diseases (ICD) API","text":"Feedback, bug reports feature requests welcome; file issues seek support . like contribute package, please see contributing guidelines. project released Contributor Code Conduct. participating project agree abide terms.","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/codigo.html","id":null,"dir":"Reference","previous_headings":"","what":"Interface to the International Classification of Diseases (ICD) API — codigo","title":"Interface to the International Classification of Diseases (ICD) API — codigo","text":"International Classification Diseases (ICD) serves broad range uses globally provides critical knowledge extent, causes consequences human disease death worldwide via data reported coded ICD. ICD API allows programmatic access ICD. HTTP based REST API. package provides functions interface ICD API.","code":""},{"path":[]},{"path":"https://oxford-ihtm.io/codigo/reference/codigo.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Interface to the International Classification of Diseases (ICD) API — codigo","text":"Maintainer: Ernest Guevarra ernest@guevarra.io (ORCID) [copyright holder] Authors: Anita Makori mark@brixtonhealth.com [copyright holder]","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd.html","id":null,"dir":"Reference","previous_headings":"","what":"Interface to the International Classification of Diseases (ICD) API — icd","title":"Interface to the International Classification of Diseases (ICD) API — icd","text":"International Classification Diseases (ICD) serves broad range uses globally provides critical knowledge extent, causes consequences human disease death worldwide via data reported coded ICD. ICD API allows programmatic access ICD. HTTP based REST API. package provides functions interface ICD API.","code":""},{"path":[]},{"path":"https://oxford-ihtm.io/codigo/reference/icd.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"Interface to the International Classification of Diseases (ICD) API — icd","text":"Maintainer: Ernest Guevarra ernest@guevarra.io (ORCID) [copyright holder] Authors: Anita Makori mark@brixtonhealth.com [copyright holder]","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_linearization_mms.html","id":null,"dir":"Reference","previous_headings":"","what":"ICD-11 Mortality and Morbidity Linearization Outputs — icd11_linearization_mms","title":"ICD-11 Mortality and Morbidity Linearization Outputs — icd11_linearization_mms","text":"ICD-11 Mortality Morbidity Linearization Outputs","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_linearization_mms.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"ICD-11 Mortality and Morbidity Linearization Outputs — icd11_linearization_mms","text":"","code":"icd11_linearization_mms"},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_linearization_mms.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"ICD-11 Mortality and Morbidity Linearization Outputs — icd11_linearization_mms","text":"data frame 21 columns 36753 rows:","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_linearization_mms.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"ICD-11 Mortality and Morbidity Linearization Outputs — icd11_linearization_mms","text":"https://icd..int/dev11/Downloads/Download?fileName=LinearizationMiniOutput-MMS-en.zip","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_linearization_mms.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"ICD-11 Mortality and Morbidity Linearization Outputs — icd11_linearization_mms","text":"","code":"icd11_linearization_mms #> # A tibble: 36,753 × 21 #> `Foundation URI` Linearization (relea…¹ Code BlockId Title ClassKind #> #> 1 http://id.who.int/icd/e… http://id.who.int/icd… NA NA Cert… chapter #> 2 http://id.who.int/icd/e… http://id.who.int/icd… NA BlockL… - Ga… block #> 3 http://id.who.int/icd/e… http://id.who.int/icd… NA BlockL… - - … block #> 4 http://id.who.int/icd/e… http://id.who.int/icd… 1A00 NA - - … category #> 5 http://id.who.int/icd/e… http://id.who.int/icd… 1A01 NA - - … category #> 6 http://id.who.int/icd/e… http://id.who.int/icd… 1A02 NA - - … category #> 7 http://id.who.int/icd/e… http://id.who.int/icd… 1A03 NA - - … category #> 8 http://id.who.int/icd/e… http://id.who.int/icd… 1A03… NA - - … category #> 9 http://id.who.int/icd/e… http://id.who.int/icd… 1A03… NA - - … category #> 10 http://id.who.int/icd/e… http://id.who.int/icd… 1A03… NA - - … category #> # ℹ 36,743 more rows #> # ℹ abbreviated name: ¹​`Linearization (release) URI` #> # ℹ 15 more variables: DepthInKind , IsResidual , #> # PrimaryLocation , ChapterNo , BrowserLink , iCatLink , #> # isLeaf , noOfNonResidualChildren , `Primary tabulation` , #> # Grouping1 , Grouping2 , Grouping3 , Grouping4 , #> # Grouping5 , Version "},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_simple_table_mms.html","id":null,"dir":"Reference","previous_headings":"","what":"ICD-11 Mortality and Morbidity Simple Table Outputs — icd11_simple_table_mms","title":"ICD-11 Mortality and Morbidity Simple Table Outputs — icd11_simple_table_mms","text":"ICD-11 Mortality Morbidity Simple Table Outputs","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_simple_table_mms.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"ICD-11 Mortality and Morbidity Simple Table Outputs — icd11_simple_table_mms","text":"","code":"icd11_simple_table_mms"},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_simple_table_mms.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"ICD-11 Mortality and Morbidity Simple Table Outputs — icd11_simple_table_mms","text":"data frame 18 columns 36044 rows:","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_simple_table_mms.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"ICD-11 Mortality and Morbidity Simple Table Outputs — icd11_simple_table_mms","text":"https://icdcdn..int/static/releasefiles/2024-01/SimpleTabulation-ICD-11-MMS-en.zip","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd11_simple_table_mms.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"ICD-11 Mortality and Morbidity Simple Table Outputs — icd11_simple_table_mms","text":"","code":"icd11_simple_table_mms #> Foundation URI #> 2 http://id.who.int/icd/entity/1435254666 #> 3 http://id.who.int/icd/entity/588616678 #> 4 http://id.who.int/icd/entity/135352227 #> 5 http://id.who.int/icd/entity/257068234 #> 6 http://id.who.int/icd/entity/416025325 #> 7 http://id.who.int/icd/entity/2080365623 #> 8 http://id.who.int/icd/entity/344162786 #> 9 http://id.who.int/icd/entity/2099226249 #> 10 http://id.who.int/icd/entity/408185629 #> 11 http://id.who.int/icd/entity/1828273122 #> 12 http://id.who.int/icd/entity/162723448 #> 13 #> 14 #> 15 http://id.who.int/icd/entity/250688797 #> 16 http://id.who.int/icd/entity/1000894786 #> 17 http://id.who.int/icd/entity/794462570 #> 18 http://id.who.int/icd/entity/1528414070 #> 19 http://id.who.int/icd/entity/364534567 #> 20 #> 21 #> 22 http://id.who.int/icd/entity/1780040028 #> 23 http://id.who.int/icd/entity/515117475 #> 24 http://id.who.int/icd/entity/1520312138 #> 25 #> 26 #> 27 #> 28 #> 29 http://id.who.int/icd/entity/1834648119 #> 30 http://id.who.int/icd/entity/1642556936 #> 31 http://id.who.int/icd/entity/78422942 #> 32 http://id.who.int/icd/entity/2033726602 #> 33 http://id.who.int/icd/entity/1393712712 #> 34 #> 35 http://id.who.int/icd/entity/1879176035 #> 36 http://id.who.int/icd/entity/1722068323 #> 37 #> 38 #> 39 http://id.who.int/icd/entity/30738976 #> 40 http://id.who.int/icd/entity/749414717 #> 41 http://id.who.int/icd/entity/1185210745 #> 42 http://id.who.int/icd/entity/840750347 #> 43 http://id.who.int/icd/entity/1465325727 #> 44 http://id.who.int/icd/entity/1519125035 #> 45 #> 46 #> 47 http://id.who.int/icd/entity/2092703582 #> 48 http://id.who.int/icd/entity/2090337975 #> 49 http://id.who.int/icd/entity/433310499 #> 50 http://id.who.int/icd/entity/1837013982 #> 51 http://id.who.int/icd/entity/137713224 #> 52 http://id.who.int/icd/entity/1058992628 #> 53 http://id.who.int/icd/entity/883510242 #> 54 #> 55 #> 56 http://id.who.int/icd/entity/261748740 #> 57 http://id.who.int/icd/entity/1184241320 #> 58 http://id.who.int/icd/entity/435671752 #> 59 http://id.who.int/icd/entity/1727029934 #> 60 http://id.who.int/icd/entity/1616956984 #> 61 http://id.who.int/icd/entity/349019849 #> 62 #> 63 http://id.who.int/icd/entity/1777228366 #> 64 http://id.who.int/icd/entity/1730350429 #> 65 http://id.who.int/icd/entity/40419529 #> 66 http://id.who.int/icd/entity/328097188 #> 67 #> 68 #> 69 #> 70 #> 71 http://id.who.int/icd/entity/1688127370 #> 72 http://id.who.int/icd/entity/1160271562 #> 73 #> 74 http://id.who.int/icd/entity/1904876434 #> 75 http://id.who.int/icd/entity/455894495 #> 76 http://id.who.int/icd/entity/587996426 #> 77 http://id.who.int/icd/entity/395565060 #> 78 http://id.who.int/icd/entity/1926763926 #> 79 http://id.who.int/icd/entity/1665042685 #> 80 http://id.who.int/icd/entity/282073961 #> 81 http://id.who.int/icd/entity/2132718683 #> 82 http://id.who.int/icd/entity/20350466 #> 83 #> 84 http://id.who.int/icd/entity/1179111584 #> 85 http://id.who.int/icd/entity/191565955 #> 86 http://id.who.int/icd/entity/1847647511 #> 87 http://id.who.int/icd/entity/445484522 #> 88 http://id.who.int/icd/entity/2143699068 #> 89 http://id.who.int/icd/entity/204002280 #> 90 http://id.who.int/icd/entity/1768103550 #> 91 #> 92 #> 93 http://id.who.int/icd/entity/854229089 #> 94 http://id.who.int/icd/entity/2118246468 #> 95 http://id.who.int/icd/entity/453651926 #> 96 http://id.who.int/icd/entity/1873247529 #> 97 #> 98 http://id.who.int/icd/entity/183283901 #> 99 http://id.who.int/icd/entity/1883423833 #> 100 http://id.who.int/icd/entity/551528014 #> 101 http://id.who.int/icd/entity/2063826056 #> 102 http://id.who.int/icd/entity/1934471301 #> 103 #> 104 #> 105 #> 106 #> 107 http://id.who.int/icd/entity/370440252 #> 108 #> 109 http://id.who.int/icd/entity/609214049 #> 110 http://id.who.int/icd/entity/1977691885 #> 111 http://id.who.int/icd/entity/762120574 #> 112 http://id.who.int/icd/entity/1112016389 #> 113 #> 114 #> 115 http://id.who.int/icd/entity/1210500328 #> 116 #> 117 #> 118 http://id.who.int/icd/entity/1015780375 #> 119 http://id.who.int/icd/entity/840155638 #> 120 http://id.who.int/icd/entity/707709463 #> 121 http://id.who.int/icd/entity/359736861 #> 122 http://id.who.int/icd/entity/1002985340 #> 123 http://id.who.int/icd/entity/1332021123 #> 124 http://id.who.int/icd/entity/1505778051 #> 125 #> 126 http://id.who.int/icd/entity/2046292009 #> 127 #> 128 http://id.who.int/icd/entity/251474152 #> 129 http://id.who.int/icd/entity/1090786293 #> 130 http://id.who.int/icd/entity/900285196 #> 131 http://id.who.int/icd/entity/806511043 #> 132 http://id.who.int/icd/entity/1431940183 #> 133 #> 134 #> 135 #> 136 #> 137 http://id.who.int/icd/entity/1357024926 #> 138 http://id.who.int/icd/entity/764124124 #> 139 http://id.who.int/icd/entity/1220564554 #> 140 http://id.who.int/icd/entity/1372745524 #> 141 http://id.who.int/icd/entity/616315615 #> 142 http://id.who.int/icd/entity/666746193 #> 143 http://id.who.int/icd/entity/1123446981 #> 144 #> 145 http://id.who.int/icd/entity/641342831 #> 146 http://id.who.int/icd/entity/1987223744 #> 147 http://id.who.int/icd/entity/144526718 #> 148 http://id.who.int/icd/entity/158514824 #> 149 #> 150 #> 151 #> 152 http://id.who.int/icd/entity/979278646 #> 153 http://id.who.int/icd/entity/2072728114 #> 154 http://id.who.int/icd/entity/882244568 #> 155 http://id.who.int/icd/entity/983550510 #> 156 http://id.who.int/icd/entity/1311939281 #> 157 #> 158 http://id.who.int/icd/entity/729372485 #> 159 http://id.who.int/icd/entity/1820468614 #> 160 http://id.who.int/icd/entity/539334538 #> 161 http://id.who.int/icd/entity/164227092 #> 162 http://id.who.int/icd/entity/1199221405 #> 163 #> 164 #> 165 http://id.who.int/icd/entity/746680558 #> 166 http://id.who.int/icd/entity/271545608 #> 167 http://id.who.int/icd/entity/1074723013 #> 168 http://id.who.int/icd/entity/883140666 #> 169 http://id.who.int/icd/entity/807058764 #> 170 http://id.who.int/icd/entity/1459473353 #> 171 http://id.who.int/icd/entity/570881596 #> 172 http://id.who.int/icd/entity/1828714202 #> 173 #> 174 #> 175 http://id.who.int/icd/entity/1196243886 #> 176 http://id.who.int/icd/entity/870345553 #> 177 http://id.who.int/icd/entity/1873777499 #> 178 http://id.who.int/icd/entity/625292625 #> 179 #> 180 http://id.who.int/icd/entity/861638547 #> 181 http://id.who.int/icd/entity/1056849595 #> 182 http://id.who.int/icd/entity/1538650927 #> 183 http://id.who.int/icd/entity/1690351031 #> 184 #> 185 #> 186 http://id.who.int/icd/entity/454434138 #> 187 #> 188 #> 189 http://id.who.int/icd/entity/149072669 #> 190 http://id.who.int/icd/entity/1800264981 #> 191 http://id.who.int/icd/entity/1123804548 #> 192 http://id.who.int/icd/entity/1295356165 #> 193 http://id.who.int/icd/entity/1185467033 #> 194 http://id.who.int/icd/entity/1886317801 #> 195 http://id.who.int/icd/entity/1324017222 #> 196 #> 197 http://id.who.int/icd/entity/1839818377 #> 198 http://id.who.int/icd/entity/1798822437 #> 199 http://id.who.int/icd/entity/882647079 #> 200 http://id.who.int/icd/entity/1723965278 #> 201 http://id.who.int/icd/entity/1974989140 #> 202 #> 203 #> 204 http://id.who.int/icd/entity/625446129 #> 205 http://id.who.int/icd/entity/1642291965 #> 206 #> 207 #> 208 #> 209 #> 210 http://id.who.int/icd/entity/1539889147 #> 211 http://id.who.int/icd/entity/871612151 #> 212 http://id.who.int/icd/entity/2058300982 #> 213 http://id.who.int/icd/entity/1097470385 #> 214 #> 215 #> 216 http://id.who.int/icd/entity/535094176 #> 217 http://id.who.int/icd/entity/869759708 #> 218 http://id.who.int/icd/entity/1453111118 #> 219 http://id.who.int/icd/entity/1384553803 #> 220 #> 221 #> 222 http://id.who.int/icd/entity/573695921 #> 223 #> 224 #> 225 http://id.who.int/icd/entity/1799992159 #> 226 http://id.who.int/icd/entity/107294155 #> 227 http://id.who.int/icd/entity/1642172022 #> 228 http://id.who.int/icd/entity/705971711 #> 229 http://id.who.int/icd/entity/1331660907 #> 230 #> 231 #> 232 http://id.who.int/icd/entity/1412960686 #> 233 http://id.who.int/icd/entity/2144774073 #> 234 http://id.who.int/icd/entity/1651247891 #> 235 http://id.who.int/icd/entity/896866865 #> 236 http://id.who.int/icd/entity/348525836 #> 237 http://id.who.int/icd/entity/1200236878 #> 238 #> 239 #> 240 http://id.who.int/icd/entity/284578658 #> 241 http://id.who.int/icd/entity/2033345174 #> 242 http://id.who.int/icd/entity/845065622 #> 243 #> 244 #> 245 http://id.who.int/icd/entity/522973276 #> 246 http://id.who.int/icd/entity/270373865 #> 247 http://id.who.int/icd/entity/270802913 #> 248 http://id.who.int/icd/entity/1681155693 #> 249 #> 250 #> 251 http://id.who.int/icd/entity/971176543 #> 252 http://id.who.int/icd/entity/1398484288 #> 253 http://id.who.int/icd/entity/25824900 #> 254 http://id.who.int/icd/entity/2034126013 #> 255 #> 256 #> 257 http://id.who.int/icd/entity/337308923 #> 258 http://id.who.int/icd/entity/229362936 #> 259 http://id.who.int/icd/entity/1677671323 #> 260 http://id.who.int/icd/entity/1634854510 #> 261 #> 262 #> 263 http://id.who.int/icd/entity/1622653958 #> 264 http://id.who.int/icd/entity/1929235891 #> 265 #> 266 #> 267 http://id.who.int/icd/entity/46117627 #> 268 http://id.who.int/icd/entity/1081137172 #> 269 http://id.who.int/icd/entity/1456834066 #> 270 http://id.who.int/icd/entity/1194531705 #> 271 http://id.who.int/icd/entity/1324834502 #> 272 http://id.who.int/icd/entity/25801498 #> 273 #> 274 #> 275 #> 276 http://id.who.int/icd/entity/1935092859 #> 277 http://id.who.int/icd/entity/1026551291 #> 278 http://id.who.int/icd/entity/1104357482 #> 279 http://id.who.int/icd/entity/614000128 #> 280 http://id.who.int/icd/entity/751399056 #> 281 http://id.who.int/icd/entity/1563156715 #> 282 http://id.who.int/icd/entity/1596449540 #> 283 http://id.who.int/icd/entity/1742025109 #> 284 http://id.who.int/icd/entity/43973633 #> 285 http://id.who.int/icd/entity/1983098110 #> 286 http://id.who.int/icd/entity/326656364 #> 287 #> 288 #> 289 http://id.who.int/icd/entity/980168338 #> 290 http://id.who.int/icd/entity/2066610452 #> 291 #> 292 #> 293 http://id.who.int/icd/entity/730510331 #> 294 http://id.who.int/icd/entity/1233304838 #> 295 http://id.who.int/icd/entity/1321303663 #> 296 http://id.who.int/icd/entity/2003001085 #> 297 http://id.who.int/icd/entity/304649065 #> 298 http://id.who.int/icd/entity/63835650 #> 299 #> 300 http://id.who.int/icd/entity/487269828 #> 301 http://id.who.int/icd/entity/1697630330 #> 302 http://id.who.int/icd/entity/452367246 #> 303 http://id.who.int/icd/entity/2143116824 #> 304 http://id.who.int/icd/entity/185601767 #> 305 http://id.who.int/icd/entity/413315344 #> 306 #> 307 #> 308 http://id.who.int/icd/entity/1938462328 #> 309 http://id.who.int/icd/entity/1917297026 #> 310 http://id.who.int/icd/entity/1031219789 #> 311 http://id.who.int/icd/entity/1480386521 #> 312 http://id.who.int/icd/entity/1587737629 #> 313 #> 314 #> 315 http://id.who.int/icd/entity/2064398473 #> 316 http://id.who.int/icd/entity/1287021540 #> 317 http://id.who.int/icd/entity/704491122 #> 318 #> 319 #> 320 http://id.who.int/icd/entity/1793762788 #> 321 http://id.who.int/icd/entity/262236278 #> 322 http://id.who.int/icd/entity/2085616610 #> 323 http://id.who.int/icd/entity/1920227791 #> 324 http://id.who.int/icd/entity/508032285 #> 325 http://id.who.int/icd/entity/1347332965 #> 326 http://id.who.int/icd/entity/1736804001 #> 327 #> 328 #> 329 http://id.who.int/icd/entity/889546481 #> 330 http://id.who.int/icd/entity/1101542926 #> 331 http://id.who.int/icd/entity/618920860 #> 332 #> 333 #> 334 http://id.who.int/icd/entity/1966578342 #> 335 http://id.who.int/icd/entity/390042715 #> 336 http://id.who.int/icd/entity/1670562980 #> 337 http://id.who.int/icd/entity/424434722 #> 338 #> 339 http://id.who.int/icd/entity/419706488 #> 340 http://id.who.int/icd/entity/1789950491 #> 341 http://id.who.int/icd/entity/268154767 #> 342 #> 343 #> 344 http://id.who.int/icd/entity/6555116 #> 345 http://id.who.int/icd/entity/101604109 #> 346 http://id.who.int/icd/entity/1665504921 #> 347 #> 348 #> 349 http://id.who.int/icd/entity/1664016479 #> 350 http://id.who.int/icd/entity/516585689 #> 351 http://id.who.int/icd/entity/2072098125 #> 352 http://id.who.int/icd/entity/832233624 #> 353 http://id.who.int/icd/entity/254600628 #> 354 #> 355 #> 356 #> 357 #> 358 http://id.who.int/icd/entity/840525023 #> 359 http://id.who.int/icd/entity/3933330 #> 360 http://id.who.int/icd/entity/944473231 #> 361 http://id.who.int/icd/entity/406586413 #> 362 http://id.who.int/icd/entity/247169608 #> 363 #> 364 http://id.who.int/icd/entity/1465035083 #> 365 http://id.who.int/icd/entity/482659345 #> 366 http://id.who.int/icd/entity/2039415173 #> 367 http://id.who.int/icd/entity/220352892 #> 368 http://id.who.int/icd/entity/1751751918 #> 369 #> 370 http://id.who.int/icd/entity/1186214944 #> 371 http://id.who.int/icd/entity/1600014919 #> 372 http://id.who.int/icd/entity/217939807 #> 373 http://id.who.int/icd/entity/120524401 #> 374 http://id.who.int/icd/entity/1614775629 #> 375 http://id.who.int/icd/entity/2085372866 #> 376 http://id.who.int/icd/entity/59307016 #> 377 http://id.who.int/icd/entity/1772714648 #> 378 http://id.who.int/icd/entity/242606511 #> 379 #> 380 #> 381 #> 382 #> 383 http://id.who.int/icd/entity/1320736556 #> 384 http://id.who.int/icd/entity/737352378 #> 385 #> 386 #> 387 http://id.who.int/icd/entity/965498095 #> 388 http://id.who.int/icd/entity/923521593 #> 389 http://id.who.int/icd/entity/1379934125 #> 390 #> 391 http://id.who.int/icd/entity/1127435854 #> 392 http://id.who.int/icd/entity/223956768 #> 393 http://id.who.int/icd/entity/1132542967 #> 394 http://id.who.int/icd/entity/1937339080 #> 395 http://id.who.int/icd/entity/372424530 #> 396 http://id.who.int/icd/entity/727668449 #> 397 http://id.who.int/icd/entity/1309973365 #> 398 #> 399 #> 400 #> 401 #> 402 http://id.who.int/icd/entity/1981846 #> 403 http://id.who.int/icd/entity/292650041 #> 404 http://id.who.int/icd/entity/295798687 #> 405 http://id.who.int/icd/entity/1961511435 #> 406 http://id.who.int/icd/entity/4659958 #> 407 http://id.who.int/icd/entity/1695340384 #> 408 #> 409 #> 410 http://id.who.int/icd/entity/9953620 #> 411 http://id.who.int/icd/entity/215936800 #> 412 http://id.who.int/icd/entity/1771381430 #> 413 http://id.who.int/icd/entity/490238539 #> 414 http://id.who.int/icd/entity/2020851679 #> 415 #> 416 #> 417 http://id.who.int/icd/entity/1005140361 #> 418 http://id.who.int/icd/entity/2113860626 #> 419 #> 420 #> 421 http://id.who.int/icd/entity/1012026026 #> 422 http://id.who.int/icd/entity/520429137 #> 423 http://id.who.int/icd/entity/2129350166 #> 424 http://id.who.int/icd/entity/168432503 #> 425 http://id.who.int/icd/entity/698540116 #> 426 http://id.who.int/icd/entity/114886962 #> 427 http://id.who.int/icd/entity/197163558 #> 428 http://id.who.int/icd/entity/788554020 #> 429 #> 430 #> 431 #> 432 #> 433 http://id.who.int/icd/entity/1000704511 #> 434 http://id.who.int/icd/entity/236924369 #> 435 http://id.who.int/icd/entity/215309692 #> 436 http://id.who.int/icd/entity/1386132895 #> 437 http://id.who.int/icd/entity/865305628 #> 438 http://id.who.int/icd/entity/1280139157 #> 439 http://id.who.int/icd/entity/802739943 #> 440 #> 441 #> 442 #> 443 http://id.who.int/icd/entity/771273482 #> 444 http://id.who.int/icd/entity/1552401955 #> 445 http://id.who.int/icd/entity/1702650002 #> 446 http://id.who.int/icd/entity/993495155 #> 447 http://id.who.int/icd/entity/97626683 #> 448 http://id.who.int/icd/entity/1848415584 #> 449 #> 450 #> 451 #> 452 http://id.who.int/icd/entity/1508081745 #> 453 http://id.who.int/icd/entity/574153866 #> 454 http://id.who.int/icd/entity/1575370503 #> 455 http://id.who.int/icd/entity/1294771889 #> 456 http://id.who.int/icd/entity/1858812010 #> 457 http://id.who.int/icd/entity/1044381913 #> 458 #> 459 #> 460 #> 461 http://id.who.int/icd/entity/1104303944 #> 462 http://id.who.int/icd/entity/956664712 #> 463 http://id.who.int/icd/entity/588527933 #> 464 http://id.who.int/icd/entity/854762584 #> 465 http://id.who.int/icd/entity/1543765035 #> 466 http://id.who.int/icd/entity/682536148 #> 467 http://id.who.int/icd/entity/961032639 #> 468 http://id.who.int/icd/entity/1306878274 #> 469 http://id.who.int/icd/entity/804089791 #> 470 http://id.who.int/icd/entity/1040970454 #> 471 http://id.who.int/icd/entity/1530937152 #> 472 http://id.who.int/icd/entity/608978790 #> 473 http://id.who.int/icd/entity/1501615629 #> 474 http://id.who.int/icd/entity/1358604969 #> 475 http://id.who.int/icd/entity/62316737 #> 476 http://id.who.int/icd/entity/1727868245 #> 477 #> 478 #> 479 http://id.who.int/icd/entity/307264938 #> 480 http://id.who.int/icd/entity/835129952 #> 481 http://id.who.int/icd/entity/36782335 #> 482 http://id.who.int/icd/entity/1736084843 #> 483 http://id.who.int/icd/entity/975631454 #> 484 #> 485 #> 486 #> 487 http://id.who.int/icd/entity/1585949804 #> 488 http://id.who.int/icd/entity/62637936 #> 489 http://id.who.int/icd/entity/1656157931 #> 490 http://id.who.int/icd/entity/2048186698 #> 491 http://id.who.int/icd/entity/1269730048 #> 492 #> 493 #> 494 http://id.who.int/icd/entity/121670633 #> 495 http://id.who.int/icd/entity/684930313 #> 496 http://id.who.int/icd/entity/1005770900 #> 497 #> 498 #> 499 http://id.who.int/icd/entity/1137081791 #> 500 http://id.who.int/icd/entity/181304776 #> 501 http://id.who.int/icd/entity/731112897 #> 502 #> 503 #> 504 http://id.who.int/icd/entity/392898612 #> 505 http://id.who.int/icd/entity/373833091 #> 506 http://id.who.int/icd/entity/1054675109 #> 507 http://id.who.int/icd/entity/431392958 #> 508 http://id.who.int/icd/entity/342012360 #> 509 #> 510 #> 511 http://id.who.int/icd/entity/1483190070 #> 512 http://id.who.int/icd/entity/443087096 #> 513 http://id.who.int/icd/entity/613341872 #> 514 http://id.who.int/icd/entity/1147230459 #> 515 http://id.who.int/icd/entity/1128677700 #> 516 http://id.who.int/icd/entity/1360075821 #> 517 http://id.who.int/icd/entity/838770280 #> 518 http://id.who.int/icd/entity/777604655 #> 519 http://id.who.int/icd/entity/714215906 #> 520 #> 521 #> 522 http://id.who.int/icd/entity/1299705786 #> 523 http://id.who.int/icd/entity/486617244 #> 524 #> 525 #> 526 http://id.who.int/icd/entity/2108355318 #> 527 http://id.who.int/icd/entity/1726978545 #> 528 http://id.who.int/icd/entity/629126866 #> 529 http://id.who.int/icd/entity/132294774 #> 530 #> 531 #> 532 http://id.who.int/icd/entity/2017227771 #> 533 http://id.who.int/icd/entity/1761012301 #> 534 http://id.who.int/icd/entity/1543721163 #> 535 http://id.who.int/icd/entity/923328437 #> 536 #> 537 #> 538 http://id.who.int/icd/entity/634116368 #> 539 http://id.who.int/icd/entity/35402215 #> 540 http://id.who.int/icd/entity/1388337190 #> 541 #> 542 #> 543 #> 544 #> 545 http://id.who.int/icd/entity/1959883044 #> 546 http://id.who.int/icd/entity/685093552 #> 547 http://id.who.int/icd/entity/1302232870 #> 548 http://id.who.int/icd/entity/56575149 #> 549 #> 550 http://id.who.int/icd/entity/921595235 #> 551 http://id.who.int/icd/entity/900389391 #> 552 http://id.who.int/icd/entity/951357413 #> 553 http://id.who.int/icd/entity/1356928923 #> 554 http://id.who.int/icd/entity/693244560 #> 555 http://id.who.int/icd/entity/854137188 #> 556 http://id.who.int/icd/entity/1276763930 #> 557 http://id.who.int/icd/entity/1091013360 #> 558 http://id.who.int/icd/entity/383352795 #> 559 http://id.who.int/icd/entity/1401438580 #> 560 http://id.who.int/icd/entity/1562906700 #> 561 http://id.who.int/icd/entity/946068954 #> 562 http://id.who.int/icd/entity/1288604967 #> 563 http://id.who.int/icd/entity/1105069515 #> 564 http://id.who.int/icd/entity/1085418398 #> 565 http://id.who.int/icd/entity/282121084 #> 566 #> 567 #> 568 http://id.who.int/icd/entity/1251496839 #> 569 http://id.who.int/icd/entity/694903163 #> 570 http://id.who.int/icd/entity/1517015847 #> 571 http://id.who.int/icd/entity/1313688701 #> 572 http://id.who.int/icd/entity/792755706 #> 573 http://id.who.int/icd/entity/1352574583 #> 574 http://id.who.int/icd/entity/1950399694 #> 575 #> 576 #> 577 http://id.who.int/icd/entity/696598707 #> 578 http://id.who.int/icd/entity/510498140 #> 579 http://id.who.int/icd/entity/198979491 #> 580 #> 581 #> 582 #> 583 #> 584 http://id.who.int/icd/entity/1652368287 #> 585 http://id.who.int/icd/entity/257166193 #> 586 http://id.who.int/icd/entity/1780467429 #> 587 http://id.who.int/icd/entity/515020316 #> 588 http://id.who.int/icd/entity/356743940 #> 589 #> 590 #> 591 http://id.who.int/icd/entity/271833991 #> 592 http://id.who.int/icd/entity/1059069619 #> 593 http://id.who.int/icd/entity/582624609 #> 594 http://id.who.int/icd/entity/1879060110 #> 595 #> 596 #> 597 http://id.who.int/icd/entity/1020283662 #> 598 http://id.who.int/icd/entity/1840423014 #> 599 http://id.who.int/icd/entity/652944603 #> 600 #> 601 #> 602 http://id.who.int/icd/entity/1136802325 #> 603 http://id.who.int/icd/entity/1208294714 #> 604 http://id.who.int/icd/entity/2082214683 #> 605 http://id.who.int/icd/entity/333831364 #> 606 http://id.who.int/icd/entity/1991119186 #> 607 http://id.who.int/icd/entity/33767855 #> 608 http://id.who.int/icd/entity/1732807739 #> 609 #> 610 http://id.who.int/icd/entity/760139952 #> 611 http://id.who.int/icd/entity/109125699 #> 612 http://id.who.int/icd/entity/1784076753 #> 613 #> 614 #> 615 http://id.who.int/icd/entity/1017662917 #> 616 http://id.who.int/icd/entity/1999221102 #> 617 http://id.who.int/icd/entity/59040145 #> 618 #> 619 #> 620 http://id.who.int/icd/entity/637134348 #> 621 http://id.who.int/icd/entity/157616931 #> 622 http://id.who.int/icd/entity/1094028194 #> 623 http://id.who.int/icd/entity/1356011211 #> 624 #> 625 #> 626 http://id.who.int/icd/entity/874478433 #> 627 http://id.who.int/icd/entity/1485671112 #> 628 http://id.who.int/icd/entity/51885381 #> 629 http://id.who.int/icd/entity/326802563 #> 630 http://id.who.int/icd/entity/233520745 #> 631 http://id.who.int/icd/entity/856497185 #> 632 #> 633 #> 634 http://id.who.int/icd/entity/555874229 #> 635 http://id.who.int/icd/entity/237422666 #> 636 http://id.who.int/icd/entity/511743818 #> 637 http://id.who.int/icd/entity/2076924640 #> 638 http://id.who.int/icd/entity/258345505 #> 639 http://id.who.int/icd/entity/1781385141 #> 640 #> 641 #> 642 #> 643 #> 644 http://id.who.int/icd/entity/145723401 #> 645 http://id.who.int/icd/entity/753780243 #> 646 http://id.who.int/icd/entity/283428170 #> 647 http://id.who.int/icd/entity/1235618695 #> 648 http://id.who.int/icd/entity/985510409 #> 649 http://id.who.int/icd/entity/1154736543 #> 650 http://id.who.int/icd/entity/991455762 #> 651 http://id.who.int/icd/entity/1337277167 #> 652 http://id.who.int/icd/entity/1517862018 #> 653 http://id.who.int/icd/entity/1060335896 #> 654 http://id.who.int/icd/entity/785771645 #> 655 #> 656 #> 657 http://id.who.int/icd/entity/1469571641 #> 658 http://id.who.int/icd/entity/352087872 #> 659 http://id.who.int/icd/entity/1994012056 #> 660 #> 661 #> 662 http://id.who.int/icd/entity/1615937473 #> 663 http://id.who.int/icd/entity/1011250453 #> 664 http://id.who.int/icd/entity/1465996172 #> 665 #> 666 #> 667 #> 668 http://id.who.int/icd/entity/1646490591 #> 669 http://id.who.int/icd/entity/2080431678 #> 670 http://id.who.int/icd/entity/2054716425 #> 671 http://id.who.int/icd/entity/160886685 #> 672 http://id.who.int/icd/entity/1205745537 #> 673 http://id.who.int/icd/entity/1275065853 #> 674 http://id.who.int/icd/entity/444002285 #> 675 http://id.who.int/icd/entity/111540068 #> 676 http://id.who.int/icd/entity/82201615 #> 677 #> 678 #> 679 http://id.who.int/icd/entity/772982663 #> 680 http://id.who.int/icd/entity/1074706780 #> 681 http://id.who.int/icd/entity/1422437990 #> 682 http://id.who.int/icd/entity/1076733559 #> 683 #> 684 #> 685 http://id.who.int/icd/entity/316643992 #> 686 http://id.who.int/icd/entity/1160781209 #> 687 http://id.who.int/icd/entity/155264956 #> 688 http://id.who.int/icd/entity/519985380 #> 689 #> 690 http://id.who.int/icd/entity/80976093 #> 691 http://id.who.int/icd/entity/1805574500 #> 692 http://id.who.int/icd/entity/1667539108 #> 693 http://id.who.int/icd/entity/145288168 #> 694 http://id.who.int/icd/entity/1843603058 #> 695 #> 696 #> 697 http://id.who.int/icd/entity/523481501 #> 698 http://id.who.int/icd/entity/1659043996 #> 699 http://id.who.int/icd/entity/2105678631 #> 700 http://id.who.int/icd/entity/2059524172 #> 701 http://id.who.int/icd/entity/415880883 #> 702 http://id.who.int/icd/entity/1778898783 #> 703 http://id.who.int/icd/entity/912466759 #> 704 http://id.who.int/icd/entity/115616439 #> 705 #> 706 #> 707 http://id.who.int/icd/entity/321057933 #> 708 #> 709 #> 710 http://id.who.int/icd/entity/248851702 #> 711 http://id.who.int/icd/entity/1897656051 #> 712 http://id.who.int/icd/entity/1518322360 #> 713 http://id.who.int/icd/entity/1720001875 #> 714 http://id.who.int/icd/entity/1086416908 #> 715 http://id.who.int/icd/entity/549327141 #> 716 #> 717 http://id.who.int/icd/entity/1985490330 #> 718 http://id.who.int/icd/entity/1188755650 #> 719 http://id.who.int/icd/entity/1847489994 #> 720 #> 721 #> 722 http://id.who.int/icd/entity/163693711 #> 723 http://id.who.int/icd/entity/1627222936 #> 724 http://id.who.int/icd/entity/320069644 #> 725 #> 726 http://id.who.int/icd/entity/1740550387 #> 727 #> 728 #> 729 http://id.who.int/icd/entity/1883970802 #> 730 http://id.who.int/icd/entity/410022648 #> 731 http://id.who.int/icd/entity/869374630 #> 732 http://id.who.int/icd/entity/2131502234 #> 733 http://id.who.int/icd/entity/1478349286 #> 734 #> 735 http://id.who.int/icd/entity/1826431497 #> 736 http://id.who.int/icd/entity/1503293914 #> 737 http://id.who.int/icd/entity/844511898 #> 738 http://id.who.int/icd/entity/1461581580 #> 739 #> 740 http://id.who.int/icd/entity/352375140 #> 741 http://id.who.int/icd/entity/299242184 #> 742 http://id.who.int/icd/entity/1726890736 #> 743 http://id.who.int/icd/entity/61181798 #> 744 http://id.who.int/icd/entity/1295135613 #> 745 http://id.who.int/icd/entity/1008730501 #> 746 #> 747 #> 748 #> 749 http://id.who.int/icd/entity/1939815950 #> 750 http://id.who.int/icd/entity/1913468488 #> 751 http://id.who.int/icd/entity/1314810340 #> 752 http://id.who.int/icd/entity/710893141 #> 753 http://id.who.int/icd/entity/2019158769 #> 754 http://id.who.int/icd/entity/489221449 #> 755 #> 756 #> 757 http://id.who.int/icd/entity/2043496606 #> 758 http://id.who.int/icd/entity/942630604 #> 759 http://id.who.int/icd/entity/1355660816 #> 760 http://id.who.int/icd/entity/86747759 #> 761 http://id.who.int/icd/entity/2132861880 #> 762 http://id.who.int/icd/entity/107634429 #> 763 http://id.who.int/icd/entity/1478604320 #> 764 #> 765 #> 766 #> 767 http://id.who.int/icd/entity/2087283296 #> 768 http://id.who.int/icd/entity/1968108845 #> 769 http://id.who.int/icd/entity/2055968951 #> 770 http://id.who.int/icd/entity/520566646 #> 771 http://id.who.int/icd/entity/284380638 #> 772 http://id.who.int/icd/entity/1806329739 #> 773 http://id.who.int/icd/entity/407172127 #> 774 http://id.who.int/icd/entity/357498950 #> 775 http://id.who.int/icd/entity/828693449 #> 776 http://id.who.int/icd/entity/2120780687 #> 777 http://id.who.int/icd/entity/92452740 #> 778 http://id.who.int/icd/entity/1064943355 #> 779 #> 780 #> 781 http://id.who.int/icd/entity/1229869827 #> 782 http://id.who.int/icd/entity/2096491408 #> 783 http://id.who.int/icd/entity/2098149771 #> 784 http://id.who.int/icd/entity/2051865312 #> 785 #> 786 #> 787 #> 788 #> 789 http://id.who.int/icd/entity/1438584733 #> 790 http://id.who.int/icd/entity/132287989 #> 791 http://id.who.int/icd/entity/1080392099 #> 792 http://id.who.int/icd/entity/1367598280 #> 793 http://id.who.int/icd/entity/885533022 #> 794 http://id.who.int/icd/entity/71079562 #> 795 http://id.who.int/icd/entity/577599324 #> 796 http://id.who.int/icd/entity/623817783 #> 797 http://id.who.int/icd/entity/1455433635 #> 798 #> 799 #> 800 #> 801 http://id.who.int/icd/entity/1326582778 #> 802 http://id.who.int/icd/entity/390527954 #> 803 http://id.who.int/icd/entity/1916712542 #> 804 http://id.who.int/icd/entity/393575368 #> 805 http://id.who.int/icd/entity/738912364 #> 806 http://id.who.int/icd/entity/30418378 #> 807 #> 808 #> 809 http://id.who.int/icd/entity/1802307036 #> 810 http://id.who.int/icd/entity/1380450203 #> 811 http://id.who.int/icd/entity/1731433055 #> 812 http://id.who.int/icd/entity/1993674550 #> 813 http://id.who.int/icd/entity/350028235 #> 814 http://id.who.int/icd/entity/1449494917 #> 815 http://id.who.int/icd/entity/2003167397 #> 816 #> 817 #> 818 http://id.who.int/icd/entity/1866587875 #> 819 http://id.who.int/icd/entity/1303003466 #> 820 http://id.who.int/icd/entity/1553838370 #> 821 http://id.who.int/icd/entity/997943937 #> 822 #> 823 #> 824 http://id.who.int/icd/entity/566562143 #> 825 http://id.who.int/icd/entity/1676389165 #> 826 http://id.who.int/icd/entity/532698403 #> 827 http://id.who.int/icd/entity/67108853 #> 828 http://id.who.int/icd/entity/12958750 #> 829 http://id.who.int/icd/entity/303653536 #> 830 http://id.who.int/icd/entity/1990974193 #> 831 http://id.who.int/icd/entity/1723085409 #> 832 http://id.who.int/icd/entity/1414602212 #> 833 #> 834 #> 835 http://id.who.int/icd/entity/268777657 #> 836 http://id.who.int/icd/entity/1220568868 #> 837 http://id.who.int/icd/entity/992933048 #> 838 #> 839 #> 840 http://id.who.int/icd/entity/547567937 #> 841 http://id.who.int/icd/entity/404370038 #> 842 http://id.who.int/icd/entity/2014927218 #> 843 #> 844 http://id.who.int/icd/entity/807637046 #> 845 http://id.who.int/icd/entity/579570784 #> 846 http://id.who.int/icd/entity/768312788 #> 847 http://id.who.int/icd/entity/1370512518 #> 848 http://id.who.int/icd/entity/1229440796 #> 849 http://id.who.int/icd/entity/984175752 #> 850 #> 851 #> 852 http://id.who.int/icd/entity/646368820 #> 853 http://id.who.int/icd/entity/1357848258 #> 854 http://id.who.int/icd/entity/210760879 #> 855 http://id.who.int/icd/entity/1111587867 #> 856 #> 857 #> 858 #> 859 #> 860 http://id.who.int/icd/entity/255141529 #> 861 http://id.who.int/icd/entity/1439886552 #> 862 http://id.who.int/icd/entity/579583286 #> 863 http://id.who.int/icd/entity/1143114898 #> 864 #> 865 #> 866 http://id.who.int/icd/entity/1203794080 #> 867 http://id.who.int/icd/entity/1490699283 #> 868 #> 869 #> 870 http://id.who.int/icd/entity/862789727 #> 871 http://id.who.int/icd/entity/1499325485 #> 872 #> 873 #> 874 http://id.who.int/icd/entity/1168452782 #> 875 http://id.who.int/icd/entity/1260563068 #> 876 http://id.who.int/icd/entity/633896543 #> 877 #> 878 http://id.who.int/icd/entity/817691561 #> 879 http://id.who.int/icd/entity/289875029 #> 880 http://id.who.int/icd/entity/875488052 #> 881 http://id.who.int/icd/entity/1671640403 #> 882 http://id.who.int/icd/entity/1842725899 #> 883 #> 884 #> 885 http://id.who.int/icd/entity/115931335 #> 886 http://id.who.int/icd/entity/1630119630 #> 887 #> 888 #> 889 #> 890 #> 891 http://id.who.int/icd/entity/1947003329 #> 892 http://id.who.int/icd/entity/1365585570 #> 893 http://id.who.int/icd/entity/437268550 #> 894 http://id.who.int/icd/entity/1857904825 #> 895 http://id.who.int/icd/entity/200715565 #> 896 http://id.who.int/icd/entity/1279577094 #> 897 #> 898 #> 899 http://id.who.int/icd/entity/1082373067 #> 900 http://id.who.int/icd/entity/1646564717 #> 901 http://id.who.int/icd/entity/124737785 #> 902 http://id.who.int/icd/entity/1942095878 #> 903 #> 904 http://id.who.int/icd/entity/1709864108 #> 905 http://id.who.int/icd/entity/1150206155 #> 906 http://id.who.int/icd/entity/738999268 #> 907 http://id.who.int/icd/entity/1419043836 #> 908 http://id.who.int/icd/entity/540652293 #> 909 http://id.who.int/icd/entity/1165131409 #> 910 http://id.who.int/icd/entity/836709998 #> 911 #> 912 #> 913 http://id.who.int/icd/entity/1021483422 #> 914 #> 915 http://id.who.int/icd/entity/1786908147 #> 916 http://id.who.int/icd/entity/574051646 #> 917 http://id.who.int/icd/entity/1768378720 #> 918 http://id.who.int/icd/entity/1884500763 #> 919 http://id.who.int/icd/entity/53173615 #> 920 #> 921 #> 922 http://id.who.int/icd/entity/2005274000 #> 923 http://id.who.int/icd/entity/17842540 #> 924 http://id.who.int/icd/entity/839653996 #> 925 http://id.who.int/icd/entity/315473926 #> 926 #> 927 #> 928 http://id.who.int/icd/entity/1662537619 #> 929 http://id.who.int/icd/entity/580098307 #> 930 http://id.who.int/icd/entity/1975325075 #> 931 http://id.who.int/icd/entity/709184369 #> 932 http://id.who.int/icd/entity/1504434405 #> 933 http://id.who.int/icd/entity/1373005257 #> 934 http://id.who.int/icd/entity/247221550 #> 935 http://id.who.int/icd/entity/1592269710 #> 936 http://id.who.int/icd/entity/1000592924 #> 937 http://id.who.int/icd/entity/1326352101 #> 938 #> 939 http://id.who.int/icd/entity/813571137 #> 940 #> 941 #> 942 http://id.who.int/icd/entity/263366843 #> 943 http://id.who.int/icd/entity/1133998897 #> 944 http://id.who.int/icd/entity/1542252776 #> 945 http://id.who.int/icd/entity/652000933 #> 946 http://id.who.int/icd/entity/657025682 #> 947 http://id.who.int/icd/entity/1664841973 #> 948 http://id.who.int/icd/entity/106136071 #> 949 http://id.who.int/icd/entity/125842620 #> 950 http://id.who.int/icd/entity/195163840 #> 951 #> 952 #> 953 http://id.who.int/icd/entity/2088326190 #> 954 http://id.who.int/icd/entity/508835280 #> 955 http://id.who.int/icd/entity/1794729263 #> 956 http://id.who.int/icd/entity/284613639 #> 957 http://id.who.int/icd/entity/1717604603 #> 958 http://id.who.int/icd/entity/422746556 #> 959 http://id.who.int/icd/entity/1430447638 #> 960 #> 961 #> 962 http://id.who.int/icd/entity/1193296631 #> 963 http://id.who.int/icd/entity/1324863907 #> 964 http://id.who.int/icd/entity/487162814 #> 965 http://id.who.int/icd/entity/501370275 #> 966 #> 967 http://id.who.int/icd/entity/2017611304 #> 968 #> 969 #> 970 http://id.who.int/icd/entity/1679215344 #> 971 http://id.who.int/icd/entity/497405925 #> 972 http://id.who.int/icd/entity/1456802165 #> 973 http://id.who.int/icd/entity/295339888 #> 974 http://id.who.int/icd/entity/1339125651 #> 975 http://id.who.int/icd/entity/1899449819 #> 976 http://id.who.int/icd/entity/1359119769 #> 977 #> 978 #> 979 http://id.who.int/icd/entity/2028864113 #> 980 http://id.who.int/icd/entity/22873958 #> 981 http://id.who.int/icd/entity/733748279 #> 982 http://id.who.int/icd/entity/32590653 #> 983 http://id.who.int/icd/entity/1689945769 #> 984 #> 985 #> 986 #> 987 #> 988 http://id.who.int/icd/entity/234446094 #> 989 http://id.who.int/icd/entity/918986134 #> 990 http://id.who.int/icd/entity/1114361195 #> 991 http://id.who.int/icd/entity/656408831 #> 992 http://id.who.int/icd/entity/830824191 #> 993 http://id.who.int/icd/entity/1401769984 #> 994 http://id.who.int/icd/entity/1422824299 #> 995 http://id.who.int/icd/entity/1194562592 #> 996 http://id.who.int/icd/entity/1376448576 #> 997 http://id.who.int/icd/entity/927022506 #> 998 http://id.who.int/icd/entity/1139567957 #> 999 http://id.who.int/icd/entity/1552774890 #> 1000 http://id.who.int/icd/entity/648519873 #> 1001 http://id.who.int/icd/entity/1131395957 #> 1002 #> 1003 #> 1004 #> 1005 http://id.who.int/icd/entity/863306856 #> 1006 http://id.who.int/icd/entity/1892011771 #> 1007 http://id.who.int/icd/entity/500033260 #> 1008 http://id.who.int/icd/entity/1979821488 #> 1009 #> 1010 #> 1011 http://id.who.int/icd/entity/1929302776 #> 1012 #> 1013 http://id.who.int/icd/entity/793136270 #> 1014 http://id.who.int/icd/entity/1083938812 #> 1015 http://id.who.int/icd/entity/1299766510 #> 1016 http://id.who.int/icd/entity/674435452 #> 1017 #> 1018 http://id.who.int/icd/entity/1367149207 #> 1019 http://id.who.int/icd/entity/1105275196 #> 1020 http://id.who.int/icd/entity/615179438 #> 1021 http://id.who.int/icd/entity/1171166323 #> 1022 http://id.who.int/icd/entity/1342682193 #> 1023 #> 1024 #> 1025 http://id.who.int/icd/entity/1781413652 #> 1026 http://id.who.int/icd/entity/970296337 #> 1027 http://id.who.int/icd/entity/876005123 #> 1028 http://id.who.int/icd/entity/1827301146 #> 1029 http://id.who.int/icd/entity/860564502 #> 1030 #> 1031 http://id.who.int/icd/entity/2076748409 #> 1032 http://id.who.int/icd/entity/1743601322 #> 1033 http://id.who.int/icd/entity/1747531460 #> 1034 http://id.who.int/icd/entity/1473144548 #> 1035 #> 1036 #> 1037 #> 1038 #> 1039 #> 1040 http://id.who.int/icd/entity/293771399 #> 1041 http://id.who.int/icd/entity/622600769 #> 1042 http://id.who.int/icd/entity/1683090852 #> 1043 http://id.who.int/icd/entity/1760597414 #> 1044 http://id.who.int/icd/entity/111175353 #> 1045 http://id.who.int/icd/entity/1571230529 #> 1046 http://id.who.int/icd/entity/2034403589 #> 1047 #> 1048 http://id.who.int/icd/entity/458687859 #> 1049 http://id.who.int/icd/entity/1968623900 #> 1050 http://id.who.int/icd/entity/1100625760 #> 1051 http://id.who.int/icd/entity/1689275505 #> 1052 http://id.who.int/icd/entity/270343310 #> 1053 http://id.who.int/icd/entity/617741002 #> 1054 http://id.who.int/icd/entity/456774323 #> 1055 #> 1056 #> 1057 http://id.who.int/icd/entity/1630407678 #> 1058 http://id.who.int/icd/entity/879154182 #> 1059 http://id.who.int/icd/entity/1719389232 #> 1060 http://id.who.int/icd/entity/422307135 #> 1061 http://id.who.int/icd/entity/650534447 #> 1062 #> 1063 #> 1064 http://id.who.int/icd/entity/1994022806 #> 1065 http://id.who.int/icd/entity/290815825 #> 1066 http://id.who.int/icd/entity/1711526170 #> 1067 #> 1068 #> 1069 http://id.who.int/icd/entity/915334913 #> 1070 http://id.who.int/icd/entity/1728662435 #> 1071 http://id.who.int/icd/entity/1792897751 #> 1072 http://id.who.int/icd/entity/1959912502 #> 1073 #> 1074 #> 1075 http://id.who.int/icd/entity/1247650801 #> 1076 http://id.who.int/icd/entity/96344074 #> 1077 http://id.who.int/icd/entity/677986724 #> 1078 http://id.who.int/icd/entity/220111447 #> 1079 http://id.who.int/icd/entity/672106711 #> 1080 http://id.who.int/icd/entity/1478862889 #> 1081 #> 1082 #> 1083 http://id.who.int/icd/entity/1063986779 #> 1084 http://id.who.int/icd/entity/1297170956 #> 1085 http://id.who.int/icd/entity/1501519274 #> 1086 http://id.who.int/icd/entity/161690729 #> 1087 http://id.who.int/icd/entity/536502490 #> 1088 #> 1089 #> 1090 http://id.who.int/icd/entity/1352310002 #> 1091 http://id.who.int/icd/entity/71413945 #> 1092 http://id.who.int/icd/entity/135512034 #> 1093 http://id.who.int/icd/entity/1830847427 #> 1094 #> 1095 #> 1096 http://id.who.int/icd/entity/783234001 #> 1097 http://id.who.int/icd/entity/759634326 #> 1098 http://id.who.int/icd/entity/1588169218 #> 1099 #> 1100 http://id.who.int/icd/entity/944754984 #> 1101 http://id.who.int/icd/entity/37207998 #> 1102 http://id.who.int/icd/entity/1658448496 #> 1103 http://id.who.int/icd/entity/1735009745 #> 1104 http://id.who.int/icd/entity/981844848 #> 1105 http://id.who.int/icd/entity/524852916 #> 1106 http://id.who.int/icd/entity/515563584 #> 1107 http://id.who.int/icd/entity/997703044 #> 1108 #> 1109 #> 1110 http://id.who.int/icd/entity/426734182 #> 1111 http://id.who.int/icd/entity/336704235 #> 1112 http://id.who.int/icd/entity/1901756287 #> 1113 http://id.who.int/icd/entity/818364947 #> 1114 http://id.who.int/icd/entity/987446104 #> 1115 #> 1116 #> 1117 http://id.who.int/icd/entity/691643472 #> 1118 http://id.who.int/icd/entity/1144812971 #> 1119 http://id.who.int/icd/entity/1359806843 #> 1120 #> 1121 #> 1122 http://id.who.int/icd/entity/1300710062 #> 1123 http://id.who.int/icd/entity/245322245 #> 1124 #> 1125 #> 1126 http://id.who.int/icd/entity/233404891 #> 1127 http://id.who.int/icd/entity/29932455 #> 1128 #> 1129 #> 1130 http://id.who.int/icd/entity/1981398038 #> 1131 http://id.who.int/icd/entity/1147802348 #> 1132 http://id.who.int/icd/entity/149518956 #> 1133 http://id.who.int/icd/entity/81161274 #> 1134 http://id.who.int/icd/entity/1018951801 #> 1135 http://id.who.int/icd/entity/1793160341 #> 1136 http://id.who.int/icd/entity/1839380478 #> 1137 http://id.who.int/icd/entity/508306538 #> 1138 http://id.who.int/icd/entity/420472577 #> 1139 http://id.who.int/icd/entity/1684468291 #> 1140 http://id.who.int/icd/entity/699075426 #> 1141 #> 1142 #> 1143 http://id.who.int/icd/entity/110923694 #> 1144 http://id.who.int/icd/entity/2073226578 #> 1145 http://id.who.int/icd/entity/331838766 #> 1146 http://id.who.int/icd/entity/1786015803 #> 1147 http://id.who.int/icd/entity/1672730125 #> 1148 #> 1149 #> 1150 http://id.who.int/icd/entity/211329077 #> 1151 http://id.who.int/icd/entity/855969668 #> 1152 #> 1153 #> 1154 http://id.who.int/icd/entity/773550674 #> 1155 http://id.who.int/icd/entity/833355630 #> 1156 http://id.who.int/icd/entity/625932159 #> 1157 http://id.who.int/icd/entity/2019647878 #> 1158 #> 1159 http://id.who.int/icd/entity/8864887 #> 1160 http://id.who.int/icd/entity/1430965006 #> 1161 http://id.who.int/icd/entity/1235412948 #> 1162 http://id.who.int/icd/entity/1738843761 #> 1163 http://id.who.int/icd/entity/1581599493 #> 1164 #> 1165 #> 1166 http://id.who.int/icd/entity/1611980611 #> 1167 http://id.who.int/icd/entity/1468530237 #> 1168 http://id.who.int/icd/entity/1963207768 #> 1169 http://id.who.int/icd/entity/1515439945 #> 1170 http://id.who.int/icd/entity/1613358778 #> 1171 http://id.who.int/icd/entity/517546180 #> 1172 http://id.who.int/icd/entity/631263622 #> 1173 http://id.who.int/icd/entity/877055215 #> 1174 http://id.who.int/icd/entity/1632520399 #> 1175 http://id.who.int/icd/entity/585339631 #> 1176 http://id.who.int/icd/entity/1988933820 #> 1177 #> 1178 #> 1179 http://id.who.int/icd/entity/1587058820 #> 1180 http://id.who.int/icd/entity/2082163425 #> 1181 http://id.who.int/icd/entity/1267231647 #> 1182 #> 1183 #> 1184 http://id.who.int/icd/entity/783045723 #> 1185 #> 1186 #> 1187 http://id.who.int/icd/entity/1062906118 #> 1188 http://id.who.int/icd/entity/460184638 #> 1189 http://id.who.int/icd/entity/1099674056 #> 1190 http://id.who.int/icd/entity/971902553 #> 1191 http://id.who.int/icd/entity/381281608 #> 1192 #> 1193 http://id.who.int/icd/entity/803161771 #> 1194 #> 1195 http://id.who.int/icd/entity/1174774181 #> 1196 http://id.who.int/icd/entity/797822185 #> 1197 http://id.who.int/icd/entity/305908598 #> 1198 http://id.who.int/icd/entity/2003830496 #> 1199 http://id.who.int/icd/entity/64837151 #> 1200 http://id.who.int/icd/entity/77501812 #> 1201 http://id.who.int/icd/entity/293282687 #> 1202 http://id.who.int/icd/entity/871952666 #> 1203 http://id.who.int/icd/entity/1792850491 #> 1204 #> 1205 #> 1206 http://id.who.int/icd/entity/1946973604 #> 1207 http://id.who.int/icd/entity/950282079 #> 1208 http://id.who.int/icd/entity/952730197 #> 1209 http://id.who.int/icd/entity/803046659 #> 1210 http://id.who.int/icd/entity/1890408959 #> 1211 http://id.who.int/icd/entity/257833622 #> 1212 http://id.who.int/icd/entity/1029172881 #> 1213 http://id.who.int/icd/entity/407807101 #> 1214 http://id.who.int/icd/entity/42599396 #> 1215 http://id.who.int/icd/entity/2077559619 #> 1216 http://id.who.int/icd/entity/697911710 #> 1217 http://id.who.int/icd/entity/1418101362 #> 1218 #> 1219 #> 1220 http://id.who.int/icd/entity/1572490549 #> 1221 http://id.who.int/icd/entity/1239211846 #> 1222 http://id.who.int/icd/entity/1726842351 #> 1223 #> 1224 #> 1225 http://id.who.int/icd/entity/1997215876 #> 1226 http://id.who.int/icd/entity/292791567 #> 1227 #> 1228 #> 1229 http://id.who.int/icd/entity/82152208 #> 1230 http://id.who.int/icd/entity/1475987117 #> 1231 #> 1232 #> 1233 http://id.who.int/icd/entity/1219149360 #> 1234 http://id.who.int/icd/entity/45411563 #> 1235 http://id.who.int/icd/entity/526287100 #> 1236 http://id.who.int/icd/entity/1811140613 #> 1237 http://id.who.int/icd/entity/1742380769 #> 1238 http://id.who.int/icd/entity/2048216430 #> 1239 http://id.who.int/icd/entity/1953986082 #> 1240 http://id.who.int/icd/entity/2018948190 #> 1241 http://id.who.int/icd/entity/1815409370 #> 1242 http://id.who.int/icd/entity/1612001446 #> 1243 #> 1244 #> 1245 http://id.who.int/icd/entity/702525006 #> 1246 http://id.who.int/icd/entity/680227490 #> 1247 http://id.who.int/icd/entity/705015637 #> 1248 http://id.who.int/icd/entity/963887455 #> 1249 #> 1250 #> 1251 http://id.who.int/icd/entity/418815799 #> 1252 http://id.who.int/icd/entity/1720785883 #> 1253 http://id.who.int/icd/entity/1168698390 #> 1254 http://id.who.int/icd/entity/745285555 #> 1255 http://id.who.int/icd/entity/964482216 #> 1256 http://id.who.int/icd/entity/2058944823 #> 1257 http://id.who.int/icd/entity/1804127841 #> 1258 http://id.who.int/icd/entity/2100138081 #> 1259 #> 1260 http://id.who.int/icd/entity/1592172566 #> 1261 http://id.who.int/icd/entity/1275688866 #> 1262 http://id.who.int/icd/entity/1274434319 #> 1263 http://id.who.int/icd/entity/1949023870 #> 1264 #> 1265 #> 1266 #> 1267 http://id.who.int/icd/entity/450630526 #> 1268 http://id.who.int/icd/entity/1327154972 #> 1269 http://id.who.int/icd/entity/352523899 #> 1270 http://id.who.int/icd/entity/83430037 #> 1271 http://id.who.int/icd/entity/921755282 #> 1272 http://id.who.int/icd/entity/153957345 #> 1273 http://id.who.int/icd/entity/1052643999 #> 1274 http://id.who.int/icd/entity/1638811270 #> 1275 http://id.who.int/icd/entity/684005900 #> 1276 http://id.who.int/icd/entity/958629729 #> 1277 http://id.who.int/icd/entity/1301206942 #> 1278 http://id.who.int/icd/entity/1254954229 #> 1279 http://id.who.int/icd/entity/589245621 #> 1280 http://id.who.int/icd/entity/1179967777 #> 1281 http://id.who.int/icd/entity/855224800 #> 1282 http://id.who.int/icd/entity/1998421548 #> 1283 http://id.who.int/icd/entity/1550338805 #> 1284 http://id.who.int/icd/entity/901411509 #> 1285 http://id.who.int/icd/entity/1358020385 #> 1286 http://id.who.int/icd/entity/1046496266 #> 1287 http://id.who.int/icd/entity/1972636482 #> 1288 http://id.who.int/icd/entity/1791207220 #> 1289 #> 1290 #> 1291 #> 1292 #> 1293 http://id.who.int/icd/entity/1528863768 #> 1294 http://id.who.int/icd/entity/331115338 #> 1295 http://id.who.int/icd/entity/1616050398 #> 1296 http://id.who.int/icd/entity/1995941600 #> 1297 http://id.who.int/icd/entity/352299041 #> 1298 http://id.who.int/icd/entity/39515681 #> 1299 http://id.who.int/icd/entity/1729182645 #> 1300 #> 1301 #> 1302 http://id.who.int/icd/entity/2022303330 #> 1303 http://id.who.int/icd/entity/98595592 #> 1304 http://id.who.int/icd/entity/911785965 #> 1305 http://id.who.int/icd/entity/216625985 #> 1306 http://id.who.int/icd/entity/2119495866 #> 1307 #> 1308 #> 1309 http://id.who.int/icd/entity/588958190 #> 1310 http://id.who.int/icd/entity/214592620 #> 1311 http://id.who.int/icd/entity/15445528 #> 1312 http://id.who.int/icd/entity/583219258 #> 1313 http://id.who.int/icd/entity/357570888 #> 1314 #> 1315 #> 1316 http://id.who.int/icd/entity/1678636940 #> 1317 http://id.who.int/icd/entity/713946165 #> 1318 http://id.who.int/icd/entity/316694644 #> 1319 http://id.who.int/icd/entity/811840017 #> 1320 http://id.who.int/icd/entity/133206895 #> 1321 #> 1322 #> 1323 http://id.who.int/icd/entity/1510618119 #> 1324 http://id.who.int/icd/entity/962107653 #> 1325 http://id.who.int/icd/entity/2018018546 #> 1326 http://id.who.int/icd/entity/596808334 #> 1327 http://id.who.int/icd/entity/216388623 #> 1328 http://id.who.int/icd/entity/1385484871 #> 1329 http://id.who.int/icd/entity/474972159 #> 1330 #> 1331 #> 1332 http://id.who.int/icd/entity/2009008947 #> 1333 http://id.who.int/icd/entity/1643222460 #> 1334 http://id.who.int/icd/entity/1965082709 #> 1335 http://id.who.int/icd/entity/1625755389 #> 1336 http://id.who.int/icd/entity/2072379825 #> 1337 http://id.who.int/icd/entity/1493554134 #> 1338 http://id.who.int/icd/entity/1985099973 #> 1339 #> 1340 #> 1341 http://id.who.int/icd/entity/1210287093 #> 1342 http://id.who.int/icd/entity/1102292672 #> 1343 http://id.who.int/icd/entity/1664120027 #> 1344 http://id.who.int/icd/entity/1419990437 #> 1345 #> 1346 #> 1347 http://id.who.int/icd/entity/1651102476 #> 1348 http://id.who.int/icd/entity/1174658956 #> 1349 http://id.who.int/icd/entity/1874192155 #> 1350 http://id.who.int/icd/entity/1572614942 #> 1351 http://id.who.int/icd/entity/1650581103 #> 1352 #> 1353 #> 1354 http://id.who.int/icd/entity/1100526834 #> 1355 http://id.who.int/icd/entity/405689402 #> 1356 http://id.who.int/icd/entity/691471049 #> 1357 #> 1358 #> 1359 http://id.who.int/icd/entity/1348470541 #> 1360 http://id.who.int/icd/entity/361875781 #> 1361 http://id.who.int/icd/entity/986063444 #> 1362 #> 1363 #> 1364 http://id.who.int/icd/entity/800945476 #> 1365 http://id.who.int/icd/entity/120669036 #> 1366 http://id.who.int/icd/entity/1041071513 #> 1367 http://id.who.int/icd/entity/479113214 #> 1368 #> 1369 #> 1370 http://id.who.int/icd/entity/423002561 #> 1371 http://id.who.int/icd/entity/1488198806 #> 1372 http://id.who.int/icd/entity/2111451719 #> 1373 http://id.who.int/icd/entity/2050477809 #> 1374 http://id.who.int/icd/entity/965491615 #> 1375 #> 1376 #> 1377 http://id.who.int/icd/entity/2131977134 #> 1378 http://id.who.int/icd/entity/1617583339 #> 1379 http://id.who.int/icd/entity/394490040 #> 1380 http://id.who.int/icd/entity/536268676 #> 1381 #> 1382 #> 1383 http://id.who.int/icd/entity/2055720774 #> 1384 http://id.who.int/icd/entity/1444610847 #> 1385 http://id.who.int/icd/entity/1872567422 #> 1386 http://id.who.int/icd/entity/399434138 #> 1387 #> 1388 #> 1389 http://id.who.int/icd/entity/1991400753 #> 1390 http://id.who.int/icd/entity/1153141048 #> 1391 http://id.who.int/icd/entity/472732541 #> 1392 http://id.who.int/icd/entity/974906949 #> 1393 #> 1394 #> 1395 http://id.who.int/icd/entity/644500343 #> 1396 http://id.who.int/icd/entity/430006121 #> 1397 http://id.who.int/icd/entity/40635646 #> 1398 #> 1399 #> 1400 http://id.who.int/icd/entity/819644414 #> 1401 http://id.who.int/icd/entity/468657126 #> 1402 http://id.who.int/icd/entity/319870485 #> 1403 #> 1404 #> 1405 http://id.who.int/icd/entity/990494080 #> 1406 http://id.who.int/icd/entity/1251935150 #> 1407 http://id.who.int/icd/entity/2072916704 #> 1408 http://id.who.int/icd/entity/1532363988 #> 1409 #> 1410 #> 1411 http://id.who.int/icd/entity/979754709 #> 1412 http://id.who.int/icd/entity/1729842914 #> 1413 http://id.who.int/icd/entity/1319990901 #> 1414 http://id.who.int/icd/entity/2091164276 #> 1415 http://id.who.int/icd/entity/415433773 #> 1416 #> 1417 #> 1418 http://id.who.int/icd/entity/1132023553 #> 1419 http://id.who.int/icd/entity/1961520767 #> 1420 http://id.who.int/icd/entity/160795619 #> 1421 http://id.who.int/icd/entity/654289190 #> 1422 http://id.who.int/icd/entity/1128819057 #> 1423 http://id.who.int/icd/entity/1544901926 #> 1424 #> 1425 #> 1426 http://id.who.int/icd/entity/794095161 #> 1427 http://id.who.int/icd/entity/304997495 #> 1428 http://id.who.int/icd/entity/2044047639 #> 1429 http://id.who.int/icd/entity/1635251327 #> 1430 #> 1431 #> 1432 http://id.who.int/icd/entity/2003184099 #> 1433 http://id.who.int/icd/entity/1822674187 #> 1434 #> 1435 #> 1436 http://id.who.int/icd/entity/63666460 #> 1437 http://id.who.int/icd/entity/941510114 #> 1438 http://id.who.int/icd/entity/1784082025 #> 1439 http://id.who.int/icd/entity/1173110787 #> 1440 #> 1441 #> 1442 #> 1443 http://id.who.int/icd/entity/1719710858 #> 1444 http://id.who.int/icd/entity/446537607 #> 1445 #> 1446 #> 1447 http://id.who.int/icd/entity/359540510 #> 1448 http://id.who.int/icd/entity/755941113 #> 1449 #> 1450 #> 1451 http://id.who.int/icd/entity/1881533064 #> 1452 http://id.who.int/icd/entity/917590633 #> 1453 http://id.who.int/icd/entity/79201902 #> 1454 #> 1455 #> 1456 http://id.who.int/icd/entity/76069495 #> 1457 http://id.who.int/icd/entity/844333740 #> 1458 #> 1459 #> 1460 http://id.who.int/icd/entity/1640200163 #> 1461 http://id.who.int/icd/entity/318430338 #> 1462 http://id.who.int/icd/entity/552798341 #> 1463 #> 1464 #> 1465 http://id.who.int/icd/entity/480928417 #> 1466 http://id.who.int/icd/entity/449228684 #> 1467 http://id.who.int/icd/entity/760581878 #> 1468 http://id.who.int/icd/entity/921330276 #> 1469 #> 1470 http://id.who.int/icd/entity/2044833589 #> 1471 http://id.who.int/icd/entity/342470657 #> 1472 http://id.who.int/icd/entity/603623807 #> 1473 #> 1474 http://id.who.int/icd/entity/1172876400 #> 1475 http://id.who.int/icd/entity/839740136 #> 1476 #> 1477 #> 1478 http://id.who.int/icd/entity/547578362 #> 1479 http://id.who.int/icd/entity/294167983 #> 1480 http://id.who.int/icd/entity/2120146891 #> 1481 http://id.who.int/icd/entity/1582541971 #> 1482 http://id.who.int/icd/entity/2094038774 #> 1483 http://id.who.int/icd/entity/1065258785 #> 1484 #> 1485 #> 1486 #> 1487 #> 1488 http://id.who.int/icd/entity/1410216197 #> 1489 http://id.who.int/icd/entity/215991659 #> 1490 #> 1491 #> 1492 http://id.who.int/icd/entity/826670225 #> 1493 http://id.who.int/icd/entity/680629191 #> 1494 #> 1495 #> 1496 http://id.who.int/icd/entity/1118531333 #> 1497 http://id.who.int/icd/entity/472349708 #> 1498 #> 1499 #> 1500 #> 1501 http://id.who.int/icd/entity/911859018 #> 1502 http://id.who.int/icd/entity/669033105 #> 1503 http://id.who.int/icd/entity/829915640 #> 1504 http://id.who.int/icd/entity/1934528268 #> 1505 #> 1506 #> 1507 http://id.who.int/icd/entity/1417891145 #> 1508 #> 1509 #> 1510 http://id.who.int/icd/entity/1103107484 #> 1511 http://id.who.int/icd/entity/923467822 #> 1512 #> 1513 #> 1514 http://id.who.int/icd/entity/1397617262 #> 1515 http://id.who.int/icd/entity/1855471719 #> 1516 http://id.who.int/icd/entity/728553280 #> 1517 #> 1518 #> 1519 http://id.who.int/icd/entity/150210507 #> 1520 http://id.who.int/icd/entity/906379260 #> 1521 http://id.who.int/icd/entity/1527322574 #> 1522 http://id.who.int/icd/entity/1182663077 #> 1523 http://id.who.int/icd/entity/1585809486 #> 1524 #> 1525 #> 1526 http://id.who.int/icd/entity/1135366344 #> 1527 http://id.who.int/icd/entity/1777129612 #> 1528 http://id.who.int/icd/entity/1148257852 #> 1529 #> 1530 #> 1531 http://id.who.int/icd/entity/1975721108 #> 1532 http://id.who.int/icd/entity/1369513329 #> 1533 http://id.who.int/icd/entity/1469325809 #> 1534 #> 1535 #> 1536 #> 1537 http://id.who.int/icd/entity/1892026854 #> 1538 http://id.who.int/icd/entity/1696330825 #> 1539 http://id.who.int/icd/entity/425095558 #> 1540 http://id.who.int/icd/entity/1590340268 #> 1541 #> 1542 #> 1543 http://id.who.int/icd/entity/963821314 #> 1544 http://id.who.int/icd/entity/1265576634 #> 1545 http://id.who.int/icd/entity/758254866 #> 1546 http://id.who.int/icd/entity/871442980 #> 1547 #> 1548 #> 1549 http://id.who.int/icd/entity/1751848361 #> 1550 http://id.who.int/icd/entity/689022096 #> 1551 #> 1552 #> 1553 http://id.who.int/icd/entity/315492123 #> 1554 http://id.who.int/icd/entity/861313622 #> 1555 #> 1556 #> 1557 http://id.who.int/icd/entity/1717786596 #> 1558 http://id.who.int/icd/entity/104485936 #> 1559 #> 1560 #> 1561 #> 1562 #> 1563 http://id.who.int/icd/entity/774170412 #> 1564 http://id.who.int/icd/entity/1134901606 #> 1565 #> 1566 #> 1567 http://id.who.int/icd/entity/1113099195 #> 1568 http://id.who.int/icd/entity/1316028436 #> 1569 http://id.who.int/icd/entity/1721143857 #> 1570 #> 1571 #> 1572 http://id.who.int/icd/entity/642412809 #> 1573 http://id.who.int/icd/entity/59190475 #> 1574 #> 1575 #> 1576 #> 1577 http://id.who.int/icd/entity/655574575 #> 1578 http://id.who.int/icd/entity/168138050 #> 1579 http://id.who.int/icd/entity/1100168891 #> 1580 http://id.who.int/icd/entity/1927831331 #> 1581 http://id.who.int/icd/entity/585238371 #> 1582 #> 1583 #> 1584 #> 1585 #> 1586 http://id.who.int/icd/entity/542147910 #> 1587 http://id.who.int/icd/entity/1663659989 #> 1588 http://id.who.int/icd/entity/1421495979 #> 1589 #> 1590 #> 1591 http://id.who.int/icd/entity/1425921467 #> 1592 http://id.who.int/icd/entity/396516864 #> 1593 http://id.who.int/icd/entity/45264155 #> 1594 http://id.who.int/icd/entity/770000396 #> 1595 #> 1596 http://id.who.int/icd/entity/1404966610 #> 1597 http://id.who.int/icd/entity/1605020868 #> 1598 http://id.who.int/icd/entity/1097637010 #> 1599 http://id.who.int/icd/entity/1556608523 #> 1600 http://id.who.int/icd/entity/1294035808 #> 1601 http://id.who.int/icd/entity/1245806134 #> 1602 #> 1603 #> 1604 http://id.who.int/icd/entity/1938186540 #> 1605 http://id.who.int/icd/entity/1253728223 #> 1606 #> 1607 #> 1608 http://id.who.int/icd/entity/922082116 #> 1609 http://id.who.int/icd/entity/15874829 #> 1610 #> 1611 #> 1612 http://id.who.int/icd/entity/1511346466 #> 1613 http://id.who.int/icd/entity/1219877641 #> 1614 http://id.who.int/icd/entity/187338184 #> 1615 http://id.who.int/icd/entity/1018801334 #> 1616 #> 1617 #> 1618 http://id.who.int/icd/entity/1707654227 #> 1619 http://id.who.int/icd/entity/1393178521 #> 1620 http://id.who.int/icd/entity/947057531 #> 1621 http://id.who.int/icd/entity/298109934 #> 1622 #> 1623 #> 1624 http://id.who.int/icd/entity/267067189 #> 1625 http://id.who.int/icd/entity/1601321941 #> 1626 http://id.who.int/icd/entity/761397346 #> 1627 #> 1628 #> 1629 http://id.who.int/icd/entity/1159416016 #> 1630 http://id.who.int/icd/entity/1531247510 #> 1631 http://id.who.int/icd/entity/2070602706 #> 1632 http://id.who.int/icd/entity/1508454837 #> 1633 #> 1634 #> 1635 http://id.who.int/icd/entity/1071237724 #> 1636 http://id.who.int/icd/entity/1571104786 #> 1637 http://id.who.int/icd/entity/829265348 #> 1638 http://id.who.int/icd/entity/417049941 #> 1639 #> 1640 #> 1641 #> 1642 http://id.who.int/icd/entity/1445684773 #> 1643 http://id.who.int/icd/entity/1078206702 #> 1644 http://id.who.int/icd/entity/706528063 #> 1645 http://id.who.int/icd/entity/262294384 #> 1646 http://id.who.int/icd/entity/942762510 #> 1647 http://id.who.int/icd/entity/2007774165 #> 1648 http://id.who.int/icd/entity/144642394 #> 1649 #> 1650 #> 1651 http://id.who.int/icd/entity/621800828 #> 1652 http://id.who.int/icd/entity/440376179 #> 1653 http://id.who.int/icd/entity/766294541 #> 1654 http://id.who.int/icd/entity/951863576 #> 1655 #> 1656 #> 1657 http://id.who.int/icd/entity/1893076536 #> 1658 http://id.who.int/icd/entity/345015544 #> 1659 http://id.who.int/icd/entity/587441542 #> 1660 http://id.who.int/icd/entity/1779506452 #> 1661 #> 1662 http://id.who.int/icd/entity/726493579 #> 1663 http://id.who.int/icd/entity/638874599 #> 1664 #> 1665 #> 1666 http://id.who.int/icd/entity/75194057 #> 1667 http://id.who.int/icd/entity/1564166225 #> 1668 http://id.who.int/icd/entity/1397705739 #> 1669 #> 1670 http://id.who.int/icd/entity/946898373 #> 1671 http://id.who.int/icd/entity/1223729307 #> 1672 #> 1673 http://id.who.int/icd/entity/1289606460 #> 1674 http://id.who.int/icd/entity/1086221462 #> 1675 http://id.who.int/icd/entity/1750728373 #> 1676 #> 1677 http://id.who.int/icd/entity/697702574 #> 1678 http://id.who.int/icd/entity/1404882567 #> 1679 #> 1680 http://id.who.int/icd/entity/1630573405 #> 1681 http://id.who.int/icd/entity/2001442307 #> 1682 http://id.who.int/icd/entity/1439188070 #> 1683 http://id.who.int/icd/entity/2118161494 #> 1684 #> 1685 #> 1686 http://id.who.int/icd/entity/316539081 #> 1687 http://id.who.int/icd/entity/1418562110 #> 1688 http://id.who.int/icd/entity/1800431439 #> 1689 http://id.who.int/icd/entity/2045832550 #> 1690 http://id.who.int/icd/entity/445249863 #> 1691 http://id.who.int/icd/entity/1315163160 #> 1692 http://id.who.int/icd/entity/1826627197 #> 1693 #> 1694 #> 1695 http://id.who.int/icd/entity/855261561 #> 1696 http://id.who.int/icd/entity/369414280 #> 1697 #> 1698 #> 1699 http://id.who.int/icd/entity/1718833206 #> 1700 http://id.who.int/icd/entity/1351671383 #> 1701 http://id.who.int/icd/entity/381956131 #> 1702 http://id.who.int/icd/entity/33869057 #> 1703 #> 1704 #> 1705 http://id.who.int/icd/entity/554855119 #> 1706 http://id.who.int/icd/entity/1175864087 #> 1707 http://id.who.int/icd/entity/1802183757 #> 1708 #> 1709 http://id.who.int/icd/entity/2119272674 #> 1710 http://id.who.int/icd/entity/87363774 #> 1711 http://id.who.int/icd/entity/952267142 #> 1712 #> 1713 #> 1714 #> 1715 http://id.who.int/icd/entity/1706880799 #> 1716 http://id.who.int/icd/entity/488336723 #> 1717 http://id.who.int/icd/entity/737272884 #> 1718 http://id.who.int/icd/entity/265961407 #> 1719 http://id.who.int/icd/entity/507290324 #> 1720 http://id.who.int/icd/entity/144309462 #> 1721 #> 1722 #> 1723 http://id.who.int/icd/entity/1448983042 #> 1724 http://id.who.int/icd/entity/1049028857 #> 1725 http://id.who.int/icd/entity/516478127 #> 1726 #> 1727 http://id.who.int/icd/entity/1203447657 #> 1728 http://id.who.int/icd/entity/472025101 #> 1729 http://id.who.int/icd/entity/138464905 #> 1730 http://id.who.int/icd/entity/73469173 #> 1731 #> 1732 #> 1733 http://id.who.int/icd/entity/712393740 #> 1734 http://id.who.int/icd/entity/680322043 #> 1735 http://id.who.int/icd/entity/1833969739 #> 1736 #> 1737 #> 1738 http://id.who.int/icd/entity/442019384 #> 1739 http://id.who.int/icd/entity/355612100 #> 1740 http://id.who.int/icd/entity/986576766 #> 1741 #> 1742 #> 1743 http://id.who.int/icd/entity/1950900731 #> 1744 http://id.who.int/icd/entity/1731312506 #> 1745 http://id.who.int/icd/entity/733901315 #> 1746 #> 1747 #> 1748 http://id.who.int/icd/entity/315445782 #> 1749 http://id.who.int/icd/entity/1678770330 #> 1750 http://id.who.int/icd/entity/626946920 #> 1751 http://id.who.int/icd/entity/1934564626 #> 1752 http://id.who.int/icd/entity/1241724628 #> 1753 http://id.who.int/icd/entity/295732875 #> 1754 #> 1755 #> 1756 #> 1757 #> 1758 http://id.who.int/icd/entity/376183718 #> 1759 http://id.who.int/icd/entity/888129987 #> 1760 #> 1761 #> 1762 http://id.who.int/icd/entity/131965197 #> 1763 http://id.who.int/icd/entity/680151582 #> 1764 http://id.who.int/icd/entity/1621745746 #> 1765 #> 1766 #> 1767 #> 1768 #> 1769 http://id.who.int/icd/entity/1047754165 #> 1770 http://id.who.int/icd/entity/457240160 #> 1771 http://id.who.int/icd/entity/2090549892 #> 1772 http://id.who.int/icd/entity/175963120 #> 1773 http://id.who.int/icd/entity/107769421 #> 1774 http://id.who.int/icd/entity/619691048 #> 1775 http://id.who.int/icd/entity/326933846 #> 1776 http://id.who.int/icd/entity/692664921 #> 1777 http://id.who.int/icd/entity/986359233 #> 1778 http://id.who.int/icd/entity/147026376 #> 1779 http://id.who.int/icd/entity/924753077 #> 1780 http://id.who.int/icd/entity/1258896144 #> 1781 #> 1782 #> 1783 http://id.who.int/icd/entity/751805133 #> 1784 http://id.who.int/icd/entity/1530443809 #> 1785 http://id.who.int/icd/entity/247568702 #> 1786 http://id.who.int/icd/entity/360609196 #> 1787 http://id.who.int/icd/entity/146824338 #> 1788 #> 1789 #> 1790 http://id.who.int/icd/entity/798353632 #> 1791 http://id.who.int/icd/entity/1569909893 #> 1792 http://id.who.int/icd/entity/1778503163 #> 1793 http://id.who.int/icd/entity/1649345016 #> 1794 #> 1795 #> 1796 http://id.who.int/icd/entity/1302193697 #> 1797 http://id.who.int/icd/entity/589965966 #> 1798 http://id.who.int/icd/entity/1588787831 #> 1799 http://id.who.int/icd/entity/1158485735 #> 1800 #> 1801 #> 1802 http://id.who.int/icd/entity/685124533 #> 1803 http://id.who.int/icd/entity/292186178 #> 1804 http://id.who.int/icd/entity/315825558 #> 1805 http://id.who.int/icd/entity/996484353 #> 1806 http://id.who.int/icd/entity/259283045 #> 1807 http://id.who.int/icd/entity/377683031 #> 1808 http://id.who.int/icd/entity/869438441 #> 1809 #> 1810 #> 1811 http://id.who.int/icd/entity/208782658 #> 1812 http://id.who.int/icd/entity/148207042 #> 1813 http://id.who.int/icd/entity/551209361 #> 1814 http://id.who.int/icd/entity/1074379931 #> 1815 http://id.who.int/icd/entity/455713450 #> 1816 #> 1817 #> 1818 http://id.who.int/icd/entity/459381514 #> 1819 http://id.who.int/icd/entity/1365341249 #> 1820 #> 1821 #> 1822 http://id.who.int/icd/entity/821359459 #> 1823 http://id.who.int/icd/entity/1972855304 #> 1824 #> 1825 #> 1826 http://id.who.int/icd/entity/959493854 #> 1827 http://id.who.int/icd/entity/671511103 #> 1828 http://id.who.int/icd/entity/395055399 #> 1829 http://id.who.int/icd/entity/388735319 #> 1830 http://id.who.int/icd/entity/225222541 #> 1831 http://id.who.int/icd/entity/575106861 #> 1832 http://id.who.int/icd/entity/1130568776 #> 1833 http://id.who.int/icd/entity/845680139 #> 1834 http://id.who.int/icd/entity/130578959 #> 1835 http://id.who.int/icd/entity/1711927798 #> 1836 #> 1837 #> 1838 #> 1839 http://id.who.int/icd/entity/1256072522 #> 1840 http://id.who.int/icd/entity/1544785014 #> 1841 http://id.who.int/icd/entity/261293318 #> 1842 http://id.who.int/icd/entity/156186129 #> 1843 http://id.who.int/icd/entity/128151553 #> 1844 #> 1845 #> 1846 http://id.who.int/icd/entity/1551596364 #> 1847 http://id.who.int/icd/entity/367402464 #> 1848 #> 1849 #> 1850 http://id.who.int/icd/entity/1894406676 #> 1851 http://id.who.int/icd/entity/673566475 #> 1852 http://id.who.int/icd/entity/1915129755 #> 1853 #> 1854 #> 1855 http://id.who.int/icd/entity/969101922 #> 1856 http://id.who.int/icd/entity/186592209 #> 1857 http://id.who.int/icd/entity/574863499 #> 1858 #> 1859 #> 1860 http://id.who.int/icd/entity/1552457716 #> 1861 http://id.who.int/icd/entity/1510677183 #> 1862 #> 1863 #> 1864 http://id.who.int/icd/entity/5747278 #> 1865 http://id.who.int/icd/entity/1877062675 #> 1866 #> 1867 #> 1868 http://id.who.int/icd/entity/1299055263 #> 1869 #> 1870 http://id.who.int/icd/entity/1096290580 #> 1871 http://id.who.int/icd/entity/1048613131 #> 1872 http://id.who.int/icd/entity/825917541 #> 1873 #> 1874 #> 1875 http://id.who.int/icd/entity/1540054175 #> 1876 http://id.who.int/icd/entity/2135776892 #> 1877 #> 1878 #> 1879 http://id.who.int/icd/entity/795216992 #> 1880 http://id.who.int/icd/entity/1470811231 #> 1881 #> 1882 #> 1883 http://id.who.int/icd/entity/1705187418 #> 1884 http://id.who.int/icd/entity/1661934843 #> 1885 http://id.who.int/icd/entity/2024861803 #> 1886 http://id.who.int/icd/entity/1513300494 #> 1887 #> 1888 #> 1889 http://id.who.int/icd/entity/1244512758 #> 1890 http://id.who.int/icd/entity/1907332818 #> 1891 http://id.who.int/icd/entity/1981804514 #> 1892 http://id.who.int/icd/entity/1237451411 #> 1893 #> 1894 #> 1895 http://id.who.int/icd/entity/1800186673 #> 1896 http://id.who.int/icd/entity/20708394 #> 1897 http://id.who.int/icd/entity/1525098224 #> 1898 http://id.who.int/icd/entity/1395410103 #> 1899 #> 1900 #> 1901 #> 1902 #> 1903 http://id.who.int/icd/entity/1376721186 #> 1904 http://id.who.int/icd/entity/2033444200 #> 1905 http://id.who.int/icd/entity/1193234571 #> 1906 http://id.who.int/icd/entity/464839824 #> 1907 http://id.who.int/icd/entity/1856595996 #> 1908 #> 1909 #> 1910 http://id.who.int/icd/entity/477636850 #> 1911 http://id.who.int/icd/entity/715606262 #> 1912 http://id.who.int/icd/entity/1035484987 #> 1913 #> 1914 #> 1915 http://id.who.int/icd/entity/1758820365 #> 1916 http://id.who.int/icd/entity/1254844927 #> 1917 http://id.who.int/icd/entity/53770492 #> 1918 http://id.who.int/icd/entity/1855353671 #> 1919 #> 1920 #> 1921 http://id.who.int/icd/entity/456911769 #> 1922 http://id.who.int/icd/entity/1596057495 #> 1923 http://id.who.int/icd/entity/1151208199 #> 1924 http://id.who.int/icd/entity/1713232228 #> 1925 #> 1926 #> 1927 http://id.who.int/icd/entity/1872149350 #> 1928 http://id.who.int/icd/entity/228504985 #> 1929 http://id.who.int/icd/entity/1493520953 #> 1930 #> 1931 #> 1932 http://id.who.int/icd/entity/2121278989 #> 1933 http://id.who.int/icd/entity/27112793 #> 1934 http://id.who.int/icd/entity/874780782 #> 1935 http://id.who.int/icd/entity/371493863 #> 1936 http://id.who.int/icd/entity/369197946 #> 1937 #> 1938 #> 1939 http://id.who.int/icd/entity/982190055 #> 1940 http://id.who.int/icd/entity/798749948 #> 1941 http://id.who.int/icd/entity/713179243 #> 1942 http://id.who.int/icd/entity/219686553 #> 1943 #> 1944 #> 1945 #> 1946 #> 1947 http://id.who.int/icd/entity/1120037543 #> 1948 http://id.who.int/icd/entity/447433352 #> 1949 http://id.who.int/icd/entity/367567172 #> 1950 http://id.who.int/icd/entity/929788705 #> 1951 http://id.who.int/icd/entity/1227619262 #> 1952 http://id.who.int/icd/entity/320540024 #> 1953 http://id.who.int/icd/entity/578519098 #> 1954 #> 1955 #> 1956 http://id.who.int/icd/entity/1766185236 #> 1957 http://id.who.int/icd/entity/634124554 #> 1958 http://id.who.int/icd/entity/2110009016 #> 1959 http://id.who.int/icd/entity/591280607 #> 1960 #> 1961 #> 1962 http://id.who.int/icd/entity/202249350 #> 1963 http://id.who.int/icd/entity/426586758 #> 1964 http://id.who.int/icd/entity/728032899 #> 1965 #> 1966 #> 1967 #> 1968 #> 1969 #> 1970 http://id.who.int/icd/entity/1594217552 #> 1971 http://id.who.int/icd/entity/1979211198 #> 1972 http://id.who.int/icd/entity/1467715547 #> 1973 http://id.who.int/icd/entity/2023965817 #> 1974 http://id.who.int/icd/entity/440437263 #> 1975 http://id.who.int/icd/entity/483273481 #> 1976 #> 1977 #> 1978 http://id.who.int/icd/entity/1917052637 #> 1979 http://id.who.int/icd/entity/577085257 #> 1980 http://id.who.int/icd/entity/15093038 #> 1981 http://id.who.int/icd/entity/800171581 #> 1982 http://id.who.int/icd/entity/501778925 #> 1983 http://id.who.int/icd/entity/863766301 #> 1984 http://id.who.int/icd/entity/995482988 #> 1985 http://id.who.int/icd/entity/1579028734 #> 1986 http://id.who.int/icd/entity/716390401 #> 1987 http://id.who.int/icd/entity/1341689237 #> 1988 http://id.who.int/icd/entity/1008082433 #> 1989 http://id.who.int/icd/entity/1499321237 #> 1990 #> 1991 #> 1992 http://id.who.int/icd/entity/902978494 #> 1993 #> 1994 http://id.who.int/icd/entity/1619106991 #> 1995 http://id.who.int/icd/entity/1976635094 #> 1996 http://id.who.int/icd/entity/278577988 #> 1997 http://id.who.int/icd/entity/1681363901 #> 1998 http://id.who.int/icd/entity/24927785 #> 1999 #> 2000 #> 2001 http://id.who.int/icd/entity/111033337 #> 2002 http://id.who.int/icd/entity/104832322 #> 2003 http://id.who.int/icd/entity/162810284 #> 2004 http://id.who.int/icd/entity/1970090130 #> 2005 http://id.who.int/icd/entity/247646132 #> 2006 http://id.who.int/icd/entity/56902085 #> 2007 http://id.who.int/icd/entity/1291436720 #> 2008 http://id.who.int/icd/entity/1922223549 #> 2009 http://id.who.int/icd/entity/400097321 #> 2010 http://id.who.int/icd/entity/654028876 #> 2011 #> 2012 #> 2013 http://id.who.int/icd/entity/1668567256 #> 2014 http://id.who.int/icd/entity/181975334 #> 2015 http://id.who.int/icd/entity/1523083931 #> 2016 http://id.who.int/icd/entity/97145147 #> 2017 http://id.who.int/icd/entity/1764345431 #> 2018 http://id.who.int/icd/entity/207752131 #> 2019 http://id.who.int/icd/entity/1227965214 #> 2020 http://id.who.int/icd/entity/186763432 #> 2021 http://id.who.int/icd/entity/1138224766 #> 2022 http://id.who.int/icd/entity/914657949 #> 2023 http://id.who.int/icd/entity/2139920471 #> 2024 #> 2025 #> 2026 http://id.who.int/icd/entity/770549239 #> 2027 http://id.who.int/icd/entity/449271235 #> 2028 http://id.who.int/icd/entity/2026855228 #> 2029 http://id.who.int/icd/entity/1458482846 #> 2030 #> 2031 #> 2032 http://id.who.int/icd/entity/531713107 #> 2033 http://id.who.int/icd/entity/693409079 #> 2034 http://id.who.int/icd/entity/1749257222 #> 2035 http://id.who.int/icd/entity/218644880 #> 2036 http://id.who.int/icd/entity/2040861039 #> 2037 http://id.who.int/icd/entity/1277122723 #> 2038 http://id.who.int/icd/entity/1958429829 #> 2039 http://id.who.int/icd/entity/1700649456 #> 2040 http://id.who.int/icd/entity/1447034 #> 2041 http://id.who.int/icd/entity/2079528867 #> 2042 #> 2043 #> 2044 http://id.who.int/icd/entity/951191646 #> 2045 http://id.who.int/icd/entity/1966924987 #> 2046 http://id.who.int/icd/entity/276244783 #> 2047 http://id.who.int/icd/entity/1692039632 #> 2048 #> 2049 #> 2050 http://id.who.int/icd/entity/1576650184 #> 2051 http://id.who.int/icd/entity/1538263896 #> 2052 http://id.who.int/icd/entity/843888877 #> 2053 #> 2054 http://id.who.int/icd/entity/1013634145 #> 2055 #> 2056 #> 2057 http://id.who.int/icd/entity/773281372 #> 2058 http://id.who.int/icd/entity/496229924 #> 2059 http://id.who.int/icd/entity/907624399 #> 2060 http://id.who.int/icd/entity/25445803 #> 2061 #> 2062 #> 2063 http://id.who.int/icd/entity/1796624917 #> 2064 http://id.who.int/icd/entity/1015982132 #> 2065 #> 2066 #> 2067 http://id.who.int/icd/entity/1264360394 #> 2068 http://id.who.int/icd/entity/1313183227 #> 2069 http://id.who.int/icd/entity/16712398 #> 2070 http://id.who.int/icd/entity/722360431 #> 2071 http://id.who.int/icd/entity/929833904 #> 2072 http://id.who.int/icd/entity/368046549 #> 2073 http://id.who.int/icd/entity/1295910447 #> 2074 #> 2075 #> 2076 http://id.who.int/icd/entity/1072810807 #> 2077 http://id.who.int/icd/entity/983703484 #> 2078 #> 2079 #> 2080 http://id.who.int/icd/entity/1522140835 #> 2081 http://id.who.int/icd/entity/1396374852 #> 2082 http://id.who.int/icd/entity/913387730 #> 2083 http://id.who.int/icd/entity/1913185137 #> 2084 http://id.who.int/icd/entity/214973733 #> 2085 http://id.who.int/icd/entity/482153699 #> 2086 http://id.who.int/icd/entity/1121738799 #> 2087 http://id.who.int/icd/entity/1819099960 #> 2088 #> 2089 #> 2090 http://id.who.int/icd/entity/664251835 #> 2091 http://id.who.int/icd/entity/1417231919 #> 2092 http://id.who.int/icd/entity/1986934813 #> 2093 http://id.who.int/icd/entity/687450046 #> 2094 http://id.who.int/icd/entity/825422779 #> 2095 http://id.who.int/icd/entity/1168089926 #> 2096 http://id.who.int/icd/entity/21423737 #> 2097 http://id.who.int/icd/entity/1678584813 #> 2098 http://id.who.int/icd/entity/62339348 #> 2099 http://id.who.int/icd/entity/1320039477 #> 2100 http://id.who.int/icd/entity/2034046283 #> 2101 #> 2102 http://id.who.int/icd/entity/1978381958 #> 2103 #> 2104 #> 2105 http://id.who.int/icd/entity/1167133946 #> 2106 http://id.who.int/icd/entity/192916160 #> 2107 http://id.who.int/icd/entity/226447034 #> 2108 http://id.who.int/icd/entity/1090000716 #> 2109 http://id.who.int/icd/entity/886496055 #> 2110 http://id.who.int/icd/entity/795424679 #> 2111 http://id.who.int/icd/entity/280287956 #> 2112 #> 2113 #> 2114 http://id.who.int/icd/entity/581420938 #> 2115 #> 2116 #> 2117 http://id.who.int/icd/entity/1880513528 #> 2118 http://id.who.int/icd/entity/228855241 #> 2119 http://id.who.int/icd/entity/1363879 #> 2120 http://id.who.int/icd/entity/44544109 #> 2121 #> 2122 #> 2123 http://id.who.int/icd/entity/1760542813 #> 2124 http://id.who.int/icd/entity/913891613 #> 2125 http://id.who.int/icd/entity/201987973 #> 2126 #> 2127 #> 2128 http://id.who.int/icd/entity/648205140 #> 2129 http://id.who.int/icd/entity/1030717639 #> 2130 http://id.who.int/icd/entity/258364608 #> 2131 #> 2132 #> 2133 #> 2134 #> 2135 http://id.who.int/icd/entity/1687031913 #> 2136 http://id.who.int/icd/entity/2127113907 #> 2137 http://id.who.int/icd/entity/1633666823 #> 2138 #> 2139 http://id.who.int/icd/entity/1748271920 #> 2140 http://id.who.int/icd/entity/1486607775 #> 2141 http://id.who.int/icd/entity/1037047819 #> 2142 http://id.who.int/icd/entity/1232947444 #> 2143 http://id.who.int/icd/entity/741770594 #> 2144 http://id.who.int/icd/entity/1365217316 #> 2145 http://id.who.int/icd/entity/1953352497 #> 2146 #> 2147 #> 2148 http://id.who.int/icd/entity/781956590 #> 2149 http://id.who.int/icd/entity/1312194375 #> 2150 #> 2151 #> 2152 http://id.who.int/icd/entity/476723055 #> 2153 http://id.who.int/icd/entity/716708976 #> 2154 http://id.who.int/icd/entity/2032270075 #> 2155 http://id.who.int/icd/entity/1162454745 #> 2156 #> 2157 #> 2158 http://id.who.int/icd/entity/236519650 #> 2159 http://id.who.int/icd/entity/455734276 #> 2160 http://id.who.int/icd/entity/2131890863 #> 2161 http://id.who.int/icd/entity/1253205675 #> 2162 #> 2163 #> 2164 http://id.who.int/icd/entity/1105031689 #> 2165 http://id.who.int/icd/entity/1437236609 #> 2166 http://id.who.int/icd/entity/440880518 #> 2167 http://id.who.int/icd/entity/1974925101 #> 2168 http://id.who.int/icd/entity/1878116855 #> 2169 #> 2170 #> 2171 http://id.who.int/icd/entity/1867938183 #> 2172 #> 2173 #> 2174 http://id.who.int/icd/entity/164118119 #> 2175 http://id.who.int/icd/entity/2123488558 #> 2176 http://id.who.int/icd/entity/2019143477 #> 2177 http://id.who.int/icd/entity/487744161 #> 2178 http://id.who.int/icd/entity/1774137950 #> 2179 http://id.who.int/icd/entity/217382860 #> 2180 http://id.who.int/icd/entity/2132438112 #> 2181 http://id.who.int/icd/entity/441557450 #> 2182 http://id.who.int/icd/entity/1862070581 #> 2183 http://id.who.int/icd/entity/196557985 #> 2184 http://id.who.int/icd/entity/328590455 #> 2185 http://id.who.int/icd/entity/467275964 #> 2186 http://id.who.int/icd/entity/1688299444 #> 2187 http://id.who.int/icd/entity/391115808 #> 2188 #> 2189 http://id.who.int/icd/entity/171740625 #> 2190 http://id.who.int/icd/entity/1827459816 #> 2191 http://id.who.int/icd/entity/479576735 #> 2192 http://id.who.int/icd/entity/1748537954 #> 2193 http://id.who.int/icd/entity/1225291595 #> 2194 http://id.who.int/icd/entity/477388501 #> 2195 http://id.who.int/icd/entity/790871642 #> 2196 #> 2197 #> 2198 http://id.who.int/icd/entity/250252488 #> 2199 http://id.who.int/icd/entity/467010038 #> 2200 http://id.who.int/icd/entity/2124270688 #> 2201 http://id.who.int/icd/entity/1870352651 #> 2202 http://id.who.int/icd/entity/170957983 #> 2203 #> 2204 #> 2205 http://id.who.int/icd/entity/425370367 #> 2206 http://id.who.int/icd/entity/2043813445 #> 2207 http://id.who.int/icd/entity/1437498002 #> 2208 http://id.who.int/icd/entity/151039887 #> 2209 http://id.who.int/icd/entity/1502591214 #> 2210 #> 2211 #> 2212 http://id.who.int/icd/entity/479843281 #> 2213 #> 2214 #> 2215 http://id.who.int/icd/entity/358454894 #> 2216 http://id.who.int/icd/entity/1435238626 #> 2217 http://id.who.int/icd/entity/1757898640 #> 2218 http://id.who.int/icd/entity/2100075501 #> 2219 http://id.who.int/icd/entity/1971711642 #> 2220 #> 2221 #> 2222 http://id.who.int/icd/entity/934048827 #> 2223 http://id.who.int/icd/entity/887489797 #> 2224 http://id.who.int/icd/entity/618273329 #> 2225 #> 2226 #> 2227 http://id.who.int/icd/entity/858869202 #> 2228 #> 2229 #> 2230 http://id.who.int/icd/entity/1791550158 #> 2231 http://id.who.int/icd/entity/1627987797 #> 2232 #> 2233 http://id.who.int/icd/entity/154004890 #> 2234 http://id.who.int/icd/entity/466688507 #> 2235 http://id.who.int/icd/entity/425706508 #> 2236 #> 2237 http://id.who.int/icd/entity/2028707452 #> 2238 http://id.who.int/icd/entity/160204218 #> 2239 http://id.who.int/icd/entity/440675859 #> 2240 #> 2241 #> 2242 http://id.who.int/icd/entity/2120366482 #> 2243 http://id.who.int/icd/entity/1047741705 #> 2244 http://id.who.int/icd/entity/485529452 #> 2245 http://id.who.int/icd/entity/727954962 #> 2246 http://id.who.int/icd/entity/827143668 #> 2247 http://id.who.int/icd/entity/348019553 #> 2248 http://id.who.int/icd/entity/143326763 #> 2249 http://id.who.int/icd/entity/513128860 #> 2250 #> 2251 #> 2252 http://id.who.int/icd/entity/1870963963 #> 2253 http://id.who.int/icd/entity/1878422439 #> 2254 http://id.who.int/icd/entity/180207155 #> 2255 http://id.who.int/icd/entity/471392307 #> 2256 http://id.who.int/icd/entity/181365103 #> 2257 http://id.who.int/icd/entity/882254343 #> 2258 http://id.who.int/icd/entity/871413134 #> 2259 http://id.who.int/icd/entity/1050919535 #> 2260 http://id.who.int/icd/entity/2059232755 #> 2261 #> 2262 #> 2263 http://id.who.int/icd/entity/2007399469 #> 2264 http://id.who.int/icd/entity/317567417 #> 2265 http://id.who.int/icd/entity/786739940 #> 2266 http://id.who.int/icd/entity/1269792630 #> 2267 http://id.who.int/icd/entity/809005353 #> 2268 http://id.who.int/icd/entity/549962833 #> 2269 http://id.who.int/icd/entity/1138156221 #> 2270 http://id.who.int/icd/entity/1461198678 #> 2271 http://id.who.int/icd/entity/1744602556 #> 2272 #> 2273 #> 2274 http://id.who.int/icd/entity/1290583069 #> 2275 http://id.who.int/icd/entity/1197752358 #> 2276 #> 2277 #> 2278 #> 2279 #> 2280 #> 2281 #> 2282 http://id.who.int/icd/entity/1158485193 #> 2283 http://id.who.int/icd/entity/1784348632 #> 2284 http://id.who.int/icd/entity/1900707623 #> 2285 http://id.who.int/icd/entity/1405726020 #> 2286 http://id.who.int/icd/entity/1683655742 #> 2287 http://id.who.int/icd/entity/2145738924 #> 2288 http://id.who.int/icd/entity/1077448159 #> 2289 http://id.who.int/icd/entity/2007739553 #> 2290 #> 2291 #> 2292 http://id.who.int/icd/entity/1517922198 #> 2293 http://id.who.int/icd/entity/53222113 #> 2294 http://id.who.int/icd/entity/1156829716 #> 2295 http://id.who.int/icd/entity/1373839625 #> 2296 http://id.who.int/icd/entity/1935733614 #> 2297 http://id.who.int/icd/entity/2125777432 #> 2298 #> 2299 #> 2300 http://id.who.int/icd/entity/1595346575 #> 2301 http://id.who.int/icd/entity/1918880071 #> 2302 http://id.who.int/icd/entity/2089978862 #> 2303 #> 2304 http://id.who.int/icd/entity/1242037654 #> 2305 http://id.who.int/icd/entity/2106907884 #> 2306 http://id.who.int/icd/entity/1714106490 #> 2307 http://id.who.int/icd/entity/2029680113 #> 2308 http://id.who.int/icd/entity/1665505633 #> 2309 http://id.who.int/icd/entity/1423357983 #> 2310 http://id.who.int/icd/entity/135240285 #> 2311 http://id.who.int/icd/entity/1558891287 #> 2312 http://id.who.int/icd/entity/1316827435 #> 2313 #> 2314 #> 2315 http://id.who.int/icd/entity/1931398140 #> 2316 http://id.who.int/icd/entity/1369250201 #> 2317 #> 2318 #> 2319 http://id.who.int/icd/entity/1844086508 #> 2320 http://id.who.int/icd/entity/1103514372 #> 2321 http://id.who.int/icd/entity/1637566794 #> 2322 http://id.who.int/icd/entity/1210937823 #> 2323 #> 2324 #> 2325 http://id.who.int/icd/entity/1795904876 #> 2326 http://id.who.int/icd/entity/1772567104 #> 2327 http://id.who.int/icd/entity/1538190919 #> 2328 #> 2329 #> 2330 http://id.who.int/icd/entity/1210185292 #> 2331 http://id.who.int/icd/entity/1173737278 #> 2332 http://id.who.int/icd/entity/1735794011 #> 2333 http://id.who.int/icd/entity/1623614569 #> 2334 http://id.who.int/icd/entity/1969025922 #> 2335 http://id.who.int/icd/entity/1860378384 #> 2336 http://id.who.int/icd/entity/1722667805 #> 2337 http://id.who.int/icd/entity/1067236131 #> 2338 http://id.who.int/icd/entity/1442164144 #> 2339 http://id.who.int/icd/entity/1775829714 #> 2340 http://id.who.int/icd/entity/1540413143 #> 2341 #> 2342 #> 2343 http://id.who.int/icd/entity/1766440644 #> 2344 http://id.who.int/icd/entity/224336967 #> 2345 http://id.who.int/icd/entity/963670118 #> 2346 http://id.who.int/icd/entity/1577750667 #> 2347 http://id.who.int/icd/entity/942744561 #> 2348 http://id.who.int/icd/entity/1028330801 #> 2349 #> 2350 http://id.who.int/icd/entity/1809391766 #> 2351 http://id.who.int/icd/entity/1767374177 #> 2352 http://id.who.int/icd/entity/1539184766 #> 2353 #> 2354 #> 2355 http://id.who.int/icd/entity/623613402 #> 2356 http://id.who.int/icd/entity/1463520192 #> 2357 http://id.who.int/icd/entity/1334119043 #> 2358 http://id.who.int/icd/entity/1213151459 #> 2359 http://id.who.int/icd/entity/1045857957 #> 2360 http://id.who.int/icd/entity/1493613976 #> 2361 #> 2362 http://id.who.int/icd/entity/1470734867 #> 2363 http://id.who.int/icd/entity/1697800121 #> 2364 #> 2365 #> 2366 http://id.who.int/icd/entity/918183131 #> 2367 http://id.who.int/icd/entity/1312508751 #> 2368 http://id.who.int/icd/entity/625888080 #> 2369 http://id.who.int/icd/entity/2065122896 #> 2370 http://id.who.int/icd/entity/1502909493 #> 2371 http://id.who.int/icd/entity/1074104026 #> 2372 #> 2373 #> 2374 http://id.who.int/icd/entity/31556424 #> 2375 http://id.who.int/icd/entity/449856959 #> 2376 http://id.who.int/icd/entity/261912453 #> 2377 http://id.who.int/icd/entity/676339366 #> 2378 http://id.who.int/icd/entity/1207626305 #> 2379 http://id.who.int/icd/entity/2040097886 #> 2380 http://id.who.int/icd/entity/1119769670 #> 2381 http://id.who.int/icd/entity/2106820398 #> 2382 http://id.who.int/icd/entity/1675514504 #> 2383 #> 2384 http://id.who.int/icd/entity/1836080246 #> 2385 http://id.who.int/icd/entity/325416665 #> 2386 #> 2387 http://id.who.int/icd/entity/162762794 #> 2388 http://id.who.int/icd/entity/950429256 #> 2389 http://id.who.int/icd/entity/1909380523 #> 2390 http://id.who.int/icd/entity/2071787420 #> 2391 http://id.who.int/icd/entity/506935822 #> 2392 #> 2393 #> 2394 http://id.who.int/icd/entity/1200845933 #> 2395 http://id.who.int/icd/entity/679955609 #> 2396 http://id.who.int/icd/entity/1653996588 #> 2397 #> 2398 #> 2399 #> 2400 http://id.who.int/icd/entity/1858490295 #> 2401 http://id.who.int/icd/entity/1834341306 #> 2402 http://id.who.int/icd/entity/880772122 #> 2403 http://id.who.int/icd/entity/1836938544 #> 2404 http://id.who.int/icd/entity/1878239449 #> 2405 http://id.who.int/icd/entity/715111132 #> 2406 http://id.who.int/icd/entity/1377507376 #> 2407 http://id.who.int/icd/entity/1048228553 #> 2408 #> 2409 http://id.who.int/icd/entity/391831387 #> 2410 http://id.who.int/icd/entity/859588467 #> 2411 http://id.who.int/icd/entity/1323666680 #> 2412 http://id.who.int/icd/entity/630790515 #> 2413 #> 2414 #> 2415 #> 2416 http://id.who.int/icd/entity/330259189 #> 2417 http://id.who.int/icd/entity/531667506 #> 2418 http://id.who.int/icd/entity/1932608766 #> 2419 http://id.who.int/icd/entity/874048664 #> 2420 http://id.who.int/icd/entity/9436211 #> 2421 http://id.who.int/icd/entity/1859849042 #> 2422 #> 2423 #> 2424 http://id.who.int/icd/entity/675675654 #> 2425 http://id.who.int/icd/entity/2063292324 #> 2426 http://id.who.int/icd/entity/528767052 #> 2427 http://id.who.int/icd/entity/418601307 #> 2428 #> 2429 #> 2430 http://id.who.int/icd/entity/975559344 #> 2431 http://id.who.int/icd/entity/2011497038 #> 2432 http://id.who.int/icd/entity/1711513381 #> 2433 http://id.who.int/icd/entity/55071409 #> 2434 http://id.who.int/icd/entity/313446364 #> 2435 http://id.who.int/icd/entity/125581497 #> 2436 http://id.who.int/icd/entity/2097316574 #> 2437 http://id.who.int/icd/entity/1508363690 #> 2438 http://id.who.int/icd/entity/141481914 #> 2439 http://id.who.int/icd/entity/1300597550 #> 2440 http://id.who.int/icd/entity/1439043542 #> 2441 http://id.who.int/icd/entity/1898135714 #> 2442 http://id.who.int/icd/entity/1622651355 #> 2443 #> 2444 #> 2445 http://id.who.int/icd/entity/1980066564 #> 2446 http://id.who.int/icd/entity/217030515 #> 2447 http://id.who.int/icd/entity/647711267 #> 2448 http://id.who.int/icd/entity/1191963445 #> 2449 #> 2450 http://id.who.int/icd/entity/45753120 #> 2451 http://id.who.int/icd/entity/1834257206 #> 2452 http://id.who.int/icd/entity/136267428 #> 2453 #> 2454 #> 2455 #> 2456 http://id.who.int/icd/entity/502834133 #> 2457 http://id.who.int/icd/entity/350719523 #> 2458 http://id.who.int/icd/entity/759747321 #> 2459 http://id.who.int/icd/entity/1907114935 #> 2460 http://id.who.int/icd/entity/83956554 #> 2461 http://id.who.int/icd/entity/1615519452 #> 2462 #> 2463 #> 2464 #> 2465 http://id.who.int/icd/entity/1981248479 #> 2466 http://id.who.int/icd/entity/161015452 #> 2467 http://id.who.int/icd/entity/836005435 #> 2468 http://id.who.int/icd/entity/874359291 #> 2469 #> 2470 #> 2471 http://id.who.int/icd/entity/235504456 #> 2472 http://id.who.int/icd/entity/1090108163 #> 2473 http://id.who.int/icd/entity/853645278 #> 2474 http://id.who.int/icd/entity/789053868 #> 2475 #> 2476 #> 2477 http://id.who.int/icd/entity/967695084 #> 2478 #> 2479 http://id.who.int/icd/entity/899830967 #> 2480 http://id.who.int/icd/entity/457885282 #> 2481 http://id.who.int/icd/entity/1617675057 #> 2482 http://id.who.int/icd/entity/962836252 #> 2483 #> 2484 #> 2485 http://id.who.int/icd/entity/1159594433 #> 2486 http://id.who.int/icd/entity/1401067562 #> 2487 http://id.who.int/icd/entity/1211987132 #> 2488 http://id.who.int/icd/entity/1829691373 #> 2489 #> 2490 #> 2491 #> 2492 http://id.who.int/icd/entity/492611740 #> 2493 http://id.who.int/icd/entity/1981095916 #> 2494 http://id.who.int/icd/entity/586921197 #> 2495 http://id.who.int/icd/entity/746336827 #> 2496 http://id.who.int/icd/entity/324845131 #> 2497 #> 2498 #> 2499 http://id.who.int/icd/entity/1762461746 #> 2500 http://id.who.int/icd/entity/1016799900 #> 2501 http://id.who.int/icd/entity/1181865707 #> 2502 http://id.who.int/icd/entity/1573164739 #> 2503 http://id.who.int/icd/entity/337607970 #> 2504 http://id.who.int/icd/entity/765707742 #> 2505 #> 2506 #> 2507 http://id.who.int/icd/entity/755266992 #> 2508 http://id.who.int/icd/entity/1901375668 #> 2509 #> 2510 #> 2511 http://id.who.int/icd/entity/2112021600 #> 2512 http://id.who.int/icd/entity/413739466 #> 2513 http://id.who.int/icd/entity/573771682 #> 2514 http://id.who.int/icd/entity/1452989457 #> 2515 http://id.who.int/icd/entity/1886781445 #> 2516 http://id.who.int/icd/entity/54644599 #> 2517 #> 2518 http://id.who.int/icd/entity/1795705470 #> 2519 #> 2520 http://id.who.int/icd/entity/2057381685 #> 2521 http://id.who.int/icd/entity/1622289887 #> 2522 http://id.who.int/icd/entity/156218529 #> 2523 http://id.who.int/icd/entity/836204111 #> 2524 http://id.who.int/icd/entity/171766827 #> 2525 #> 2526 #> 2527 http://id.who.int/icd/entity/1559879199 #> 2528 #> 2529 #> 2530 http://id.who.int/icd/entity/1881300992 #> 2531 http://id.who.int/icd/entity/1502898025 #> 2532 http://id.who.int/icd/entity/688627594 #> 2533 http://id.who.int/icd/entity/428643962 #> 2534 #> 2535 #> 2536 http://id.who.int/icd/entity/1845970455 #> 2537 http://id.who.int/icd/entity/1895608758 #> 2538 http://id.who.int/icd/entity/1912288163 #> 2539 http://id.who.int/icd/entity/2122434528 #> 2540 http://id.who.int/icd/entity/1733531851 #> 2541 http://id.who.int/icd/entity/535489185 #> 2542 http://id.who.int/icd/entity/1993280493 #> 2543 #> 2544 #> 2545 http://id.who.int/icd/entity/1034282518 #> 2546 #> 2547 #> 2548 http://id.who.int/icd/entity/72474955 #> 2549 http://id.who.int/icd/entity/1410128892 #> 2550 http://id.who.int/icd/entity/237567451 #> 2551 http://id.who.int/icd/entity/2069754587 #> 2552 #> 2553 #> 2554 http://id.who.int/icd/entity/1676860885 #> 2555 http://id.who.int/icd/entity/1191315143 #> 2556 http://id.who.int/icd/entity/1930060978 #> 2557 http://id.who.int/icd/entity/1557840180 #> 2558 http://id.who.int/icd/entity/778191161 #> 2559 #> 2560 #> 2561 http://id.who.int/icd/entity/11621191 #> 2562 http://id.who.int/icd/entity/1695088249 #> 2563 http://id.who.int/icd/entity/1744773503 #> 2564 http://id.who.int/icd/entity/787723347 #> 2565 #> 2566 #> 2567 #> 2568 #> 2569 http://id.who.int/icd/entity/683583694 #> 2570 http://id.who.int/icd/entity/672733376 #> 2571 http://id.who.int/icd/entity/1374965372 #> 2572 http://id.who.int/icd/entity/827950289 #> 2573 #> 2574 http://id.who.int/icd/entity/526155201 #> 2575 http://id.who.int/icd/entity/364346400 #> 2576 http://id.who.int/icd/entity/51520034 #> 2577 http://id.who.int/icd/entity/7135461 #> 2578 http://id.who.int/icd/entity/251307303 #> 2579 http://id.who.int/icd/entity/1708277768 #> 2580 #> 2581 #> 2582 http://id.who.int/icd/entity/757747508 #> 2583 #> 2584 #> 2585 http://id.who.int/icd/entity/567425990 #> 2586 http://id.who.int/icd/entity/1189893025 #> 2587 http://id.who.int/icd/entity/566170052 #> 2588 http://id.who.int/icd/entity/1685029318 #> 2589 http://id.who.int/icd/entity/142317144 #> 2590 http://id.who.int/icd/entity/1409065148 #> 2591 http://id.who.int/icd/entity/660521540 #> 2592 http://id.who.int/icd/entity/2051708973 #> 2593 http://id.who.int/icd/entity/1924716067 #> 2594 http://id.who.int/icd/entity/1074626599 #> 2595 http://id.who.int/icd/entity/703716809 #> 2596 http://id.who.int/icd/entity/515966662 #> 2597 #> 2598 #> 2599 http://id.who.int/icd/entity/2072693588 #> 2600 http://id.who.int/icd/entity/708593417 #> 2601 http://id.who.int/icd/entity/843985241 #> 2602 http://id.who.int/icd/entity/1831834962 #> 2603 #> 2604 #> 2605 http://id.who.int/icd/entity/613636228 #> 2606 http://id.who.int/icd/entity/197440403 #> 2607 http://id.who.int/icd/entity/589504944 #> 2608 http://id.who.int/icd/entity/2093549625 #> 2609 http://id.who.int/icd/entity/140794056 #> 2610 #> 2611 #> 2612 #> 2613 #> 2614 #> 2615 http://id.who.int/icd/entity/1954798891 #> 2616 http://id.who.int/icd/entity/587326822 #> 2617 http://id.who.int/icd/entity/551037838 #> 2618 http://id.who.int/icd/entity/808756909 #> 2619 http://id.who.int/icd/entity/1459690929 #> 2620 #> 2621 #> 2622 http://id.who.int/icd/entity/1222145690 #> 2623 http://id.who.int/icd/entity/327609494 #> 2624 http://id.who.int/icd/entity/531050218 #> 2625 http://id.who.int/icd/entity/243040830 #> 2626 http://id.who.int/icd/entity/1998425794 #> 2627 http://id.who.int/icd/entity/795969334 #> 2628 http://id.who.int/icd/entity/1078767412 #> 2629 #> 2630 #> 2631 http://id.who.int/icd/entity/1946750030 #> 2632 http://id.who.int/icd/entity/872351944 #> 2633 #> 2634 #> 2635 http://id.who.int/icd/entity/1169765917 #> 2636 http://id.who.int/icd/entity/85074116 #> 2637 http://id.who.int/icd/entity/393046642 #> 2638 http://id.who.int/icd/entity/1915135976 #> 2639 http://id.who.int/icd/entity/29897844 #> 2640 http://id.who.int/icd/entity/1686370790 #> 2641 http://id.who.int/icd/entity/14210665 #> 2642 http://id.who.int/icd/entity/769068598 #> 2643 #> 2644 #> 2645 http://id.who.int/icd/entity/1616506198 #> 2646 http://id.who.int/icd/entity/963193284 #> 2647 http://id.who.int/icd/entity/489749747 #> 2648 http://id.who.int/icd/entity/2021339495 #> 2649 #> 2650 #> 2651 http://id.who.int/icd/entity/1674805091 #> 2652 http://id.who.int/icd/entity/2015243510 #> 2653 http://id.who.int/icd/entity/1902856995 #> 2654 http://id.who.int/icd/entity/969875874 #> 2655 http://id.who.int/icd/entity/1523519942 #> 2656 #> 2657 #> 2658 http://id.who.int/icd/entity/1847093418 #> 2659 http://id.who.int/icd/entity/2037626838 #> 2660 http://id.who.int/icd/entity/1362501774 #> 2661 http://id.who.int/icd/entity/1948303413 #> 2662 http://id.who.int/icd/entity/712514250 #> 2663 http://id.who.int/icd/entity/223461798 #> 2664 #> 2665 #> 2666 #> 2667 http://id.who.int/icd/entity/609223181 #> 2668 http://id.who.int/icd/entity/1843843106 #> 2669 http://id.who.int/icd/entity/1709907983 #> 2670 #> 2671 #> 2672 http://id.who.int/icd/entity/1008515027 #> 2673 http://id.who.int/icd/entity/1443317238 #> 2674 http://id.who.int/icd/entity/749596428 #> 2675 http://id.who.int/icd/entity/757048800 #> 2676 #> 2677 #> 2678 http://id.who.int/icd/entity/1239818910 #> 2679 #> 2680 #> 2681 http://id.who.int/icd/entity/464294586 #> 2682 http://id.who.int/icd/entity/739030149 #> 2683 http://id.who.int/icd/entity/544509908 #> 2684 http://id.who.int/icd/entity/1428089375 #> 2685 #> 2686 http://id.who.int/icd/entity/1157134196 #> 2687 http://id.who.int/icd/entity/633330307 #> 2688 http://id.who.int/icd/entity/113898480 #> 2689 #> 2690 #> 2691 http://id.who.int/icd/entity/983668658 #> 2692 http://id.who.int/icd/entity/797555186 #> 2693 http://id.who.int/icd/entity/404396176 #> 2694 #> 2695 #> 2696 #> 2697 http://id.who.int/icd/entity/1084365812 #> 2698 http://id.who.int/icd/entity/2338375 #> 2699 http://id.who.int/icd/entity/1852283743 #> 2700 http://id.who.int/icd/entity/187455179 #> 2701 #> 2702 http://id.who.int/icd/entity/636081762 #> 2703 http://id.who.int/icd/entity/99883782 #> 2704 http://id.who.int/icd/entity/2012865457 #> 2705 http://id.who.int/icd/entity/1923044320 #> 2706 http://id.who.int/icd/entity/899463360 #> 2707 http://id.who.int/icd/entity/953143133 #> 2708 http://id.who.int/icd/entity/1696887984 #> 2709 #> 2710 #> 2711 http://id.who.int/icd/entity/891652224 #> 2712 http://id.who.int/icd/entity/1977389237 #> 2713 #> 2714 #> 2715 http://id.who.int/icd/entity/572581721 #> 2716 http://id.who.int/icd/entity/1248176279 #> 2717 http://id.who.int/icd/entity/1327645131 #> 2718 http://id.who.int/icd/entity/1929970386 #> 2719 http://id.who.int/icd/entity/1314272220 #> 2720 http://id.who.int/icd/entity/1419332129 #> 2721 http://id.who.int/icd/entity/540285662 #> 2722 http://id.who.int/icd/entity/1474816492 #> 2723 http://id.who.int/icd/entity/2130738127 #> 2724 http://id.who.int/icd/entity/1000683110 #> 2725 http://id.who.int/icd/entity/548938147 #> 2726 http://id.who.int/icd/entity/55133785 #> 2727 http://id.who.int/icd/entity/629572966 #> 2728 http://id.who.int/icd/entity/1629105375 #> 2729 #> 2730 #> 2731 http://id.who.int/icd/entity/1404622826 #> 2732 http://id.who.int/icd/entity/999231798 #> 2733 http://id.who.int/icd/entity/1020056159 #> 2734 http://id.who.int/icd/entity/835880885 #> 2735 #> 2736 #> 2737 http://id.who.int/icd/entity/748282847 #> 2738 http://id.who.int/icd/entity/247535295 #> 2739 #> 2740 #> 2741 #> 2742 #> 2743 http://id.who.int/icd/entity/1173370808 #> 2744 http://id.who.int/icd/entity/85700944 #> 2745 http://id.who.int/icd/entity/138987181 #> 2746 http://id.who.int/icd/entity/1280729393 #> 2747 http://id.who.int/icd/entity/136346238 #> 2748 #> 2749 #> 2750 #> 2751 http://id.who.int/icd/entity/2115467890 #> 2752 http://id.who.int/icd/entity/1576710885 #> 2753 http://id.who.int/icd/entity/1373335705 #> 2754 http://id.who.int/icd/entity/2139918612 #> 2755 http://id.who.int/icd/entity/1869883509 #> 2756 #> 2757 #> 2758 http://id.who.int/icd/entity/1901494067 #> 2759 http://id.who.int/icd/entity/1668927157 #> 2760 #> 2761 #> 2762 http://id.who.int/icd/entity/642618805 #> 2763 http://id.who.int/icd/entity/1531458929 #> 2764 http://id.who.int/icd/entity/667435406 #> 2765 http://id.who.int/icd/entity/1350421262 #> 2766 #> 2767 #> 2768 http://id.who.int/icd/entity/454856168 #> 2769 http://id.who.int/icd/entity/1047945302 #> 2770 http://id.who.int/icd/entity/894935545 #> 2771 http://id.who.int/icd/entity/837067101 #> 2772 http://id.who.int/icd/entity/1853964304 #> 2773 #> 2774 #> 2775 http://id.who.int/icd/entity/1868068711 #> 2776 http://id.who.int/icd/entity/1729383028 #> 2777 http://id.who.int/icd/entity/1200133657 #> 2778 http://id.who.int/icd/entity/1095261642 #> 2779 http://id.who.int/icd/entity/2025061243 #> 2780 http://id.who.int/icd/entity/1069179856 #> 2781 http://id.who.int/icd/entity/416451504 #> 2782 #> 2783 #> 2784 http://id.who.int/icd/entity/2018903019 #> 2785 http://id.who.int/icd/entity/404632018 #> 2786 http://id.who.int/icd/entity/2023405973 #> 2787 #> 2788 #> 2789 http://id.who.int/icd/entity/1426309905 #> 2790 http://id.who.int/icd/entity/405257730 #> 2791 http://id.who.int/icd/entity/674464254 #> 2792 http://id.who.int/icd/entity/1394687071 #> 2793 http://id.who.int/icd/entity/102709764 #> 2794 http://id.who.int/icd/entity/1376183765 #> 2795 http://id.who.int/icd/entity/1936492387 #> 2796 #> 2797 #> 2798 http://id.who.int/icd/entity/1540162038 #> 2799 http://id.who.int/icd/entity/1028477872 #> 2800 http://id.who.int/icd/entity/1213145383 #> 2801 http://id.who.int/icd/entity/773407463 #> 2802 http://id.who.int/icd/entity/943039030 #> 2803 #> 2804 #> 2805 http://id.who.int/icd/entity/733043150 #> 2806 http://id.who.int/icd/entity/1433704910 #> 2807 http://id.who.int/icd/entity/942174778 #> 2808 http://id.who.int/icd/entity/617371511 #> 2809 #> 2810 #> 2811 #> 2812 #> 2813 http://id.who.int/icd/entity/966435382 #> 2814 http://id.who.int/icd/entity/1434413881 #> 2815 http://id.who.int/icd/entity/926492960 #> 2816 http://id.who.int/icd/entity/87096615 #> 2817 http://id.who.int/icd/entity/348671706 #> 2818 #> 2819 http://id.who.int/icd/entity/494107103 #> 2820 http://id.who.int/icd/entity/1519498795 #> 2821 http://id.who.int/icd/entity/129900752 #> 2822 #> 2823 #> 2824 http://id.who.int/icd/entity/576188835 #> 2825 http://id.who.int/icd/entity/738298663 #> 2826 http://id.who.int/icd/entity/1990807906 #> 2827 http://id.who.int/icd/entity/1094348832 #> 2828 http://id.who.int/icd/entity/1754024073 #> 2829 http://id.who.int/icd/entity/1518705806 #> 2830 #> 2831 #> 2832 http://id.who.int/icd/entity/538986843 #> 2833 #> 2834 http://id.who.int/icd/entity/484161124 #> 2835 http://id.who.int/icd/entity/1217074338 #> 2836 http://id.who.int/icd/entity/1631398967 #> 2837 #> 2838 http://id.who.int/icd/entity/726177562 #> 2839 http://id.who.int/icd/entity/1180087344 #> 2840 http://id.who.int/icd/entity/2117804143 #> 2841 #> 2842 http://id.who.int/icd/entity/266517577 #> 2843 http://id.who.int/icd/entity/1038837840 #> 2844 http://id.who.int/icd/entity/1654306762 #> 2845 http://id.who.int/icd/entity/1847534604 #> 2846 #> 2847 #> 2848 http://id.who.int/icd/entity/1860070272 #> 2849 http://id.who.int/icd/entity/330792642 #> 2850 http://id.who.int/icd/entity/820827059 #> 2851 http://id.who.int/icd/entity/1437015591 #> 2852 http://id.who.int/icd/entity/1434414203 #> 2853 http://id.who.int/icd/entity/1479285656 #> 2854 http://id.who.int/icd/entity/1980319000 #> 2855 http://id.who.int/icd/entity/1145144140 #> 2856 #> 2857 #> 2858 http://id.who.int/icd/entity/2120744975 #> 2859 http://id.who.int/icd/entity/455331227 #> 2860 http://id.who.int/icd/entity/180703474 #> 2861 http://id.who.int/icd/entity/437372167 #> 2862 http://id.who.int/icd/entity/83784921 #> 2863 http://id.who.int/icd/entity/621183043 #> 2864 #> 2865 #> 2866 #> 2867 http://id.who.int/icd/entity/603645706 #> 2868 http://id.who.int/icd/entity/556328756 #> 2869 http://id.who.int/icd/entity/1147349670 #> 2870 http://id.who.int/icd/entity/812332735 #> 2871 #> 2872 #> 2873 #> 2874 #> 2875 http://id.who.int/icd/entity/21500692 #> 2876 http://id.who.int/icd/entity/461716838 #> 2877 http://id.who.int/icd/entity/1907280211 #> 2878 http://id.who.int/icd/entity/1722092627 #> 2879 http://id.who.int/icd/entity/602450215 #> 2880 http://id.who.int/icd/entity/234769120 #> 2881 http://id.who.int/icd/entity/1756727158 #> 2882 http://id.who.int/icd/entity/1156056623 #> 2883 http://id.who.int/icd/entity/592246939 #> 2884 http://id.who.int/icd/entity/900488632 #> 2885 #> 2886 #> 2887 http://id.who.int/icd/entity/1357352994 #> 2888 http://id.who.int/icd/entity/276898399 #> 2889 http://id.who.int/icd/entity/1976233931 #> 2890 #> 2891 http://id.who.int/icd/entity/1090587977 #> 2892 http://id.who.int/icd/entity/471390091 #> 2893 http://id.who.int/icd/entity/1878410271 #> 2894 http://id.who.int/icd/entity/608878813 #> 2895 #> 2896 #> 2897 #> 2898 http://id.who.int/icd/entity/854564573 #> 2899 http://id.who.int/icd/entity/914832290 #> 2900 http://id.who.int/icd/entity/1405941300 #> 2901 http://id.who.int/icd/entity/660711115 #> 2902 #> 2903 http://id.who.int/icd/entity/1470387017 #> 2904 http://id.who.int/icd/entity/713028385 #> 2905 http://id.who.int/icd/entity/1328823989 #> 2906 http://id.who.int/icd/entity/999910988 #> 2907 http://id.who.int/icd/entity/1590862814 #> 2908 http://id.who.int/icd/entity/758919242 #> 2909 http://id.who.int/icd/entity/1215823328 #> 2910 http://id.who.int/icd/entity/355116695 #> 2911 #> 2912 #> 2913 http://id.who.int/icd/entity/587793334 #> 2914 http://id.who.int/icd/entity/737694495 #> 2915 http://id.who.int/icd/entity/1320394379 #> 2916 http://id.who.int/icd/entity/1599407074 #> 2917 http://id.who.int/icd/entity/972507934 #> 2918 http://id.who.int/icd/entity/1476950169 #> 2919 #> 2920 #> 2921 #> 2922 #> 2923 http://id.who.int/icd/entity/922786718 #> 2924 http://id.who.int/icd/entity/1074212276 #> 2925 http://id.who.int/icd/entity/998433478 #> 2926 #> 2927 #> 2928 http://id.who.int/icd/entity/465177735 #> 2929 http://id.who.int/icd/entity/1651053999 #> 2930 http://id.who.int/icd/entity/119724091 #> 2931 http://id.who.int/icd/entity/1150913605 #> 2932 http://id.who.int/icd/entity/381961554 #> 2933 http://id.who.int/icd/entity/1484144649 #> 2934 http://id.who.int/icd/entity/133436462 #> 2935 http://id.who.int/icd/entity/1050647875 #> 2936 http://id.who.int/icd/entity/1736581746 #> 2937 http://id.who.int/icd/entity/388963453 #> 2938 http://id.who.int/icd/entity/1418416880 #> 2939 http://id.who.int/icd/entity/1730828870 #> 2940 http://id.who.int/icd/entity/891371477 #> 2941 #> 2942 http://id.who.int/icd/entity/1697306310 #> 2943 http://id.who.int/icd/entity/1304552818 #> 2944 http://id.who.int/icd/entity/463969617 #> 2945 http://id.who.int/icd/entity/1322661241 #> 2946 http://id.who.int/icd/entity/1796958395 #> 2947 #> 2948 http://id.who.int/icd/entity/193526903 #> 2949 http://id.who.int/icd/entity/1153329797 #> 2950 http://id.who.int/icd/entity/1973651647 #> 2951 #> 2952 http://id.who.int/icd/entity/2144077558 #> 2953 http://id.who.int/icd/entity/540530695 #> 2954 http://id.who.int/icd/entity/58193584 #> 2955 http://id.who.int/icd/entity/493397722 #> 2956 http://id.who.int/icd/entity/939674472 #> 2957 #> 2958 #> 2959 http://id.who.int/icd/entity/367815473 #> 2960 http://id.who.int/icd/entity/1156295616 #> 2961 #> 2962 http://id.who.int/icd/entity/1283179793 #> 2963 http://id.who.int/icd/entity/1583355636 #> 2964 http://id.who.int/icd/entity/1877346353 #> 2965 http://id.who.int/icd/entity/1085399840 #> 2966 #> 2967 #> 2968 http://id.who.int/icd/entity/1004695600 #> 2969 http://id.who.int/icd/entity/1330585809 #> 2970 http://id.who.int/icd/entity/1017230149 #> 2971 http://id.who.int/icd/entity/534303339 #> 2972 http://id.who.int/icd/entity/375645550 #> 2973 #> 2974 #> 2975 http://id.who.int/icd/entity/1736778 #> 2976 http://id.who.int/icd/entity/402589098 #> 2977 #> 2978 #> 2979 http://id.who.int/icd/entity/962023213 #> 2980 http://id.who.int/icd/entity/1708733050 #> 2981 http://id.who.int/icd/entity/473284654 #> 2982 http://id.who.int/icd/entity/743287998 #> 2983 http://id.who.int/icd/entity/1229357339 #> 2984 http://id.who.int/icd/entity/129706072 #> 2985 http://id.who.int/icd/entity/1790437089 #> 2986 #> 2987 #> 2988 http://id.who.int/icd/entity/1225154856 #> 2989 #> 2990 #> 2991 http://id.who.int/icd/entity/9633776 #> 2992 http://id.who.int/icd/entity/817194045 #> 2993 http://id.who.int/icd/entity/1442752937 #> 2994 http://id.who.int/icd/entity/81374726 #> 2995 #> 2996 #> 2997 #> 2998 #> 2999 http://id.who.int/icd/entity/896961873 #> 3000 http://id.who.int/icd/entity/1950330641 #> 3001 http://id.who.int/icd/entity/825410563 #> 3002 http://id.who.int/icd/entity/1417218455 #> 3003 http://id.who.int/icd/entity/550787432 #> 3004 http://id.who.int/icd/entity/808905140 #> 3005 #> 3006 #> 3007 http://id.who.int/icd/entity/1749914533 #> 3008 #> 3009 #> 3010 http://id.who.int/icd/entity/292840069 #> 3011 http://id.who.int/icd/entity/768216194 #> 3012 http://id.who.int/icd/entity/538301537 #> 3013 http://id.who.int/icd/entity/1409526590 #> 3014 http://id.who.int/icd/entity/1317547930 #> 3015 http://id.who.int/icd/entity/1424380846 #> 3016 http://id.who.int/icd/entity/1919411043 #> 3017 http://id.who.int/icd/entity/848364569 #> 3018 #> 3019 #> 3020 http://id.who.int/icd/entity/1009553897 #> 3021 http://id.who.int/icd/entity/246914305 #> 3022 #> 3023 #> 3024 http://id.who.int/icd/entity/237003158 #> 3025 http://id.who.int/icd/entity/1654321425 #> 3026 http://id.who.int/icd/entity/380861892 #> 3027 http://id.who.int/icd/entity/1646144829 #> 3028 http://id.who.int/icd/entity/364545435 #> 3029 http://id.who.int/icd/entity/1945677910 #> 3030 #> 3031 #> 3032 http://id.who.int/icd/entity/131153029 #> 3033 http://id.who.int/icd/entity/1842263206 #> 3034 http://id.who.int/icd/entity/125216923 #> 3035 http://id.who.int/icd/entity/172733763 #> 3036 #> 3037 #> 3038 http://id.who.int/icd/entity/293874628 #> 3039 #> 3040 #> 3041 http://id.who.int/icd/entity/1937534076 #> 3042 http://id.who.int/icd/entity/197924221 #> 3043 http://id.who.int/icd/entity/1854396649 #> 3044 #> 3045 http://id.who.int/icd/entity/1600625317 #> 3046 http://id.who.int/icd/entity/733056203 #> 3047 http://id.who.int/icd/entity/1920929898 #> 3048 http://id.who.int/icd/entity/114442391 #> 3049 #> 3050 #> 3051 http://id.who.int/icd/entity/1966920451 #> 3052 http://id.who.int/icd/entity/431184682 #> 3053 http://id.who.int/icd/entity/1109047962 #> 3054 #> 3055 #> 3056 http://id.who.int/icd/entity/1465641389 #> 3057 http://id.who.int/icd/entity/1801368748 #> 3058 http://id.who.int/icd/entity/1023132628 #> 3059 http://id.who.int/icd/entity/1213633323 #> 3060 http://id.who.int/icd/entity/751558883 #> 3061 http://id.who.int/icd/entity/563648258 #> 3062 http://id.who.int/icd/entity/2027425674 #> 3063 http://id.who.int/icd/entity/862567687 #> 3064 #> 3065 #> 3066 http://id.who.int/icd/entity/236288314 #> 3067 http://id.who.int/icd/entity/1162397377 #> 3068 http://id.who.int/icd/entity/537070421 #> 3069 #> 3070 #> 3071 #> 3072 http://id.who.int/icd/entity/840727139 #> 3073 http://id.who.int/icd/entity/1267163286 #> 3074 http://id.who.int/icd/entity/1012371341 #> 3075 http://id.who.int/icd/entity/1495024153 #> 3076 #> 3077 #> 3078 http://id.who.int/icd/entity/1465366519 #> 3079 http://id.who.int/icd/entity/548357900 #> 3080 http://id.who.int/icd/entity/1172605594 #> 3081 #> 3082 #> 3083 http://id.who.int/icd/entity/895465736 #> 3084 http://id.who.int/icd/entity/111763187 #> 3085 http://id.who.int/icd/entity/1912868366 #> 3086 http://id.who.int/icd/entity/32152986 #> 3087 #> 3088 #> 3089 #> 3090 http://id.who.int/icd/entity/1671987290 #> 3091 http://id.who.int/icd/entity/1517885800 #> 3092 http://id.who.int/icd/entity/1381875066 #> 3093 http://id.who.int/icd/entity/133673893 #> 3094 http://id.who.int/icd/entity/480150735 #> 3095 http://id.who.int/icd/entity/286779656 #> 3096 http://id.who.int/icd/entity/1153296343 #> 3097 http://id.who.int/icd/entity/435342452 #> 3098 http://id.who.int/icd/entity/1040403412 #> 3099 http://id.who.int/icd/entity/1544242475 #> 3100 http://id.who.int/icd/entity/960530623 #> 3101 http://id.who.int/icd/entity/1307433024 #> 3102 http://id.who.int/icd/entity/681973206 #> 3103 http://id.who.int/icd/entity/1252924203 #> 3104 #> 3105 #> 3106 http://id.who.int/icd/entity/514920223 #> 3107 http://id.who.int/icd/entity/708602629 #> 3108 #> 3109 #> 3110 http://id.who.int/icd/entity/2080031371 #> 3111 http://id.who.int/icd/entity/2047696084 #> 3112 http://id.who.int/icd/entity/1392131952 #> 3113 #> 3114 #> 3115 http://id.who.int/icd/entity/2072706284 #> 3116 http://id.who.int/icd/entity/515977598 #> 3117 http://id.who.int/icd/entity/2092499426 #> 3118 http://id.who.int/icd/entity/632832064 #> 3119 http://id.who.int/icd/entity/582233757 #> 3120 http://id.who.int/icd/entity/1753713002 #> 3121 #> 3122 http://id.who.int/icd/entity/2017611840 #> 3123 http://id.who.int/icd/entity/1360335041 #> 3124 http://id.who.int/icd/entity/428071867 #> 3125 #> 3126 #> 3127 #> 3128 #> 3129 http://id.who.int/icd/entity/1569514773 #> 3130 http://id.who.int/icd/entity/135549215 #> 3131 http://id.who.int/icd/entity/1108993080 #> 3132 #> 3133 #> 3134 http://id.who.int/icd/entity/952576129 #> 3135 http://id.who.int/icd/entity/439233336 #> 3136 http://id.who.int/icd/entity/1366882206 #> 3137 http://id.who.int/icd/entity/1726732000 #> 3138 http://id.who.int/icd/entity/865604527 #> 3139 http://id.who.int/icd/entity/1231437224 #> 3140 http://id.who.int/icd/entity/2064197173 #> 3141 http://id.who.int/icd/entity/362161517 #> 3142 http://id.who.int/icd/entity/393562786 #> 3143 http://id.who.int/icd/entity/1530032727 #> 3144 #> 3145 #> 3146 http://id.who.int/icd/entity/507702177 #> 3147 http://id.who.int/icd/entity/900299738 #> 3148 http://id.who.int/icd/entity/37133203 #> 3149 http://id.who.int/icd/entity/588725109 #> 3150 http://id.who.int/icd/entity/1893591289 #> 3151 http://id.who.int/icd/entity/1916700472 #> 3152 http://id.who.int/icd/entity/2006854546 #> 3153 http://id.who.int/icd/entity/74496006 #> 3154 http://id.who.int/icd/entity/316007944 #> 3155 http://id.who.int/icd/entity/1719187193 #> 3156 #> 3157 #> 3158 http://id.who.int/icd/entity/419506380 #> 3159 http://id.who.int/icd/entity/1457254664 #> 3160 http://id.who.int/icd/entity/865090706 #> 3161 http://id.who.int/icd/entity/1195207789 #> 3162 http://id.who.int/icd/entity/578200057 #> 3163 #> 3164 #> 3165 http://id.who.int/icd/entity/1839366214 #> 3166 http://id.who.int/icd/entity/1501947632 #> 3167 #> 3168 #> 3169 http://id.who.int/icd/entity/1492142148 #> 3170 http://id.who.int/icd/entity/1668932342 #> 3171 http://id.who.int/icd/entity/2085283166 #> 3172 http://id.who.int/icd/entity/1664144906 #> 3173 http://id.who.int/icd/entity/1561903219 #> 3174 http://id.who.int/icd/entity/1852023275 #> 3175 #> 3176 http://id.who.int/icd/entity/1347139472 #> 3177 http://id.who.int/icd/entity/149403041 #> 3178 http://id.who.int/icd/entity/1890900469 #> 3179 http://id.who.int/icd/entity/292901392 #> 3180 http://id.who.int/icd/entity/2062927079 #> 3181 http://id.who.int/icd/entity/787436589 #> 3182 #> 3183 #> 3184 http://id.who.int/icd/entity/1840019509 #> 3185 http://id.who.int/icd/entity/20003110 #> 3186 http://id.who.int/icd/entity/1465667896 #> 3187 http://id.who.int/icd/entity/840408238 #> 3188 http://id.who.int/icd/entity/602997191 #> 3189 http://id.who.int/icd/entity/1186647123 #> 3190 #> 3191 #> 3192 http://id.who.int/icd/entity/606081958 #> 3193 http://id.who.int/icd/entity/885246206 #> 3194 http://id.who.int/icd/entity/143185755 #> 3195 http://id.who.int/icd/entity/1091905566 #> 3196 http://id.who.int/icd/entity/2127981947 #> 3197 http://id.who.int/icd/entity/1157914829 #> 3198 http://id.who.int/icd/entity/1366519621 #> 3199 #> 3200 #> 3201 #> 3202 #> 3203 #> 3204 #> 3205 #> 3206 #> 3207 http://id.who.int/icd/entity/155258022 #> 3208 http://id.who.int/icd/entity/733825440 #> 3209 http://id.who.int/icd/entity/1324115669 #> 3210 http://id.who.int/icd/entity/444122923 #> 3211 http://id.who.int/icd/entity/2084504393 #> 3212 http://id.who.int/icd/entity/2132400826 #> 3213 http://id.who.int/icd/entity/1509230254 #> 3214 #> 3215 #> 3216 http://id.who.int/icd/entity/1842978338 #> 3217 http://id.who.int/icd/entity/1761652827 #> 3218 http://id.who.int/icd/entity/2029519782 #> 3219 http://id.who.int/icd/entity/1900229795 #> 3220 #> 3221 #> 3222 http://id.who.int/icd/entity/543162269 #> 3223 http://id.who.int/icd/entity/261052955 #> 3224 http://id.who.int/icd/entity/61773927 #> 3225 #> 3226 #> 3227 http://id.who.int/icd/entity/282654317 #> 3228 http://id.who.int/icd/entity/367868681 #> 3229 http://id.who.int/icd/entity/34853044 #> 3230 http://id.who.int/icd/entity/307181673 #> 3231 http://id.who.int/icd/entity/55076105 #> 3232 http://id.who.int/icd/entity/1491869639 #> 3233 http://id.who.int/icd/entity/1901733714 #> 3234 #> 3235 #> 3236 http://id.who.int/icd/entity/1707028291 #> 3237 http://id.who.int/icd/entity/1711515805 #> 3238 http://id.who.int/icd/entity/1889990301 #> 3239 http://id.who.int/icd/entity/439383288 #> 3240 http://id.who.int/icd/entity/327894003 #> 3241 http://id.who.int/icd/entity/1619102598 #> 3242 http://id.who.int/icd/entity/640937125 #> 3243 #> 3244 #> 3245 http://id.who.int/icd/entity/67872354 #> 3246 http://id.who.int/icd/entity/446569334 #> 3247 http://id.who.int/icd/entity/5456505 #> 3248 http://id.who.int/icd/entity/1623706568 #> 3249 #> 3250 #> 3251 http://id.who.int/icd/entity/1921636230 #> 3252 http://id.who.int/icd/entity/1879509617 #> 3253 http://id.who.int/icd/entity/1644149132 #> 3254 #> 3255 #> 3256 http://id.who.int/icd/entity/1488430462 #> 3257 http://id.who.int/icd/entity/1416203271 #> 3258 http://id.who.int/icd/entity/486093841 #> 3259 http://id.who.int/icd/entity/166229372 #> 3260 #> 3261 #> 3262 http://id.who.int/icd/entity/685690588 #> 3263 #> 3264 #> 3265 http://id.who.int/icd/entity/1321492691 #> 3266 http://id.who.int/icd/entity/2067324607 #> 3267 http://id.who.int/icd/entity/61192754 #> 3268 http://id.who.int/icd/entity/1800430868 #> 3269 http://id.who.int/icd/entity/692812009 #> 3270 #> 3271 #> 3272 http://id.who.int/icd/entity/1187107383 #> 3273 http://id.who.int/icd/entity/1462194012 #> 3274 http://id.who.int/icd/entity/2011000259 #> 3275 http://id.who.int/icd/entity/1173858031 #> 3276 http://id.who.int/icd/entity/1457817527 #> 3277 #> 3278 #> 3279 http://id.who.int/icd/entity/596254627 #> 3280 http://id.who.int/icd/entity/1925240365 #> 3281 #> 3282 #> 3283 #> 3284 #> 3285 http://id.who.int/icd/entity/182578312 #> 3286 http://id.who.int/icd/entity/342530871 #> 3287 http://id.who.int/icd/entity/890605309 #> 3288 http://id.who.int/icd/entity/1861994414 #> 3289 http://id.who.int/icd/entity/1454722246 #> 3290 http://id.who.int/icd/entity/418359090 #> 3291 #> 3292 #> 3293 http://id.who.int/icd/entity/110330300 #> 3294 http://id.who.int/icd/entity/210624950 #> 3295 http://id.who.int/icd/entity/1295299670 #> 3296 #> 3297 #> 3298 http://id.who.int/icd/entity/621440298 #> 3299 #> 3300 #> 3301 http://id.who.int/icd/entity/266291267 #> 3302 http://id.who.int/icd/entity/1099043166 #> 3303 http://id.who.int/icd/entity/1055568225 #> 3304 http://id.who.int/icd/entity/1391506239 #> 3305 http://id.who.int/icd/entity/1124597954 #> 3306 http://id.who.int/icd/entity/2047948460 #> 3307 #> 3308 #> 3309 http://id.who.int/icd/entity/658415697 #> 3310 http://id.who.int/icd/entity/1204111545 #> 3311 http://id.who.int/icd/entity/1159345506 #> 3312 http://id.who.int/icd/entity/194083556 #> 3313 http://id.who.int/icd/entity/1251664337 #> 3314 http://id.who.int/icd/entity/336470017 #> 3315 http://id.who.int/icd/entity/672871576 #> 3316 http://id.who.int/icd/entity/902255625 #> 3317 #> 3318 #> 3319 http://id.who.int/icd/entity/1340308055 #> 3320 http://id.who.int/icd/entity/1118834100 #> 3321 http://id.who.int/icd/entity/112110122 #> 3322 #> 3323 #> 3324 http://id.who.int/icd/entity/223450548 #> 3325 #> 3326 #> 3327 http://id.who.int/icd/entity/85138870 #> 3328 http://id.who.int/icd/entity/292641586 #> 3329 http://id.who.int/icd/entity/1883085871 #> 3330 http://id.who.int/icd/entity/684473574 #> 3331 #> 3332 #> 3333 http://id.who.int/icd/entity/575400186 #> 3334 http://id.who.int/icd/entity/1958565793 #> 3335 http://id.who.int/icd/entity/1565213608 #> 3336 http://id.who.int/icd/entity/1886495906 #> 3337 #> 3338 #> 3339 http://id.who.int/icd/entity/771608363 #> 3340 http://id.who.int/icd/entity/1432796178 #> 3341 #> 3342 #> 3343 http://id.who.int/icd/entity/656131403 #> 3344 http://id.who.int/icd/entity/1875237176 #> 3345 http://id.who.int/icd/entity/797306953 #> 3346 http://id.who.int/icd/entity/66996647 #> 3347 http://id.who.int/icd/entity/172326564 #> 3348 #> 3349 #> 3350 http://id.who.int/icd/entity/1568332253 #> 3351 http://id.who.int/icd/entity/979972142 #> 3352 http://id.who.int/icd/entity/714623911 #> 3353 http://id.who.int/icd/entity/1805681916 #> 3354 #> 3355 #> 3356 http://id.who.int/icd/entity/1596128696 #> 3357 http://id.who.int/icd/entity/1539226250 #> 3358 http://id.who.int/icd/entity/1056274204 #> 3359 http://id.who.int/icd/entity/2078241550 #> 3360 http://id.who.int/icd/entity/1288379621 #> 3361 #> 3362 #> 3363 http://id.who.int/icd/entity/1709765980 #> 3364 #> 3365 #> 3366 http://id.who.int/icd/entity/782299726 #> 3367 http://id.who.int/icd/entity/1919322367 #> 3368 http://id.who.int/icd/entity/1092479335 #> 3369 #> 3370 #> 3371 http://id.who.int/icd/entity/434825283 #> 3372 http://id.who.int/icd/entity/1297666279 #> 3373 http://id.who.int/icd/entity/291439191 #> 3374 http://id.who.int/icd/entity/1947520963 #> 3375 http://id.who.int/icd/entity/1691610999 #> 3376 http://id.who.int/icd/entity/1457142642 #> 3377 http://id.who.int/icd/entity/288945286 #> 3378 #> 3379 #> 3380 http://id.who.int/icd/entity/98434199 #> 3381 http://id.who.int/icd/entity/370983230 #> 3382 http://id.who.int/icd/entity/1074667008 #> 3383 http://id.who.int/icd/entity/1227474618 #> 3384 #> 3385 #> 3386 #> 3387 #> 3388 http://id.who.int/icd/entity/1062748595 #> 3389 http://id.who.int/icd/entity/1540943037 #> 3390 http://id.who.int/icd/entity/1382276026 #> 3391 http://id.who.int/icd/entity/1801446733 #> 3392 #> 3393 #> 3394 http://id.who.int/icd/entity/1811657969 #> 3395 http://id.who.int/icd/entity/1860570911 #> 3396 #> 3397 #> 3398 http://id.who.int/icd/entity/824872160 #> 3399 #> 3400 #> 3401 http://id.who.int/icd/entity/540207810 #> 3402 http://id.who.int/icd/entity/1631611896 #> 3403 http://id.who.int/icd/entity/1392767390 #> 3404 http://id.who.int/icd/entity/733715856 #> 3405 http://id.who.int/icd/entity/1237620397 #> 3406 #> 3407 #> 3408 http://id.who.int/icd/entity/1315315105 #> 3409 http://id.who.int/icd/entity/2108415931 #> 3410 http://id.who.int/icd/entity/2084206046 #> 3411 http://id.who.int/icd/entity/1817406536 #> 3412 http://id.who.int/icd/entity/2025219157 #> 3413 http://id.who.int/icd/entity/1361265641 #> 3414 http://id.who.int/icd/entity/1392260268 #> 3415 #> 3416 #> 3417 http://id.who.int/icd/entity/1088155670 #> 3418 http://id.who.int/icd/entity/1026224967 #> 3419 http://id.who.int/icd/entity/1300739653 #> 3420 http://id.who.int/icd/entity/2109252471 #> 3421 http://id.who.int/icd/entity/418606819 #> 3422 #> 3423 #> 3424 #> 3425 http://id.who.int/icd/entity/1858691234 #> 3426 http://id.who.int/icd/entity/1112006621 #> 3427 http://id.who.int/icd/entity/936546617 #> 3428 http://id.who.int/icd/entity/2081529009 #> 3429 http://id.who.int/icd/entity/1342341339 #> 3430 http://id.who.int/icd/entity/1270705227 #> 3431 http://id.who.int/icd/entity/2041886796 #> 3432 http://id.who.int/icd/entity/1010293846 #> 3433 #> 3434 #> 3435 #> 3436 #> 3437 http://id.who.int/icd/entity/1833416892 #> 3438 http://id.who.int/icd/entity/1926278296 #> 3439 http://id.who.int/icd/entity/468161208 #> 3440 #> 3441 #> 3442 http://id.who.int/icd/entity/396058882 #> 3443 http://id.who.int/icd/entity/783417456 #> 3444 #> 3445 #> 3446 http://id.who.int/icd/entity/1664496125 #> 3447 http://id.who.int/icd/entity/1813939482 #> 3448 http://id.who.int/icd/entity/300993597 #> 3449 #> 3450 #> 3451 http://id.who.int/icd/entity/108919913 #> 3452 http://id.who.int/icd/entity/1972596733 #> 3453 http://id.who.int/icd/entity/926285586 #> 3454 http://id.who.int/icd/entity/1499531377 #> 3455 #> 3456 http://id.who.int/icd/entity/282632809 #> 3457 http://id.who.int/icd/entity/84056128 #> 3458 http://id.who.int/icd/entity/1710037621 #> 3459 #> 3460 #> 3461 #> 3462 #> 3463 http://id.who.int/icd/entity/1561359275 #> 3464 http://id.who.int/icd/entity/256882243 #> 3465 http://id.who.int/icd/entity/578744597 #> 3466 http://id.who.int/icd/entity/592509093 #> 3467 #> 3468 #> 3469 http://id.who.int/icd/entity/1211006442 #> 3470 http://id.who.int/icd/entity/761639036 #> 3471 http://id.who.int/icd/entity/1506336899 #> 3472 http://id.who.int/icd/entity/265559153 #> 3473 http://id.who.int/icd/entity/456201314 #> 3474 http://id.who.int/icd/entity/1042391072 #> 3475 #> 3476 #> 3477 http://id.who.int/icd/entity/1015229719 #> 3478 http://id.who.int/icd/entity/1332592259 #> 3479 http://id.who.int/icd/entity/707162903 #> 3480 http://id.who.int/icd/entity/1586177000 #> 3481 http://id.who.int/icd/entity/1002499710 #> 3482 #> 3483 #> 3484 http://id.who.int/icd/entity/1191191920 #> 3485 http://id.who.int/icd/entity/2023062398 #> 3486 http://id.who.int/icd/entity/875976032 #> 3487 http://id.who.int/icd/entity/163750325 #> 3488 http://id.who.int/icd/entity/1772784878 #> 3489 #> 3490 http://id.who.int/icd/entity/1820945441 #> 3491 http://id.who.int/icd/entity/405028062 #> 3492 http://id.who.int/icd/entity/1599779547 #> 3493 #> 3494 #> 3495 http://id.who.int/icd/entity/526909365 #> 3496 http://id.who.int/icd/entity/1731667610 #> 3497 http://id.who.int/icd/entity/1934975006 #> 3498 #> 3499 #> 3500 #> 3501 #> 3502 http://id.who.int/icd/entity/1614179699 #> 3503 http://id.who.int/icd/entity/831518052 #> 3504 http://id.who.int/icd/entity/574814968 #> 3505 http://id.who.int/icd/entity/1276513691 #> 3506 http://id.who.int/icd/entity/1600152465 #> 3507 http://id.who.int/icd/entity/1396810221 #> 3508 http://id.who.int/icd/entity/2089878635 #> 3509 #> 3510 #> 3511 http://id.who.int/icd/entity/393047701 #> 3512 http://id.who.int/icd/entity/2078467774 #> 3513 http://id.who.int/icd/entity/1061366491 #> 3514 http://id.who.int/icd/entity/570181034 #> 3515 http://id.who.int/icd/entity/1152878652 #> 3516 http://id.who.int/icd/entity/807065795 #> 3517 http://id.who.int/icd/entity/1431377239 #> 3518 #> 3519 #> 3520 http://id.who.int/icd/entity/448754119 #> 3521 #> 3522 #> 3523 http://id.who.int/icd/entity/1913126571 #> 3524 #> 3525 #> 3526 http://id.who.int/icd/entity/1915134721 #> 3527 http://id.who.int/icd/entity/441607893 #> 3528 http://id.who.int/icd/entity/130952890 #> 3529 http://id.who.int/icd/entity/425692244 #> 3530 #> 3531 #> 3532 #> 3533 #> 3534 http://id.who.int/icd/entity/2132388673 #> 3535 http://id.who.int/icd/entity/196410302 #> 3536 http://id.who.int/icd/entity/1862219308 #> 3537 http://id.who.int/icd/entity/487695808 #> 3538 http://id.who.int/icd/entity/2019190826 #> 3539 http://id.who.int/icd/entity/217528533 #> 3540 http://id.who.int/icd/entity/334423054 #> 3541 http://id.who.int/icd/entity/1516623224 #> 3542 http://id.who.int/icd/entity/605267007 #> 3543 http://id.who.int/icd/entity/1207960454 #> 3544 http://id.who.int/icd/entity/759942676 #> 3545 http://id.who.int/icd/entity/1508286189 #> 3546 http://id.who.int/icd/entity/1017992057 #> 3547 http://id.who.int/icd/entity/1074941350 #> 3548 #> 3549 http://id.who.int/icd/entity/33269655 #> 3550 http://id.who.int/icd/entity/551966778 #> 3551 http://id.who.int/icd/entity/654956298 #> 3552 http://id.who.int/icd/entity/862918022 #> 3553 http://id.who.int/icd/entity/822134099 #> 3554 http://id.who.int/icd/entity/1169003948 #> 3555 http://id.who.int/icd/entity/854708918 #> 3556 http://id.who.int/icd/entity/1144287315 #> 3557 #> 3558 #> 3559 http://id.who.int/icd/entity/437815624 #> 3560 http://id.who.int/icd/entity/120443468 #> 3561 http://id.who.int/icd/entity/767360910 #> 3562 http://id.who.int/icd/entity/1283290231 #> 3563 http://id.who.int/icd/entity/1477082111 #> 3564 http://id.who.int/icd/entity/1686726595 #> 3565 #> 3566 #> 3567 http://id.who.int/icd/entity/2099676649 #> 3568 http://id.who.int/icd/entity/1008636089 #> 3569 http://id.who.int/icd/entity/1498766637 #> 3570 http://id.who.int/icd/entity/771231188 #> 3571 http://id.who.int/icd/entity/848893551 #> 3572 #> 3573 http://id.who.int/icd/entity/148247104 #> 3574 http://id.who.int/icd/entity/821852937 #> 3575 http://id.who.int/icd/entity/294762853 #> 3576 http://id.who.int/icd/entity/209556851 #> 3577 http://id.who.int/icd/entity/542202013 #> 3578 #> 3579 #> 3580 http://id.who.int/icd/entity/1111628448 #> 3581 http://id.who.int/icd/entity/399378708 #> 3582 http://id.who.int/icd/entity/140042400 #> 3583 #> 3584 #> 3585 #> 3586 http://id.who.int/icd/entity/405565289 #> 3587 http://id.who.int/icd/entity/1683919430 #> 3588 http://id.who.int/icd/entity/625636921 #> 3589 http://id.who.int/icd/entity/692993572 #> 3590 http://id.who.int/icd/entity/553710121 #> 3591 http://id.who.int/icd/entity/476035222 #> 3592 #> 3593 http://id.who.int/icd/entity/1150025154 #> 3594 http://id.who.int/icd/entity/777415827 #> 3595 http://id.who.int/icd/entity/132142084 #> 3596 http://id.who.int/icd/entity/812873082 #> 3597 #> 3598 http://id.who.int/icd/entity/317761311 #> 3599 http://id.who.int/icd/entity/1254806731 #> 3600 http://id.who.int/icd/entity/1589500739 #> 3601 http://id.who.int/icd/entity/290515784 #> 3602 #> 3603 #> 3604 #> 3605 http://id.who.int/icd/entity/106339515 #> 3606 http://id.who.int/icd/entity/967849782 #> 3607 http://id.who.int/icd/entity/1034374160 #> 3608 http://id.who.int/icd/entity/584318803 #> 3609 http://id.who.int/icd/entity/5254456 #> 3610 #> 3611 http://id.who.int/icd/entity/1730029381 #> 3612 http://id.who.int/icd/entity/963384259 #> 3613 http://id.who.int/icd/entity/468697510 #> 3614 http://id.who.int/icd/entity/746381528 #> 3615 #> 3616 http://id.who.int/icd/entity/725134404 #> 3617 http://id.who.int/icd/entity/2124501487 #> 3618 http://id.who.int/icd/entity/566538430 #> 3619 http://id.who.int/icd/entity/439300824 #> 3620 #> 3621 #> 3622 #> 3623 http://id.who.int/icd/entity/18178000 #> 3624 http://id.who.int/icd/entity/284410555 #> 3625 http://id.who.int/icd/entity/1471861706 #> 3626 http://id.who.int/icd/entity/1182509390 #> 3627 http://id.who.int/icd/entity/987681130 #> 3628 http://id.who.int/icd/entity/1429171137 #> 3629 #> 3630 http://id.who.int/icd/entity/679604439 #> 3631 http://id.who.int/icd/entity/448945092 #> 3632 http://id.who.int/icd/entity/873142442 #> 3633 http://id.who.int/icd/entity/710279230 #> 3634 #> 3635 #> 3636 #> 3637 http://id.who.int/icd/entity/1974996783 #> 3638 http://id.who.int/icd/entity/386634703 #> 3639 http://id.who.int/icd/entity/841168541 #> 3640 http://id.who.int/icd/entity/229201285 #> 3641 #> 3642 http://id.who.int/icd/entity/1358754380 #> 3643 http://id.who.int/icd/entity/521257551 #> 3644 http://id.who.int/icd/entity/1893759206 #> 3645 http://id.who.int/icd/entity/797284789 #> 3646 http://id.who.int/icd/entity/342760401 #> 3647 http://id.who.int/icd/entity/736393417 #> 3648 http://id.who.int/icd/entity/794423031 #> 3649 #> 3650 #> 3651 http://id.who.int/icd/entity/486722075 #> 3652 http://id.who.int/icd/entity/556568822 #> 3653 http://id.who.int/icd/entity/289492002 #> 3654 #> 3655 http://id.who.int/icd/entity/76398729 #> 3656 http://id.who.int/icd/entity/613065957 #> 3657 http://id.who.int/icd/entity/1456478153 #> 3658 http://id.who.int/icd/entity/374726152 #> 3659 http://id.who.int/icd/entity/1660456695 #> 3660 http://id.who.int/icd/entity/1931350942 #> 3661 http://id.who.int/icd/entity/129188707 #> 3662 http://id.who.int/icd/entity/306271588 #> 3663 http://id.who.int/icd/entity/818054919 #> 3664 http://id.who.int/icd/entity/1952305399 #> 3665 http://id.who.int/icd/entity/286661987 #> 3666 http://id.who.int/icd/entity/1061132490 #> 3667 http://id.who.int/icd/entity/1706773916 #> 3668 http://id.who.int/icd/entity/167688690 #> 3669 http://id.who.int/icd/entity/575545179 #> 3670 http://id.who.int/icd/entity/937141021 #> 3671 http://id.who.int/icd/entity/139575301 #> 3672 http://id.who.int/icd/entity/811854024 #> 3673 http://id.who.int/icd/entity/15761418 #> 3674 #> 3675 #> 3676 http://id.who.int/icd/entity/199053300 #> 3677 http://id.who.int/icd/entity/729639831 #> 3678 http://id.who.int/icd/entity/485378793 #> 3679 http://id.who.int/icd/entity/590587802 #> 3680 http://id.who.int/icd/entity/678752877 #> 3681 http://id.who.int/icd/entity/183967754 #> 3682 http://id.who.int/icd/entity/349321697 #> 3683 http://id.who.int/icd/entity/51767575 #> 3684 http://id.who.int/icd/entity/520107262 #> 3685 http://id.who.int/icd/entity/2003493658 #> 3686 http://id.who.int/icd/entity/2021041320 #> 3687 http://id.who.int/icd/entity/948425503 #> 3688 #> 3689 #> 3690 http://id.who.int/icd/entity/1427638883 #> 3691 #> 3692 #> 3693 http://id.who.int/icd/entity/1563440232 #> 3694 http://id.who.int/icd/entity/578635574 #> 3695 http://id.who.int/icd/entity/1922675618 #> 3696 http://id.who.int/icd/entity/399670840 #> 3697 http://id.who.int/icd/entity/651947494 #> 3698 http://id.who.int/icd/entity/1669279433 #> 3699 http://id.who.int/icd/entity/104129373 #> 3700 http://id.who.int/icd/entity/554273362 #> 3701 http://id.who.int/icd/entity/1841833296 #> 3702 http://id.who.int/icd/entity/1024740497 #> 3703 #> 3704 #> 3705 http://id.who.int/icd/entity/1194756772 #> 3706 http://id.who.int/icd/entity/1851882275 #> 3707 http://id.who.int/icd/entity/187348663 #> 3708 http://id.who.int/icd/entity/419823765 #> 3709 http://id.who.int/icd/entity/2139612744 #> 3710 http://id.who.int/icd/entity/449588190 #> 3711 http://id.who.int/icd/entity/1905765233 #> 3712 http://id.who.int/icd/entity/1110405006 #> 3713 http://id.who.int/icd/entity/1763883082 #> 3714 #> 3715 #> 3716 http://id.who.int/icd/entity/810797047 #> 3717 http://id.who.int/icd/entity/314468192 #> 3718 #> 3719 #> 3720 http://id.who.int/icd/entity/496273089 #> 3721 http://id.who.int/icd/entity/1119039346 #> 3722 http://id.who.int/icd/entity/1383708356 #> 3723 http://id.who.int/icd/entity/1906190365 #> 3724 http://id.who.int/icd/entity/802537726 #> 3725 http://id.who.int/icd/entity/822487798 #> 3726 http://id.who.int/icd/entity/567063364 #> 3727 #> 3728 #> 3729 http://id.who.int/icd/entity/1336943699 #> 3730 http://id.who.int/icd/entity/1712535455 #> 3731 http://id.who.int/icd/entity/56162827 #> 3732 http://id.who.int/icd/entity/530592394 #> 3733 http://id.who.int/icd/entity/239513569 #> 3734 http://id.who.int/icd/entity/2062286624 #> 3735 http://id.who.int/icd/entity/830200631 #> 3736 http://id.who.int/icd/entity/167946871 #> 3737 #> 3738 #> 3739 http://id.who.int/icd/entity/1321276661 #> 3740 http://id.who.int/icd/entity/1582741816 #> 3741 http://id.who.int/icd/entity/1015764596 #> 3742 http://id.who.int/icd/entity/1994177297 #> 3743 #> 3744 http://id.who.int/icd/entity/731724655 #> 3745 http://id.who.int/icd/entity/1674048969 #> 3746 http://id.who.int/icd/entity/959548182 #> 3747 #> 3748 http://id.who.int/icd/entity/1119008568 #> 3749 http://id.who.int/icd/entity/1880326300 #> 3750 http://id.who.int/icd/entity/2057185272 #> 3751 #> 3752 http://id.who.int/icd/entity/675329566 #> 3753 http://id.who.int/icd/entity/80299449 #> 3754 http://id.who.int/icd/entity/280906289 #> 3755 #> 3756 http://id.who.int/icd/entity/1991016628 #> 3757 http://id.who.int/icd/entity/1515067172 #> 3758 http://id.who.int/icd/entity/1355001928 #> 3759 #> 3760 http://id.who.int/icd/entity/1121465374 #> 3761 http://id.who.int/icd/entity/1253999657 #> 3762 http://id.who.int/icd/entity/726494117 #> 3763 #> 3764 #> 3765 #> 3766 #> 3767 http://id.who.int/icd/entity/991786158 #> 3768 http://id.who.int/icd/entity/2070699808 #> 3769 http://id.who.int/icd/entity/585833559 #> 3770 http://id.who.int/icd/entity/1183832314 #> 3771 http://id.who.int/icd/entity/264310751 #> 3772 http://id.who.int/icd/entity/1867081699 #> 3773 http://id.who.int/icd/entity/467941148 #> 3774 #> 3775 #> 3776 http://id.who.int/icd/entity/108180424 #> 3777 http://id.who.int/icd/entity/1069443471 #> 3778 http://id.who.int/icd/entity/197468567 #> 3779 http://id.who.int/icd/entity/604711335 #> 3780 http://id.who.int/icd/entity/1155836908 #> 3781 http://id.who.int/icd/entity/1608456538 #> 3782 http://id.who.int/icd/entity/1620688958 #> 3783 http://id.who.int/icd/entity/1504141213 #> 3784 http://id.who.int/icd/entity/1367613958 #> 3785 http://id.who.int/icd/entity/1604145596 #> 3786 http://id.who.int/icd/entity/536986325 #> 3787 http://id.who.int/icd/entity/1665998139 #> 3788 http://id.who.int/icd/entity/1733770101 #> 3789 http://id.who.int/icd/entity/59160874 #> 3790 http://id.who.int/icd/entity/1113307263 #> 3791 http://id.who.int/icd/entity/577260920 #> 3792 http://id.who.int/icd/entity/967232108 #> 3793 #> 3794 #> 3795 http://id.who.int/icd/entity/71229925 #> 3796 #> 3797 #> 3798 http://id.who.int/icd/entity/626975732 #> 3799 http://id.who.int/icd/entity/1075129954 #> 3800 http://id.who.int/icd/entity/312804864 #> 3801 #> 3802 http://id.who.int/icd/entity/1807490186 #> 3803 http://id.who.int/icd/entity/1374925579 #> 3804 http://id.who.int/icd/entity/1829103493 #> 3805 http://id.who.int/icd/entity/988400777 #> 3806 http://id.who.int/icd/entity/253124068 #> 3807 #> 3808 #> 3809 http://id.who.int/icd/entity/1412387537 #> 3810 http://id.who.int/icd/entity/263852475 #> 3811 http://id.who.int/icd/entity/306103450 #> 3812 http://id.who.int/icd/entity/555272190 #> 3813 http://id.who.int/icd/entity/544507568 #> 3814 #> 3815 http://id.who.int/icd/entity/647582417 #> 3816 http://id.who.int/icd/entity/631591362 #> 3817 http://id.who.int/icd/entity/1526825514 #> 3818 #> 3819 http://id.who.int/icd/entity/38433871 #> 3820 #> 3821 #> 3822 http://id.who.int/icd/entity/509381842 #> 3823 http://id.who.int/icd/entity/1673294767 #> 3824 http://id.who.int/icd/entity/1242188600 #> 3825 http://id.who.int/icd/entity/833390860 #> 3826 http://id.who.int/icd/entity/1205760590 #> 3827 #> 3828 #> 3829 http://id.who.int/icd/entity/1884115764 #> 3830 http://id.who.int/icd/entity/1157749237 #> 3831 http://id.who.int/icd/entity/1048673005 #> 3832 http://id.who.int/icd/entity/210284268 #> 3833 http://id.who.int/icd/entity/624858749 #> 3834 #> 3835 http://id.who.int/icd/entity/313374467 #> 3836 http://id.who.int/icd/entity/528060023 #> 3837 http://id.who.int/icd/entity/541725793 #> 3838 #> 3839 #> 3840 http://id.who.int/icd/entity/794195577 #> 3841 http://id.who.int/icd/entity/767044268 #> 3842 http://id.who.int/icd/entity/1472866636 #> 3843 http://id.who.int/icd/entity/1967782703 #> 3844 http://id.who.int/icd/entity/1121638993 #> 3845 #> 3846 http://id.who.int/icd/entity/256572629 #> 3847 #> 3848 #> 3849 http://id.who.int/icd/entity/1602669465 #> 3850 http://id.who.int/icd/entity/590211325 #> 3851 http://id.who.int/icd/entity/1676588433 #> 3852 http://id.who.int/icd/entity/766814084 #> 3853 http://id.who.int/icd/entity/714690795 #> 3854 http://id.who.int/icd/entity/397237014 #> 3855 http://id.who.int/icd/entity/1761440261 #> 3856 #> 3857 http://id.who.int/icd/entity/1580466198 #> 3858 http://id.who.int/icd/entity/582014993 #> 3859 http://id.who.int/icd/entity/490388233 #> 3860 http://id.who.int/icd/entity/1836362492 #> 3861 http://id.who.int/icd/entity/931320871 #> 3862 http://id.who.int/icd/entity/1447256030 #> 3863 #> 3864 http://id.who.int/icd/entity/1339202943 #> 3865 http://id.who.int/icd/entity/998231424 #> 3866 http://id.who.int/icd/entity/500976312 #> 3867 http://id.who.int/icd/entity/844301129 #> 3868 http://id.who.int/icd/entity/1217641719 #> 3869 http://id.who.int/icd/entity/232349777 #> 3870 #> 3871 http://id.who.int/icd/entity/1217486356 #> 3872 http://id.who.int/icd/entity/769299330 #> 3873 http://id.who.int/icd/entity/226414625 #> 3874 http://id.who.int/icd/entity/1767310182 #> 3875 http://id.who.int/icd/entity/111589839 #> 3876 #> 3877 http://id.who.int/icd/entity/1012312104 #> 3878 http://id.who.int/icd/entity/804785400 #> 3879 http://id.who.int/icd/entity/2068155409 #> 3880 #> 3881 #> 3882 http://id.who.int/icd/entity/1913137404 #> 3883 http://id.who.int/icd/entity/854520906 #> 3884 http://id.who.int/icd/entity/937834582 #> 3885 http://id.who.int/icd/entity/1305859927 #> 3886 http://id.who.int/icd/entity/487177880 #> 3887 #> 3888 http://id.who.int/icd/entity/1129015467 #> 3889 http://id.who.int/icd/entity/373645975 #> 3890 http://id.who.int/icd/entity/911861819 #> 3891 http://id.who.int/icd/entity/740218593 #> 3892 http://id.who.int/icd/entity/750347921 #> 3893 #> 3894 http://id.who.int/icd/entity/1387132352 #> 3895 http://id.who.int/icd/entity/637576511 #> 3896 http://id.who.int/icd/entity/1441674923 #> 3897 http://id.who.int/icd/entity/816184127 #> 3898 http://id.who.int/icd/entity/597251719 #> 3899 http://id.who.int/icd/entity/1141591590 #> 3900 http://id.who.int/icd/entity/1978307484 #> 3901 #> 3902 #> 3903 http://id.who.int/icd/entity/804833492 #> 3904 http://id.who.int/icd/entity/912934263 #> 3905 http://id.who.int/icd/entity/1055626783 #> 3906 http://id.who.int/icd/entity/329717941 #> 3907 http://id.who.int/icd/entity/1501431632 #> 3908 #> 3909 #> 3910 http://id.who.int/icd/entity/686500513 #> 3911 http://id.who.int/icd/entity/333795413 #> 3912 http://id.who.int/icd/entity/2648920 #> 3913 http://id.who.int/icd/entity/1253260365 #> 3914 http://id.who.int/icd/entity/819411618 #> 3915 #> 3916 #> 3917 http://id.who.int/icd/entity/508603587 #> 3918 http://id.who.int/icd/entity/397276103 #> 3919 http://id.who.int/icd/entity/138091123 #> 3920 http://id.who.int/icd/entity/1995589534 #> 3921 http://id.who.int/icd/entity/738827515 #> 3922 http://id.who.int/icd/entity/925940030 #> 3923 http://id.who.int/icd/entity/1396644446 #> 3924 #> 3925 #> 3926 http://id.who.int/icd/entity/111507461 #> 3927 http://id.who.int/icd/entity/398872858 #> 3928 http://id.who.int/icd/entity/912365674 #> 3929 http://id.who.int/icd/entity/676082180 #> 3930 http://id.who.int/icd/entity/224696144 #> 3931 #> 3932 http://id.who.int/icd/entity/1120716949 #> 3933 http://id.who.int/icd/entity/1229687244 #> 3934 http://id.who.int/icd/entity/1023217081 #> 3935 http://id.who.int/icd/entity/157120957 #> 3936 http://id.who.int/icd/entity/36859167 #> 3937 #> 3938 http://id.who.int/icd/entity/1395283456 #> 3939 http://id.who.int/icd/entity/663160065 #> 3940 http://id.who.int/icd/entity/1416205973 #> 3941 http://id.who.int/icd/entity/824335105 #> 3942 http://id.who.int/icd/entity/1014265857 #> 3943 http://id.who.int/icd/entity/119512795 #> 3944 http://id.who.int/icd/entity/963759045 #> 3945 #> 3946 #> 3947 http://id.who.int/icd/entity/390325614 #> 3948 http://id.who.int/icd/entity/475820054 #> 3949 http://id.who.int/icd/entity/723448021 #> 3950 http://id.who.int/icd/entity/601232140 #> 3951 http://id.who.int/icd/entity/1559048211 #> 3952 #> 3953 http://id.who.int/icd/entity/1605607466 #> 3954 http://id.who.int/icd/entity/1346050331 #> 3955 http://id.who.int/icd/entity/2141068069 #> 3956 http://id.who.int/icd/entity/627598840 #> 3957 http://id.who.int/icd/entity/1151987203 #> 3958 #> 3959 http://id.who.int/icd/entity/1314209089 #> 3960 http://id.who.int/icd/entity/989359552 #> 3961 http://id.who.int/icd/entity/405069624 #> 3962 http://id.who.int/icd/entity/1065937748 #> 3963 http://id.who.int/icd/entity/1298868599 #> 3964 http://id.who.int/icd/entity/1087947331 #> 3965 #> 3966 http://id.who.int/icd/entity/1226243628 #> 3967 http://id.who.int/icd/entity/744305598 #> 3968 http://id.who.int/icd/entity/1954860287 #> 3969 http://id.who.int/icd/entity/890653406 #> 3970 http://id.who.int/icd/entity/1506172532 #> 3971 #> 3972 #> 3973 http://id.who.int/icd/entity/1689089786 #> 3974 http://id.who.int/icd/entity/318767128 #> 3975 http://id.who.int/icd/entity/275218837 #> 3976 http://id.who.int/icd/entity/1179645529 #> 3977 http://id.who.int/icd/entity/378773400 #> 3978 #> 3979 http://id.who.int/icd/entity/1691013484 #> 3980 http://id.who.int/icd/entity/1870512253 #> 3981 http://id.who.int/icd/entity/1347425045 #> 3982 http://id.who.int/icd/entity/1424852267 #> 3983 http://id.who.int/icd/entity/909638838 #> 3984 #> 3985 http://id.who.int/icd/entity/1965837313 #> 3986 http://id.who.int/icd/entity/25238782 #> 3987 http://id.who.int/icd/entity/1919913834 #> 3988 http://id.who.int/icd/entity/388252416 #> 3989 http://id.who.int/icd/entity/1824621163 #> 3990 http://id.who.int/icd/entity/1460899805 #> 3991 http://id.who.int/icd/entity/1130659925 #> 3992 #> 3993 http://id.who.int/icd/entity/1081029366 #> 3994 http://id.who.int/icd/entity/480277067 #> 3995 http://id.who.int/icd/entity/1176625878 #> 3996 http://id.who.int/icd/entity/330885524 #> 3997 http://id.who.int/icd/entity/1995290731 #> 3998 #> 3999 #> 4000 http://id.who.int/icd/entity/1016273204 #> 4001 http://id.who.int/icd/entity/1772665991 #> 4002 http://id.who.int/icd/entity/211765524 #> 4003 http://id.who.int/icd/entity/385389976 #> 4004 http://id.who.int/icd/entity/1136092121 #> 4005 #> 4006 http://id.who.int/icd/entity/2016549355 #> 4007 http://id.who.int/icd/entity/651438062 #> 4008 http://id.who.int/icd/entity/113814852 #> 4009 http://id.who.int/icd/entity/671215150 #> 4010 http://id.who.int/icd/entity/912062138 #> 4011 #> 4012 http://id.who.int/icd/entity/1775535234 #> 4013 http://id.who.int/icd/entity/494523519 #> 4014 http://id.who.int/icd/entity/951103658 #> 4015 http://id.who.int/icd/entity/199002751 #> 4016 http://id.who.int/icd/entity/1500592979 #> 4017 http://id.who.int/icd/entity/1292252379 #> 4018 http://id.who.int/icd/entity/48956638 #> 4019 #> 4020 http://id.who.int/icd/entity/2096250471 #> 4021 http://id.who.int/icd/entity/724783925 #> 4022 http://id.who.int/icd/entity/1627021441 #> 4023 http://id.who.int/icd/entity/1830469239 #> 4024 http://id.who.int/icd/entity/143679922 #> 4025 #> 4026 #> 4027 http://id.who.int/icd/entity/1605818663 #> 4028 http://id.who.int/icd/entity/1563509056 #> 4029 http://id.who.int/icd/entity/2057206901 #> 4030 http://id.who.int/icd/entity/659900369 #> 4031 http://id.who.int/icd/entity/1929333008 #> 4032 #> 4033 #> 4034 http://id.who.int/icd/entity/2070676103 #> 4035 http://id.who.int/icd/entity/1771470438 #> 4036 http://id.who.int/icd/entity/1643918100 #> 4037 http://id.who.int/icd/entity/873755949 #> 4038 http://id.who.int/icd/entity/1359176422 #> 4039 #> 4040 #> 4041 http://id.who.int/icd/entity/1599283639 #> 4042 http://id.who.int/icd/entity/1587633989 #> 4043 http://id.who.int/icd/entity/1526280683 #> 4044 http://id.who.int/icd/entity/1005846640 #> 4045 http://id.who.int/icd/entity/1432030282 #> 4046 http://id.who.int/icd/entity/1955362756 #> 4047 http://id.who.int/icd/entity/89854667 #> 4048 #> 4049 http://id.who.int/icd/entity/1562167865 #> 4050 http://id.who.int/icd/entity/507076012 #> 4051 http://id.who.int/icd/entity/1423983191 #> 4052 http://id.who.int/icd/entity/511382862 #> 4053 http://id.who.int/icd/entity/1259373199 #> 4054 #> 4055 #> 4056 http://id.who.int/icd/entity/31898480 #> 4057 http://id.who.int/icd/entity/207246302 #> 4058 http://id.who.int/icd/entity/1252561403 #> 4059 http://id.who.int/icd/entity/1935765699 #> 4060 http://id.who.int/icd/entity/1290474459 #> 4061 #> 4062 http://id.who.int/icd/entity/1648213213 #> 4063 http://id.who.int/icd/entity/1569910443 #> 4064 http://id.who.int/icd/entity/1710844294 #> 4065 http://id.who.int/icd/entity/1115271910 #> 4066 #> 4067 #> 4068 http://id.who.int/icd/entity/1967909777 #> 4069 http://id.who.int/icd/entity/1995632461 #> 4070 http://id.who.int/icd/entity/219736364 #> 4071 http://id.who.int/icd/entity/275556525 #> 4072 http://id.who.int/icd/entity/1868008370 #> 4073 #> 4074 http://id.who.int/icd/entity/2041952725 #> 4075 http://id.who.int/icd/entity/847208228 #> 4076 http://id.who.int/icd/entity/585026718 #> 4077 http://id.who.int/icd/entity/644045474 #> 4078 http://id.who.int/icd/entity/655301620 #> 4079 #> 4080 http://id.who.int/icd/entity/1750279358 #> 4081 http://id.who.int/icd/entity/1863378901 #> 4082 http://id.who.int/icd/entity/173746753 #> 4083 http://id.who.int/icd/entity/1265787402 #> 4084 http://id.who.int/icd/entity/162562386 #> 4085 http://id.who.int/icd/entity/1245150953 #> 4086 #> 4087 #> 4088 http://id.who.int/icd/entity/268445189 #> 4089 http://id.who.int/icd/entity/1356720300 #> 4090 http://id.who.int/icd/entity/299901355 #> 4091 http://id.who.int/icd/entity/1979010552 #> 4092 http://id.who.int/icd/entity/1249849058 #> 4093 #> 4094 http://id.who.int/icd/entity/1699574100 #> 4095 http://id.who.int/icd/entity/719650647 #> 4096 http://id.who.int/icd/entity/88210793 #> 4097 http://id.who.int/icd/entity/986422897 #> 4098 http://id.who.int/icd/entity/980168193 #> 4099 #> 4100 http://id.who.int/icd/entity/1957424191 #> 4101 http://id.who.int/icd/entity/441538 #> 4102 #> 4103 #> 4104 http://id.who.int/icd/entity/1835610951 #> 4105 http://id.who.int/icd/entity/893652479 #> 4106 http://id.who.int/icd/entity/1600451095 #> 4107 http://id.who.int/icd/entity/1704485952 #> 4108 http://id.who.int/icd/entity/1879955576 #> 4109 #> 4110 http://id.who.int/icd/entity/734634730 #> 4111 http://id.who.int/icd/entity/539693275 #> 4112 http://id.who.int/icd/entity/861459960 #> 4113 http://id.who.int/icd/entity/1844888971 #> 4114 http://id.who.int/icd/entity/486397896 #> 4115 #> 4116 http://id.who.int/icd/entity/976174979 #> 4117 http://id.who.int/icd/entity/1317171068 #> 4118 http://id.who.int/icd/entity/1030552808 #> 4119 http://id.who.int/icd/entity/1478963582 #> 4120 http://id.who.int/icd/entity/1416233126 #> 4121 http://id.who.int/icd/entity/652700225 #> 4122 http://id.who.int/icd/entity/1918560936 #> 4123 #> 4124 #> 4125 http://id.who.int/icd/entity/1218193465 #> 4126 http://id.who.int/icd/entity/1334295394 #> 4127 http://id.who.int/icd/entity/1662953838 #> 4128 http://id.who.int/icd/entity/817666175 #> 4129 http://id.who.int/icd/entity/2136057978 #> 4130 #> 4131 http://id.who.int/icd/entity/473001402 #> 4132 http://id.who.int/icd/entity/599461536 #> 4133 http://id.who.int/icd/entity/203295904 #> 4134 http://id.who.int/icd/entity/213499118 #> 4135 http://id.who.int/icd/entity/1774027011 #> 4136 #> 4137 http://id.who.int/icd/entity/1574982062 #> 4138 http://id.who.int/icd/entity/1791864244 #> 4139 http://id.who.int/icd/entity/1828722493 #> 4140 http://id.who.int/icd/entity/1589999330 #> 4141 http://id.who.int/icd/entity/1157653052 #> 4142 http://id.who.int/icd/entity/268614690 #> 4143 http://id.who.int/icd/entity/325981339 #> 4144 #> 4145 #> 4146 http://id.who.int/icd/entity/470484338 #> 4147 http://id.who.int/icd/entity/706633269 #> 4148 http://id.who.int/icd/entity/1418561556 #> 4149 http://id.who.int/icd/entity/2059548662 #> 4150 http://id.who.int/icd/entity/100209899 #> 4151 #> 4152 http://id.who.int/icd/entity/1177354811 #> 4153 http://id.who.int/icd/entity/916072624 #> 4154 http://id.who.int/icd/entity/101610314 #> 4155 http://id.who.int/icd/entity/2036226651 #> 4156 http://id.who.int/icd/entity/380625140 #> 4157 #> 4158 http://id.who.int/icd/entity/1192105868 #> 4159 http://id.who.int/icd/entity/216587818 #> 4160 http://id.who.int/icd/entity/666288373 #> 4161 http://id.who.int/icd/entity/1379043297 #> 4162 http://id.who.int/icd/entity/1866047295 #> 4163 http://id.who.int/icd/entity/1552098464 #> 4164 #> 4165 #> 4166 http://id.who.int/icd/entity/136511187 #> 4167 http://id.who.int/icd/entity/1835736371 #> 4168 http://id.who.int/icd/entity/754209924 #> 4169 http://id.who.int/icd/entity/1215969203 #> 4170 http://id.who.int/icd/entity/311183726 #> 4171 #> 4172 http://id.who.int/icd/entity/1934475925 #> 4173 http://id.who.int/icd/entity/392011264 #> 4174 http://id.who.int/icd/entity/678448488 #> 4175 http://id.who.int/icd/entity/1486482667 #> 4176 http://id.who.int/icd/entity/929584708 #> 4177 #> 4178 http://id.who.int/icd/entity/327038878 #> 4179 http://id.who.int/icd/entity/2022008391 #> 4180 http://id.who.int/icd/entity/2084106361 #> 4181 http://id.who.int/icd/entity/221504052 #> 4182 http://id.who.int/icd/entity/949196336 #> 4183 http://id.who.int/icd/entity/707980387 #> 4184 #> 4185 http://id.who.int/icd/entity/563360873 #> 4186 http://id.who.int/icd/entity/1044767723 #> 4187 http://id.who.int/icd/entity/487787932 #> 4188 http://id.who.int/icd/entity/1906889712 #> 4189 http://id.who.int/icd/entity/509176135 #> 4190 http://id.who.int/icd/entity/69097373 #> 4191 http://id.who.int/icd/entity/657890038 #> 4192 #> 4193 #> 4194 http://id.who.int/icd/entity/601226803 #> 4195 http://id.who.int/icd/entity/1729466996 #> 4196 http://id.who.int/icd/entity/1719901309 #> 4197 http://id.who.int/icd/entity/1025518626 #> 4198 http://id.who.int/icd/entity/319592412 #> 4199 #> 4200 http://id.who.int/icd/entity/853273682 #> 4201 http://id.who.int/icd/entity/2109222603 #> 4202 http://id.who.int/icd/entity/487973986 #> 4203 http://id.who.int/icd/entity/2113562155 #> 4204 http://id.who.int/icd/entity/1622774364 #> 4205 #> 4206 http://id.who.int/icd/entity/1121505208 #> 4207 http://id.who.int/icd/entity/1583329300 #> 4208 http://id.who.int/icd/entity/1051734617 #> 4209 http://id.who.int/icd/entity/1856037350 #> 4210 http://id.who.int/icd/entity/293485161 #> 4211 http://id.who.int/icd/entity/1328927370 #> 4212 #> 4213 #> 4214 http://id.who.int/icd/entity/768380303 #> 4215 http://id.who.int/icd/entity/1183869990 #> 4216 http://id.who.int/icd/entity/538219245 #> 4217 http://id.who.int/icd/entity/1733810838 #> 4218 http://id.who.int/icd/entity/1198710764 #> 4219 http://id.who.int/icd/entity/2039807396 #> 4220 http://id.who.int/icd/entity/856664761 #> 4221 #> 4222 #> 4223 http://id.who.int/icd/entity/1414319298 #> 4224 http://id.who.int/icd/entity/272358857 #> 4225 http://id.who.int/icd/entity/341458101 #> 4226 http://id.who.int/icd/entity/74269862 #> 4227 http://id.who.int/icd/entity/1349477728 #> 4228 #> 4229 http://id.who.int/icd/entity/2143971168 #> 4230 http://id.who.int/icd/entity/2026388610 #> 4231 http://id.who.int/icd/entity/1490335276 #> 4232 http://id.who.int/icd/entity/1981674818 #> 4233 http://id.who.int/icd/entity/1749085654 #> 4234 #> 4235 http://id.who.int/icd/entity/1870346724 #> 4236 http://id.who.int/icd/entity/219731531 #> 4237 http://id.who.int/icd/entity/1826184626 #> 4238 http://id.who.int/icd/entity/2024690232 #> 4239 http://id.who.int/icd/entity/927162941 #> 4240 http://id.who.int/icd/entity/1488115862 #> 4241 #> 4242 http://id.who.int/icd/entity/131545543 #> 4243 http://id.who.int/icd/entity/1155529213 #> 4244 http://id.who.int/icd/entity/595694101 #> 4245 http://id.who.int/icd/entity/1010613155 #> 4246 http://id.who.int/icd/entity/62314683 #> 4247 http://id.who.int/icd/entity/118181509 #> 4248 http://id.who.int/icd/entity/396542224 #> 4249 #> 4250 #> 4251 http://id.who.int/icd/entity/247116319 #> 4252 http://id.who.int/icd/entity/1852395328 #> 4253 http://id.who.int/icd/entity/2055037621 #> 4254 http://id.who.int/icd/entity/992393585 #> 4255 http://id.who.int/icd/entity/1959496054 #> 4256 #> 4257 #> 4258 #> 4259 #> 4260 #> 4261 http://id.who.int/icd/entity/499894965 #> 4262 http://id.who.int/icd/entity/1041487064 #> 4263 http://id.who.int/icd/entity/960730313 #> 4264 http://id.who.int/icd/entity/1939508018 #> 4265 #> 4266 http://id.who.int/icd/entity/1448597234 #> 4267 http://id.who.int/icd/entity/338347362 #> 4268 http://id.who.int/icd/entity/718071594 #> 4269 #> 4270 #> 4271 #> 4272 http://id.who.int/icd/entity/826065555 #> 4273 http://id.who.int/icd/entity/1532500290 #> 4274 http://id.who.int/icd/entity/804604349 #> 4275 http://id.who.int/icd/entity/1630268048 #> 4276 http://id.who.int/icd/entity/295017661 #> 4277 #> 4278 #> 4279 http://id.who.int/icd/entity/310393530 #> 4280 http://id.who.int/icd/entity/1487528823 #> 4281 http://id.who.int/icd/entity/818792113 #> 4282 http://id.who.int/icd/entity/1545599508 #> 4283 http://id.who.int/icd/entity/317107055 #> 4284 #> 4285 http://id.who.int/icd/entity/736540987 #> 4286 http://id.who.int/icd/entity/762103927 #> 4287 http://id.who.int/icd/entity/855253443 #> 4288 #> 4289 #> 4290 http://id.who.int/icd/entity/719572464 #> 4291 http://id.who.int/icd/entity/192666265 #> 4292 http://id.who.int/icd/entity/683482905 #> 4293 http://id.who.int/icd/entity/1196205490 #> 4294 #> 4295 http://id.who.int/icd/entity/1021901799 #> 4296 http://id.who.int/icd/entity/395365489 #> 4297 http://id.who.int/icd/entity/2038678808 #> 4298 #> 4299 #> 4300 #> 4301 #> 4302 http://id.who.int/icd/entity/37291724 #> 4303 http://id.who.int/icd/entity/941859884 #> 4304 http://id.who.int/icd/entity/263226710 #> 4305 http://id.who.int/icd/entity/758339377 #> 4306 http://id.who.int/icd/entity/40156192 #> 4307 #> 4308 http://id.who.int/icd/entity/1128733473 #> 4309 http://id.who.int/icd/entity/953246526 #> 4310 http://id.who.int/icd/entity/919081088 #> 4311 http://id.who.int/icd/entity/1913158855 #> 4312 http://id.who.int/icd/entity/387934990 #> 4313 http://id.who.int/icd/entity/848330288 #> 4314 http://id.who.int/icd/entity/2006821354 #> 4315 http://id.who.int/icd/entity/2110604642 #> 4316 http://id.who.int/icd/entity/141881468 #> 4317 http://id.who.int/icd/entity/1832861162 #> 4318 http://id.who.int/icd/entity/517058174 #> 4319 http://id.who.int/icd/entity/1890228613 #> 4320 http://id.who.int/icd/entity/1580013387 #> 4321 http://id.who.int/icd/entity/1582257458 #> 4322 http://id.who.int/icd/entity/2055403635 #> 4323 #> 4324 http://id.who.int/icd/entity/430567349 #> 4325 http://id.who.int/icd/entity/790764418 #> 4326 http://id.who.int/icd/entity/775605963 #> 4327 #> 4328 http://id.who.int/icd/entity/213458094 #> 4329 http://id.who.int/icd/entity/897917531 #> 4330 http://id.who.int/icd/entity/1015017717 #> 4331 http://id.who.int/icd/entity/80203879 #> 4332 http://id.who.int/icd/entity/343480877 #> 4333 #> 4334 #> 4335 http://id.who.int/icd/entity/195531803 #> 4336 http://id.who.int/icd/entity/386330688 #> 4337 http://id.who.int/icd/entity/862469859 #> 4338 http://id.who.int/icd/entity/1246085612 #> 4339 http://id.who.int/icd/entity/988431240 #> 4340 http://id.who.int/icd/entity/503912444 #> 4341 http://id.who.int/icd/entity/973846324 #> 4342 http://id.who.int/icd/entity/2081070847 #> 4343 #> 4344 #> 4345 http://id.who.int/icd/entity/546689346 #> 4346 http://id.who.int/icd/entity/795022044 #> 4347 http://id.who.int/icd/entity/199015879 #> 4348 http://id.who.int/icd/entity/1855418451 #> 4349 http://id.who.int/icd/entity/1543494610 #> 4350 http://id.who.int/icd/entity/1072662343 #> 4351 #> 4352 http://id.who.int/icd/entity/1365258270 #> 4353 http://id.who.int/icd/entity/1777436789 #> 4354 http://id.who.int/icd/entity/831337417 #> 4355 http://id.who.int/icd/entity/1710319105 #> 4356 http://id.who.int/icd/entity/1619582852 #> 4357 http://id.who.int/icd/entity/1035710165 #> 4358 http://id.who.int/icd/entity/694002628 #> 4359 #> 4360 http://id.who.int/icd/entity/1468768235 #> 4361 http://id.who.int/icd/entity/1494928041 #> 4362 http://id.who.int/icd/entity/1397836700 #> 4363 http://id.who.int/icd/entity/710305644 #> 4364 http://id.who.int/icd/entity/1173624218 #> 4365 http://id.who.int/icd/entity/388810416 #> 4366 http://id.who.int/icd/entity/1206955889 #> 4367 http://id.who.int/icd/entity/1129134415 #> 4368 http://id.who.int/icd/entity/1922851083 #> 4369 http://id.who.int/icd/entity/868851323 #> 4370 http://id.who.int/icd/entity/194105820 #> 4371 #> 4372 http://id.who.int/icd/entity/148241182 #> 4373 http://id.who.int/icd/entity/688029844 #> 4374 http://id.who.int/icd/entity/1447134117 #> 4375 http://id.who.int/icd/entity/479763552 #> 4376 http://id.who.int/icd/entity/961921436 #> 4377 http://id.who.int/icd/entity/1659288831 #> 4378 http://id.who.int/icd/entity/1543544503 #> 4379 http://id.who.int/icd/entity/2043528053 #> 4380 #> 4381 #> 4382 #> 4383 #> 4384 #> 4385 #> 4386 http://id.who.int/icd/entity/882114523 #> 4387 http://id.who.int/icd/entity/1124422593 #> 4388 http://id.who.int/icd/entity/380591392 #> 4389 #> 4390 http://id.who.int/icd/entity/523677473 #> 4391 http://id.who.int/icd/entity/1553197895 #> 4392 http://id.who.int/icd/entity/700487590 #> 4393 http://id.who.int/icd/entity/967687778 #> 4394 http://id.who.int/icd/entity/130379446 #> 4395 http://id.who.int/icd/entity/2091262725 #> 4396 #> 4397 #> 4398 http://id.who.int/icd/entity/302122526 #> 4399 http://id.who.int/icd/entity/255980141 #> 4400 http://id.who.int/icd/entity/858129053 #> 4401 #> 4402 #> 4403 http://id.who.int/icd/entity/696956921 #> 4404 http://id.who.int/icd/entity/2018051983 #> 4405 http://id.who.int/icd/entity/566524918 #> 4406 http://id.who.int/icd/entity/200321643 #> 4407 http://id.who.int/icd/entity/1603403079 #> 4408 http://id.who.int/icd/entity/216291184 #> 4409 http://id.who.int/icd/entity/241382885 #> 4410 http://id.who.int/icd/entity/880462195 #> 4411 http://id.who.int/icd/entity/1899175158 #> 4412 http://id.who.int/icd/entity/1635245839 #> 4413 http://id.who.int/icd/entity/2131412196 #> 4414 http://id.who.int/icd/entity/1126473669 #> 4415 http://id.who.int/icd/entity/440469874 #> 4416 http://id.who.int/icd/entity/1638354338 #> 4417 http://id.who.int/icd/entity/235421675 #> 4418 http://id.who.int/icd/entity/1324394161 #> 4419 http://id.who.int/icd/entity/518306574 #> 4420 #> 4421 #> 4422 #> 4423 #> 4424 http://id.who.int/icd/entity/274880002 #> 4425 http://id.who.int/icd/entity/1038292737 #> 4426 http://id.who.int/icd/entity/323148092 #> 4427 http://id.who.int/icd/entity/1832877760 #> 4428 #> 4429 http://id.who.int/icd/entity/2024456840 #> 4430 http://id.who.int/icd/entity/1201727099 #> 4431 http://id.who.int/icd/entity/1851015159 #> 4432 http://id.who.int/icd/entity/1494673323 #> 4433 #> 4434 http://id.who.int/icd/entity/631826564 #> 4435 http://id.who.int/icd/entity/1180849398 #> 4436 http://id.who.int/icd/entity/2088456351 #> 4437 http://id.who.int/icd/entity/300740103 #> 4438 http://id.who.int/icd/entity/1930903815 #> 4439 http://id.who.int/icd/entity/1980306606 #> 4440 #> 4441 #> 4442 http://id.who.int/icd/entity/877557231 #> 4443 http://id.who.int/icd/entity/1193320862 #> 4444 http://id.who.int/icd/entity/941326977 #> 4445 http://id.who.int/icd/entity/139667543 #> 4446 http://id.who.int/icd/entity/894774581 #> 4447 http://id.who.int/icd/entity/612376701 #> 4448 http://id.who.int/icd/entity/453657445 #> 4449 http://id.who.int/icd/entity/582567115 #> 4450 http://id.who.int/icd/entity/2012656262 #> 4451 http://id.who.int/icd/entity/1553662423 #> 4452 #> 4453 #> 4454 http://id.who.int/icd/entity/1919233290 #> 4455 http://id.who.int/icd/entity/224267797 #> 4456 http://id.who.int/icd/entity/1514276050 #> 4457 http://id.who.int/icd/entity/1750742010 #> 4458 http://id.who.int/icd/entity/1928918452 #> 4459 http://id.who.int/icd/entity/1024837047 #> 4460 http://id.who.int/icd/entity/230938285 #> 4461 http://id.who.int/icd/entity/1890283061 #> 4462 http://id.who.int/icd/entity/843691445 #> 4463 #> 4464 #> 4465 #> 4466 #> 4467 http://id.who.int/icd/entity/1359329403 #> 4468 http://id.who.int/icd/entity/1996513332 #> 4469 http://id.who.int/icd/entity/138101549 #> 4470 http://id.who.int/icd/entity/934354997 #> 4471 http://id.who.int/icd/entity/312051047 #> 4472 http://id.who.int/icd/entity/756278911 #> 4473 http://id.who.int/icd/entity/1378403680 #> 4474 #> 4475 http://id.who.int/icd/entity/49589409 #> 4476 http://id.who.int/icd/entity/1254916765 #> 4477 http://id.who.int/icd/entity/1846518306 #> 4478 http://id.who.int/icd/entity/1009451323 #> 4479 http://id.who.int/icd/entity/60908067 #> 4480 http://id.who.int/icd/entity/1125130790 #> 4481 http://id.who.int/icd/entity/217911841 #> 4482 http://id.who.int/icd/entity/756998404 #> 4483 http://id.who.int/icd/entity/2113831613 #> 4484 http://id.who.int/icd/entity/158240175 #> 4485 #> 4486 #> 4487 http://id.who.int/icd/entity/151357345 #> 4488 http://id.who.int/icd/entity/883900763 #> 4489 http://id.who.int/icd/entity/1548382704 #> 4490 http://id.who.int/icd/entity/1743751621 #> 4491 http://id.who.int/icd/entity/335616593 #> 4492 http://id.who.int/icd/entity/261208732 #> 4493 #> 4494 #> 4495 http://id.who.int/icd/entity/1264934516 #> 4496 http://id.who.int/icd/entity/329728491 #> 4497 http://id.who.int/icd/entity/1822188276 #> 4498 http://id.who.int/icd/entity/1900730309 #> 4499 #> 4500 #> 4501 http://id.who.int/icd/entity/192130563 #> 4502 http://id.who.int/icd/entity/1393951214 #> 4503 http://id.who.int/icd/entity/1762655612 #> 4504 http://id.who.int/icd/entity/518394437 #> 4505 http://id.who.int/icd/entity/873001259 #> 4506 #> 4507 #> 4508 #> 4509 #> 4510 http://id.who.int/icd/entity/1296093776 #> 4511 http://id.who.int/icd/entity/384289569 #> 4512 http://id.who.int/icd/entity/2024168133 #> 4513 http://id.who.int/icd/entity/296066191 #> 4514 http://id.who.int/icd/entity/169504799 #> 4515 http://id.who.int/icd/entity/811427861 #> 4516 #> 4517 #> 4518 http://id.who.int/icd/entity/598493320 #> 4519 http://id.who.int/icd/entity/1493396558 #> 4520 #> 4521 #> 4522 http://id.who.int/icd/entity/502110033 #> 4523 http://id.who.int/icd/entity/1736055169 #> 4524 http://id.who.int/icd/entity/193784690 #> 4525 http://id.who.int/icd/entity/1973955757 #> 4526 http://id.who.int/icd/entity/1852145464 #> 4527 http://id.who.int/icd/entity/1651874787 #> 4528 http://id.who.int/icd/entity/1335724962 #> 4529 http://id.who.int/icd/entity/147328446 #> 4530 #> 4531 #> 4532 http://id.who.int/icd/entity/1690167305 #> 4533 #> 4534 #> 4535 http://id.who.int/icd/entity/981681252 #> 4536 http://id.who.int/icd/entity/829618737 #> 4537 http://id.who.int/icd/entity/527743894 #> 4538 http://id.who.int/icd/entity/2132180242 #> 4539 http://id.who.int/icd/entity/58404408 #> 4540 http://id.who.int/icd/entity/1198818955 #> 4541 http://id.who.int/icd/entity/180010771 #> 4542 http://id.who.int/icd/entity/863862503 #> 4543 http://id.who.int/icd/entity/34573343 #> 4544 http://id.who.int/icd/entity/777125622 #> 4545 #> 4546 #> 4547 http://id.who.int/icd/entity/1164080406 #> 4548 http://id.who.int/icd/entity/460051733 #> 4549 http://id.who.int/icd/entity/25395136 #> 4550 http://id.who.int/icd/entity/1689587356 #> 4551 #> 4552 #> 4553 #> 4554 #> 4555 http://id.who.int/icd/entity/2145753518 #> 4556 http://id.who.int/icd/entity/557338504 #> 4557 http://id.who.int/icd/entity/1127235959 #> 4558 #> 4559 #> 4560 http://id.who.int/icd/entity/209464984 #> 4561 http://id.who.int/icd/entity/678203506 #> 4562 http://id.who.int/icd/entity/378693810 #> 4563 http://id.who.int/icd/entity/803006786 #> 4564 #> 4565 #> 4566 http://id.who.int/icd/entity/2047715743 #> 4567 http://id.who.int/icd/entity/629477838 #> 4568 #> 4569 #> 4570 http://id.who.int/icd/entity/1705355202 #> 4571 http://id.who.int/icd/entity/923808550 #> 4572 http://id.who.int/icd/entity/442347652 #> 4573 http://id.who.int/icd/entity/980686666 #> 4574 http://id.who.int/icd/entity/361859443 #> 4575 http://id.who.int/icd/entity/2055588684 #> 4576 http://id.who.int/icd/entity/203890331 #> 4577 http://id.who.int/icd/entity/423095680 #> 4578 http://id.who.int/icd/entity/180800797 #> 4579 http://id.who.int/icd/entity/600993818 #> 4580 #> 4581 #> 4582 http://id.who.int/icd/entity/1257393361 #> 4583 http://id.who.int/icd/entity/47298761 #> 4584 #> 4585 #> 4586 http://id.who.int/icd/entity/71197968 #> 4587 http://id.who.int/icd/entity/1532145862 #> 4588 #> 4589 #> 4590 #> 4591 #> 4592 http://id.who.int/icd/entity/645263329 #> 4593 http://id.who.int/icd/entity/430441106 #> 4594 http://id.who.int/icd/entity/1036027657 #> 4595 http://id.who.int/icd/entity/154193612 #> 4596 http://id.who.int/icd/entity/1811820459 #> 4597 http://id.who.int/icd/entity/775627756 #> 4598 http://id.who.int/icd/entity/141798982 #> 4599 http://id.who.int/icd/entity/40194311 #> 4600 http://id.who.int/icd/entity/2017558361 #> 4601 #> 4602 #> 4603 http://id.who.int/icd/entity/288547754 #> 4604 #> 4605 #> 4606 http://id.who.int/icd/entity/1894671574 #> 4607 http://id.who.int/icd/entity/765464219 #> 4608 http://id.who.int/icd/entity/119340957 #> 4609 http://id.who.int/icd/entity/1649340159 #> 4610 http://id.who.int/icd/entity/169010223 #> 4611 http://id.who.int/icd/entity/1087192220 #> 4612 #> 4613 #> 4614 http://id.who.int/icd/entity/1575074953 #> 4615 http://id.who.int/icd/entity/1877502096 #> 4616 http://id.who.int/icd/entity/822078855 #> 4617 #> 4618 #> 4619 #> 4620 #> 4621 http://id.who.int/icd/entity/1231935480 #> 4622 http://id.who.int/icd/entity/179893645 #> 4623 http://id.who.int/icd/entity/1126823287 #> 4624 http://id.who.int/icd/entity/888456807 #> 4625 http://id.who.int/icd/entity/1862613145 #> 4626 http://id.who.int/icd/entity/1300687612 #> 4627 #> 4628 #> 4629 #> 4630 #> 4631 http://id.who.int/icd/entity/460883639 #> 4632 http://id.who.int/icd/entity/1508785243 #> 4633 http://id.who.int/icd/entity/936832132 #> 4634 http://id.who.int/icd/entity/1160998486 #> 4635 #> 4636 #> 4637 http://id.who.int/icd/entity/1975710133 #> 4638 http://id.who.int/icd/entity/334083632 #> 4639 #> 4640 #> 4641 http://id.who.int/icd/entity/1719545571 #> 4642 http://id.who.int/icd/entity/1611724421 #> 4643 http://id.who.int/icd/entity/1345814274 #> 4644 http://id.who.int/icd/entity/377572273 #> 4645 #> 4646 #> 4647 http://id.who.int/icd/entity/2091156678 #> 4648 http://id.who.int/icd/entity/2099230583 #> 4649 #> 4650 #> 4651 http://id.who.int/icd/entity/724748131 #> 4652 http://id.who.int/icd/entity/1298865187 #> 4653 http://id.who.int/icd/entity/799053936 #> 4654 http://id.who.int/icd/entity/1020720762 #> 4655 http://id.who.int/icd/entity/1045965709 #> 4656 #> 4657 #> 4658 http://id.who.int/icd/entity/1690813510 #> 4659 http://id.who.int/icd/entity/1328350091 #> 4660 http://id.who.int/icd/entity/605048789 #> 4661 #> 4662 #> 4663 http://id.who.int/icd/entity/1390433308 #> 4664 http://id.who.int/icd/entity/1226230164 #> 4665 #> 4666 #> 4667 http://id.who.int/icd/entity/744293382 #> 4668 http://id.who.int/icd/entity/73324466 #> 4669 http://id.who.int/icd/entity/869136080 #> 4670 http://id.who.int/icd/entity/1921504316 #> 4671 http://id.who.int/icd/entity/1829846416 #> 4672 http://id.who.int/icd/entity/1119109040 #> 4673 http://id.who.int/icd/entity/678566494 #> 4674 #> 4675 #> 4676 http://id.who.int/icd/entity/468040251 #> 4677 http://id.who.int/icd/entity/1313582105 #> 4678 http://id.who.int/icd/entity/1085655586 #> 4679 http://id.who.int/icd/entity/2023359698 #> 4680 http://id.who.int/icd/entity/1407140179 #> 4681 http://id.who.int/icd/entity/796317173 #> 4682 #> 4683 http://id.who.int/icd/entity/1494277413 #> 4684 http://id.who.int/icd/entity/565740065 #> 4685 http://id.who.int/icd/entity/1043229589 #> 4686 http://id.who.int/icd/entity/1098683540 #> 4687 http://id.who.int/icd/entity/902939755 #> 4688 #> 4689 #> 4690 http://id.who.int/icd/entity/607889687 #> 4691 http://id.who.int/icd/entity/988300061 #> 4692 http://id.who.int/icd/entity/1593319304 #> 4693 http://id.who.int/icd/entity/937824238 #> 4694 #> 4695 #> 4696 http://id.who.int/icd/entity/509209399 #> 4697 http://id.who.int/icd/entity/785232077 #> 4698 http://id.who.int/icd/entity/558060012 #> 4699 #> 4700 #> 4701 http://id.who.int/icd/entity/1779279118 #> 4702 http://id.who.int/icd/entity/635475211 #> 4703 http://id.who.int/icd/entity/559743797 #> 4704 http://id.who.int/icd/entity/1347817850 #> 4705 http://id.who.int/icd/entity/1710646654 #> 4706 http://id.who.int/icd/entity/889409107 #> 4707 http://id.who.int/icd/entity/1525871868 #> 4708 #> 4709 #> 4710 #> 4711 http://id.who.int/icd/entity/1441661203 #> 4712 #> 4713 #> 4714 http://id.who.int/icd/entity/1397288146 #> 4715 http://id.who.int/icd/entity/2073711696 #> 4716 http://id.who.int/icd/entity/1026250133 #> 4717 http://id.who.int/icd/entity/179860715 #> 4718 http://id.who.int/icd/entity/480321034 #> 4719 #> 4720 #> 4721 http://id.who.int/icd/entity/194732378 #> 4722 http://id.who.int/icd/entity/836532562 #> 4723 http://id.who.int/icd/entity/1315841508 #> 4724 http://id.who.int/icd/entity/256917143 #> 4725 http://id.who.int/icd/entity/1007173668 #> 4726 http://id.who.int/icd/entity/512463425 #> 4727 http://id.who.int/icd/entity/1279568297 #> 4728 http://id.who.int/icd/entity/2077722839 #> 4729 http://id.who.int/icd/entity/1498700468 #> 4730 http://id.who.int/icd/entity/1617454151 #> 4731 http://id.who.int/icd/entity/1742216565 #> 4732 #> 4733 #> 4734 http://id.who.int/icd/entity/517052870 #> 4735 http://id.who.int/icd/entity/1136270486 #> 4736 http://id.who.int/icd/entity/1632334328 #> 4737 #> 4738 #> 4739 http://id.who.int/icd/entity/1310497511 #> 4740 http://id.who.int/icd/entity/1944845279 #> 4741 http://id.who.int/icd/entity/1255654700 #> 4742 http://id.who.int/icd/entity/1727727812 #> 4743 #> 4744 #> 4745 http://id.who.int/icd/entity/1612372804 #> 4746 http://id.who.int/icd/entity/1046279423 #> 4747 http://id.who.int/icd/entity/726403046 #> 4748 http://id.who.int/icd/entity/951920505 #> 4749 http://id.who.int/icd/entity/274380122 #> 4750 #> 4751 #> 4752 http://id.who.int/icd/entity/199580108 #> 4753 http://id.who.int/icd/entity/1014397110 #> 4754 http://id.who.int/icd/entity/519416529 #> 4755 http://id.who.int/icd/entity/1036649329 #> 4756 #> 4757 #> 4758 http://id.who.int/icd/entity/91180764 #> 4759 http://id.who.int/icd/entity/276807111 #> 4760 http://id.who.int/icd/entity/173613583 #> 4761 #> 4762 #> 4763 #> 4764 #> 4765 http://id.who.int/icd/entity/1786562875 #> 4766 http://id.who.int/icd/entity/1023597213 #> 4767 http://id.who.int/icd/entity/651135242 #> 4768 http://id.who.int/icd/entity/348544271 #> 4769 #> 4770 #> 4771 http://id.who.int/icd/entity/1376414432 #> 4772 http://id.who.int/icd/entity/1766832202 #> 4773 http://id.who.int/icd/entity/1219013782 #> 4774 http://id.who.int/icd/entity/501701339 #> 4775 #> 4776 #> 4777 #> 4778 #> 4779 http://id.who.int/icd/entity/2006527791 #> 4780 http://id.who.int/icd/entity/429021871 #> 4781 http://id.who.int/icd/entity/906174792 #> 4782 http://id.who.int/icd/entity/338178896 #> 4783 http://id.who.int/icd/entity/36262213 #> 4784 http://id.who.int/icd/entity/854964357 #> 4785 #> 4786 #> 4787 #> 4788 #> 4789 http://id.who.int/icd/entity/1988362682 #> 4790 http://id.who.int/icd/entity/539646260 #> 4791 http://id.who.int/icd/entity/1880404123 #> 4792 http://id.who.int/icd/entity/1878784470 #> 4793 http://id.who.int/icd/entity/1865892780 #> 4794 http://id.who.int/icd/entity/804063651 #> 4795 http://id.who.int/icd/entity/1091709256 #> 4796 http://id.who.int/icd/entity/1295248180 #> 4797 http://id.who.int/icd/entity/515072580 #> 4798 http://id.who.int/icd/entity/311599160 #> 4799 #> 4800 #> 4801 #> 4802 #> 4803 http://id.who.int/icd/entity/28995849 #> 4804 http://id.who.int/icd/entity/669367341 #> 4805 http://id.who.int/icd/entity/2048783472 #> 4806 http://id.who.int/icd/entity/525744634 #> 4807 http://id.who.int/icd/entity/1957063016 #> 4808 #> 4809 #> 4810 http://id.who.int/icd/entity/1336990680 #> 4811 http://id.who.int/icd/entity/1956278970 #> 4812 http://id.who.int/icd/entity/1811638533 #> 4813 #> 4814 http://id.who.int/icd/entity/1434288855 #> 4815 #> 4816 #> 4817 http://id.who.int/icd/entity/1410019257 #> 4818 http://id.who.int/icd/entity/1097106734 #> 4819 http://id.who.int/icd/entity/257205019 #> 4820 http://id.who.int/icd/entity/107534985 #> 4821 #> 4822 #> 4823 http://id.who.int/icd/entity/607078588 #> 4824 http://id.who.int/icd/entity/1350703173 #> 4825 http://id.who.int/icd/entity/296971178 #> 4826 http://id.who.int/icd/entity/929988804 #> 4827 http://id.who.int/icd/entity/588039752 #> 4828 #> 4829 #> 4830 http://id.who.int/icd/entity/1099694795 #> 4831 #> 4832 #> 4833 http://id.who.int/icd/entity/843843448 #> 4834 http://id.who.int/icd/entity/1990827977 #> 4835 http://id.who.int/icd/entity/873092535 #> 4836 http://id.who.int/icd/entity/1401663614 #> 4837 http://id.who.int/icd/entity/918584808 #> 4838 http://id.who.int/icd/entity/656859267 #> 4839 http://id.who.int/icd/entity/1422422807 #> 4840 http://id.who.int/icd/entity/830717571 #> 4841 http://id.who.int/icd/entity/1160703612 #> 4842 #> 4843 http://id.who.int/icd/entity/1363253283 #> 4844 http://id.who.int/icd/entity/958976948 #> 4845 http://id.who.int/icd/entity/247198410 #> 4846 http://id.who.int/icd/entity/133091217 #> 4847 http://id.who.int/icd/entity/1376522306 #> 4848 http://id.who.int/icd/entity/927456728 #> 4849 #> 4850 http://id.who.int/icd/entity/1427441570 #> 4851 http://id.who.int/icd/entity/826335789 #> 4852 http://id.who.int/icd/entity/691084626 #> 4853 #> 4854 #> 4855 http://id.who.int/icd/entity/636274910 #> 4856 http://id.who.int/icd/entity/1070137396 #> 4857 http://id.who.int/icd/entity/1371457 #> 4858 http://id.who.int/icd/entity/158815303 #> 4859 http://id.who.int/icd/entity/369985440 #> 4860 http://id.who.int/icd/entity/881743301 #> 4861 http://id.who.int/icd/entity/564045534 #> 4862 #> 4863 #> 4864 http://id.who.int/icd/entity/1595033000 #> 4865 http://id.who.int/icd/entity/1444066580 #> 4866 http://id.who.int/icd/entity/136879689 #> 4867 http://id.who.int/icd/entity/975260240 #> 4868 http://id.who.int/icd/entity/100443965 #> 4869 http://id.who.int/icd/entity/906188361 #> 4870 http://id.who.int/icd/entity/1860038542 #> 4871 http://id.who.int/icd/entity/1614716959 #> 4872 http://id.who.int/icd/entity/1035303911 #> 4873 http://id.who.int/icd/entity/608901546 #> 4874 #> 4875 #> 4876 #> 4877 http://id.who.int/icd/entity/1442995018 #> 4878 http://id.who.int/icd/entity/1935481507 #> 4879 http://id.who.int/icd/entity/1261473506 #> 4880 http://id.who.int/icd/entity/1773362311 #> 4881 #> 4882 #> 4883 http://id.who.int/icd/entity/581897143 #> 4884 http://id.who.int/icd/entity/1946814909 #> 4885 http://id.who.int/icd/entity/1655658429 #> 4886 http://id.who.int/icd/entity/1975306533 #> 4887 http://id.who.int/icd/entity/1502610635 #> 4888 http://id.who.int/icd/entity/445125730 #> 4889 http://id.who.int/icd/entity/153256729 #> 4890 http://id.who.int/icd/entity/916773262 #> 4891 http://id.who.int/icd/entity/679592039 #> 4892 http://id.who.int/icd/entity/20445424 #> 4893 #> 4894 #> 4895 http://id.who.int/icd/entity/289522729 #> 4896 http://id.who.int/icd/entity/59881644 #> 4897 http://id.who.int/icd/entity/132422185 #> 4898 http://id.who.int/icd/entity/338103275 #> 4899 #> 4900 #> 4901 http://id.who.int/icd/entity/1934215896 #> 4902 http://id.who.int/icd/entity/2064897712 #> 4903 http://id.who.int/icd/entity/2123391417 #> 4904 http://id.who.int/icd/entity/1746892088 #> 4905 http://id.who.int/icd/entity/133909731 #> 4906 http://id.who.int/icd/entity/1621899838 #> 4907 http://id.who.int/icd/entity/984450655 #> 4908 #> 4909 #> 4910 #> 4911 http://id.who.int/icd/entity/1606819573 #> 4912 http://id.who.int/icd/entity/805990521 #> 4913 http://id.who.int/icd/entity/1199499236 #> 4914 #> 4915 #> 4916 http://id.who.int/icd/entity/982373217 #> 4917 http://id.who.int/icd/entity/1390101119 #> 4918 http://id.who.int/icd/entity/1128128276 #> 4919 http://id.who.int/icd/entity/645272194 #> 4920 http://id.who.int/icd/entity/932220907 #> 4921 http://id.who.int/icd/entity/557175275 #> 4922 #> 4923 #> 4924 http://id.who.int/icd/entity/1173205716 #> 4925 http://id.who.int/icd/entity/683064686 #> 4926 http://id.who.int/icd/entity/1532505850 #> 4927 http://id.who.int/icd/entity/1545334161 #> 4928 http://id.who.int/icd/entity/961552389 #> 4929 http://id.who.int/icd/entity/1308455164 #> 4930 http://id.who.int/icd/entity/1220685756 #> 4931 http://id.who.int/icd/entity/1041490800 #> 4932 http://id.who.int/icd/entity/1254011793 #> 4933 #> 4934 #> 4935 #> 4936 #> 4937 #> 4938 http://id.who.int/icd/entity/2021326314 #> 4939 http://id.who.int/icd/entity/1490265028 #> 4940 http://id.who.int/icd/entity/1993728609 #> 4941 http://id.who.int/icd/entity/740682437 #> 4942 http://id.who.int/icd/entity/889563712 #> 4943 http://id.who.int/icd/entity/441598289 #> 4944 http://id.who.int/icd/entity/27202246 #> 4945 http://id.who.int/icd/entity/906769340 #> 4946 #> 4947 #> 4948 http://id.who.int/icd/entity/344973791 #> 4949 http://id.who.int/icd/entity/810807375 #> 4950 http://id.who.int/icd/entity/1547801209 #> 4951 http://id.who.int/icd/entity/1789135912 #> 4952 http://id.who.int/icd/entity/1613343556 #> 4953 #> 4954 #> 4955 #> 4956 #> 4957 #> 4958 #> 4959 http://id.who.int/icd/entity/1861279867 #> 4960 http://id.who.int/icd/entity/661720689 #> 4961 http://id.who.int/icd/entity/1982355687 #> 4962 http://id.who.int/icd/entity/1143049440 #> 4963 http://id.who.int/icd/entity/2080137619 #> 4964 http://id.who.int/icd/entity/1282359533 #> 4965 http://id.who.int/icd/entity/1686688462 #> 4966 http://id.who.int/icd/entity/620164044 #> 4967 http://id.who.int/icd/entity/2090347823 #> 4968 http://id.who.int/icd/entity/1764644031 #> 4969 #> 4970 #> 4971 http://id.who.int/icd/entity/71074342 #> 4972 http://id.who.int/icd/entity/915903258 #> 4973 http://id.who.int/icd/entity/867148636 #> 4974 http://id.who.int/icd/entity/677572815 #> 4975 http://id.who.int/icd/entity/443229384 #> 4976 http://id.who.int/icd/entity/870128735 #> 4977 #> 4978 #> 4979 http://id.who.int/icd/entity/2018885243 #> 4980 #> 4981 #> 4982 http://id.who.int/icd/entity/1730644960 #> 4983 http://id.who.int/icd/entity/359348642 #> 4984 http://id.who.int/icd/entity/1996431326 #> 4985 http://id.who.int/icd/entity/1697880826 #> 4986 http://id.who.int/icd/entity/1231916211 #> 4987 #> 4988 #> 4989 http://id.who.int/icd/entity/76391627 #> 4990 http://id.who.int/icd/entity/1803581281 #> 4991 #> 4992 http://id.who.int/icd/entity/377921406 #> 4993 http://id.who.int/icd/entity/38948641 #> 4994 http://id.who.int/icd/entity/85036106 #> 4995 http://id.who.int/icd/entity/1729725109 #> 4996 http://id.who.int/icd/entity/330617420 #> 4997 http://id.who.int/icd/entity/1640393055 #> 4998 http://id.who.int/icd/entity/2004402146 #> 4999 http://id.who.int/icd/entity/1882946699 #> 5000 http://id.who.int/icd/entity/353312397 #> 5001 http://id.who.int/icd/entity/1637248481 #> 5002 #> 5003 #> 5004 #> 5005 #> 5006 http://id.who.int/icd/entity/63858592 #> 5007 http://id.who.int/icd/entity/1987479592 #> 5008 http://id.who.int/icd/entity/1367254559 #> 5009 http://id.who.int/icd/entity/302246011 #> 5010 http://id.who.int/icd/entity/674530731 #> 5011 #> 5012 #> 5013 http://id.who.int/icd/entity/875916171 #> 5014 http://id.who.int/icd/entity/329611650 #> 5015 http://id.who.int/icd/entity/755638638 #> 5016 http://id.who.int/icd/entity/1224666577 #> 5017 http://id.who.int/icd/entity/1271869287 #> 5018 #> 5019 #> 5020 http://id.who.int/icd/entity/1802542189 #> 5021 http://id.who.int/icd/entity/453835806 #> 5022 http://id.who.int/icd/entity/525636274 #> 5023 http://id.who.int/icd/entity/1048832316 #> 5024 http://id.who.int/icd/entity/1536491255 #> 5025 http://id.who.int/icd/entity/290316556 #> 5026 http://id.who.int/icd/entity/880852176 #> 5027 http://id.who.int/icd/entity/1421743413 #> 5028 http://id.who.int/icd/entity/1784166269 #> 5029 http://id.who.int/icd/entity/1335192255 #> 5030 #> 5031 #> 5032 http://id.who.int/icd/entity/1577503643 #> 5033 http://id.who.int/icd/entity/1770509481 #> 5034 #> 5035 #> 5036 http://id.who.int/icd/entity/58868923 #> 5037 http://id.who.int/icd/entity/788742861 #> 5038 http://id.who.int/icd/entity/1719029386 #> 5039 http://id.who.int/icd/entity/1196874419 #> 5040 http://id.who.int/icd/entity/886881148 #> 5041 http://id.who.int/icd/entity/1692167541 #> 5042 http://id.who.int/icd/entity/224318510 #> 5043 #> 5044 #> 5045 http://id.who.int/icd/entity/1584778394 #> 5046 http://id.who.int/icd/entity/1837670870 #> 5047 http://id.who.int/icd/entity/1691058302 #> 5048 http://id.who.int/icd/entity/1063419800 #> 5049 http://id.who.int/icd/entity/1567256935 #> 5050 http://id.who.int/icd/entity/941735155 #> 5051 #> 5052 #> 5053 #> 5054 #> 5055 http://id.who.int/icd/entity/1866592137 #> 5056 http://id.who.int/icd/entity/304675531 #> 5057 http://id.who.int/icd/entity/1275186848 #> 5058 http://id.who.int/icd/entity/1575441355 #> 5059 http://id.who.int/icd/entity/950836831 #> 5060 #> 5061 #> 5062 http://id.who.int/icd/entity/2002990943 #> 5063 http://id.who.int/icd/entity/1358497313 #> 5064 http://id.who.int/icd/entity/1379565645 #> 5065 #> 5066 #> 5067 http://id.who.int/icd/entity/900910005 #> 5068 http://id.who.int/icd/entity/1092590410 #> 5069 http://id.who.int/icd/entity/609507040 #> 5070 http://id.who.int/icd/entity/1471857996 #> 5071 http://id.who.int/icd/entity/854657246 #> 5072 http://id.who.int/icd/entity/1180456993 #> 5073 #> 5074 #> 5075 http://id.who.int/icd/entity/168436253 #> 5076 http://id.who.int/icd/entity/511563165 #> 5077 http://id.who.int/icd/entity/1838368265 #> 5078 http://id.who.int/icd/entity/1793371217 #> 5079 http://id.who.int/icd/entity/1107508852 #> 5080 http://id.who.int/icd/entity/1879763573 #> 5081 http://id.who.int/icd/entity/1568116015 #> 5082 #> 5083 #> 5084 #> 5085 http://id.who.int/icd/entity/1820169460 #> 5086 http://id.who.int/icd/entity/1538134578 #> 5087 http://id.who.int/icd/entity/1207560843 #> 5088 http://id.who.int/icd/entity/403896648 #> 5089 http://id.who.int/icd/entity/1389094589 #> 5090 #> 5091 #> 5092 http://id.who.int/icd/entity/1091217288 #> 5093 http://id.who.int/icd/entity/1989773046 #> 5094 http://id.who.int/icd/entity/831377479 #> 5095 http://id.who.int/icd/entity/1831234152 #> 5096 http://id.who.int/icd/entity/1411011731 #> 5097 #> 5098 #> 5099 #> 5100 #> 5101 #> 5102 #> 5103 http://id.who.int/icd/entity/1297080916 #> 5104 http://id.who.int/icd/entity/1425591047 #> 5105 http://id.who.int/icd/entity/1270100227 #> 5106 http://id.who.int/icd/entity/600370025 #> 5107 #> 5108 #> 5109 http://id.who.int/icd/entity/1515367530 #> 5110 http://id.who.int/icd/entity/796417193 #> 5111 #> 5112 #> 5113 http://id.who.int/icd/entity/833816211 #> 5114 http://id.who.int/icd/entity/1464662404 #> 5115 http://id.who.int/icd/entity/690532643 #> 5116 http://id.who.int/icd/entity/1479561744 #> 5117 http://id.who.int/icd/entity/749295636 #> 5118 http://id.who.int/icd/entity/621965073 #> 5119 http://id.who.int/icd/entity/887807212 #> 5120 http://id.who.int/icd/entity/537908479 #> 5121 http://id.who.int/icd/entity/319162980 #> 5122 #> 5123 #> 5124 http://id.who.int/icd/entity/1224331149 #> 5125 http://id.who.int/icd/entity/396687076 #> 5126 #> 5127 #> 5128 http://id.who.int/icd/entity/839332886 #> 5129 http://id.who.int/icd/entity/192087511 #> 5130 http://id.who.int/icd/entity/1725668060 #> 5131 http://id.who.int/icd/entity/1916703439 #> 5132 http://id.who.int/icd/entity/40657776 #> 5133 http://id.who.int/icd/entity/646523932 #> 5134 http://id.who.int/icd/entity/715714152 #> 5135 #> 5136 #> 5137 http://id.who.int/icd/entity/1185572073 #> 5138 http://id.who.int/icd/entity/854289056 #> 5139 http://id.who.int/icd/entity/1996502540 #> 5140 http://id.who.int/icd/entity/742097637 #> 5141 http://id.who.int/icd/entity/2065822840 #> 5142 #> 5143 #> 5144 http://id.who.int/icd/entity/514523225 #> 5145 #> 5146 #> 5147 http://id.who.int/icd/entity/601991549 #> 5148 http://id.who.int/icd/entity/607844076 #> 5149 http://id.who.int/icd/entity/2089784682 #> 5150 #> 5151 #> 5152 http://id.who.int/icd/entity/1222696062 #> 5153 http://id.who.int/icd/entity/1740060527 #> 5154 http://id.who.int/icd/entity/577112387 #> 5155 http://id.who.int/icd/entity/1494773635 #> 5156 http://id.who.int/icd/entity/1308452752 #> 5157 #> 5158 #> 5159 #> 5160 #> 5161 http://id.who.int/icd/entity/596283352 #> 5162 http://id.who.int/icd/entity/125656853 #> 5163 http://id.who.int/icd/entity/1877039847 #> 5164 http://id.who.int/icd/entity/1397199211 #> 5165 #> 5166 #> 5167 http://id.who.int/icd/entity/1159616108 #> 5168 http://id.who.int/icd/entity/1456167356 #> 5169 http://id.who.int/icd/entity/1227790808 #> 5170 http://id.who.int/icd/entity/952636146 #> 5171 http://id.who.int/icd/entity/946840192 #> 5172 http://id.who.int/icd/entity/248272428 #> 5173 #> 5174 #> 5175 #> 5176 #> 5177 http://id.who.int/icd/entity/76906748 #> 5178 http://id.who.int/icd/entity/1426032265 #> 5179 http://id.who.int/icd/entity/1429906313 #> 5180 http://id.who.int/icd/entity/1655375736 #> 5181 http://id.who.int/icd/entity/1155284708 #> 5182 http://id.who.int/icd/entity/563606390 #> 5183 #> 5184 #> 5185 #> 5186 http://id.who.int/icd/entity/812740125 #> 5187 http://id.who.int/icd/entity/1134558601 #> 5188 http://id.who.int/icd/entity/1834138618 #> 5189 #> 5190 #> 5191 http://id.who.int/icd/entity/1119245712 #> 5192 http://id.who.int/icd/entity/96676503 #> 5193 http://id.who.int/icd/entity/1340134114 #> 5194 http://id.who.int/icd/entity/2053072995 #> 5195 http://id.who.int/icd/entity/2120094266 #> 5196 http://id.who.int/icd/entity/392405182 #> 5197 #> 5198 #> 5199 http://id.who.int/icd/entity/2109612285 #> 5200 http://id.who.int/icd/entity/378925042 #> 5201 http://id.who.int/icd/entity/165764269 #> 5202 http://id.who.int/icd/entity/819815000 #> 5203 #> 5204 #> 5205 http://id.who.int/icd/entity/2098488072 #> 5206 http://id.who.int/icd/entity/2083995737 #> 5207 http://id.who.int/icd/entity/932482258 #> 5208 http://id.who.int/icd/entity/1942289108 #> 5209 #> 5210 #> 5211 http://id.who.int/icd/entity/1954122838 #> 5212 http://id.who.int/icd/entity/1851919630 #> 5213 http://id.who.int/icd/entity/1188133517 #> 5214 http://id.who.int/icd/entity/1067183755 #> 5215 #> 5216 #> 5217 http://id.who.int/icd/entity/2140847857 #> 5218 http://id.who.int/icd/entity/1462849226 #> 5219 http://id.who.int/icd/entity/130311653 #> 5220 #> 5221 #> 5222 http://id.who.int/icd/entity/1001737902 #> 5223 http://id.who.int/icd/entity/597341977 #> 5224 http://id.who.int/icd/entity/864064554 #> 5225 #> 5226 #> 5227 #> 5228 #> 5229 http://id.who.int/icd/entity/23958598 #> 5230 http://id.who.int/icd/entity/925785183 #> 5231 http://id.who.int/icd/entity/906840560 #> 5232 http://id.who.int/icd/entity/1139074029 #> 5233 #> 5234 #> 5235 http://id.who.int/icd/entity/363695674 #> 5236 http://id.who.int/icd/entity/1304151002 #> 5237 http://id.who.int/icd/entity/847306949 #> 5238 #> 5239 #> 5240 http://id.who.int/icd/entity/1951379921 #> 5241 http://id.who.int/icd/entity/396857647 #> 5242 http://id.who.int/icd/entity/574533444 #> 5243 http://id.who.int/icd/entity/186577228 #> 5244 http://id.who.int/icd/entity/2109061166 #> 5245 http://id.who.int/icd/entity/969058597 #> 5246 http://id.who.int/icd/entity/760084407 #> 5247 http://id.who.int/icd/entity/140858085 #> 5248 http://id.who.int/icd/entity/1507346489 #> 5249 #> 5250 #> 5251 http://id.who.int/icd/entity/210183601 #> 5252 http://id.who.int/icd/entity/1943473314 #> 5253 #> 5254 #> 5255 http://id.who.int/icd/entity/175641220 #> 5256 #> 5257 http://id.who.int/icd/entity/501432887 #> 5258 http://id.who.int/icd/entity/1925186604 #> 5259 http://id.who.int/icd/entity/1218010255 #> 5260 http://id.who.int/icd/entity/1644720463 #> 5261 http://id.who.int/icd/entity/500607680 #> 5262 #> 5263 #> 5264 http://id.who.int/icd/entity/943887241 #> 5265 http://id.who.int/icd/entity/39546655 #> 5266 #> 5267 #> 5268 http://id.who.int/icd/entity/1397803237 #> 5269 http://id.who.int/icd/entity/2116276188 #> 5270 http://id.who.int/icd/entity/277330929 #> 5271 http://id.who.int/icd/entity/1160623406 #> 5272 http://id.who.int/icd/entity/1581548100 #> 5273 http://id.who.int/icd/entity/734022291 #> 5274 http://id.who.int/icd/entity/203881550 #> 5275 http://id.who.int/icd/entity/1664269943 #> 5276 http://id.who.int/icd/entity/1788999168 #> 5277 http://id.who.int/icd/entity/1890931931 #> 5278 http://id.who.int/icd/entity/1585600114 #> 5279 http://id.who.int/icd/entity/296753000 #> 5280 #> 5281 #> 5282 #> 5283 http://id.who.int/icd/entity/1521910549 #> 5284 http://id.who.int/icd/entity/127264300 #> 5285 http://id.who.int/icd/entity/1129679469 #> 5286 http://id.who.int/icd/entity/2014951545 #> 5287 http://id.who.int/icd/entity/216771343 #> 5288 http://id.who.int/icd/entity/1036220334 #> 5289 #> 5290 #> 5291 http://id.who.int/icd/entity/1611190259 #> 5292 http://id.who.int/icd/entity/952365682 #> 5293 http://id.who.int/icd/entity/177994271 #> 5294 http://id.who.int/icd/entity/1533647472 #> 5295 http://id.who.int/icd/entity/880662615 #> 5296 #> 5297 #> 5298 http://id.who.int/icd/entity/1525992437 #> 5299 http://id.who.int/icd/entity/178756462 #> 5300 http://id.who.int/icd/entity/945171796 #> 5301 #> 5302 #> 5303 http://id.who.int/icd/entity/253529546 #> 5304 http://id.who.int/icd/entity/1401282234 #> 5305 http://id.who.int/icd/entity/468605135 #> 5306 #> 5307 #> 5308 http://id.who.int/icd/entity/1965146397 #> 5309 http://id.who.int/icd/entity/1553463690 #> 5310 http://id.who.int/icd/entity/672974943 #> 5311 http://id.who.int/icd/entity/437591130 #> 5312 http://id.who.int/icd/entity/553889510 #> 5313 http://id.who.int/icd/entity/378572696 #> 5314 http://id.who.int/icd/entity/873684477 #> 5315 #> 5316 http://id.who.int/icd/entity/542527938 #> 5317 http://id.who.int/icd/entity/607607042 #> 5318 http://id.who.int/icd/entity/406818835 #> 5319 http://id.who.int/icd/entity/669154658 #> 5320 http://id.who.int/icd/entity/526373816 #> 5321 #> 5322 #> 5323 http://id.who.int/icd/entity/172957869 #> 5324 #> 5325 #> 5326 http://id.who.int/icd/entity/81068077 #> 5327 http://id.who.int/icd/entity/920441900 #> 5328 http://id.who.int/icd/entity/151075161 #> 5329 http://id.who.int/icd/entity/1049761831 #> 5330 http://id.who.int/icd/entity/627002292 #> 5331 http://id.who.int/icd/entity/391552949 #> 5332 #> 5333 #> 5334 #> 5335 #> 5336 http://id.who.int/icd/entity/988657115 #> 5337 http://id.who.int/icd/entity/631153919 #> 5338 http://id.who.int/icd/entity/262966673 #> 5339 http://id.who.int/icd/entity/1988072105 #> 5340 http://id.who.int/icd/entity/50907154 #> 5341 http://id.who.int/icd/entity/414817254 #> 5342 #> 5343 #> 5344 http://id.who.int/icd/entity/592562777 #> 5345 http://id.who.int/icd/entity/1413081426 #> 5346 http://id.who.int/icd/entity/2114942178 #> 5347 #> 5348 #> 5349 http://id.who.int/icd/entity/931843870 #> 5350 http://id.who.int/icd/entity/292232825 #> 5351 http://id.who.int/icd/entity/1339785363 #> 5352 http://id.who.int/icd/entity/1994899048 #> 5353 #> 5354 #> 5355 #> 5356 #> 5357 http://id.who.int/icd/entity/1054910242 #> 5358 http://id.who.int/icd/entity/17562655 #> 5359 http://id.who.int/icd/entity/649014905 #> 5360 http://id.who.int/icd/entity/1375895174 #> 5361 http://id.who.int/icd/entity/1993680150 #> 5362 http://id.who.int/icd/entity/569175314 #> 5363 http://id.who.int/icd/entity/1058231555 #> 5364 http://id.who.int/icd/entity/496011112 #> 5365 http://id.who.int/icd/entity/1029892421 #> 5366 http://id.who.int/icd/entity/1381491944 #> 5367 http://id.who.int/icd/entity/1129607960 #> 5368 #> 5369 #> 5370 #> 5371 http://id.who.int/icd/entity/1510094736 #> 5372 http://id.who.int/icd/entity/2119823866 #> 5373 http://id.who.int/icd/entity/1326708572 #> 5374 http://id.who.int/icd/entity/1677166437 #> 5375 http://id.who.int/icd/entity/173980297 #> 5376 #> 5377 http://id.who.int/icd/entity/650483154 #> 5378 http://id.who.int/icd/entity/1874488044 #> 5379 http://id.who.int/icd/entity/1264526752 #> 5380 http://id.who.int/icd/entity/218792925 #> 5381 #> 5382 #> 5383 http://id.who.int/icd/entity/868865918 #> 5384 http://id.who.int/icd/entity/946652467 #> 5385 http://id.who.int/icd/entity/73229602 #> 5386 http://id.who.int/icd/entity/1131758138 #> 5387 http://id.who.int/icd/entity/2051636429 #> 5388 http://id.who.int/icd/entity/210416501 #> 5389 #> 5390 #> 5391 http://id.who.int/icd/entity/1435390252 #> 5392 http://id.who.int/icd/entity/1489677992 #> 5393 http://id.who.int/icd/entity/247839673 #> 5394 http://id.who.int/icd/entity/1259721857 #> 5395 http://id.who.int/icd/entity/522397394 #> 5396 http://id.who.int/icd/entity/1804498477 #> 5397 #> 5398 http://id.who.int/icd/entity/1475156994 #> 5399 http://id.who.int/icd/entity/1251112127 #> 5400 #> 5401 #> 5402 http://id.who.int/icd/entity/1504678744 #> 5403 http://id.who.int/icd/entity/777918741 #> 5404 http://id.who.int/icd/entity/278788556 #> 5405 http://id.who.int/icd/entity/217389712 #> 5406 #> 5407 #> 5408 http://id.who.int/icd/entity/1248470145 #> 5409 http://id.who.int/icd/entity/1464324556 #> 5410 http://id.who.int/icd/entity/2113471999 #> 5411 #> 5412 #> 5413 http://id.who.int/icd/entity/1305335252 #> 5414 http://id.who.int/icd/entity/1361674069 #> 5415 http://id.who.int/icd/entity/590216180 #> 5416 http://id.who.int/icd/entity/1150073195 #> 5417 http://id.who.int/icd/entity/807528854 #> 5418 http://id.who.int/icd/entity/1433019392 #> 5419 #> 5420 #> 5421 http://id.who.int/icd/entity/1516023078 #> 5422 http://id.who.int/icd/entity/1058496688 #> 5423 http://id.who.int/icd/entity/1270493263 #> 5424 http://id.who.int/icd/entity/787611099 #> 5425 http://id.who.int/icd/entity/1562340943 #> 5426 #> 5427 #> 5428 http://id.who.int/icd/entity/857829804 #> 5429 http://id.who.int/icd/entity/1758603433 #> 5430 http://id.who.int/icd/entity/478115926 #> 5431 http://id.who.int/icd/entity/2033497540 #> 5432 http://id.who.int/icd/entity/182068824 #> 5433 http://id.who.int/icd/entity/949937547 #> 5434 #> 5435 #> 5436 http://id.who.int/icd/entity/45050905 #> 5437 http://id.who.int/icd/entity/1200365909 #> 5438 http://id.who.int/icd/entity/1868697470 #> 5439 http://id.who.int/icd/entity/466575235 #> 5440 http://id.who.int/icd/entity/2122617367 #> 5441 #> 5442 #> 5443 http://id.who.int/icd/entity/45565998 #> 5444 #> 5445 #> 5446 http://id.who.int/icd/entity/1105991600 #> 5447 http://id.who.int/icd/entity/945071067 #> 5448 http://id.who.int/icd/entity/932302401 #> 5449 #> 5450 #> 5451 http://id.who.int/icd/entity/67586876 #> 5452 http://id.who.int/icd/entity/1824866828 #> 5453 http://id.who.int/icd/entity/175877584 #> 5454 #> 5455 #> 5456 http://id.who.int/icd/entity/136743240 #> 5457 http://id.who.int/icd/entity/612232309 #> 5458 http://id.who.int/icd/entity/1390019541 #> 5459 http://id.who.int/icd/entity/714117534 #> 5460 http://id.who.int/icd/entity/829235056 #> 5461 http://id.who.int/icd/entity/1087365696 #> 5462 http://id.who.int/icd/entity/417015801 #> 5463 http://id.who.int/icd/entity/718468094 #> 5464 http://id.who.int/icd/entity/6464079 #> 5465 http://id.who.int/icd/entity/1979385529 #> 5466 http://id.who.int/icd/entity/1420272543 #> 5467 http://id.who.int/icd/entity/457744369 #> 5468 #> 5469 #> 5470 http://id.who.int/icd/entity/583527617 #> 5471 #> 5472 #> 5473 #> 5474 http://id.who.int/icd/entity/1628710366 #> 5475 http://id.who.int/icd/entity/1108174726 #> 5476 http://id.who.int/icd/entity/1957823459 #> 5477 http://id.who.int/icd/entity/1446936878 #> 5478 http://id.who.int/icd/entity/1638768720 #> 5479 http://id.who.int/icd/entity/221405565 #> 5480 http://id.who.int/icd/entity/634778462 #> 5481 #> 5482 #> 5483 http://id.who.int/icd/entity/1807441683 #> 5484 http://id.who.int/icd/entity/129526571 #> 5485 http://id.who.int/icd/entity/678655279 #> 5486 http://id.who.int/icd/entity/1034960983 #> 5487 http://id.who.int/icd/entity/870876723 #> 5488 http://id.who.int/icd/entity/16492610 #> 5489 http://id.who.int/icd/entity/287126827 #> 5490 http://id.who.int/icd/entity/1930771414 #> 5491 http://id.who.int/icd/entity/1706059220 #> 5492 http://id.who.int/icd/entity/729476309 #> 5493 #> 5494 #> 5495 #> 5496 #> 5497 http://id.who.int/icd/entity/73394252 #> 5498 http://id.who.int/icd/entity/1117762038 #> 5499 http://id.who.int/icd/entity/1441506774 #> 5500 http://id.who.int/icd/entity/1781942437 #> 5501 http://id.who.int/icd/entity/1783631381 #> 5502 #> 5503 #> 5504 http://id.who.int/icd/entity/1588391969 #> 5505 #> 5506 #> 5507 http://id.who.int/icd/entity/287258758 #> 5508 http://id.who.int/icd/entity/1330743591 #> 5509 http://id.who.int/icd/entity/1730588366 #> 5510 http://id.who.int/icd/entity/1578799163 #> 5511 http://id.who.int/icd/entity/1589056590 #> 5512 #> 5513 #> 5514 http://id.who.int/icd/entity/490666746 #> 5515 http://id.who.int/icd/entity/1237254265 #> 5516 http://id.who.int/icd/entity/425078863 #> 5517 http://id.who.int/icd/entity/412401982 #> 5518 #> 5519 #> 5520 http://id.who.int/icd/entity/1244231313 #> 5521 http://id.who.int/icd/entity/2109364207 #> 5522 http://id.who.int/icd/entity/1639301709 #> 5523 #> 5524 http://id.who.int/icd/entity/427802439 #> 5525 http://id.who.int/icd/entity/322893724 #> 5526 http://id.who.int/icd/entity/438407461 #> 5527 http://id.who.int/icd/entity/482362019 #> 5528 http://id.who.int/icd/entity/719953933 #> 5529 http://id.who.int/icd/entity/1336044953 #> 5530 #> 5531 #> 5532 http://id.who.int/icd/entity/574536289 #> 5533 http://id.who.int/icd/entity/363698975 #> 5534 http://id.who.int/icd/entity/1238220668 #> 5535 http://id.who.int/icd/entity/2045699890 #> 5536 http://id.who.int/icd/entity/1804187158 #> 5537 http://id.who.int/icd/entity/247626624 #> 5538 http://id.who.int/icd/entity/1222749940 #> 5539 #> 5540 #> 5541 http://id.who.int/icd/entity/1740194268 #> 5542 #> 5543 #> 5544 #> 5545 #> 5546 http://id.who.int/icd/entity/65880823 #> 5547 http://id.who.int/icd/entity/1471747216 #> 5548 http://id.who.int/icd/entity/831696556 #> 5549 http://id.who.int/icd/entity/392841027 #> 5550 http://id.who.int/icd/entity/8559059 #> 5551 http://id.who.int/icd/entity/1044658726 #> 5552 http://id.who.int/icd/entity/361206059 #> 5553 #> 5554 #> 5555 http://id.who.int/icd/entity/2065252360 #> 5556 http://id.who.int/icd/entity/1598536988 #> Linearization URI Code #> 2 http://id.who.int/icd/release/11/mms/1435254666 #> 3 http://id.who.int/icd/release/11/mms/588616678 #> 4 http://id.who.int/icd/release/11/mms/135352227 #> 5 http://id.who.int/icd/release/11/mms/257068234 1A00 #> 6 http://id.who.int/icd/release/11/mms/416025325 1A01 #> 7 http://id.who.int/icd/release/11/mms/2080365623 1A02 #> 8 http://id.who.int/icd/release/11/mms/344162786 1A03 #> 9 http://id.who.int/icd/release/11/mms/2099226249 1A03.0 #> 10 http://id.who.int/icd/release/11/mms/408185629 1A03.1 #> 11 http://id.who.int/icd/release/11/mms/1828273122 1A03.2 #> 12 http://id.who.int/icd/release/11/mms/162723448 1A03.3 #> 13 http://id.who.int/icd/release/11/mms/344162786/other 1A03.Y #> 14 http://id.who.int/icd/release/11/mms/344162786/unspecified 1A03.Z #> 15 http://id.who.int/icd/release/11/mms/250688797 1A04 #> 16 http://id.who.int/icd/release/11/mms/1000894786 1A05 #> 17 http://id.who.int/icd/release/11/mms/794462570 1A06 #> 18 http://id.who.int/icd/release/11/mms/1528414070 1A07 #> 19 http://id.who.int/icd/release/11/mms/364534567 1A07.0 #> 20 http://id.who.int/icd/release/11/mms/1528414070/other 1A07.Y #> 21 http://id.who.int/icd/release/11/mms/1528414070/unspecified 1A07.Z #> 22 http://id.who.int/icd/release/11/mms/1780040028 1A08 #> 23 http://id.who.int/icd/release/11/mms/515117475 1A09 #> 24 http://id.who.int/icd/release/11/mms/1520312138 1A09.0 #> 25 http://id.who.int/icd/release/11/mms/515117475/other 1A09.Y #> 26 http://id.who.int/icd/release/11/mms/515117475/unspecified 1A09.Z #> 27 http://id.who.int/icd/release/11/mms/135352227/other 1A0Y #> 28 http://id.who.int/icd/release/11/mms/135352227/unspecified 1A0Z #> 29 http://id.who.int/icd/release/11/mms/1834648119 #> 30 http://id.who.int/icd/release/11/mms/1642556936 1A10 #> 31 http://id.who.int/icd/release/11/mms/78422942 1A11 #> 32 http://id.who.int/icd/release/11/mms/2033726602 1A11.0 #> 33 http://id.who.int/icd/release/11/mms/1393712712 1A11.1 #> 34 http://id.who.int/icd/release/11/mms/78422942/unspecified 1A11.Z #> 35 http://id.who.int/icd/release/11/mms/1879176035 1A12 #> 36 http://id.who.int/icd/release/11/mms/1722068323 1A13 #> 37 http://id.who.int/icd/release/11/mms/1834648119/other 1A1Y #> 38 http://id.who.int/icd/release/11/mms/1834648119/unspecified 1A1Z #> 39 http://id.who.int/icd/release/11/mms/30738976 #> 40 http://id.who.int/icd/release/11/mms/749414717 1A20 #> 41 http://id.who.int/icd/release/11/mms/1185210745 1A21 #> 42 http://id.who.int/icd/release/11/mms/840750347 1A22 #> 43 http://id.who.int/icd/release/11/mms/1465325727 1A23 #> 44 http://id.who.int/icd/release/11/mms/1519125035 1A24 #> 45 http://id.who.int/icd/release/11/mms/30738976/other 1A2Y #> 46 http://id.who.int/icd/release/11/mms/30738976/unspecified 1A2Z #> 47 http://id.who.int/icd/release/11/mms/2092703582 #> 48 http://id.who.int/icd/release/11/mms/2090337975 1A30 #> 49 http://id.who.int/icd/release/11/mms/433310499 1A31 #> 50 http://id.who.int/icd/release/11/mms/1837013982 1A32 #> 51 http://id.who.int/icd/release/11/mms/137713224 1A33 #> 52 http://id.who.int/icd/release/11/mms/1058992628 1A33.0 #> 53 http://id.who.int/icd/release/11/mms/883510242 1A33.1 #> 54 http://id.who.int/icd/release/11/mms/137713224/other 1A33.Y #> 55 http://id.who.int/icd/release/11/mms/137713224/unspecified 1A33.Z #> 56 http://id.who.int/icd/release/11/mms/261748740 1A34 #> 57 http://id.who.int/icd/release/11/mms/1184241320 1A35 #> 58 http://id.who.int/icd/release/11/mms/435671752 1A36 #> 59 http://id.who.int/icd/release/11/mms/1727029934 1A36.0 #> 60 http://id.who.int/icd/release/11/mms/1616956984 1A36.00 #> 61 http://id.who.int/icd/release/11/mms/349019849 1A36.01 #> 62 http://id.who.int/icd/release/11/mms/1727029934/unspecified 1A36.0Z #> 63 http://id.who.int/icd/release/11/mms/1777228366 1A36.1 #> 64 http://id.who.int/icd/release/11/mms/1730350429 1A36.10 #> 65 http://id.who.int/icd/release/11/mms/40419529 1A36.11 #> 66 http://id.who.int/icd/release/11/mms/328097188 1A36.12 #> 67 http://id.who.int/icd/release/11/mms/1777228366/other 1A36.1Y #> 68 http://id.who.int/icd/release/11/mms/435671752/unspecified 1A36.Z #> 69 http://id.who.int/icd/release/11/mms/2092703582/other 1A3Y #> 70 http://id.who.int/icd/release/11/mms/2092703582/unspecified 1A3Z #> 71 http://id.who.int/icd/release/11/mms/1688127370 1A40 #> 72 http://id.who.int/icd/release/11/mms/1160271562 1A40.0 #> 73 http://id.who.int/icd/release/11/mms/1688127370/unspecified 1A40.Z #> 74 http://id.who.int/icd/release/11/mms/1904876434 #> 75 http://id.who.int/icd/release/11/mms/455894495 #> 76 http://id.who.int/icd/release/11/mms/587996426 1A60 #> 77 http://id.who.int/icd/release/11/mms/395565060 1A60.0 #> 78 http://id.who.int/icd/release/11/mms/1926763926 1A60.1 #> 79 http://id.who.int/icd/release/11/mms/1665042685 1A60.2 #> 80 http://id.who.int/icd/release/11/mms/282073961 1A60.3 #> 81 http://id.who.int/icd/release/11/mms/2132718683 1A60.4 #> 82 http://id.who.int/icd/release/11/mms/20350466 1A60.5 #> 83 http://id.who.int/icd/release/11/mms/587996426/unspecified 1A60.Z #> 84 http://id.who.int/icd/release/11/mms/1179111584 1A61 #> 85 http://id.who.int/icd/release/11/mms/191565955 1A61.0 #> 86 http://id.who.int/icd/release/11/mms/1847647511 1A61.1 #> 87 http://id.who.int/icd/release/11/mms/445484522 1A61.2 #> 88 http://id.who.int/icd/release/11/mms/2143699068 1A61.3 #> 89 http://id.who.int/icd/release/11/mms/204002280 1A61.4 #> 90 http://id.who.int/icd/release/11/mms/1768103550 1A61.5 #> 91 http://id.who.int/icd/release/11/mms/1179111584/other 1A61.Y #> 92 http://id.who.int/icd/release/11/mms/1179111584/unspecified 1A61.Z #> 93 http://id.who.int/icd/release/11/mms/854229089 1A62 #> 94 http://id.who.int/icd/release/11/mms/2118246468 1A62.0 #> 95 http://id.who.int/icd/release/11/mms/453651926 1A62.00 #> 96 http://id.who.int/icd/release/11/mms/1873247529 1A62.01 #> 97 http://id.who.int/icd/release/11/mms/2118246468/unspecified 1A62.0Z #> 98 http://id.who.int/icd/release/11/mms/183283901 1A62.1 #> 99 http://id.who.int/icd/release/11/mms/1883423833 1A62.2 #> 100 http://id.who.int/icd/release/11/mms/551528014 1A62.20 #> 101 http://id.who.int/icd/release/11/mms/2063826056 1A62.21 #> 102 http://id.who.int/icd/release/11/mms/1934471301 1A62.22 #> 103 http://id.who.int/icd/release/11/mms/1883423833/other 1A62.2Y #> 104 http://id.who.int/icd/release/11/mms/1883423833/unspecified 1A62.2Z #> 105 http://id.who.int/icd/release/11/mms/854229089/other 1A62.Y #> 106 http://id.who.int/icd/release/11/mms/854229089/unspecified 1A62.Z #> 107 http://id.who.int/icd/release/11/mms/370440252 1A63 #> 108 http://id.who.int/icd/release/11/mms/455894495/unspecified 1A6Z #> 109 http://id.who.int/icd/release/11/mms/609214049 #> 110 http://id.who.int/icd/release/11/mms/1977691885 1A70 #> 111 http://id.who.int/icd/release/11/mms/762120574 1A70.0 #> 112 http://id.who.int/icd/release/11/mms/1112016389 1A70.00 #> 113 http://id.who.int/icd/release/11/mms/762120574/other 1A70.0Y #> 114 http://id.who.int/icd/release/11/mms/762120574/unspecified 1A70.0Z #> 115 http://id.who.int/icd/release/11/mms/1210500328 1A70.1 #> 116 http://id.who.int/icd/release/11/mms/1977691885/other 1A70.Y #> 117 http://id.who.int/icd/release/11/mms/1977691885/unspecified 1A70.Z #> 118 http://id.who.int/icd/release/11/mms/1015780375 1A71 #> 119 http://id.who.int/icd/release/11/mms/840155638 1A72 #> 120 http://id.who.int/icd/release/11/mms/707709463 1A72.0 #> 121 http://id.who.int/icd/release/11/mms/359736861 1A72.1 #> 122 http://id.who.int/icd/release/11/mms/1002985340 1A72.2 #> 123 http://id.who.int/icd/release/11/mms/1332021123 1A72.3 #> 124 http://id.who.int/icd/release/11/mms/1505778051 1A72.4 #> 125 http://id.who.int/icd/release/11/mms/840155638/other 1A72.Y #> 126 http://id.who.int/icd/release/11/mms/2046292009 1A73 #> 127 http://id.who.int/icd/release/11/mms/609214049/unspecified 1A7Z #> 128 http://id.who.int/icd/release/11/mms/251474152 #> 129 http://id.who.int/icd/release/11/mms/1090786293 1A80 #> 130 http://id.who.int/icd/release/11/mms/900285196 1A81 #> 131 http://id.who.int/icd/release/11/mms/806511043 1A81.0 #> 132 http://id.who.int/icd/release/11/mms/1431940183 1A81.1 #> 133 http://id.who.int/icd/release/11/mms/900285196/other 1A81.Y #> 134 http://id.who.int/icd/release/11/mms/900285196/unspecified 1A81.Z #> 135 http://id.who.int/icd/release/11/mms/251474152/other 1A8Y #> 136 http://id.who.int/icd/release/11/mms/251474152/unspecified 1A8Z #> 137 http://id.who.int/icd/release/11/mms/1357024926 1A90 #> 138 http://id.who.int/icd/release/11/mms/764124124 1A91 #> 139 http://id.who.int/icd/release/11/mms/1220564554 1A92 #> 140 http://id.who.int/icd/release/11/mms/1372745524 1A93 #> 141 http://id.who.int/icd/release/11/mms/616315615 1A94 #> 142 http://id.who.int/icd/release/11/mms/666746193 1A94.0 #> 143 http://id.who.int/icd/release/11/mms/1123446981 1A94.1 #> 144 http://id.who.int/icd/release/11/mms/616315615/unspecified 1A94.Z #> 145 http://id.who.int/icd/release/11/mms/641342831 1A95 #> 146 http://id.who.int/icd/release/11/mms/1987223744 1A95.0 #> 147 http://id.who.int/icd/release/11/mms/144526718 1A95.1 #> 148 http://id.who.int/icd/release/11/mms/158514824 1A95.2 #> 149 http://id.who.int/icd/release/11/mms/641342831/unspecified 1A95.Z #> 150 http://id.who.int/icd/release/11/mms/1904876434/other 1A9Y #> 151 http://id.who.int/icd/release/11/mms/1904876434/unspecified 1A9Z #> 152 http://id.who.int/icd/release/11/mms/979278646 #> 153 http://id.who.int/icd/release/11/mms/2072728114 #> 154 http://id.who.int/icd/release/11/mms/882244568 1B10 #> 155 http://id.who.int/icd/release/11/mms/983550510 1B10.0 #> 156 http://id.who.int/icd/release/11/mms/1311939281 1B10.1 #> 157 http://id.who.int/icd/release/11/mms/882244568/unspecified 1B10.Z #> 158 http://id.who.int/icd/release/11/mms/729372485 1B11 #> 159 http://id.who.int/icd/release/11/mms/1820468614 1B11.0 #> 160 http://id.who.int/icd/release/11/mms/539334538 1B11.1 #> 161 http://id.who.int/icd/release/11/mms/164227092 1B11.2 #> 162 http://id.who.int/icd/release/11/mms/1199221405 1B11.3 #> 163 http://id.who.int/icd/release/11/mms/729372485/other 1B11.Y #> 164 http://id.who.int/icd/release/11/mms/729372485/unspecified 1B11.Z #> 165 http://id.who.int/icd/release/11/mms/746680558 1B12 #> 166 http://id.who.int/icd/release/11/mms/271545608 1B12.0 #> 167 http://id.who.int/icd/release/11/mms/1074723013 1B12.1 #> 168 http://id.who.int/icd/release/11/mms/883140666 1B12.2 #> 169 http://id.who.int/icd/release/11/mms/807058764 1B12.3 #> 170 http://id.who.int/icd/release/11/mms/1459473353 1B12.4 #> 171 http://id.who.int/icd/release/11/mms/570881596 1B12.40 #> 172 http://id.who.int/icd/release/11/mms/1828714202 1B12.41 #> 173 http://id.who.int/icd/release/11/mms/1459473353/other 1B12.4Y #> 174 http://id.who.int/icd/release/11/mms/1459473353/unspecified 1B12.4Z #> 175 http://id.who.int/icd/release/11/mms/1196243886 1B12.5 #> 176 http://id.who.int/icd/release/11/mms/870345553 1B12.6 #> 177 http://id.who.int/icd/release/11/mms/1873777499 1B12.7 #> 178 http://id.who.int/icd/release/11/mms/625292625 1B12.8 #> 179 http://id.who.int/icd/release/11/mms/746680558/other 1B12.Y #> 180 http://id.who.int/icd/release/11/mms/861638547 1B13 #> 181 http://id.who.int/icd/release/11/mms/1056849595 1B13.0 #> 182 http://id.who.int/icd/release/11/mms/1538650927 1B13.1 #> 183 http://id.who.int/icd/release/11/mms/1690351031 1B13.2 #> 184 http://id.who.int/icd/release/11/mms/861638547/other 1B13.Y #> 185 http://id.who.int/icd/release/11/mms/861638547/unspecified 1B13.Z #> 186 http://id.who.int/icd/release/11/mms/454434138 1B14 #> 187 http://id.who.int/icd/release/11/mms/2072728114/other 1B1Y #> 188 http://id.who.int/icd/release/11/mms/2072728114/unspecified 1B1Z #> 189 http://id.who.int/icd/release/11/mms/149072669 1B20 #> 190 http://id.who.int/icd/release/11/mms/1800264981 1B20.0 #> 191 http://id.who.int/icd/release/11/mms/1123804548 1B20.1 #> 192 http://id.who.int/icd/release/11/mms/1295356165 1B20.2 #> 193 http://id.who.int/icd/release/11/mms/1185467033 1B20.20 #> 194 http://id.who.int/icd/release/11/mms/1886317801 1B20.21 #> 195 http://id.who.int/icd/release/11/mms/1324017222 1B20.3 #> 196 http://id.who.int/icd/release/11/mms/149072669/unspecified 1B20.Z #> 197 http://id.who.int/icd/release/11/mms/1839818377 1B21 #> 198 http://id.who.int/icd/release/11/mms/1798822437 1B21.0 #> 199 http://id.who.int/icd/release/11/mms/882647079 1B21.1 #> 200 http://id.who.int/icd/release/11/mms/1723965278 1B21.2 #> 201 http://id.who.int/icd/release/11/mms/1974989140 1B21.20 #> 202 http://id.who.int/icd/release/11/mms/1723965278/other 1B21.2Y #> 203 http://id.who.int/icd/release/11/mms/1723965278/unspecified 1B21.2Z #> 204 http://id.who.int/icd/release/11/mms/625446129 1B21.3 #> 205 http://id.who.int/icd/release/11/mms/1642291965 1B21.4 #> 206 http://id.who.int/icd/release/11/mms/1839818377/other 1B21.Y #> 207 http://id.who.int/icd/release/11/mms/1839818377/unspecified 1B21.Z #> 208 http://id.who.int/icd/release/11/mms/979278646/other 1B2Y #> 209 http://id.who.int/icd/release/11/mms/979278646/unspecified 1B2Z #> 210 http://id.who.int/icd/release/11/mms/1539889147 #> 211 http://id.who.int/icd/release/11/mms/871612151 #> 212 http://id.who.int/icd/release/11/mms/2058300982 1B40 #> 213 http://id.who.int/icd/release/11/mms/1097470385 1B40.0 #> 214 http://id.who.int/icd/release/11/mms/2058300982/other 1B40.Y #> 215 http://id.who.int/icd/release/11/mms/2058300982/unspecified 1B40.Z #> 216 http://id.who.int/icd/release/11/mms/535094176 1B41 #> 217 http://id.who.int/icd/release/11/mms/869759708 1B41.0 #> 218 http://id.who.int/icd/release/11/mms/1453111118 1B41.1 #> 219 http://id.who.int/icd/release/11/mms/1384553803 1B41.10 #> 220 http://id.who.int/icd/release/11/mms/1453111118/other 1B41.1Y #> 221 http://id.who.int/icd/release/11/mms/1453111118/unspecified 1B41.1Z #> 222 http://id.who.int/icd/release/11/mms/573695921 1B41.2 #> 223 http://id.who.int/icd/release/11/mms/535094176/other 1B41.Y #> 224 http://id.who.int/icd/release/11/mms/535094176/unspecified 1B41.Z #> 225 http://id.who.int/icd/release/11/mms/1799992159 1B42 #> 226 http://id.who.int/icd/release/11/mms/107294155 1B50 #> 227 http://id.who.int/icd/release/11/mms/1642172022 1B51 #> 228 http://id.who.int/icd/release/11/mms/705971711 1B53 #> 229 http://id.who.int/icd/release/11/mms/1331660907 1B54 #> 230 http://id.who.int/icd/release/11/mms/1539889147/other 1B5Y #> 231 http://id.who.int/icd/release/11/mms/1539889147/unspecified 1B5Z #> 232 http://id.who.int/icd/release/11/mms/1412960686 #> 233 http://id.who.int/icd/release/11/mms/2144774073 1B70 #> 234 http://id.who.int/icd/release/11/mms/1651247891 1B70.0 #> 235 http://id.who.int/icd/release/11/mms/896866865 1B70.00 #> 236 http://id.who.int/icd/release/11/mms/348525836 1B70.01 #> 237 http://id.who.int/icd/release/11/mms/1200236878 1B70.02 #> 238 http://id.who.int/icd/release/11/mms/1651247891/other 1B70.0Y #> 239 http://id.who.int/icd/release/11/mms/1651247891/unspecified 1B70.0Z #> 240 http://id.who.int/icd/release/11/mms/284578658 1B70.1 #> 241 http://id.who.int/icd/release/11/mms/2033345174 1B70.2 #> 242 http://id.who.int/icd/release/11/mms/845065622 1B70.3 #> 243 http://id.who.int/icd/release/11/mms/2144774073/other 1B70.Y #> 244 http://id.who.int/icd/release/11/mms/2144774073/unspecified 1B70.Z #> 245 http://id.who.int/icd/release/11/mms/522973276 1B71 #> 246 http://id.who.int/icd/release/11/mms/270373865 1B71.0 #> 247 http://id.who.int/icd/release/11/mms/270802913 1B71.1 #> 248 http://id.who.int/icd/release/11/mms/1681155693 1B71.2 #> 249 http://id.who.int/icd/release/11/mms/522973276/other 1B71.Y #> 250 http://id.who.int/icd/release/11/mms/522973276/unspecified 1B71.Z #> 251 http://id.who.int/icd/release/11/mms/971176543 1B72 #> 252 http://id.who.int/icd/release/11/mms/1398484288 1B72.0 #> 253 http://id.who.int/icd/release/11/mms/25824900 1B72.1 #> 254 http://id.who.int/icd/release/11/mms/2034126013 1B72.2 #> 255 http://id.who.int/icd/release/11/mms/971176543/other 1B72.Y #> 256 http://id.who.int/icd/release/11/mms/971176543/unspecified 1B72.Z #> 257 http://id.who.int/icd/release/11/mms/337308923 1B73 #> 258 http://id.who.int/icd/release/11/mms/229362936 1B73.0 #> 259 http://id.who.int/icd/release/11/mms/1677671323 1B73.1 #> 260 http://id.who.int/icd/release/11/mms/1634854510 1B73.2 #> 261 http://id.who.int/icd/release/11/mms/337308923/other 1B73.Y #> 262 http://id.who.int/icd/release/11/mms/337308923/unspecified 1B73.Z #> 263 http://id.who.int/icd/release/11/mms/1622653958 1B74 #> 264 http://id.who.int/icd/release/11/mms/1929235891 1B74.0 #> 265 http://id.who.int/icd/release/11/mms/1622653958/other 1B74.Y #> 266 http://id.who.int/icd/release/11/mms/1622653958/unspecified 1B74.Z #> 267 http://id.who.int/icd/release/11/mms/46117627 1B75 #> 268 http://id.who.int/icd/release/11/mms/1081137172 1B75.0 #> 269 http://id.who.int/icd/release/11/mms/1456834066 1B75.1 #> 270 http://id.who.int/icd/release/11/mms/1194531705 1B75.2 #> 271 http://id.who.int/icd/release/11/mms/1324834502 1B75.3 #> 272 http://id.who.int/icd/release/11/mms/25801498 1B75.4 #> 273 http://id.who.int/icd/release/11/mms/46117627/unspecified 1B75.Z #> 274 http://id.who.int/icd/release/11/mms/1412960686/other 1B7Y #> 275 http://id.who.int/icd/release/11/mms/1412960686/unspecified 1B7Z #> 276 http://id.who.int/icd/release/11/mms/1935092859 #> 277 http://id.who.int/icd/release/11/mms/1026551291 1B90 #> 278 http://id.who.int/icd/release/11/mms/1104357482 1B90.0 #> 279 http://id.who.int/icd/release/11/mms/614000128 1B90.1 #> 280 http://id.who.int/icd/release/11/mms/751399056 1B91 #> 281 http://id.who.int/icd/release/11/mms/1563156715 1B92 #> 282 http://id.who.int/icd/release/11/mms/1596449540 1B93 #> 283 http://id.who.int/icd/release/11/mms/1742025109 1B93.0 #> 284 http://id.who.int/icd/release/11/mms/43973633 1B93.1 #> 285 http://id.who.int/icd/release/11/mms/1983098110 1B93.2 #> 286 http://id.who.int/icd/release/11/mms/326656364 1B93.3 #> 287 http://id.who.int/icd/release/11/mms/1596449540/other 1B93.Y #> 288 http://id.who.int/icd/release/11/mms/1596449540/unspecified 1B93.Z #> 289 http://id.who.int/icd/release/11/mms/980168338 1B94 #> 290 http://id.who.int/icd/release/11/mms/2066610452 1B94.0 #> 291 http://id.who.int/icd/release/11/mms/980168338/other 1B94.Y #> 292 http://id.who.int/icd/release/11/mms/980168338/unspecified 1B94.Z #> 293 http://id.who.int/icd/release/11/mms/730510331 1B95 #> 294 http://id.who.int/icd/release/11/mms/1233304838 1B96 #> 295 http://id.who.int/icd/release/11/mms/1321303663 1B97 #> 296 http://id.who.int/icd/release/11/mms/2003001085 1B98 #> 297 http://id.who.int/icd/release/11/mms/304649065 1B99 #> 298 http://id.who.int/icd/release/11/mms/63835650 1B9A #> 299 http://id.who.int/icd/release/11/mms/1935092859/unspecified 1B9Z #> 300 http://id.who.int/icd/release/11/mms/487269828 #> 301 http://id.who.int/icd/release/11/mms/1697630330 1C10 #> 302 http://id.who.int/icd/release/11/mms/452367246 1C10.0 #> 303 http://id.who.int/icd/release/11/mms/2143116824 1C10.1 #> 304 http://id.who.int/icd/release/11/mms/185601767 1C10.2 #> 305 http://id.who.int/icd/release/11/mms/413315344 1C10.3 #> 306 http://id.who.int/icd/release/11/mms/1697630330/other 1C10.Y #> 307 http://id.who.int/icd/release/11/mms/1697630330/unspecified 1C10.Z #> 308 http://id.who.int/icd/release/11/mms/1938462328 1C11 #> 309 http://id.who.int/icd/release/11/mms/1917297026 1C11.0 #> 310 http://id.who.int/icd/release/11/mms/1031219789 1C11.00 #> 311 http://id.who.int/icd/release/11/mms/1480386521 1C11.01 #> 312 http://id.who.int/icd/release/11/mms/1587737629 1C11.1 #> 313 http://id.who.int/icd/release/11/mms/1938462328/other 1C11.Y #> 314 http://id.who.int/icd/release/11/mms/1938462328/unspecified 1C11.Z #> 315 http://id.who.int/icd/release/11/mms/2064398473 1C12 #> 316 http://id.who.int/icd/release/11/mms/1287021540 1C12.0 #> 317 http://id.who.int/icd/release/11/mms/704491122 1C12.1 #> 318 http://id.who.int/icd/release/11/mms/2064398473/other 1C12.Y #> 319 http://id.who.int/icd/release/11/mms/2064398473/unspecified 1C12.Z #> 320 http://id.who.int/icd/release/11/mms/1793762788 1C13 #> 321 http://id.who.int/icd/release/11/mms/262236278 1C14 #> 322 http://id.who.int/icd/release/11/mms/2085616610 1C15 #> 323 http://id.who.int/icd/release/11/mms/1920227791 1C16 #> 324 http://id.who.int/icd/release/11/mms/508032285 1C17 #> 325 http://id.who.int/icd/release/11/mms/1347332965 1C17.0 #> 326 http://id.who.int/icd/release/11/mms/1736804001 1C17.00 #> 327 http://id.who.int/icd/release/11/mms/1347332965/other 1C17.0Y #> 328 http://id.who.int/icd/release/11/mms/1347332965/unspecified 1C17.0Z #> 329 http://id.who.int/icd/release/11/mms/889546481 1C17.1 #> 330 http://id.who.int/icd/release/11/mms/1101542926 1C17.2 #> 331 http://id.who.int/icd/release/11/mms/618920860 1C17.3 #> 332 http://id.who.int/icd/release/11/mms/508032285/other 1C17.Y #> 333 http://id.who.int/icd/release/11/mms/508032285/unspecified 1C17.Z #> 334 http://id.who.int/icd/release/11/mms/1966578342 1C18 #> 335 http://id.who.int/icd/release/11/mms/390042715 1C19 #> 336 http://id.who.int/icd/release/11/mms/1670562980 1C19.0 #> 337 http://id.who.int/icd/release/11/mms/424434722 1C19.1 #> 338 http://id.who.int/icd/release/11/mms/390042715/unspecified 1C19.Z #> 339 http://id.who.int/icd/release/11/mms/419706488 1C1A #> 340 http://id.who.int/icd/release/11/mms/1789950491 1C1A.0 #> 341 http://id.who.int/icd/release/11/mms/268154767 1C1A.1 #> 342 http://id.who.int/icd/release/11/mms/419706488/other 1C1A.Y #> 343 http://id.who.int/icd/release/11/mms/419706488/unspecified 1C1A.Z #> 344 http://id.who.int/icd/release/11/mms/6555116 1C1B #> 345 http://id.who.int/icd/release/11/mms/101604109 1C1B.0 #> 346 http://id.who.int/icd/release/11/mms/1665504921 1C1B.1 #> 347 http://id.who.int/icd/release/11/mms/6555116/other 1C1B.Y #> 348 http://id.who.int/icd/release/11/mms/6555116/unspecified 1C1B.Z #> 349 http://id.who.int/icd/release/11/mms/1664016479 1C1C #> 350 http://id.who.int/icd/release/11/mms/516585689 1C1C.0 #> 351 http://id.who.int/icd/release/11/mms/2072098125 1C1C.1 #> 352 http://id.who.int/icd/release/11/mms/832233624 1C1C.2 #> 353 http://id.who.int/icd/release/11/mms/254600628 1C1C.20 #> 354 http://id.who.int/icd/release/11/mms/832233624/other 1C1C.2Y #> 355 http://id.who.int/icd/release/11/mms/832233624/unspecified 1C1C.2Z #> 356 http://id.who.int/icd/release/11/mms/1664016479/other 1C1C.Y #> 357 http://id.who.int/icd/release/11/mms/1664016479/unspecified 1C1C.Z #> 358 http://id.who.int/icd/release/11/mms/840525023 1C1D #> 359 http://id.who.int/icd/release/11/mms/3933330 1C1D.0 #> 360 http://id.who.int/icd/release/11/mms/944473231 1C1D.1 #> 361 http://id.who.int/icd/release/11/mms/406586413 1C1D.2 #> 362 http://id.who.int/icd/release/11/mms/247169608 1C1D.3 #> 363 http://id.who.int/icd/release/11/mms/840525023/unspecified 1C1D.Z #> 364 http://id.who.int/icd/release/11/mms/1465035083 1C1E #> 365 http://id.who.int/icd/release/11/mms/482659345 1C1E.0 #> 366 http://id.who.int/icd/release/11/mms/2039415173 1C1E.1 #> 367 http://id.who.int/icd/release/11/mms/220352892 1C1E.2 #> 368 http://id.who.int/icd/release/11/mms/1751751918 1C1E.3 #> 369 http://id.who.int/icd/release/11/mms/1465035083/unspecified 1C1E.Z #> 370 http://id.who.int/icd/release/11/mms/1186214944 1C1F #> 371 http://id.who.int/icd/release/11/mms/1600014919 1C1G #> 372 http://id.who.int/icd/release/11/mms/217939807 1C1G.0 #> 373 http://id.who.int/icd/release/11/mms/120524401 1C1G.1 #> 374 http://id.who.int/icd/release/11/mms/1614775629 1C1G.10 #> 375 http://id.who.int/icd/release/11/mms/2085372866 1C1G.11 #> 376 http://id.who.int/icd/release/11/mms/59307016 1C1G.12 #> 377 http://id.who.int/icd/release/11/mms/1772714648 1C1G.13 #> 378 http://id.who.int/icd/release/11/mms/242606511 1C1G.14 #> 379 http://id.who.int/icd/release/11/mms/120524401/other 1C1G.1Y #> 380 http://id.who.int/icd/release/11/mms/120524401/unspecified 1C1G.1Z #> 381 http://id.who.int/icd/release/11/mms/1600014919/other 1C1G.Y #> 382 http://id.who.int/icd/release/11/mms/1600014919/unspecified 1C1G.Z #> 383 http://id.who.int/icd/release/11/mms/1320736556 1C1H #> 384 http://id.who.int/icd/release/11/mms/737352378 1C1H.0 #> 385 http://id.who.int/icd/release/11/mms/1320736556/other 1C1H.Y #> 386 http://id.who.int/icd/release/11/mms/1320736556/unspecified 1C1H.Z #> 387 http://id.who.int/icd/release/11/mms/965498095 1C1J #> 388 http://id.who.int/icd/release/11/mms/923521593 1C1J.0 #> 389 http://id.who.int/icd/release/11/mms/1379934125 1C1J.1 #> 390 http://id.who.int/icd/release/11/mms/965498095/unspecified 1C1J.Z #> 391 http://id.who.int/icd/release/11/mms/1127435854 #> 392 http://id.who.int/icd/release/11/mms/223956768 1C20 #> 393 http://id.who.int/icd/release/11/mms/1132542967 1C21 #> 394 http://id.who.int/icd/release/11/mms/1937339080 1C22 #> 395 http://id.who.int/icd/release/11/mms/372424530 1C23 #> 396 http://id.who.int/icd/release/11/mms/727668449 1C23.0 #> 397 http://id.who.int/icd/release/11/mms/1309973365 1C23.1 #> 398 http://id.who.int/icd/release/11/mms/372424530/other 1C23.Y #> 399 http://id.who.int/icd/release/11/mms/372424530/unspecified 1C23.Z #> 400 http://id.who.int/icd/release/11/mms/1127435854/other 1C2Y #> 401 http://id.who.int/icd/release/11/mms/1127435854/unspecified 1C2Z #> 402 http://id.who.int/icd/release/11/mms/1981846 #> 403 http://id.who.int/icd/release/11/mms/292650041 1C30 #> 404 http://id.who.int/icd/release/11/mms/295798687 1C30.0 #> 405 http://id.who.int/icd/release/11/mms/1961511435 1C30.1 #> 406 http://id.who.int/icd/release/11/mms/4659958 1C30.2 #> 407 http://id.who.int/icd/release/11/mms/1695340384 1C30.3 #> 408 http://id.who.int/icd/release/11/mms/292650041/other 1C30.Y #> 409 http://id.who.int/icd/release/11/mms/292650041/unspecified 1C30.Z #> 410 http://id.who.int/icd/release/11/mms/9953620 1C31 #> 411 http://id.who.int/icd/release/11/mms/215936800 1C31.0 #> 412 http://id.who.int/icd/release/11/mms/1771381430 1C31.1 #> 413 http://id.who.int/icd/release/11/mms/490238539 1C31.2 #> 414 http://id.who.int/icd/release/11/mms/2020851679 1C31.3 #> 415 http://id.who.int/icd/release/11/mms/9953620/other 1C31.Y #> 416 http://id.who.int/icd/release/11/mms/9953620/unspecified 1C31.Z #> 417 http://id.who.int/icd/release/11/mms/1005140361 1C32 #> 418 http://id.who.int/icd/release/11/mms/2113860626 1C33 #> 419 http://id.who.int/icd/release/11/mms/1981846/other 1C3Y #> 420 http://id.who.int/icd/release/11/mms/1981846/unspecified 1C3Z #> 421 http://id.who.int/icd/release/11/mms/1012026026 1C40 #> 422 http://id.who.int/icd/release/11/mms/520429137 1C41 #> 423 http://id.who.int/icd/release/11/mms/2129350166 1C42 #> 424 http://id.who.int/icd/release/11/mms/168432503 1C43 #> 425 http://id.who.int/icd/release/11/mms/698540116 1C44 #> 426 http://id.who.int/icd/release/11/mms/114886962 1C45 #> 427 http://id.who.int/icd/release/11/mms/197163558 1C45.0 #> 428 http://id.who.int/icd/release/11/mms/788554020 1C45.1 #> 429 http://id.who.int/icd/release/11/mms/114886962/other 1C45.Y #> 430 http://id.who.int/icd/release/11/mms/114886962/unspecified 1C45.Z #> 431 http://id.who.int/icd/release/11/mms/487269828/other 1C4Y #> 432 http://id.who.int/icd/release/11/mms/487269828/unspecified 1C4Z #> 433 http://id.who.int/icd/release/11/mms/1000704511 #> 434 http://id.who.int/icd/release/11/mms/236924369 1C60 #> 435 http://id.who.int/icd/release/11/mms/215309692 1C60.0 #> 436 http://id.who.int/icd/release/11/mms/1386132895 1C60.1 #> 437 http://id.who.int/icd/release/11/mms/865305628 1C60.2 #> 438 http://id.who.int/icd/release/11/mms/1280139157 1C60.3 #> 439 http://id.who.int/icd/release/11/mms/802739943 1C60.30 #> 440 http://id.who.int/icd/release/11/mms/1280139157/other 1C60.3Y #> 441 http://id.who.int/icd/release/11/mms/1280139157/unspecified 1C60.3Z #> 442 http://id.who.int/icd/release/11/mms/236924369/unspecified 1C60.Z #> 443 http://id.who.int/icd/release/11/mms/771273482 1C61 #> 444 http://id.who.int/icd/release/11/mms/1552401955 1C61.0 #> 445 http://id.who.int/icd/release/11/mms/1702650002 1C61.1 #> 446 http://id.who.int/icd/release/11/mms/993495155 1C61.2 #> 447 http://id.who.int/icd/release/11/mms/97626683 1C61.3 #> 448 http://id.who.int/icd/release/11/mms/1848415584 1C61.30 #> 449 http://id.who.int/icd/release/11/mms/97626683/other 1C61.3Y #> 450 http://id.who.int/icd/release/11/mms/97626683/unspecified 1C61.3Z #> 451 http://id.who.int/icd/release/11/mms/771273482/unspecified 1C61.Z #> 452 http://id.who.int/icd/release/11/mms/1508081745 1C62 #> 453 http://id.who.int/icd/release/11/mms/574153866 1C62.0 #> 454 http://id.who.int/icd/release/11/mms/1575370503 1C62.1 #> 455 http://id.who.int/icd/release/11/mms/1294771889 1C62.2 #> 456 http://id.who.int/icd/release/11/mms/1858812010 1C62.3 #> 457 http://id.who.int/icd/release/11/mms/1044381913 1C62.30 #> 458 http://id.who.int/icd/release/11/mms/1858812010/other 1C62.3Y #> 459 http://id.who.int/icd/release/11/mms/1858812010/unspecified 1C62.3Z #> 460 http://id.who.int/icd/release/11/mms/1508081745/unspecified 1C62.Z #> 461 http://id.who.int/icd/release/11/mms/1104303944 #> 462 http://id.who.int/icd/release/11/mms/956664712 1C80 #> 463 http://id.who.int/icd/release/11/mms/588527933 1C81 #> 464 http://id.who.int/icd/release/11/mms/854762584 1C82 #> 465 http://id.who.int/icd/release/11/mms/1543765035 1C83 #> 466 http://id.who.int/icd/release/11/mms/682536148 1C84 #> 467 http://id.who.int/icd/release/11/mms/961032639 1C85 #> 468 http://id.who.int/icd/release/11/mms/1306878274 1C86 #> 469 http://id.who.int/icd/release/11/mms/804089791 1C87 #> 470 http://id.who.int/icd/release/11/mms/1040970454 1C88 #> 471 http://id.who.int/icd/release/11/mms/1530937152 1C8B #> 472 http://id.who.int/icd/release/11/mms/608978790 1C8C #> 473 http://id.who.int/icd/release/11/mms/1501615629 1C8D #> 474 http://id.who.int/icd/release/11/mms/1358604969 1C8E #> 475 http://id.who.int/icd/release/11/mms/62316737 1C8E.1 #> 476 http://id.who.int/icd/release/11/mms/1727868245 1C8E.2 #> 477 http://id.who.int/icd/release/11/mms/1358604969/other 1C8E.Y #> 478 http://id.who.int/icd/release/11/mms/1358604969/unspecified 1C8E.Z #> 479 http://id.who.int/icd/release/11/mms/307264938 1C8F #> 480 http://id.who.int/icd/release/11/mms/835129952 1C8G #> 481 http://id.who.int/icd/release/11/mms/36782335 1C8G.0 #> 482 http://id.who.int/icd/release/11/mms/1736084843 1C8G.1 #> 483 http://id.who.int/icd/release/11/mms/975631454 1C8G.2 #> 484 http://id.who.int/icd/release/11/mms/835129952/unspecified 1C8G.Z #> 485 http://id.who.int/icd/release/11/mms/1104303944/other 1C8Y #> 486 http://id.who.int/icd/release/11/mms/1104303944/unspecified 1C8Z #> 487 http://id.who.int/icd/release/11/mms/1585949804 #> 488 http://id.who.int/icd/release/11/mms/62637936 1D00 #> 489 http://id.who.int/icd/release/11/mms/1656157931 1D00.0 #> 490 http://id.who.int/icd/release/11/mms/2048186698 1D00.1 #> 491 http://id.who.int/icd/release/11/mms/1269730048 1D00.2 #> 492 http://id.who.int/icd/release/11/mms/62637936/other 1D00.Y #> 493 http://id.who.int/icd/release/11/mms/62637936/unspecified 1D00.Z #> 494 http://id.who.int/icd/release/11/mms/121670633 1D01 #> 495 http://id.who.int/icd/release/11/mms/684930313 1D01.0 #> 496 http://id.who.int/icd/release/11/mms/1005770900 1D01.00 #> 497 http://id.who.int/icd/release/11/mms/684930313/other 1D01.0Y #> 498 http://id.who.int/icd/release/11/mms/684930313/unspecified 1D01.0Z #> 499 http://id.who.int/icd/release/11/mms/1137081791 1D01.1 #> 500 http://id.who.int/icd/release/11/mms/181304776 1D01.2 #> 501 http://id.who.int/icd/release/11/mms/731112897 1D01.3 #> 502 http://id.who.int/icd/release/11/mms/121670633/other 1D01.Y #> 503 http://id.who.int/icd/release/11/mms/121670633/unspecified 1D01.Z #> 504 http://id.who.int/icd/release/11/mms/392898612 1D02 #> 505 http://id.who.int/icd/release/11/mms/373833091 1D02.0 #> 506 http://id.who.int/icd/release/11/mms/1054675109 1D02.1 #> 507 http://id.who.int/icd/release/11/mms/431392958 1D02.2 #> 508 http://id.who.int/icd/release/11/mms/342012360 1D02.3 #> 509 http://id.who.int/icd/release/11/mms/392898612/other 1D02.Y #> 510 http://id.who.int/icd/release/11/mms/392898612/unspecified 1D02.Z #> 511 http://id.who.int/icd/release/11/mms/1483190070 1D03 #> 512 http://id.who.int/icd/release/11/mms/443087096 1D03.0 #> 513 http://id.who.int/icd/release/11/mms/613341872 1D03.1 #> 514 http://id.who.int/icd/release/11/mms/1147230459 1D03.2 #> 515 http://id.who.int/icd/release/11/mms/1128677700 1D03.3 #> 516 http://id.who.int/icd/release/11/mms/1360075821 1D03.30 #> 517 http://id.who.int/icd/release/11/mms/838770280 1D03.31 #> 518 http://id.who.int/icd/release/11/mms/777604655 1D03.32 #> 519 http://id.who.int/icd/release/11/mms/714215906 1D03.33 #> 520 http://id.who.int/icd/release/11/mms/1128677700/other 1D03.3Y #> 521 http://id.who.int/icd/release/11/mms/1128677700/unspecified 1D03.3Z #> 522 http://id.who.int/icd/release/11/mms/1299705786 1D03.4 #> 523 http://id.who.int/icd/release/11/mms/486617244 1D03.5 #> 524 http://id.who.int/icd/release/11/mms/1483190070/other 1D03.Y #> 525 http://id.who.int/icd/release/11/mms/1483190070/unspecified 1D03.Z #> 526 http://id.who.int/icd/release/11/mms/2108355318 1D04 #> 527 http://id.who.int/icd/release/11/mms/1726978545 1D04.0 #> 528 http://id.who.int/icd/release/11/mms/629126866 1D04.1 #> 529 http://id.who.int/icd/release/11/mms/132294774 1D04.10 #> 530 http://id.who.int/icd/release/11/mms/629126866/other 1D04.1Y #> 531 http://id.who.int/icd/release/11/mms/629126866/unspecified 1D04.1Z #> 532 http://id.who.int/icd/release/11/mms/2017227771 1D04.2 #> 533 http://id.who.int/icd/release/11/mms/1761012301 1D04.3 #> 534 http://id.who.int/icd/release/11/mms/1543721163 1D04.4 #> 535 http://id.who.int/icd/release/11/mms/923328437 1D04.5 #> 536 http://id.who.int/icd/release/11/mms/2108355318/other 1D04.Y #> 537 http://id.who.int/icd/release/11/mms/2108355318/unspecified 1D04.Z #> 538 http://id.who.int/icd/release/11/mms/634116368 1D05 #> 539 http://id.who.int/icd/release/11/mms/35402215 1D05.0 #> 540 http://id.who.int/icd/release/11/mms/1388337190 1D05.1 #> 541 http://id.who.int/icd/release/11/mms/634116368/other 1D05.Y #> 542 http://id.who.int/icd/release/11/mms/634116368/unspecified 1D05.Z #> 543 http://id.who.int/icd/release/11/mms/1585949804/other 1D0Y #> 544 http://id.who.int/icd/release/11/mms/1585949804/unspecified 1D0Z #> 545 http://id.who.int/icd/release/11/mms/1959883044 #> 546 http://id.who.int/icd/release/11/mms/685093552 1D20 #> 547 http://id.who.int/icd/release/11/mms/1302232870 1D21 #> 548 http://id.who.int/icd/release/11/mms/56575149 1D22 #> 549 http://id.who.int/icd/release/11/mms/1959883044/unspecified 1D2Z #> 550 http://id.who.int/icd/release/11/mms/921595235 #> 551 http://id.who.int/icd/release/11/mms/900389391 1D40 #> 552 http://id.who.int/icd/release/11/mms/951357413 1D41 #> 553 http://id.who.int/icd/release/11/mms/1356928923 1D42 #> 554 http://id.who.int/icd/release/11/mms/693244560 1D43 #> 555 http://id.who.int/icd/release/11/mms/854137188 1D44 #> 556 http://id.who.int/icd/release/11/mms/1276763930 1D45 #> 557 http://id.who.int/icd/release/11/mms/1091013360 1D46 #> 558 http://id.who.int/icd/release/11/mms/383352795 1D47 #> 559 http://id.who.int/icd/release/11/mms/1401438580 1D48 #> 560 http://id.who.int/icd/release/11/mms/1562906700 1D49 #> 561 http://id.who.int/icd/release/11/mms/946068954 1D4A #> 562 http://id.who.int/icd/release/11/mms/1288604967 1D4B #> 563 http://id.who.int/icd/release/11/mms/1105069515 1D4C #> 564 http://id.who.int/icd/release/11/mms/1085418398 1D4D #> 565 http://id.who.int/icd/release/11/mms/282121084 1D4E #> 566 http://id.who.int/icd/release/11/mms/921595235/other 1D4Y #> 567 http://id.who.int/icd/release/11/mms/921595235/unspecified 1D4Z #> 568 http://id.who.int/icd/release/11/mms/1251496839 #> 569 http://id.who.int/icd/release/11/mms/694903163 1D60 #> 570 http://id.who.int/icd/release/11/mms/1517015847 1D60.0 #> 571 http://id.who.int/icd/release/11/mms/1313688701 1D60.00 #> 572 http://id.who.int/icd/release/11/mms/792755706 1D60.01 #> 573 http://id.who.int/icd/release/11/mms/1352574583 1D60.02 #> 574 http://id.who.int/icd/release/11/mms/1950399694 1D60.03 #> 575 http://id.who.int/icd/release/11/mms/1517015847/other 1D60.0Y #> 576 http://id.who.int/icd/release/11/mms/1517015847/unspecified 1D60.0Z #> 577 http://id.who.int/icd/release/11/mms/696598707 1D60.1 #> 578 http://id.who.int/icd/release/11/mms/510498140 1D60.10 #> 579 http://id.who.int/icd/release/11/mms/198979491 1D60.11 #> 580 http://id.who.int/icd/release/11/mms/696598707/other 1D60.1Y #> 581 http://id.who.int/icd/release/11/mms/696598707/unspecified 1D60.1Z #> 582 http://id.who.int/icd/release/11/mms/694903163/other 1D60.Y #> 583 http://id.who.int/icd/release/11/mms/694903163/unspecified 1D60.Z #> 584 http://id.who.int/icd/release/11/mms/1652368287 1D61 #> 585 http://id.who.int/icd/release/11/mms/257166193 1D61.0 #> 586 http://id.who.int/icd/release/11/mms/1780467429 1D61.1 #> 587 http://id.who.int/icd/release/11/mms/515020316 1D61.2 #> 588 http://id.who.int/icd/release/11/mms/356743940 1D61.3 #> 589 http://id.who.int/icd/release/11/mms/1652368287/other 1D61.Y #> 590 http://id.who.int/icd/release/11/mms/1652368287/unspecified 1D61.Z #> 591 http://id.who.int/icd/release/11/mms/271833991 1D62 #> 592 http://id.who.int/icd/release/11/mms/1059069619 1D62.0 #> 593 http://id.who.int/icd/release/11/mms/582624609 1D62.1 #> 594 http://id.who.int/icd/release/11/mms/1879060110 1D62.2 #> 595 http://id.who.int/icd/release/11/mms/271833991/other 1D62.Y #> 596 http://id.who.int/icd/release/11/mms/271833991/unspecified 1D62.Z #> 597 http://id.who.int/icd/release/11/mms/1020283662 1D63 #> 598 http://id.who.int/icd/release/11/mms/1840423014 1D64 #> 599 http://id.who.int/icd/release/11/mms/652944603 1D65 #> 600 http://id.who.int/icd/release/11/mms/1251496839/other 1D6Y #> 601 http://id.who.int/icd/release/11/mms/1251496839/unspecified 1D6Z #> 602 http://id.who.int/icd/release/11/mms/1136802325 #> 603 http://id.who.int/icd/release/11/mms/1208294714 1D80 #> 604 http://id.who.int/icd/release/11/mms/2082214683 1D80.0 #> 605 http://id.who.int/icd/release/11/mms/333831364 1D80.1 #> 606 http://id.who.int/icd/release/11/mms/1991119186 1D80.2 #> 607 http://id.who.int/icd/release/11/mms/33767855 1D80.3 #> 608 http://id.who.int/icd/release/11/mms/1732807739 1D80.4 #> 609 http://id.who.int/icd/release/11/mms/1208294714/other 1D80.Y #> 610 http://id.who.int/icd/release/11/mms/760139952 1D81 #> 611 http://id.who.int/icd/release/11/mms/109125699 1D81.0 #> 612 http://id.who.int/icd/release/11/mms/1784076753 1D81.1 #> 613 http://id.who.int/icd/release/11/mms/760139952/other 1D81.Y #> 614 http://id.who.int/icd/release/11/mms/760139952/unspecified 1D81.Z #> 615 http://id.who.int/icd/release/11/mms/1017662917 1D82 #> 616 http://id.who.int/icd/release/11/mms/1999221102 1D82.0 #> 617 http://id.who.int/icd/release/11/mms/59040145 1D82.1 #> 618 http://id.who.int/icd/release/11/mms/1017662917/other 1D82.Y #> 619 http://id.who.int/icd/release/11/mms/1017662917/unspecified 1D82.Z #> 620 http://id.who.int/icd/release/11/mms/637134348 1D83 #> 621 http://id.who.int/icd/release/11/mms/157616931 1D84 #> 622 http://id.who.int/icd/release/11/mms/1094028194 1D84.0 #> 623 http://id.who.int/icd/release/11/mms/1356011211 1D84.1 #> 624 http://id.who.int/icd/release/11/mms/157616931/other 1D84.Y #> 625 http://id.who.int/icd/release/11/mms/157616931/unspecified 1D84.Z #> 626 http://id.who.int/icd/release/11/mms/874478433 1D85 #> 627 http://id.who.int/icd/release/11/mms/1485671112 1D85.0 #> 628 http://id.who.int/icd/release/11/mms/51885381 1D85.1 #> 629 http://id.who.int/icd/release/11/mms/326802563 1D85.2 #> 630 http://id.who.int/icd/release/11/mms/233520745 1D85.3 #> 631 http://id.who.int/icd/release/11/mms/856497185 1D85.4 #> 632 http://id.who.int/icd/release/11/mms/874478433/other 1D85.Y #> 633 http://id.who.int/icd/release/11/mms/874478433/unspecified 1D85.Z #> 634 http://id.who.int/icd/release/11/mms/555874229 1D86 #> 635 http://id.who.int/icd/release/11/mms/237422666 #> 636 http://id.who.int/icd/release/11/mms/511743818 1D90 #> 637 http://id.who.int/icd/release/11/mms/2076924640 1D91 #> 638 http://id.who.int/icd/release/11/mms/258345505 1D92 #> 639 http://id.who.int/icd/release/11/mms/1781385141 1D93 #> 640 http://id.who.int/icd/release/11/mms/237422666/other 1D9Y #> 641 http://id.who.int/icd/release/11/mms/237422666/unspecified 1D9Z #> 642 http://id.who.int/icd/release/11/mms/1136802325/other 1E1Y #> 643 http://id.who.int/icd/release/11/mms/1136802325/unspecified 1E1Z #> 644 http://id.who.int/icd/release/11/mms/145723401 #> 645 http://id.who.int/icd/release/11/mms/753780243 1E30 #> 646 http://id.who.int/icd/release/11/mms/283428170 1E31 #> 647 http://id.who.int/icd/release/11/mms/1235618695 1E32 #> 648 http://id.who.int/icd/release/11/mms/985510409 #> 649 http://id.who.int/icd/release/11/mms/1154736543 1E50 #> 650 http://id.who.int/icd/release/11/mms/991455762 1E50.0 #> 651 http://id.who.int/icd/release/11/mms/1337277167 1E50.1 #> 652 http://id.who.int/icd/release/11/mms/1517862018 1E50.2 #> 653 http://id.who.int/icd/release/11/mms/1060335896 1E50.3 #> 654 http://id.who.int/icd/release/11/mms/785771645 1E50.4 #> 655 http://id.who.int/icd/release/11/mms/1154736543/other 1E50.Y #> 656 http://id.who.int/icd/release/11/mms/1154736543/unspecified 1E50.Z #> 657 http://id.who.int/icd/release/11/mms/1469571641 1E51 #> 658 http://id.who.int/icd/release/11/mms/352087872 1E51.0 #> 659 http://id.who.int/icd/release/11/mms/1994012056 1E51.00 #> 660 http://id.who.int/icd/release/11/mms/352087872/other 1E51.0Y #> 661 http://id.who.int/icd/release/11/mms/352087872/unspecified 1E51.0Z #> 662 http://id.who.int/icd/release/11/mms/1615937473 1E51.1 #> 663 http://id.who.int/icd/release/11/mms/1011250453 1E51.2 #> 664 http://id.who.int/icd/release/11/mms/1465996172 1E51.3 #> 665 http://id.who.int/icd/release/11/mms/1469571641/other 1E51.Y #> 666 http://id.who.int/icd/release/11/mms/1469571641/unspecified 1E51.Z #> 667 http://id.who.int/icd/release/11/mms/985510409/unspecified 1E5Z #> 668 http://id.who.int/icd/release/11/mms/1646490591 #> 669 http://id.who.int/icd/release/11/mms/2080431678 #> 670 http://id.who.int/icd/release/11/mms/2054716425 1E70 #> 671 http://id.who.int/icd/release/11/mms/160886685 1E71 #> 672 http://id.who.int/icd/release/11/mms/1205745537 1E72 #> 673 http://id.who.int/icd/release/11/mms/1275065853 1E73 #> 674 http://id.who.int/icd/release/11/mms/444002285 1E74 #> 675 http://id.who.int/icd/release/11/mms/111540068 1E75 #> 676 http://id.who.int/icd/release/11/mms/82201615 1E76 #> 677 http://id.who.int/icd/release/11/mms/2080431678/other 1E7Y #> 678 http://id.who.int/icd/release/11/mms/2080431678/unspecified 1E7Z #> 679 http://id.who.int/icd/release/11/mms/772982663 #> 680 http://id.who.int/icd/release/11/mms/1074706780 1E80 #> 681 http://id.who.int/icd/release/11/mms/1422437990 1E80.0 #> 682 http://id.who.int/icd/release/11/mms/1076733559 1E80.1 #> 683 http://id.who.int/icd/release/11/mms/1074706780/other 1E80.Y #> 684 http://id.who.int/icd/release/11/mms/1074706780/unspecified 1E80.Z #> 685 http://id.who.int/icd/release/11/mms/316643992 1E81 #> 686 http://id.who.int/icd/release/11/mms/1160781209 1E82 #> 687 http://id.who.int/icd/release/11/mms/155264956 1E82.0 #> 688 http://id.who.int/icd/release/11/mms/519985380 1E83 #> 689 http://id.who.int/icd/release/11/mms/772982663/unspecified 1E8Z #> 690 http://id.who.int/icd/release/11/mms/80976093 #> 691 http://id.who.int/icd/release/11/mms/1805574500 1E90 #> 692 http://id.who.int/icd/release/11/mms/1667539108 1E90.0 #> 693 http://id.who.int/icd/release/11/mms/145288168 1E90.1 #> 694 http://id.who.int/icd/release/11/mms/1843603058 1E90.2 #> 695 http://id.who.int/icd/release/11/mms/1805574500/other 1E90.Y #> 696 http://id.who.int/icd/release/11/mms/1805574500/unspecified 1E90.Z #> 697 http://id.who.int/icd/release/11/mms/523481501 1E91 #> 698 http://id.who.int/icd/release/11/mms/1659043996 1E91.0 #> 699 http://id.who.int/icd/release/11/mms/2105678631 1E91.1 #> 700 http://id.who.int/icd/release/11/mms/2059524172 1E91.2 #> 701 http://id.who.int/icd/release/11/mms/415880883 1E91.3 #> 702 http://id.who.int/icd/release/11/mms/1778898783 1E91.4 #> 703 http://id.who.int/icd/release/11/mms/912466759 1E91.40 #> 704 http://id.who.int/icd/release/11/mms/115616439 1E91.41 #> 705 http://id.who.int/icd/release/11/mms/1778898783/other 1E91.4Y #> 706 http://id.who.int/icd/release/11/mms/1778898783/unspecified 1E91.4Z #> 707 http://id.who.int/icd/release/11/mms/321057933 1E91.5 #> 708 http://id.who.int/icd/release/11/mms/523481501/other 1E91.Y #> 709 http://id.who.int/icd/release/11/mms/523481501/unspecified 1E91.Z #> 710 http://id.who.int/icd/release/11/mms/248851702 1F00 #> 711 http://id.who.int/icd/release/11/mms/1897656051 1F00.0 #> 712 http://id.who.int/icd/release/11/mms/1518322360 1F00.00 #> 713 http://id.who.int/icd/release/11/mms/1720001875 1F00.01 #> 714 http://id.who.int/icd/release/11/mms/1086416908 1F00.02 #> 715 http://id.who.int/icd/release/11/mms/549327141 1F00.03 #> 716 http://id.who.int/icd/release/11/mms/1897656051/other 1F00.0Y #> 717 http://id.who.int/icd/release/11/mms/1985490330 1F00.1 #> 718 http://id.who.int/icd/release/11/mms/1188755650 1F00.10 #> 719 http://id.who.int/icd/release/11/mms/1847489994 1F00.11 #> 720 http://id.who.int/icd/release/11/mms/1985490330/other 1F00.1Y #> 721 http://id.who.int/icd/release/11/mms/1985490330/unspecified 1F00.1Z #> 722 http://id.who.int/icd/release/11/mms/163693711 1F00.2 #> 723 http://id.who.int/icd/release/11/mms/1627222936 1F00.20 #> 724 http://id.who.int/icd/release/11/mms/320069644 1F00.21 #> 725 http://id.who.int/icd/release/11/mms/163693711/other 1F00.2Y #> 726 http://id.who.int/icd/release/11/mms/1740550387 1F00.3 #> 727 http://id.who.int/icd/release/11/mms/248851702/other 1F00.Y #> 728 http://id.who.int/icd/release/11/mms/248851702/unspecified 1F00.Z #> 729 http://id.who.int/icd/release/11/mms/1883970802 1F01 #> 730 http://id.who.int/icd/release/11/mms/410022648 1F02 #> 731 http://id.who.int/icd/release/11/mms/869374630 1F02.0 #> 732 http://id.who.int/icd/release/11/mms/2131502234 1F02.1 #> 733 http://id.who.int/icd/release/11/mms/1478349286 1F02.2 #> 734 http://id.who.int/icd/release/11/mms/410022648/other 1F02.Y #> 735 http://id.who.int/icd/release/11/mms/1826431497 1F03 #> 736 http://id.who.int/icd/release/11/mms/1503293914 1F03.0 #> 737 http://id.who.int/icd/release/11/mms/844511898 1F03.1 #> 738 http://id.who.int/icd/release/11/mms/1461581580 1F03.2 #> 739 http://id.who.int/icd/release/11/mms/1826431497/other 1F03.Y #> 740 http://id.who.int/icd/release/11/mms/352375140 1F04 #> 741 http://id.who.int/icd/release/11/mms/299242184 1F05 #> 742 http://id.who.int/icd/release/11/mms/1726890736 1F05.0 #> 743 http://id.who.int/icd/release/11/mms/61181798 1F05.1 #> 744 http://id.who.int/icd/release/11/mms/1295135613 1F05.2 #> 745 http://id.who.int/icd/release/11/mms/1008730501 1F05.3 #> 746 http://id.who.int/icd/release/11/mms/299242184/other 1F05.Y #> 747 http://id.who.int/icd/release/11/mms/1646490591/other 1F0Y #> 748 http://id.who.int/icd/release/11/mms/1646490591/unspecified 1F0Z #> 749 http://id.who.int/icd/release/11/mms/1939815950 #> 750 http://id.who.int/icd/release/11/mms/1913468488 1F20 #> 751 http://id.who.int/icd/release/11/mms/1314810340 1F20.0 #> 752 http://id.who.int/icd/release/11/mms/710893141 1F20.00 #> 753 http://id.who.int/icd/release/11/mms/2019158769 1F20.01 #> 754 http://id.who.int/icd/release/11/mms/489221449 1F20.02 #> 755 http://id.who.int/icd/release/11/mms/1314810340/other 1F20.0Y #> 756 http://id.who.int/icd/release/11/mms/1314810340/unspecified 1F20.0Z #> 757 http://id.who.int/icd/release/11/mms/2043496606 1F20.1 #> 758 http://id.who.int/icd/release/11/mms/942630604 1F20.10 #> 759 http://id.who.int/icd/release/11/mms/1355660816 1F20.11 #> 760 http://id.who.int/icd/release/11/mms/86747759 1F20.12 #> 761 http://id.who.int/icd/release/11/mms/2132861880 1F20.13 #> 762 http://id.who.int/icd/release/11/mms/107634429 1F20.14 #> 763 http://id.who.int/icd/release/11/mms/1478604320 1F20.15 #> 764 http://id.who.int/icd/release/11/mms/2043496606/other 1F20.1Y #> 765 http://id.who.int/icd/release/11/mms/2043496606/unspecified 1F20.1Z #> 766 http://id.who.int/icd/release/11/mms/1913468488/unspecified 1F20.Z #> 767 http://id.who.int/icd/release/11/mms/2087283296 1F21 #> 768 http://id.who.int/icd/release/11/mms/1968108845 1F22 #> 769 http://id.who.int/icd/release/11/mms/2055968951 1F23 #> 770 http://id.who.int/icd/release/11/mms/520566646 1F23.0 #> 771 http://id.who.int/icd/release/11/mms/284380638 1F23.1 #> 772 http://id.who.int/icd/release/11/mms/1806329739 1F23.10 #> 773 http://id.who.int/icd/release/11/mms/407172127 1F23.11 #> 774 http://id.who.int/icd/release/11/mms/357498950 1F23.12 #> 775 http://id.who.int/icd/release/11/mms/828693449 1F23.13 #> 776 http://id.who.int/icd/release/11/mms/2120780687 1F23.14 #> 777 http://id.who.int/icd/release/11/mms/92452740 1F23.15 #> 778 http://id.who.int/icd/release/11/mms/1064943355 1F23.16 #> 779 http://id.who.int/icd/release/11/mms/284380638/other 1F23.1Y #> 780 http://id.who.int/icd/release/11/mms/284380638/unspecified 1F23.1Z #> 781 http://id.who.int/icd/release/11/mms/1229869827 1F23.2 #> 782 http://id.who.int/icd/release/11/mms/2096491408 1F23.3 #> 783 http://id.who.int/icd/release/11/mms/2098149771 1F23.30 #> 784 http://id.who.int/icd/release/11/mms/2051865312 1F23.31 #> 785 http://id.who.int/icd/release/11/mms/2096491408/other 1F23.3Y #> 786 http://id.who.int/icd/release/11/mms/2096491408/unspecified 1F23.3Z #> 787 http://id.who.int/icd/release/11/mms/2055968951/other 1F23.Y #> 788 http://id.who.int/icd/release/11/mms/2055968951/unspecified 1F23.Z #> 789 http://id.who.int/icd/release/11/mms/1438584733 1F24 #> 790 http://id.who.int/icd/release/11/mms/132287989 1F25 #> 791 http://id.who.int/icd/release/11/mms/1080392099 1F25.0 #> 792 http://id.who.int/icd/release/11/mms/1367598280 1F25.00 #> 793 http://id.who.int/icd/release/11/mms/885533022 1F25.01 #> 794 http://id.who.int/icd/release/11/mms/71079562 1F25.1 #> 795 http://id.who.int/icd/release/11/mms/577599324 1F25.10 #> 796 http://id.who.int/icd/release/11/mms/623817783 1F25.11 #> 797 http://id.who.int/icd/release/11/mms/1455433635 1F25.12 #> 798 http://id.who.int/icd/release/11/mms/71079562/other 1F25.1Y #> 799 http://id.who.int/icd/release/11/mms/71079562/unspecified 1F25.1Z #> 800 http://id.who.int/icd/release/11/mms/132287989/unspecified 1F25.Z #> 801 http://id.who.int/icd/release/11/mms/1326582778 1F26 #> 802 http://id.who.int/icd/release/11/mms/390527954 1F27 #> 803 http://id.who.int/icd/release/11/mms/1916712542 1F27.0 #> 804 http://id.who.int/icd/release/11/mms/393575368 1F27.1 #> 805 http://id.who.int/icd/release/11/mms/738912364 1F27.10 #> 806 http://id.who.int/icd/release/11/mms/30418378 1F27.2 #> 807 http://id.who.int/icd/release/11/mms/390527954/other 1F27.Y #> 808 http://id.who.int/icd/release/11/mms/390527954/unspecified 1F27.Z #> 809 http://id.who.int/icd/release/11/mms/1802307036 1F28 #> 810 http://id.who.int/icd/release/11/mms/1380450203 1F28.0 #> 811 http://id.who.int/icd/release/11/mms/1731433055 1F28.1 #> 812 http://id.who.int/icd/release/11/mms/1993674550 1F28.2 #> 813 http://id.who.int/icd/release/11/mms/350028235 1F28.3 #> 814 http://id.who.int/icd/release/11/mms/1449494917 1F28.4 #> 815 http://id.who.int/icd/release/11/mms/2003167397 1F28.5 #> 816 http://id.who.int/icd/release/11/mms/1802307036/other 1F28.Y #> 817 http://id.who.int/icd/release/11/mms/1802307036/unspecified 1F28.Z #> 818 http://id.who.int/icd/release/11/mms/1866587875 1F29 #> 819 http://id.who.int/icd/release/11/mms/1303003466 1F2A #> 820 http://id.who.int/icd/release/11/mms/1553838370 1F2A.0 #> 821 http://id.who.int/icd/release/11/mms/997943937 1F2A.1 #> 822 http://id.who.int/icd/release/11/mms/1303003466/other 1F2A.Y #> 823 http://id.who.int/icd/release/11/mms/1303003466/unspecified 1F2A.Z #> 824 http://id.who.int/icd/release/11/mms/566562143 1F2B #> 825 http://id.who.int/icd/release/11/mms/1676389165 1F2C #> 826 http://id.who.int/icd/release/11/mms/532698403 1F2D #> 827 http://id.who.int/icd/release/11/mms/67108853 1F2D.0 #> 828 http://id.who.int/icd/release/11/mms/12958750 1F2D.1 #> 829 http://id.who.int/icd/release/11/mms/303653536 1F2D.2 #> 830 http://id.who.int/icd/release/11/mms/1990974193 1F2D.3 #> 831 http://id.who.int/icd/release/11/mms/1723085409 1F2D.4 #> 832 http://id.who.int/icd/release/11/mms/1414602212 1F2D.5 #> 833 http://id.who.int/icd/release/11/mms/532698403/other 1F2D.Y #> 834 http://id.who.int/icd/release/11/mms/532698403/unspecified 1F2D.Z #> 835 http://id.who.int/icd/release/11/mms/268777657 1F2E #> 836 http://id.who.int/icd/release/11/mms/1220568868 1F2E.0 #> 837 http://id.who.int/icd/release/11/mms/992933048 1F2E.1 #> 838 http://id.who.int/icd/release/11/mms/268777657/other 1F2E.Y #> 839 http://id.who.int/icd/release/11/mms/268777657/unspecified 1F2E.Z #> 840 http://id.who.int/icd/release/11/mms/547567937 1F2F #> 841 http://id.who.int/icd/release/11/mms/404370038 1F2G #> 842 http://id.who.int/icd/release/11/mms/2014927218 1F2G.0 #> 843 http://id.who.int/icd/release/11/mms/404370038/unspecified 1F2G.Z #> 844 http://id.who.int/icd/release/11/mms/807637046 1F2H #> 845 http://id.who.int/icd/release/11/mms/579570784 1F2J #> 846 http://id.who.int/icd/release/11/mms/768312788 1F2J.0 #> 847 http://id.who.int/icd/release/11/mms/1370512518 1F2J.1 #> 848 http://id.who.int/icd/release/11/mms/1229440796 1F2J.2 #> 849 http://id.who.int/icd/release/11/mms/984175752 1F2J.3 #> 850 http://id.who.int/icd/release/11/mms/579570784/other 1F2J.Y #> 851 http://id.who.int/icd/release/11/mms/579570784/unspecified 1F2J.Z #> 852 http://id.who.int/icd/release/11/mms/646368820 1F2K #> 853 http://id.who.int/icd/release/11/mms/1357848258 1F2L #> 854 http://id.who.int/icd/release/11/mms/210760879 1F2L.0 #> 855 http://id.who.int/icd/release/11/mms/1111587867 1F2L.1 #> 856 http://id.who.int/icd/release/11/mms/1357848258/other 1F2L.Y #> 857 http://id.who.int/icd/release/11/mms/1357848258/unspecified 1F2L.Z #> 858 http://id.who.int/icd/release/11/mms/1939815950/other 1F2Y #> 859 http://id.who.int/icd/release/11/mms/1939815950/unspecified 1F2Z #> 860 http://id.who.int/icd/release/11/mms/255141529 #> 861 http://id.who.int/icd/release/11/mms/1439886552 #> 862 http://id.who.int/icd/release/11/mms/579583286 1F40 #> 863 http://id.who.int/icd/release/11/mms/1143114898 1F40.0 #> 864 http://id.who.int/icd/release/11/mms/579583286/other 1F40.Y #> 865 http://id.who.int/icd/release/11/mms/579583286/unspecified 1F40.Z #> 866 http://id.who.int/icd/release/11/mms/1203794080 1F41 #> 867 http://id.who.int/icd/release/11/mms/1490699283 1F41.0 #> 868 http://id.who.int/icd/release/11/mms/1203794080/other 1F41.Y #> 869 http://id.who.int/icd/release/11/mms/1203794080/unspecified 1F41.Z #> 870 http://id.who.int/icd/release/11/mms/862789727 1F42 #> 871 http://id.who.int/icd/release/11/mms/1499325485 1F42.0 #> 872 http://id.who.int/icd/release/11/mms/862789727/other 1F42.Y #> 873 http://id.who.int/icd/release/11/mms/862789727/unspecified 1F42.Z #> 874 http://id.who.int/icd/release/11/mms/1168452782 1F43 #> 875 http://id.who.int/icd/release/11/mms/1260563068 1F44 #> 876 http://id.who.int/icd/release/11/mms/633896543 1F45 #> 877 http://id.who.int/icd/release/11/mms/1439886552/unspecified 1F4Z #> 878 http://id.who.int/icd/release/11/mms/817691561 #> 879 http://id.who.int/icd/release/11/mms/289875029 1F50 #> 880 http://id.who.int/icd/release/11/mms/875488052 1F51 #> 881 http://id.who.int/icd/release/11/mms/1671640403 1F51.0 #> 882 http://id.who.int/icd/release/11/mms/1842725899 1F51.00 #> 883 http://id.who.int/icd/release/11/mms/1671640403/other 1F51.0Y #> 884 http://id.who.int/icd/release/11/mms/1671640403/unspecified 1F51.0Z #> 885 http://id.who.int/icd/release/11/mms/115931335 1F51.1 #> 886 http://id.who.int/icd/release/11/mms/1630119630 1F51.10 #> 887 http://id.who.int/icd/release/11/mms/115931335/other 1F51.1Y #> 888 http://id.who.int/icd/release/11/mms/115931335/unspecified 1F51.1Z #> 889 http://id.who.int/icd/release/11/mms/875488052/other 1F51.Y #> 890 http://id.who.int/icd/release/11/mms/875488052/unspecified 1F51.Z #> 891 http://id.who.int/icd/release/11/mms/1947003329 1F52 #> 892 http://id.who.int/icd/release/11/mms/1365585570 1F53 #> 893 http://id.who.int/icd/release/11/mms/437268550 1F53.1 #> 894 http://id.who.int/icd/release/11/mms/1857904825 1F53.2 #> 895 http://id.who.int/icd/release/11/mms/200715565 1F53.3 #> 896 http://id.who.int/icd/release/11/mms/1279577094 1F53.4 #> 897 http://id.who.int/icd/release/11/mms/1365585570/other 1F53.Y #> 898 http://id.who.int/icd/release/11/mms/1365585570/unspecified 1F53.Z #> 899 http://id.who.int/icd/release/11/mms/1082373067 1F54 #> 900 http://id.who.int/icd/release/11/mms/1646564717 1F54.0 #> 901 http://id.who.int/icd/release/11/mms/124737785 1F54.1 #> 902 http://id.who.int/icd/release/11/mms/1942095878 1F54.2 #> 903 http://id.who.int/icd/release/11/mms/1082373067/unspecified 1F54.Z #> 904 http://id.who.int/icd/release/11/mms/1709864108 1F55 #> 905 http://id.who.int/icd/release/11/mms/1150206155 1F56 #> 906 http://id.who.int/icd/release/11/mms/738999268 1F57 #> 907 http://id.who.int/icd/release/11/mms/1419043836 1F57.0 #> 908 http://id.who.int/icd/release/11/mms/540652293 1F57.1 #> 909 http://id.who.int/icd/release/11/mms/1165131409 1F57.2 #> 910 http://id.who.int/icd/release/11/mms/836709998 1F57.3 #> 911 http://id.who.int/icd/release/11/mms/738999268/other 1F57.Y #> 912 http://id.who.int/icd/release/11/mms/738999268/unspecified 1F57.Z #> 913 http://id.who.int/icd/release/11/mms/1021483422 1F58 #> 914 http://id.who.int/icd/release/11/mms/817691561/unspecified 1F5Z #> 915 http://id.who.int/icd/release/11/mms/1786908147 #> 916 http://id.who.int/icd/release/11/mms/574051646 #> 917 http://id.who.int/icd/release/11/mms/1768378720 1F60 #> 918 http://id.who.int/icd/release/11/mms/1884500763 1F60.0 #> 919 http://id.who.int/icd/release/11/mms/53173615 1F60.1 #> 920 http://id.who.int/icd/release/11/mms/1768378720/other 1F60.Y #> 921 http://id.who.int/icd/release/11/mms/1768378720/unspecified 1F60.Z #> 922 http://id.who.int/icd/release/11/mms/2005274000 1F61 #> 923 http://id.who.int/icd/release/11/mms/17842540 1F62 #> 924 http://id.who.int/icd/release/11/mms/839653996 1F63 #> 925 http://id.who.int/icd/release/11/mms/315473926 1F63.0 #> 926 http://id.who.int/icd/release/11/mms/839653996/other 1F63.Y #> 927 http://id.who.int/icd/release/11/mms/839653996/unspecified 1F63.Z #> 928 http://id.who.int/icd/release/11/mms/1662537619 1F64 #> 929 http://id.who.int/icd/release/11/mms/580098307 1F65 #> 930 http://id.who.int/icd/release/11/mms/1975325075 1F66 #> 931 http://id.who.int/icd/release/11/mms/709184369 1F66.0 #> 932 http://id.who.int/icd/release/11/mms/1504434405 1F66.1 #> 933 http://id.who.int/icd/release/11/mms/1373005257 1F66.2 #> 934 http://id.who.int/icd/release/11/mms/247221550 1F66.3 #> 935 http://id.who.int/icd/release/11/mms/1592269710 1F66.30 #> 936 http://id.who.int/icd/release/11/mms/1000592924 1F66.31 #> 937 http://id.who.int/icd/release/11/mms/1326352101 1F66.32 #> 938 http://id.who.int/icd/release/11/mms/247221550/unspecified 1F66.3Z #> 939 http://id.who.int/icd/release/11/mms/813571137 1F66.4 #> 940 http://id.who.int/icd/release/11/mms/1975325075/other 1F66.Y #> 941 http://id.who.int/icd/release/11/mms/1975325075/unspecified 1F66.Z #> 942 http://id.who.int/icd/release/11/mms/263366843 1F67 #> 943 http://id.who.int/icd/release/11/mms/1133998897 1F68 #> 944 http://id.who.int/icd/release/11/mms/1542252776 1F68.0 #> 945 http://id.who.int/icd/release/11/mms/652000933 1F68.1 #> 946 http://id.who.int/icd/release/11/mms/657025682 1F68.2 #> 947 http://id.who.int/icd/release/11/mms/1664841973 1F69 #> 948 http://id.who.int/icd/release/11/mms/106136071 1F6A #> 949 http://id.who.int/icd/release/11/mms/125842620 1F6A.0 #> 950 http://id.who.int/icd/release/11/mms/195163840 1F6A.1 #> 951 http://id.who.int/icd/release/11/mms/106136071/other 1F6A.Y #> 952 http://id.who.int/icd/release/11/mms/106136071/unspecified 1F6A.Z #> 953 http://id.who.int/icd/release/11/mms/2088326190 1F6B #> 954 http://id.who.int/icd/release/11/mms/508835280 1F6C #> 955 http://id.who.int/icd/release/11/mms/1794729263 1F6D #> 956 http://id.who.int/icd/release/11/mms/284613639 1F6E #> 957 http://id.who.int/icd/release/11/mms/1717604603 1F6F #> 958 http://id.who.int/icd/release/11/mms/422746556 1F6G #> 959 http://id.who.int/icd/release/11/mms/1430447638 1F6H #> 960 http://id.who.int/icd/release/11/mms/574051646/other 1F6Y #> 961 http://id.who.int/icd/release/11/mms/574051646/unspecified 1F6Z #> 962 http://id.who.int/icd/release/11/mms/1193296631 #> 963 http://id.who.int/icd/release/11/mms/1324863907 1F70 #> 964 http://id.who.int/icd/release/11/mms/487162814 1F70.0 #> 965 http://id.who.int/icd/release/11/mms/501370275 1F70.00 #> 966 http://id.who.int/icd/release/11/mms/487162814/other 1F70.0Y #> 967 http://id.who.int/icd/release/11/mms/2017611304 1F70.1 #> 968 http://id.who.int/icd/release/11/mms/1324863907/other 1F70.Y #> 969 http://id.who.int/icd/release/11/mms/1324863907/unspecified 1F70.Z #> 970 http://id.who.int/icd/release/11/mms/1679215344 1F71 #> 971 http://id.who.int/icd/release/11/mms/497405925 1F72 #> 972 http://id.who.int/icd/release/11/mms/1456802165 1F73 #> 973 http://id.who.int/icd/release/11/mms/295339888 1F73.0 #> 974 http://id.who.int/icd/release/11/mms/1339125651 1F73.1 #> 975 http://id.who.int/icd/release/11/mms/1899449819 1F73.2 #> 976 http://id.who.int/icd/release/11/mms/1359119769 1F73.3 #> 977 http://id.who.int/icd/release/11/mms/1456802165/other 1F73.Y #> 978 http://id.who.int/icd/release/11/mms/1456802165/unspecified 1F73.Z #> 979 http://id.who.int/icd/release/11/mms/2028864113 1F74 #> 980 http://id.who.int/icd/release/11/mms/22873958 1F75 #> 981 http://id.who.int/icd/release/11/mms/733748279 1F76 #> 982 http://id.who.int/icd/release/11/mms/32590653 1F76.0 #> 983 http://id.who.int/icd/release/11/mms/1689945769 1F76.1 #> 984 http://id.who.int/icd/release/11/mms/733748279/other 1F76.Y #> 985 http://id.who.int/icd/release/11/mms/733748279/unspecified 1F76.Z #> 986 http://id.who.int/icd/release/11/mms/1193296631/other 1F7Y #> 987 http://id.who.int/icd/release/11/mms/1193296631/unspecified 1F7Z #> 988 http://id.who.int/icd/release/11/mms/234446094 #> 989 http://id.who.int/icd/release/11/mms/918986134 1F80 #> 990 http://id.who.int/icd/release/11/mms/1114361195 1F81 #> 991 http://id.who.int/icd/release/11/mms/656408831 1F82 #> 992 http://id.who.int/icd/release/11/mms/830824191 1F83 #> 993 http://id.who.int/icd/release/11/mms/1401769984 1F84 #> 994 http://id.who.int/icd/release/11/mms/1422824299 1F85 #> 995 http://id.who.int/icd/release/11/mms/1194562592 1F86 #> 996 http://id.who.int/icd/release/11/mms/1376448576 1F86.0 #> 997 http://id.who.int/icd/release/11/mms/927022506 1F86.1 #> 998 http://id.who.int/icd/release/11/mms/1139567957 1F86.2 #> 999 http://id.who.int/icd/release/11/mms/1552774890 1F86.3 #> 1000 http://id.who.int/icd/release/11/mms/648519873 1F86.4 #> 1001 http://id.who.int/icd/release/11/mms/1131395957 1F86.5 #> 1002 http://id.who.int/icd/release/11/mms/1194562592/unspecified 1F86.Z #> 1003 http://id.who.int/icd/release/11/mms/234446094/other 1F8Y #> 1004 http://id.who.int/icd/release/11/mms/234446094/unspecified 1F8Z #> 1005 http://id.who.int/icd/release/11/mms/863306856 1F90 #> 1006 http://id.who.int/icd/release/11/mms/1892011771 1F90.0 #> 1007 http://id.who.int/icd/release/11/mms/500033260 1F90.1 #> 1008 http://id.who.int/icd/release/11/mms/1979821488 1F90.2 #> 1009 http://id.who.int/icd/release/11/mms/863306856/other 1F90.Y #> 1010 http://id.who.int/icd/release/11/mms/863306856/unspecified 1F90.Z #> 1011 http://id.who.int/icd/release/11/mms/1929302776 1F91 #> 1012 http://id.who.int/icd/release/11/mms/1786908147/unspecified 1F9Z #> 1013 http://id.who.int/icd/release/11/mms/793136270 #> 1014 http://id.who.int/icd/release/11/mms/1083938812 1G00 #> 1015 http://id.who.int/icd/release/11/mms/1299766510 1G00.0 #> 1016 http://id.who.int/icd/release/11/mms/674435452 1G00.1 #> 1017 http://id.who.int/icd/release/11/mms/1083938812/unspecified 1G00.Z #> 1018 http://id.who.int/icd/release/11/mms/1367149207 1G01 #> 1019 http://id.who.int/icd/release/11/mms/1105275196 1G01.0 #> 1020 http://id.who.int/icd/release/11/mms/615179438 1G01.1 #> 1021 http://id.who.int/icd/release/11/mms/1171166323 1G01.2 #> 1022 http://id.who.int/icd/release/11/mms/1342682193 1G01.3 #> 1023 http://id.who.int/icd/release/11/mms/1367149207/other 1G01.Y #> 1024 http://id.who.int/icd/release/11/mms/1367149207/unspecified 1G01.Z #> 1025 http://id.who.int/icd/release/11/mms/1781413652 1G02 #> 1026 http://id.who.int/icd/release/11/mms/970296337 1G03 #> 1027 http://id.who.int/icd/release/11/mms/876005123 1G04 #> 1028 http://id.who.int/icd/release/11/mms/1827301146 1G04.0 #> 1029 http://id.who.int/icd/release/11/mms/860564502 1G04.1 #> 1030 http://id.who.int/icd/release/11/mms/876005123/other 1G04.Y #> 1031 http://id.who.int/icd/release/11/mms/2076748409 1G05 #> 1032 http://id.who.int/icd/release/11/mms/1743601322 1G06 #> 1033 http://id.who.int/icd/release/11/mms/1747531460 1G07 #> 1034 http://id.who.int/icd/release/11/mms/1473144548 1G07.0 #> 1035 http://id.who.int/icd/release/11/mms/1747531460/other 1G07.Y #> 1036 http://id.who.int/icd/release/11/mms/793136270/other 1G0Y #> 1037 http://id.who.int/icd/release/11/mms/793136270/unspecified 1G0Z #> 1038 http://id.who.int/icd/release/11/mms/255141529/other 1G2Y #> 1039 http://id.who.int/icd/release/11/mms/255141529/unspecified 1G2Z #> 1040 http://id.who.int/icd/release/11/mms/293771399 #> 1041 http://id.who.int/icd/release/11/mms/622600769 1G40 #> 1042 http://id.who.int/icd/release/11/mms/1683090852 1G41 #> 1043 http://id.who.int/icd/release/11/mms/1760597414 1G60 #> 1044 http://id.who.int/icd/release/11/mms/111175353 1G60.0 #> 1045 http://id.who.int/icd/release/11/mms/1571230529 1G60.1 #> 1046 http://id.who.int/icd/release/11/mms/2034403589 1G60.2 #> 1047 http://id.who.int/icd/release/11/mms/1760597414/other 1G60.Y #> 1048 http://id.who.int/icd/release/11/mms/458687859 #> 1049 http://id.who.int/icd/release/11/mms/1968623900 1G80 #> 1050 http://id.who.int/icd/release/11/mms/1100625760 1G81 #> 1051 http://id.who.int/icd/release/11/mms/1689275505 1G82 #> 1052 http://id.who.int/icd/release/11/mms/270343310 1G83 #> 1053 http://id.who.int/icd/release/11/mms/617741002 1G84 #> 1054 http://id.who.int/icd/release/11/mms/456774323 1G85 #> 1055 http://id.who.int/icd/release/11/mms/458687859/other 1G8Y #> 1056 http://id.who.int/icd/release/11/mms/1435254666/unspecified 1H0Z #> 1057 http://id.who.int/icd/release/11/mms/1630407678 #> 1058 http://id.who.int/icd/release/11/mms/879154182 #> 1059 http://id.who.int/icd/release/11/mms/1719389232 2A00 #> 1060 http://id.who.int/icd/release/11/mms/422307135 2A00.0 #> 1061 http://id.who.int/icd/release/11/mms/650534447 2A00.00 #> 1062 http://id.who.int/icd/release/11/mms/422307135/other 2A00.0Y #> 1063 http://id.who.int/icd/release/11/mms/422307135/unspecified 2A00.0Z #> 1064 http://id.who.int/icd/release/11/mms/1994022806 2A00.1 #> 1065 http://id.who.int/icd/release/11/mms/290815825 2A00.10 #> 1066 http://id.who.int/icd/release/11/mms/1711526170 2A00.11 #> 1067 http://id.who.int/icd/release/11/mms/1994022806/other 2A00.1Y #> 1068 http://id.who.int/icd/release/11/mms/1994022806/unspecified 2A00.1Z #> 1069 http://id.who.int/icd/release/11/mms/915334913 2A00.2 #> 1070 http://id.who.int/icd/release/11/mms/1728662435 2A00.20 #> 1071 http://id.who.int/icd/release/11/mms/1792897751 2A00.21 #> 1072 http://id.who.int/icd/release/11/mms/1959912502 2A00.22 #> 1073 http://id.who.int/icd/release/11/mms/915334913/other 2A00.2Y #> 1074 http://id.who.int/icd/release/11/mms/915334913/unspecified 2A00.2Z #> 1075 http://id.who.int/icd/release/11/mms/1247650801 2A00.3 #> 1076 http://id.who.int/icd/release/11/mms/96344074 2A00.4 #> 1077 http://id.who.int/icd/release/11/mms/677986724 2A00.5 #> 1078 http://id.who.int/icd/release/11/mms/220111447 2A01 #> 1079 http://id.who.int/icd/release/11/mms/672106711 2A01.0 #> 1080 http://id.who.int/icd/release/11/mms/1478862889 2A01.00 #> 1081 http://id.who.int/icd/release/11/mms/672106711/other 2A01.0Y #> 1082 http://id.who.int/icd/release/11/mms/672106711/unspecified 2A01.0Z #> 1083 http://id.who.int/icd/release/11/mms/1063986779 2A01.1 #> 1084 http://id.who.int/icd/release/11/mms/1297170956 2A01.2 #> 1085 http://id.who.int/icd/release/11/mms/1501519274 2A02 #> 1086 http://id.who.int/icd/release/11/mms/161690729 2A02.0 #> 1087 http://id.who.int/icd/release/11/mms/536502490 2A02.00 #> 1088 http://id.who.int/icd/release/11/mms/161690729/other 2A02.0Y #> 1089 http://id.who.int/icd/release/11/mms/161690729/unspecified 2A02.0Z #> 1090 http://id.who.int/icd/release/11/mms/1352310002 2A02.1 #> 1091 http://id.who.int/icd/release/11/mms/71413945 2A02.10 #> 1092 http://id.who.int/icd/release/11/mms/135512034 2A02.11 #> 1093 http://id.who.int/icd/release/11/mms/1830847427 2A02.12 #> 1094 http://id.who.int/icd/release/11/mms/1352310002/other 2A02.1Y #> 1095 http://id.who.int/icd/release/11/mms/1352310002/unspecified 2A02.1Z #> 1096 http://id.who.int/icd/release/11/mms/783234001 2A02.2 #> 1097 http://id.who.int/icd/release/11/mms/759634326 2A02.3 #> 1098 http://id.who.int/icd/release/11/mms/1588169218 2A02.4 #> 1099 http://id.who.int/icd/release/11/mms/879154182/unspecified 2A0Z #> 1100 http://id.who.int/icd/release/11/mms/944754984 #> 1101 http://id.who.int/icd/release/11/mms/37207998 #> 1102 http://id.who.int/icd/release/11/mms/1658448496 2A20 #> 1103 http://id.who.int/icd/release/11/mms/1735009745 2A20.0 #> 1104 http://id.who.int/icd/release/11/mms/981844848 2A20.00 #> 1105 http://id.who.int/icd/release/11/mms/524852916 2A20.01 #> 1106 http://id.who.int/icd/release/11/mms/515563584 2A20.02 #> 1107 http://id.who.int/icd/release/11/mms/997703044 2A20.03 #> 1108 http://id.who.int/icd/release/11/mms/1735009745/other 2A20.0Y #> 1109 http://id.who.int/icd/release/11/mms/1735009745/unspecified 2A20.0Z #> 1110 http://id.who.int/icd/release/11/mms/426734182 2A20.1 #> 1111 http://id.who.int/icd/release/11/mms/336704235 2A20.2 #> 1112 http://id.who.int/icd/release/11/mms/1901756287 2A20.3 #> 1113 http://id.who.int/icd/release/11/mms/818364947 2A20.4 #> 1114 http://id.who.int/icd/release/11/mms/987446104 2A20.5 #> 1115 http://id.who.int/icd/release/11/mms/1658448496/other 2A20.Y #> 1116 http://id.who.int/icd/release/11/mms/1658448496/unspecified 2A20.Z #> 1117 http://id.who.int/icd/release/11/mms/691643472 2A21 #> 1118 http://id.who.int/icd/release/11/mms/1144812971 2A21.0 #> 1119 http://id.who.int/icd/release/11/mms/1359806843 2A21.00 #> 1120 http://id.who.int/icd/release/11/mms/1144812971/other 2A21.0Y #> 1121 http://id.who.int/icd/release/11/mms/1144812971/unspecified 2A21.0Z #> 1122 http://id.who.int/icd/release/11/mms/1300710062 2A21.1 #> 1123 http://id.who.int/icd/release/11/mms/245322245 2A21.10 #> 1124 http://id.who.int/icd/release/11/mms/1300710062/other 2A21.1Y #> 1125 http://id.who.int/icd/release/11/mms/1300710062/unspecified 2A21.1Z #> 1126 http://id.who.int/icd/release/11/mms/233404891 2A21.2 #> 1127 http://id.who.int/icd/release/11/mms/29932455 2A21.3 #> 1128 http://id.who.int/icd/release/11/mms/691643472/other 2A21.Y #> 1129 http://id.who.int/icd/release/11/mms/691643472/unspecified 2A21.Z #> 1130 http://id.who.int/icd/release/11/mms/1981398038 2A22 #> 1131 http://id.who.int/icd/release/11/mms/1147802348 #> 1132 http://id.who.int/icd/release/11/mms/149518956 2A30 #> 1133 http://id.who.int/icd/release/11/mms/81161274 2A31 #> 1134 http://id.who.int/icd/release/11/mms/1018951801 2A32 #> 1135 http://id.who.int/icd/release/11/mms/1793160341 2A33 #> 1136 http://id.who.int/icd/release/11/mms/1839380478 2A34 #> 1137 http://id.who.int/icd/release/11/mms/508306538 2A35 #> 1138 http://id.who.int/icd/release/11/mms/420472577 2A36 #> 1139 http://id.who.int/icd/release/11/mms/1684468291 2A37 #> 1140 http://id.who.int/icd/release/11/mms/699075426 2A38 #> 1141 http://id.who.int/icd/release/11/mms/1147802348/other 2A3Y #> 1142 http://id.who.int/icd/release/11/mms/1147802348/unspecified 2A3Z #> 1143 http://id.who.int/icd/release/11/mms/110923694 #> 1144 http://id.who.int/icd/release/11/mms/2073226578 2A40 #> 1145 http://id.who.int/icd/release/11/mms/331838766 2A41 #> 1146 http://id.who.int/icd/release/11/mms/1786015803 2A42 #> 1147 http://id.who.int/icd/release/11/mms/1672730125 2A42.0 #> 1148 http://id.who.int/icd/release/11/mms/1786015803/other 2A42.Y #> 1149 http://id.who.int/icd/release/11/mms/1786015803/unspecified 2A42.Z #> 1150 http://id.who.int/icd/release/11/mms/211329077 2A43 #> 1151 http://id.who.int/icd/release/11/mms/855969668 2A44 #> 1152 http://id.who.int/icd/release/11/mms/110923694/other 2A4Y #> 1153 http://id.who.int/icd/release/11/mms/110923694/unspecified 2A4Z #> 1154 http://id.who.int/icd/release/11/mms/773550674 #> 1155 http://id.who.int/icd/release/11/mms/833355630 2A50 #> 1156 http://id.who.int/icd/release/11/mms/625932159 2A51 #> 1157 http://id.who.int/icd/release/11/mms/2019647878 2A52 #> 1158 http://id.who.int/icd/release/11/mms/773550674/unspecified 2A5Z #> 1159 http://id.who.int/icd/release/11/mms/8864887 2A60 #> 1160 http://id.who.int/icd/release/11/mms/1430965006 2A60.0 #> 1161 http://id.who.int/icd/release/11/mms/1235412948 2A60.1 #> 1162 http://id.who.int/icd/release/11/mms/1738843761 2A60.2 #> 1163 http://id.who.int/icd/release/11/mms/1581599493 2A60.20 #> 1164 http://id.who.int/icd/release/11/mms/1738843761/other 2A60.2Y #> 1165 http://id.who.int/icd/release/11/mms/1738843761/unspecified 2A60.2Z #> 1166 http://id.who.int/icd/release/11/mms/1611980611 2A60.3 #> 1167 http://id.who.int/icd/release/11/mms/1468530237 2A60.30 #> 1168 http://id.who.int/icd/release/11/mms/1963207768 2A60.31 #> 1169 http://id.who.int/icd/release/11/mms/1515439945 2A60.32 #> 1170 http://id.who.int/icd/release/11/mms/1613358778 2A60.33 #> 1171 http://id.who.int/icd/release/11/mms/517546180 2A60.34 #> 1172 http://id.who.int/icd/release/11/mms/631263622 2A60.35 #> 1173 http://id.who.int/icd/release/11/mms/877055215 2A60.36 #> 1174 http://id.who.int/icd/release/11/mms/1632520399 2A60.37 #> 1175 http://id.who.int/icd/release/11/mms/585339631 2A60.38 #> 1176 http://id.who.int/icd/release/11/mms/1988933820 2A60.39 #> 1177 http://id.who.int/icd/release/11/mms/1611980611/other 2A60.3Y #> 1178 http://id.who.int/icd/release/11/mms/1611980611/unspecified 2A60.3Z #> 1179 http://id.who.int/icd/release/11/mms/1587058820 2A60.4 #> 1180 http://id.who.int/icd/release/11/mms/2082163425 2A60.40 #> 1181 http://id.who.int/icd/release/11/mms/1267231647 2A60.41 #> 1182 http://id.who.int/icd/release/11/mms/1587058820/other 2A60.4Y #> 1183 http://id.who.int/icd/release/11/mms/1587058820/unspecified 2A60.4Z #> 1184 http://id.who.int/icd/release/11/mms/783045723 2A60.5 #> 1185 http://id.who.int/icd/release/11/mms/8864887/other 2A60.Y #> 1186 http://id.who.int/icd/release/11/mms/8864887/unspecified 2A60.Z #> 1187 http://id.who.int/icd/release/11/mms/1062906118 2A61 #> 1188 http://id.who.int/icd/release/11/mms/460184638 #> 1189 http://id.who.int/icd/release/11/mms/1099674056 2A70 #> 1190 http://id.who.int/icd/release/11/mms/971902553 2A70.0 #> 1191 http://id.who.int/icd/release/11/mms/381281608 2A70.1 #> 1192 http://id.who.int/icd/release/11/mms/1099674056/other 2A70.Y #> 1193 http://id.who.int/icd/release/11/mms/803161771 2A71 #> 1194 http://id.who.int/icd/release/11/mms/460184638/unspecified 2A7Z #> 1195 http://id.who.int/icd/release/11/mms/1174774181 #> 1196 http://id.who.int/icd/release/11/mms/797822185 2A80 #> 1197 http://id.who.int/icd/release/11/mms/305908598 2A80.0 #> 1198 http://id.who.int/icd/release/11/mms/2003830496 2A80.1 #> 1199 http://id.who.int/icd/release/11/mms/64837151 2A80.2 #> 1200 http://id.who.int/icd/release/11/mms/77501812 2A80.3 #> 1201 http://id.who.int/icd/release/11/mms/293282687 2A80.4 #> 1202 http://id.who.int/icd/release/11/mms/871952666 2A80.5 #> 1203 http://id.who.int/icd/release/11/mms/1792850491 2A80.6 #> 1204 http://id.who.int/icd/release/11/mms/797822185/other 2A80.Y #> 1205 http://id.who.int/icd/release/11/mms/797822185/unspecified 2A80.Z #> 1206 http://id.who.int/icd/release/11/mms/1946973604 2A81 #> 1207 http://id.who.int/icd/release/11/mms/950282079 2A81.0 #> 1208 http://id.who.int/icd/release/11/mms/952730197 2A81.1 #> 1209 http://id.who.int/icd/release/11/mms/803046659 2A81.2 #> 1210 http://id.who.int/icd/release/11/mms/1890408959 2A81.3 #> 1211 http://id.who.int/icd/release/11/mms/257833622 2A81.4 #> 1212 http://id.who.int/icd/release/11/mms/1029172881 2A81.5 #> 1213 http://id.who.int/icd/release/11/mms/407807101 2A81.6 #> 1214 http://id.who.int/icd/release/11/mms/42599396 2A81.7 #> 1215 http://id.who.int/icd/release/11/mms/2077559619 2A81.8 #> 1216 http://id.who.int/icd/release/11/mms/697911710 2A81.9 #> 1217 http://id.who.int/icd/release/11/mms/1418101362 2A81.A #> 1218 http://id.who.int/icd/release/11/mms/1946973604/other 2A81.Y #> 1219 http://id.who.int/icd/release/11/mms/1946973604/unspecified 2A81.Z #> 1220 http://id.who.int/icd/release/11/mms/1572490549 2A82 #> 1221 http://id.who.int/icd/release/11/mms/1239211846 2A82.0 #> 1222 http://id.who.int/icd/release/11/mms/1726842351 2A82.00 #> 1223 http://id.who.int/icd/release/11/mms/1239211846/other 2A82.0Y #> 1224 http://id.who.int/icd/release/11/mms/1239211846/unspecified 2A82.0Z #> 1225 http://id.who.int/icd/release/11/mms/1997215876 2A82.1 #> 1226 http://id.who.int/icd/release/11/mms/292791567 2A82.10 #> 1227 http://id.who.int/icd/release/11/mms/1997215876/other 2A82.1Y #> 1228 http://id.who.int/icd/release/11/mms/1997215876/unspecified 2A82.1Z #> 1229 http://id.who.int/icd/release/11/mms/82152208 2A82.2 #> 1230 http://id.who.int/icd/release/11/mms/1475987117 2A82.3 #> 1231 http://id.who.int/icd/release/11/mms/1572490549/other 2A82.Y #> 1232 http://id.who.int/icd/release/11/mms/1572490549/unspecified 2A82.Z #> 1233 http://id.who.int/icd/release/11/mms/1219149360 2A83 #> 1234 http://id.who.int/icd/release/11/mms/45411563 2A83.0 #> 1235 http://id.who.int/icd/release/11/mms/526287100 2A83.1 #> 1236 http://id.who.int/icd/release/11/mms/1811140613 2A83.2 #> 1237 http://id.who.int/icd/release/11/mms/1742380769 2A83.3 #> 1238 http://id.who.int/icd/release/11/mms/2048216430 2A83.4 #> 1239 http://id.who.int/icd/release/11/mms/1953986082 2A83.5 #> 1240 http://id.who.int/icd/release/11/mms/2018948190 2A83.50 #> 1241 http://id.who.int/icd/release/11/mms/1815409370 2A83.51 #> 1242 http://id.who.int/icd/release/11/mms/1612001446 2A83.52 #> 1243 http://id.who.int/icd/release/11/mms/1219149360/other 2A83.Y #> 1244 http://id.who.int/icd/release/11/mms/1219149360/unspecified 2A83.Z #> 1245 http://id.who.int/icd/release/11/mms/702525006 2A84 #> 1246 http://id.who.int/icd/release/11/mms/680227490 2A84.0 #> 1247 http://id.who.int/icd/release/11/mms/705015637 2A84.1 #> 1248 http://id.who.int/icd/release/11/mms/963887455 2A84.2 #> 1249 http://id.who.int/icd/release/11/mms/702525006/other 2A84.Y #> 1250 http://id.who.int/icd/release/11/mms/702525006/unspecified 2A84.Z #> 1251 http://id.who.int/icd/release/11/mms/418815799 2A85 #> 1252 http://id.who.int/icd/release/11/mms/1720785883 2A85.0 #> 1253 http://id.who.int/icd/release/11/mms/1168698390 2A85.1 #> 1254 http://id.who.int/icd/release/11/mms/745285555 2A85.2 #> 1255 http://id.who.int/icd/release/11/mms/964482216 2A85.3 #> 1256 http://id.who.int/icd/release/11/mms/2058944823 2A85.4 #> 1257 http://id.who.int/icd/release/11/mms/1804127841 2A85.5 #> 1258 http://id.who.int/icd/release/11/mms/2100138081 2A85.6 #> 1259 http://id.who.int/icd/release/11/mms/418815799/other 2A85.Y #> 1260 http://id.who.int/icd/release/11/mms/1592172566 2A86 #> 1261 http://id.who.int/icd/release/11/mms/1275688866 2A86.0 #> 1262 http://id.who.int/icd/release/11/mms/1274434319 2A86.1 #> 1263 http://id.who.int/icd/release/11/mms/1949023870 2A86.2 #> 1264 http://id.who.int/icd/release/11/mms/1592172566/other 2A86.Y #> 1265 http://id.who.int/icd/release/11/mms/1592172566/unspecified 2A86.Z #> 1266 http://id.who.int/icd/release/11/mms/1174774181/unspecified 2A8Z #> 1267 http://id.who.int/icd/release/11/mms/450630526 #> 1268 http://id.who.int/icd/release/11/mms/1327154972 2A90 #> 1269 http://id.who.int/icd/release/11/mms/352523899 2A90.0 #> 1270 http://id.who.int/icd/release/11/mms/83430037 2A90.1 #> 1271 http://id.who.int/icd/release/11/mms/921755282 2A90.2 #> 1272 http://id.who.int/icd/release/11/mms/153957345 2A90.3 #> 1273 http://id.who.int/icd/release/11/mms/1052643999 2A90.4 #> 1274 http://id.who.int/icd/release/11/mms/1638811270 2A90.5 #> 1275 http://id.who.int/icd/release/11/mms/684005900 2A90.6 #> 1276 http://id.who.int/icd/release/11/mms/958629729 2A90.7 #> 1277 http://id.who.int/icd/release/11/mms/1301206942 2A90.8 #> 1278 http://id.who.int/icd/release/11/mms/1254954229 2A90.9 #> 1279 http://id.who.int/icd/release/11/mms/589245621 2A90.A #> 1280 http://id.who.int/icd/release/11/mms/1179967777 2A90.B #> 1281 http://id.who.int/icd/release/11/mms/855224800 2A90.C #> 1282 http://id.who.int/icd/release/11/mms/1998421548 #> 1283 http://id.who.int/icd/release/11/mms/1550338805 2B00 #> 1284 http://id.who.int/icd/release/11/mms/901411509 2B01 #> 1285 http://id.who.int/icd/release/11/mms/1358020385 2B02 #> 1286 http://id.who.int/icd/release/11/mms/1046496266 2B03 #> 1287 http://id.who.int/icd/release/11/mms/1972636482 2B03.0 #> 1288 http://id.who.int/icd/release/11/mms/1791207220 2B03.1 #> 1289 http://id.who.int/icd/release/11/mms/1998421548/other 2B0Y #> 1290 http://id.who.int/icd/release/11/mms/1998421548/unspecified 2B0Z #> 1291 http://id.who.int/icd/release/11/mms/450630526/other 2B2Y #> 1292 http://id.who.int/icd/release/11/mms/450630526/unspecified 2B2Z #> 1293 http://id.who.int/icd/release/11/mms/1528863768 2B30 #> 1294 http://id.who.int/icd/release/11/mms/331115338 2B30.0 #> 1295 http://id.who.int/icd/release/11/mms/1616050398 2B30.1 #> 1296 http://id.who.int/icd/release/11/mms/1995941600 2B30.10 #> 1297 http://id.who.int/icd/release/11/mms/352299041 2B30.11 #> 1298 http://id.who.int/icd/release/11/mms/39515681 2B30.12 #> 1299 http://id.who.int/icd/release/11/mms/1729182645 2B30.13 #> 1300 http://id.who.int/icd/release/11/mms/1616050398/unspecified 2B30.1Z #> 1301 http://id.who.int/icd/release/11/mms/1528863768/unspecified 2B30.Z #> 1302 http://id.who.int/icd/release/11/mms/2022303330 2B31 #> 1303 http://id.who.int/icd/release/11/mms/98595592 2B31.0 #> 1304 http://id.who.int/icd/release/11/mms/911785965 2B31.1 #> 1305 http://id.who.int/icd/release/11/mms/216625985 2B31.2 #> 1306 http://id.who.int/icd/release/11/mms/2119495866 2B31.20 #> 1307 http://id.who.int/icd/release/11/mms/216625985/other 2B31.2Y #> 1308 http://id.who.int/icd/release/11/mms/216625985/unspecified 2B31.2Z #> 1309 http://id.who.int/icd/release/11/mms/588958190 2B31.3 #> 1310 http://id.who.int/icd/release/11/mms/214592620 2B31.4 #> 1311 http://id.who.int/icd/release/11/mms/15445528 2B31.5 #> 1312 http://id.who.int/icd/release/11/mms/583219258 2B31.6 #> 1313 http://id.who.int/icd/release/11/mms/357570888 2B31.7 #> 1314 http://id.who.int/icd/release/11/mms/2022303330/other 2B31.Y #> 1315 http://id.who.int/icd/release/11/mms/2022303330/unspecified 2B31.Z #> 1316 http://id.who.int/icd/release/11/mms/1678636940 2B32 #> 1317 http://id.who.int/icd/release/11/mms/713946165 2B32.0 #> 1318 http://id.who.int/icd/release/11/mms/316694644 2B32.1 #> 1319 http://id.who.int/icd/release/11/mms/811840017 2B32.2 #> 1320 http://id.who.int/icd/release/11/mms/133206895 2B32.3 #> 1321 http://id.who.int/icd/release/11/mms/1678636940/other 2B32.Y #> 1322 http://id.who.int/icd/release/11/mms/1678636940/unspecified 2B32.Z #> 1323 http://id.who.int/icd/release/11/mms/1510618119 2B33 #> 1324 http://id.who.int/icd/release/11/mms/962107653 2B33.0 #> 1325 http://id.who.int/icd/release/11/mms/2018018546 2B33.1 #> 1326 http://id.who.int/icd/release/11/mms/596808334 2B33.2 #> 1327 http://id.who.int/icd/release/11/mms/216388623 2B33.3 #> 1328 http://id.who.int/icd/release/11/mms/1385484871 2B33.4 #> 1329 http://id.who.int/icd/release/11/mms/474972159 2B33.5 #> 1330 http://id.who.int/icd/release/11/mms/1510618119/other 2B33.Y #> 1331 http://id.who.int/icd/release/11/mms/944754984/unspecified 2B3Z #> 1332 http://id.who.int/icd/release/11/mms/2009008947 #> 1333 http://id.who.int/icd/release/11/mms/1643222460 #> 1334 http://id.who.int/icd/release/11/mms/1965082709 #> 1335 http://id.who.int/icd/release/11/mms/1625755389 2B50 #> 1336 http://id.who.int/icd/release/11/mms/2072379825 2B50.0 #> 1337 http://id.who.int/icd/release/11/mms/1493554134 2B50.1 #> 1338 http://id.who.int/icd/release/11/mms/1985099973 2B50.2 #> 1339 http://id.who.int/icd/release/11/mms/1625755389/other 2B50.Y #> 1340 http://id.who.int/icd/release/11/mms/1625755389/unspecified 2B50.Z #> 1341 http://id.who.int/icd/release/11/mms/1210287093 2B51 #> 1342 http://id.who.int/icd/release/11/mms/1102292672 2B51.0 #> 1343 http://id.who.int/icd/release/11/mms/1664120027 2B51.1 #> 1344 http://id.who.int/icd/release/11/mms/1419990437 2B51.2 #> 1345 http://id.who.int/icd/release/11/mms/1210287093/other 2B51.Y #> 1346 http://id.who.int/icd/release/11/mms/1210287093/unspecified 2B51.Z #> 1347 http://id.who.int/icd/release/11/mms/1651102476 2B52 #> 1348 http://id.who.int/icd/release/11/mms/1174658956 2B52.0 #> 1349 http://id.who.int/icd/release/11/mms/1874192155 2B52.1 #> 1350 http://id.who.int/icd/release/11/mms/1572614942 2B52.2 #> 1351 http://id.who.int/icd/release/11/mms/1650581103 2B52.3 #> 1352 http://id.who.int/icd/release/11/mms/1651102476/other 2B52.Y #> 1353 http://id.who.int/icd/release/11/mms/1651102476/unspecified 2B52.Z #> 1354 http://id.who.int/icd/release/11/mms/1100526834 2B53 #> 1355 http://id.who.int/icd/release/11/mms/405689402 2B53.0 #> 1356 http://id.who.int/icd/release/11/mms/691471049 2B53.1 #> 1357 http://id.who.int/icd/release/11/mms/1100526834/other 2B53.Y #> 1358 http://id.who.int/icd/release/11/mms/1100526834/unspecified 2B53.Z #> 1359 http://id.who.int/icd/release/11/mms/1348470541 2B54 #> 1360 http://id.who.int/icd/release/11/mms/361875781 2B54.0 #> 1361 http://id.who.int/icd/release/11/mms/986063444 2B54.1 #> 1362 http://id.who.int/icd/release/11/mms/1348470541/other 2B54.Y #> 1363 http://id.who.int/icd/release/11/mms/1348470541/unspecified 2B54.Z #> 1364 http://id.who.int/icd/release/11/mms/800945476 2B55 #> 1365 http://id.who.int/icd/release/11/mms/120669036 2B55.0 #> 1366 http://id.who.int/icd/release/11/mms/1041071513 2B55.1 #> 1367 http://id.who.int/icd/release/11/mms/479113214 2B55.2 #> 1368 http://id.who.int/icd/release/11/mms/800945476/other 2B55.Y #> 1369 http://id.who.int/icd/release/11/mms/800945476/unspecified 2B55.Z #> 1370 http://id.who.int/icd/release/11/mms/423002561 2B56 #> 1371 http://id.who.int/icd/release/11/mms/1488198806 2B56.0 #> 1372 http://id.who.int/icd/release/11/mms/2111451719 2B56.1 #> 1373 http://id.who.int/icd/release/11/mms/2050477809 2B56.2 #> 1374 http://id.who.int/icd/release/11/mms/965491615 2B56.3 #> 1375 http://id.who.int/icd/release/11/mms/423002561/other 2B56.Y #> 1376 http://id.who.int/icd/release/11/mms/423002561/unspecified 2B56.Z #> 1377 http://id.who.int/icd/release/11/mms/2131977134 2B57 #> 1378 http://id.who.int/icd/release/11/mms/1617583339 2B57.0 #> 1379 http://id.who.int/icd/release/11/mms/394490040 2B57.1 #> 1380 http://id.who.int/icd/release/11/mms/536268676 2B57.2 #> 1381 http://id.who.int/icd/release/11/mms/2131977134/other 2B57.Y #> 1382 http://id.who.int/icd/release/11/mms/2131977134/unspecified 2B57.Z #> 1383 http://id.who.int/icd/release/11/mms/2055720774 2B58 #> 1384 http://id.who.int/icd/release/11/mms/1444610847 2B58.0 #> 1385 http://id.who.int/icd/release/11/mms/1872567422 2B58.1 #> 1386 http://id.who.int/icd/release/11/mms/399434138 2B58.2 #> 1387 http://id.who.int/icd/release/11/mms/2055720774/other 2B58.Y #> 1388 http://id.who.int/icd/release/11/mms/2055720774/unspecified 2B58.Z #> 1389 http://id.who.int/icd/release/11/mms/1991400753 2B59 #> 1390 http://id.who.int/icd/release/11/mms/1153141048 2B59.0 #> 1391 http://id.who.int/icd/release/11/mms/472732541 2B59.1 #> 1392 http://id.who.int/icd/release/11/mms/974906949 2B59.2 #> 1393 http://id.who.int/icd/release/11/mms/1991400753/other 2B59.Y #> 1394 http://id.who.int/icd/release/11/mms/1991400753/unspecified 2B59.Z #> 1395 http://id.who.int/icd/release/11/mms/644500343 2B5A #> 1396 http://id.who.int/icd/release/11/mms/430006121 2B5A.0 #> 1397 http://id.who.int/icd/release/11/mms/40635646 2B5A.1 #> 1398 http://id.who.int/icd/release/11/mms/644500343/other 2B5A.Y #> 1399 http://id.who.int/icd/release/11/mms/644500343/unspecified 2B5A.Z #> 1400 http://id.who.int/icd/release/11/mms/819644414 2B5B #> 1401 http://id.who.int/icd/release/11/mms/468657126 2B5B.0 #> 1402 http://id.who.int/icd/release/11/mms/319870485 2B5B.1 #> 1403 http://id.who.int/icd/release/11/mms/819644414/other 2B5B.Y #> 1404 http://id.who.int/icd/release/11/mms/819644414/unspecified 2B5B.Z #> 1405 http://id.who.int/icd/release/11/mms/990494080 2B5C #> 1406 http://id.who.int/icd/release/11/mms/1251935150 2B5D #> 1407 http://id.who.int/icd/release/11/mms/2072916704 2B5D.0 #> 1408 http://id.who.int/icd/release/11/mms/1532363988 2B5D.1 #> 1409 http://id.who.int/icd/release/11/mms/1251935150/other 2B5D.Y #> 1410 http://id.who.int/icd/release/11/mms/1251935150/unspecified 2B5D.Z #> 1411 http://id.who.int/icd/release/11/mms/979754709 2B5E #> 1412 http://id.who.int/icd/release/11/mms/1729842914 2B5F #> 1413 http://id.who.int/icd/release/11/mms/1319990901 2B5F.0 #> 1414 http://id.who.int/icd/release/11/mms/2091164276 2B5F.1 #> 1415 http://id.who.int/icd/release/11/mms/415433773 2B5F.10 #> 1416 http://id.who.int/icd/release/11/mms/2091164276/other 2B5F.1Y #> 1417 http://id.who.int/icd/release/11/mms/2091164276/unspecified 2B5F.1Z #> 1418 http://id.who.int/icd/release/11/mms/1132023553 2B5F.2 #> 1419 http://id.who.int/icd/release/11/mms/1961520767 2B5F.3 #> 1420 http://id.who.int/icd/release/11/mms/160795619 2B5G #> 1421 http://id.who.int/icd/release/11/mms/654289190 2B5H #> 1422 http://id.who.int/icd/release/11/mms/1128819057 2B5J #> 1423 http://id.who.int/icd/release/11/mms/1544901926 2B5K #> 1424 http://id.who.int/icd/release/11/mms/1965082709/other 2B5Y #> 1425 http://id.who.int/icd/release/11/mms/1965082709/unspecified 2B5Z #> 1426 http://id.who.int/icd/release/11/mms/794095161 #> 1427 http://id.who.int/icd/release/11/mms/304997495 2B60 #> 1428 http://id.who.int/icd/release/11/mms/2044047639 2B60.0 #> 1429 http://id.who.int/icd/release/11/mms/1635251327 2B60.1 #> 1430 http://id.who.int/icd/release/11/mms/304997495/other 2B60.Y #> 1431 http://id.who.int/icd/release/11/mms/304997495/unspecified 2B60.Z #> 1432 http://id.who.int/icd/release/11/mms/2003184099 2B61 #> 1433 http://id.who.int/icd/release/11/mms/1822674187 2B61.0 #> 1434 http://id.who.int/icd/release/11/mms/2003184099/other 2B61.Y #> 1435 http://id.who.int/icd/release/11/mms/2003184099/unspecified 2B61.Z #> 1436 http://id.who.int/icd/release/11/mms/63666460 2B62 #> 1437 http://id.who.int/icd/release/11/mms/941510114 2B62.0 #> 1438 http://id.who.int/icd/release/11/mms/1784082025 2B62.1 #> 1439 http://id.who.int/icd/release/11/mms/1173110787 2B62.10 #> 1440 http://id.who.int/icd/release/11/mms/1784082025/unspecified 2B62.1Z #> 1441 http://id.who.int/icd/release/11/mms/63666460/other 2B62.Y #> 1442 http://id.who.int/icd/release/11/mms/63666460/unspecified 2B62.Z #> 1443 http://id.who.int/icd/release/11/mms/1719710858 2B63 #> 1444 http://id.who.int/icd/release/11/mms/446537607 2B63.0 #> 1445 http://id.who.int/icd/release/11/mms/1719710858/other 2B63.Y #> 1446 http://id.who.int/icd/release/11/mms/1719710858/unspecified 2B63.Z #> 1447 http://id.who.int/icd/release/11/mms/359540510 2B64 #> 1448 http://id.who.int/icd/release/11/mms/755941113 2B64.0 #> 1449 http://id.who.int/icd/release/11/mms/359540510/other 2B64.Y #> 1450 http://id.who.int/icd/release/11/mms/359540510/unspecified 2B64.Z #> 1451 http://id.who.int/icd/release/11/mms/1881533064 2B65 #> 1452 http://id.who.int/icd/release/11/mms/917590633 2B65.0 #> 1453 http://id.who.int/icd/release/11/mms/79201902 2B65.1 #> 1454 http://id.who.int/icd/release/11/mms/1881533064/other 2B65.Y #> 1455 http://id.who.int/icd/release/11/mms/1881533064/unspecified 2B65.Z #> 1456 http://id.who.int/icd/release/11/mms/76069495 2B66 #> 1457 http://id.who.int/icd/release/11/mms/844333740 2B66.0 #> 1458 http://id.who.int/icd/release/11/mms/76069495/other 2B66.Y #> 1459 http://id.who.int/icd/release/11/mms/76069495/unspecified 2B66.Z #> 1460 http://id.who.int/icd/release/11/mms/1640200163 2B67 #> 1461 http://id.who.int/icd/release/11/mms/318430338 2B67.0 #> 1462 http://id.who.int/icd/release/11/mms/552798341 2B67.1 #> 1463 http://id.who.int/icd/release/11/mms/1640200163/other 2B67.Y #> 1464 http://id.who.int/icd/release/11/mms/1640200163/unspecified 2B67.Z #> 1465 http://id.who.int/icd/release/11/mms/480928417 2B68 #> 1466 http://id.who.int/icd/release/11/mms/449228684 2B68.0 #> 1467 http://id.who.int/icd/release/11/mms/760581878 2B68.1 #> 1468 http://id.who.int/icd/release/11/mms/921330276 2B68.2 #> 1469 http://id.who.int/icd/release/11/mms/480928417/unspecified 2B68.Z #> 1470 http://id.who.int/icd/release/11/mms/2044833589 2B69 #> 1471 http://id.who.int/icd/release/11/mms/342470657 2B69.0 #> 1472 http://id.who.int/icd/release/11/mms/603623807 2B69.1 #> 1473 http://id.who.int/icd/release/11/mms/2044833589/unspecified 2B69.Z #> 1474 http://id.who.int/icd/release/11/mms/1172876400 2B6A #> 1475 http://id.who.int/icd/release/11/mms/839740136 2B6A.0 #> 1476 http://id.who.int/icd/release/11/mms/1172876400/other 2B6A.Y #> 1477 http://id.who.int/icd/release/11/mms/1172876400/unspecified 2B6A.Z #> 1478 http://id.who.int/icd/release/11/mms/547578362 2B6B #> 1479 http://id.who.int/icd/release/11/mms/294167983 2B6B.0 #> 1480 http://id.who.int/icd/release/11/mms/2120146891 2B6B.1 #> 1481 http://id.who.int/icd/release/11/mms/1582541971 2B6B.2 #> 1482 http://id.who.int/icd/release/11/mms/2094038774 2B6B.20 #> 1483 http://id.who.int/icd/release/11/mms/1065258785 2B6B.21 #> 1484 http://id.who.int/icd/release/11/mms/1582541971/other 2B6B.2Y #> 1485 http://id.who.int/icd/release/11/mms/1582541971/unspecified 2B6B.2Z #> 1486 http://id.who.int/icd/release/11/mms/547578362/other 2B6B.Y #> 1487 http://id.who.int/icd/release/11/mms/547578362/unspecified 2B6B.Z #> 1488 http://id.who.int/icd/release/11/mms/1410216197 2B6C #> 1489 http://id.who.int/icd/release/11/mms/215991659 2B6C.0 #> 1490 http://id.who.int/icd/release/11/mms/1410216197/other 2B6C.Y #> 1491 http://id.who.int/icd/release/11/mms/1410216197/unspecified 2B6C.Z #> 1492 http://id.who.int/icd/release/11/mms/826670225 2B6D #> 1493 http://id.who.int/icd/release/11/mms/680629191 2B6D.0 #> 1494 http://id.who.int/icd/release/11/mms/826670225/other 2B6D.Y #> 1495 http://id.who.int/icd/release/11/mms/826670225/unspecified 2B6D.Z #> 1496 http://id.who.int/icd/release/11/mms/1118531333 2B6E #> 1497 http://id.who.int/icd/release/11/mms/472349708 2B6E.0 #> 1498 http://id.who.int/icd/release/11/mms/1118531333/other 2B6E.Y #> 1499 http://id.who.int/icd/release/11/mms/1118531333/unspecified 2B6E.Z #> 1500 http://id.who.int/icd/release/11/mms/794095161/other 2B6Y #> 1501 http://id.who.int/icd/release/11/mms/911859018 #> 1502 http://id.who.int/icd/release/11/mms/669033105 2B70 #> 1503 http://id.who.int/icd/release/11/mms/829915640 2B70.0 #> 1504 http://id.who.int/icd/release/11/mms/1934528268 2B70.00 #> 1505 http://id.who.int/icd/release/11/mms/829915640/other 2B70.0Y #> 1506 http://id.who.int/icd/release/11/mms/829915640/unspecified 2B70.0Z #> 1507 http://id.who.int/icd/release/11/mms/1417891145 2B70.1 #> 1508 http://id.who.int/icd/release/11/mms/669033105/other 2B70.Y #> 1509 http://id.who.int/icd/release/11/mms/669033105/unspecified 2B70.Z #> 1510 http://id.who.int/icd/release/11/mms/1103107484 2B71 #> 1511 http://id.who.int/icd/release/11/mms/923467822 2B71.0 #> 1512 http://id.who.int/icd/release/11/mms/1103107484/other 2B71.Y #> 1513 http://id.who.int/icd/release/11/mms/1103107484/unspecified 2B71.Z #> 1514 http://id.who.int/icd/release/11/mms/1397617262 2B72 #> 1515 http://id.who.int/icd/release/11/mms/1855471719 2B72.0 #> 1516 http://id.who.int/icd/release/11/mms/728553280 2B72.1 #> 1517 http://id.who.int/icd/release/11/mms/1397617262/other 2B72.Y #> 1518 http://id.who.int/icd/release/11/mms/1397617262/unspecified 2B72.Z #> 1519 http://id.who.int/icd/release/11/mms/150210507 #> 1520 http://id.who.int/icd/release/11/mms/906379260 2B80 #> 1521 http://id.who.int/icd/release/11/mms/1527322574 2B80.0 #> 1522 http://id.who.int/icd/release/11/mms/1182663077 2B80.00 #> 1523 http://id.who.int/icd/release/11/mms/1585809486 2B80.01 #> 1524 http://id.who.int/icd/release/11/mms/1527322574/other 2B80.0Y #> 1525 http://id.who.int/icd/release/11/mms/1527322574/unspecified 2B80.0Z #> 1526 http://id.who.int/icd/release/11/mms/1135366344 2B80.1 #> 1527 http://id.who.int/icd/release/11/mms/1777129612 2B80.10 #> 1528 http://id.who.int/icd/release/11/mms/1148257852 2B80.11 #> 1529 http://id.who.int/icd/release/11/mms/1135366344/other 2B80.1Y #> 1530 http://id.who.int/icd/release/11/mms/1135366344/unspecified 2B80.1Z #> 1531 http://id.who.int/icd/release/11/mms/1975721108 2B80.2 #> 1532 http://id.who.int/icd/release/11/mms/1369513329 2B80.20 #> 1533 http://id.who.int/icd/release/11/mms/1469325809 2B80.21 #> 1534 http://id.who.int/icd/release/11/mms/1975721108/other 2B80.2Y #> 1535 http://id.who.int/icd/release/11/mms/906379260/other 2B80.Y #> 1536 http://id.who.int/icd/release/11/mms/906379260/unspecified 2B80.Z #> 1537 http://id.who.int/icd/release/11/mms/1892026854 2B81 #> 1538 http://id.who.int/icd/release/11/mms/1696330825 2B81.0 #> 1539 http://id.who.int/icd/release/11/mms/425095558 2B81.00 #> 1540 http://id.who.int/icd/release/11/mms/1590340268 2B81.2 #> 1541 http://id.who.int/icd/release/11/mms/1892026854/other 2B81.Y #> 1542 http://id.who.int/icd/release/11/mms/1892026854/unspecified 2B81.Z #> 1543 http://id.who.int/icd/release/11/mms/963821314 #> 1544 http://id.who.int/icd/release/11/mms/1265576634 2B90 #> 1545 http://id.who.int/icd/release/11/mms/758254866 2B90.0 #> 1546 http://id.who.int/icd/release/11/mms/871442980 2B90.00 #> 1547 http://id.who.int/icd/release/11/mms/758254866/other 2B90.0Y #> 1548 http://id.who.int/icd/release/11/mms/758254866/unspecified 2B90.0Z #> 1549 http://id.who.int/icd/release/11/mms/1751848361 2B90.1 #> 1550 http://id.who.int/icd/release/11/mms/689022096 2B90.10 #> 1551 http://id.who.int/icd/release/11/mms/1751848361/other 2B90.1Y #> 1552 http://id.who.int/icd/release/11/mms/1751848361/unspecified 2B90.1Z #> 1553 http://id.who.int/icd/release/11/mms/315492123 2B90.2 #> 1554 http://id.who.int/icd/release/11/mms/861313622 2B90.20 #> 1555 http://id.who.int/icd/release/11/mms/315492123/other 2B90.2Y #> 1556 http://id.who.int/icd/release/11/mms/315492123/unspecified 2B90.2Z #> 1557 http://id.who.int/icd/release/11/mms/1717786596 2B90.3 #> 1558 http://id.who.int/icd/release/11/mms/104485936 2B90.30 #> 1559 http://id.who.int/icd/release/11/mms/1717786596/other 2B90.3Y #> 1560 http://id.who.int/icd/release/11/mms/1717786596/unspecified 2B90.3Z #> 1561 http://id.who.int/icd/release/11/mms/1265576634/other 2B90.Y #> 1562 http://id.who.int/icd/release/11/mms/1265576634/unspecified 2B90.Z #> 1563 http://id.who.int/icd/release/11/mms/774170412 2B91 #> 1564 http://id.who.int/icd/release/11/mms/1134901606 2B91.0 #> 1565 http://id.who.int/icd/release/11/mms/774170412/other 2B91.Y #> 1566 http://id.who.int/icd/release/11/mms/774170412/unspecified 2B91.Z #> 1567 http://id.who.int/icd/release/11/mms/1113099195 2B92 #> 1568 http://id.who.int/icd/release/11/mms/1316028436 2B92.0 #> 1569 http://id.who.int/icd/release/11/mms/1721143857 2B92.1 #> 1570 http://id.who.int/icd/release/11/mms/1113099195/other 2B92.Y #> 1571 http://id.who.int/icd/release/11/mms/1113099195/unspecified 2B92.Z #> 1572 http://id.who.int/icd/release/11/mms/642412809 2B93 #> 1573 http://id.who.int/icd/release/11/mms/59190475 2B93.0 #> 1574 http://id.who.int/icd/release/11/mms/642412809/other 2B93.Y #> 1575 http://id.who.int/icd/release/11/mms/642412809/unspecified 2B93.Z #> 1576 http://id.who.int/icd/release/11/mms/963821314/other 2B9Y #> 1577 http://id.who.int/icd/release/11/mms/655574575 2C00 #> 1578 http://id.who.int/icd/release/11/mms/168138050 2C00.0 #> 1579 http://id.who.int/icd/release/11/mms/1100168891 2C00.1 #> 1580 http://id.who.int/icd/release/11/mms/1927831331 2C00.2 #> 1581 http://id.who.int/icd/release/11/mms/585238371 2C00.3 #> 1582 http://id.who.int/icd/release/11/mms/655574575/other 2C00.Y #> 1583 http://id.who.int/icd/release/11/mms/655574575/unspecified 2C00.Z #> 1584 http://id.who.int/icd/release/11/mms/150210507/other 2C0Y #> 1585 http://id.who.int/icd/release/11/mms/150210507/unspecified 2C0Z #> 1586 http://id.who.int/icd/release/11/mms/542147910 2C10 #> 1587 http://id.who.int/icd/release/11/mms/1663659989 2C10.0 #> 1588 http://id.who.int/icd/release/11/mms/1421495979 2C10.1 #> 1589 http://id.who.int/icd/release/11/mms/542147910/other 2C10.Y #> 1590 http://id.who.int/icd/release/11/mms/542147910/unspecified 2C10.Z #> 1591 http://id.who.int/icd/release/11/mms/1425921467 2C11 #> 1592 http://id.who.int/icd/release/11/mms/396516864 2C11.0 #> 1593 http://id.who.int/icd/release/11/mms/45264155 2C11.1 #> 1594 http://id.who.int/icd/release/11/mms/770000396 2C11.2 #> 1595 http://id.who.int/icd/release/11/mms/1425921467/unspecified 2C11.Z #> 1596 http://id.who.int/icd/release/11/mms/1404966610 2C12 #> 1597 http://id.who.int/icd/release/11/mms/1605020868 2C12.0 #> 1598 http://id.who.int/icd/release/11/mms/1097637010 2C12.00 #> 1599 http://id.who.int/icd/release/11/mms/1556608523 2C12.01 #> 1600 http://id.who.int/icd/release/11/mms/1294035808 2C12.02 #> 1601 http://id.who.int/icd/release/11/mms/1245806134 2C12.03 #> 1602 http://id.who.int/icd/release/11/mms/1605020868/other 2C12.0Y #> 1603 http://id.who.int/icd/release/11/mms/1605020868/unspecified 2C12.0Z #> 1604 http://id.who.int/icd/release/11/mms/1938186540 2C12.1 #> 1605 http://id.who.int/icd/release/11/mms/1253728223 2C12.10 #> 1606 http://id.who.int/icd/release/11/mms/1938186540/other 2C12.1Y #> 1607 http://id.who.int/icd/release/11/mms/1938186540/unspecified 2C12.1Z #> 1608 http://id.who.int/icd/release/11/mms/922082116 2C13 #> 1609 http://id.who.int/icd/release/11/mms/15874829 2C13.0 #> 1610 http://id.who.int/icd/release/11/mms/922082116/other 2C13.Y #> 1611 http://id.who.int/icd/release/11/mms/922082116/unspecified 2C13.Z #> 1612 http://id.who.int/icd/release/11/mms/1511346466 2C14 #> 1613 http://id.who.int/icd/release/11/mms/1219877641 2C14.0 #> 1614 http://id.who.int/icd/release/11/mms/187338184 2C14.1 #> 1615 http://id.who.int/icd/release/11/mms/1018801334 2C14.2 #> 1616 http://id.who.int/icd/release/11/mms/1511346466/other 2C14.Y #> 1617 http://id.who.int/icd/release/11/mms/1511346466/unspecified 2C14.Z #> 1618 http://id.who.int/icd/release/11/mms/1707654227 2C15 #> 1619 http://id.who.int/icd/release/11/mms/1393178521 2C15.0 #> 1620 http://id.who.int/icd/release/11/mms/947057531 2C15.1 #> 1621 http://id.who.int/icd/release/11/mms/298109934 2C15.2 #> 1622 http://id.who.int/icd/release/11/mms/1707654227/other 2C15.Y #> 1623 http://id.who.int/icd/release/11/mms/1707654227/unspecified 2C15.Z #> 1624 http://id.who.int/icd/release/11/mms/267067189 2C16 #> 1625 http://id.who.int/icd/release/11/mms/1601321941 2C16.0 #> 1626 http://id.who.int/icd/release/11/mms/761397346 2C16.1 #> 1627 http://id.who.int/icd/release/11/mms/267067189/other 2C16.Y #> 1628 http://id.who.int/icd/release/11/mms/267067189/unspecified 2C16.Z #> 1629 http://id.who.int/icd/release/11/mms/1159416016 2C17 #> 1630 http://id.who.int/icd/release/11/mms/1531247510 2C17.0 #> 1631 http://id.who.int/icd/release/11/mms/2070602706 2C17.1 #> 1632 http://id.who.int/icd/release/11/mms/1508454837 2C17.2 #> 1633 http://id.who.int/icd/release/11/mms/1159416016/other 2C17.Y #> 1634 http://id.who.int/icd/release/11/mms/1159416016/unspecified 2C17.Z #> 1635 http://id.who.int/icd/release/11/mms/1071237724 2C18 #> 1636 http://id.who.int/icd/release/11/mms/1571104786 2C18.0 #> 1637 http://id.who.int/icd/release/11/mms/829265348 2C18.1 #> 1638 http://id.who.int/icd/release/11/mms/417049941 2C18.2 #> 1639 http://id.who.int/icd/release/11/mms/1071237724/other 2C18.Y #> 1640 http://id.who.int/icd/release/11/mms/1071237724/unspecified 2C18.Z #> 1641 http://id.who.int/icd/release/11/mms/911859018/unspecified 2C1Z #> 1642 http://id.who.int/icd/release/11/mms/1445684773 #> 1643 http://id.who.int/icd/release/11/mms/1078206702 2C20 #> 1644 http://id.who.int/icd/release/11/mms/706528063 2C20.0 #> 1645 http://id.who.int/icd/release/11/mms/262294384 2C20.1 #> 1646 http://id.who.int/icd/release/11/mms/942762510 2C20.2 #> 1647 http://id.who.int/icd/release/11/mms/2007774165 2C20.3 #> 1648 http://id.who.int/icd/release/11/mms/144642394 2C20.4 #> 1649 http://id.who.int/icd/release/11/mms/1078206702/other 2C20.Y #> 1650 http://id.who.int/icd/release/11/mms/1078206702/unspecified 2C20.Z #> 1651 http://id.who.int/icd/release/11/mms/621800828 2C21 #> 1652 http://id.who.int/icd/release/11/mms/440376179 2C21.0 #> 1653 http://id.who.int/icd/release/11/mms/766294541 2C21.1 #> 1654 http://id.who.int/icd/release/11/mms/951863576 2C21.2 #> 1655 http://id.who.int/icd/release/11/mms/621800828/other 2C21.Y #> 1656 http://id.who.int/icd/release/11/mms/621800828/unspecified 2C21.Z #> 1657 http://id.who.int/icd/release/11/mms/1893076536 2C22 #> 1658 http://id.who.int/icd/release/11/mms/345015544 2C22.0 #> 1659 http://id.who.int/icd/release/11/mms/587441542 2C22.1 #> 1660 http://id.who.int/icd/release/11/mms/1779506452 2C22.10 #> 1661 http://id.who.int/icd/release/11/mms/587441542/other 2C22.1Y #> 1662 http://id.who.int/icd/release/11/mms/726493579 2C22.2 #> 1663 http://id.who.int/icd/release/11/mms/638874599 2C22.3 #> 1664 http://id.who.int/icd/release/11/mms/1893076536/other 2C22.Y #> 1665 http://id.who.int/icd/release/11/mms/1893076536/unspecified 2C22.Z #> 1666 http://id.who.int/icd/release/11/mms/75194057 2C23 #> 1667 http://id.who.int/icd/release/11/mms/1564166225 2C23.1 #> 1668 http://id.who.int/icd/release/11/mms/1397705739 2C23.10 #> 1669 http://id.who.int/icd/release/11/mms/1564166225/other 2C23.1Y #> 1670 http://id.who.int/icd/release/11/mms/946898373 2C23.2 #> 1671 http://id.who.int/icd/release/11/mms/1223729307 2C23.20 #> 1672 http://id.who.int/icd/release/11/mms/946898373/other 2C23.2Y #> 1673 http://id.who.int/icd/release/11/mms/1289606460 2C23.3 #> 1674 http://id.who.int/icd/release/11/mms/1086221462 2C23.30 #> 1675 http://id.who.int/icd/release/11/mms/1750728373 2C23.31 #> 1676 http://id.who.int/icd/release/11/mms/1289606460/other 2C23.3Y #> 1677 http://id.who.int/icd/release/11/mms/697702574 2C23.4 #> 1678 http://id.who.int/icd/release/11/mms/1404882567 2C23.5 #> 1679 http://id.who.int/icd/release/11/mms/75194057/unspecified 2C23.Z #> 1680 http://id.who.int/icd/release/11/mms/1630573405 2C24 #> 1681 http://id.who.int/icd/release/11/mms/2001442307 2C24.0 #> 1682 http://id.who.int/icd/release/11/mms/1439188070 2C24.1 #> 1683 http://id.who.int/icd/release/11/mms/2118161494 2C24.2 #> 1684 http://id.who.int/icd/release/11/mms/1630573405/other 2C24.Y #> 1685 http://id.who.int/icd/release/11/mms/1630573405/unspecified 2C24.Z #> 1686 http://id.who.int/icd/release/11/mms/316539081 2C25 #> 1687 http://id.who.int/icd/release/11/mms/1418562110 2C25.0 #> 1688 http://id.who.int/icd/release/11/mms/1800431439 2C25.1 #> 1689 http://id.who.int/icd/release/11/mms/2045832550 2C25.2 #> 1690 http://id.who.int/icd/release/11/mms/445249863 2C25.3 #> 1691 http://id.who.int/icd/release/11/mms/1315163160 2C25.4 #> 1692 http://id.who.int/icd/release/11/mms/1826627197 2C25.5 #> 1693 http://id.who.int/icd/release/11/mms/316539081/other 2C25.Y #> 1694 http://id.who.int/icd/release/11/mms/316539081/unspecified 2C25.Z #> 1695 http://id.who.int/icd/release/11/mms/855261561 2C26 #> 1696 http://id.who.int/icd/release/11/mms/369414280 2C26.0 #> 1697 http://id.who.int/icd/release/11/mms/855261561/other 2C26.Y #> 1698 http://id.who.int/icd/release/11/mms/855261561/unspecified 2C26.Z #> 1699 http://id.who.int/icd/release/11/mms/1718833206 2C27 #> 1700 http://id.who.int/icd/release/11/mms/1351671383 2C27.0 #> 1701 http://id.who.int/icd/release/11/mms/381956131 2C27.1 #> 1702 http://id.who.int/icd/release/11/mms/33869057 2C27.2 #> 1703 http://id.who.int/icd/release/11/mms/1718833206/other 2C27.Y #> 1704 http://id.who.int/icd/release/11/mms/1718833206/unspecified 2C27.Z #> 1705 http://id.who.int/icd/release/11/mms/554855119 2C28 #> 1706 http://id.who.int/icd/release/11/mms/1175864087 2C28.0 #> 1707 http://id.who.int/icd/release/11/mms/1802183757 2C28.1 #> 1708 http://id.who.int/icd/release/11/mms/554855119/unspecified 2C28.Z #> 1709 http://id.who.int/icd/release/11/mms/2119272674 2C29 #> 1710 http://id.who.int/icd/release/11/mms/87363774 2C29.0 #> 1711 http://id.who.int/icd/release/11/mms/952267142 2C29.1 #> 1712 http://id.who.int/icd/release/11/mms/2119272674/unspecified 2C29.Z #> 1713 http://id.who.int/icd/release/11/mms/1445684773/other 2C2Y #> 1714 http://id.who.int/icd/release/11/mms/1445684773/unspecified 2C2Z #> 1715 http://id.who.int/icd/release/11/mms/1706880799 #> 1716 http://id.who.int/icd/release/11/mms/488336723 2C30 #> 1717 http://id.who.int/icd/release/11/mms/737272884 2C30.0 #> 1718 http://id.who.int/icd/release/11/mms/265961407 2C30.1 #> 1719 http://id.who.int/icd/release/11/mms/507290324 2C30.2 #> 1720 http://id.who.int/icd/release/11/mms/144309462 2C30.3 #> 1721 http://id.who.int/icd/release/11/mms/488336723/other 2C30.Y #> 1722 http://id.who.int/icd/release/11/mms/488336723/unspecified 2C30.Z #> 1723 http://id.who.int/icd/release/11/mms/1448983042 2C31 #> 1724 http://id.who.int/icd/release/11/mms/1049028857 2C31.0 #> 1725 http://id.who.int/icd/release/11/mms/516478127 2C31.1 #> 1726 http://id.who.int/icd/release/11/mms/1448983042/unspecified 2C31.Z #> 1727 http://id.who.int/icd/release/11/mms/1203447657 2C32 #> 1728 http://id.who.int/icd/release/11/mms/472025101 2C32.0 #> 1729 http://id.who.int/icd/release/11/mms/138464905 2C32.1 #> 1730 http://id.who.int/icd/release/11/mms/73469173 2C32.2 #> 1731 http://id.who.int/icd/release/11/mms/1203447657/other 2C32.Y #> 1732 http://id.who.int/icd/release/11/mms/1203447657/unspecified 2C32.Z #> 1733 http://id.who.int/icd/release/11/mms/712393740 2C33 #> 1734 http://id.who.int/icd/release/11/mms/680322043 2C34 #> 1735 http://id.who.int/icd/release/11/mms/1833969739 2C35 #> 1736 http://id.who.int/icd/release/11/mms/1706880799/other 2C3Y #> 1737 http://id.who.int/icd/release/11/mms/1706880799/unspecified 2C3Z #> 1738 http://id.who.int/icd/release/11/mms/442019384 #> 1739 http://id.who.int/icd/release/11/mms/355612100 2C40 #> 1740 http://id.who.int/icd/release/11/mms/986576766 2C41 #> 1741 http://id.who.int/icd/release/11/mms/442019384/other 2C4Y #> 1742 http://id.who.int/icd/release/11/mms/442019384/unspecified 2C4Z #> 1743 http://id.who.int/icd/release/11/mms/1950900731 #> 1744 http://id.who.int/icd/release/11/mms/1731312506 2C50 #> 1745 http://id.who.int/icd/release/11/mms/733901315 2C50.0 #> 1746 http://id.who.int/icd/release/11/mms/1731312506/other 2C50.Y #> 1747 http://id.who.int/icd/release/11/mms/1731312506/unspecified 2C50.Z #> 1748 http://id.who.int/icd/release/11/mms/315445782 2C51 #> 1749 http://id.who.int/icd/release/11/mms/1678770330 2C51.0 #> 1750 http://id.who.int/icd/release/11/mms/626946920 2C51.1 #> 1751 http://id.who.int/icd/release/11/mms/1934564626 2C51.2 #> 1752 http://id.who.int/icd/release/11/mms/1241724628 2C51.20 #> 1753 http://id.who.int/icd/release/11/mms/295732875 2C51.21 #> 1754 http://id.who.int/icd/release/11/mms/1934564626/other 2C51.2Y #> 1755 http://id.who.int/icd/release/11/mms/1934564626/unspecified 2C51.2Z #> 1756 http://id.who.int/icd/release/11/mms/315445782/other 2C51.Y #> 1757 http://id.who.int/icd/release/11/mms/315445782/unspecified 2C51.Z #> 1758 http://id.who.int/icd/release/11/mms/376183718 2C52 #> 1759 http://id.who.int/icd/release/11/mms/888129987 2C52.0 #> 1760 http://id.who.int/icd/release/11/mms/376183718/other 2C52.Y #> 1761 http://id.who.int/icd/release/11/mms/376183718/unspecified 2C52.Z #> 1762 http://id.who.int/icd/release/11/mms/131965197 2C53 #> 1763 http://id.who.int/icd/release/11/mms/680151582 2C53.0 #> 1764 http://id.who.int/icd/release/11/mms/1621745746 2C53.1 #> 1765 http://id.who.int/icd/release/11/mms/131965197/other 2C53.Y #> 1766 http://id.who.int/icd/release/11/mms/131965197/unspecified 2C53.Z #> 1767 http://id.who.int/icd/release/11/mms/1950900731/other 2C5Y #> 1768 http://id.who.int/icd/release/11/mms/1950900731/unspecified 2C5Z #> 1769 http://id.who.int/icd/release/11/mms/1047754165 #> 1770 http://id.who.int/icd/release/11/mms/457240160 2C60 #> 1771 http://id.who.int/icd/release/11/mms/2090549892 2C61 #> 1772 http://id.who.int/icd/release/11/mms/175963120 2C61.0 #> 1773 http://id.who.int/icd/release/11/mms/107769421 2C61.1 #> 1774 http://id.who.int/icd/release/11/mms/619691048 2C61.2 #> 1775 http://id.who.int/icd/release/11/mms/326933846 2C61.3 #> 1776 http://id.who.int/icd/release/11/mms/692664921 2C61.4 #> 1777 http://id.who.int/icd/release/11/mms/986359233 2C62 #> 1778 http://id.who.int/icd/release/11/mms/147026376 2C63 #> 1779 http://id.who.int/icd/release/11/mms/924753077 2C64 #> 1780 http://id.who.int/icd/release/11/mms/1258896144 2C65 #> 1781 http://id.who.int/icd/release/11/mms/1047754165/other 2C6Y #> 1782 http://id.who.int/icd/release/11/mms/1047754165/unspecified 2C6Z #> 1783 http://id.who.int/icd/release/11/mms/751805133 #> 1784 http://id.who.int/icd/release/11/mms/1530443809 2C70 #> 1785 http://id.who.int/icd/release/11/mms/247568702 2C70.0 #> 1786 http://id.who.int/icd/release/11/mms/360609196 2C70.1 #> 1787 http://id.who.int/icd/release/11/mms/146824338 2C70.2 #> 1788 http://id.who.int/icd/release/11/mms/1530443809/other 2C70.Y #> 1789 http://id.who.int/icd/release/11/mms/1530443809/unspecified 2C70.Z #> 1790 http://id.who.int/icd/release/11/mms/798353632 2C71 #> 1791 http://id.who.int/icd/release/11/mms/1569909893 2C71.0 #> 1792 http://id.who.int/icd/release/11/mms/1778503163 2C71.1 #> 1793 http://id.who.int/icd/release/11/mms/1649345016 2C71.2 #> 1794 http://id.who.int/icd/release/11/mms/798353632/other 2C71.Y #> 1795 http://id.who.int/icd/release/11/mms/798353632/unspecified 2C71.Z #> 1796 http://id.who.int/icd/release/11/mms/1302193697 2C72 #> 1797 http://id.who.int/icd/release/11/mms/589965966 2C72.0 #> 1798 http://id.who.int/icd/release/11/mms/1588787831 2C72.1 #> 1799 http://id.who.int/icd/release/11/mms/1158485735 2C72.3 #> 1800 http://id.who.int/icd/release/11/mms/1302193697/other 2C72.Y #> 1801 http://id.who.int/icd/release/11/mms/1302193697/unspecified 2C72.Z #> 1802 http://id.who.int/icd/release/11/mms/685124533 2C73 #> 1803 http://id.who.int/icd/release/11/mms/292186178 2C73.0 #> 1804 http://id.who.int/icd/release/11/mms/315825558 2C73.00 #> 1805 http://id.who.int/icd/release/11/mms/996484353 2C73.01 #> 1806 http://id.who.int/icd/release/11/mms/259283045 2C73.02 #> 1807 http://id.who.int/icd/release/11/mms/377683031 2C73.03 #> 1808 http://id.who.int/icd/release/11/mms/869438441 2C73.04 #> 1809 http://id.who.int/icd/release/11/mms/292186178/other 2C73.0Y #> 1810 http://id.who.int/icd/release/11/mms/292186178/unspecified 2C73.0Z #> 1811 http://id.who.int/icd/release/11/mms/208782658 2C73.1 #> 1812 http://id.who.int/icd/release/11/mms/148207042 2C73.2 #> 1813 http://id.who.int/icd/release/11/mms/551209361 2C73.3 #> 1814 http://id.who.int/icd/release/11/mms/1074379931 2C73.4 #> 1815 http://id.who.int/icd/release/11/mms/455713450 2C73.5 #> 1816 http://id.who.int/icd/release/11/mms/685124533/other 2C73.Y #> 1817 http://id.who.int/icd/release/11/mms/685124533/unspecified 2C73.Z #> 1818 http://id.who.int/icd/release/11/mms/459381514 2C74 #> 1819 http://id.who.int/icd/release/11/mms/1365341249 2C74.0 #> 1820 http://id.who.int/icd/release/11/mms/459381514/other 2C74.Y #> 1821 http://id.who.int/icd/release/11/mms/459381514/unspecified 2C74.Z #> 1822 http://id.who.int/icd/release/11/mms/821359459 2C75 #> 1823 http://id.who.int/icd/release/11/mms/1972855304 2C75.0 #> 1824 http://id.who.int/icd/release/11/mms/821359459/other 2C75.Y #> 1825 http://id.who.int/icd/release/11/mms/821359459/unspecified 2C75.Z #> 1826 http://id.who.int/icd/release/11/mms/959493854 2C76 #> 1827 http://id.who.int/icd/release/11/mms/671511103 2C76.0 #> 1828 http://id.who.int/icd/release/11/mms/395055399 2C76.1 #> 1829 http://id.who.int/icd/release/11/mms/388735319 2C76.2 #> 1830 http://id.who.int/icd/release/11/mms/225222541 2C76.3 #> 1831 http://id.who.int/icd/release/11/mms/575106861 2C76.4 #> 1832 http://id.who.int/icd/release/11/mms/1130568776 2C76.40 #> 1833 http://id.who.int/icd/release/11/mms/845680139 2C76.41 #> 1834 http://id.who.int/icd/release/11/mms/130578959 2C76.42 #> 1835 http://id.who.int/icd/release/11/mms/1711927798 2C76.43 #> 1836 http://id.who.int/icd/release/11/mms/575106861/unspecified 2C76.4Z #> 1837 http://id.who.int/icd/release/11/mms/959493854/other 2C76.Y #> 1838 http://id.who.int/icd/release/11/mms/959493854/unspecified 2C76.Z #> 1839 http://id.who.int/icd/release/11/mms/1256072522 2C77 #> 1840 http://id.who.int/icd/release/11/mms/1544785014 2C77.0 #> 1841 http://id.who.int/icd/release/11/mms/261293318 2C77.1 #> 1842 http://id.who.int/icd/release/11/mms/156186129 2C77.2 #> 1843 http://id.who.int/icd/release/11/mms/128151553 2C77.3 #> 1844 http://id.who.int/icd/release/11/mms/1256072522/other 2C77.Y #> 1845 http://id.who.int/icd/release/11/mms/1256072522/unspecified 2C77.Z #> 1846 http://id.who.int/icd/release/11/mms/1551596364 2C78 #> 1847 http://id.who.int/icd/release/11/mms/367402464 2C79 #> 1848 http://id.who.int/icd/release/11/mms/751805133/other 2C7Y #> 1849 http://id.who.int/icd/release/11/mms/751805133/unspecified 2C7Z #> 1850 http://id.who.int/icd/release/11/mms/1894406676 #> 1851 http://id.who.int/icd/release/11/mms/673566475 2C80 #> 1852 http://id.who.int/icd/release/11/mms/1915129755 2C80.2 #> 1853 http://id.who.int/icd/release/11/mms/673566475/other 2C80.Y #> 1854 http://id.who.int/icd/release/11/mms/673566475/unspecified 2C80.Z #> 1855 http://id.who.int/icd/release/11/mms/969101922 2C81 #> 1856 http://id.who.int/icd/release/11/mms/186592209 2C81.0 #> 1857 http://id.who.int/icd/release/11/mms/574863499 2C81.1 #> 1858 http://id.who.int/icd/release/11/mms/969101922/other 2C81.Y #> 1859 http://id.who.int/icd/release/11/mms/969101922/unspecified 2C81.Z #> 1860 http://id.who.int/icd/release/11/mms/1552457716 2C82 #> 1861 http://id.who.int/icd/release/11/mms/1510677183 2C82.0 #> 1862 http://id.who.int/icd/release/11/mms/1552457716/other 2C82.Y #> 1863 http://id.who.int/icd/release/11/mms/1552457716/unspecified 2C82.Z #> 1864 http://id.who.int/icd/release/11/mms/5747278 2C83 #> 1865 http://id.who.int/icd/release/11/mms/1877062675 2C83.0 #> 1866 http://id.who.int/icd/release/11/mms/5747278/other 2C83.Y #> 1867 http://id.who.int/icd/release/11/mms/5747278/unspecified 2C83.Z #> 1868 http://id.who.int/icd/release/11/mms/1299055263 2C84 #> 1869 http://id.who.int/icd/release/11/mms/1894406676/unspecified 2C8Z #> 1870 http://id.who.int/icd/release/11/mms/1096290580 #> 1871 http://id.who.int/icd/release/11/mms/1048613131 2C90 #> 1872 http://id.who.int/icd/release/11/mms/825917541 2C90.0 #> 1873 http://id.who.int/icd/release/11/mms/1048613131/other 2C90.Y #> 1874 http://id.who.int/icd/release/11/mms/1048613131/unspecified 2C90.Z #> 1875 http://id.who.int/icd/release/11/mms/1540054175 2C91 #> 1876 http://id.who.int/icd/release/11/mms/2135776892 2C91.0 #> 1877 http://id.who.int/icd/release/11/mms/1540054175/other 2C91.Y #> 1878 http://id.who.int/icd/release/11/mms/1540054175/unspecified 2C91.Z #> 1879 http://id.who.int/icd/release/11/mms/795216992 2C92 #> 1880 http://id.who.int/icd/release/11/mms/1470811231 2C92.0 #> 1881 http://id.who.int/icd/release/11/mms/795216992/other 2C92.Y #> 1882 http://id.who.int/icd/release/11/mms/795216992/unspecified 2C92.Z #> 1883 http://id.who.int/icd/release/11/mms/1705187418 2C93 #> 1884 http://id.who.int/icd/release/11/mms/1661934843 2C93.0 #> 1885 http://id.who.int/icd/release/11/mms/2024861803 2C93.1 #> 1886 http://id.who.int/icd/release/11/mms/1513300494 2C93.2 #> 1887 http://id.who.int/icd/release/11/mms/1705187418/other 2C93.Y #> 1888 http://id.who.int/icd/release/11/mms/1705187418/unspecified 2C93.Z #> 1889 http://id.who.int/icd/release/11/mms/1244512758 2C94 #> 1890 http://id.who.int/icd/release/11/mms/1907332818 2C94.0 #> 1891 http://id.who.int/icd/release/11/mms/1981804514 2C94.1 #> 1892 http://id.who.int/icd/release/11/mms/1237451411 2C94.2 #> 1893 http://id.who.int/icd/release/11/mms/1244512758/other 2C94.Y #> 1894 http://id.who.int/icd/release/11/mms/1244512758/unspecified 2C94.Z #> 1895 http://id.who.int/icd/release/11/mms/1800186673 2C95 #> 1896 http://id.who.int/icd/release/11/mms/20708394 2C95.0 #> 1897 http://id.who.int/icd/release/11/mms/1525098224 2C95.1 #> 1898 http://id.who.int/icd/release/11/mms/1395410103 2C95.2 #> 1899 http://id.who.int/icd/release/11/mms/1800186673/other 2C95.Y #> 1900 http://id.who.int/icd/release/11/mms/1800186673/unspecified 2C95.Z #> 1901 http://id.who.int/icd/release/11/mms/1096290580/other 2C9Y #> 1902 http://id.who.int/icd/release/11/mms/1096290580/unspecified 2C9Z #> 1903 http://id.who.int/icd/release/11/mms/1376721186 #> 1904 http://id.who.int/icd/release/11/mms/2033444200 2D00 #> 1905 http://id.who.int/icd/release/11/mms/1193234571 2D00.0 #> 1906 http://id.who.int/icd/release/11/mms/464839824 2D00.1 #> 1907 http://id.who.int/icd/release/11/mms/1856595996 2D00.2 #> 1908 http://id.who.int/icd/release/11/mms/2033444200/other 2D00.Y #> 1909 http://id.who.int/icd/release/11/mms/2033444200/unspecified 2D00.Z #> 1910 http://id.who.int/icd/release/11/mms/477636850 2D01 #> 1911 http://id.who.int/icd/release/11/mms/715606262 2D01.0 #> 1912 http://id.who.int/icd/release/11/mms/1035484987 2D01.1 #> 1913 http://id.who.int/icd/release/11/mms/477636850/other 2D01.Y #> 1914 http://id.who.int/icd/release/11/mms/477636850/unspecified 2D01.Z #> 1915 http://id.who.int/icd/release/11/mms/1758820365 2D02 #> 1916 http://id.who.int/icd/release/11/mms/1254844927 2D02.0 #> 1917 http://id.who.int/icd/release/11/mms/53770492 2D02.1 #> 1918 http://id.who.int/icd/release/11/mms/1855353671 2D02.2 #> 1919 http://id.who.int/icd/release/11/mms/1758820365/other 2D02.Y #> 1920 http://id.who.int/icd/release/11/mms/1758820365/unspecified 2D02.Z #> 1921 http://id.who.int/icd/release/11/mms/456911769 2D03 #> 1922 http://id.who.int/icd/release/11/mms/1596057495 2D03.0 #> 1923 http://id.who.int/icd/release/11/mms/1151208199 2D03.1 #> 1924 http://id.who.int/icd/release/11/mms/1713232228 2D03.2 #> 1925 http://id.who.int/icd/release/11/mms/456911769/other 2D03.Y #> 1926 http://id.who.int/icd/release/11/mms/456911769/unspecified 2D03.Z #> 1927 http://id.who.int/icd/release/11/mms/1872149350 2D04 #> 1928 http://id.who.int/icd/release/11/mms/228504985 2D05 #> 1929 http://id.who.int/icd/release/11/mms/1493520953 2D05.0 #> 1930 http://id.who.int/icd/release/11/mms/228504985/other 2D05.Y #> 1931 http://id.who.int/icd/release/11/mms/228504985/unspecified 2D05.Z #> 1932 http://id.who.int/icd/release/11/mms/2121278989 2D06 #> 1933 http://id.who.int/icd/release/11/mms/27112793 2D06.0 #> 1934 http://id.who.int/icd/release/11/mms/874780782 2D06.1 #> 1935 http://id.who.int/icd/release/11/mms/371493863 2D06.3 #> 1936 http://id.who.int/icd/release/11/mms/369197946 2D06.4 #> 1937 http://id.who.int/icd/release/11/mms/2121278989/other 2D06.Y #> 1938 http://id.who.int/icd/release/11/mms/2121278989/unspecified 2D06.Z #> 1939 http://id.who.int/icd/release/11/mms/982190055 2D07 #> 1940 http://id.who.int/icd/release/11/mms/798749948 2D07.0 #> 1941 http://id.who.int/icd/release/11/mms/713179243 2D07.1 #> 1942 http://id.who.int/icd/release/11/mms/219686553 2D07.2 #> 1943 http://id.who.int/icd/release/11/mms/982190055/other 2D07.Y #> 1944 http://id.who.int/icd/release/11/mms/982190055/unspecified 2D07.Z #> 1945 http://id.who.int/icd/release/11/mms/1376721186/other 2D0Y #> 1946 http://id.who.int/icd/release/11/mms/1376721186/unspecified 2D0Z #> 1947 http://id.who.int/icd/release/11/mms/1120037543 #> 1948 http://id.who.int/icd/release/11/mms/447433352 2D10 #> 1949 http://id.who.int/icd/release/11/mms/367567172 2D10.0 #> 1950 http://id.who.int/icd/release/11/mms/929788705 2D10.1 #> 1951 http://id.who.int/icd/release/11/mms/1227619262 2D10.2 #> 1952 http://id.who.int/icd/release/11/mms/320540024 2D10.3 #> 1953 http://id.who.int/icd/release/11/mms/578519098 2D10.4 #> 1954 http://id.who.int/icd/release/11/mms/447433352/other 2D10.Y #> 1955 http://id.who.int/icd/release/11/mms/447433352/unspecified 2D10.Z #> 1956 http://id.who.int/icd/release/11/mms/1766185236 2D11 #> 1957 http://id.who.int/icd/release/11/mms/634124554 2D11.0 #> 1958 http://id.who.int/icd/release/11/mms/2110009016 2D11.1 #> 1959 http://id.who.int/icd/release/11/mms/591280607 2D11.2 #> 1960 http://id.who.int/icd/release/11/mms/1766185236/other 2D11.Y #> 1961 http://id.who.int/icd/release/11/mms/1766185236/unspecified 2D11.Z #> 1962 http://id.who.int/icd/release/11/mms/202249350 2D12 #> 1963 http://id.who.int/icd/release/11/mms/426586758 2D12.0 #> 1964 http://id.who.int/icd/release/11/mms/728032899 2D12.1 #> 1965 http://id.who.int/icd/release/11/mms/202249350/other 2D12.Y #> 1966 http://id.who.int/icd/release/11/mms/202249350/unspecified 2D12.Z #> 1967 http://id.who.int/icd/release/11/mms/1120037543/unspecified 2D1Z #> 1968 http://id.who.int/icd/release/11/mms/1643222460/other 2D3Y #> 1969 http://id.who.int/icd/release/11/mms/1643222460/unspecified 2D3Z #> 1970 http://id.who.int/icd/release/11/mms/1594217552 #> 1971 http://id.who.int/icd/release/11/mms/1979211198 2D40 #> 1972 http://id.who.int/icd/release/11/mms/1467715547 2D41 #> 1973 http://id.who.int/icd/release/11/mms/2023965817 2D42 #> 1974 http://id.who.int/icd/release/11/mms/440437263 2D43 #> 1975 http://id.who.int/icd/release/11/mms/483273481 2D44 #> 1976 http://id.who.int/icd/release/11/mms/1594217552/other 2D4Y #> 1977 http://id.who.int/icd/release/11/mms/1594217552/unspecified 2D4Z #> 1978 http://id.who.int/icd/release/11/mms/1917052637 #> 1979 http://id.who.int/icd/release/11/mms/577085257 2D50 #> 1980 http://id.who.int/icd/release/11/mms/15093038 2D51 #> 1981 http://id.who.int/icd/release/11/mms/800171581 2D52 #> 1982 http://id.who.int/icd/release/11/mms/501778925 #> 1983 http://id.who.int/icd/release/11/mms/863766301 2D60 #> 1984 http://id.who.int/icd/release/11/mms/995482988 2D60.0 #> 1985 http://id.who.int/icd/release/11/mms/1579028734 2D60.1 #> 1986 http://id.who.int/icd/release/11/mms/716390401 2D60.2 #> 1987 http://id.who.int/icd/release/11/mms/1341689237 2D60.3 #> 1988 http://id.who.int/icd/release/11/mms/1008082433 2D60.4 #> 1989 http://id.who.int/icd/release/11/mms/1499321237 2D60.5 #> 1990 http://id.who.int/icd/release/11/mms/863766301/other 2D60.Y #> 1991 http://id.who.int/icd/release/11/mms/863766301/unspecified 2D60.Z #> 1992 http://id.who.int/icd/release/11/mms/902978494 2D61 #> 1993 http://id.who.int/icd/release/11/mms/501778925/unspecified 2D6Z #> 1994 http://id.who.int/icd/release/11/mms/1619106991 #> 1995 http://id.who.int/icd/release/11/mms/1976635094 2D70 #> 1996 http://id.who.int/icd/release/11/mms/278577988 2D71 #> 1997 http://id.who.int/icd/release/11/mms/1681363901 2D72 #> 1998 http://id.who.int/icd/release/11/mms/24927785 2D73 #> 1999 http://id.who.int/icd/release/11/mms/1619106991/other 2D7Y #> 2000 http://id.who.int/icd/release/11/mms/1619106991/unspecified 2D7Z #> 2001 http://id.who.int/icd/release/11/mms/111033337 #> 2002 http://id.who.int/icd/release/11/mms/104832322 2D80 #> 2003 http://id.who.int/icd/release/11/mms/162810284 2D80.0 #> 2004 http://id.who.int/icd/release/11/mms/1970090130 2D80.1 #> 2005 http://id.who.int/icd/release/11/mms/247646132 2D81 #> 2006 http://id.who.int/icd/release/11/mms/56902085 2D82 #> 2007 http://id.who.int/icd/release/11/mms/1291436720 2D83 #> 2008 http://id.who.int/icd/release/11/mms/1922223549 2D84 #> 2009 http://id.who.int/icd/release/11/mms/400097321 2D85 #> 2010 http://id.who.int/icd/release/11/mms/654028876 2D86 #> 2011 http://id.who.int/icd/release/11/mms/111033337/other 2D8Y #> 2012 http://id.who.int/icd/release/11/mms/111033337/unspecified 2D8Z #> 2013 http://id.who.int/icd/release/11/mms/1668567256 #> 2014 http://id.who.int/icd/release/11/mms/181975334 2D90 #> 2015 http://id.who.int/icd/release/11/mms/1523083931 2D91 #> 2016 http://id.who.int/icd/release/11/mms/97145147 #> 2017 http://id.who.int/icd/release/11/mms/1764345431 2E00 #> 2018 http://id.who.int/icd/release/11/mms/207752131 2E01 #> 2019 http://id.who.int/icd/release/11/mms/1227965214 2E02 #> 2020 http://id.who.int/icd/release/11/mms/186763432 2E03 #> 2021 http://id.who.int/icd/release/11/mms/1138224766 2E04 #> 2022 http://id.who.int/icd/release/11/mms/914657949 2E05 #> 2023 http://id.who.int/icd/release/11/mms/2139920471 2E05.0 #> 2024 http://id.who.int/icd/release/11/mms/914657949/other 2E05.Y #> 2025 http://id.who.int/icd/release/11/mms/914657949/unspecified 2E05.Z #> 2026 http://id.who.int/icd/release/11/mms/770549239 2E06 #> 2027 http://id.who.int/icd/release/11/mms/449271235 2E07 #> 2028 http://id.who.int/icd/release/11/mms/2026855228 2E08 #> 2029 http://id.who.int/icd/release/11/mms/1458482846 2E09 #> 2030 http://id.who.int/icd/release/11/mms/97145147/other 2E0Y #> 2031 http://id.who.int/icd/release/11/mms/1917052637/unspecified 2E2Z #> 2032 http://id.who.int/icd/release/11/mms/531713107 #> 2033 http://id.who.int/icd/release/11/mms/693409079 2E60 #> 2034 http://id.who.int/icd/release/11/mms/1749257222 2E60.0 #> 2035 http://id.who.int/icd/release/11/mms/218644880 2E60.1 #> 2036 http://id.who.int/icd/release/11/mms/2040861039 2E60.2 #> 2037 http://id.who.int/icd/release/11/mms/1277122723 2E61 #> 2038 http://id.who.int/icd/release/11/mms/1958429829 2E61.0 #> 2039 http://id.who.int/icd/release/11/mms/1700649456 2E61.1 #> 2040 http://id.who.int/icd/release/11/mms/1447034 2E61.2 #> 2041 http://id.who.int/icd/release/11/mms/2079528867 2E61.3 #> 2042 http://id.who.int/icd/release/11/mms/1277122723/other 2E61.Y #> 2043 http://id.who.int/icd/release/11/mms/1277122723/unspecified 2E61.Z #> 2044 http://id.who.int/icd/release/11/mms/951191646 2E62 #> 2045 http://id.who.int/icd/release/11/mms/1966924987 2E62.0 #> 2046 http://id.who.int/icd/release/11/mms/276244783 2E62.1 #> 2047 http://id.who.int/icd/release/11/mms/1692039632 2E62.2 #> 2048 http://id.who.int/icd/release/11/mms/951191646/other 2E62.Y #> 2049 http://id.who.int/icd/release/11/mms/951191646/unspecified 2E62.Z #> 2050 http://id.who.int/icd/release/11/mms/1576650184 2E63 #> 2051 http://id.who.int/icd/release/11/mms/1538263896 2E63.0 #> 2052 http://id.who.int/icd/release/11/mms/843888877 2E63.00 #> 2053 http://id.who.int/icd/release/11/mms/1538263896/unspecified 2E63.0Z #> 2054 http://id.who.int/icd/release/11/mms/1013634145 2E63.1 #> 2055 http://id.who.int/icd/release/11/mms/1576650184/other 2E63.Y #> 2056 http://id.who.int/icd/release/11/mms/1576650184/unspecified 2E63.Z #> 2057 http://id.who.int/icd/release/11/mms/773281372 2E64 #> 2058 http://id.who.int/icd/release/11/mms/496229924 2E64.0 #> 2059 http://id.who.int/icd/release/11/mms/907624399 2E64.00 #> 2060 http://id.who.int/icd/release/11/mms/25445803 2E64.01 #> 2061 http://id.who.int/icd/release/11/mms/496229924/other 2E64.0Y #> 2062 http://id.who.int/icd/release/11/mms/496229924/unspecified 2E64.0Z #> 2063 http://id.who.int/icd/release/11/mms/1796624917 2E64.1 #> 2064 http://id.who.int/icd/release/11/mms/1015982132 2E64.2 #> 2065 http://id.who.int/icd/release/11/mms/773281372/other 2E64.Y #> 2066 http://id.who.int/icd/release/11/mms/773281372/unspecified 2E64.Z #> 2067 http://id.who.int/icd/release/11/mms/1264360394 2E65 #> 2068 http://id.who.int/icd/release/11/mms/1313183227 2E65.0 #> 2069 http://id.who.int/icd/release/11/mms/16712398 2E65.1 #> 2070 http://id.who.int/icd/release/11/mms/722360431 2E65.2 #> 2071 http://id.who.int/icd/release/11/mms/929833904 2E65.3 #> 2072 http://id.who.int/icd/release/11/mms/368046549 2E65.4 #> 2073 http://id.who.int/icd/release/11/mms/1295910447 2E65.5 #> 2074 http://id.who.int/icd/release/11/mms/1264360394/other 2E65.Y #> 2075 http://id.who.int/icd/release/11/mms/1264360394/unspecified 2E65.Z #> 2076 http://id.who.int/icd/release/11/mms/1072810807 2E66 #> 2077 http://id.who.int/icd/release/11/mms/983703484 2E66.2 #> 2078 http://id.who.int/icd/release/11/mms/1072810807/other 2E66.Y #> 2079 http://id.who.int/icd/release/11/mms/1072810807/unspecified 2E66.Z #> 2080 http://id.who.int/icd/release/11/mms/1522140835 2E67 #> 2081 http://id.who.int/icd/release/11/mms/1396374852 2E67.0 #> 2082 http://id.who.int/icd/release/11/mms/913387730 2E67.1 #> 2083 http://id.who.int/icd/release/11/mms/1913185137 2E67.11 #> 2084 http://id.who.int/icd/release/11/mms/214973733 2E67.12 #> 2085 http://id.who.int/icd/release/11/mms/482153699 2E67.13 #> 2086 http://id.who.int/icd/release/11/mms/1121738799 2E67.2 #> 2087 http://id.who.int/icd/release/11/mms/1819099960 2E67.22 #> 2088 http://id.who.int/icd/release/11/mms/1121738799/other 2E67.2Y #> 2089 http://id.who.int/icd/release/11/mms/1121738799/unspecified 2E67.2Z #> 2090 http://id.who.int/icd/release/11/mms/664251835 2E67.3 #> 2091 http://id.who.int/icd/release/11/mms/1417231919 2E67.4 #> 2092 http://id.who.int/icd/release/11/mms/1986934813 2E67.40 #> 2093 http://id.who.int/icd/release/11/mms/687450046 2E67.41 #> 2094 http://id.who.int/icd/release/11/mms/825422779 2E67.5 #> 2095 http://id.who.int/icd/release/11/mms/1168089926 2E67.6 #> 2096 http://id.who.int/icd/release/11/mms/21423737 2E68 #> 2097 http://id.who.int/icd/release/11/mms/1678584813 2E69 #> 2098 http://id.who.int/icd/release/11/mms/62339348 2E6A #> 2099 http://id.who.int/icd/release/11/mms/1320039477 2E6A.0 #> 2100 http://id.who.int/icd/release/11/mms/2034046283 2E6A.1 #> 2101 http://id.who.int/icd/release/11/mms/62339348/other 2E6A.Y #> 2102 http://id.who.int/icd/release/11/mms/1978381958 2E6B #> 2103 http://id.who.int/icd/release/11/mms/531713107/other 2E6Y #> 2104 http://id.who.int/icd/release/11/mms/531713107/unspecified 2E6Z #> 2105 http://id.who.int/icd/release/11/mms/1167133946 #> 2106 http://id.who.int/icd/release/11/mms/192916160 #> 2107 http://id.who.int/icd/release/11/mms/226447034 2E80 #> 2108 http://id.who.int/icd/release/11/mms/1090000716 2E80.0 #> 2109 http://id.who.int/icd/release/11/mms/886496055 2E80.00 #> 2110 http://id.who.int/icd/release/11/mms/795424679 2E80.01 #> 2111 http://id.who.int/icd/release/11/mms/280287956 2E80.02 #> 2112 http://id.who.int/icd/release/11/mms/1090000716/other 2E80.0Y #> 2113 http://id.who.int/icd/release/11/mms/1090000716/unspecified 2E80.0Z #> 2114 http://id.who.int/icd/release/11/mms/581420938 2E80.1 #> 2115 http://id.who.int/icd/release/11/mms/226447034/other 2E80.Y #> 2116 http://id.who.int/icd/release/11/mms/226447034/unspecified 2E80.Z #> 2117 http://id.who.int/icd/release/11/mms/1880513528 2E81 #> 2118 http://id.who.int/icd/release/11/mms/228855241 2E81.0 #> 2119 http://id.who.int/icd/release/11/mms/1363879 2E81.00 #> 2120 http://id.who.int/icd/release/11/mms/44544109 2E81.01 #> 2121 http://id.who.int/icd/release/11/mms/228855241/other 2E81.0Y #> 2122 http://id.who.int/icd/release/11/mms/228855241/unspecified 2E81.0Z #> 2123 http://id.who.int/icd/release/11/mms/1760542813 2E81.1 #> 2124 http://id.who.int/icd/release/11/mms/913891613 2E81.10 #> 2125 http://id.who.int/icd/release/11/mms/201987973 2E81.11 #> 2126 http://id.who.int/icd/release/11/mms/1760542813/other 2E81.1Y #> 2127 http://id.who.int/icd/release/11/mms/1760542813/unspecified 2E81.1Z #> 2128 http://id.who.int/icd/release/11/mms/648205140 2E81.2 #> 2129 http://id.who.int/icd/release/11/mms/1030717639 2E81.20 #> 2130 http://id.who.int/icd/release/11/mms/258364608 2E81.21 #> 2131 http://id.who.int/icd/release/11/mms/648205140/other 2E81.2Y #> 2132 http://id.who.int/icd/release/11/mms/648205140/unspecified 2E81.2Z #> 2133 http://id.who.int/icd/release/11/mms/1880513528/other 2E81.Y #> 2134 http://id.who.int/icd/release/11/mms/1880513528/unspecified 2E81.Z #> 2135 http://id.who.int/icd/release/11/mms/1687031913 2E82 #> 2136 http://id.who.int/icd/release/11/mms/2127113907 2E82.0 #> 2137 http://id.who.int/icd/release/11/mms/1633666823 2E82.1 #> 2138 http://id.who.int/icd/release/11/mms/1687031913/unspecified 2E82.Z #> 2139 http://id.who.int/icd/release/11/mms/1748271920 2E83 #> 2140 http://id.who.int/icd/release/11/mms/1486607775 2E83.0 #> 2141 http://id.who.int/icd/release/11/mms/1037047819 2E83.1 #> 2142 http://id.who.int/icd/release/11/mms/1232947444 2E83.2 #> 2143 http://id.who.int/icd/release/11/mms/741770594 2E83.3 #> 2144 http://id.who.int/icd/release/11/mms/1365217316 2E83.4 #> 2145 http://id.who.int/icd/release/11/mms/1953352497 2E83.5 #> 2146 http://id.who.int/icd/release/11/mms/1748271920/other 2E83.Y #> 2147 http://id.who.int/icd/release/11/mms/1748271920/unspecified 2E83.Z #> 2148 http://id.who.int/icd/release/11/mms/781956590 2E84 #> 2149 http://id.who.int/icd/release/11/mms/1312194375 2E84.0 #> 2150 http://id.who.int/icd/release/11/mms/781956590/other 2E84.Y #> 2151 http://id.who.int/icd/release/11/mms/781956590/unspecified 2E84.Z #> 2152 http://id.who.int/icd/release/11/mms/476723055 2E85 #> 2153 http://id.who.int/icd/release/11/mms/716708976 2E85.0 #> 2154 http://id.who.int/icd/release/11/mms/2032270075 2E85.1 #> 2155 http://id.who.int/icd/release/11/mms/1162454745 2E85.2 #> 2156 http://id.who.int/icd/release/11/mms/476723055/other 2E85.Y #> 2157 http://id.who.int/icd/release/11/mms/476723055/unspecified 2E85.Z #> 2158 http://id.who.int/icd/release/11/mms/236519650 2E86 #> 2159 http://id.who.int/icd/release/11/mms/455734276 2E86.0 #> 2160 http://id.who.int/icd/release/11/mms/2131890863 2E86.1 #> 2161 http://id.who.int/icd/release/11/mms/1253205675 2E86.2 #> 2162 http://id.who.int/icd/release/11/mms/236519650/other 2E86.Y #> 2163 http://id.who.int/icd/release/11/mms/236519650/unspecified 2E86.Z #> 2164 http://id.who.int/icd/release/11/mms/1105031689 2E87 #> 2165 http://id.who.int/icd/release/11/mms/1437236609 2E88 #> 2166 http://id.who.int/icd/release/11/mms/440880518 2E89 #> 2167 http://id.who.int/icd/release/11/mms/1974925101 2E89.0 #> 2168 http://id.who.int/icd/release/11/mms/1878116855 2E89.1 #> 2169 http://id.who.int/icd/release/11/mms/440880518/other 2E89.Y #> 2170 http://id.who.int/icd/release/11/mms/440880518/unspecified 2E89.Z #> 2171 http://id.who.int/icd/release/11/mms/1867938183 2E8A #> 2172 http://id.who.int/icd/release/11/mms/192916160/other 2E8Y #> 2173 http://id.who.int/icd/release/11/mms/192916160/unspecified 2E8Z #> 2174 http://id.who.int/icd/release/11/mms/164118119 #> 2175 http://id.who.int/icd/release/11/mms/2123488558 2E90 #> 2176 http://id.who.int/icd/release/11/mms/2019143477 2E90.0 #> 2177 http://id.who.int/icd/release/11/mms/487744161 2E90.1 #> 2178 http://id.who.int/icd/release/11/mms/1774137950 2E90.2 #> 2179 http://id.who.int/icd/release/11/mms/217382860 2E90.3 #> 2180 http://id.who.int/icd/release/11/mms/2132438112 2E90.4 #> 2181 http://id.who.int/icd/release/11/mms/441557450 2E90.5 #> 2182 http://id.who.int/icd/release/11/mms/1862070581 2E90.6 #> 2183 http://id.who.int/icd/release/11/mms/196557985 2E90.7 #> 2184 http://id.who.int/icd/release/11/mms/328590455 2E90.8 #> 2185 http://id.who.int/icd/release/11/mms/467275964 2E91 #> 2186 http://id.who.int/icd/release/11/mms/1688299444 2E91.0 #> 2187 http://id.who.int/icd/release/11/mms/391115808 2E91.1 #> 2188 http://id.who.int/icd/release/11/mms/467275964/unspecified 2E91.Z #> 2189 http://id.who.int/icd/release/11/mms/171740625 2E92 #> 2190 http://id.who.int/icd/release/11/mms/1827459816 2E92.0 #> 2191 http://id.who.int/icd/release/11/mms/479576735 2E92.1 #> 2192 http://id.who.int/icd/release/11/mms/1748537954 2E92.2 #> 2193 http://id.who.int/icd/release/11/mms/1225291595 2E92.3 #> 2194 http://id.who.int/icd/release/11/mms/477388501 2E92.4 #> 2195 http://id.who.int/icd/release/11/mms/790871642 2E92.40 #> 2196 http://id.who.int/icd/release/11/mms/477388501/other 2E92.4Y #> 2197 http://id.who.int/icd/release/11/mms/477388501/unspecified 2E92.4Z #> 2198 http://id.who.int/icd/release/11/mms/250252488 2E92.5 #> 2199 http://id.who.int/icd/release/11/mms/467010038 2E92.6 #> 2200 http://id.who.int/icd/release/11/mms/2124270688 2E92.7 #> 2201 http://id.who.int/icd/release/11/mms/1870352651 2E92.8 #> 2202 http://id.who.int/icd/release/11/mms/170957983 2E92.9 #> 2203 http://id.who.int/icd/release/11/mms/171740625/other 2E92.Y #> 2204 http://id.who.int/icd/release/11/mms/171740625/unspecified 2E92.Z #> 2205 http://id.who.int/icd/release/11/mms/425370367 #> 2206 http://id.who.int/icd/release/11/mms/2043813445 2F00 #> 2207 http://id.who.int/icd/release/11/mms/1437498002 2F00.0 #> 2208 http://id.who.int/icd/release/11/mms/151039887 2F00.1 #> 2209 http://id.who.int/icd/release/11/mms/1502591214 2F00.2 #> 2210 http://id.who.int/icd/release/11/mms/2043813445/other 2F00.Y #> 2211 http://id.who.int/icd/release/11/mms/2043813445/unspecified 2F00.Z #> 2212 http://id.who.int/icd/release/11/mms/479843281 2F01 #> 2213 http://id.who.int/icd/release/11/mms/425370367/other 2F0Y #> 2214 http://id.who.int/icd/release/11/mms/425370367/unspecified 2F0Z #> 2215 http://id.who.int/icd/release/11/mms/358454894 2F10 #> 2216 http://id.who.int/icd/release/11/mms/1435238626 #> 2217 http://id.who.int/icd/release/11/mms/1757898640 2F20 #> 2218 http://id.who.int/icd/release/11/mms/2100075501 2F20.0 #> 2219 http://id.who.int/icd/release/11/mms/1971711642 2F20.00 #> 2220 http://id.who.int/icd/release/11/mms/2100075501/other 2F20.0Y #> 2221 http://id.who.int/icd/release/11/mms/2100075501/unspecified 2F20.0Z #> 2222 http://id.who.int/icd/release/11/mms/934048827 2F20.1 #> 2223 http://id.who.int/icd/release/11/mms/887489797 2F20.2 #> 2224 http://id.who.int/icd/release/11/mms/618273329 2F20.20 #> 2225 http://id.who.int/icd/release/11/mms/887489797/other 2F20.2Y #> 2226 http://id.who.int/icd/release/11/mms/887489797/unspecified 2F20.2Z #> 2227 http://id.who.int/icd/release/11/mms/858869202 2F20.3 #> 2228 http://id.who.int/icd/release/11/mms/1757898640/other 2F20.Y #> 2229 http://id.who.int/icd/release/11/mms/1757898640/unspecified 2F20.Z #> 2230 http://id.who.int/icd/release/11/mms/1791550158 2F21 #> 2231 http://id.who.int/icd/release/11/mms/1627987797 2F21.0 #> 2232 http://id.who.int/icd/release/11/mms/1791550158/other 2F21.Y #> 2233 http://id.who.int/icd/release/11/mms/154004890 2F22 #> 2234 http://id.who.int/icd/release/11/mms/466688507 2F23 #> 2235 http://id.who.int/icd/release/11/mms/425706508 2F23.0 #> 2236 http://id.who.int/icd/release/11/mms/466688507/other 2F23.Y #> 2237 http://id.who.int/icd/release/11/mms/2028707452 2F24 #> 2238 http://id.who.int/icd/release/11/mms/160204218 2F25 #> 2239 http://id.who.int/icd/release/11/mms/440675859 2F26 #> 2240 http://id.who.int/icd/release/11/mms/1435238626/other 2F2Y #> 2241 http://id.who.int/icd/release/11/mms/1435238626/unspecified 2F2Z #> 2242 http://id.who.int/icd/release/11/mms/2120366482 2F30 #> 2243 http://id.who.int/icd/release/11/mms/1047741705 2F30.0 #> 2244 http://id.who.int/icd/release/11/mms/485529452 2F30.1 #> 2245 http://id.who.int/icd/release/11/mms/727954962 2F30.2 #> 2246 http://id.who.int/icd/release/11/mms/827143668 2F30.3 #> 2247 http://id.who.int/icd/release/11/mms/348019553 2F30.4 #> 2248 http://id.who.int/icd/release/11/mms/143326763 2F30.5 #> 2249 http://id.who.int/icd/release/11/mms/513128860 2F30.6 #> 2250 http://id.who.int/icd/release/11/mms/2120366482/other 2F30.Y #> 2251 http://id.who.int/icd/release/11/mms/2120366482/unspecified 2F30.Z #> 2252 http://id.who.int/icd/release/11/mms/1870963963 2F31 #> 2253 http://id.who.int/icd/release/11/mms/1878422439 2F31.0 #> 2254 http://id.who.int/icd/release/11/mms/180207155 2F31.1 #> 2255 http://id.who.int/icd/release/11/mms/471392307 2F31.2 #> 2256 http://id.who.int/icd/release/11/mms/181365103 2F32 #> 2257 http://id.who.int/icd/release/11/mms/882254343 2F32.0 #> 2258 http://id.who.int/icd/release/11/mms/871413134 2F32.1 #> 2259 http://id.who.int/icd/release/11/mms/1050919535 2F32.2 #> 2260 http://id.who.int/icd/release/11/mms/2059232755 2F32.3 #> 2261 http://id.who.int/icd/release/11/mms/181365103/other 2F32.Y #> 2262 http://id.who.int/icd/release/11/mms/181365103/unspecified 2F32.Z #> 2263 http://id.who.int/icd/release/11/mms/2007399469 2F33 #> 2264 http://id.who.int/icd/release/11/mms/317567417 2F34 #> 2265 http://id.who.int/icd/release/11/mms/786739940 2F35 #> 2266 http://id.who.int/icd/release/11/mms/1269792630 2F36 #> 2267 http://id.who.int/icd/release/11/mms/809005353 2F36.0 #> 2268 http://id.who.int/icd/release/11/mms/549962833 2F36.1 #> 2269 http://id.who.int/icd/release/11/mms/1138156221 2F36.2 #> 2270 http://id.who.int/icd/release/11/mms/1461198678 2F36.3 #> 2271 http://id.who.int/icd/release/11/mms/1744602556 2F36.4 #> 2272 http://id.who.int/icd/release/11/mms/1269792630/other 2F36.Y #> 2273 http://id.who.int/icd/release/11/mms/1269792630/unspecified 2F36.Z #> 2274 http://id.who.int/icd/release/11/mms/1290583069 2F37 #> 2275 http://id.who.int/icd/release/11/mms/1197752358 2F37.0 #> 2276 http://id.who.int/icd/release/11/mms/1290583069/other 2F37.Y #> 2277 http://id.who.int/icd/release/11/mms/1290583069/unspecified 2F37.Z #> 2278 http://id.who.int/icd/release/11/mms/164118119/other 2F3Y #> 2279 http://id.who.int/icd/release/11/mms/164118119/unspecified 2F3Z #> 2280 http://id.who.int/icd/release/11/mms/1167133946/other 2F5Y #> 2281 http://id.who.int/icd/release/11/mms/1167133946/unspecified 2F5Z #> 2282 http://id.who.int/icd/release/11/mms/1158485193 #> 2283 http://id.who.int/icd/release/11/mms/1784348632 2F70 #> 2284 http://id.who.int/icd/release/11/mms/1900707623 2F70.0 #> 2285 http://id.who.int/icd/release/11/mms/1405726020 2F70.1 #> 2286 http://id.who.int/icd/release/11/mms/1683655742 2F70.2 #> 2287 http://id.who.int/icd/release/11/mms/2145738924 2F70.3 #> 2288 http://id.who.int/icd/release/11/mms/1077448159 2F70.4 #> 2289 http://id.who.int/icd/release/11/mms/2007739553 2F70.5 #> 2290 http://id.who.int/icd/release/11/mms/1784348632/other 2F70.Y #> 2291 http://id.who.int/icd/release/11/mms/1784348632/unspecified 2F70.Z #> 2292 http://id.who.int/icd/release/11/mms/1517922198 2F71 #> 2293 http://id.who.int/icd/release/11/mms/53222113 2F71.0 #> 2294 http://id.who.int/icd/release/11/mms/1156829716 2F71.1 #> 2295 http://id.who.int/icd/release/11/mms/1373839625 2F71.2 #> 2296 http://id.who.int/icd/release/11/mms/1935733614 2F71.3 #> 2297 http://id.who.int/icd/release/11/mms/2125777432 2F71.4 #> 2298 http://id.who.int/icd/release/11/mms/1517922198/other 2F71.Y #> 2299 http://id.who.int/icd/release/11/mms/1517922198/unspecified 2F71.Z #> 2300 http://id.who.int/icd/release/11/mms/1595346575 2F72 #> 2301 http://id.who.int/icd/release/11/mms/1918880071 2F72.1 #> 2302 http://id.who.int/icd/release/11/mms/2089978862 2F72.2 #> 2303 http://id.who.int/icd/release/11/mms/1595346575/other 2F72.Y #> 2304 http://id.who.int/icd/release/11/mms/1242037654 2F73 #> 2305 http://id.who.int/icd/release/11/mms/2106907884 2F74 #> 2306 http://id.who.int/icd/release/11/mms/1714106490 2F75 #> 2307 http://id.who.int/icd/release/11/mms/2029680113 2F76 #> 2308 http://id.who.int/icd/release/11/mms/1665505633 2F77 #> 2309 http://id.who.int/icd/release/11/mms/1423357983 2F78 #> 2310 http://id.who.int/icd/release/11/mms/135240285 2F79 #> 2311 http://id.who.int/icd/release/11/mms/1558891287 2F7A #> 2312 http://id.who.int/icd/release/11/mms/1316827435 2F7A.0 #> 2313 http://id.who.int/icd/release/11/mms/1558891287/other 2F7A.Y #> 2314 http://id.who.int/icd/release/11/mms/1558891287/unspecified 2F7A.Z #> 2315 http://id.who.int/icd/release/11/mms/1931398140 2F7B #> 2316 http://id.who.int/icd/release/11/mms/1369250201 2F7C #> 2317 http://id.who.int/icd/release/11/mms/1158485193/other 2F7Y #> 2318 http://id.who.int/icd/release/11/mms/1158485193/unspecified 2F7Z #> 2319 http://id.who.int/icd/release/11/mms/1844086508 #> 2320 http://id.who.int/icd/release/11/mms/1103514372 2F90 #> 2321 http://id.who.int/icd/release/11/mms/1637566794 2F90.0 #> 2322 http://id.who.int/icd/release/11/mms/1210937823 2F90.1 #> 2323 http://id.who.int/icd/release/11/mms/1103514372/other 2F90.Y #> 2324 http://id.who.int/icd/release/11/mms/1103514372/unspecified 2F90.Z #> 2325 http://id.who.int/icd/release/11/mms/1795904876 2F91 #> 2326 http://id.who.int/icd/release/11/mms/1772567104 2F91.0 #> 2327 http://id.who.int/icd/release/11/mms/1538190919 2F91.1 #> 2328 http://id.who.int/icd/release/11/mms/1795904876/other 2F91.Y #> 2329 http://id.who.int/icd/release/11/mms/1795904876/unspecified 2F91.Z #> 2330 http://id.who.int/icd/release/11/mms/1210185292 2F92 #> 2331 http://id.who.int/icd/release/11/mms/1173737278 2F93 #> 2332 http://id.who.int/icd/release/11/mms/1735794011 2F94 #> 2333 http://id.who.int/icd/release/11/mms/1623614569 2F95 #> 2334 http://id.who.int/icd/release/11/mms/1969025922 2F96 #> 2335 http://id.who.int/icd/release/11/mms/1860378384 2F97 #> 2336 http://id.who.int/icd/release/11/mms/1722667805 2F98 #> 2337 http://id.who.int/icd/release/11/mms/1067236131 2F99 #> 2338 http://id.who.int/icd/release/11/mms/1442164144 2F9A #> 2339 http://id.who.int/icd/release/11/mms/1775829714 2F9B #> 2340 http://id.who.int/icd/release/11/mms/1540413143 2F9C #> 2341 http://id.who.int/icd/release/11/mms/1844086508/other 2F9Y #> 2342 http://id.who.int/icd/release/11/mms/1844086508/unspecified 2F9Z #> 2343 http://id.who.int/icd/release/11/mms/1766440644 #> 2344 http://id.who.int/icd/release/11/mms/224336967 #> 2345 http://id.who.int/icd/release/11/mms/963670118 #> 2346 http://id.who.int/icd/release/11/mms/1577750667 3A00 #> 2347 http://id.who.int/icd/release/11/mms/942744561 3A00.0 #> 2348 http://id.who.int/icd/release/11/mms/1028330801 3A00.01 #> 2349 http://id.who.int/icd/release/11/mms/942744561/unspecified 3A00.0Z #> 2350 http://id.who.int/icd/release/11/mms/1809391766 3A00.1 #> 2351 http://id.who.int/icd/release/11/mms/1767374177 3A00.2 #> 2352 http://id.who.int/icd/release/11/mms/1539184766 3A00.3 #> 2353 http://id.who.int/icd/release/11/mms/1577750667/other 3A00.Y #> 2354 http://id.who.int/icd/release/11/mms/1577750667/unspecified 3A00.Z #> 2355 http://id.who.int/icd/release/11/mms/623613402 3A01 #> 2356 http://id.who.int/icd/release/11/mms/1463520192 3A01.0 #> 2357 http://id.who.int/icd/release/11/mms/1334119043 3A01.1 #> 2358 http://id.who.int/icd/release/11/mms/1213151459 3A01.2 #> 2359 http://id.who.int/icd/release/11/mms/1045857957 3A01.3 #> 2360 http://id.who.int/icd/release/11/mms/1493613976 3A01.30 #> 2361 http://id.who.int/icd/release/11/mms/1045857957/other 3A01.3Y #> 2362 http://id.who.int/icd/release/11/mms/1470734867 3A01.4 #> 2363 http://id.who.int/icd/release/11/mms/1697800121 3A01.5 #> 2364 http://id.who.int/icd/release/11/mms/623613402/other 3A01.Y #> 2365 http://id.who.int/icd/release/11/mms/623613402/unspecified 3A01.Z #> 2366 http://id.who.int/icd/release/11/mms/918183131 3A02 #> 2367 http://id.who.int/icd/release/11/mms/1312508751 3A02.0 #> 2368 http://id.who.int/icd/release/11/mms/625888080 3A02.1 #> 2369 http://id.who.int/icd/release/11/mms/2065122896 3A02.2 #> 2370 http://id.who.int/icd/release/11/mms/1502909493 3A02.3 #> 2371 http://id.who.int/icd/release/11/mms/1074104026 3A02.4 #> 2372 http://id.who.int/icd/release/11/mms/918183131/other 3A02.Y #> 2373 http://id.who.int/icd/release/11/mms/918183131/unspecified 3A02.Z #> 2374 http://id.who.int/icd/release/11/mms/31556424 3A03 #> 2375 http://id.who.int/icd/release/11/mms/449856959 3A03.0 #> 2376 http://id.who.int/icd/release/11/mms/261912453 3A03.1 #> 2377 http://id.who.int/icd/release/11/mms/676339366 3A03.2 #> 2378 http://id.who.int/icd/release/11/mms/1207626305 3A03.3 #> 2379 http://id.who.int/icd/release/11/mms/2040097886 3A03.4 #> 2380 http://id.who.int/icd/release/11/mms/1119769670 3A03.40 #> 2381 http://id.who.int/icd/release/11/mms/2106820398 3A03.41 #> 2382 http://id.who.int/icd/release/11/mms/1675514504 3A03.42 #> 2383 http://id.who.int/icd/release/11/mms/2040097886/other 3A03.4Y #> 2384 http://id.who.int/icd/release/11/mms/1836080246 3A03.5 #> 2385 http://id.who.int/icd/release/11/mms/325416665 3A03.6 #> 2386 http://id.who.int/icd/release/11/mms/31556424/other 3A03.Y #> 2387 http://id.who.int/icd/release/11/mms/162762794 #> 2388 http://id.who.int/icd/release/11/mms/950429256 #> 2389 http://id.who.int/icd/release/11/mms/1909380523 3A10 #> 2390 http://id.who.int/icd/release/11/mms/2071787420 3A10.0 #> 2391 http://id.who.int/icd/release/11/mms/506935822 3A10.00 #> 2392 http://id.who.int/icd/release/11/mms/2071787420/other 3A10.0Y #> 2393 http://id.who.int/icd/release/11/mms/2071787420/unspecified 3A10.0Z #> 2394 http://id.who.int/icd/release/11/mms/1200845933 3A10.1 #> 2395 http://id.who.int/icd/release/11/mms/679955609 3A10.2 #> 2396 http://id.who.int/icd/release/11/mms/1653996588 3A10.3 #> 2397 http://id.who.int/icd/release/11/mms/1909380523/other 3A10.Y #> 2398 http://id.who.int/icd/release/11/mms/1909380523/unspecified 3A10.Z #> 2399 http://id.who.int/icd/release/11/mms/950429256/other 3A1Y #> 2400 http://id.who.int/icd/release/11/mms/1858490295 #> 2401 http://id.who.int/icd/release/11/mms/1834341306 3A20 #> 2402 http://id.who.int/icd/release/11/mms/880772122 3A20.0 #> 2403 http://id.who.int/icd/release/11/mms/1836938544 3A20.1 #> 2404 http://id.who.int/icd/release/11/mms/1878239449 3A20.2 #> 2405 http://id.who.int/icd/release/11/mms/715111132 3A20.3 #> 2406 http://id.who.int/icd/release/11/mms/1377507376 3A20.4 #> 2407 http://id.who.int/icd/release/11/mms/1048228553 3A20.5 #> 2408 http://id.who.int/icd/release/11/mms/1834341306/other 3A20.Y #> 2409 http://id.who.int/icd/release/11/mms/391831387 3A21 #> 2410 http://id.who.int/icd/release/11/mms/859588467 3A21.0 #> 2411 http://id.who.int/icd/release/11/mms/1323666680 3A21.1 #> 2412 http://id.who.int/icd/release/11/mms/630790515 3A21.2 #> 2413 http://id.who.int/icd/release/11/mms/391831387/other 3A21.Y #> 2414 http://id.who.int/icd/release/11/mms/1858490295/unspecified 3A2Z #> 2415 http://id.who.int/icd/release/11/mms/162762794/unspecified 3A4Z #> 2416 http://id.who.int/icd/release/11/mms/330259189 3A50 #> 2417 http://id.who.int/icd/release/11/mms/531667506 3A50.0 #> 2418 http://id.who.int/icd/release/11/mms/1932608766 3A50.00 #> 2419 http://id.who.int/icd/release/11/mms/874048664 3A50.01 #> 2420 http://id.who.int/icd/release/11/mms/9436211 3A50.02 #> 2421 http://id.who.int/icd/release/11/mms/1859849042 3A50.03 #> 2422 http://id.who.int/icd/release/11/mms/531667506/other 3A50.0Y #> 2423 http://id.who.int/icd/release/11/mms/531667506/unspecified 3A50.0Z #> 2424 http://id.who.int/icd/release/11/mms/675675654 3A50.1 #> 2425 http://id.who.int/icd/release/11/mms/2063292324 3A50.2 #> 2426 http://id.who.int/icd/release/11/mms/528767052 3A50.3 #> 2427 http://id.who.int/icd/release/11/mms/418601307 3A50.4 #> 2428 http://id.who.int/icd/release/11/mms/330259189/other 3A50.Y #> 2429 http://id.who.int/icd/release/11/mms/330259189/unspecified 3A50.Z #> 2430 http://id.who.int/icd/release/11/mms/975559344 3A51 #> 2431 http://id.who.int/icd/release/11/mms/2011497038 3A51.0 #> 2432 http://id.who.int/icd/release/11/mms/1711513381 3A51.1 #> 2433 http://id.who.int/icd/release/11/mms/55071409 3A51.2 #> 2434 http://id.who.int/icd/release/11/mms/313446364 3A51.3 #> 2435 http://id.who.int/icd/release/11/mms/125581497 3A51.4 #> 2436 http://id.who.int/icd/release/11/mms/2097316574 3A51.5 #> 2437 http://id.who.int/icd/release/11/mms/1508363690 3A51.6 #> 2438 http://id.who.int/icd/release/11/mms/141481914 3A51.7 #> 2439 http://id.who.int/icd/release/11/mms/1300597550 3A51.8 #> 2440 http://id.who.int/icd/release/11/mms/1439043542 3A51.9 #> 2441 http://id.who.int/icd/release/11/mms/1898135714 3A51.A #> 2442 http://id.who.int/icd/release/11/mms/1622651355 3A51.B #> 2443 http://id.who.int/icd/release/11/mms/975559344/other 3A51.Y #> 2444 http://id.who.int/icd/release/11/mms/975559344/unspecified 3A51.Z #> 2445 http://id.who.int/icd/release/11/mms/1980066564 #> 2446 http://id.who.int/icd/release/11/mms/217030515 3A60 #> 2447 http://id.who.int/icd/release/11/mms/647711267 3A60.0 #> 2448 http://id.who.int/icd/release/11/mms/1191963445 3A60.1 #> 2449 http://id.who.int/icd/release/11/mms/217030515/unspecified 3A60.Z #> 2450 http://id.who.int/icd/release/11/mms/45753120 3A61 #> 2451 http://id.who.int/icd/release/11/mms/1834257206 3A61.0 #> 2452 http://id.who.int/icd/release/11/mms/136267428 3A61.1 #> 2453 http://id.who.int/icd/release/11/mms/45753120/other 3A61.Y #> 2454 http://id.who.int/icd/release/11/mms/45753120/unspecified 3A61.Z #> 2455 http://id.who.int/icd/release/11/mms/1980066564/unspecified 3A6Z #> 2456 http://id.who.int/icd/release/11/mms/502834133 3A70 #> 2457 http://id.who.int/icd/release/11/mms/350719523 3A70.0 #> 2458 http://id.who.int/icd/release/11/mms/759747321 3A70.1 #> 2459 http://id.who.int/icd/release/11/mms/1907114935 3A70.10 #> 2460 http://id.who.int/icd/release/11/mms/83956554 3A70.11 #> 2461 http://id.who.int/icd/release/11/mms/1615519452 3A70.12 #> 2462 http://id.who.int/icd/release/11/mms/759747321/other 3A70.1Y #> 2463 http://id.who.int/icd/release/11/mms/759747321/unspecified 3A70.1Z #> 2464 http://id.who.int/icd/release/11/mms/502834133/unspecified 3A70.Z #> 2465 http://id.who.int/icd/release/11/mms/1981248479 3A71 #> 2466 http://id.who.int/icd/release/11/mms/161015452 3A71.0 #> 2467 http://id.who.int/icd/release/11/mms/836005435 3A71.1 #> 2468 http://id.who.int/icd/release/11/mms/874359291 3A71.2 #> 2469 http://id.who.int/icd/release/11/mms/1981248479/other 3A71.Y #> 2470 http://id.who.int/icd/release/11/mms/1981248479/unspecified 3A71.Z #> 2471 http://id.who.int/icd/release/11/mms/235504456 3A72 #> 2472 http://id.who.int/icd/release/11/mms/1090108163 3A72.0 #> 2473 http://id.who.int/icd/release/11/mms/853645278 3A72.00 #> 2474 http://id.who.int/icd/release/11/mms/789053868 3A72.01 #> 2475 http://id.who.int/icd/release/11/mms/1090108163/other 3A72.0Y #> 2476 http://id.who.int/icd/release/11/mms/1090108163/unspecified 3A72.0Z #> 2477 http://id.who.int/icd/release/11/mms/967695084 3A72.1 #> 2478 http://id.who.int/icd/release/11/mms/235504456/unspecified 3A72.Z #> 2479 http://id.who.int/icd/release/11/mms/899830967 3A73 #> 2480 http://id.who.int/icd/release/11/mms/457885282 #> 2481 http://id.who.int/icd/release/11/mms/1617675057 3A80 #> 2482 http://id.who.int/icd/release/11/mms/962836252 3A80.0 #> 2483 http://id.who.int/icd/release/11/mms/1617675057/other 3A80.Y #> 2484 http://id.who.int/icd/release/11/mms/1617675057/unspecified 3A80.Z #> 2485 http://id.who.int/icd/release/11/mms/1159594433 3A81 #> 2486 http://id.who.int/icd/release/11/mms/1401067562 3A81.0 #> 2487 http://id.who.int/icd/release/11/mms/1211987132 3A81.1 #> 2488 http://id.who.int/icd/release/11/mms/1829691373 3A81.2 #> 2489 http://id.who.int/icd/release/11/mms/1159594433/other 3A81.Y #> 2490 http://id.who.int/icd/release/11/mms/1159594433/unspecified 3A81.Z #> 2491 http://id.who.int/icd/release/11/mms/457885282/unspecified 3A8Z #> 2492 http://id.who.int/icd/release/11/mms/492611740 3A90 #> 2493 http://id.who.int/icd/release/11/mms/1981095916 3A91 #> 2494 http://id.who.int/icd/release/11/mms/586921197 3A92 #> 2495 http://id.who.int/icd/release/11/mms/746336827 3A93 #> 2496 http://id.who.int/icd/release/11/mms/324845131 3A94 #> 2497 http://id.who.int/icd/release/11/mms/224336967/other 3A9Y #> 2498 http://id.who.int/icd/release/11/mms/224336967/unspecified 3A9Z #> 2499 http://id.who.int/icd/release/11/mms/1762461746 #> 2500 http://id.who.int/icd/release/11/mms/1016799900 #> 2501 http://id.who.int/icd/release/11/mms/1181865707 #> 2502 http://id.who.int/icd/release/11/mms/1573164739 3B10 #> 2503 http://id.who.int/icd/release/11/mms/337607970 3B10.0 #> 2504 http://id.who.int/icd/release/11/mms/765707742 3B10.1 #> 2505 http://id.who.int/icd/release/11/mms/1573164739/other 3B10.Y #> 2506 http://id.who.int/icd/release/11/mms/1573164739/unspecified 3B10.Z #> 2507 http://id.who.int/icd/release/11/mms/755266992 3B11 #> 2508 http://id.who.int/icd/release/11/mms/1901375668 3B11.0 #> 2509 http://id.who.int/icd/release/11/mms/755266992/other 3B11.Y #> 2510 http://id.who.int/icd/release/11/mms/755266992/unspecified 3B11.Z #> 2511 http://id.who.int/icd/release/11/mms/2112021600 3B12 #> 2512 http://id.who.int/icd/release/11/mms/413739466 3B13 #> 2513 http://id.who.int/icd/release/11/mms/573771682 3B14 #> 2514 http://id.who.int/icd/release/11/mms/1452989457 3B14.0 #> 2515 http://id.who.int/icd/release/11/mms/1886781445 3B14.1 #> 2516 http://id.who.int/icd/release/11/mms/54644599 3B14.2 #> 2517 http://id.who.int/icd/release/11/mms/573771682/unspecified 3B14.Z #> 2518 http://id.who.int/icd/release/11/mms/1795705470 3B15 #> 2519 http://id.who.int/icd/release/11/mms/1181865707/unspecified 3B1Z #> 2520 http://id.who.int/icd/release/11/mms/2057381685 #> 2521 http://id.who.int/icd/release/11/mms/1622289887 3B20 #> 2522 http://id.who.int/icd/release/11/mms/156218529 3B21 #> 2523 http://id.who.int/icd/release/11/mms/836204111 3B21.0 #> 2524 http://id.who.int/icd/release/11/mms/171766827 3B21.1 #> 2525 http://id.who.int/icd/release/11/mms/156218529/other 3B21.Y #> 2526 http://id.who.int/icd/release/11/mms/156218529/unspecified 3B21.Z #> 2527 http://id.who.int/icd/release/11/mms/1559879199 3B22 #> 2528 http://id.who.int/icd/release/11/mms/2057381685/other 3B2Y #> 2529 http://id.who.int/icd/release/11/mms/1016799900/unspecified 3B4Z #> 2530 http://id.who.int/icd/release/11/mms/1881300992 #> 2531 http://id.who.int/icd/release/11/mms/1502898025 3B50 #> 2532 http://id.who.int/icd/release/11/mms/688627594 3B50.0 #> 2533 http://id.who.int/icd/release/11/mms/428643962 3B50.1 #> 2534 http://id.who.int/icd/release/11/mms/1502898025/other 3B50.Y #> 2535 http://id.who.int/icd/release/11/mms/1502898025/unspecified 3B50.Z #> 2536 http://id.who.int/icd/release/11/mms/1845970455 3B51 #> 2537 http://id.who.int/icd/release/11/mms/1895608758 3B60 #> 2538 http://id.who.int/icd/release/11/mms/1912288163 3B60.0 #> 2539 http://id.who.int/icd/release/11/mms/2122434528 3B60.1 #> 2540 http://id.who.int/icd/release/11/mms/1733531851 3B61 #> 2541 http://id.who.int/icd/release/11/mms/535489185 3B61.0 #> 2542 http://id.who.int/icd/release/11/mms/1993280493 3B61.00 #> 2543 http://id.who.int/icd/release/11/mms/535489185/other 3B61.0Y #> 2544 http://id.who.int/icd/release/11/mms/535489185/unspecified 3B61.0Z #> 2545 http://id.who.int/icd/release/11/mms/1034282518 3B61.1 #> 2546 http://id.who.int/icd/release/11/mms/1733531851/other 3B61.Y #> 2547 http://id.who.int/icd/release/11/mms/1733531851/unspecified 3B61.Z #> 2548 http://id.who.int/icd/release/11/mms/72474955 3B62 #> 2549 http://id.who.int/icd/release/11/mms/1410128892 3B62.0 #> 2550 http://id.who.int/icd/release/11/mms/237567451 3B62.00 #> 2551 http://id.who.int/icd/release/11/mms/2069754587 3B62.01 #> 2552 http://id.who.int/icd/release/11/mms/1410128892/other 3B62.0Y #> 2553 http://id.who.int/icd/release/11/mms/1410128892/unspecified 3B62.0Z #> 2554 http://id.who.int/icd/release/11/mms/1676860885 3B62.1 #> 2555 http://id.who.int/icd/release/11/mms/1191315143 3B62.2 #> 2556 http://id.who.int/icd/release/11/mms/1930060978 3B62.3 #> 2557 http://id.who.int/icd/release/11/mms/1557840180 3B62.4 #> 2558 http://id.who.int/icd/release/11/mms/778191161 3B62.5 #> 2559 http://id.who.int/icd/release/11/mms/72474955/other 3B62.Y #> 2560 http://id.who.int/icd/release/11/mms/72474955/unspecified 3B62.Z #> 2561 http://id.who.int/icd/release/11/mms/11621191 3B63 #> 2562 http://id.who.int/icd/release/11/mms/1695088249 3B63.0 #> 2563 http://id.who.int/icd/release/11/mms/1744773503 3B63.1 #> 2564 http://id.who.int/icd/release/11/mms/787723347 3B63.10 #> 2565 http://id.who.int/icd/release/11/mms/1744773503/other 3B63.1Y #> 2566 http://id.who.int/icd/release/11/mms/1744773503/unspecified 3B63.1Z #> 2567 http://id.who.int/icd/release/11/mms/11621191/other 3B63.Y #> 2568 http://id.who.int/icd/release/11/mms/11621191/unspecified 3B63.Z #> 2569 http://id.who.int/icd/release/11/mms/683583694 3B64 #> 2570 http://id.who.int/icd/release/11/mms/672733376 3B64.0 #> 2571 http://id.who.int/icd/release/11/mms/1374965372 3B64.00 #> 2572 http://id.who.int/icd/release/11/mms/827950289 3B64.01 #> 2573 http://id.who.int/icd/release/11/mms/672733376/unspecified 3B64.0Z #> 2574 http://id.who.int/icd/release/11/mms/526155201 3B64.1 #> 2575 http://id.who.int/icd/release/11/mms/364346400 3B64.10 #> 2576 http://id.who.int/icd/release/11/mms/51520034 3B64.11 #> 2577 http://id.who.int/icd/release/11/mms/7135461 3B64.12 #> 2578 http://id.who.int/icd/release/11/mms/251307303 3B64.13 #> 2579 http://id.who.int/icd/release/11/mms/1708277768 3B64.14 #> 2580 http://id.who.int/icd/release/11/mms/526155201/other 3B64.1Y #> 2581 http://id.who.int/icd/release/11/mms/683583694/unspecified 3B64.Z #> 2582 http://id.who.int/icd/release/11/mms/757747508 3B65 #> 2583 http://id.who.int/icd/release/11/mms/1762461746/other 3B6Y #> 2584 http://id.who.int/icd/release/11/mms/1762461746/unspecified 3B6Z #> 2585 http://id.who.int/icd/release/11/mms/567425990 #> 2586 http://id.who.int/icd/release/11/mms/1189893025 3B80 #> 2587 http://id.who.int/icd/release/11/mms/566170052 3B80.0 #> 2588 http://id.who.int/icd/release/11/mms/1685029318 3B81 #> 2589 http://id.who.int/icd/release/11/mms/142317144 3B81.0 #> 2590 http://id.who.int/icd/release/11/mms/1409065148 3B81.1 #> 2591 http://id.who.int/icd/release/11/mms/660521540 3B81.2 #> 2592 http://id.who.int/icd/release/11/mms/2051708973 3B81.3 #> 2593 http://id.who.int/icd/release/11/mms/1924716067 3B81.4 #> 2594 http://id.who.int/icd/release/11/mms/1074626599 3B81.5 #> 2595 http://id.who.int/icd/release/11/mms/703716809 3B81.50 #> 2596 http://id.who.int/icd/release/11/mms/515966662 3B81.51 #> 2597 http://id.who.int/icd/release/11/mms/1074626599/other 3B81.5Y #> 2598 http://id.who.int/icd/release/11/mms/1074626599/unspecified 3B81.5Z #> 2599 http://id.who.int/icd/release/11/mms/2072693588 3B81.6 #> 2600 http://id.who.int/icd/release/11/mms/708593417 3B81.7 #> 2601 http://id.who.int/icd/release/11/mms/843985241 3B81.70 #> 2602 http://id.who.int/icd/release/11/mms/1831834962 3B81.71 #> 2603 http://id.who.int/icd/release/11/mms/708593417/other 3B81.7Y #> 2604 http://id.who.int/icd/release/11/mms/708593417/unspecified 3B81.7Z #> 2605 http://id.who.int/icd/release/11/mms/613636228 3B81.8 #> 2606 http://id.who.int/icd/release/11/mms/197440403 3B81.9 #> 2607 http://id.who.int/icd/release/11/mms/589504944 3B81.A #> 2608 http://id.who.int/icd/release/11/mms/2093549625 3B81.B #> 2609 http://id.who.int/icd/release/11/mms/140794056 3B81.C #> 2610 http://id.who.int/icd/release/11/mms/1685029318/other 3B81.Y #> 2611 http://id.who.int/icd/release/11/mms/1685029318/unspecified 3B81.Z #> 2612 http://id.who.int/icd/release/11/mms/567425990/unspecified 3B8Z #> 2613 http://id.who.int/icd/release/11/mms/1766440644/other 3C0Y #> 2614 http://id.who.int/icd/release/11/mms/1766440644/unspecified 3C0Z #> 2615 http://id.who.int/icd/release/11/mms/1954798891 #> 2616 http://id.who.int/icd/release/11/mms/587326822 #> 2617 http://id.who.int/icd/release/11/mms/551037838 4A00 #> 2618 http://id.who.int/icd/release/11/mms/808756909 4A00.0 #> 2619 http://id.who.int/icd/release/11/mms/1459690929 4A00.00 #> 2620 http://id.who.int/icd/release/11/mms/808756909/other 4A00.0Y #> 2621 http://id.who.int/icd/release/11/mms/808756909/unspecified 4A00.0Z #> 2622 http://id.who.int/icd/release/11/mms/1222145690 4A00.1 #> 2623 http://id.who.int/icd/release/11/mms/327609494 4A00.10 #> 2624 http://id.who.int/icd/release/11/mms/531050218 4A00.11 #> 2625 http://id.who.int/icd/release/11/mms/243040830 4A00.12 #> 2626 http://id.who.int/icd/release/11/mms/1998425794 4A00.13 #> 2627 http://id.who.int/icd/release/11/mms/795969334 4A00.14 #> 2628 http://id.who.int/icd/release/11/mms/1078767412 4A00.15 #> 2629 http://id.who.int/icd/release/11/mms/1222145690/other 4A00.1Y #> 2630 http://id.who.int/icd/release/11/mms/1222145690/unspecified 4A00.1Z #> 2631 http://id.who.int/icd/release/11/mms/1946750030 4A00.2 #> 2632 http://id.who.int/icd/release/11/mms/872351944 4A00.3 #> 2633 http://id.who.int/icd/release/11/mms/551037838/other 4A00.Y #> 2634 http://id.who.int/icd/release/11/mms/551037838/unspecified 4A00.Z #> 2635 http://id.who.int/icd/release/11/mms/1169765917 4A01 #> 2636 http://id.who.int/icd/release/11/mms/85074116 4A01.0 #> 2637 http://id.who.int/icd/release/11/mms/393046642 4A01.00 #> 2638 http://id.who.int/icd/release/11/mms/1915135976 4A01.01 #> 2639 http://id.who.int/icd/release/11/mms/29897844 4A01.02 #> 2640 http://id.who.int/icd/release/11/mms/1686370790 4A01.03 #> 2641 http://id.who.int/icd/release/11/mms/14210665 4A01.04 #> 2642 http://id.who.int/icd/release/11/mms/769068598 4A01.05 #> 2643 http://id.who.int/icd/release/11/mms/85074116/other 4A01.0Y #> 2644 http://id.who.int/icd/release/11/mms/85074116/unspecified 4A01.0Z #> 2645 http://id.who.int/icd/release/11/mms/1616506198 4A01.1 #> 2646 http://id.who.int/icd/release/11/mms/963193284 4A01.10 #> 2647 http://id.who.int/icd/release/11/mms/489749747 4A01.11 #> 2648 http://id.who.int/icd/release/11/mms/2021339495 4A01.12 #> 2649 http://id.who.int/icd/release/11/mms/1616506198/other 4A01.1Y #> 2650 http://id.who.int/icd/release/11/mms/1616506198/unspecified 4A01.1Z #> 2651 http://id.who.int/icd/release/11/mms/1674805091 4A01.2 #> 2652 http://id.who.int/icd/release/11/mms/2015243510 4A01.20 #> 2653 http://id.who.int/icd/release/11/mms/1902856995 4A01.21 #> 2654 http://id.who.int/icd/release/11/mms/969875874 4A01.22 #> 2655 http://id.who.int/icd/release/11/mms/1523519942 4A01.23 #> 2656 http://id.who.int/icd/release/11/mms/1674805091/other 4A01.2Y #> 2657 http://id.who.int/icd/release/11/mms/1674805091/unspecified 4A01.2Z #> 2658 http://id.who.int/icd/release/11/mms/1847093418 4A01.3 #> 2659 http://id.who.int/icd/release/11/mms/2037626838 4A01.30 #> 2660 http://id.who.int/icd/release/11/mms/1362501774 4A01.31 #> 2661 http://id.who.int/icd/release/11/mms/1948303413 4A01.32 #> 2662 http://id.who.int/icd/release/11/mms/712514250 4A01.33 #> 2663 http://id.who.int/icd/release/11/mms/223461798 4A01.34 #> 2664 http://id.who.int/icd/release/11/mms/1169765917/unspecified 4A01.Z #> 2665 http://id.who.int/icd/release/11/mms/587326822/other 4A0Y #> 2666 http://id.who.int/icd/release/11/mms/587326822/unspecified 4A0Z #> 2667 http://id.who.int/icd/release/11/mms/609223181 4A20 #> 2668 http://id.who.int/icd/release/11/mms/1843843106 4A20.0 #> 2669 http://id.who.int/icd/release/11/mms/1709907983 4A20.1 #> 2670 http://id.who.int/icd/release/11/mms/609223181/other 4A20.Y #> 2671 http://id.who.int/icd/release/11/mms/609223181/unspecified 4A20.Z #> 2672 http://id.who.int/icd/release/11/mms/1008515027 #> 2673 http://id.who.int/icd/release/11/mms/1443317238 4A40 #> 2674 http://id.who.int/icd/release/11/mms/749596428 4A40.0 #> 2675 http://id.who.int/icd/release/11/mms/757048800 4A40.00 #> 2676 http://id.who.int/icd/release/11/mms/749596428/other 4A40.0Y #> 2677 http://id.who.int/icd/release/11/mms/749596428/unspecified 4A40.0Z #> 2678 http://id.who.int/icd/release/11/mms/1239818910 4A40.1 #> 2679 http://id.who.int/icd/release/11/mms/1443317238/other 4A40.Y #> 2680 http://id.who.int/icd/release/11/mms/1443317238/unspecified 4A40.Z #> 2681 http://id.who.int/icd/release/11/mms/464294586 4A41 #> 2682 http://id.who.int/icd/release/11/mms/739030149 4A41.0 #> 2683 http://id.who.int/icd/release/11/mms/544509908 4A41.00 #> 2684 http://id.who.int/icd/release/11/mms/1428089375 4A41.01 #> 2685 http://id.who.int/icd/release/11/mms/739030149/unspecified 4A41.0Z #> 2686 http://id.who.int/icd/release/11/mms/1157134196 4A41.1 #> 2687 http://id.who.int/icd/release/11/mms/633330307 4A41.10 #> 2688 http://id.who.int/icd/release/11/mms/113898480 4A41.11 #> 2689 http://id.who.int/icd/release/11/mms/1157134196/other 4A41.1Y #> 2690 http://id.who.int/icd/release/11/mms/1157134196/unspecified 4A41.1Z #> 2691 http://id.who.int/icd/release/11/mms/983668658 4A41.2 #> 2692 http://id.who.int/icd/release/11/mms/797555186 4A41.20 #> 2693 http://id.who.int/icd/release/11/mms/404396176 4A41.21 #> 2694 http://id.who.int/icd/release/11/mms/983668658/unspecified 4A41.2Z #> 2695 http://id.who.int/icd/release/11/mms/464294586/other 4A41.Y #> 2696 http://id.who.int/icd/release/11/mms/464294586/unspecified 4A41.Z #> 2697 http://id.who.int/icd/release/11/mms/1084365812 4A42 #> 2698 http://id.who.int/icd/release/11/mms/2338375 4A42.0 #> 2699 http://id.who.int/icd/release/11/mms/1852283743 4A42.1 #> 2700 http://id.who.int/icd/release/11/mms/187455179 4A42.2 #> 2701 http://id.who.int/icd/release/11/mms/1084365812/unspecified 4A42.Z #> 2702 http://id.who.int/icd/release/11/mms/636081762 4A43 #> 2703 http://id.who.int/icd/release/11/mms/99883782 4A43.0 #> 2704 http://id.who.int/icd/release/11/mms/2012865457 4A43.1 #> 2705 http://id.who.int/icd/release/11/mms/1923044320 4A43.2 #> 2706 http://id.who.int/icd/release/11/mms/899463360 4A43.20 #> 2707 http://id.who.int/icd/release/11/mms/953143133 4A43.21 #> 2708 http://id.who.int/icd/release/11/mms/1696887984 4A43.22 #> 2709 http://id.who.int/icd/release/11/mms/1923044320/other 4A43.2Y #> 2710 http://id.who.int/icd/release/11/mms/1923044320/unspecified 4A43.2Z #> 2711 http://id.who.int/icd/release/11/mms/891652224 4A43.3 #> 2712 http://id.who.int/icd/release/11/mms/1977389237 4A43.4 #> 2713 http://id.who.int/icd/release/11/mms/636081762/other 4A43.Y #> 2714 http://id.who.int/icd/release/11/mms/636081762/unspecified 4A43.Z #> 2715 http://id.who.int/icd/release/11/mms/572581721 4A44 #> 2716 http://id.who.int/icd/release/11/mms/1248176279 4A44.0 #> 2717 http://id.who.int/icd/release/11/mms/1327645131 4A44.1 #> 2718 http://id.who.int/icd/release/11/mms/1929970386 4A44.2 #> 2719 http://id.who.int/icd/release/11/mms/1314272220 4A44.3 #> 2720 http://id.who.int/icd/release/11/mms/1419332129 4A44.4 #> 2721 http://id.who.int/icd/release/11/mms/540285662 4A44.5 #> 2722 http://id.who.int/icd/release/11/mms/1474816492 4A44.6 #> 2723 http://id.who.int/icd/release/11/mms/2130738127 4A44.7 #> 2724 http://id.who.int/icd/release/11/mms/1000683110 4A44.8 #> 2725 http://id.who.int/icd/release/11/mms/548938147 4A44.9 #> 2726 http://id.who.int/icd/release/11/mms/55133785 4A44.90 #> 2727 http://id.who.int/icd/release/11/mms/629572966 4A44.91 #> 2728 http://id.who.int/icd/release/11/mms/1629105375 4A44.92 #> 2729 http://id.who.int/icd/release/11/mms/548938147/other 4A44.9Y #> 2730 http://id.who.int/icd/release/11/mms/548938147/unspecified 4A44.9Z #> 2731 http://id.who.int/icd/release/11/mms/1404622826 4A44.A #> 2732 http://id.who.int/icd/release/11/mms/999231798 4A44.A0 #> 2733 http://id.who.int/icd/release/11/mms/1020056159 4A44.A1 #> 2734 http://id.who.int/icd/release/11/mms/835880885 4A44.A2 #> 2735 http://id.who.int/icd/release/11/mms/1404622826/other 4A44.AY #> 2736 http://id.who.int/icd/release/11/mms/1404622826/unspecified 4A44.AZ #> 2737 http://id.who.int/icd/release/11/mms/748282847 4A44.B #> 2738 http://id.who.int/icd/release/11/mms/247535295 4A44.B0 #> 2739 http://id.who.int/icd/release/11/mms/748282847/other 4A44.BY #> 2740 http://id.who.int/icd/release/11/mms/748282847/unspecified 4A44.BZ #> 2741 http://id.who.int/icd/release/11/mms/572581721/other 4A44.Y #> 2742 http://id.who.int/icd/release/11/mms/572581721/unspecified 4A44.Z #> 2743 http://id.who.int/icd/release/11/mms/1173370808 4A45 #> 2744 http://id.who.int/icd/release/11/mms/85700944 4A45.0 #> 2745 http://id.who.int/icd/release/11/mms/138987181 4A45.1 #> 2746 http://id.who.int/icd/release/11/mms/1280729393 4A45.2 #> 2747 http://id.who.int/icd/release/11/mms/136346238 4A45.3 #> 2748 http://id.who.int/icd/release/11/mms/1173370808/unspecified 4A45.Z #> 2749 http://id.who.int/icd/release/11/mms/1008515027/other 4A4Y #> 2750 http://id.who.int/icd/release/11/mms/1008515027/unspecified 4A4Z #> 2751 http://id.who.int/icd/release/11/mms/2115467890 #> 2752 http://id.who.int/icd/release/11/mms/1576710885 4A60 #> 2753 http://id.who.int/icd/release/11/mms/1373335705 4A60.0 #> 2754 http://id.who.int/icd/release/11/mms/2139918612 4A60.1 #> 2755 http://id.who.int/icd/release/11/mms/1869883509 4A60.2 #> 2756 http://id.who.int/icd/release/11/mms/1576710885/other 4A60.Y #> 2757 http://id.who.int/icd/release/11/mms/1576710885/unspecified 4A60.Z #> 2758 http://id.who.int/icd/release/11/mms/1901494067 4A61 #> 2759 http://id.who.int/icd/release/11/mms/1668927157 4A62 #> 2760 http://id.who.int/icd/release/11/mms/2115467890/other 4A6Y #> 2761 http://id.who.int/icd/release/11/mms/2115467890/unspecified 4A6Z #> 2762 http://id.who.int/icd/release/11/mms/642618805 #> 2763 http://id.who.int/icd/release/11/mms/1531458929 4A80 #> 2764 http://id.who.int/icd/release/11/mms/667435406 4A80.0 #> 2765 http://id.who.int/icd/release/11/mms/1350421262 4A80.1 #> 2766 http://id.who.int/icd/release/11/mms/1531458929/other 4A80.Y #> 2767 http://id.who.int/icd/release/11/mms/1531458929/unspecified 4A80.Z #> 2768 http://id.who.int/icd/release/11/mms/454856168 4A81 #> 2769 http://id.who.int/icd/release/11/mms/1047945302 4A82 #> 2770 http://id.who.int/icd/release/11/mms/894935545 4A83 #> 2771 http://id.who.int/icd/release/11/mms/837067101 4A83.0 #> 2772 http://id.who.int/icd/release/11/mms/1853964304 4A83.1 #> 2773 http://id.who.int/icd/release/11/mms/894935545/other 4A83.Y #> 2774 http://id.who.int/icd/release/11/mms/894935545/unspecified 4A83.Z #> 2775 http://id.who.int/icd/release/11/mms/1868068711 4A84 #> 2776 http://id.who.int/icd/release/11/mms/1729383028 4A84.0 #> 2777 http://id.who.int/icd/release/11/mms/1200133657 4A84.1 #> 2778 http://id.who.int/icd/release/11/mms/1095261642 4A84.2 #> 2779 http://id.who.int/icd/release/11/mms/2025061243 4A84.3 #> 2780 http://id.who.int/icd/release/11/mms/1069179856 4A84.30 #> 2781 http://id.who.int/icd/release/11/mms/416451504 4A84.31 #> 2782 http://id.who.int/icd/release/11/mms/2025061243/other 4A84.3Y #> 2783 http://id.who.int/icd/release/11/mms/2025061243/unspecified 4A84.3Z #> 2784 http://id.who.int/icd/release/11/mms/2018903019 4A84.4 #> 2785 http://id.who.int/icd/release/11/mms/404632018 4A84.5 #> 2786 http://id.who.int/icd/release/11/mms/2023405973 4A84.6 #> 2787 http://id.who.int/icd/release/11/mms/1868068711/other 4A84.Y #> 2788 http://id.who.int/icd/release/11/mms/1868068711/unspecified 4A84.Z #> 2789 http://id.who.int/icd/release/11/mms/1426309905 4A85 #> 2790 http://id.who.int/icd/release/11/mms/405257730 4A85.0 #> 2791 http://id.who.int/icd/release/11/mms/674464254 4A85.00 #> 2792 http://id.who.int/icd/release/11/mms/1394687071 4A85.01 #> 2793 http://id.who.int/icd/release/11/mms/102709764 4A85.02 #> 2794 http://id.who.int/icd/release/11/mms/1376183765 4A85.03 #> 2795 http://id.who.int/icd/release/11/mms/1936492387 4A85.04 #> 2796 http://id.who.int/icd/release/11/mms/405257730/other 4A85.0Y #> 2797 http://id.who.int/icd/release/11/mms/405257730/unspecified 4A85.0Z #> 2798 http://id.who.int/icd/release/11/mms/1540162038 4A85.1 #> 2799 http://id.who.int/icd/release/11/mms/1028477872 4A85.2 #> 2800 http://id.who.int/icd/release/11/mms/1213145383 4A85.20 #> 2801 http://id.who.int/icd/release/11/mms/773407463 4A85.21 #> 2802 http://id.who.int/icd/release/11/mms/943039030 4A85.22 #> 2803 http://id.who.int/icd/release/11/mms/1028477872/other 4A85.2Y #> 2804 http://id.who.int/icd/release/11/mms/1028477872/unspecified 4A85.2Z #> 2805 http://id.who.int/icd/release/11/mms/733043150 4A85.3 #> 2806 http://id.who.int/icd/release/11/mms/1433704910 4A85.30 #> 2807 http://id.who.int/icd/release/11/mms/942174778 4A85.31 #> 2808 http://id.who.int/icd/release/11/mms/617371511 4A85.32 #> 2809 http://id.who.int/icd/release/11/mms/1426309905/other 4A85.Y #> 2810 http://id.who.int/icd/release/11/mms/1426309905/unspecified 4A85.Z #> 2811 http://id.who.int/icd/release/11/mms/642618805/other 4A8Y #> 2812 http://id.who.int/icd/release/11/mms/642618805/unspecified 4A8Z #> 2813 http://id.who.int/icd/release/11/mms/966435382 #> 2814 http://id.who.int/icd/release/11/mms/1434413881 4B00 #> 2815 http://id.who.int/icd/release/11/mms/926492960 4B00.0 #> 2816 http://id.who.int/icd/release/11/mms/87096615 4B00.00 #> 2817 http://id.who.int/icd/release/11/mms/348671706 4B00.01 #> 2818 http://id.who.int/icd/release/11/mms/926492960/unspecified 4B00.0Z #> 2819 http://id.who.int/icd/release/11/mms/494107103 4B00.1 #> 2820 http://id.who.int/icd/release/11/mms/1519498795 4B00.10 #> 2821 http://id.who.int/icd/release/11/mms/129900752 4B00.11 #> 2822 http://id.who.int/icd/release/11/mms/494107103/unspecified 4B00.1Z #> 2823 http://id.who.int/icd/release/11/mms/1434413881/other 4B00.Y #> 2824 http://id.who.int/icd/release/11/mms/576188835 4B01 #> 2825 http://id.who.int/icd/release/11/mms/738298663 4B01.0 #> 2826 http://id.who.int/icd/release/11/mms/1990807906 4B01.00 #> 2827 http://id.who.int/icd/release/11/mms/1094348832 4B01.01 #> 2828 http://id.who.int/icd/release/11/mms/1754024073 4B01.02 #> 2829 http://id.who.int/icd/release/11/mms/1518705806 4B01.03 #> 2830 http://id.who.int/icd/release/11/mms/738298663/other 4B01.0Y #> 2831 http://id.who.int/icd/release/11/mms/738298663/unspecified 4B01.0Z #> 2832 http://id.who.int/icd/release/11/mms/538986843 4B01.1 #> 2833 http://id.who.int/icd/release/11/mms/576188835/unspecified 4B01.Z #> 2834 http://id.who.int/icd/release/11/mms/484161124 4B02 #> 2835 http://id.who.int/icd/release/11/mms/1217074338 4B02.0 #> 2836 http://id.who.int/icd/release/11/mms/1631398967 4B02.1 #> 2837 http://id.who.int/icd/release/11/mms/484161124/unspecified 4B02.Z #> 2838 http://id.who.int/icd/release/11/mms/726177562 4B03 #> 2839 http://id.who.int/icd/release/11/mms/1180087344 4B03.0 #> 2840 http://id.who.int/icd/release/11/mms/2117804143 4B03.1 #> 2841 http://id.who.int/icd/release/11/mms/726177562/unspecified 4B03.Z #> 2842 http://id.who.int/icd/release/11/mms/266517577 4B04 #> 2843 http://id.who.int/icd/release/11/mms/1038837840 4B05 #> 2844 http://id.who.int/icd/release/11/mms/1654306762 4B06 #> 2845 http://id.who.int/icd/release/11/mms/1847534604 4B07 #> 2846 http://id.who.int/icd/release/11/mms/966435382/other 4B0Y #> 2847 http://id.who.int/icd/release/11/mms/966435382/unspecified 4B0Z #> 2848 http://id.who.int/icd/release/11/mms/1860070272 #> 2849 http://id.who.int/icd/release/11/mms/330792642 4B20 #> 2850 http://id.who.int/icd/release/11/mms/820827059 4B20.0 #> 2851 http://id.who.int/icd/release/11/mms/1437015591 4B20.1 #> 2852 http://id.who.int/icd/release/11/mms/1434414203 4B20.2 #> 2853 http://id.who.int/icd/release/11/mms/1479285656 4B20.3 #> 2854 http://id.who.int/icd/release/11/mms/1980319000 4B20.4 #> 2855 http://id.who.int/icd/release/11/mms/1145144140 4B20.5 #> 2856 http://id.who.int/icd/release/11/mms/330792642/other 4B20.Y #> 2857 http://id.who.int/icd/release/11/mms/330792642/unspecified 4B20.Z #> 2858 http://id.who.int/icd/release/11/mms/2120744975 4B21 #> 2859 http://id.who.int/icd/release/11/mms/455331227 4B22 #> 2860 http://id.who.int/icd/release/11/mms/180703474 4B23 #> 2861 http://id.who.int/icd/release/11/mms/437372167 4B24 #> 2862 http://id.who.int/icd/release/11/mms/83784921 4B24.0 #> 2863 http://id.who.int/icd/release/11/mms/621183043 4B24.1 #> 2864 http://id.who.int/icd/release/11/mms/437372167/other 4B24.Y #> 2865 http://id.who.int/icd/release/11/mms/437372167/unspecified 4B24.Z #> 2866 http://id.who.int/icd/release/11/mms/1860070272/other 4B2Y #> 2867 http://id.who.int/icd/release/11/mms/603645706 4B40 #> 2868 http://id.who.int/icd/release/11/mms/556328756 4B40.0 #> 2869 http://id.who.int/icd/release/11/mms/1147349670 4B40.1 #> 2870 http://id.who.int/icd/release/11/mms/812332735 4B40.2 #> 2871 http://id.who.int/icd/release/11/mms/603645706/other 4B40.Y #> 2872 http://id.who.int/icd/release/11/mms/603645706/unspecified 4B40.Z #> 2873 http://id.who.int/icd/release/11/mms/1954798891/other 4B4Y #> 2874 http://id.who.int/icd/release/11/mms/1954798891/unspecified 4B4Z #> 2875 http://id.who.int/icd/release/11/mms/21500692 #> 2876 http://id.who.int/icd/release/11/mms/461716838 #> 2877 http://id.who.int/icd/release/11/mms/1907280211 #> 2878 http://id.who.int/icd/release/11/mms/1722092627 5A00 #> 2879 http://id.who.int/icd/release/11/mms/602450215 5A00.0 #> 2880 http://id.who.int/icd/release/11/mms/234769120 5A00.00 #> 2881 http://id.who.int/icd/release/11/mms/1756727158 5A00.01 #> 2882 http://id.who.int/icd/release/11/mms/1156056623 5A00.02 #> 2883 http://id.who.int/icd/release/11/mms/592246939 5A00.03 #> 2884 http://id.who.int/icd/release/11/mms/900488632 5A00.04 #> 2885 http://id.who.int/icd/release/11/mms/602450215/other 5A00.0Y #> 2886 http://id.who.int/icd/release/11/mms/602450215/unspecified 5A00.0Z #> 2887 http://id.who.int/icd/release/11/mms/1357352994 5A00.1 #> 2888 http://id.who.int/icd/release/11/mms/276898399 5A00.10 #> 2889 http://id.who.int/icd/release/11/mms/1976233931 5A00.11 #> 2890 http://id.who.int/icd/release/11/mms/1357352994/unspecified 5A00.1Z #> 2891 http://id.who.int/icd/release/11/mms/1090587977 5A00.2 #> 2892 http://id.who.int/icd/release/11/mms/471390091 5A00.20 #> 2893 http://id.who.int/icd/release/11/mms/1878410271 5A00.21 #> 2894 http://id.who.int/icd/release/11/mms/608878813 5A00.22 #> 2895 http://id.who.int/icd/release/11/mms/1090587977/other 5A00.2Y #> 2896 http://id.who.int/icd/release/11/mms/1090587977/unspecified 5A00.2Z #> 2897 http://id.who.int/icd/release/11/mms/1722092627/unspecified 5A00.Z #> 2898 http://id.who.int/icd/release/11/mms/854564573 5A01 #> 2899 http://id.who.int/icd/release/11/mms/914832290 5A01.0 #> 2900 http://id.who.int/icd/release/11/mms/1405941300 5A01.1 #> 2901 http://id.who.int/icd/release/11/mms/660711115 5A01.2 #> 2902 http://id.who.int/icd/release/11/mms/854564573/unspecified 5A01.Z #> 2903 http://id.who.int/icd/release/11/mms/1470387017 5A02 #> 2904 http://id.who.int/icd/release/11/mms/713028385 5A02.0 #> 2905 http://id.who.int/icd/release/11/mms/1328823989 5A02.1 #> 2906 http://id.who.int/icd/release/11/mms/999910988 5A02.2 #> 2907 http://id.who.int/icd/release/11/mms/1590862814 5A02.3 #> 2908 http://id.who.int/icd/release/11/mms/758919242 5A02.4 #> 2909 http://id.who.int/icd/release/11/mms/1215823328 5A02.5 #> 2910 http://id.who.int/icd/release/11/mms/355116695 5A02.6 #> 2911 http://id.who.int/icd/release/11/mms/1470387017/other 5A02.Y #> 2912 http://id.who.int/icd/release/11/mms/1470387017/unspecified 5A02.Z #> 2913 http://id.who.int/icd/release/11/mms/587793334 5A03 #> 2914 http://id.who.int/icd/release/11/mms/737694495 5A03.0 #> 2915 http://id.who.int/icd/release/11/mms/1320394379 5A03.1 #> 2916 http://id.who.int/icd/release/11/mms/1599407074 5A03.2 #> 2917 http://id.who.int/icd/release/11/mms/972507934 5A03.20 #> 2918 http://id.who.int/icd/release/11/mms/1476950169 5A03.21 #> 2919 http://id.who.int/icd/release/11/mms/1599407074/other 5A03.2Y #> 2920 http://id.who.int/icd/release/11/mms/1599407074/unspecified 5A03.2Z #> 2921 http://id.who.int/icd/release/11/mms/587793334/other 5A03.Y #> 2922 http://id.who.int/icd/release/11/mms/587793334/unspecified 5A03.Z #> 2923 http://id.who.int/icd/release/11/mms/922786718 5A04 #> 2924 http://id.who.int/icd/release/11/mms/1074212276 5A05 #> 2925 http://id.who.int/icd/release/11/mms/998433478 5A06 #> 2926 http://id.who.int/icd/release/11/mms/1907280211/other 5A0Y #> 2927 http://id.who.int/icd/release/11/mms/1907280211/unspecified 5A0Z #> 2928 http://id.who.int/icd/release/11/mms/465177735 #> 2929 http://id.who.int/icd/release/11/mms/1651053999 5A10 #> 2930 http://id.who.int/icd/release/11/mms/119724091 5A11 #> 2931 http://id.who.int/icd/release/11/mms/1150913605 5A12 #> 2932 http://id.who.int/icd/release/11/mms/381961554 5A13 #> 2933 http://id.who.int/icd/release/11/mms/1484144649 5A13.0 #> 2934 http://id.who.int/icd/release/11/mms/133436462 5A13.1 #> 2935 http://id.who.int/icd/release/11/mms/1050647875 5A13.2 #> 2936 http://id.who.int/icd/release/11/mms/1736581746 5A13.3 #> 2937 http://id.who.int/icd/release/11/mms/388963453 5A13.4 #> 2938 http://id.who.int/icd/release/11/mms/1418416880 5A13.5 #> 2939 http://id.who.int/icd/release/11/mms/1730828870 5A13.6 #> 2940 http://id.who.int/icd/release/11/mms/891371477 5A13.7 #> 2941 http://id.who.int/icd/release/11/mms/381961554/other 5A13.Y #> 2942 http://id.who.int/icd/release/11/mms/1697306310 5A14 #> 2943 http://id.who.int/icd/release/11/mms/1304552818 #> 2944 http://id.who.int/icd/release/11/mms/463969617 5A20 #> 2945 http://id.who.int/icd/release/11/mms/1322661241 5A20.0 #> 2946 http://id.who.int/icd/release/11/mms/1796958395 5A20.1 #> 2947 http://id.who.int/icd/release/11/mms/463969617/unspecified 5A20.Z #> 2948 http://id.who.int/icd/release/11/mms/193526903 5A21 #> 2949 http://id.who.int/icd/release/11/mms/1153329797 5A21.0 #> 2950 http://id.who.int/icd/release/11/mms/1973651647 5A21.1 #> 2951 http://id.who.int/icd/release/11/mms/193526903/unspecified 5A21.Z #> 2952 http://id.who.int/icd/release/11/mms/2144077558 5A22 #> 2953 http://id.who.int/icd/release/11/mms/540530695 5A22.0 #> 2954 http://id.who.int/icd/release/11/mms/58193584 5A22.1 #> 2955 http://id.who.int/icd/release/11/mms/493397722 5A22.2 #> 2956 http://id.who.int/icd/release/11/mms/939674472 5A22.3 #> 2957 http://id.who.int/icd/release/11/mms/2144077558/other 5A22.Y #> 2958 http://id.who.int/icd/release/11/mms/2144077558/unspecified 5A22.Z #> 2959 http://id.who.int/icd/release/11/mms/367815473 5A23 #> 2960 http://id.who.int/icd/release/11/mms/1156295616 5A24 #> 2961 http://id.who.int/icd/release/11/mms/1304552818/other 5A2Y #> 2962 http://id.who.int/icd/release/11/mms/1283179793 #> 2963 http://id.who.int/icd/release/11/mms/1583355636 5A40 #> 2964 http://id.who.int/icd/release/11/mms/1877346353 5A40.0 #> 2965 http://id.who.int/icd/release/11/mms/1085399840 5A40.1 #> 2966 http://id.who.int/icd/release/11/mms/1583355636/other 5A40.Y #> 2967 http://id.who.int/icd/release/11/mms/1583355636/unspecified 5A40.Z #> 2968 http://id.who.int/icd/release/11/mms/1004695600 5A41 #> 2969 http://id.who.int/icd/release/11/mms/1330585809 5A42 #> 2970 http://id.who.int/icd/release/11/mms/1017230149 5A43 #> 2971 http://id.who.int/icd/release/11/mms/534303339 5A43.0 #> 2972 http://id.who.int/icd/release/11/mms/375645550 5A43.1 #> 2973 http://id.who.int/icd/release/11/mms/1017230149/other 5A43.Y #> 2974 http://id.who.int/icd/release/11/mms/1017230149/unspecified 5A43.Z #> 2975 http://id.who.int/icd/release/11/mms/1736778 5A44 #> 2976 http://id.who.int/icd/release/11/mms/402589098 5A45 #> 2977 http://id.who.int/icd/release/11/mms/1283179793/other 5A4Y #> 2978 http://id.who.int/icd/release/11/mms/1283179793/unspecified 5A4Z #> 2979 http://id.who.int/icd/release/11/mms/962023213 #> 2980 http://id.who.int/icd/release/11/mms/1708733050 5A50 #> 2981 http://id.who.int/icd/release/11/mms/473284654 5A50.0 #> 2982 http://id.who.int/icd/release/11/mms/743287998 5A50.00 #> 2983 http://id.who.int/icd/release/11/mms/1229357339 5A50.01 #> 2984 http://id.who.int/icd/release/11/mms/129706072 5A50.02 #> 2985 http://id.who.int/icd/release/11/mms/1790437089 5A50.03 #> 2986 http://id.who.int/icd/release/11/mms/473284654/other 5A50.0Y #> 2987 http://id.who.int/icd/release/11/mms/473284654/unspecified 5A50.0Z #> 2988 http://id.who.int/icd/release/11/mms/1225154856 5A50.1 #> 2989 http://id.who.int/icd/release/11/mms/1708733050/other 5A50.Y #> 2990 http://id.who.int/icd/release/11/mms/1708733050/unspecified 5A50.Z #> 2991 http://id.who.int/icd/release/11/mms/9633776 5A51 #> 2992 http://id.who.int/icd/release/11/mms/817194045 5A51.0 #> 2993 http://id.who.int/icd/release/11/mms/1442752937 5A51.1 #> 2994 http://id.who.int/icd/release/11/mms/81374726 5A51.2 #> 2995 http://id.who.int/icd/release/11/mms/9633776/other 5A51.Y #> 2996 http://id.who.int/icd/release/11/mms/9633776/unspecified 5A51.Z #> 2997 http://id.who.int/icd/release/11/mms/962023213/other 5A5Y #> 2998 http://id.who.int/icd/release/11/mms/962023213/unspecified 5A5Z #> 2999 http://id.who.int/icd/release/11/mms/896961873 #> 3000 http://id.who.int/icd/release/11/mms/1950330641 5A60 #> 3001 http://id.who.int/icd/release/11/mms/825410563 5A60.0 #> 3002 http://id.who.int/icd/release/11/mms/1417218455 5A60.1 #> 3003 http://id.who.int/icd/release/11/mms/550787432 5A60.2 #> 3004 http://id.who.int/icd/release/11/mms/808905140 5A60.20 #> 3005 http://id.who.int/icd/release/11/mms/550787432/other 5A60.2Y #> 3006 http://id.who.int/icd/release/11/mms/550787432/unspecified 5A60.2Z #> 3007 http://id.who.int/icd/release/11/mms/1749914533 5A60.3 #> 3008 http://id.who.int/icd/release/11/mms/1950330641/other 5A60.Y #> 3009 http://id.who.int/icd/release/11/mms/1950330641/unspecified 5A60.Z #> 3010 http://id.who.int/icd/release/11/mms/292840069 5A61 #> 3011 http://id.who.int/icd/release/11/mms/768216194 5A61.0 #> 3012 http://id.who.int/icd/release/11/mms/538301537 5A61.1 #> 3013 http://id.who.int/icd/release/11/mms/1409526590 5A61.2 #> 3014 http://id.who.int/icd/release/11/mms/1317547930 5A61.3 #> 3015 http://id.who.int/icd/release/11/mms/1424380846 5A61.4 #> 3016 http://id.who.int/icd/release/11/mms/1919411043 5A61.40 #> 3017 http://id.who.int/icd/release/11/mms/848364569 5A61.41 #> 3018 http://id.who.int/icd/release/11/mms/1424380846/other 5A61.4Y #> 3019 http://id.who.int/icd/release/11/mms/1424380846/unspecified 5A61.4Z #> 3020 http://id.who.int/icd/release/11/mms/1009553897 5A61.5 #> 3021 http://id.who.int/icd/release/11/mms/246914305 5A61.6 #> 3022 http://id.who.int/icd/release/11/mms/292840069/other 5A61.Y #> 3023 http://id.who.int/icd/release/11/mms/896961873/unspecified 5A6Z #> 3024 http://id.who.int/icd/release/11/mms/237003158 #> 3025 http://id.who.int/icd/release/11/mms/1654321425 5A70 #> 3026 http://id.who.int/icd/release/11/mms/380861892 5A70.0 #> 3027 http://id.who.int/icd/release/11/mms/1646144829 5A70.1 #> 3028 http://id.who.int/icd/release/11/mms/364545435 5A70.2 #> 3029 http://id.who.int/icd/release/11/mms/1945677910 5A70.3 #> 3030 http://id.who.int/icd/release/11/mms/1654321425/other 5A70.Y #> 3031 http://id.who.int/icd/release/11/mms/1654321425/unspecified 5A70.Z #> 3032 http://id.who.int/icd/release/11/mms/131153029 5A71 #> 3033 http://id.who.int/icd/release/11/mms/1842263206 5A71.0 #> 3034 http://id.who.int/icd/release/11/mms/125216923 5A71.00 #> 3035 http://id.who.int/icd/release/11/mms/172733763 5A71.01 #> 3036 http://id.who.int/icd/release/11/mms/1842263206/other 5A71.0Y #> 3037 http://id.who.int/icd/release/11/mms/1842263206/unspecified 5A71.0Z #> 3038 http://id.who.int/icd/release/11/mms/293874628 5A71.1 #> 3039 http://id.who.int/icd/release/11/mms/131153029/other 5A71.Y #> 3040 http://id.who.int/icd/release/11/mms/131153029/unspecified 5A71.Z #> 3041 http://id.who.int/icd/release/11/mms/1937534076 5A72 #> 3042 http://id.who.int/icd/release/11/mms/197924221 5A72.0 #> 3043 http://id.who.int/icd/release/11/mms/1854396649 5A72.1 #> 3044 http://id.who.int/icd/release/11/mms/1937534076/unspecified 5A72.Z #> 3045 http://id.who.int/icd/release/11/mms/1600625317 5A73 #> 3046 http://id.who.int/icd/release/11/mms/733056203 5A74 #> 3047 http://id.who.int/icd/release/11/mms/1920929898 5A74.0 #> 3048 http://id.who.int/icd/release/11/mms/114442391 5A74.1 #> 3049 http://id.who.int/icd/release/11/mms/733056203/other 5A74.Y #> 3050 http://id.who.int/icd/release/11/mms/733056203/unspecified 5A74.Z #> 3051 http://id.who.int/icd/release/11/mms/1966920451 5A75 #> 3052 http://id.who.int/icd/release/11/mms/431184682 5A76 #> 3053 http://id.who.int/icd/release/11/mms/1109047962 5A76.0 #> 3054 http://id.who.int/icd/release/11/mms/431184682/other 5A76.Y #> 3055 http://id.who.int/icd/release/11/mms/237003158/unspecified 5A7Z #> 3056 http://id.who.int/icd/release/11/mms/1465641389 #> 3057 http://id.who.int/icd/release/11/mms/1801368748 5A80 #> 3058 http://id.who.int/icd/release/11/mms/1023132628 5A80.0 #> 3059 http://id.who.int/icd/release/11/mms/1213633323 5A80.1 #> 3060 http://id.who.int/icd/release/11/mms/751558883 5A80.2 #> 3061 http://id.who.int/icd/release/11/mms/563648258 5A80.3 #> 3062 http://id.who.int/icd/release/11/mms/2027425674 5A80.4 #> 3063 http://id.who.int/icd/release/11/mms/862567687 5A80.5 #> 3064 http://id.who.int/icd/release/11/mms/1801368748/other 5A80.Y #> 3065 http://id.who.int/icd/release/11/mms/1801368748/unspecified 5A80.Z #> 3066 http://id.who.int/icd/release/11/mms/236288314 5A81 #> 3067 http://id.who.int/icd/release/11/mms/1162397377 5A81.0 #> 3068 http://id.who.int/icd/release/11/mms/537070421 5A81.1 #> 3069 http://id.who.int/icd/release/11/mms/236288314/other 5A81.Y #> 3070 http://id.who.int/icd/release/11/mms/236288314/unspecified 5A81.Z #> 3071 http://id.who.int/icd/release/11/mms/1465641389/unspecified 5A8Z #> 3072 http://id.who.int/icd/release/11/mms/840727139 #> 3073 http://id.who.int/icd/release/11/mms/1267163286 5A90 #> 3074 http://id.who.int/icd/release/11/mms/1012371341 5A91 #> 3075 http://id.who.int/icd/release/11/mms/1495024153 5A92 #> 3076 http://id.who.int/icd/release/11/mms/840727139/other 5A9Y #> 3077 http://id.who.int/icd/release/11/mms/840727139/unspecified 5A9Z #> 3078 http://id.who.int/icd/release/11/mms/1465366519 #> 3079 http://id.who.int/icd/release/11/mms/548357900 5B00 #> 3080 http://id.who.int/icd/release/11/mms/1172605594 5B01 #> 3081 http://id.who.int/icd/release/11/mms/1465366519/other 5B0Y #> 3082 http://id.who.int/icd/release/11/mms/1465366519/unspecified 5B0Z #> 3083 http://id.who.int/icd/release/11/mms/895465736 #> 3084 http://id.who.int/icd/release/11/mms/111763187 5B10 #> 3085 http://id.who.int/icd/release/11/mms/1912868366 5B11 #> 3086 http://id.who.int/icd/release/11/mms/32152986 5B12 #> 3087 http://id.who.int/icd/release/11/mms/895465736/other 5B1Y #> 3088 http://id.who.int/icd/release/11/mms/461716838/other 5B3Y #> 3089 http://id.who.int/icd/release/11/mms/461716838/unspecified 5B3Z #> 3090 http://id.who.int/icd/release/11/mms/1671987290 #> 3091 http://id.who.int/icd/release/11/mms/1517885800 #> 3092 http://id.who.int/icd/release/11/mms/1381875066 5B50 #> 3093 http://id.who.int/icd/release/11/mms/133673893 5B51 #> 3094 http://id.who.int/icd/release/11/mms/480150735 5B52 #> 3095 http://id.who.int/icd/release/11/mms/286779656 5B53 #> 3096 http://id.who.int/icd/release/11/mms/1153296343 5B54 #> 3097 http://id.who.int/icd/release/11/mms/435342452 5B55 #> 3098 http://id.who.int/icd/release/11/mms/1040403412 5B55.0 #> 3099 http://id.who.int/icd/release/11/mms/1544242475 5B55.1 #> 3100 http://id.who.int/icd/release/11/mms/960530623 5B55.2 #> 3101 http://id.who.int/icd/release/11/mms/1307433024 5B55.3 #> 3102 http://id.who.int/icd/release/11/mms/681973206 5B55.4 #> 3103 http://id.who.int/icd/release/11/mms/1252924203 5B55.5 #> 3104 http://id.who.int/icd/release/11/mms/435342452/other 5B55.Y #> 3105 http://id.who.int/icd/release/11/mms/435342452/unspecified 5B55.Z #> 3106 http://id.who.int/icd/release/11/mms/514920223 5B56 #> 3107 http://id.who.int/icd/release/11/mms/708602629 5B56.0 #> 3108 http://id.who.int/icd/release/11/mms/514920223/other 5B56.Y #> 3109 http://id.who.int/icd/release/11/mms/514920223/unspecified 5B56.Z #> 3110 http://id.who.int/icd/release/11/mms/2080031371 5B57 #> 3111 http://id.who.int/icd/release/11/mms/2047696084 5B57.0 #> 3112 http://id.who.int/icd/release/11/mms/1392131952 5B57.1 #> 3113 http://id.who.int/icd/release/11/mms/2080031371/other 5B57.Y #> 3114 http://id.who.int/icd/release/11/mms/2080031371/unspecified 5B57.Z #> 3115 http://id.who.int/icd/release/11/mms/2072706284 5B58 #> 3116 http://id.who.int/icd/release/11/mms/515977598 5B59 #> 3117 http://id.who.int/icd/release/11/mms/2092499426 5B5A #> 3118 http://id.who.int/icd/release/11/mms/632832064 5B5A.0 #> 3119 http://id.who.int/icd/release/11/mms/582233757 5B5A.00 #> 3120 http://id.who.int/icd/release/11/mms/1753713002 5B5A.01 #> 3121 http://id.who.int/icd/release/11/mms/632832064/unspecified 5B5A.0Z #> 3122 http://id.who.int/icd/release/11/mms/2017611840 5B5A.1 #> 3123 http://id.who.int/icd/release/11/mms/1360335041 5B5A.10 #> 3124 http://id.who.int/icd/release/11/mms/428071867 5B5A.11 #> 3125 http://id.who.int/icd/release/11/mms/2017611840/other 5B5A.1Y #> 3126 http://id.who.int/icd/release/11/mms/2017611840/unspecified 5B5A.1Z #> 3127 http://id.who.int/icd/release/11/mms/2092499426/other 5B5A.Y #> 3128 http://id.who.int/icd/release/11/mms/2092499426/unspecified 5B5A.Z #> 3129 http://id.who.int/icd/release/11/mms/1569514773 5B5B #> 3130 http://id.who.int/icd/release/11/mms/135549215 5B5C #> 3131 http://id.who.int/icd/release/11/mms/1108993080 5B5C.0 #> 3132 http://id.who.int/icd/release/11/mms/135549215/other 5B5C.Y #> 3133 http://id.who.int/icd/release/11/mms/135549215/unspecified 5B5C.Z #> 3134 http://id.who.int/icd/release/11/mms/952576129 5B5D #> 3135 http://id.who.int/icd/release/11/mms/439233336 5B5E #> 3136 http://id.who.int/icd/release/11/mms/1366882206 5B5F #> 3137 http://id.who.int/icd/release/11/mms/1726732000 5B5G #> 3138 http://id.who.int/icd/release/11/mms/865604527 5B5H #> 3139 http://id.who.int/icd/release/11/mms/1231437224 5B5J #> 3140 http://id.who.int/icd/release/11/mms/2064197173 5B5K #> 3141 http://id.who.int/icd/release/11/mms/362161517 5B5K.0 #> 3142 http://id.who.int/icd/release/11/mms/393562786 5B5K.1 #> 3143 http://id.who.int/icd/release/11/mms/1530032727 5B5K.10 #> 3144 http://id.who.int/icd/release/11/mms/393562786/other 5B5K.1Y #> 3145 http://id.who.int/icd/release/11/mms/393562786/unspecified 5B5K.1Z #> 3146 http://id.who.int/icd/release/11/mms/507702177 5B5K.2 #> 3147 http://id.who.int/icd/release/11/mms/900299738 5B5K.3 #> 3148 http://id.who.int/icd/release/11/mms/37133203 5B5K.4 #> 3149 http://id.who.int/icd/release/11/mms/588725109 5B5K.5 #> 3150 http://id.who.int/icd/release/11/mms/1893591289 5B5K.6 #> 3151 http://id.who.int/icd/release/11/mms/1916700472 5B5K.7 #> 3152 http://id.who.int/icd/release/11/mms/2006854546 5B5K.8 #> 3153 http://id.who.int/icd/release/11/mms/74496006 5B5K.9 #> 3154 http://id.who.int/icd/release/11/mms/316007944 5B5K.A #> 3155 http://id.who.int/icd/release/11/mms/1719187193 5B5K.B #> 3156 http://id.who.int/icd/release/11/mms/2064197173/other 5B5K.Y #> 3157 http://id.who.int/icd/release/11/mms/2064197173/unspecified 5B5K.Z #> 3158 http://id.who.int/icd/release/11/mms/419506380 #> 3159 http://id.who.int/icd/release/11/mms/1457254664 5B60 #> 3160 http://id.who.int/icd/release/11/mms/865090706 5B61 #> 3161 http://id.who.int/icd/release/11/mms/1195207789 5B62 #> 3162 http://id.who.int/icd/release/11/mms/578200057 5B63 #> 3163 http://id.who.int/icd/release/11/mms/419506380/other 5B6Y #> 3164 http://id.who.int/icd/release/11/mms/419506380/unspecified 5B6Z #> 3165 http://id.who.int/icd/release/11/mms/1839366214 5B70 #> 3166 http://id.who.int/icd/release/11/mms/1501947632 5B71 #> 3167 http://id.who.int/icd/release/11/mms/1517885800/other 5B7Y #> 3168 http://id.who.int/icd/release/11/mms/1517885800/unspecified 5B7Z #> 3169 http://id.who.int/icd/release/11/mms/1492142148 #> 3170 http://id.who.int/icd/release/11/mms/1668932342 #> 3171 http://id.who.int/icd/release/11/mms/2085283166 5B80 #> 3172 http://id.who.int/icd/release/11/mms/1664144906 5B80.0 #> 3173 http://id.who.int/icd/release/11/mms/1561903219 5B80.00 #> 3174 http://id.who.int/icd/release/11/mms/1852023275 5B80.01 #> 3175 http://id.who.int/icd/release/11/mms/1664144906/unspecified 5B80.0Z #> 3176 http://id.who.int/icd/release/11/mms/1347139472 5B80.1 #> 3177 http://id.who.int/icd/release/11/mms/149403041 5B81 #> 3178 http://id.who.int/icd/release/11/mms/1890900469 5B81.0 #> 3179 http://id.who.int/icd/release/11/mms/292901392 5B81.00 #> 3180 http://id.who.int/icd/release/11/mms/2062927079 5B81.01 #> 3181 http://id.who.int/icd/release/11/mms/787436589 5B81.1 #> 3182 http://id.who.int/icd/release/11/mms/149403041/other 5B81.Y #> 3183 http://id.who.int/icd/release/11/mms/149403041/unspecified 5B81.Z #> 3184 http://id.who.int/icd/release/11/mms/1840019509 #> 3185 http://id.who.int/icd/release/11/mms/20003110 5B90 #> 3186 http://id.who.int/icd/release/11/mms/1465667896 5B90.0 #> 3187 http://id.who.int/icd/release/11/mms/840408238 5B90.1 #> 3188 http://id.who.int/icd/release/11/mms/602997191 5B90.2 #> 3189 http://id.who.int/icd/release/11/mms/1186647123 5B90.3 #> 3190 http://id.who.int/icd/release/11/mms/20003110/other 5B90.Y #> 3191 http://id.who.int/icd/release/11/mms/20003110/unspecified 5B90.Z #> 3192 http://id.who.int/icd/release/11/mms/606081958 5B91 #> 3193 http://id.who.int/icd/release/11/mms/885246206 5B91.0 #> 3194 http://id.who.int/icd/release/11/mms/143185755 5B91.1 #> 3195 http://id.who.int/icd/release/11/mms/1091905566 5B91.2 #> 3196 http://id.who.int/icd/release/11/mms/2127981947 5B91.3 #> 3197 http://id.who.int/icd/release/11/mms/1157914829 5B91.4 #> 3198 http://id.who.int/icd/release/11/mms/1366519621 5B91.5 #> 3199 http://id.who.int/icd/release/11/mms/606081958/other 5B91.Y #> 3200 http://id.who.int/icd/release/11/mms/606081958/unspecified 5B91.Z #> 3201 http://id.who.int/icd/release/11/mms/1840019509/other 5B9Y #> 3202 http://id.who.int/icd/release/11/mms/1840019509/unspecified 5B9Z #> 3203 http://id.who.int/icd/release/11/mms/1492142148/other 5C1Y #> 3204 http://id.who.int/icd/release/11/mms/1492142148/unspecified 5C1Z #> 3205 http://id.who.int/icd/release/11/mms/1671987290/other 5C3Y #> 3206 http://id.who.int/icd/release/11/mms/1671987290/unspecified 5C3Z #> 3207 http://id.who.int/icd/release/11/mms/155258022 #> 3208 http://id.who.int/icd/release/11/mms/733825440 #> 3209 http://id.who.int/icd/release/11/mms/1324115669 5C50 #> 3210 http://id.who.int/icd/release/11/mms/444122923 5C50.0 #> 3211 http://id.who.int/icd/release/11/mms/2084504393 5C50.00 #> 3212 http://id.who.int/icd/release/11/mms/2132400826 5C50.01 #> 3213 http://id.who.int/icd/release/11/mms/1509230254 5C50.02 #> 3214 http://id.who.int/icd/release/11/mms/444122923/other 5C50.0Y #> 3215 http://id.who.int/icd/release/11/mms/444122923/unspecified 5C50.0Z #> 3216 http://id.who.int/icd/release/11/mms/1842978338 5C50.1 #> 3217 http://id.who.int/icd/release/11/mms/1761652827 5C50.10 #> 3218 http://id.who.int/icd/release/11/mms/2029519782 5C50.11 #> 3219 http://id.who.int/icd/release/11/mms/1900229795 5C50.12 #> 3220 http://id.who.int/icd/release/11/mms/1842978338/other 5C50.1Y #> 3221 http://id.who.int/icd/release/11/mms/1842978338/unspecified 5C50.1Z #> 3222 http://id.who.int/icd/release/11/mms/543162269 5C50.2 #> 3223 http://id.who.int/icd/release/11/mms/261052955 5C50.20 #> 3224 http://id.who.int/icd/release/11/mms/61773927 5C50.21 #> 3225 http://id.who.int/icd/release/11/mms/543162269/other 5C50.2Y #> 3226 http://id.who.int/icd/release/11/mms/543162269/unspecified 5C50.2Z #> 3227 http://id.who.int/icd/release/11/mms/282654317 5C50.3 #> 3228 http://id.who.int/icd/release/11/mms/367868681 5C50.4 #> 3229 http://id.who.int/icd/release/11/mms/34853044 5C50.5 #> 3230 http://id.who.int/icd/release/11/mms/307181673 5C50.6 #> 3231 http://id.who.int/icd/release/11/mms/55076105 5C50.7 #> 3232 http://id.who.int/icd/release/11/mms/1491869639 5C50.70 #> 3233 http://id.who.int/icd/release/11/mms/1901733714 5C50.71 #> 3234 http://id.who.int/icd/release/11/mms/55076105/other 5C50.7Y #> 3235 http://id.who.int/icd/release/11/mms/55076105/unspecified 5C50.7Z #> 3236 http://id.who.int/icd/release/11/mms/1707028291 5C50.8 #> 3237 http://id.who.int/icd/release/11/mms/1711515805 5C50.9 #> 3238 http://id.who.int/icd/release/11/mms/1889990301 5C50.A #> 3239 http://id.who.int/icd/release/11/mms/439383288 5C50.A0 #> 3240 http://id.who.int/icd/release/11/mms/327894003 5C50.A1 #> 3241 http://id.who.int/icd/release/11/mms/1619102598 5C50.A2 #> 3242 http://id.who.int/icd/release/11/mms/640937125 5C50.A3 #> 3243 http://id.who.int/icd/release/11/mms/1889990301/other 5C50.AY #> 3244 http://id.who.int/icd/release/11/mms/1889990301/unspecified 5C50.AZ #> 3245 http://id.who.int/icd/release/11/mms/67872354 5C50.B #> 3246 http://id.who.int/icd/release/11/mms/446569334 5C50.C #> 3247 http://id.who.int/icd/release/11/mms/5456505 5C50.D #> 3248 http://id.who.int/icd/release/11/mms/1623706568 5C50.D0 #> 3249 http://id.who.int/icd/release/11/mms/5456505/other 5C50.DY #> 3250 http://id.who.int/icd/release/11/mms/5456505/unspecified 5C50.DZ #> 3251 http://id.who.int/icd/release/11/mms/1921636230 5C50.E #> 3252 http://id.who.int/icd/release/11/mms/1879509617 5C50.E0 #> 3253 http://id.who.int/icd/release/11/mms/1644149132 5C50.E1 #> 3254 http://id.who.int/icd/release/11/mms/1921636230/other 5C50.EY #> 3255 http://id.who.int/icd/release/11/mms/1921636230/unspecified 5C50.EZ #> 3256 http://id.who.int/icd/release/11/mms/1488430462 5C50.F #> 3257 http://id.who.int/icd/release/11/mms/1416203271 5C50.F0 #> 3258 http://id.who.int/icd/release/11/mms/486093841 5C50.F1 #> 3259 http://id.who.int/icd/release/11/mms/166229372 5C50.F2 #> 3260 http://id.who.int/icd/release/11/mms/1488430462/other 5C50.FY #> 3261 http://id.who.int/icd/release/11/mms/1488430462/unspecified 5C50.FZ #> 3262 http://id.who.int/icd/release/11/mms/685690588 5C50.G #> 3263 http://id.who.int/icd/release/11/mms/1324115669/other 5C50.Y #> 3264 http://id.who.int/icd/release/11/mms/1324115669/unspecified 5C50.Z #> 3265 http://id.who.int/icd/release/11/mms/1321492691 5C51 #> 3266 http://id.who.int/icd/release/11/mms/2067324607 5C51.0 #> 3267 http://id.who.int/icd/release/11/mms/61192754 5C51.1 #> 3268 http://id.who.int/icd/release/11/mms/1800430868 5C51.2 #> 3269 http://id.who.int/icd/release/11/mms/692812009 5C51.20 #> 3270 http://id.who.int/icd/release/11/mms/1800430868/other 5C51.2Y #> 3271 http://id.who.int/icd/release/11/mms/1800430868/unspecified 5C51.2Z #> 3272 http://id.who.int/icd/release/11/mms/1187107383 5C51.3 #> 3273 http://id.who.int/icd/release/11/mms/1462194012 5C51.4 #> 3274 http://id.who.int/icd/release/11/mms/2011000259 5C51.40 #> 3275 http://id.who.int/icd/release/11/mms/1173858031 5C51.41 #> 3276 http://id.who.int/icd/release/11/mms/1457817527 5C51.42 #> 3277 http://id.who.int/icd/release/11/mms/1462194012/other 5C51.4Y #> 3278 http://id.who.int/icd/release/11/mms/1462194012/unspecified 5C51.4Z #> 3279 http://id.who.int/icd/release/11/mms/596254627 5C51.5 #> 3280 http://id.who.int/icd/release/11/mms/1925240365 5C51.50 #> 3281 http://id.who.int/icd/release/11/mms/596254627/other 5C51.5Y #> 3282 http://id.who.int/icd/release/11/mms/596254627/unspecified 5C51.5Z #> 3283 http://id.who.int/icd/release/11/mms/1321492691/other 5C51.Y #> 3284 http://id.who.int/icd/release/11/mms/1321492691/unspecified 5C51.Z #> 3285 http://id.who.int/icd/release/11/mms/182578312 5C52 #> 3286 http://id.who.int/icd/release/11/mms/342530871 5C52.0 #> 3287 http://id.who.int/icd/release/11/mms/890605309 5C52.00 #> 3288 http://id.who.int/icd/release/11/mms/1861994414 5C52.01 #> 3289 http://id.who.int/icd/release/11/mms/1454722246 5C52.02 #> 3290 http://id.who.int/icd/release/11/mms/418359090 5C52.03 #> 3291 http://id.who.int/icd/release/11/mms/342530871/other 5C52.0Y #> 3292 http://id.who.int/icd/release/11/mms/342530871/unspecified 5C52.0Z #> 3293 http://id.who.int/icd/release/11/mms/110330300 5C52.1 #> 3294 http://id.who.int/icd/release/11/mms/210624950 5C52.10 #> 3295 http://id.who.int/icd/release/11/mms/1295299670 5C52.11 #> 3296 http://id.who.int/icd/release/11/mms/110330300/other 5C52.1Y #> 3297 http://id.who.int/icd/release/11/mms/110330300/unspecified 5C52.1Z #> 3298 http://id.who.int/icd/release/11/mms/621440298 5C52.2 #> 3299 http://id.who.int/icd/release/11/mms/182578312/other 5C52.Y #> 3300 http://id.who.int/icd/release/11/mms/182578312/unspecified 5C52.Z #> 3301 http://id.who.int/icd/release/11/mms/266291267 5C53 #> 3302 http://id.who.int/icd/release/11/mms/1099043166 5C53.0 #> 3303 http://id.who.int/icd/release/11/mms/1055568225 5C53.00 #> 3304 http://id.who.int/icd/release/11/mms/1391506239 5C53.01 #> 3305 http://id.who.int/icd/release/11/mms/1124597954 5C53.02 #> 3306 http://id.who.int/icd/release/11/mms/2047948460 5C53.03 #> 3307 http://id.who.int/icd/release/11/mms/1099043166/other 5C53.0Y #> 3308 http://id.who.int/icd/release/11/mms/1099043166/unspecified 5C53.0Z #> 3309 http://id.who.int/icd/release/11/mms/658415697 5C53.1 #> 3310 http://id.who.int/icd/release/11/mms/1204111545 5C53.2 #> 3311 http://id.who.int/icd/release/11/mms/1159345506 5C53.20 #> 3312 http://id.who.int/icd/release/11/mms/194083556 5C53.21 #> 3313 http://id.who.int/icd/release/11/mms/1251664337 5C53.22 #> 3314 http://id.who.int/icd/release/11/mms/336470017 5C53.23 #> 3315 http://id.who.int/icd/release/11/mms/672871576 5C53.24 #> 3316 http://id.who.int/icd/release/11/mms/902255625 5C53.25 #> 3317 http://id.who.int/icd/release/11/mms/1204111545/other 5C53.2Y #> 3318 http://id.who.int/icd/release/11/mms/1204111545/unspecified 5C53.2Z #> 3319 http://id.who.int/icd/release/11/mms/1340308055 5C53.3 #> 3320 http://id.who.int/icd/release/11/mms/1118834100 5C53.30 #> 3321 http://id.who.int/icd/release/11/mms/112110122 5C53.31 #> 3322 http://id.who.int/icd/release/11/mms/1340308055/other 5C53.3Y #> 3323 http://id.who.int/icd/release/11/mms/1340308055/unspecified 5C53.3Z #> 3324 http://id.who.int/icd/release/11/mms/223450548 5C53.4 #> 3325 http://id.who.int/icd/release/11/mms/266291267/other 5C53.Y #> 3326 http://id.who.int/icd/release/11/mms/266291267/unspecified 5C53.Z #> 3327 http://id.who.int/icd/release/11/mms/85138870 5C54 #> 3328 http://id.who.int/icd/release/11/mms/292641586 5C54.0 #> 3329 http://id.who.int/icd/release/11/mms/1883085871 5C54.1 #> 3330 http://id.who.int/icd/release/11/mms/684473574 5C54.2 #> 3331 http://id.who.int/icd/release/11/mms/85138870/other 5C54.Y #> 3332 http://id.who.int/icd/release/11/mms/85138870/unspecified 5C54.Z #> 3333 http://id.who.int/icd/release/11/mms/575400186 5C55 #> 3334 http://id.who.int/icd/release/11/mms/1958565793 5C55.0 #> 3335 http://id.who.int/icd/release/11/mms/1565213608 5C55.00 #> 3336 http://id.who.int/icd/release/11/mms/1886495906 5C55.01 #> 3337 http://id.who.int/icd/release/11/mms/1958565793/other 5C55.0Y #> 3338 http://id.who.int/icd/release/11/mms/1958565793/unspecified 5C55.0Z #> 3339 http://id.who.int/icd/release/11/mms/771608363 5C55.1 #> 3340 http://id.who.int/icd/release/11/mms/1432796178 5C55.2 #> 3341 http://id.who.int/icd/release/11/mms/575400186/other 5C55.Y #> 3342 http://id.who.int/icd/release/11/mms/575400186/unspecified 5C55.Z #> 3343 http://id.who.int/icd/release/11/mms/656131403 5C56 #> 3344 http://id.who.int/icd/release/11/mms/1875237176 5C56.0 #> 3345 http://id.who.int/icd/release/11/mms/797306953 5C56.00 #> 3346 http://id.who.int/icd/release/11/mms/66996647 5C56.01 #> 3347 http://id.who.int/icd/release/11/mms/172326564 5C56.02 #> 3348 http://id.who.int/icd/release/11/mms/1875237176/other 5C56.0Y #> 3349 http://id.who.int/icd/release/11/mms/1875237176/unspecified 5C56.0Z #> 3350 http://id.who.int/icd/release/11/mms/1568332253 5C56.1 #> 3351 http://id.who.int/icd/release/11/mms/979972142 5C56.2 #> 3352 http://id.who.int/icd/release/11/mms/714623911 5C56.20 #> 3353 http://id.who.int/icd/release/11/mms/1805681916 5C56.21 #> 3354 http://id.who.int/icd/release/11/mms/979972142/other 5C56.2Y #> 3355 http://id.who.int/icd/release/11/mms/979972142/unspecified 5C56.2Z #> 3356 http://id.who.int/icd/release/11/mms/1596128696 5C56.3 #> 3357 http://id.who.int/icd/release/11/mms/1539226250 5C56.30 #> 3358 http://id.who.int/icd/release/11/mms/1056274204 5C56.31 #> 3359 http://id.who.int/icd/release/11/mms/2078241550 5C56.32 #> 3360 http://id.who.int/icd/release/11/mms/1288379621 5C56.33 #> 3361 http://id.who.int/icd/release/11/mms/1596128696/other 5C56.3Y #> 3362 http://id.who.int/icd/release/11/mms/1596128696/unspecified 5C56.3Z #> 3363 http://id.who.int/icd/release/11/mms/1709765980 5C56.4 #> 3364 http://id.who.int/icd/release/11/mms/656131403/other 5C56.Y #> 3365 http://id.who.int/icd/release/11/mms/656131403/unspecified 5C56.Z #> 3366 http://id.who.int/icd/release/11/mms/782299726 5C57 #> 3367 http://id.who.int/icd/release/11/mms/1919322367 5C57.0 #> 3368 http://id.who.int/icd/release/11/mms/1092479335 5C57.1 #> 3369 http://id.who.int/icd/release/11/mms/782299726/other 5C57.Y #> 3370 http://id.who.int/icd/release/11/mms/782299726/unspecified 5C57.Z #> 3371 http://id.who.int/icd/release/11/mms/434825283 5C58 #> 3372 http://id.who.int/icd/release/11/mms/1297666279 5C58.0 #> 3373 http://id.who.int/icd/release/11/mms/291439191 5C58.00 #> 3374 http://id.who.int/icd/release/11/mms/1947520963 5C58.01 #> 3375 http://id.who.int/icd/release/11/mms/1691610999 5C58.02 #> 3376 http://id.who.int/icd/release/11/mms/1457142642 5C58.03 #> 3377 http://id.who.int/icd/release/11/mms/288945286 5C58.04 #> 3378 http://id.who.int/icd/release/11/mms/1297666279/other 5C58.0Y #> 3379 http://id.who.int/icd/release/11/mms/1297666279/unspecified 5C58.0Z #> 3380 http://id.who.int/icd/release/11/mms/98434199 5C58.1 #> 3381 http://id.who.int/icd/release/11/mms/370983230 5C58.10 #> 3382 http://id.who.int/icd/release/11/mms/1074667008 5C58.12 #> 3383 http://id.who.int/icd/release/11/mms/1227474618 5C58.13 #> 3384 http://id.who.int/icd/release/11/mms/98434199/other 5C58.1Y #> 3385 http://id.who.int/icd/release/11/mms/98434199/unspecified 5C58.1Z #> 3386 http://id.who.int/icd/release/11/mms/434825283/other 5C58.Y #> 3387 http://id.who.int/icd/release/11/mms/434825283/unspecified 5C58.Z #> 3388 http://id.who.int/icd/release/11/mms/1062748595 5C59 #> 3389 http://id.who.int/icd/release/11/mms/1540943037 5C59.0 #> 3390 http://id.who.int/icd/release/11/mms/1382276026 5C59.00 #> 3391 http://id.who.int/icd/release/11/mms/1801446733 5C59.01 #> 3392 http://id.who.int/icd/release/11/mms/1540943037/other 5C59.0Y #> 3393 http://id.who.int/icd/release/11/mms/1540943037/unspecified 5C59.0Z #> 3394 http://id.who.int/icd/release/11/mms/1811657969 5C59.1 #> 3395 http://id.who.int/icd/release/11/mms/1860570911 5C59.2 #> 3396 http://id.who.int/icd/release/11/mms/1062748595/other 5C59.Y #> 3397 http://id.who.int/icd/release/11/mms/1062748595/unspecified 5C59.Z #> 3398 http://id.who.int/icd/release/11/mms/824872160 5C5A #> 3399 http://id.who.int/icd/release/11/mms/733825440/other 5C5Y #> 3400 http://id.who.int/icd/release/11/mms/733825440/unspecified 5C5Z #> 3401 http://id.who.int/icd/release/11/mms/540207810 #> 3402 http://id.who.int/icd/release/11/mms/1631611896 5C60 #> 3403 http://id.who.int/icd/release/11/mms/1392767390 5C60.0 #> 3404 http://id.who.int/icd/release/11/mms/733715856 5C60.1 #> 3405 http://id.who.int/icd/release/11/mms/1237620397 5C60.2 #> 3406 http://id.who.int/icd/release/11/mms/1631611896/other 5C60.Y #> 3407 http://id.who.int/icd/release/11/mms/1631611896/unspecified 5C60.Z #> 3408 http://id.who.int/icd/release/11/mms/1315315105 5C61 #> 3409 http://id.who.int/icd/release/11/mms/2108415931 5C61.0 #> 3410 http://id.who.int/icd/release/11/mms/2084206046 5C61.1 #> 3411 http://id.who.int/icd/release/11/mms/1817406536 5C61.2 #> 3412 http://id.who.int/icd/release/11/mms/2025219157 5C61.3 #> 3413 http://id.who.int/icd/release/11/mms/1361265641 5C61.4 #> 3414 http://id.who.int/icd/release/11/mms/1392260268 5C61.40 #> 3415 http://id.who.int/icd/release/11/mms/1361265641/other 5C61.4Y #> 3416 http://id.who.int/icd/release/11/mms/1361265641/unspecified 5C61.4Z #> 3417 http://id.who.int/icd/release/11/mms/1088155670 5C61.5 #> 3418 http://id.who.int/icd/release/11/mms/1026224967 5C61.6 #> 3419 http://id.who.int/icd/release/11/mms/1300739653 5C61.60 #> 3420 http://id.who.int/icd/release/11/mms/2109252471 5C61.61 #> 3421 http://id.who.int/icd/release/11/mms/418606819 5C61.62 #> 3422 http://id.who.int/icd/release/11/mms/1026224967/unspecified 5C61.6Z #> 3423 http://id.who.int/icd/release/11/mms/1315315105/other 5C61.Y #> 3424 http://id.who.int/icd/release/11/mms/1315315105/unspecified 5C61.Z #> 3425 http://id.who.int/icd/release/11/mms/1858691234 5C62 #> 3426 http://id.who.int/icd/release/11/mms/1112006621 5C63 #> 3427 http://id.who.int/icd/release/11/mms/936546617 5C63.0 #> 3428 http://id.who.int/icd/release/11/mms/2081529009 5C63.1 #> 3429 http://id.who.int/icd/release/11/mms/1342341339 5C63.2 #> 3430 http://id.who.int/icd/release/11/mms/1270705227 5C63.20 #> 3431 http://id.who.int/icd/release/11/mms/2041886796 5C63.21 #> 3432 http://id.who.int/icd/release/11/mms/1010293846 5C63.22 #> 3433 http://id.who.int/icd/release/11/mms/1342341339/other 5C63.2Y #> 3434 http://id.who.int/icd/release/11/mms/1342341339/unspecified 5C63.2Z #> 3435 http://id.who.int/icd/release/11/mms/1112006621/other 5C63.Y #> 3436 http://id.who.int/icd/release/11/mms/1112006621/unspecified 5C63.Z #> 3437 http://id.who.int/icd/release/11/mms/1833416892 5C64 #> 3438 http://id.who.int/icd/release/11/mms/1926278296 5C64.0 #> 3439 http://id.who.int/icd/release/11/mms/468161208 5C64.00 #> 3440 http://id.who.int/icd/release/11/mms/1926278296/other 5C64.0Y #> 3441 http://id.who.int/icd/release/11/mms/1926278296/unspecified 5C64.0Z #> 3442 http://id.who.int/icd/release/11/mms/396058882 5C64.1 #> 3443 http://id.who.int/icd/release/11/mms/783417456 5C64.10 #> 3444 http://id.who.int/icd/release/11/mms/396058882/other 5C64.1Y #> 3445 http://id.who.int/icd/release/11/mms/396058882/unspecified 5C64.1Z #> 3446 http://id.who.int/icd/release/11/mms/1664496125 5C64.2 #> 3447 http://id.who.int/icd/release/11/mms/1813939482 5C64.20 #> 3448 http://id.who.int/icd/release/11/mms/300993597 5C64.21 #> 3449 http://id.who.int/icd/release/11/mms/1664496125/other 5C64.2Y #> 3450 http://id.who.int/icd/release/11/mms/1664496125/unspecified 5C64.2Z #> 3451 http://id.who.int/icd/release/11/mms/108919913 5C64.3 #> 3452 http://id.who.int/icd/release/11/mms/1972596733 5C64.4 #> 3453 http://id.who.int/icd/release/11/mms/926285586 5C64.40 #> 3454 http://id.who.int/icd/release/11/mms/1499531377 5C64.41 #> 3455 http://id.who.int/icd/release/11/mms/1972596733/unspecified 5C64.4Z #> 3456 http://id.who.int/icd/release/11/mms/282632809 5C64.5 #> 3457 http://id.who.int/icd/release/11/mms/84056128 5C64.6 #> 3458 http://id.who.int/icd/release/11/mms/1710037621 5C64.7 #> 3459 http://id.who.int/icd/release/11/mms/1833416892/other 5C64.Y #> 3460 http://id.who.int/icd/release/11/mms/1833416892/unspecified 5C64.Z #> 3461 http://id.who.int/icd/release/11/mms/540207810/other 5C6Y #> 3462 http://id.who.int/icd/release/11/mms/540207810/unspecified 5C6Z #> 3463 http://id.who.int/icd/release/11/mms/1561359275 #> 3464 http://id.who.int/icd/release/11/mms/256882243 5C70 #> 3465 http://id.who.int/icd/release/11/mms/578744597 5C70.0 #> 3466 http://id.who.int/icd/release/11/mms/592509093 5C70.1 #> 3467 http://id.who.int/icd/release/11/mms/256882243/other 5C70.Y #> 3468 http://id.who.int/icd/release/11/mms/256882243/unspecified 5C70.Z #> 3469 http://id.who.int/icd/release/11/mms/1211006442 5C71 #> 3470 http://id.who.int/icd/release/11/mms/761639036 5C72 #> 3471 http://id.who.int/icd/release/11/mms/1506336899 5C73 #> 3472 http://id.who.int/icd/release/11/mms/265559153 5C73.0 #> 3473 http://id.who.int/icd/release/11/mms/456201314 5C73.1 #> 3474 http://id.who.int/icd/release/11/mms/1042391072 5C73.2 #> 3475 http://id.who.int/icd/release/11/mms/1506336899/other 5C73.Y #> 3476 http://id.who.int/icd/release/11/mms/1506336899/unspecified 5C73.Z #> 3477 http://id.who.int/icd/release/11/mms/1015229719 5C74 #> 3478 http://id.who.int/icd/release/11/mms/1332592259 5C75 #> 3479 http://id.who.int/icd/release/11/mms/707162903 5C76 #> 3480 http://id.who.int/icd/release/11/mms/1586177000 5C77 #> 3481 http://id.who.int/icd/release/11/mms/1002499710 5C78 #> 3482 http://id.who.int/icd/release/11/mms/1561359275/other 5C7Y #> 3483 http://id.who.int/icd/release/11/mms/1561359275/unspecified 5C7Z #> 3484 http://id.who.int/icd/release/11/mms/1191191920 #> 3485 http://id.who.int/icd/release/11/mms/2023062398 5C80 #> 3486 http://id.who.int/icd/release/11/mms/875976032 5C80.0 #> 3487 http://id.who.int/icd/release/11/mms/163750325 5C80.00 #> 3488 http://id.who.int/icd/release/11/mms/1772784878 5C80.01 #> 3489 http://id.who.int/icd/release/11/mms/875976032/unspecified 5C80.0Z #> 3490 http://id.who.int/icd/release/11/mms/1820945441 5C80.1 #> 3491 http://id.who.int/icd/release/11/mms/405028062 5C80.2 #> 3492 http://id.who.int/icd/release/11/mms/1599779547 5C80.3 #> 3493 http://id.who.int/icd/release/11/mms/2023062398/other 5C80.Y #> 3494 http://id.who.int/icd/release/11/mms/2023062398/unspecified 5C80.Z #> 3495 http://id.who.int/icd/release/11/mms/526909365 5C81 #> 3496 http://id.who.int/icd/release/11/mms/1731667610 5C81.0 #> 3497 http://id.who.int/icd/release/11/mms/1934975006 5C81.1 #> 3498 http://id.who.int/icd/release/11/mms/526909365/other 5C81.Y #> 3499 http://id.who.int/icd/release/11/mms/526909365/unspecified 5C81.Z #> 3500 http://id.who.int/icd/release/11/mms/1191191920/other 5C8Y #> 3501 http://id.who.int/icd/release/11/mms/1191191920/unspecified 5C8Z #> 3502 http://id.who.int/icd/release/11/mms/1614179699 5C90 #> 3503 http://id.who.int/icd/release/11/mms/831518052 5C90.0 #> 3504 http://id.who.int/icd/release/11/mms/574814968 5C90.1 #> 3505 http://id.who.int/icd/release/11/mms/1276513691 5C90.2 #> 3506 http://id.who.int/icd/release/11/mms/1600152465 5C90.3 #> 3507 http://id.who.int/icd/release/11/mms/1396810221 5C90.4 #> 3508 http://id.who.int/icd/release/11/mms/2089878635 5C90.5 #> 3509 http://id.who.int/icd/release/11/mms/1614179699/other 5C90.Y #> 3510 http://id.who.int/icd/release/11/mms/1614179699/unspecified 5C90.Z #> 3511 http://id.who.int/icd/release/11/mms/393047701 #> 3512 http://id.who.int/icd/release/11/mms/2078467774 5D00 #> 3513 http://id.who.int/icd/release/11/mms/1061366491 5D00.0 #> 3514 http://id.who.int/icd/release/11/mms/570181034 5D00.1 #> 3515 http://id.who.int/icd/release/11/mms/1152878652 5D00.2 #> 3516 http://id.who.int/icd/release/11/mms/807065795 5D00.20 #> 3517 http://id.who.int/icd/release/11/mms/1431377239 5D00.21 #> 3518 http://id.who.int/icd/release/11/mms/1152878652/other 5D00.2Y #> 3519 http://id.who.int/icd/release/11/mms/1152878652/unspecified 5D00.2Z #> 3520 http://id.who.int/icd/release/11/mms/448754119 5D00.3 #> 3521 http://id.who.int/icd/release/11/mms/2078467774/other 5D00.Y #> 3522 http://id.who.int/icd/release/11/mms/2078467774/unspecified 5D00.Z #> 3523 http://id.who.int/icd/release/11/mms/1913126571 5D01 #> 3524 http://id.who.int/icd/release/11/mms/393047701/other 5D0Y #> 3525 http://id.who.int/icd/release/11/mms/155258022/unspecified 5D2Z #> 3526 http://id.who.int/icd/release/11/mms/1915134721 #> 3527 http://id.who.int/icd/release/11/mms/441607893 5D40 #> 3528 http://id.who.int/icd/release/11/mms/130952890 5D40.0 #> 3529 http://id.who.int/icd/release/11/mms/425692244 5D40.00 #> 3530 http://id.who.int/icd/release/11/mms/130952890/other 5D40.0Y #> 3531 http://id.who.int/icd/release/11/mms/130952890/unspecified 5D40.0Z #> 3532 http://id.who.int/icd/release/11/mms/441607893/other 5D40.Y #> 3533 http://id.who.int/icd/release/11/mms/441607893/unspecified 5D40.Z #> 3534 http://id.who.int/icd/release/11/mms/2132388673 5D41 #> 3535 http://id.who.int/icd/release/11/mms/196410302 5D42 #> 3536 http://id.who.int/icd/release/11/mms/1862219308 5D43 #> 3537 http://id.who.int/icd/release/11/mms/487695808 5D44 #> 3538 http://id.who.int/icd/release/11/mms/2019190826 5D45 #> 3539 http://id.who.int/icd/release/11/mms/217528533 5D46 #> 3540 http://id.who.int/icd/release/11/mms/334423054 #> 3541 http://id.who.int/icd/release/11/mms/1516623224 #> 3542 http://id.who.int/icd/release/11/mms/605267007 6A00 #> 3543 http://id.who.int/icd/release/11/mms/1207960454 6A00.0 #> 3544 http://id.who.int/icd/release/11/mms/759942676 6A00.1 #> 3545 http://id.who.int/icd/release/11/mms/1508286189 6A00.2 #> 3546 http://id.who.int/icd/release/11/mms/1017992057 6A00.3 #> 3547 http://id.who.int/icd/release/11/mms/1074941350 6A00.4 #> 3548 http://id.who.int/icd/release/11/mms/605267007/unspecified 6A00.Z #> 3549 http://id.who.int/icd/release/11/mms/33269655 6A01 #> 3550 http://id.who.int/icd/release/11/mms/551966778 6A01.0 #> 3551 http://id.who.int/icd/release/11/mms/654956298 6A01.1 #> 3552 http://id.who.int/icd/release/11/mms/862918022 6A01.2 #> 3553 http://id.who.int/icd/release/11/mms/822134099 6A01.20 #> 3554 http://id.who.int/icd/release/11/mms/1169003948 6A01.21 #> 3555 http://id.who.int/icd/release/11/mms/854708918 6A01.22 #> 3556 http://id.who.int/icd/release/11/mms/1144287315 6A01.23 #> 3557 http://id.who.int/icd/release/11/mms/33269655/other 6A01.Y #> 3558 http://id.who.int/icd/release/11/mms/33269655/unspecified 6A01.Z #> 3559 http://id.who.int/icd/release/11/mms/437815624 6A02 #> 3560 http://id.who.int/icd/release/11/mms/120443468 6A02.0 #> 3561 http://id.who.int/icd/release/11/mms/767360910 6A02.1 #> 3562 http://id.who.int/icd/release/11/mms/1283290231 6A02.2 #> 3563 http://id.who.int/icd/release/11/mms/1477082111 6A02.3 #> 3564 http://id.who.int/icd/release/11/mms/1686726595 6A02.5 #> 3565 http://id.who.int/icd/release/11/mms/437815624/other 6A02.Y #> 3566 http://id.who.int/icd/release/11/mms/437815624/unspecified 6A02.Z #> 3567 http://id.who.int/icd/release/11/mms/2099676649 6A03 #> 3568 http://id.who.int/icd/release/11/mms/1008636089 6A03.0 #> 3569 http://id.who.int/icd/release/11/mms/1498766637 6A03.1 #> 3570 http://id.who.int/icd/release/11/mms/771231188 6A03.2 #> 3571 http://id.who.int/icd/release/11/mms/848893551 6A03.3 #> 3572 http://id.who.int/icd/release/11/mms/2099676649/unspecified 6A03.Z #> 3573 http://id.who.int/icd/release/11/mms/148247104 6A04 #> 3574 http://id.who.int/icd/release/11/mms/821852937 6A05 #> 3575 http://id.who.int/icd/release/11/mms/294762853 6A05.0 #> 3576 http://id.who.int/icd/release/11/mms/209556851 6A05.1 #> 3577 http://id.who.int/icd/release/11/mms/542202013 6A05.2 #> 3578 http://id.who.int/icd/release/11/mms/821852937/other 6A05.Y #> 3579 http://id.who.int/icd/release/11/mms/821852937/unspecified 6A05.Z #> 3580 http://id.who.int/icd/release/11/mms/1111628448 6A06 #> 3581 http://id.who.int/icd/release/11/mms/399378708 6A06.0 #> 3582 http://id.who.int/icd/release/11/mms/140042400 6A06.1 #> 3583 http://id.who.int/icd/release/11/mms/1111628448/unspecified 6A06.Z #> 3584 http://id.who.int/icd/release/11/mms/1516623224/other 6A0Y #> 3585 http://id.who.int/icd/release/11/mms/1516623224/unspecified 6A0Z #> 3586 http://id.who.int/icd/release/11/mms/405565289 #> 3587 http://id.who.int/icd/release/11/mms/1683919430 6A20 #> 3588 http://id.who.int/icd/release/11/mms/625636921 6A20.0 #> 3589 http://id.who.int/icd/release/11/mms/692993572 6A20.00 #> 3590 http://id.who.int/icd/release/11/mms/553710121 6A20.01 #> 3591 http://id.who.int/icd/release/11/mms/476035222 6A20.02 #> 3592 http://id.who.int/icd/release/11/mms/625636921/unspecified 6A20.0Z #> 3593 http://id.who.int/icd/release/11/mms/1150025154 6A20.1 #> 3594 http://id.who.int/icd/release/11/mms/777415827 6A20.10 #> 3595 http://id.who.int/icd/release/11/mms/132142084 6A20.11 #> 3596 http://id.who.int/icd/release/11/mms/812873082 6A20.12 #> 3597 http://id.who.int/icd/release/11/mms/1150025154/unspecified 6A20.1Z #> 3598 http://id.who.int/icd/release/11/mms/317761311 6A20.2 #> 3599 http://id.who.int/icd/release/11/mms/1254806731 6A20.20 #> 3600 http://id.who.int/icd/release/11/mms/1589500739 6A20.21 #> 3601 http://id.who.int/icd/release/11/mms/290515784 6A20.22 #> 3602 http://id.who.int/icd/release/11/mms/317761311/unspecified 6A20.2Z #> 3603 http://id.who.int/icd/release/11/mms/1683919430/other 6A20.Y #> 3604 http://id.who.int/icd/release/11/mms/1683919430/unspecified 6A20.Z #> 3605 http://id.who.int/icd/release/11/mms/106339515 6A21 #> 3606 http://id.who.int/icd/release/11/mms/967849782 6A21.0 #> 3607 http://id.who.int/icd/release/11/mms/1034374160 6A21.00 #> 3608 http://id.who.int/icd/release/11/mms/584318803 6A21.01 #> 3609 http://id.who.int/icd/release/11/mms/5254456 6A21.02 #> 3610 http://id.who.int/icd/release/11/mms/967849782/unspecified 6A21.0Z #> 3611 http://id.who.int/icd/release/11/mms/1730029381 6A21.1 #> 3612 http://id.who.int/icd/release/11/mms/963384259 6A21.10 #> 3613 http://id.who.int/icd/release/11/mms/468697510 6A21.11 #> 3614 http://id.who.int/icd/release/11/mms/746381528 6A21.12 #> 3615 http://id.who.int/icd/release/11/mms/1730029381/unspecified 6A21.1Z #> 3616 http://id.who.int/icd/release/11/mms/725134404 6A21.2 #> 3617 http://id.who.int/icd/release/11/mms/2124501487 6A21.20 #> 3618 http://id.who.int/icd/release/11/mms/566538430 6A21.21 #> 3619 http://id.who.int/icd/release/11/mms/439300824 6A21.22 #> 3620 http://id.who.int/icd/release/11/mms/725134404/unspecified 6A21.2Z #> 3621 http://id.who.int/icd/release/11/mms/106339515/other 6A21.Y #> 3622 http://id.who.int/icd/release/11/mms/106339515/unspecified 6A21.Z #> 3623 http://id.who.int/icd/release/11/mms/18178000 6A22 #> 3624 http://id.who.int/icd/release/11/mms/284410555 6A23 #> 3625 http://id.who.int/icd/release/11/mms/1471861706 6A23.0 #> 3626 http://id.who.int/icd/release/11/mms/1182509390 6A23.00 #> 3627 http://id.who.int/icd/release/11/mms/987681130 6A23.01 #> 3628 http://id.who.int/icd/release/11/mms/1429171137 6A23.02 #> 3629 http://id.who.int/icd/release/11/mms/1471861706/unspecified 6A23.0Z #> 3630 http://id.who.int/icd/release/11/mms/679604439 6A23.1 #> 3631 http://id.who.int/icd/release/11/mms/448945092 6A23.10 #> 3632 http://id.who.int/icd/release/11/mms/873142442 6A23.11 #> 3633 http://id.who.int/icd/release/11/mms/710279230 6A23.12 #> 3634 http://id.who.int/icd/release/11/mms/679604439/unspecified 6A23.1Z #> 3635 http://id.who.int/icd/release/11/mms/284410555/other 6A23.Y #> 3636 http://id.who.int/icd/release/11/mms/284410555/unspecified 6A23.Z #> 3637 http://id.who.int/icd/release/11/mms/1974996783 6A24 #> 3638 http://id.who.int/icd/release/11/mms/386634703 6A24.0 #> 3639 http://id.who.int/icd/release/11/mms/841168541 6A24.1 #> 3640 http://id.who.int/icd/release/11/mms/229201285 6A24.2 #> 3641 http://id.who.int/icd/release/11/mms/1974996783/unspecified 6A24.Z #> 3642 http://id.who.int/icd/release/11/mms/1358754380 6A25 #> 3643 http://id.who.int/icd/release/11/mms/521257551 6A25.0 #> 3644 http://id.who.int/icd/release/11/mms/1893759206 6A25.1 #> 3645 http://id.who.int/icd/release/11/mms/797284789 6A25.2 #> 3646 http://id.who.int/icd/release/11/mms/342760401 6A25.3 #> 3647 http://id.who.int/icd/release/11/mms/736393417 6A25.4 #> 3648 http://id.who.int/icd/release/11/mms/794423031 6A25.5 #> 3649 http://id.who.int/icd/release/11/mms/405565289/other 6A2Y #> 3650 http://id.who.int/icd/release/11/mms/405565289/unspecified 6A2Z #> 3651 http://id.who.int/icd/release/11/mms/486722075 #> 3652 http://id.who.int/icd/release/11/mms/556568822 6A40 #> 3653 http://id.who.int/icd/release/11/mms/289492002 6A41 #> 3654 http://id.who.int/icd/release/11/mms/486722075/unspecified 6A4Z #> 3655 http://id.who.int/icd/release/11/mms/76398729 #> 3656 http://id.who.int/icd/release/11/mms/613065957 #> 3657 http://id.who.int/icd/release/11/mms/1456478153 6A60 #> 3658 http://id.who.int/icd/release/11/mms/374726152 6A60.0 #> 3659 http://id.who.int/icd/release/11/mms/1660456695 6A60.1 #> 3660 http://id.who.int/icd/release/11/mms/1931350942 6A60.2 #> 3661 http://id.who.int/icd/release/11/mms/129188707 6A60.3 #> 3662 http://id.who.int/icd/release/11/mms/306271588 6A60.4 #> 3663 http://id.who.int/icd/release/11/mms/818054919 6A60.5 #> 3664 http://id.who.int/icd/release/11/mms/1952305399 6A60.6 #> 3665 http://id.who.int/icd/release/11/mms/286661987 6A60.7 #> 3666 http://id.who.int/icd/release/11/mms/1061132490 6A60.8 #> 3667 http://id.who.int/icd/release/11/mms/1706773916 6A60.9 #> 3668 http://id.who.int/icd/release/11/mms/167688690 6A60.A #> 3669 http://id.who.int/icd/release/11/mms/575545179 6A60.B #> 3670 http://id.who.int/icd/release/11/mms/937141021 6A60.C #> 3671 http://id.who.int/icd/release/11/mms/139575301 6A60.D #> 3672 http://id.who.int/icd/release/11/mms/811854024 6A60.E #> 3673 http://id.who.int/icd/release/11/mms/15761418 6A60.F #> 3674 http://id.who.int/icd/release/11/mms/1456478153/other 6A60.Y #> 3675 http://id.who.int/icd/release/11/mms/1456478153/unspecified 6A60.Z #> 3676 http://id.who.int/icd/release/11/mms/199053300 6A61 #> 3677 http://id.who.int/icd/release/11/mms/729639831 6A61.0 #> 3678 http://id.who.int/icd/release/11/mms/485378793 6A61.1 #> 3679 http://id.who.int/icd/release/11/mms/590587802 6A61.2 #> 3680 http://id.who.int/icd/release/11/mms/678752877 6A61.3 #> 3681 http://id.who.int/icd/release/11/mms/183967754 6A61.4 #> 3682 http://id.who.int/icd/release/11/mms/349321697 6A61.5 #> 3683 http://id.who.int/icd/release/11/mms/51767575 6A61.6 #> 3684 http://id.who.int/icd/release/11/mms/520107262 6A61.7 #> 3685 http://id.who.int/icd/release/11/mms/2003493658 6A61.8 #> 3686 http://id.who.int/icd/release/11/mms/2021041320 6A61.9 #> 3687 http://id.who.int/icd/release/11/mms/948425503 6A61.A #> 3688 http://id.who.int/icd/release/11/mms/199053300/other 6A61.Y #> 3689 http://id.who.int/icd/release/11/mms/199053300/unspecified 6A61.Z #> 3690 http://id.who.int/icd/release/11/mms/1427638883 6A62 #> 3691 http://id.who.int/icd/release/11/mms/613065957/other 6A6Y #> 3692 http://id.who.int/icd/release/11/mms/613065957/unspecified 6A6Z #> 3693 http://id.who.int/icd/release/11/mms/1563440232 #> 3694 http://id.who.int/icd/release/11/mms/578635574 6A70 #> 3695 http://id.who.int/icd/release/11/mms/1922675618 6A70.0 #> 3696 http://id.who.int/icd/release/11/mms/399670840 6A70.1 #> 3697 http://id.who.int/icd/release/11/mms/651947494 6A70.2 #> 3698 http://id.who.int/icd/release/11/mms/1669279433 6A70.3 #> 3699 http://id.who.int/icd/release/11/mms/104129373 6A70.4 #> 3700 http://id.who.int/icd/release/11/mms/554273362 6A70.5 #> 3701 http://id.who.int/icd/release/11/mms/1841833296 6A70.6 #> 3702 http://id.who.int/icd/release/11/mms/1024740497 6A70.7 #> 3703 http://id.who.int/icd/release/11/mms/578635574/other 6A70.Y #> 3704 http://id.who.int/icd/release/11/mms/578635574/unspecified 6A70.Z #> 3705 http://id.who.int/icd/release/11/mms/1194756772 6A71 #> 3706 http://id.who.int/icd/release/11/mms/1851882275 6A71.0 #> 3707 http://id.who.int/icd/release/11/mms/187348663 6A71.1 #> 3708 http://id.who.int/icd/release/11/mms/419823765 6A71.2 #> 3709 http://id.who.int/icd/release/11/mms/2139612744 6A71.3 #> 3710 http://id.who.int/icd/release/11/mms/449588190 6A71.4 #> 3711 http://id.who.int/icd/release/11/mms/1905765233 6A71.5 #> 3712 http://id.who.int/icd/release/11/mms/1110405006 6A71.6 #> 3713 http://id.who.int/icd/release/11/mms/1763883082 6A71.7 #> 3714 http://id.who.int/icd/release/11/mms/1194756772/other 6A71.Y #> 3715 http://id.who.int/icd/release/11/mms/1194756772/unspecified 6A71.Z #> 3716 http://id.who.int/icd/release/11/mms/810797047 6A72 #> 3717 http://id.who.int/icd/release/11/mms/314468192 6A73 #> 3718 http://id.who.int/icd/release/11/mms/1563440232/other 6A7Y #> 3719 http://id.who.int/icd/release/11/mms/1563440232/unspecified 6A7Z #> 3720 http://id.who.int/icd/release/11/mms/496273089 6A80 #> 3721 http://id.who.int/icd/release/11/mms/1119039346 6A80.0 #> 3722 http://id.who.int/icd/release/11/mms/1383708356 6A80.1 #> 3723 http://id.who.int/icd/release/11/mms/1906190365 6A80.2 #> 3724 http://id.who.int/icd/release/11/mms/802537726 6A80.3 #> 3725 http://id.who.int/icd/release/11/mms/822487798 6A80.4 #> 3726 http://id.who.int/icd/release/11/mms/567063364 6A80.5 #> 3727 http://id.who.int/icd/release/11/mms/76398729/other 6A8Y #> 3728 http://id.who.int/icd/release/11/mms/76398729/unspecified 6A8Z #> 3729 http://id.who.int/icd/release/11/mms/1336943699 #> 3730 http://id.who.int/icd/release/11/mms/1712535455 6B00 #> 3731 http://id.who.int/icd/release/11/mms/56162827 6B01 #> 3732 http://id.who.int/icd/release/11/mms/530592394 6B02 #> 3733 http://id.who.int/icd/release/11/mms/239513569 6B03 #> 3734 http://id.who.int/icd/release/11/mms/2062286624 6B04 #> 3735 http://id.who.int/icd/release/11/mms/830200631 6B05 #> 3736 http://id.who.int/icd/release/11/mms/167946871 6B06 #> 3737 http://id.who.int/icd/release/11/mms/1336943699/other 6B0Y #> 3738 http://id.who.int/icd/release/11/mms/1336943699/unspecified 6B0Z #> 3739 http://id.who.int/icd/release/11/mms/1321276661 #> 3740 http://id.who.int/icd/release/11/mms/1582741816 6B20 #> 3741 http://id.who.int/icd/release/11/mms/1015764596 6B20.0 #> 3742 http://id.who.int/icd/release/11/mms/1994177297 6B20.1 #> 3743 http://id.who.int/icd/release/11/mms/1582741816/unspecified 6B20.Z #> 3744 http://id.who.int/icd/release/11/mms/731724655 6B21 #> 3745 http://id.who.int/icd/release/11/mms/1674048969 6B21.0 #> 3746 http://id.who.int/icd/release/11/mms/959548182 6B21.1 #> 3747 http://id.who.int/icd/release/11/mms/731724655/unspecified 6B21.Z #> 3748 http://id.who.int/icd/release/11/mms/1119008568 6B22 #> 3749 http://id.who.int/icd/release/11/mms/1880326300 6B22.0 #> 3750 http://id.who.int/icd/release/11/mms/2057185272 6B22.1 #> 3751 http://id.who.int/icd/release/11/mms/1119008568/unspecified 6B22.Z #> 3752 http://id.who.int/icd/release/11/mms/675329566 6B23 #> 3753 http://id.who.int/icd/release/11/mms/80299449 6B23.0 #> 3754 http://id.who.int/icd/release/11/mms/280906289 6B23.1 #> 3755 http://id.who.int/icd/release/11/mms/675329566/unspecified 6B23.Z #> 3756 http://id.who.int/icd/release/11/mms/1991016628 6B24 #> 3757 http://id.who.int/icd/release/11/mms/1515067172 6B24.0 #> 3758 http://id.who.int/icd/release/11/mms/1355001928 6B24.1 #> 3759 http://id.who.int/icd/release/11/mms/1991016628/unspecified 6B24.Z #> 3760 http://id.who.int/icd/release/11/mms/1121465374 6B25 #> 3761 http://id.who.int/icd/release/11/mms/1253999657 6B25.0 #> 3762 http://id.who.int/icd/release/11/mms/726494117 6B25.1 #> 3763 http://id.who.int/icd/release/11/mms/1121465374/other 6B25.Y #> 3764 http://id.who.int/icd/release/11/mms/1121465374/unspecified 6B25.Z #> 3765 http://id.who.int/icd/release/11/mms/1321276661/other 6B2Y #> 3766 http://id.who.int/icd/release/11/mms/1321276661/unspecified 6B2Z #> 3767 http://id.who.int/icd/release/11/mms/991786158 #> 3768 http://id.who.int/icd/release/11/mms/2070699808 6B40 #> 3769 http://id.who.int/icd/release/11/mms/585833559 6B41 #> 3770 http://id.who.int/icd/release/11/mms/1183832314 6B42 #> 3771 http://id.who.int/icd/release/11/mms/264310751 6B43 #> 3772 http://id.who.int/icd/release/11/mms/1867081699 6B44 #> 3773 http://id.who.int/icd/release/11/mms/467941148 6B45 #> 3774 http://id.who.int/icd/release/11/mms/991786158/other 6B4Y #> 3775 http://id.who.int/icd/release/11/mms/991786158/unspecified 6B4Z #> 3776 http://id.who.int/icd/release/11/mms/108180424 #> 3777 http://id.who.int/icd/release/11/mms/1069443471 6B60 #> 3778 http://id.who.int/icd/release/11/mms/197468567 6B60.0 #> 3779 http://id.who.int/icd/release/11/mms/604711335 6B60.1 #> 3780 http://id.who.int/icd/release/11/mms/1155836908 6B60.2 #> 3781 http://id.who.int/icd/release/11/mms/1608456538 6B60.3 #> 3782 http://id.who.int/icd/release/11/mms/1620688958 6B60.4 #> 3783 http://id.who.int/icd/release/11/mms/1504141213 6B60.5 #> 3784 http://id.who.int/icd/release/11/mms/1367613958 6B60.6 #> 3785 http://id.who.int/icd/release/11/mms/1604145596 6B60.7 #> 3786 http://id.who.int/icd/release/11/mms/536986325 6B60.8 #> 3787 http://id.who.int/icd/release/11/mms/1665998139 6B60.80 #> 3788 http://id.who.int/icd/release/11/mms/1733770101 6B60.81 #> 3789 http://id.who.int/icd/release/11/mms/59160874 6B60.82 #> 3790 http://id.who.int/icd/release/11/mms/1113307263 6B60.83 #> 3791 http://id.who.int/icd/release/11/mms/577260920 6B60.84 #> 3792 http://id.who.int/icd/release/11/mms/967232108 6B60.85 #> 3793 http://id.who.int/icd/release/11/mms/536986325/other 6B60.8Y #> 3794 http://id.who.int/icd/release/11/mms/536986325/unspecified 6B60.8Z #> 3795 http://id.who.int/icd/release/11/mms/71229925 6B60.9 #> 3796 http://id.who.int/icd/release/11/mms/1069443471/other 6B60.Y #> 3797 http://id.who.int/icd/release/11/mms/1069443471/unspecified 6B60.Z #> 3798 http://id.who.int/icd/release/11/mms/626975732 6B61 #> 3799 http://id.who.int/icd/release/11/mms/1075129954 6B61.0 #> 3800 http://id.who.int/icd/release/11/mms/312804864 6B61.1 #> 3801 http://id.who.int/icd/release/11/mms/626975732/unspecified 6B61.Z #> 3802 http://id.who.int/icd/release/11/mms/1807490186 6B62 #> 3803 http://id.who.int/icd/release/11/mms/1374925579 6B63 #> 3804 http://id.who.int/icd/release/11/mms/1829103493 6B64 #> 3805 http://id.who.int/icd/release/11/mms/988400777 6B65 #> 3806 http://id.who.int/icd/release/11/mms/253124068 6B66 #> 3807 http://id.who.int/icd/release/11/mms/108180424/other 6B6Y #> 3808 http://id.who.int/icd/release/11/mms/108180424/unspecified 6B6Z #> 3809 http://id.who.int/icd/release/11/mms/1412387537 #> 3810 http://id.who.int/icd/release/11/mms/263852475 6B80 #> 3811 http://id.who.int/icd/release/11/mms/306103450 6B80.0 #> 3812 http://id.who.int/icd/release/11/mms/555272190 6B80.00 #> 3813 http://id.who.int/icd/release/11/mms/544507568 6B80.01 #> 3814 http://id.who.int/icd/release/11/mms/306103450/unspecified 6B80.0Z #> 3815 http://id.who.int/icd/release/11/mms/647582417 6B80.1 #> 3816 http://id.who.int/icd/release/11/mms/631591362 6B80.10 #> 3817 http://id.who.int/icd/release/11/mms/1526825514 6B80.11 #> 3818 http://id.who.int/icd/release/11/mms/647582417/unspecified 6B80.1Z #> 3819 http://id.who.int/icd/release/11/mms/38433871 6B80.2 #> 3820 http://id.who.int/icd/release/11/mms/263852475/other 6B80.Y #> 3821 http://id.who.int/icd/release/11/mms/263852475/unspecified 6B80.Z #> 3822 http://id.who.int/icd/release/11/mms/509381842 6B81 #> 3823 http://id.who.int/icd/release/11/mms/1673294767 6B82 #> 3824 http://id.who.int/icd/release/11/mms/1242188600 6B83 #> 3825 http://id.who.int/icd/release/11/mms/833390860 6B84 #> 3826 http://id.who.int/icd/release/11/mms/1205760590 6B85 #> 3827 http://id.who.int/icd/release/11/mms/1412387537/other 6B8Y #> 3828 http://id.who.int/icd/release/11/mms/1412387537/unspecified 6B8Z #> 3829 http://id.who.int/icd/release/11/mms/1884115764 #> 3830 http://id.who.int/icd/release/11/mms/1157749237 6C00 #> 3831 http://id.who.int/icd/release/11/mms/1048673005 6C00.0 #> 3832 http://id.who.int/icd/release/11/mms/210284268 6C00.1 #> 3833 http://id.who.int/icd/release/11/mms/624858749 6C00.2 #> 3834 http://id.who.int/icd/release/11/mms/1157749237/unspecified 6C00.Z #> 3835 http://id.who.int/icd/release/11/mms/313374467 6C01 #> 3836 http://id.who.int/icd/release/11/mms/528060023 6C01.0 #> 3837 http://id.who.int/icd/release/11/mms/541725793 6C01.1 #> 3838 http://id.who.int/icd/release/11/mms/313374467/unspecified 6C01.Z #> 3839 http://id.who.int/icd/release/11/mms/1884115764/unspecified 6C0Z #> 3840 http://id.who.int/icd/release/11/mms/794195577 #> 3841 http://id.who.int/icd/release/11/mms/767044268 6C20 #> 3842 http://id.who.int/icd/release/11/mms/1472866636 6C20.0 #> 3843 http://id.who.int/icd/release/11/mms/1967782703 6C20.1 #> 3844 http://id.who.int/icd/release/11/mms/1121638993 6C20.2 #> 3845 http://id.who.int/icd/release/11/mms/767044268/unspecified 6C20.Z #> 3846 http://id.who.int/icd/release/11/mms/256572629 6C21 #> 3847 http://id.who.int/icd/release/11/mms/794195577/other 6C2Y #> 3848 http://id.who.int/icd/release/11/mms/794195577/unspecified 6C2Z #> 3849 http://id.who.int/icd/release/11/mms/1602669465 #> 3850 http://id.who.int/icd/release/11/mms/590211325 #> 3851 http://id.who.int/icd/release/11/mms/1676588433 6C40 #> 3852 http://id.who.int/icd/release/11/mms/766814084 6C40.0 #> 3853 http://id.who.int/icd/release/11/mms/714690795 6C40.1 #> 3854 http://id.who.int/icd/release/11/mms/397237014 6C40.10 #> 3855 http://id.who.int/icd/release/11/mms/1761440261 6C40.11 #> 3856 http://id.who.int/icd/release/11/mms/714690795/unspecified 6C40.1Z #> 3857 http://id.who.int/icd/release/11/mms/1580466198 6C40.2 #> 3858 http://id.who.int/icd/release/11/mms/582014993 6C40.20 #> 3859 http://id.who.int/icd/release/11/mms/490388233 6C40.21 #> 3860 http://id.who.int/icd/release/11/mms/1836362492 6C40.22 #> 3861 http://id.who.int/icd/release/11/mms/931320871 6C40.23 #> 3862 http://id.who.int/icd/release/11/mms/1447256030 6C40.24 #> 3863 http://id.who.int/icd/release/11/mms/1580466198/unspecified 6C40.2Z #> 3864 http://id.who.int/icd/release/11/mms/1339202943 6C40.3 #> 3865 http://id.who.int/icd/release/11/mms/998231424 6C40.4 #> 3866 http://id.who.int/icd/release/11/mms/500976312 6C40.40 #> 3867 http://id.who.int/icd/release/11/mms/844301129 6C40.41 #> 3868 http://id.who.int/icd/release/11/mms/1217641719 6C40.42 #> 3869 http://id.who.int/icd/release/11/mms/232349777 6C40.43 #> 3870 http://id.who.int/icd/release/11/mms/998231424/unspecified 6C40.4Z #> 3871 http://id.who.int/icd/release/11/mms/1217486356 6C40.5 #> 3872 http://id.who.int/icd/release/11/mms/769299330 6C40.6 #> 3873 http://id.who.int/icd/release/11/mms/226414625 6C40.60 #> 3874 http://id.who.int/icd/release/11/mms/1767310182 6C40.61 #> 3875 http://id.who.int/icd/release/11/mms/111589839 6C40.62 #> 3876 http://id.who.int/icd/release/11/mms/769299330/unspecified 6C40.6Z #> 3877 http://id.who.int/icd/release/11/mms/1012312104 6C40.7 #> 3878 http://id.who.int/icd/release/11/mms/804785400 6C40.70 #> 3879 http://id.who.int/icd/release/11/mms/2068155409 6C40.71 #> 3880 http://id.who.int/icd/release/11/mms/1676588433/other 6C40.Y #> 3881 http://id.who.int/icd/release/11/mms/1676588433/unspecified 6C40.Z #> 3882 http://id.who.int/icd/release/11/mms/1913137404 6C41 #> 3883 http://id.who.int/icd/release/11/mms/854520906 6C41.0 #> 3884 http://id.who.int/icd/release/11/mms/937834582 6C41.1 #> 3885 http://id.who.int/icd/release/11/mms/1305859927 6C41.10 #> 3886 http://id.who.int/icd/release/11/mms/487177880 6C41.11 #> 3887 http://id.who.int/icd/release/11/mms/937834582/unspecified 6C41.1Z #> 3888 http://id.who.int/icd/release/11/mms/1129015467 6C41.2 #> 3889 http://id.who.int/icd/release/11/mms/373645975 6C41.20 #> 3890 http://id.who.int/icd/release/11/mms/911861819 6C41.21 #> 3891 http://id.who.int/icd/release/11/mms/740218593 6C41.22 #> 3892 http://id.who.int/icd/release/11/mms/750347921 6C41.23 #> 3893 http://id.who.int/icd/release/11/mms/1129015467/unspecified 6C41.2Z #> 3894 http://id.who.int/icd/release/11/mms/1387132352 6C41.3 #> 3895 http://id.who.int/icd/release/11/mms/637576511 6C41.4 #> 3896 http://id.who.int/icd/release/11/mms/1441674923 6C41.5 #> 3897 http://id.who.int/icd/release/11/mms/816184127 6C41.6 #> 3898 http://id.who.int/icd/release/11/mms/597251719 6C41.7 #> 3899 http://id.who.int/icd/release/11/mms/1141591590 6C41.70 #> 3900 http://id.who.int/icd/release/11/mms/1978307484 6C41.71 #> 3901 http://id.who.int/icd/release/11/mms/1913137404/other 6C41.Y #> 3902 http://id.who.int/icd/release/11/mms/1913137404/unspecified 6C41.Z #> 3903 http://id.who.int/icd/release/11/mms/804833492 6C42 #> 3904 http://id.who.int/icd/release/11/mms/912934263 6C42.0 #> 3905 http://id.who.int/icd/release/11/mms/1055626783 6C42.1 #> 3906 http://id.who.int/icd/release/11/mms/329717941 6C42.10 #> 3907 http://id.who.int/icd/release/11/mms/1501431632 6C42.11 #> 3908 http://id.who.int/icd/release/11/mms/1055626783/other 6C42.1Y #> 3909 http://id.who.int/icd/release/11/mms/1055626783/unspecified 6C42.1Z #> 3910 http://id.who.int/icd/release/11/mms/686500513 6C42.2 #> 3911 http://id.who.int/icd/release/11/mms/333795413 6C42.20 #> 3912 http://id.who.int/icd/release/11/mms/2648920 6C42.21 #> 3913 http://id.who.int/icd/release/11/mms/1253260365 6C42.22 #> 3914 http://id.who.int/icd/release/11/mms/819411618 6C42.23 #> 3915 http://id.who.int/icd/release/11/mms/686500513/other 6C42.2Y #> 3916 http://id.who.int/icd/release/11/mms/686500513/unspecified 6C42.2Z #> 3917 http://id.who.int/icd/release/11/mms/508603587 6C42.3 #> 3918 http://id.who.int/icd/release/11/mms/397276103 6C42.4 #> 3919 http://id.who.int/icd/release/11/mms/138091123 6C42.5 #> 3920 http://id.who.int/icd/release/11/mms/1995589534 6C42.6 #> 3921 http://id.who.int/icd/release/11/mms/738827515 6C42.7 #> 3922 http://id.who.int/icd/release/11/mms/925940030 6C42.70 #> 3923 http://id.who.int/icd/release/11/mms/1396644446 6C42.71 #> 3924 http://id.who.int/icd/release/11/mms/804833492/other 6C42.Y #> 3925 http://id.who.int/icd/release/11/mms/804833492/unspecified 6C42.Z #> 3926 http://id.who.int/icd/release/11/mms/111507461 6C43 #> 3927 http://id.who.int/icd/release/11/mms/398872858 6C43.0 #> 3928 http://id.who.int/icd/release/11/mms/912365674 6C43.1 #> 3929 http://id.who.int/icd/release/11/mms/676082180 6C43.10 #> 3930 http://id.who.int/icd/release/11/mms/224696144 6C43.11 #> 3931 http://id.who.int/icd/release/11/mms/912365674/unspecified 6C43.1Z #> 3932 http://id.who.int/icd/release/11/mms/1120716949 6C43.2 #> 3933 http://id.who.int/icd/release/11/mms/1229687244 6C43.20 #> 3934 http://id.who.int/icd/release/11/mms/1023217081 6C43.21 #> 3935 http://id.who.int/icd/release/11/mms/157120957 6C43.22 #> 3936 http://id.who.int/icd/release/11/mms/36859167 6C43.23 #> 3937 http://id.who.int/icd/release/11/mms/1120716949/unspecified 6C43.2Z #> 3938 http://id.who.int/icd/release/11/mms/1395283456 6C43.3 #> 3939 http://id.who.int/icd/release/11/mms/663160065 6C43.4 #> 3940 http://id.who.int/icd/release/11/mms/1416205973 6C43.5 #> 3941 http://id.who.int/icd/release/11/mms/824335105 6C43.6 #> 3942 http://id.who.int/icd/release/11/mms/1014265857 6C43.7 #> 3943 http://id.who.int/icd/release/11/mms/119512795 6C43.70 #> 3944 http://id.who.int/icd/release/11/mms/963759045 6C43.71 #> 3945 http://id.who.int/icd/release/11/mms/111507461/other 6C43.Y #> 3946 http://id.who.int/icd/release/11/mms/111507461/unspecified 6C43.Z #> 3947 http://id.who.int/icd/release/11/mms/390325614 6C44 #> 3948 http://id.who.int/icd/release/11/mms/475820054 6C44.0 #> 3949 http://id.who.int/icd/release/11/mms/723448021 6C44.1 #> 3950 http://id.who.int/icd/release/11/mms/601232140 6C44.10 #> 3951 http://id.who.int/icd/release/11/mms/1559048211 6C44.11 #> 3952 http://id.who.int/icd/release/11/mms/723448021/unspecified 6C44.1Z #> 3953 http://id.who.int/icd/release/11/mms/1605607466 6C44.2 #> 3954 http://id.who.int/icd/release/11/mms/1346050331 6C44.20 #> 3955 http://id.who.int/icd/release/11/mms/2141068069 6C44.21 #> 3956 http://id.who.int/icd/release/11/mms/627598840 6C44.22 #> 3957 http://id.who.int/icd/release/11/mms/1151987203 6C44.23 #> 3958 http://id.who.int/icd/release/11/mms/1605607466/unspecified 6C44.2Z #> 3959 http://id.who.int/icd/release/11/mms/1314209089 6C44.3 #> 3960 http://id.who.int/icd/release/11/mms/989359552 6C44.4 #> 3961 http://id.who.int/icd/release/11/mms/405069624 6C44.40 #> 3962 http://id.who.int/icd/release/11/mms/1065937748 6C44.41 #> 3963 http://id.who.int/icd/release/11/mms/1298868599 6C44.42 #> 3964 http://id.who.int/icd/release/11/mms/1087947331 6C44.43 #> 3965 http://id.who.int/icd/release/11/mms/989359552/unspecified 6C44.4Z #> 3966 http://id.who.int/icd/release/11/mms/1226243628 6C44.5 #> 3967 http://id.who.int/icd/release/11/mms/744305598 6C44.6 #> 3968 http://id.who.int/icd/release/11/mms/1954860287 6C44.7 #> 3969 http://id.who.int/icd/release/11/mms/890653406 6C44.70 #> 3970 http://id.who.int/icd/release/11/mms/1506172532 6C44.71 #> 3971 http://id.who.int/icd/release/11/mms/390325614/other 6C44.Y #> 3972 http://id.who.int/icd/release/11/mms/390325614/unspecified 6C44.Z #> 3973 http://id.who.int/icd/release/11/mms/1689089786 6C45 #> 3974 http://id.who.int/icd/release/11/mms/318767128 6C45.0 #> 3975 http://id.who.int/icd/release/11/mms/275218837 6C45.1 #> 3976 http://id.who.int/icd/release/11/mms/1179645529 6C45.10 #> 3977 http://id.who.int/icd/release/11/mms/378773400 6C45.11 #> 3978 http://id.who.int/icd/release/11/mms/275218837/unspecified 6C45.1Z #> 3979 http://id.who.int/icd/release/11/mms/1691013484 6C45.2 #> 3980 http://id.who.int/icd/release/11/mms/1870512253 6C45.20 #> 3981 http://id.who.int/icd/release/11/mms/1347425045 6C45.21 #> 3982 http://id.who.int/icd/release/11/mms/1424852267 6C45.22 #> 3983 http://id.who.int/icd/release/11/mms/909638838 6C45.23 #> 3984 http://id.who.int/icd/release/11/mms/1691013484/unspecified 6C45.2Z #> 3985 http://id.who.int/icd/release/11/mms/1965837313 6C45.3 #> 3986 http://id.who.int/icd/release/11/mms/25238782 6C45.4 #> 3987 http://id.who.int/icd/release/11/mms/1919913834 6C45.5 #> 3988 http://id.who.int/icd/release/11/mms/388252416 6C45.6 #> 3989 http://id.who.int/icd/release/11/mms/1824621163 6C45.60 #> 3990 http://id.who.int/icd/release/11/mms/1460899805 6C45.61 #> 3991 http://id.who.int/icd/release/11/mms/1130659925 6C45.62 #> 3992 http://id.who.int/icd/release/11/mms/388252416/unspecified 6C45.6Z #> 3993 http://id.who.int/icd/release/11/mms/1081029366 6C45.7 #> 3994 http://id.who.int/icd/release/11/mms/480277067 6C45.70 #> 3995 http://id.who.int/icd/release/11/mms/1176625878 6C45.71 #> 3996 http://id.who.int/icd/release/11/mms/330885524 6C45.72 #> 3997 http://id.who.int/icd/release/11/mms/1995290731 6C45.73 #> 3998 http://id.who.int/icd/release/11/mms/1689089786/other 6C45.Y #> 3999 http://id.who.int/icd/release/11/mms/1689089786/unspecified 6C45.Z #> 4000 http://id.who.int/icd/release/11/mms/1016273204 6C46 #> 4001 http://id.who.int/icd/release/11/mms/1772665991 6C46.0 #> 4002 http://id.who.int/icd/release/11/mms/211765524 6C46.1 #> 4003 http://id.who.int/icd/release/11/mms/385389976 6C46.10 #> 4004 http://id.who.int/icd/release/11/mms/1136092121 6C46.11 #> 4005 http://id.who.int/icd/release/11/mms/211765524/unspecified 6C46.1Z #> 4006 http://id.who.int/icd/release/11/mms/2016549355 6C46.2 #> 4007 http://id.who.int/icd/release/11/mms/651438062 6C46.20 #> 4008 http://id.who.int/icd/release/11/mms/113814852 6C46.21 #> 4009 http://id.who.int/icd/release/11/mms/671215150 6C46.22 #> 4010 http://id.who.int/icd/release/11/mms/912062138 6C46.23 #> 4011 http://id.who.int/icd/release/11/mms/2016549355/unspecified 6C46.2Z #> 4012 http://id.who.int/icd/release/11/mms/1775535234 6C46.3 #> 4013 http://id.who.int/icd/release/11/mms/494523519 6C46.4 #> 4014 http://id.who.int/icd/release/11/mms/951103658 6C46.5 #> 4015 http://id.who.int/icd/release/11/mms/199002751 6C46.6 #> 4016 http://id.who.int/icd/release/11/mms/1500592979 6C46.60 #> 4017 http://id.who.int/icd/release/11/mms/1292252379 6C46.61 #> 4018 http://id.who.int/icd/release/11/mms/48956638 6C46.62 #> 4019 http://id.who.int/icd/release/11/mms/199002751/unspecified 6C46.6Z #> 4020 http://id.who.int/icd/release/11/mms/2096250471 6C46.7 #> 4021 http://id.who.int/icd/release/11/mms/724783925 6C46.70 #> 4022 http://id.who.int/icd/release/11/mms/1627021441 6C46.71 #> 4023 http://id.who.int/icd/release/11/mms/1830469239 6C46.72 #> 4024 http://id.who.int/icd/release/11/mms/143679922 6C46.73 #> 4025 http://id.who.int/icd/release/11/mms/1016273204/other 6C46.Y #> 4026 http://id.who.int/icd/release/11/mms/1016273204/unspecified 6C46.Z #> 4027 http://id.who.int/icd/release/11/mms/1605818663 6C47 #> 4028 http://id.who.int/icd/release/11/mms/1563509056 6C47.0 #> 4029 http://id.who.int/icd/release/11/mms/2057206901 6C47.1 #> 4030 http://id.who.int/icd/release/11/mms/659900369 6C47.10 #> 4031 http://id.who.int/icd/release/11/mms/1929333008 6C47.11 #> 4032 http://id.who.int/icd/release/11/mms/2057206901/other 6C47.1Y #> 4033 http://id.who.int/icd/release/11/mms/2057206901/unspecified 6C47.1Z #> 4034 http://id.who.int/icd/release/11/mms/2070676103 6C47.2 #> 4035 http://id.who.int/icd/release/11/mms/1771470438 6C47.20 #> 4036 http://id.who.int/icd/release/11/mms/1643918100 6C47.21 #> 4037 http://id.who.int/icd/release/11/mms/873755949 6C47.22 #> 4038 http://id.who.int/icd/release/11/mms/1359176422 6C47.23 #> 4039 http://id.who.int/icd/release/11/mms/2070676103/other 6C47.2Y #> 4040 http://id.who.int/icd/release/11/mms/2070676103/unspecified 6C47.2Z #> 4041 http://id.who.int/icd/release/11/mms/1599283639 6C47.3 #> 4042 http://id.who.int/icd/release/11/mms/1587633989 6C47.4 #> 4043 http://id.who.int/icd/release/11/mms/1526280683 6C47.5 #> 4044 http://id.who.int/icd/release/11/mms/1005846640 6C47.6 #> 4045 http://id.who.int/icd/release/11/mms/1432030282 6C47.60 #> 4046 http://id.who.int/icd/release/11/mms/1955362756 6C47.61 #> 4047 http://id.who.int/icd/release/11/mms/89854667 6C47.62 #> 4048 http://id.who.int/icd/release/11/mms/1005846640/unspecified 6C47.6Z #> 4049 http://id.who.int/icd/release/11/mms/1562167865 6C47.7 #> 4050 http://id.who.int/icd/release/11/mms/507076012 6C47.70 #> 4051 http://id.who.int/icd/release/11/mms/1423983191 6C47.71 #> 4052 http://id.who.int/icd/release/11/mms/511382862 6C47.72 #> 4053 http://id.who.int/icd/release/11/mms/1259373199 6C47.73 #> 4054 http://id.who.int/icd/release/11/mms/1605818663/other 6C47.Y #> 4055 http://id.who.int/icd/release/11/mms/1605818663/unspecified 6C47.Z #> 4056 http://id.who.int/icd/release/11/mms/31898480 6C48 #> 4057 http://id.who.int/icd/release/11/mms/207246302 6C48.0 #> 4058 http://id.who.int/icd/release/11/mms/1252561403 6C48.1 #> 4059 http://id.who.int/icd/release/11/mms/1935765699 6C48.10 #> 4060 http://id.who.int/icd/release/11/mms/1290474459 6C48.11 #> 4061 http://id.who.int/icd/release/11/mms/1252561403/unspecified 6C48.1Z #> 4062 http://id.who.int/icd/release/11/mms/1648213213 6C48.2 #> 4063 http://id.who.int/icd/release/11/mms/1569910443 6C48.3 #> 4064 http://id.who.int/icd/release/11/mms/1710844294 6C48.4 #> 4065 http://id.who.int/icd/release/11/mms/1115271910 6C48.40 #> 4066 http://id.who.int/icd/release/11/mms/31898480/other 6C48.Y #> 4067 http://id.who.int/icd/release/11/mms/31898480/unspecified 6C48.Z #> 4068 http://id.who.int/icd/release/11/mms/1967909777 6C49 #> 4069 http://id.who.int/icd/release/11/mms/1995632461 6C49.0 #> 4070 http://id.who.int/icd/release/11/mms/219736364 6C49.1 #> 4071 http://id.who.int/icd/release/11/mms/275556525 6C49.10 #> 4072 http://id.who.int/icd/release/11/mms/1868008370 6C49.11 #> 4073 http://id.who.int/icd/release/11/mms/219736364/unspecified 6C49.1Z #> 4074 http://id.who.int/icd/release/11/mms/2041952725 6C49.2 #> 4075 http://id.who.int/icd/release/11/mms/847208228 6C49.20 #> 4076 http://id.who.int/icd/release/11/mms/585026718 6C49.21 #> 4077 http://id.who.int/icd/release/11/mms/644045474 6C49.22 #> 4078 http://id.who.int/icd/release/11/mms/655301620 6C49.23 #> 4079 http://id.who.int/icd/release/11/mms/2041952725/unspecified 6C49.2Z #> 4080 http://id.who.int/icd/release/11/mms/1750279358 6C49.3 #> 4081 http://id.who.int/icd/release/11/mms/1863378901 6C49.4 #> 4082 http://id.who.int/icd/release/11/mms/173746753 6C49.5 #> 4083 http://id.who.int/icd/release/11/mms/1265787402 6C49.6 #> 4084 http://id.who.int/icd/release/11/mms/162562386 6C49.60 #> 4085 http://id.who.int/icd/release/11/mms/1245150953 6C49.61 #> 4086 http://id.who.int/icd/release/11/mms/1967909777/other 6C49.Y #> 4087 http://id.who.int/icd/release/11/mms/1967909777/unspecified 6C49.Z #> 4088 http://id.who.int/icd/release/11/mms/268445189 6C4A #> 4089 http://id.who.int/icd/release/11/mms/1356720300 6C4A.0 #> 4090 http://id.who.int/icd/release/11/mms/299901355 6C4A.1 #> 4091 http://id.who.int/icd/release/11/mms/1979010552 6C4A.10 #> 4092 http://id.who.int/icd/release/11/mms/1249849058 6C4A.11 #> 4093 http://id.who.int/icd/release/11/mms/299901355/unspecified 6C4A.1Z #> 4094 http://id.who.int/icd/release/11/mms/1699574100 6C4A.2 #> 4095 http://id.who.int/icd/release/11/mms/719650647 6C4A.20 #> 4096 http://id.who.int/icd/release/11/mms/88210793 6C4A.21 #> 4097 http://id.who.int/icd/release/11/mms/986422897 6C4A.22 #> 4098 http://id.who.int/icd/release/11/mms/980168193 6C4A.23 #> 4099 http://id.who.int/icd/release/11/mms/1699574100/unspecified 6C4A.2Z #> 4100 http://id.who.int/icd/release/11/mms/1957424191 6C4A.3 #> 4101 http://id.who.int/icd/release/11/mms/441538 6C4A.4 #> 4102 http://id.who.int/icd/release/11/mms/268445189/other 6C4A.Y #> 4103 http://id.who.int/icd/release/11/mms/268445189/unspecified 6C4A.Z #> 4104 http://id.who.int/icd/release/11/mms/1835610951 6C4B #> 4105 http://id.who.int/icd/release/11/mms/893652479 6C4B.0 #> 4106 http://id.who.int/icd/release/11/mms/1600451095 6C4B.1 #> 4107 http://id.who.int/icd/release/11/mms/1704485952 6C4B.10 #> 4108 http://id.who.int/icd/release/11/mms/1879955576 6C4B.11 #> 4109 http://id.who.int/icd/release/11/mms/1600451095/unspecified 6C4B.1Z #> 4110 http://id.who.int/icd/release/11/mms/734634730 6C4B.2 #> 4111 http://id.who.int/icd/release/11/mms/539693275 6C4B.20 #> 4112 http://id.who.int/icd/release/11/mms/861459960 6C4B.21 #> 4113 http://id.who.int/icd/release/11/mms/1844888971 6C4B.22 #> 4114 http://id.who.int/icd/release/11/mms/486397896 6C4B.23 #> 4115 http://id.who.int/icd/release/11/mms/734634730/unspecified 6C4B.2Z #> 4116 http://id.who.int/icd/release/11/mms/976174979 6C4B.3 #> 4117 http://id.who.int/icd/release/11/mms/1317171068 6C4B.4 #> 4118 http://id.who.int/icd/release/11/mms/1030552808 6C4B.5 #> 4119 http://id.who.int/icd/release/11/mms/1478963582 6C4B.6 #> 4120 http://id.who.int/icd/release/11/mms/1416233126 6C4B.7 #> 4121 http://id.who.int/icd/release/11/mms/652700225 6C4B.70 #> 4122 http://id.who.int/icd/release/11/mms/1918560936 6C4B.71 #> 4123 http://id.who.int/icd/release/11/mms/1835610951/other 6C4B.Y #> 4124 http://id.who.int/icd/release/11/mms/1835610951/unspecified 6C4B.Z #> 4125 http://id.who.int/icd/release/11/mms/1218193465 6C4C #> 4126 http://id.who.int/icd/release/11/mms/1334295394 6C4C.0 #> 4127 http://id.who.int/icd/release/11/mms/1662953838 6C4C.1 #> 4128 http://id.who.int/icd/release/11/mms/817666175 6C4C.10 #> 4129 http://id.who.int/icd/release/11/mms/2136057978 6C4C.11 #> 4130 http://id.who.int/icd/release/11/mms/1662953838/unspecified 6C4C.1Z #> 4131 http://id.who.int/icd/release/11/mms/473001402 6C4C.2 #> 4132 http://id.who.int/icd/release/11/mms/599461536 6C4C.20 #> 4133 http://id.who.int/icd/release/11/mms/203295904 6C4C.21 #> 4134 http://id.who.int/icd/release/11/mms/213499118 6C4C.22 #> 4135 http://id.who.int/icd/release/11/mms/1774027011 6C4C.23 #> 4136 http://id.who.int/icd/release/11/mms/473001402/unspecified 6C4C.2Z #> 4137 http://id.who.int/icd/release/11/mms/1574982062 6C4C.3 #> 4138 http://id.who.int/icd/release/11/mms/1791864244 6C4C.4 #> 4139 http://id.who.int/icd/release/11/mms/1828722493 6C4C.5 #> 4140 http://id.who.int/icd/release/11/mms/1589999330 6C4C.6 #> 4141 http://id.who.int/icd/release/11/mms/1157653052 6C4C.7 #> 4142 http://id.who.int/icd/release/11/mms/268614690 6C4C.70 #> 4143 http://id.who.int/icd/release/11/mms/325981339 6C4C.71 #> 4144 http://id.who.int/icd/release/11/mms/1218193465/other 6C4C.Y #> 4145 http://id.who.int/icd/release/11/mms/1218193465/unspecified 6C4C.Z #> 4146 http://id.who.int/icd/release/11/mms/470484338 6C4D #> 4147 http://id.who.int/icd/release/11/mms/706633269 6C4D.0 #> 4148 http://id.who.int/icd/release/11/mms/1418561556 6C4D.1 #> 4149 http://id.who.int/icd/release/11/mms/2059548662 6C4D.10 #> 4150 http://id.who.int/icd/release/11/mms/100209899 6C4D.11 #> 4151 http://id.who.int/icd/release/11/mms/1418561556/unspecified 6C4D.1Z #> 4152 http://id.who.int/icd/release/11/mms/1177354811 6C4D.2 #> 4153 http://id.who.int/icd/release/11/mms/916072624 6C4D.20 #> 4154 http://id.who.int/icd/release/11/mms/101610314 6C4D.21 #> 4155 http://id.who.int/icd/release/11/mms/2036226651 6C4D.22 #> 4156 http://id.who.int/icd/release/11/mms/380625140 6C4D.23 #> 4157 http://id.who.int/icd/release/11/mms/1177354811/unspecified 6C4D.2Z #> 4158 http://id.who.int/icd/release/11/mms/1192105868 6C4D.3 #> 4159 http://id.who.int/icd/release/11/mms/216587818 6C4D.4 #> 4160 http://id.who.int/icd/release/11/mms/666288373 6C4D.5 #> 4161 http://id.who.int/icd/release/11/mms/1379043297 6C4D.6 #> 4162 http://id.who.int/icd/release/11/mms/1866047295 6C4D.60 #> 4163 http://id.who.int/icd/release/11/mms/1552098464 6C4D.61 #> 4164 http://id.who.int/icd/release/11/mms/470484338/other 6C4D.Y #> 4165 http://id.who.int/icd/release/11/mms/470484338/unspecified 6C4D.Z #> 4166 http://id.who.int/icd/release/11/mms/136511187 6C4E #> 4167 http://id.who.int/icd/release/11/mms/1835736371 6C4E.0 #> 4168 http://id.who.int/icd/release/11/mms/754209924 6C4E.1 #> 4169 http://id.who.int/icd/release/11/mms/1215969203 6C4E.10 #> 4170 http://id.who.int/icd/release/11/mms/311183726 6C4E.11 #> 4171 http://id.who.int/icd/release/11/mms/754209924/unspecified 6C4E.1Z #> 4172 http://id.who.int/icd/release/11/mms/1934475925 6C4E.2 #> 4173 http://id.who.int/icd/release/11/mms/392011264 6C4E.20 #> 4174 http://id.who.int/icd/release/11/mms/678448488 6C4E.21 #> 4175 http://id.who.int/icd/release/11/mms/1486482667 6C4E.22 #> 4176 http://id.who.int/icd/release/11/mms/929584708 6C4E.23 #> 4177 http://id.who.int/icd/release/11/mms/1934475925/unspecified 6C4E.2Z #> 4178 http://id.who.int/icd/release/11/mms/327038878 6C4E.3 #> 4179 http://id.who.int/icd/release/11/mms/2022008391 6C4E.4 #> 4180 http://id.who.int/icd/release/11/mms/2084106361 6C4E.40 #> 4181 http://id.who.int/icd/release/11/mms/221504052 6C4E.41 #> 4182 http://id.who.int/icd/release/11/mms/949196336 6C4E.42 #> 4183 http://id.who.int/icd/release/11/mms/707980387 6C4E.43 #> 4184 http://id.who.int/icd/release/11/mms/2022008391/unspecified 6C4E.4Z #> 4185 http://id.who.int/icd/release/11/mms/563360873 6C4E.5 #> 4186 http://id.who.int/icd/release/11/mms/1044767723 6C4E.6 #> 4187 http://id.who.int/icd/release/11/mms/487787932 6C4E.7 #> 4188 http://id.who.int/icd/release/11/mms/1906889712 6C4E.70 #> 4189 http://id.who.int/icd/release/11/mms/509176135 6C4E.71 #> 4190 http://id.who.int/icd/release/11/mms/69097373 6C4E.72 #> 4191 http://id.who.int/icd/release/11/mms/657890038 6C4E.73 #> 4192 http://id.who.int/icd/release/11/mms/136511187/other 6C4E.Y #> 4193 http://id.who.int/icd/release/11/mms/136511187/unspecified 6C4E.Z #> 4194 http://id.who.int/icd/release/11/mms/601226803 6C4F #> 4195 http://id.who.int/icd/release/11/mms/1729466996 6C4F.0 #> 4196 http://id.who.int/icd/release/11/mms/1719901309 6C4F.1 #> 4197 http://id.who.int/icd/release/11/mms/1025518626 6C4F.10 #> 4198 http://id.who.int/icd/release/11/mms/319592412 6C4F.11 #> 4199 http://id.who.int/icd/release/11/mms/1719901309/unspecified 6C4F.1Z #> 4200 http://id.who.int/icd/release/11/mms/853273682 6C4F.2 #> 4201 http://id.who.int/icd/release/11/mms/2109222603 6C4F.20 #> 4202 http://id.who.int/icd/release/11/mms/487973986 6C4F.21 #> 4203 http://id.who.int/icd/release/11/mms/2113562155 6C4F.22 #> 4204 http://id.who.int/icd/release/11/mms/1622774364 6C4F.23 #> 4205 http://id.who.int/icd/release/11/mms/853273682/unspecified 6C4F.2Z #> 4206 http://id.who.int/icd/release/11/mms/1121505208 6C4F.3 #> 4207 http://id.who.int/icd/release/11/mms/1583329300 6C4F.4 #> 4208 http://id.who.int/icd/release/11/mms/1051734617 6C4F.40 #> 4209 http://id.who.int/icd/release/11/mms/1856037350 6C4F.41 #> 4210 http://id.who.int/icd/release/11/mms/293485161 6C4F.42 #> 4211 http://id.who.int/icd/release/11/mms/1328927370 6C4F.43 #> 4212 http://id.who.int/icd/release/11/mms/1583329300/other 6C4F.4Y #> 4213 http://id.who.int/icd/release/11/mms/1583329300/unspecified 6C4F.4Z #> 4214 http://id.who.int/icd/release/11/mms/768380303 6C4F.5 #> 4215 http://id.who.int/icd/release/11/mms/1183869990 6C4F.6 #> 4216 http://id.who.int/icd/release/11/mms/538219245 6C4F.7 #> 4217 http://id.who.int/icd/release/11/mms/1733810838 6C4F.70 #> 4218 http://id.who.int/icd/release/11/mms/1198710764 6C4F.71 #> 4219 http://id.who.int/icd/release/11/mms/2039807396 6C4F.72 #> 4220 http://id.who.int/icd/release/11/mms/856664761 6C4F.73 #> 4221 http://id.who.int/icd/release/11/mms/601226803/other 6C4F.Y #> 4222 http://id.who.int/icd/release/11/mms/601226803/unspecified 6C4F.Z #> 4223 http://id.who.int/icd/release/11/mms/1414319298 6C4G #> 4224 http://id.who.int/icd/release/11/mms/272358857 6C4G.0 #> 4225 http://id.who.int/icd/release/11/mms/341458101 6C4G.1 #> 4226 http://id.who.int/icd/release/11/mms/74269862 6C4G.10 #> 4227 http://id.who.int/icd/release/11/mms/1349477728 6C4G.11 #> 4228 http://id.who.int/icd/release/11/mms/341458101/unspecified 6C4G.1Z #> 4229 http://id.who.int/icd/release/11/mms/2143971168 6C4G.2 #> 4230 http://id.who.int/icd/release/11/mms/2026388610 6C4G.20 #> 4231 http://id.who.int/icd/release/11/mms/1490335276 6C4G.21 #> 4232 http://id.who.int/icd/release/11/mms/1981674818 6C4G.22 #> 4233 http://id.who.int/icd/release/11/mms/1749085654 6C4G.23 #> 4234 http://id.who.int/icd/release/11/mms/2143971168/unspecified 6C4G.2Z #> 4235 http://id.who.int/icd/release/11/mms/1870346724 6C4G.3 #> 4236 http://id.who.int/icd/release/11/mms/219731531 6C4G.4 #> 4237 http://id.who.int/icd/release/11/mms/1826184626 6C4G.40 #> 4238 http://id.who.int/icd/release/11/mms/2024690232 6C4G.41 #> 4239 http://id.who.int/icd/release/11/mms/927162941 6C4G.42 #> 4240 http://id.who.int/icd/release/11/mms/1488115862 6C4G.43 #> 4241 http://id.who.int/icd/release/11/mms/219731531/unspecified 6C4G.4Z #> 4242 http://id.who.int/icd/release/11/mms/131545543 6C4G.5 #> 4243 http://id.who.int/icd/release/11/mms/1155529213 6C4G.6 #> 4244 http://id.who.int/icd/release/11/mms/595694101 6C4G.7 #> 4245 http://id.who.int/icd/release/11/mms/1010613155 6C4G.70 #> 4246 http://id.who.int/icd/release/11/mms/62314683 6C4G.71 #> 4247 http://id.who.int/icd/release/11/mms/118181509 6C4G.72 #> 4248 http://id.who.int/icd/release/11/mms/396542224 6C4G.73 #> 4249 http://id.who.int/icd/release/11/mms/1414319298/other 6C4G.Y #> 4250 http://id.who.int/icd/release/11/mms/1414319298/unspecified 6C4G.Z #> 4251 http://id.who.int/icd/release/11/mms/247116319 6C4H #> 4252 http://id.who.int/icd/release/11/mms/1852395328 6C4H.0 #> 4253 http://id.who.int/icd/release/11/mms/2055037621 6C4H.1 #> 4254 http://id.who.int/icd/release/11/mms/992393585 6C4H.10 #> 4255 http://id.who.int/icd/release/11/mms/1959496054 6C4H.11 #> 4256 http://id.who.int/icd/release/11/mms/2055037621/unspecified 6C4H.1Z #> 4257 http://id.who.int/icd/release/11/mms/247116319/other 6C4H.Y #> 4258 http://id.who.int/icd/release/11/mms/247116319/unspecified 6C4H.Z #> 4259 http://id.who.int/icd/release/11/mms/590211325/other 6C4Y #> 4260 http://id.who.int/icd/release/11/mms/590211325/unspecified 6C4Z #> 4261 http://id.who.int/icd/release/11/mms/499894965 #> 4262 http://id.who.int/icd/release/11/mms/1041487064 6C50 #> 4263 http://id.who.int/icd/release/11/mms/960730313 6C50.0 #> 4264 http://id.who.int/icd/release/11/mms/1939508018 6C50.1 #> 4265 http://id.who.int/icd/release/11/mms/1041487064/unspecified 6C50.Z #> 4266 http://id.who.int/icd/release/11/mms/1448597234 6C51 #> 4267 http://id.who.int/icd/release/11/mms/338347362 6C51.0 #> 4268 http://id.who.int/icd/release/11/mms/718071594 6C51.1 #> 4269 http://id.who.int/icd/release/11/mms/1448597234/unspecified 6C51.Z #> 4270 http://id.who.int/icd/release/11/mms/499894965/other 6C5Y #> 4271 http://id.who.int/icd/release/11/mms/499894965/unspecified 6C5Z #> 4272 http://id.who.int/icd/release/11/mms/826065555 #> 4273 http://id.who.int/icd/release/11/mms/1532500290 6C70 #> 4274 http://id.who.int/icd/release/11/mms/804604349 6C71 #> 4275 http://id.who.int/icd/release/11/mms/1630268048 6C72 #> 4276 http://id.who.int/icd/release/11/mms/295017661 6C73 #> 4277 http://id.who.int/icd/release/11/mms/826065555/other 6C7Y #> 4278 http://id.who.int/icd/release/11/mms/826065555/unspecified 6C7Z #> 4279 http://id.who.int/icd/release/11/mms/310393530 #> 4280 http://id.who.int/icd/release/11/mms/1487528823 6C90 #> 4281 http://id.who.int/icd/release/11/mms/818792113 6C90.0 #> 4282 http://id.who.int/icd/release/11/mms/1545599508 6C90.00 #> 4283 http://id.who.int/icd/release/11/mms/317107055 6C90.01 #> 4284 http://id.who.int/icd/release/11/mms/818792113/unspecified 6C90.0Z #> 4285 http://id.who.int/icd/release/11/mms/736540987 6C90.1 #> 4286 http://id.who.int/icd/release/11/mms/762103927 6C90.10 #> 4287 http://id.who.int/icd/release/11/mms/855253443 6C90.11 #> 4288 http://id.who.int/icd/release/11/mms/736540987/unspecified 6C90.1Z #> 4289 http://id.who.int/icd/release/11/mms/1487528823/unspecified 6C90.Z #> 4290 http://id.who.int/icd/release/11/mms/719572464 6C91 #> 4291 http://id.who.int/icd/release/11/mms/192666265 6C91.0 #> 4292 http://id.who.int/icd/release/11/mms/683482905 6C91.00 #> 4293 http://id.who.int/icd/release/11/mms/1196205490 6C91.01 #> 4294 http://id.who.int/icd/release/11/mms/192666265/unspecified 6C91.0Z #> 4295 http://id.who.int/icd/release/11/mms/1021901799 6C91.1 #> 4296 http://id.who.int/icd/release/11/mms/395365489 6C91.10 #> 4297 http://id.who.int/icd/release/11/mms/2038678808 6C91.11 #> 4298 http://id.who.int/icd/release/11/mms/1021901799/other 6C91.1Y #> 4299 http://id.who.int/icd/release/11/mms/719572464/unspecified 6C91.Z #> 4300 http://id.who.int/icd/release/11/mms/310393530/other 6C9Y #> 4301 http://id.who.int/icd/release/11/mms/310393530/unspecified 6C9Z #> 4302 http://id.who.int/icd/release/11/mms/37291724 #> 4303 http://id.who.int/icd/release/11/mms/941859884 6D10 #> 4304 http://id.who.int/icd/release/11/mms/263226710 6D10.0 #> 4305 http://id.who.int/icd/release/11/mms/758339377 6D10.1 #> 4306 http://id.who.int/icd/release/11/mms/40156192 6D10.2 #> 4307 http://id.who.int/icd/release/11/mms/941859884/unspecified 6D10.Z #> 4308 http://id.who.int/icd/release/11/mms/1128733473 6D11 #> 4309 http://id.who.int/icd/release/11/mms/953246526 6D11.0 #> 4310 http://id.who.int/icd/release/11/mms/919081088 6D11.1 #> 4311 http://id.who.int/icd/release/11/mms/1913158855 6D11.2 #> 4312 http://id.who.int/icd/release/11/mms/387934990 6D11.3 #> 4313 http://id.who.int/icd/release/11/mms/848330288 6D11.4 #> 4314 http://id.who.int/icd/release/11/mms/2006821354 6D11.5 #> 4315 http://id.who.int/icd/release/11/mms/2110604642 #> 4316 http://id.who.int/icd/release/11/mms/141881468 6D30 #> 4317 http://id.who.int/icd/release/11/mms/1832861162 6D31 #> 4318 http://id.who.int/icd/release/11/mms/517058174 6D32 #> 4319 http://id.who.int/icd/release/11/mms/1890228613 6D33 #> 4320 http://id.who.int/icd/release/11/mms/1580013387 6D34 #> 4321 http://id.who.int/icd/release/11/mms/1582257458 6D35 #> 4322 http://id.who.int/icd/release/11/mms/2055403635 6D36 #> 4323 http://id.who.int/icd/release/11/mms/2110604642/unspecified 6D3Z #> 4324 http://id.who.int/icd/release/11/mms/430567349 #> 4325 http://id.who.int/icd/release/11/mms/790764418 6D50 #> 4326 http://id.who.int/icd/release/11/mms/775605963 6D51 #> 4327 http://id.who.int/icd/release/11/mms/430567349/unspecified 6D5Z #> 4328 http://id.who.int/icd/release/11/mms/213458094 #> 4329 http://id.who.int/icd/release/11/mms/897917531 6D70 #> 4330 http://id.who.int/icd/release/11/mms/1015017717 6D70.0 #> 4331 http://id.who.int/icd/release/11/mms/80203879 6D70.1 #> 4332 http://id.who.int/icd/release/11/mms/343480877 6D70.2 #> 4333 http://id.who.int/icd/release/11/mms/897917531/other 6D70.Y #> 4334 http://id.who.int/icd/release/11/mms/897917531/unspecified 6D70.Z #> 4335 http://id.who.int/icd/release/11/mms/195531803 6D71 #> 4336 http://id.who.int/icd/release/11/mms/386330688 6D72 #> 4337 http://id.who.int/icd/release/11/mms/862469859 6D72.0 #> 4338 http://id.who.int/icd/release/11/mms/1246085612 6D72.1 #> 4339 http://id.who.int/icd/release/11/mms/988431240 6D72.10 #> 4340 http://id.who.int/icd/release/11/mms/503912444 6D72.11 #> 4341 http://id.who.int/icd/release/11/mms/973846324 6D72.12 #> 4342 http://id.who.int/icd/release/11/mms/2081070847 6D72.13 #> 4343 http://id.who.int/icd/release/11/mms/386330688/other 6D72.Y #> 4344 http://id.who.int/icd/release/11/mms/386330688/unspecified 6D72.Z #> 4345 http://id.who.int/icd/release/11/mms/546689346 #> 4346 http://id.who.int/icd/release/11/mms/795022044 6D80 #> 4347 http://id.who.int/icd/release/11/mms/199015879 6D80.0 #> 4348 http://id.who.int/icd/release/11/mms/1855418451 6D80.1 #> 4349 http://id.who.int/icd/release/11/mms/1543494610 6D80.2 #> 4350 http://id.who.int/icd/release/11/mms/1072662343 6D80.3 #> 4351 http://id.who.int/icd/release/11/mms/795022044/unspecified 6D80.Z #> 4352 http://id.who.int/icd/release/11/mms/1365258270 6D81 #> 4353 http://id.who.int/icd/release/11/mms/1777436789 6D82 #> 4354 http://id.who.int/icd/release/11/mms/831337417 6D83 #> 4355 http://id.who.int/icd/release/11/mms/1710319105 6D84 #> 4356 http://id.who.int/icd/release/11/mms/1619582852 6D84.0 #> 4357 http://id.who.int/icd/release/11/mms/1035710165 6D84.1 #> 4358 http://id.who.int/icd/release/11/mms/694002628 6D84.2 #> 4359 http://id.who.int/icd/release/11/mms/1710319105/other 6D84.Y #> 4360 http://id.who.int/icd/release/11/mms/1468768235 6D85 #> 4361 http://id.who.int/icd/release/11/mms/1494928041 6D85.0 #> 4362 http://id.who.int/icd/release/11/mms/1397836700 6D85.1 #> 4363 http://id.who.int/icd/release/11/mms/710305644 6D85.2 #> 4364 http://id.who.int/icd/release/11/mms/1173624218 6D85.3 #> 4365 http://id.who.int/icd/release/11/mms/388810416 6D85.4 #> 4366 http://id.who.int/icd/release/11/mms/1206955889 6D85.5 #> 4367 http://id.who.int/icd/release/11/mms/1129134415 6D85.6 #> 4368 http://id.who.int/icd/release/11/mms/1922851083 6D85.7 #> 4369 http://id.who.int/icd/release/11/mms/868851323 6D85.8 #> 4370 http://id.who.int/icd/release/11/mms/194105820 6D85.9 #> 4371 http://id.who.int/icd/release/11/mms/1468768235/other 6D85.Y #> 4372 http://id.who.int/icd/release/11/mms/148241182 6D86 #> 4373 http://id.who.int/icd/release/11/mms/688029844 6D86.0 #> 4374 http://id.who.int/icd/release/11/mms/1447134117 6D86.1 #> 4375 http://id.who.int/icd/release/11/mms/479763552 6D86.2 #> 4376 http://id.who.int/icd/release/11/mms/961921436 6D86.3 #> 4377 http://id.who.int/icd/release/11/mms/1659288831 6D86.4 #> 4378 http://id.who.int/icd/release/11/mms/1543544503 6D86.5 #> 4379 http://id.who.int/icd/release/11/mms/2043528053 6D86.6 #> 4380 http://id.who.int/icd/release/11/mms/148241182/other 6D86.Y #> 4381 http://id.who.int/icd/release/11/mms/148241182/unspecified 6D86.Z #> 4382 http://id.who.int/icd/release/11/mms/546689346/other 6D8Y #> 4383 http://id.who.int/icd/release/11/mms/546689346/unspecified 6D8Z #> 4384 http://id.who.int/icd/release/11/mms/213458094/other 6E0Y #> 4385 http://id.who.int/icd/release/11/mms/213458094/unspecified 6E0Z #> 4386 http://id.who.int/icd/release/11/mms/882114523 #> 4387 http://id.who.int/icd/release/11/mms/1124422593 6E20 #> 4388 http://id.who.int/icd/release/11/mms/380591392 6E21 #> 4389 http://id.who.int/icd/release/11/mms/882114523/unspecified 6E2Z #> 4390 http://id.who.int/icd/release/11/mms/523677473 6E40 #> 4391 http://id.who.int/icd/release/11/mms/1553197895 6E40.0 #> 4392 http://id.who.int/icd/release/11/mms/700487590 6E40.1 #> 4393 http://id.who.int/icd/release/11/mms/967687778 6E40.2 #> 4394 http://id.who.int/icd/release/11/mms/130379446 6E40.3 #> 4395 http://id.who.int/icd/release/11/mms/2091262725 6E40.4 #> 4396 http://id.who.int/icd/release/11/mms/523677473/other 6E40.Y #> 4397 http://id.who.int/icd/release/11/mms/523677473/unspecified 6E40.Z #> 4398 http://id.who.int/icd/release/11/mms/302122526 #> 4399 http://id.who.int/icd/release/11/mms/255980141 6E60 #> 4400 http://id.who.int/icd/release/11/mms/858129053 6E60.0 #> 4401 http://id.who.int/icd/release/11/mms/255980141/other 6E60.Y #> 4402 http://id.who.int/icd/release/11/mms/255980141/unspecified 6E60.Z #> 4403 http://id.who.int/icd/release/11/mms/696956921 6E61 #> 4404 http://id.who.int/icd/release/11/mms/2018051983 6E61.0 #> 4405 http://id.who.int/icd/release/11/mms/566524918 6E61.1 #> 4406 http://id.who.int/icd/release/11/mms/200321643 6E61.2 #> 4407 http://id.who.int/icd/release/11/mms/1603403079 6E61.3 #> 4408 http://id.who.int/icd/release/11/mms/216291184 6E62 #> 4409 http://id.who.int/icd/release/11/mms/241382885 6E62.0 #> 4410 http://id.who.int/icd/release/11/mms/880462195 6E62.1 #> 4411 http://id.who.int/icd/release/11/mms/1899175158 6E62.2 #> 4412 http://id.who.int/icd/release/11/mms/1635245839 6E62.3 #> 4413 http://id.who.int/icd/release/11/mms/2131412196 6E63 #> 4414 http://id.who.int/icd/release/11/mms/1126473669 6E64 #> 4415 http://id.who.int/icd/release/11/mms/440469874 6E65 #> 4416 http://id.who.int/icd/release/11/mms/1638354338 6E66 #> 4417 http://id.who.int/icd/release/11/mms/235421675 6E67 #> 4418 http://id.who.int/icd/release/11/mms/1324394161 6E68 #> 4419 http://id.who.int/icd/release/11/mms/518306574 6E69 #> 4420 http://id.who.int/icd/release/11/mms/302122526/other 6E6Y #> 4421 http://id.who.int/icd/release/11/mms/302122526/unspecified 6E6Z #> 4422 http://id.who.int/icd/release/11/mms/334423054/other 6E8Y #> 4423 http://id.who.int/icd/release/11/mms/334423054/unspecified 6E8Z #> 4424 http://id.who.int/icd/release/11/mms/274880002 #> 4425 http://id.who.int/icd/release/11/mms/1038292737 #> 4426 http://id.who.int/icd/release/11/mms/323148092 7A00 #> 4427 http://id.who.int/icd/release/11/mms/1832877760 7A01 #> 4428 http://id.who.int/icd/release/11/mms/1038292737/unspecified 7A0Z #> 4429 http://id.who.int/icd/release/11/mms/2024456840 #> 4430 http://id.who.int/icd/release/11/mms/1201727099 7A20 #> 4431 http://id.who.int/icd/release/11/mms/1851015159 7A20.0 #> 4432 http://id.who.int/icd/release/11/mms/1494673323 7A20.1 #> 4433 http://id.who.int/icd/release/11/mms/1201727099/unspecified 7A20.Z #> 4434 http://id.who.int/icd/release/11/mms/631826564 7A21 #> 4435 http://id.who.int/icd/release/11/mms/1180849398 7A22 #> 4436 http://id.who.int/icd/release/11/mms/2088456351 7A23 #> 4437 http://id.who.int/icd/release/11/mms/300740103 7A24 #> 4438 http://id.who.int/icd/release/11/mms/1930903815 7A25 #> 4439 http://id.who.int/icd/release/11/mms/1980306606 7A26 #> 4440 http://id.who.int/icd/release/11/mms/2024456840/other 7A2Y #> 4441 http://id.who.int/icd/release/11/mms/2024456840/unspecified 7A2Z #> 4442 http://id.who.int/icd/release/11/mms/877557231 #> 4443 http://id.who.int/icd/release/11/mms/1193320862 7A40 #> 4444 http://id.who.int/icd/release/11/mms/941326977 7A40.0 #> 4445 http://id.who.int/icd/release/11/mms/139667543 7A40.1 #> 4446 http://id.who.int/icd/release/11/mms/894774581 7A40.2 #> 4447 http://id.who.int/icd/release/11/mms/612376701 7A40.3 #> 4448 http://id.who.int/icd/release/11/mms/453657445 7A40.4 #> 4449 http://id.who.int/icd/release/11/mms/582567115 7A40.5 #> 4450 http://id.who.int/icd/release/11/mms/2012656262 7A40.6 #> 4451 http://id.who.int/icd/release/11/mms/1553662423 7A40.7 #> 4452 http://id.who.int/icd/release/11/mms/1193320862/other 7A40.Y #> 4453 http://id.who.int/icd/release/11/mms/1193320862/unspecified 7A40.Z #> 4454 http://id.who.int/icd/release/11/mms/1919233290 7A41 #> 4455 http://id.who.int/icd/release/11/mms/224267797 7A42 #> 4456 http://id.who.int/icd/release/11/mms/1514276050 7A42.0 #> 4457 http://id.who.int/icd/release/11/mms/1750742010 7A42.1 #> 4458 http://id.who.int/icd/release/11/mms/1928918452 7A42.2 #> 4459 http://id.who.int/icd/release/11/mms/1024837047 7A42.3 #> 4460 http://id.who.int/icd/release/11/mms/230938285 7A42.4 #> 4461 http://id.who.int/icd/release/11/mms/1890283061 7A42.5 #> 4462 http://id.who.int/icd/release/11/mms/843691445 7A42.6 #> 4463 http://id.who.int/icd/release/11/mms/224267797/other 7A42.Y #> 4464 http://id.who.int/icd/release/11/mms/224267797/unspecified 7A42.Z #> 4465 http://id.who.int/icd/release/11/mms/877557231/other 7A4Y #> 4466 http://id.who.int/icd/release/11/mms/877557231/unspecified 7A4Z #> 4467 http://id.who.int/icd/release/11/mms/1359329403 #> 4468 http://id.who.int/icd/release/11/mms/1996513332 7A60 #> 4469 http://id.who.int/icd/release/11/mms/138101549 7A61 #> 4470 http://id.who.int/icd/release/11/mms/934354997 7A62 #> 4471 http://id.who.int/icd/release/11/mms/312051047 7A63 #> 4472 http://id.who.int/icd/release/11/mms/756278911 7A64 #> 4473 http://id.who.int/icd/release/11/mms/1378403680 7A65 #> 4474 http://id.who.int/icd/release/11/mms/1359329403/unspecified 7A6Z #> 4475 http://id.who.int/icd/release/11/mms/49589409 #> 4476 http://id.who.int/icd/release/11/mms/1254916765 7A80 #> 4477 http://id.who.int/icd/release/11/mms/1846518306 7A81 #> 4478 http://id.who.int/icd/release/11/mms/1009451323 7A82 #> 4479 http://id.who.int/icd/release/11/mms/60908067 7A83 #> 4480 http://id.who.int/icd/release/11/mms/1125130790 7A84 #> 4481 http://id.who.int/icd/release/11/mms/217911841 7A85 #> 4482 http://id.who.int/icd/release/11/mms/756998404 7A86 #> 4483 http://id.who.int/icd/release/11/mms/2113831613 7A87 #> 4484 http://id.who.int/icd/release/11/mms/158240175 7A88 #> 4485 http://id.who.int/icd/release/11/mms/49589409/other 7A8Y #> 4486 http://id.who.int/icd/release/11/mms/49589409/unspecified 7A8Z #> 4487 http://id.who.int/icd/release/11/mms/151357345 #> 4488 http://id.who.int/icd/release/11/mms/883900763 7B00 #> 4489 http://id.who.int/icd/release/11/mms/1548382704 7B00.0 #> 4490 http://id.who.int/icd/release/11/mms/1743751621 7B00.1 #> 4491 http://id.who.int/icd/release/11/mms/335616593 7B00.2 #> 4492 http://id.who.int/icd/release/11/mms/261208732 7B00.3 #> 4493 http://id.who.int/icd/release/11/mms/883900763/other 7B00.Y #> 4494 http://id.who.int/icd/release/11/mms/883900763/unspecified 7B00.Z #> 4495 http://id.who.int/icd/release/11/mms/1264934516 7B01 #> 4496 http://id.who.int/icd/release/11/mms/329728491 7B01.0 #> 4497 http://id.who.int/icd/release/11/mms/1822188276 7B01.1 #> 4498 http://id.who.int/icd/release/11/mms/1900730309 7B01.2 #> 4499 http://id.who.int/icd/release/11/mms/1264934516/other 7B01.Y #> 4500 http://id.who.int/icd/release/11/mms/1264934516/unspecified 7B01.Z #> 4501 http://id.who.int/icd/release/11/mms/192130563 7B02 #> 4502 http://id.who.int/icd/release/11/mms/1393951214 7B02.0 #> 4503 http://id.who.int/icd/release/11/mms/1762655612 7B02.1 #> 4504 http://id.who.int/icd/release/11/mms/518394437 7B02.2 #> 4505 http://id.who.int/icd/release/11/mms/873001259 7B02.3 #> 4506 http://id.who.int/icd/release/11/mms/151357345/other 7B0Y #> 4507 http://id.who.int/icd/release/11/mms/151357345/unspecified 7B0Z #> 4508 http://id.who.int/icd/release/11/mms/274880002/other 7B2Y #> 4509 http://id.who.int/icd/release/11/mms/274880002/unspecified 7B2Z #> 4510 http://id.who.int/icd/release/11/mms/1296093776 #> 4511 http://id.who.int/icd/release/11/mms/384289569 #> 4512 http://id.who.int/icd/release/11/mms/2024168133 8A00 #> 4513 http://id.who.int/icd/release/11/mms/296066191 8A00.0 #> 4514 http://id.who.int/icd/release/11/mms/169504799 8A00.00 #> 4515 http://id.who.int/icd/release/11/mms/811427861 8A00.01 #> 4516 http://id.who.int/icd/release/11/mms/296066191/other 8A00.0Y #> 4517 http://id.who.int/icd/release/11/mms/296066191/unspecified 8A00.0Z #> 4518 http://id.who.int/icd/release/11/mms/598493320 8A00.1 #> 4519 http://id.who.int/icd/release/11/mms/1493396558 8A00.10 #> 4520 http://id.who.int/icd/release/11/mms/598493320/other 8A00.1Y #> 4521 http://id.who.int/icd/release/11/mms/598493320/unspecified 8A00.1Z #> 4522 http://id.who.int/icd/release/11/mms/502110033 8A00.2 #> 4523 http://id.who.int/icd/release/11/mms/1736055169 8A00.20 #> 4524 http://id.who.int/icd/release/11/mms/193784690 8A00.21 #> 4525 http://id.who.int/icd/release/11/mms/1973955757 8A00.22 #> 4526 http://id.who.int/icd/release/11/mms/1852145464 8A00.23 #> 4527 http://id.who.int/icd/release/11/mms/1651874787 8A00.24 #> 4528 http://id.who.int/icd/release/11/mms/1335724962 8A00.25 #> 4529 http://id.who.int/icd/release/11/mms/147328446 8A00.26 #> 4530 http://id.who.int/icd/release/11/mms/502110033/other 8A00.2Y #> 4531 http://id.who.int/icd/release/11/mms/502110033/unspecified 8A00.2Z #> 4532 http://id.who.int/icd/release/11/mms/1690167305 8A00.3 #> 4533 http://id.who.int/icd/release/11/mms/2024168133/other 8A00.Y #> 4534 http://id.who.int/icd/release/11/mms/2024168133/unspecified 8A00.Z #> 4535 http://id.who.int/icd/release/11/mms/981681252 8A01 #> 4536 http://id.who.int/icd/release/11/mms/829618737 8A01.0 #> 4537 http://id.who.int/icd/release/11/mms/527743894 8A01.1 #> 4538 http://id.who.int/icd/release/11/mms/2132180242 8A01.10 #> 4539 http://id.who.int/icd/release/11/mms/58404408 8A01.11 #> 4540 http://id.who.int/icd/release/11/mms/1198818955 8A01.12 #> 4541 http://id.who.int/icd/release/11/mms/180010771 8A01.13 #> 4542 http://id.who.int/icd/release/11/mms/863862503 8A01.14 #> 4543 http://id.who.int/icd/release/11/mms/34573343 8A01.15 #> 4544 http://id.who.int/icd/release/11/mms/777125622 8A01.16 #> 4545 http://id.who.int/icd/release/11/mms/527743894/other 8A01.1Y #> 4546 http://id.who.int/icd/release/11/mms/527743894/unspecified 8A01.1Z #> 4547 http://id.who.int/icd/release/11/mms/1164080406 8A01.2 #> 4548 http://id.who.int/icd/release/11/mms/460051733 8A01.20 #> 4549 http://id.who.int/icd/release/11/mms/25395136 8A01.21 #> 4550 http://id.who.int/icd/release/11/mms/1689587356 8A01.22 #> 4551 http://id.who.int/icd/release/11/mms/1164080406/other 8A01.2Y #> 4552 http://id.who.int/icd/release/11/mms/1164080406/unspecified 8A01.2Z #> 4553 http://id.who.int/icd/release/11/mms/981681252/other 8A01.Y #> 4554 http://id.who.int/icd/release/11/mms/981681252/unspecified 8A01.Z #> 4555 http://id.who.int/icd/release/11/mms/2145753518 8A02 #> 4556 http://id.who.int/icd/release/11/mms/557338504 8A02.0 #> 4557 http://id.who.int/icd/release/11/mms/1127235959 8A02.00 #> 4558 http://id.who.int/icd/release/11/mms/557338504/other 8A02.0Y #> 4559 http://id.who.int/icd/release/11/mms/557338504/unspecified 8A02.0Z #> 4560 http://id.who.int/icd/release/11/mms/209464984 8A02.1 #> 4561 http://id.who.int/icd/release/11/mms/678203506 8A02.10 #> 4562 http://id.who.int/icd/release/11/mms/378693810 8A02.11 #> 4563 http://id.who.int/icd/release/11/mms/803006786 8A02.12 #> 4564 http://id.who.int/icd/release/11/mms/209464984/other 8A02.1Y #> 4565 http://id.who.int/icd/release/11/mms/209464984/unspecified 8A02.1Z #> 4566 http://id.who.int/icd/release/11/mms/2047715743 8A02.2 #> 4567 http://id.who.int/icd/release/11/mms/629477838 8A02.3 #> 4568 http://id.who.int/icd/release/11/mms/2145753518/other 8A02.Y #> 4569 http://id.who.int/icd/release/11/mms/2145753518/unspecified 8A02.Z #> 4570 http://id.who.int/icd/release/11/mms/1705355202 8A03 #> 4571 http://id.who.int/icd/release/11/mms/923808550 8A03.0 #> 4572 http://id.who.int/icd/release/11/mms/442347652 8A03.1 #> 4573 http://id.who.int/icd/release/11/mms/980686666 8A03.10 #> 4574 http://id.who.int/icd/release/11/mms/361859443 8A03.11 #> 4575 http://id.who.int/icd/release/11/mms/2055588684 8A03.12 #> 4576 http://id.who.int/icd/release/11/mms/203890331 8A03.13 #> 4577 http://id.who.int/icd/release/11/mms/423095680 8A03.14 #> 4578 http://id.who.int/icd/release/11/mms/180800797 8A03.15 #> 4579 http://id.who.int/icd/release/11/mms/600993818 8A03.16 #> 4580 http://id.who.int/icd/release/11/mms/442347652/other 8A03.1Y #> 4581 http://id.who.int/icd/release/11/mms/442347652/unspecified 8A03.1Z #> 4582 http://id.who.int/icd/release/11/mms/1257393361 8A03.2 #> 4583 http://id.who.int/icd/release/11/mms/47298761 8A03.20 #> 4584 http://id.who.int/icd/release/11/mms/1257393361/other 8A03.2Y #> 4585 http://id.who.int/icd/release/11/mms/1257393361/unspecified 8A03.2Z #> 4586 http://id.who.int/icd/release/11/mms/71197968 8A03.3 #> 4587 http://id.who.int/icd/release/11/mms/1532145862 8A03.30 #> 4588 http://id.who.int/icd/release/11/mms/71197968/other 8A03.3Y #> 4589 http://id.who.int/icd/release/11/mms/71197968/unspecified 8A03.3Z #> 4590 http://id.who.int/icd/release/11/mms/1705355202/other 8A03.Y #> 4591 http://id.who.int/icd/release/11/mms/1705355202/unspecified 8A03.Z #> 4592 http://id.who.int/icd/release/11/mms/645263329 8A04 #> 4593 http://id.who.int/icd/release/11/mms/430441106 8A04.0 #> 4594 http://id.who.int/icd/release/11/mms/1036027657 8A04.1 #> 4595 http://id.who.int/icd/release/11/mms/154193612 8A04.2 #> 4596 http://id.who.int/icd/release/11/mms/1811820459 8A04.3 #> 4597 http://id.who.int/icd/release/11/mms/775627756 8A04.30 #> 4598 http://id.who.int/icd/release/11/mms/141798982 8A04.31 #> 4599 http://id.who.int/icd/release/11/mms/40194311 8A04.32 #> 4600 http://id.who.int/icd/release/11/mms/2017558361 8A04.33 #> 4601 http://id.who.int/icd/release/11/mms/1811820459/other 8A04.3Y #> 4602 http://id.who.int/icd/release/11/mms/1811820459/unspecified 8A04.3Z #> 4603 http://id.who.int/icd/release/11/mms/288547754 8A04.4 #> 4604 http://id.who.int/icd/release/11/mms/645263329/other 8A04.Y #> 4605 http://id.who.int/icd/release/11/mms/645263329/unspecified 8A04.Z #> 4606 http://id.who.int/icd/release/11/mms/1894671574 8A05 #> 4607 http://id.who.int/icd/release/11/mms/765464219 8A05.0 #> 4608 http://id.who.int/icd/release/11/mms/119340957 8A05.00 #> 4609 http://id.who.int/icd/release/11/mms/1649340159 8A05.01 #> 4610 http://id.who.int/icd/release/11/mms/169010223 8A05.02 #> 4611 http://id.who.int/icd/release/11/mms/1087192220 8A05.03 #> 4612 http://id.who.int/icd/release/11/mms/765464219/other 8A05.0Y #> 4613 http://id.who.int/icd/release/11/mms/765464219/unspecified 8A05.0Z #> 4614 http://id.who.int/icd/release/11/mms/1575074953 8A05.1 #> 4615 http://id.who.int/icd/release/11/mms/1877502096 8A05.10 #> 4616 http://id.who.int/icd/release/11/mms/822078855 8A05.11 #> 4617 http://id.who.int/icd/release/11/mms/1575074953/other 8A05.1Y #> 4618 http://id.who.int/icd/release/11/mms/1575074953/unspecified 8A05.1Z #> 4619 http://id.who.int/icd/release/11/mms/1894671574/other 8A05.Y #> 4620 http://id.who.int/icd/release/11/mms/1894671574/unspecified 8A05.Z #> 4621 http://id.who.int/icd/release/11/mms/1231935480 8A06 #> 4622 http://id.who.int/icd/release/11/mms/179893645 8A06.0 #> 4623 http://id.who.int/icd/release/11/mms/1126823287 8A06.1 #> 4624 http://id.who.int/icd/release/11/mms/888456807 8A06.2 #> 4625 http://id.who.int/icd/release/11/mms/1862613145 8A06.20 #> 4626 http://id.who.int/icd/release/11/mms/1300687612 8A06.21 #> 4627 http://id.who.int/icd/release/11/mms/888456807/other 8A06.2Y #> 4628 http://id.who.int/icd/release/11/mms/888456807/unspecified 8A06.2Z #> 4629 http://id.who.int/icd/release/11/mms/1231935480/other 8A06.Y #> 4630 http://id.who.int/icd/release/11/mms/1231935480/unspecified 8A06.Z #> 4631 http://id.who.int/icd/release/11/mms/460883639 8A07 #> 4632 http://id.who.int/icd/release/11/mms/1508785243 8A07.0 #> 4633 http://id.who.int/icd/release/11/mms/936832132 8A07.00 #> 4634 http://id.who.int/icd/release/11/mms/1160998486 8A07.01 #> 4635 http://id.who.int/icd/release/11/mms/1508785243/other 8A07.0Y #> 4636 http://id.who.int/icd/release/11/mms/1508785243/unspecified 8A07.0Z #> 4637 http://id.who.int/icd/release/11/mms/1975710133 8A07.1 #> 4638 http://id.who.int/icd/release/11/mms/334083632 8A07.2 #> 4639 http://id.who.int/icd/release/11/mms/384289569/other 8A0Y #> 4640 http://id.who.int/icd/release/11/mms/384289569/unspecified 8A0Z #> 4641 http://id.who.int/icd/release/11/mms/1719545571 #> 4642 http://id.who.int/icd/release/11/mms/1611724421 8A20 #> 4643 http://id.who.int/icd/release/11/mms/1345814274 8A21 #> 4644 http://id.who.int/icd/release/11/mms/377572273 8A21.0 #> 4645 http://id.who.int/icd/release/11/mms/1345814274/other 8A21.Y #> 4646 http://id.who.int/icd/release/11/mms/1345814274/unspecified 8A21.Z #> 4647 http://id.who.int/icd/release/11/mms/2091156678 8A22 #> 4648 http://id.who.int/icd/release/11/mms/2099230583 8A23 #> 4649 http://id.who.int/icd/release/11/mms/1719545571/other 8A2Y #> 4650 http://id.who.int/icd/release/11/mms/1719545571/unspecified 8A2Z #> 4651 http://id.who.int/icd/release/11/mms/724748131 #> 4652 http://id.who.int/icd/release/11/mms/1298865187 8A40 #> 4653 http://id.who.int/icd/release/11/mms/799053936 8A40.0 #> 4654 http://id.who.int/icd/release/11/mms/1020720762 8A40.1 #> 4655 http://id.who.int/icd/release/11/mms/1045965709 8A40.2 #> 4656 http://id.who.int/icd/release/11/mms/1298865187/other 8A40.Y #> 4657 http://id.who.int/icd/release/11/mms/1298865187/unspecified 8A40.Z #> 4658 http://id.who.int/icd/release/11/mms/1690813510 8A41 #> 4659 http://id.who.int/icd/release/11/mms/1328350091 8A41.0 #> 4660 http://id.who.int/icd/release/11/mms/605048789 8A41.1 #> 4661 http://id.who.int/icd/release/11/mms/1690813510/other 8A41.Y #> 4662 http://id.who.int/icd/release/11/mms/1690813510/unspecified 8A41.Z #> 4663 http://id.who.int/icd/release/11/mms/1390433308 8A42 #> 4664 http://id.who.int/icd/release/11/mms/1226230164 8A42.0 #> 4665 http://id.who.int/icd/release/11/mms/1390433308/other 8A42.Y #> 4666 http://id.who.int/icd/release/11/mms/1390433308/unspecified 8A42.Z #> 4667 http://id.who.int/icd/release/11/mms/744293382 8A43 #> 4668 http://id.who.int/icd/release/11/mms/73324466 8A43.0 #> 4669 http://id.who.int/icd/release/11/mms/869136080 8A43.1 #> 4670 http://id.who.int/icd/release/11/mms/1921504316 8A43.2 #> 4671 http://id.who.int/icd/release/11/mms/1829846416 8A43.3 #> 4672 http://id.who.int/icd/release/11/mms/1119109040 8A43.4 #> 4673 http://id.who.int/icd/release/11/mms/678566494 8A43.5 #> 4674 http://id.who.int/icd/release/11/mms/744293382/other 8A43.Y #> 4675 http://id.who.int/icd/release/11/mms/744293382/unspecified 8A43.Z #> 4676 http://id.who.int/icd/release/11/mms/468040251 8A44 #> 4677 http://id.who.int/icd/release/11/mms/1313582105 8A44.0 #> 4678 http://id.who.int/icd/release/11/mms/1085655586 8A44.1 #> 4679 http://id.who.int/icd/release/11/mms/2023359698 8A44.2 #> 4680 http://id.who.int/icd/release/11/mms/1407140179 8A44.3 #> 4681 http://id.who.int/icd/release/11/mms/796317173 8A44.4 #> 4682 http://id.who.int/icd/release/11/mms/468040251/unspecified 8A44.Z #> 4683 http://id.who.int/icd/release/11/mms/1494277413 8A45 #> 4684 http://id.who.int/icd/release/11/mms/565740065 8A45.0 #> 4685 http://id.who.int/icd/release/11/mms/1043229589 8A45.00 #> 4686 http://id.who.int/icd/release/11/mms/1098683540 8A45.01 #> 4687 http://id.who.int/icd/release/11/mms/902939755 8A45.02 #> 4688 http://id.who.int/icd/release/11/mms/565740065/other 8A45.0Y #> 4689 http://id.who.int/icd/release/11/mms/565740065/unspecified 8A45.0Z #> 4690 http://id.who.int/icd/release/11/mms/607889687 8A45.1 #> 4691 http://id.who.int/icd/release/11/mms/988300061 8A45.2 #> 4692 http://id.who.int/icd/release/11/mms/1593319304 8A45.20 #> 4693 http://id.who.int/icd/release/11/mms/937824238 8A45.21 #> 4694 http://id.who.int/icd/release/11/mms/988300061/other 8A45.2Y #> 4695 http://id.who.int/icd/release/11/mms/988300061/unspecified 8A45.2Z #> 4696 http://id.who.int/icd/release/11/mms/509209399 8A45.3 #> 4697 http://id.who.int/icd/release/11/mms/785232077 8A45.30 #> 4698 http://id.who.int/icd/release/11/mms/558060012 8A45.31 #> 4699 http://id.who.int/icd/release/11/mms/509209399/other 8A45.3Y #> 4700 http://id.who.int/icd/release/11/mms/509209399/unspecified 8A45.3Z #> 4701 http://id.who.int/icd/release/11/mms/1779279118 8A45.4 #> 4702 http://id.who.int/icd/release/11/mms/635475211 8A45.40 #> 4703 http://id.who.int/icd/release/11/mms/559743797 8A45.41 #> 4704 http://id.who.int/icd/release/11/mms/1347817850 8A45.42 #> 4705 http://id.who.int/icd/release/11/mms/1710646654 8A45.43 #> 4706 http://id.who.int/icd/release/11/mms/889409107 8A45.44 #> 4707 http://id.who.int/icd/release/11/mms/1525871868 8A45.45 #> 4708 http://id.who.int/icd/release/11/mms/1779279118/unspecified 8A45.4Z #> 4709 http://id.who.int/icd/release/11/mms/1494277413/other 8A45.Y #> 4710 http://id.who.int/icd/release/11/mms/1494277413/unspecified 8A45.Z #> 4711 http://id.who.int/icd/release/11/mms/1441661203 8A46 #> 4712 http://id.who.int/icd/release/11/mms/724748131/other 8A4Y #> 4713 http://id.who.int/icd/release/11/mms/724748131/unspecified 8A4Z #> 4714 http://id.who.int/icd/release/11/mms/1397288146 #> 4715 http://id.who.int/icd/release/11/mms/2073711696 8A60 #> 4716 http://id.who.int/icd/release/11/mms/1026250133 8A60.0 #> 4717 http://id.who.int/icd/release/11/mms/179860715 8A60.00 #> 4718 http://id.who.int/icd/release/11/mms/480321034 8A60.01 #> 4719 http://id.who.int/icd/release/11/mms/1026250133/other 8A60.0Y #> 4720 http://id.who.int/icd/release/11/mms/1026250133/unspecified 8A60.0Z #> 4721 http://id.who.int/icd/release/11/mms/194732378 8A60.1 #> 4722 http://id.who.int/icd/release/11/mms/836532562 8A60.2 #> 4723 http://id.who.int/icd/release/11/mms/1315841508 8A60.3 #> 4724 http://id.who.int/icd/release/11/mms/256917143 8A60.4 #> 4725 http://id.who.int/icd/release/11/mms/1007173668 8A60.5 #> 4726 http://id.who.int/icd/release/11/mms/512463425 8A60.6 #> 4727 http://id.who.int/icd/release/11/mms/1279568297 8A60.7 #> 4728 http://id.who.int/icd/release/11/mms/2077722839 8A60.8 #> 4729 http://id.who.int/icd/release/11/mms/1498700468 8A60.9 #> 4730 http://id.who.int/icd/release/11/mms/1617454151 8A60.A #> 4731 http://id.who.int/icd/release/11/mms/1742216565 8A60.B #> 4732 http://id.who.int/icd/release/11/mms/2073711696/other 8A60.Y #> 4733 http://id.who.int/icd/release/11/mms/2073711696/unspecified 8A60.Z #> 4734 http://id.who.int/icd/release/11/mms/517052870 8A61 #> 4735 http://id.who.int/icd/release/11/mms/1136270486 8A61.0 #> 4736 http://id.who.int/icd/release/11/mms/1632334328 8A61.00 #> 4737 http://id.who.int/icd/release/11/mms/1136270486/other 8A61.0Y #> 4738 http://id.who.int/icd/release/11/mms/1136270486/unspecified 8A61.0Z #> 4739 http://id.who.int/icd/release/11/mms/1310497511 8A61.1 #> 4740 http://id.who.int/icd/release/11/mms/1944845279 8A61.10 #> 4741 http://id.who.int/icd/release/11/mms/1255654700 8A61.11 #> 4742 http://id.who.int/icd/release/11/mms/1727727812 8A61.12 #> 4743 http://id.who.int/icd/release/11/mms/1310497511/other 8A61.1Y #> 4744 http://id.who.int/icd/release/11/mms/1310497511/unspecified 8A61.1Z #> 4745 http://id.who.int/icd/release/11/mms/1612372804 8A61.2 #> 4746 http://id.who.int/icd/release/11/mms/1046279423 8A61.20 #> 4747 http://id.who.int/icd/release/11/mms/726403046 8A61.21 #> 4748 http://id.who.int/icd/release/11/mms/951920505 8A61.22 #> 4749 http://id.who.int/icd/release/11/mms/274380122 8A61.23 #> 4750 http://id.who.int/icd/release/11/mms/1612372804/other 8A61.2Y #> 4751 http://id.who.int/icd/release/11/mms/1612372804/unspecified 8A61.2Z #> 4752 http://id.who.int/icd/release/11/mms/199580108 8A61.3 #> 4753 http://id.who.int/icd/release/11/mms/1014397110 8A61.30 #> 4754 http://id.who.int/icd/release/11/mms/519416529 8A61.31 #> 4755 http://id.who.int/icd/release/11/mms/1036649329 8A61.32 #> 4756 http://id.who.int/icd/release/11/mms/199580108/other 8A61.3Y #> 4757 http://id.who.int/icd/release/11/mms/199580108/unspecified 8A61.3Z #> 4758 http://id.who.int/icd/release/11/mms/91180764 8A61.4 #> 4759 http://id.who.int/icd/release/11/mms/276807111 8A61.40 #> 4760 http://id.who.int/icd/release/11/mms/173613583 8A61.41 #> 4761 http://id.who.int/icd/release/11/mms/91180764/other 8A61.4Y #> 4762 http://id.who.int/icd/release/11/mms/91180764/unspecified 8A61.4Z #> 4763 http://id.who.int/icd/release/11/mms/517052870/other 8A61.Y #> 4764 http://id.who.int/icd/release/11/mms/517052870/unspecified 8A61.Z #> 4765 http://id.who.int/icd/release/11/mms/1786562875 8A62 #> 4766 http://id.who.int/icd/release/11/mms/1023597213 8A62.0 #> 4767 http://id.who.int/icd/release/11/mms/651135242 8A62.1 #> 4768 http://id.who.int/icd/release/11/mms/348544271 8A62.2 #> 4769 http://id.who.int/icd/release/11/mms/1786562875/other 8A62.Y #> 4770 http://id.who.int/icd/release/11/mms/1786562875/unspecified 8A62.Z #> 4771 http://id.who.int/icd/release/11/mms/1376414432 8A63 #> 4772 http://id.who.int/icd/release/11/mms/1766832202 8A63.0 #> 4773 http://id.who.int/icd/release/11/mms/1219013782 8A63.00 #> 4774 http://id.who.int/icd/release/11/mms/501701339 8A63.01 #> 4775 http://id.who.int/icd/release/11/mms/1766832202/other 8A63.0Y #> 4776 http://id.who.int/icd/release/11/mms/1766832202/unspecified 8A63.0Z #> 4777 http://id.who.int/icd/release/11/mms/1376414432/other 8A63.Y #> 4778 http://id.who.int/icd/release/11/mms/1376414432/unspecified 8A63.Z #> 4779 http://id.who.int/icd/release/11/mms/2006527791 8A64 #> 4780 http://id.who.int/icd/release/11/mms/429021871 8A65 #> 4781 http://id.who.int/icd/release/11/mms/906174792 8A66 #> 4782 http://id.who.int/icd/release/11/mms/338178896 8A66.0 #> 4783 http://id.who.int/icd/release/11/mms/36262213 8A66.1 #> 4784 http://id.who.int/icd/release/11/mms/854964357 8A66.10 #> 4785 http://id.who.int/icd/release/11/mms/36262213/other 8A66.1Y #> 4786 http://id.who.int/icd/release/11/mms/36262213/unspecified 8A66.1Z #> 4787 http://id.who.int/icd/release/11/mms/906174792/other 8A66.Y #> 4788 http://id.who.int/icd/release/11/mms/906174792/unspecified 8A66.Z #> 4789 http://id.who.int/icd/release/11/mms/1988362682 8A67 #> 4790 http://id.who.int/icd/release/11/mms/539646260 8A68 #> 4791 http://id.who.int/icd/release/11/mms/1880404123 8A68.0 #> 4792 http://id.who.int/icd/release/11/mms/1878784470 8A68.1 #> 4793 http://id.who.int/icd/release/11/mms/1865892780 8A68.2 #> 4794 http://id.who.int/icd/release/11/mms/804063651 8A68.3 #> 4795 http://id.who.int/icd/release/11/mms/1091709256 8A68.4 #> 4796 http://id.who.int/icd/release/11/mms/1295248180 8A68.5 #> 4797 http://id.who.int/icd/release/11/mms/515072580 8A68.6 #> 4798 http://id.who.int/icd/release/11/mms/311599160 8A68.7 #> 4799 http://id.who.int/icd/release/11/mms/539646260/other 8A68.Y #> 4800 http://id.who.int/icd/release/11/mms/539646260/unspecified 8A68.Z #> 4801 http://id.who.int/icd/release/11/mms/1397288146/other 8A6Y #> 4802 http://id.who.int/icd/release/11/mms/1397288146/unspecified 8A6Z #> 4803 http://id.who.int/icd/release/11/mms/28995849 #> 4804 http://id.who.int/icd/release/11/mms/669367341 8A80 #> 4805 http://id.who.int/icd/release/11/mms/2048783472 8A80.0 #> 4806 http://id.who.int/icd/release/11/mms/525744634 8A80.1 #> 4807 http://id.who.int/icd/release/11/mms/1957063016 8A80.10 #> 4808 http://id.who.int/icd/release/11/mms/525744634/other 8A80.1Y #> 4809 http://id.who.int/icd/release/11/mms/525744634/unspecified 8A80.1Z #> 4810 http://id.who.int/icd/release/11/mms/1336990680 8A80.2 #> 4811 http://id.who.int/icd/release/11/mms/1956278970 8A80.3 #> 4812 http://id.who.int/icd/release/11/mms/1811638533 8A80.30 #> 4813 http://id.who.int/icd/release/11/mms/1956278970/other 8A80.3Y #> 4814 http://id.who.int/icd/release/11/mms/1434288855 8A80.4 #> 4815 http://id.who.int/icd/release/11/mms/669367341/other 8A80.Y #> 4816 http://id.who.int/icd/release/11/mms/669367341/unspecified 8A80.Z #> 4817 http://id.who.int/icd/release/11/mms/1410019257 8A81 #> 4818 http://id.who.int/icd/release/11/mms/1097106734 8A81.0 #> 4819 http://id.who.int/icd/release/11/mms/257205019 8A81.1 #> 4820 http://id.who.int/icd/release/11/mms/107534985 8A81.2 #> 4821 http://id.who.int/icd/release/11/mms/1410019257/other 8A81.Y #> 4822 http://id.who.int/icd/release/11/mms/1410019257/unspecified 8A81.Z #> 4823 http://id.who.int/icd/release/11/mms/607078588 8A82 #> 4824 http://id.who.int/icd/release/11/mms/1350703173 8A83 #> 4825 http://id.who.int/icd/release/11/mms/296971178 8A84 #> 4826 http://id.who.int/icd/release/11/mms/929988804 8A84.0 #> 4827 http://id.who.int/icd/release/11/mms/588039752 8A84.1 #> 4828 http://id.who.int/icd/release/11/mms/296971178/other 8A84.Y #> 4829 http://id.who.int/icd/release/11/mms/296971178/unspecified 8A84.Z #> 4830 http://id.who.int/icd/release/11/mms/1099694795 8A85 #> 4831 http://id.who.int/icd/release/11/mms/28995849/other 8A8Y #> 4832 http://id.who.int/icd/release/11/mms/28995849/unspecified 8A8Z #> 4833 http://id.who.int/icd/release/11/mms/843843448 #> 4834 http://id.who.int/icd/release/11/mms/1990827977 #> 4835 http://id.who.int/icd/release/11/mms/873092535 8B00 #> 4836 http://id.who.int/icd/release/11/mms/1401663614 8B00.0 #> 4837 http://id.who.int/icd/release/11/mms/918584808 8B00.1 #> 4838 http://id.who.int/icd/release/11/mms/656859267 8B00.2 #> 4839 http://id.who.int/icd/release/11/mms/1422422807 8B00.3 #> 4840 http://id.who.int/icd/release/11/mms/830717571 8B00.4 #> 4841 http://id.who.int/icd/release/11/mms/1160703612 8B00.5 #> 4842 http://id.who.int/icd/release/11/mms/873092535/unspecified 8B00.Z #> 4843 http://id.who.int/icd/release/11/mms/1363253283 8B01 #> 4844 http://id.who.int/icd/release/11/mms/958976948 8B01.0 #> 4845 http://id.who.int/icd/release/11/mms/247198410 8B01.1 #> 4846 http://id.who.int/icd/release/11/mms/133091217 8B01.2 #> 4847 http://id.who.int/icd/release/11/mms/1376522306 8B02 #> 4848 http://id.who.int/icd/release/11/mms/927456728 8B03 #> 4849 http://id.who.int/icd/release/11/mms/1990827977/unspecified 8B0Z #> 4850 http://id.who.int/icd/release/11/mms/1427441570 #> 4851 http://id.who.int/icd/release/11/mms/826335789 8B10 #> 4852 http://id.who.int/icd/release/11/mms/691084626 8B10.0 #> 4853 http://id.who.int/icd/release/11/mms/826335789/other 8B10.Y #> 4854 http://id.who.int/icd/release/11/mms/826335789/unspecified 8B10.Z #> 4855 http://id.who.int/icd/release/11/mms/636274910 8B11 #> 4856 http://id.who.int/icd/release/11/mms/1070137396 8B11.0 #> 4857 http://id.who.int/icd/release/11/mms/1371457 8B11.1 #> 4858 http://id.who.int/icd/release/11/mms/158815303 8B11.2 #> 4859 http://id.who.int/icd/release/11/mms/369985440 8B11.20 #> 4860 http://id.who.int/icd/release/11/mms/881743301 8B11.21 #> 4861 http://id.who.int/icd/release/11/mms/564045534 8B11.22 #> 4862 http://id.who.int/icd/release/11/mms/158815303/other 8B11.2Y #> 4863 http://id.who.int/icd/release/11/mms/158815303/unspecified 8B11.2Z #> 4864 http://id.who.int/icd/release/11/mms/1595033000 8B11.3 #> 4865 http://id.who.int/icd/release/11/mms/1444066580 8B11.4 #> 4866 http://id.who.int/icd/release/11/mms/136879689 8B11.40 #> 4867 http://id.who.int/icd/release/11/mms/975260240 8B11.41 #> 4868 http://id.who.int/icd/release/11/mms/100443965 8B11.42 #> 4869 http://id.who.int/icd/release/11/mms/906188361 8B11.43 #> 4870 http://id.who.int/icd/release/11/mms/1860038542 8B11.44 #> 4871 http://id.who.int/icd/release/11/mms/1614716959 8B11.5 #> 4872 http://id.who.int/icd/release/11/mms/1035303911 8B11.50 #> 4873 http://id.who.int/icd/release/11/mms/608901546 8B11.51 #> 4874 http://id.who.int/icd/release/11/mms/1614716959/unspecified 8B11.5Z #> 4875 http://id.who.int/icd/release/11/mms/1427441570/other 8B1Y #> 4876 http://id.who.int/icd/release/11/mms/1427441570/unspecified 8B1Z #> 4877 http://id.who.int/icd/release/11/mms/1442995018 8B20 #> 4878 http://id.who.int/icd/release/11/mms/1935481507 8B21 #> 4879 http://id.who.int/icd/release/11/mms/1261473506 8B21.0 #> 4880 http://id.who.int/icd/release/11/mms/1773362311 8B21.1 #> 4881 http://id.who.int/icd/release/11/mms/1935481507/other 8B21.Y #> 4882 http://id.who.int/icd/release/11/mms/1935481507/unspecified 8B21.Z #> 4883 http://id.who.int/icd/release/11/mms/581897143 8B22 #> 4884 http://id.who.int/icd/release/11/mms/1946814909 8B22.0 #> 4885 http://id.who.int/icd/release/11/mms/1655658429 8B22.1 #> 4886 http://id.who.int/icd/release/11/mms/1975306533 8B22.2 #> 4887 http://id.who.int/icd/release/11/mms/1502610635 8B22.3 #> 4888 http://id.who.int/icd/release/11/mms/445125730 8B22.4 #> 4889 http://id.who.int/icd/release/11/mms/153256729 8B22.40 #> 4890 http://id.who.int/icd/release/11/mms/916773262 8B22.41 #> 4891 http://id.who.int/icd/release/11/mms/679592039 8B22.42 #> 4892 http://id.who.int/icd/release/11/mms/20445424 8B22.43 #> 4893 http://id.who.int/icd/release/11/mms/445125730/other 8B22.4Y #> 4894 http://id.who.int/icd/release/11/mms/445125730/unspecified 8B22.4Z #> 4895 http://id.who.int/icd/release/11/mms/289522729 8B22.5 #> 4896 http://id.who.int/icd/release/11/mms/59881644 8B22.6 #> 4897 http://id.who.int/icd/release/11/mms/132422185 8B22.7 #> 4898 http://id.who.int/icd/release/11/mms/338103275 8B22.70 #> 4899 http://id.who.int/icd/release/11/mms/132422185/other 8B22.7Y #> 4900 http://id.who.int/icd/release/11/mms/132422185/unspecified 8B22.7Z #> 4901 http://id.who.int/icd/release/11/mms/1934215896 8B22.8 #> 4902 http://id.who.int/icd/release/11/mms/2064897712 8B22.9 #> 4903 http://id.who.int/icd/release/11/mms/2123391417 8B22.A #> 4904 http://id.who.int/icd/release/11/mms/1746892088 8B22.B #> 4905 http://id.who.int/icd/release/11/mms/133909731 8B22.C #> 4906 http://id.who.int/icd/release/11/mms/1621899838 8B22.C0 #> 4907 http://id.who.int/icd/release/11/mms/984450655 8B22.C1 #> 4908 http://id.who.int/icd/release/11/mms/133909731/other 8B22.CY #> 4909 http://id.who.int/icd/release/11/mms/133909731/unspecified 8B22.CZ #> 4910 http://id.who.int/icd/release/11/mms/581897143/other 8B22.Y #> 4911 http://id.who.int/icd/release/11/mms/1606819573 8B23 #> 4912 http://id.who.int/icd/release/11/mms/805990521 8B24 #> 4913 http://id.who.int/icd/release/11/mms/1199499236 8B24.0 #> 4914 http://id.who.int/icd/release/11/mms/805990521/other 8B24.Y #> 4915 http://id.who.int/icd/release/11/mms/805990521/unspecified 8B24.Z #> 4916 http://id.who.int/icd/release/11/mms/982373217 8B25 #> 4917 http://id.who.int/icd/release/11/mms/1390101119 8B25.0 #> 4918 http://id.who.int/icd/release/11/mms/1128128276 8B25.1 #> 4919 http://id.who.int/icd/release/11/mms/645272194 8B25.2 #> 4920 http://id.who.int/icd/release/11/mms/932220907 8B25.3 #> 4921 http://id.who.int/icd/release/11/mms/557175275 8B25.4 #> 4922 http://id.who.int/icd/release/11/mms/982373217/other 8B25.Y #> 4923 http://id.who.int/icd/release/11/mms/982373217/unspecified 8B25.Z #> 4924 http://id.who.int/icd/release/11/mms/1173205716 8B26 #> 4925 http://id.who.int/icd/release/11/mms/683064686 8B26.0 #> 4926 http://id.who.int/icd/release/11/mms/1532505850 8B26.1 #> 4927 http://id.who.int/icd/release/11/mms/1545334161 8B26.2 #> 4928 http://id.who.int/icd/release/11/mms/961552389 8B26.3 #> 4929 http://id.who.int/icd/release/11/mms/1308455164 8B26.4 #> 4930 http://id.who.int/icd/release/11/mms/1220685756 8B26.5 #> 4931 http://id.who.int/icd/release/11/mms/1041490800 8B26.50 #> 4932 http://id.who.int/icd/release/11/mms/1254011793 8B26.51 #> 4933 http://id.who.int/icd/release/11/mms/1220685756/other 8B26.5Y #> 4934 http://id.who.int/icd/release/11/mms/1220685756/unspecified 8B26.5Z #> 4935 http://id.who.int/icd/release/11/mms/1173205716/other 8B26.Y #> 4936 http://id.who.int/icd/release/11/mms/1173205716/unspecified 8B26.Z #> 4937 http://id.who.int/icd/release/11/mms/843843448/unspecified 8B2Z #> 4938 http://id.who.int/icd/release/11/mms/2021326314 #> 4939 http://id.who.int/icd/release/11/mms/1490265028 8B40 #> 4940 http://id.who.int/icd/release/11/mms/1993728609 8B41 #> 4941 http://id.who.int/icd/release/11/mms/740682437 8B42 #> 4942 http://id.who.int/icd/release/11/mms/889563712 8B43 #> 4943 http://id.who.int/icd/release/11/mms/441598289 8B43.0 #> 4944 http://id.who.int/icd/release/11/mms/27202246 8B43.1 #> 4945 http://id.who.int/icd/release/11/mms/906769340 8B43.2 #> 4946 http://id.who.int/icd/release/11/mms/889563712/other 8B43.Y #> 4947 http://id.who.int/icd/release/11/mms/889563712/unspecified 8B43.Z #> 4948 http://id.who.int/icd/release/11/mms/344973791 8B44 #> 4949 http://id.who.int/icd/release/11/mms/810807375 8B44.0 #> 4950 http://id.who.int/icd/release/11/mms/1547801209 8B44.00 #> 4951 http://id.who.int/icd/release/11/mms/1789135912 8B44.01 #> 4952 http://id.who.int/icd/release/11/mms/1613343556 8B44.02 #> 4953 http://id.who.int/icd/release/11/mms/810807375/other 8B44.0Y #> 4954 http://id.who.int/icd/release/11/mms/810807375/unspecified 8B44.0Z #> 4955 http://id.who.int/icd/release/11/mms/344973791/other 8B44.Y #> 4956 http://id.who.int/icd/release/11/mms/344973791/unspecified 8B44.Z #> 4957 http://id.who.int/icd/release/11/mms/2021326314/other 8B4Y #> 4958 http://id.who.int/icd/release/11/mms/2021326314/unspecified 8B4Z #> 4959 http://id.who.int/icd/release/11/mms/1861279867 #> 4960 http://id.who.int/icd/release/11/mms/661720689 8B60 #> 4961 http://id.who.int/icd/release/11/mms/1982355687 8B60.0 #> 4962 http://id.who.int/icd/release/11/mms/1143049440 8B60.1 #> 4963 http://id.who.int/icd/release/11/mms/2080137619 8B60.2 #> 4964 http://id.who.int/icd/release/11/mms/1282359533 8B60.3 #> 4965 http://id.who.int/icd/release/11/mms/1686688462 8B60.4 #> 4966 http://id.who.int/icd/release/11/mms/620164044 8B60.5 #> 4967 http://id.who.int/icd/release/11/mms/2090347823 8B60.6 #> 4968 http://id.who.int/icd/release/11/mms/1764644031 8B60.7 #> 4969 http://id.who.int/icd/release/11/mms/661720689/other 8B60.Y #> 4970 http://id.who.int/icd/release/11/mms/661720689/unspecified 8B60.Z #> 4971 http://id.who.int/icd/release/11/mms/71074342 8B61 #> 4972 http://id.who.int/icd/release/11/mms/915903258 8B61.0 #> 4973 http://id.who.int/icd/release/11/mms/867148636 8B61.1 #> 4974 http://id.who.int/icd/release/11/mms/677572815 8B61.2 #> 4975 http://id.who.int/icd/release/11/mms/443229384 8B61.3 #> 4976 http://id.who.int/icd/release/11/mms/870128735 8B61.4 #> 4977 http://id.who.int/icd/release/11/mms/71074342/other 8B61.Y #> 4978 http://id.who.int/icd/release/11/mms/71074342/unspecified 8B61.Z #> 4979 http://id.who.int/icd/release/11/mms/2018885243 8B62 #> 4980 http://id.who.int/icd/release/11/mms/1861279867/other 8B6Y #> 4981 http://id.who.int/icd/release/11/mms/1861279867/unspecified 8B6Z #> 4982 http://id.who.int/icd/release/11/mms/1730644960 #> 4983 http://id.who.int/icd/release/11/mms/359348642 #> 4984 http://id.who.int/icd/release/11/mms/1996431326 8B80 #> 4985 http://id.who.int/icd/release/11/mms/1697880826 8B81 #> 4986 http://id.who.int/icd/release/11/mms/1231916211 8B81.0 #> 4987 http://id.who.int/icd/release/11/mms/1697880826/other 8B81.Y #> 4988 http://id.who.int/icd/release/11/mms/1697880826/unspecified 8B81.Z #> 4989 http://id.who.int/icd/release/11/mms/76391627 8B82 #> 4990 http://id.who.int/icd/release/11/mms/1803581281 8B82.0 #> 4991 http://id.who.int/icd/release/11/mms/76391627/unspecified 8B82.Z #> 4992 http://id.who.int/icd/release/11/mms/377921406 8B83 #> 4993 http://id.who.int/icd/release/11/mms/38948641 8B84 #> 4994 http://id.who.int/icd/release/11/mms/85036106 8B85 #> 4995 http://id.who.int/icd/release/11/mms/1729725109 8B86 #> 4996 http://id.who.int/icd/release/11/mms/330617420 8B87 #> 4997 http://id.who.int/icd/release/11/mms/1640393055 8B88 #> 4998 http://id.who.int/icd/release/11/mms/2004402146 8B88.0 #> 4999 http://id.who.int/icd/release/11/mms/1882946699 8B88.1 #> 5000 http://id.who.int/icd/release/11/mms/353312397 8B88.2 #> 5001 http://id.who.int/icd/release/11/mms/1637248481 8B88.3 #> 5002 http://id.who.int/icd/release/11/mms/1640393055/other 8B88.Y #> 5003 http://id.who.int/icd/release/11/mms/1640393055/unspecified 8B88.Z #> 5004 http://id.who.int/icd/release/11/mms/359348642/other 8B8Y #> 5005 http://id.who.int/icd/release/11/mms/359348642/unspecified 8B8Z #> 5006 http://id.who.int/icd/release/11/mms/63858592 #> 5007 http://id.who.int/icd/release/11/mms/1987479592 8B90 #> 5008 http://id.who.int/icd/release/11/mms/1367254559 8B91 #> 5009 http://id.who.int/icd/release/11/mms/302246011 8B91.0 #> 5010 http://id.who.int/icd/release/11/mms/674530731 8B91.1 #> 5011 http://id.who.int/icd/release/11/mms/1367254559/other 8B91.Y #> 5012 http://id.who.int/icd/release/11/mms/1367254559/unspecified 8B91.Z #> 5013 http://id.who.int/icd/release/11/mms/875916171 8B92 #> 5014 http://id.who.int/icd/release/11/mms/329611650 8B92.0 #> 5015 http://id.who.int/icd/release/11/mms/755638638 8B92.1 #> 5016 http://id.who.int/icd/release/11/mms/1224666577 8B92.2 #> 5017 http://id.who.int/icd/release/11/mms/1271869287 8B92.3 #> 5018 http://id.who.int/icd/release/11/mms/875916171/other 8B92.Y #> 5019 http://id.who.int/icd/release/11/mms/875916171/unspecified 8B92.Z #> 5020 http://id.who.int/icd/release/11/mms/1802542189 8B93 #> 5021 http://id.who.int/icd/release/11/mms/453835806 8B93.0 #> 5022 http://id.who.int/icd/release/11/mms/525636274 8B93.1 #> 5023 http://id.who.int/icd/release/11/mms/1048832316 8B93.2 #> 5024 http://id.who.int/icd/release/11/mms/1536491255 8B93.3 #> 5025 http://id.who.int/icd/release/11/mms/290316556 8B93.4 #> 5026 http://id.who.int/icd/release/11/mms/880852176 8B93.5 #> 5027 http://id.who.int/icd/release/11/mms/1421743413 8B93.6 #> 5028 http://id.who.int/icd/release/11/mms/1784166269 8B93.7 #> 5029 http://id.who.int/icd/release/11/mms/1335192255 8B93.8 #> 5030 http://id.who.int/icd/release/11/mms/1802542189/other 8B93.Y #> 5031 http://id.who.int/icd/release/11/mms/1802542189/unspecified 8B93.Z #> 5032 http://id.who.int/icd/release/11/mms/1577503643 8B94 #> 5033 http://id.who.int/icd/release/11/mms/1770509481 8B95 #> 5034 http://id.who.int/icd/release/11/mms/63858592/other 8B9Y #> 5035 http://id.who.int/icd/release/11/mms/63858592/unspecified 8B9Z #> 5036 http://id.who.int/icd/release/11/mms/58868923 #> 5037 http://id.who.int/icd/release/11/mms/788742861 8C00 #> 5038 http://id.who.int/icd/release/11/mms/1719029386 8C01 #> 5039 http://id.who.int/icd/release/11/mms/1196874419 8C01.0 #> 5040 http://id.who.int/icd/release/11/mms/886881148 8C01.1 #> 5041 http://id.who.int/icd/release/11/mms/1692167541 8C01.2 #> 5042 http://id.who.int/icd/release/11/mms/224318510 8C01.3 #> 5043 http://id.who.int/icd/release/11/mms/1719029386/other 8C01.Y #> 5044 http://id.who.int/icd/release/11/mms/1719029386/unspecified 8C01.Z #> 5045 http://id.who.int/icd/release/11/mms/1584778394 8C03 #> 5046 http://id.who.int/icd/release/11/mms/1837670870 8C03.0 #> 5047 http://id.who.int/icd/release/11/mms/1691058302 8C03.1 #> 5048 http://id.who.int/icd/release/11/mms/1063419800 8C03.2 #> 5049 http://id.who.int/icd/release/11/mms/1567256935 8C03.3 #> 5050 http://id.who.int/icd/release/11/mms/941735155 8C03.4 #> 5051 http://id.who.int/icd/release/11/mms/1584778394/other 8C03.Y #> 5052 http://id.who.int/icd/release/11/mms/1584778394/unspecified 8C03.Z #> 5053 http://id.who.int/icd/release/11/mms/58868923/other 8C0Y #> 5054 http://id.who.int/icd/release/11/mms/58868923/unspecified 8C0Z #> 5055 http://id.who.int/icd/release/11/mms/1866592137 #> 5056 http://id.who.int/icd/release/11/mms/304675531 8C10 #> 5057 http://id.who.int/icd/release/11/mms/1275186848 8C10.0 #> 5058 http://id.who.int/icd/release/11/mms/1575441355 8C10.1 #> 5059 http://id.who.int/icd/release/11/mms/950836831 8C10.2 #> 5060 http://id.who.int/icd/release/11/mms/304675531/other 8C10.Y #> 5061 http://id.who.int/icd/release/11/mms/304675531/unspecified 8C10.Z #> 5062 http://id.who.int/icd/release/11/mms/2002990943 8C11 #> 5063 http://id.who.int/icd/release/11/mms/1358497313 8C11.0 #> 5064 http://id.who.int/icd/release/11/mms/1379565645 8C11.00 #> 5065 http://id.who.int/icd/release/11/mms/1358497313/other 8C11.0Y #> 5066 http://id.who.int/icd/release/11/mms/1358497313/unspecified 8C11.0Z #> 5067 http://id.who.int/icd/release/11/mms/900910005 8C11.1 #> 5068 http://id.who.int/icd/release/11/mms/1092590410 8C11.2 #> 5069 http://id.who.int/icd/release/11/mms/609507040 8C11.3 #> 5070 http://id.who.int/icd/release/11/mms/1471857996 8C11.4 #> 5071 http://id.who.int/icd/release/11/mms/854657246 8C11.5 #> 5072 http://id.who.int/icd/release/11/mms/1180456993 8C11.6 #> 5073 http://id.who.int/icd/release/11/mms/2002990943/other 8C11.Y #> 5074 http://id.who.int/icd/release/11/mms/2002990943/unspecified 8C11.Z #> 5075 http://id.who.int/icd/release/11/mms/168436253 8C12 #> 5076 http://id.who.int/icd/release/11/mms/511563165 8C12.0 #> 5077 http://id.who.int/icd/release/11/mms/1838368265 8C12.1 #> 5078 http://id.who.int/icd/release/11/mms/1793371217 8C12.2 #> 5079 http://id.who.int/icd/release/11/mms/1107508852 8C12.3 #> 5080 http://id.who.int/icd/release/11/mms/1879763573 8C12.4 #> 5081 http://id.who.int/icd/release/11/mms/1568116015 8C12.5 #> 5082 http://id.who.int/icd/release/11/mms/168436253/other 8C12.Y #> 5083 http://id.who.int/icd/release/11/mms/1866592137/other 8C1Y #> 5084 http://id.who.int/icd/release/11/mms/1866592137/unspecified 8C1Z #> 5085 http://id.who.int/icd/release/11/mms/1820169460 #> 5086 http://id.who.int/icd/release/11/mms/1538134578 8C20 #> 5087 http://id.who.int/icd/release/11/mms/1207560843 8C20.0 #> 5088 http://id.who.int/icd/release/11/mms/403896648 8C20.1 #> 5089 http://id.who.int/icd/release/11/mms/1389094589 8C20.2 #> 5090 http://id.who.int/icd/release/11/mms/1538134578/other 8C20.Y #> 5091 http://id.who.int/icd/release/11/mms/1538134578/unspecified 8C20.Z #> 5092 http://id.who.int/icd/release/11/mms/1091217288 8C21 #> 5093 http://id.who.int/icd/release/11/mms/1989773046 8C21.0 #> 5094 http://id.who.int/icd/release/11/mms/831377479 8C21.1 #> 5095 http://id.who.int/icd/release/11/mms/1831234152 8C21.2 #> 5096 http://id.who.int/icd/release/11/mms/1411011731 8C21.3 #> 5097 http://id.who.int/icd/release/11/mms/1091217288/other 8C21.Y #> 5098 http://id.who.int/icd/release/11/mms/1091217288/unspecified 8C21.Z #> 5099 http://id.who.int/icd/release/11/mms/1820169460/other 8C2Y #> 5100 http://id.who.int/icd/release/11/mms/1820169460/unspecified 8C2Z #> 5101 http://id.who.int/icd/release/11/mms/1730644960/other 8C4Y #> 5102 http://id.who.int/icd/release/11/mms/1730644960/unspecified 8C4Z #> 5103 http://id.who.int/icd/release/11/mms/1297080916 #> 5104 http://id.who.int/icd/release/11/mms/1425591047 #> 5105 http://id.who.int/icd/release/11/mms/1270100227 8C60 #> 5106 http://id.who.int/icd/release/11/mms/600370025 8C60.0 #> 5107 http://id.who.int/icd/release/11/mms/1270100227/other 8C60.Y #> 5108 http://id.who.int/icd/release/11/mms/1270100227/unspecified 8C60.Z #> 5109 http://id.who.int/icd/release/11/mms/1515367530 8C61 #> 5110 http://id.who.int/icd/release/11/mms/796417193 8C62 #> 5111 http://id.who.int/icd/release/11/mms/1425591047/other 8C6Y #> 5112 http://id.who.int/icd/release/11/mms/1425591047/unspecified 8C6Z #> 5113 http://id.who.int/icd/release/11/mms/833816211 #> 5114 http://id.who.int/icd/release/11/mms/1464662404 8C70 #> 5115 http://id.who.int/icd/release/11/mms/690532643 8C70.0 #> 5116 http://id.who.int/icd/release/11/mms/1479561744 8C70.1 #> 5117 http://id.who.int/icd/release/11/mms/749295636 8C70.2 #> 5118 http://id.who.int/icd/release/11/mms/621965073 8C70.3 #> 5119 http://id.who.int/icd/release/11/mms/887807212 8C70.4 #> 5120 http://id.who.int/icd/release/11/mms/537908479 8C70.40 #> 5121 http://id.who.int/icd/release/11/mms/319162980 8C70.41 #> 5122 http://id.who.int/icd/release/11/mms/887807212/other 8C70.4Y #> 5123 http://id.who.int/icd/release/11/mms/887807212/unspecified 8C70.4Z #> 5124 http://id.who.int/icd/release/11/mms/1224331149 8C70.5 #> 5125 http://id.who.int/icd/release/11/mms/396687076 8C70.6 #> 5126 http://id.who.int/icd/release/11/mms/1464662404/other 8C70.Y #> 5127 http://id.who.int/icd/release/11/mms/1464662404/unspecified 8C70.Z #> 5128 http://id.who.int/icd/release/11/mms/839332886 8C71 #> 5129 http://id.who.int/icd/release/11/mms/192087511 8C71.0 #> 5130 http://id.who.int/icd/release/11/mms/1725668060 8C71.1 #> 5131 http://id.who.int/icd/release/11/mms/1916703439 8C71.2 #> 5132 http://id.who.int/icd/release/11/mms/40657776 8C71.3 #> 5133 http://id.who.int/icd/release/11/mms/646523932 8C71.4 #> 5134 http://id.who.int/icd/release/11/mms/715714152 8C71.5 #> 5135 http://id.who.int/icd/release/11/mms/839332886/other 8C71.Y #> 5136 http://id.who.int/icd/release/11/mms/839332886/unspecified 8C71.Z #> 5137 http://id.who.int/icd/release/11/mms/1185572073 8C72 #> 5138 http://id.who.int/icd/release/11/mms/854289056 8C72.0 #> 5139 http://id.who.int/icd/release/11/mms/1996502540 8C72.00 #> 5140 http://id.who.int/icd/release/11/mms/742097637 8C72.01 #> 5141 http://id.who.int/icd/release/11/mms/2065822840 8C72.02 #> 5142 http://id.who.int/icd/release/11/mms/854289056/other 8C72.0Y #> 5143 http://id.who.int/icd/release/11/mms/854289056/unspecified 8C72.0Z #> 5144 http://id.who.int/icd/release/11/mms/514523225 8C72.1 #> 5145 http://id.who.int/icd/release/11/mms/1185572073/other 8C72.Y #> 5146 http://id.who.int/icd/release/11/mms/1185572073/unspecified 8C72.Z #> 5147 http://id.who.int/icd/release/11/mms/601991549 8C73 #> 5148 http://id.who.int/icd/release/11/mms/607844076 8C73.0 #> 5149 http://id.who.int/icd/release/11/mms/2089784682 8C73.1 #> 5150 http://id.who.int/icd/release/11/mms/601991549/other 8C73.Y #> 5151 http://id.who.int/icd/release/11/mms/601991549/unspecified 8C73.Z #> 5152 http://id.who.int/icd/release/11/mms/1222696062 8C74 #> 5153 http://id.who.int/icd/release/11/mms/1740060527 8C74.0 #> 5154 http://id.who.int/icd/release/11/mms/577112387 8C74.1 #> 5155 http://id.who.int/icd/release/11/mms/1494773635 8C74.10 #> 5156 http://id.who.int/icd/release/11/mms/1308452752 8C74.11 #> 5157 http://id.who.int/icd/release/11/mms/577112387/other 8C74.1Y #> 5158 http://id.who.int/icd/release/11/mms/577112387/unspecified 8C74.1Z #> 5159 http://id.who.int/icd/release/11/mms/1222696062/other 8C74.Y #> 5160 http://id.who.int/icd/release/11/mms/1222696062/unspecified 8C74.Z #> 5161 http://id.who.int/icd/release/11/mms/596283352 8C75 #> 5162 http://id.who.int/icd/release/11/mms/125656853 8C76 #> 5163 http://id.who.int/icd/release/11/mms/1877039847 8C77 #> 5164 http://id.who.int/icd/release/11/mms/1397199211 8C78 #> 5165 http://id.who.int/icd/release/11/mms/833816211/other 8C7Y #> 5166 http://id.who.int/icd/release/11/mms/833816211/unspecified 8C7Z #> 5167 http://id.who.int/icd/release/11/mms/1159616108 #> 5168 http://id.who.int/icd/release/11/mms/1456167356 8C80 #> 5169 http://id.who.int/icd/release/11/mms/1227790808 8C81 #> 5170 http://id.who.int/icd/release/11/mms/952636146 8C82 #> 5171 http://id.who.int/icd/release/11/mms/946840192 8C83 #> 5172 http://id.who.int/icd/release/11/mms/248272428 8C84 #> 5173 http://id.who.int/icd/release/11/mms/1159616108/other 8C8Y #> 5174 http://id.who.int/icd/release/11/mms/1159616108/unspecified 8C8Z #> 5175 http://id.who.int/icd/release/11/mms/1297080916/other 8D0Y #> 5176 http://id.who.int/icd/release/11/mms/1297080916/unspecified 8D0Z #> 5177 http://id.who.int/icd/release/11/mms/76906748 #> 5178 http://id.who.int/icd/release/11/mms/1426032265 8D20 #> 5179 http://id.who.int/icd/release/11/mms/1429906313 8D20.0 #> 5180 http://id.who.int/icd/release/11/mms/1655375736 8D20.1 #> 5181 http://id.who.int/icd/release/11/mms/1155284708 8D20.10 #> 5182 http://id.who.int/icd/release/11/mms/563606390 8D20.11 #> 5183 http://id.who.int/icd/release/11/mms/1655375736/unspecified 8D20.1Z #> 5184 http://id.who.int/icd/release/11/mms/1426032265/other 8D20.Y #> 5185 http://id.who.int/icd/release/11/mms/1426032265/unspecified 8D20.Z #> 5186 http://id.who.int/icd/release/11/mms/812740125 8D21 #> 5187 http://id.who.int/icd/release/11/mms/1134558601 8D22 #> 5188 http://id.who.int/icd/release/11/mms/1834138618 8D23 #> 5189 http://id.who.int/icd/release/11/mms/76906748/other 8D2Y #> 5190 http://id.who.int/icd/release/11/mms/76906748/unspecified 8D2Z #> 5191 http://id.who.int/icd/release/11/mms/1119245712 #> 5192 http://id.who.int/icd/release/11/mms/96676503 8D40 #> 5193 http://id.who.int/icd/release/11/mms/1340134114 8D40.0 #> 5194 http://id.who.int/icd/release/11/mms/2053072995 8D40.1 #> 5195 http://id.who.int/icd/release/11/mms/2120094266 8D40.2 #> 5196 http://id.who.int/icd/release/11/mms/392405182 8D40.3 #> 5197 http://id.who.int/icd/release/11/mms/96676503/other 8D40.Y #> 5198 http://id.who.int/icd/release/11/mms/96676503/unspecified 8D40.Z #> 5199 http://id.who.int/icd/release/11/mms/2109612285 8D41 #> 5200 http://id.who.int/icd/release/11/mms/378925042 8D41.0 #> 5201 http://id.who.int/icd/release/11/mms/165764269 8D41.1 #> 5202 http://id.who.int/icd/release/11/mms/819815000 8D41.2 #> 5203 http://id.who.int/icd/release/11/mms/2109612285/other 8D41.Y #> 5204 http://id.who.int/icd/release/11/mms/2109612285/unspecified 8D41.Z #> 5205 http://id.who.int/icd/release/11/mms/2098488072 8D42 #> 5206 http://id.who.int/icd/release/11/mms/2083995737 8D43 #> 5207 http://id.who.int/icd/release/11/mms/932482258 8D43.0 #> 5208 http://id.who.int/icd/release/11/mms/1942289108 8D43.00 #> 5209 http://id.who.int/icd/release/11/mms/932482258/other 8D43.0Y #> 5210 http://id.who.int/icd/release/11/mms/932482258/unspecified 8D43.0Z #> 5211 http://id.who.int/icd/release/11/mms/1954122838 8D43.1 #> 5212 http://id.who.int/icd/release/11/mms/1851919630 8D43.2 #> 5213 http://id.who.int/icd/release/11/mms/1188133517 8D43.20 #> 5214 http://id.who.int/icd/release/11/mms/1067183755 8D43.21 #> 5215 http://id.who.int/icd/release/11/mms/1851919630/other 8D43.2Y #> 5216 http://id.who.int/icd/release/11/mms/1851919630/unspecified 8D43.2Z #> 5217 http://id.who.int/icd/release/11/mms/2140847857 8D43.3 #> 5218 http://id.who.int/icd/release/11/mms/1462849226 8D43.4 #> 5219 http://id.who.int/icd/release/11/mms/130311653 8D43.5 #> 5220 http://id.who.int/icd/release/11/mms/2083995737/other 8D43.Y #> 5221 http://id.who.int/icd/release/11/mms/2083995737/unspecified 8D43.Z #> 5222 http://id.who.int/icd/release/11/mms/1001737902 8D44 #> 5223 http://id.who.int/icd/release/11/mms/597341977 8D44.0 #> 5224 http://id.who.int/icd/release/11/mms/864064554 8D44.1 #> 5225 http://id.who.int/icd/release/11/mms/1001737902/other 8D44.Y #> 5226 http://id.who.int/icd/release/11/mms/1001737902/unspecified 8D44.Z #> 5227 http://id.who.int/icd/release/11/mms/1119245712/other 8D4Y #> 5228 http://id.who.int/icd/release/11/mms/1119245712/unspecified 8D4Z #> 5229 http://id.who.int/icd/release/11/mms/23958598 #> 5230 http://id.who.int/icd/release/11/mms/925785183 8D60 #> 5231 http://id.who.int/icd/release/11/mms/906840560 8D60.0 #> 5232 http://id.who.int/icd/release/11/mms/1139074029 8D60.1 #> 5233 http://id.who.int/icd/release/11/mms/925785183/other 8D60.Y #> 5234 http://id.who.int/icd/release/11/mms/925785183/unspecified 8D60.Z #> 5235 http://id.who.int/icd/release/11/mms/363695674 8D61 #> 5236 http://id.who.int/icd/release/11/mms/1304151002 8D61.0 #> 5237 http://id.who.int/icd/release/11/mms/847306949 8D61.1 #> 5238 http://id.who.int/icd/release/11/mms/363695674/other 8D61.Y #> 5239 http://id.who.int/icd/release/11/mms/363695674/unspecified 8D61.Z #> 5240 http://id.who.int/icd/release/11/mms/1951379921 8D62 #> 5241 http://id.who.int/icd/release/11/mms/396857647 8D63 #> 5242 http://id.who.int/icd/release/11/mms/574533444 8D64 #> 5243 http://id.who.int/icd/release/11/mms/186577228 8D64.0 #> 5244 http://id.who.int/icd/release/11/mms/2109061166 8D64.00 #> 5245 http://id.who.int/icd/release/11/mms/969058597 8D64.01 #> 5246 http://id.who.int/icd/release/11/mms/760084407 8D64.02 #> 5247 http://id.who.int/icd/release/11/mms/140858085 8D64.03 #> 5248 http://id.who.int/icd/release/11/mms/1507346489 8D64.04 #> 5249 http://id.who.int/icd/release/11/mms/186577228/other 8D64.0Y #> 5250 http://id.who.int/icd/release/11/mms/186577228/unspecified 8D64.0Z #> 5251 http://id.who.int/icd/release/11/mms/210183601 8D64.1 #> 5252 http://id.who.int/icd/release/11/mms/1943473314 8D64.10 #> 5253 http://id.who.int/icd/release/11/mms/210183601/other 8D64.1Y #> 5254 http://id.who.int/icd/release/11/mms/210183601/unspecified 8D64.1Z #> 5255 http://id.who.int/icd/release/11/mms/175641220 8D64.2 #> 5256 http://id.who.int/icd/release/11/mms/574533444/unspecified 8D64.Z #> 5257 http://id.who.int/icd/release/11/mms/501432887 8D65 #> 5258 http://id.who.int/icd/release/11/mms/1925186604 8D66 #> 5259 http://id.who.int/icd/release/11/mms/1218010255 8D66.0 #> 5260 http://id.who.int/icd/release/11/mms/1644720463 8D66.1 #> 5261 http://id.who.int/icd/release/11/mms/500607680 8D66.2 #> 5262 http://id.who.int/icd/release/11/mms/1925186604/other 8D66.Y #> 5263 http://id.who.int/icd/release/11/mms/1925186604/unspecified 8D66.Z #> 5264 http://id.who.int/icd/release/11/mms/943887241 8D67 #> 5265 http://id.who.int/icd/release/11/mms/39546655 8D68 #> 5266 http://id.who.int/icd/release/11/mms/23958598/other 8D6Y #> 5267 http://id.who.int/icd/release/11/mms/23958598/unspecified 8D6Z #> 5268 http://id.who.int/icd/release/11/mms/1397803237 #> 5269 http://id.who.int/icd/release/11/mms/2116276188 8D80 #> 5270 http://id.who.int/icd/release/11/mms/277330929 8D81 #> 5271 http://id.who.int/icd/release/11/mms/1160623406 8D82 #> 5272 http://id.who.int/icd/release/11/mms/1581548100 8D83 #> 5273 http://id.who.int/icd/release/11/mms/734022291 8D84 #> 5274 http://id.who.int/icd/release/11/mms/203881550 8D85 #> 5275 http://id.who.int/icd/release/11/mms/1664269943 8D86 #> 5276 http://id.who.int/icd/release/11/mms/1788999168 8D87 #> 5277 http://id.who.int/icd/release/11/mms/1890931931 8D87.0 #> 5278 http://id.who.int/icd/release/11/mms/1585600114 8D87.00 #> 5279 http://id.who.int/icd/release/11/mms/296753000 8D87.01 #> 5280 http://id.who.int/icd/release/11/mms/1890931931/other 8D87.0Y #> 5281 http://id.who.int/icd/release/11/mms/1890931931/unspecified 8D87.0Z #> 5282 http://id.who.int/icd/release/11/mms/1788999168/other 8D87.Y #> 5283 http://id.who.int/icd/release/11/mms/1521910549 8D88 #> 5284 http://id.who.int/icd/release/11/mms/127264300 8D88.0 #> 5285 http://id.who.int/icd/release/11/mms/1129679469 8D88.1 #> 5286 http://id.who.int/icd/release/11/mms/2014951545 8D88.2 #> 5287 http://id.who.int/icd/release/11/mms/216771343 8D88.3 #> 5288 http://id.who.int/icd/release/11/mms/1036220334 8D88.4 #> 5289 http://id.who.int/icd/release/11/mms/1521910549/other 8D88.Y #> 5290 http://id.who.int/icd/release/11/mms/1521910549/unspecified 8D88.Z #> 5291 http://id.who.int/icd/release/11/mms/1611190259 8D89 #> 5292 http://id.who.int/icd/release/11/mms/952365682 8D89.0 #> 5293 http://id.who.int/icd/release/11/mms/177994271 8D89.1 #> 5294 http://id.who.int/icd/release/11/mms/1533647472 8D89.2 #> 5295 http://id.who.int/icd/release/11/mms/880662615 8D89.3 #> 5296 http://id.who.int/icd/release/11/mms/1611190259/other 8D89.Y #> 5297 http://id.who.int/icd/release/11/mms/1611190259/unspecified 8D89.Z #> 5298 http://id.who.int/icd/release/11/mms/1525992437 8D8A #> 5299 http://id.who.int/icd/release/11/mms/178756462 8D8A.1 #> 5300 http://id.who.int/icd/release/11/mms/945171796 8D8A.2 #> 5301 http://id.who.int/icd/release/11/mms/1525992437/other 8D8A.Y #> 5302 http://id.who.int/icd/release/11/mms/1525992437/unspecified 8D8A.Z #> 5303 http://id.who.int/icd/release/11/mms/253529546 8D8B #> 5304 http://id.who.int/icd/release/11/mms/1401282234 8D8C #> 5305 http://id.who.int/icd/release/11/mms/468605135 8D8D #> 5306 http://id.who.int/icd/release/11/mms/1397803237/other 8D8Y #> 5307 http://id.who.int/icd/release/11/mms/1397803237/unspecified 8D8Z #> 5308 http://id.who.int/icd/release/11/mms/1965146397 #> 5309 http://id.who.int/icd/release/11/mms/1553463690 8E00 #> 5310 http://id.who.int/icd/release/11/mms/672974943 8E01 #> 5311 http://id.who.int/icd/release/11/mms/437591130 8E01.0 #> 5312 http://id.who.int/icd/release/11/mms/553889510 8E01.1 #> 5313 http://id.who.int/icd/release/11/mms/378572696 8E01.2 #> 5314 http://id.who.int/icd/release/11/mms/873684477 8E01.3 #> 5315 http://id.who.int/icd/release/11/mms/672974943/unspecified 8E01.Z #> 5316 http://id.who.int/icd/release/11/mms/542527938 8E02 #> 5317 http://id.who.int/icd/release/11/mms/607607042 8E02.0 #> 5318 http://id.who.int/icd/release/11/mms/406818835 8E02.1 #> 5319 http://id.who.int/icd/release/11/mms/669154658 8E02.2 #> 5320 http://id.who.int/icd/release/11/mms/526373816 8E02.3 #> 5321 http://id.who.int/icd/release/11/mms/542527938/other 8E02.Y #> 5322 http://id.who.int/icd/release/11/mms/542527938/unspecified 8E02.Z #> 5323 http://id.who.int/icd/release/11/mms/172957869 8E03 #> 5324 http://id.who.int/icd/release/11/mms/1965146397/other 8E0Y #> 5325 http://id.who.int/icd/release/11/mms/1965146397/unspecified 8E0Z #> 5326 http://id.who.int/icd/release/11/mms/81068077 #> 5327 http://id.who.int/icd/release/11/mms/920441900 8E20 #> 5328 http://id.who.int/icd/release/11/mms/151075161 8E21 #> 5329 http://id.who.int/icd/release/11/mms/1049761831 8E22 #> 5330 http://id.who.int/icd/release/11/mms/627002292 8E22.0 #> 5331 http://id.who.int/icd/release/11/mms/391552949 8E22.1 #> 5332 http://id.who.int/icd/release/11/mms/1049761831/other 8E22.Y #> 5333 http://id.who.int/icd/release/11/mms/1049761831/unspecified 8E22.Z #> 5334 http://id.who.int/icd/release/11/mms/81068077/other 8E2Y #> 5335 http://id.who.int/icd/release/11/mms/81068077/unspecified 8E2Z #> 5336 http://id.who.int/icd/release/11/mms/988657115 #> 5337 http://id.who.int/icd/release/11/mms/631153919 8E40 #> 5338 http://id.who.int/icd/release/11/mms/262966673 8E40.0 #> 5339 http://id.who.int/icd/release/11/mms/1988072105 8E40.1 #> 5340 http://id.who.int/icd/release/11/mms/50907154 8E40.2 #> 5341 http://id.who.int/icd/release/11/mms/414817254 8E40.3 #> 5342 http://id.who.int/icd/release/11/mms/631153919/other 8E40.Y #> 5343 http://id.who.int/icd/release/11/mms/631153919/unspecified 8E40.Z #> 5344 http://id.who.int/icd/release/11/mms/592562777 8E41 #> 5345 http://id.who.int/icd/release/11/mms/1413081426 8E41.0 #> 5346 http://id.who.int/icd/release/11/mms/2114942178 8E41.1 #> 5347 http://id.who.int/icd/release/11/mms/592562777/other 8E41.Y #> 5348 http://id.who.int/icd/release/11/mms/592562777/unspecified 8E41.Z #> 5349 http://id.who.int/icd/release/11/mms/931843870 8E42 #> 5350 http://id.who.int/icd/release/11/mms/292232825 8E43 #> 5351 http://id.who.int/icd/release/11/mms/1339785363 8E43.0 #> 5352 http://id.who.int/icd/release/11/mms/1994899048 8E43.00 #> 5353 http://id.who.int/icd/release/11/mms/1339785363/other 8E43.0Y #> 5354 http://id.who.int/icd/release/11/mms/1339785363/unspecified 8E43.0Z #> 5355 http://id.who.int/icd/release/11/mms/292232825/other 8E43.Y #> 5356 http://id.who.int/icd/release/11/mms/292232825/unspecified 8E43.Z #> 5357 http://id.who.int/icd/release/11/mms/1054910242 8E44 #> 5358 http://id.who.int/icd/release/11/mms/17562655 8E45 #> 5359 http://id.who.int/icd/release/11/mms/649014905 8E46 #> 5360 http://id.who.int/icd/release/11/mms/1375895174 8E47 #> 5361 http://id.who.int/icd/release/11/mms/1993680150 8E48 #> 5362 http://id.who.int/icd/release/11/mms/569175314 8E49 #> 5363 http://id.who.int/icd/release/11/mms/1058231555 8E4A #> 5364 http://id.who.int/icd/release/11/mms/496011112 8E4A.0 #> 5365 http://id.who.int/icd/release/11/mms/1029892421 8E4A.1 #> 5366 http://id.who.int/icd/release/11/mms/1381491944 8E4A.2 #> 5367 http://id.who.int/icd/release/11/mms/1129607960 8E4A.3 #> 5368 http://id.who.int/icd/release/11/mms/1058231555/other 8E4A.Y #> 5369 http://id.who.int/icd/release/11/mms/1058231555/unspecified 8E4A.Z #> 5370 http://id.who.int/icd/release/11/mms/988657115/other 8E4Y #> 5371 http://id.who.int/icd/release/11/mms/1510094736 #> 5372 http://id.who.int/icd/release/11/mms/2119823866 8E60 #> 5373 http://id.who.int/icd/release/11/mms/1326708572 8E61 #> 5374 http://id.who.int/icd/release/11/mms/1677166437 8E61.0 #> 5375 http://id.who.int/icd/release/11/mms/173980297 8E61.1 #> 5376 http://id.who.int/icd/release/11/mms/1326708572/unspecified 8E61.Z #> 5377 http://id.who.int/icd/release/11/mms/650483154 8E62 #> 5378 http://id.who.int/icd/release/11/mms/1874488044 8E63 #> 5379 http://id.who.int/icd/release/11/mms/1264526752 8E64 #> 5380 http://id.who.int/icd/release/11/mms/218792925 8E66 #> 5381 http://id.who.int/icd/release/11/mms/1296093776/other 8E7Y #> 5382 http://id.who.int/icd/release/11/mms/1296093776/unspecified 8E7Z #> 5383 http://id.who.int/icd/release/11/mms/868865918 #> 5384 http://id.who.int/icd/release/11/mms/946652467 #> 5385 http://id.who.int/icd/release/11/mms/73229602 #> 5386 http://id.who.int/icd/release/11/mms/1131758138 9A00 #> 5387 http://id.who.int/icd/release/11/mms/2051636429 9A00.0 #> 5388 http://id.who.int/icd/release/11/mms/210416501 9A00.1 #> 5389 http://id.who.int/icd/release/11/mms/1131758138/other 9A00.Y #> 5390 http://id.who.int/icd/release/11/mms/1131758138/unspecified 9A00.Z #> 5391 http://id.who.int/icd/release/11/mms/1435390252 9A01 #> 5392 http://id.who.int/icd/release/11/mms/1489677992 9A01.0 #> 5393 http://id.who.int/icd/release/11/mms/247839673 9A01.1 #> 5394 http://id.who.int/icd/release/11/mms/1259721857 9A01.2 #> 5395 http://id.who.int/icd/release/11/mms/522397394 9A01.20 #> 5396 http://id.who.int/icd/release/11/mms/1804498477 9A01.21 #> 5397 http://id.who.int/icd/release/11/mms/1259721857/unspecified 9A01.2Z #> 5398 http://id.who.int/icd/release/11/mms/1475156994 9A01.3 #> 5399 http://id.who.int/icd/release/11/mms/1251112127 9A01.4 #> 5400 http://id.who.int/icd/release/11/mms/1435390252/other 9A01.Y #> 5401 http://id.who.int/icd/release/11/mms/1435390252/unspecified 9A01.Z #> 5402 http://id.who.int/icd/release/11/mms/1504678744 9A02 #> 5403 http://id.who.int/icd/release/11/mms/777918741 9A02.0 #> 5404 http://id.who.int/icd/release/11/mms/278788556 9A02.00 #> 5405 http://id.who.int/icd/release/11/mms/217389712 9A02.01 #> 5406 http://id.who.int/icd/release/11/mms/777918741/other 9A02.0Y #> 5407 http://id.who.int/icd/release/11/mms/777918741/unspecified 9A02.0Z #> 5408 http://id.who.int/icd/release/11/mms/1248470145 9A02.1 #> 5409 http://id.who.int/icd/release/11/mms/1464324556 9A02.2 #> 5410 http://id.who.int/icd/release/11/mms/2113471999 9A02.4 #> 5411 http://id.who.int/icd/release/11/mms/1504678744/other 9A02.Y #> 5412 http://id.who.int/icd/release/11/mms/1504678744/unspecified 9A02.Z #> 5413 http://id.who.int/icd/release/11/mms/1305335252 9A03 #> 5414 http://id.who.int/icd/release/11/mms/1361674069 9A03.0 #> 5415 http://id.who.int/icd/release/11/mms/590216180 9A03.00 #> 5416 http://id.who.int/icd/release/11/mms/1150073195 9A03.01 #> 5417 http://id.who.int/icd/release/11/mms/807528854 9A03.02 #> 5418 http://id.who.int/icd/release/11/mms/1433019392 9A03.03 #> 5419 http://id.who.int/icd/release/11/mms/1361674069/other 9A03.0Y #> 5420 http://id.who.int/icd/release/11/mms/1361674069/unspecified 9A03.0Z #> 5421 http://id.who.int/icd/release/11/mms/1516023078 9A03.1 #> 5422 http://id.who.int/icd/release/11/mms/1058496688 9A03.10 #> 5423 http://id.who.int/icd/release/11/mms/1270493263 9A03.11 #> 5424 http://id.who.int/icd/release/11/mms/787611099 9A03.12 #> 5425 http://id.who.int/icd/release/11/mms/1562340943 9A03.13 #> 5426 http://id.who.int/icd/release/11/mms/1516023078/other 9A03.1Y #> 5427 http://id.who.int/icd/release/11/mms/1516023078/unspecified 9A03.1Z #> 5428 http://id.who.int/icd/release/11/mms/857829804 9A03.2 #> 5429 http://id.who.int/icd/release/11/mms/1758603433 9A03.20 #> 5430 http://id.who.int/icd/release/11/mms/478115926 9A03.21 #> 5431 http://id.who.int/icd/release/11/mms/2033497540 9A03.22 #> 5432 http://id.who.int/icd/release/11/mms/182068824 9A03.23 #> 5433 http://id.who.int/icd/release/11/mms/949937547 9A03.24 #> 5434 http://id.who.int/icd/release/11/mms/857829804/other 9A03.2Y #> 5435 http://id.who.int/icd/release/11/mms/857829804/unspecified 9A03.2Z #> 5436 http://id.who.int/icd/release/11/mms/45050905 9A03.3 #> 5437 http://id.who.int/icd/release/11/mms/1200365909 9A03.4 #> 5438 http://id.who.int/icd/release/11/mms/1868697470 9A03.40 #> 5439 http://id.who.int/icd/release/11/mms/466575235 9A03.41 #> 5440 http://id.who.int/icd/release/11/mms/2122617367 9A03.42 #> 5441 http://id.who.int/icd/release/11/mms/1200365909/other 9A03.4Y #> 5442 http://id.who.int/icd/release/11/mms/1200365909/unspecified 9A03.4Z #> 5443 http://id.who.int/icd/release/11/mms/45565998 9A03.5 #> 5444 http://id.who.int/icd/release/11/mms/1305335252/other 9A03.Y #> 5445 http://id.who.int/icd/release/11/mms/1305335252/unspecified 9A03.Z #> 5446 http://id.who.int/icd/release/11/mms/1105991600 9A04 #> 5447 http://id.who.int/icd/release/11/mms/945071067 9A04.0 #> 5448 http://id.who.int/icd/release/11/mms/932302401 9A04.1 #> 5449 http://id.who.int/icd/release/11/mms/1105991600/other 9A04.Y #> 5450 http://id.who.int/icd/release/11/mms/1105991600/unspecified 9A04.Z #> 5451 http://id.who.int/icd/release/11/mms/67586876 9A05 #> 5452 http://id.who.int/icd/release/11/mms/1824866828 9A05.0 #> 5453 http://id.who.int/icd/release/11/mms/175877584 9A05.1 #> 5454 http://id.who.int/icd/release/11/mms/67586876/other 9A05.Y #> 5455 http://id.who.int/icd/release/11/mms/67586876/unspecified 9A05.Z #> 5456 http://id.who.int/icd/release/11/mms/136743240 9A06 #> 5457 http://id.who.int/icd/release/11/mms/612232309 9A06.0 #> 5458 http://id.who.int/icd/release/11/mms/1390019541 9A06.1 #> 5459 http://id.who.int/icd/release/11/mms/714117534 9A06.2 #> 5460 http://id.who.int/icd/release/11/mms/829235056 9A06.3 #> 5461 http://id.who.int/icd/release/11/mms/1087365696 9A06.4 #> 5462 http://id.who.int/icd/release/11/mms/417015801 9A06.5 #> 5463 http://id.who.int/icd/release/11/mms/718468094 9A06.6 #> 5464 http://id.who.int/icd/release/11/mms/6464079 9A06.7 #> 5465 http://id.who.int/icd/release/11/mms/1979385529 9A06.70 #> 5466 http://id.who.int/icd/release/11/mms/1420272543 9A06.71 #> 5467 http://id.who.int/icd/release/11/mms/457744369 9A06.72 #> 5468 http://id.who.int/icd/release/11/mms/6464079/other 9A06.7Y #> 5469 http://id.who.int/icd/release/11/mms/6464079/unspecified 9A06.7Z #> 5470 http://id.who.int/icd/release/11/mms/583527617 9A06.8 #> 5471 http://id.who.int/icd/release/11/mms/136743240/other 9A06.Y #> 5472 http://id.who.int/icd/release/11/mms/73229602/other 9A0Y #> 5473 http://id.who.int/icd/release/11/mms/73229602/unspecified 9A0Z #> 5474 http://id.who.int/icd/release/11/mms/1628710366 #> 5475 http://id.who.int/icd/release/11/mms/1108174726 9A10 #> 5476 http://id.who.int/icd/release/11/mms/1957823459 9A10.0 #> 5477 http://id.who.int/icd/release/11/mms/1446936878 9A10.1 #> 5478 http://id.who.int/icd/release/11/mms/1638768720 9A10.2 #> 5479 http://id.who.int/icd/release/11/mms/221405565 9A10.3 #> 5480 http://id.who.int/icd/release/11/mms/634778462 9A10.4 #> 5481 http://id.who.int/icd/release/11/mms/1108174726/other 9A10.Y #> 5482 http://id.who.int/icd/release/11/mms/1108174726/unspecified 9A10.Z #> 5483 http://id.who.int/icd/release/11/mms/1807441683 9A11 #> 5484 http://id.who.int/icd/release/11/mms/129526571 9A11.0 #> 5485 http://id.who.int/icd/release/11/mms/678655279 9A11.1 #> 5486 http://id.who.int/icd/release/11/mms/1034960983 9A11.2 #> 5487 http://id.who.int/icd/release/11/mms/870876723 9A11.3 #> 5488 http://id.who.int/icd/release/11/mms/16492610 9A11.4 #> 5489 http://id.who.int/icd/release/11/mms/287126827 9A11.5 #> 5490 http://id.who.int/icd/release/11/mms/1930771414 9A11.6 #> 5491 http://id.who.int/icd/release/11/mms/1706059220 9A11.7 #> 5492 http://id.who.int/icd/release/11/mms/729476309 9A11.8 #> 5493 http://id.who.int/icd/release/11/mms/1807441683/other 9A11.Y #> 5494 http://id.who.int/icd/release/11/mms/1807441683/unspecified 9A11.Z #> 5495 http://id.who.int/icd/release/11/mms/1628710366/other 9A1Y #> 5496 http://id.who.int/icd/release/11/mms/1628710366/unspecified 9A1Z #> 5497 http://id.who.int/icd/release/11/mms/73394252 #> 5498 http://id.who.int/icd/release/11/mms/1117762038 9A20 #> 5499 http://id.who.int/icd/release/11/mms/1441506774 9A20.0 #> 5500 http://id.who.int/icd/release/11/mms/1781942437 9A20.00 #> 5501 http://id.who.int/icd/release/11/mms/1783631381 9A20.01 #> 5502 http://id.who.int/icd/release/11/mms/1441506774/other 9A20.0Y #> 5503 http://id.who.int/icd/release/11/mms/1441506774/unspecified 9A20.0Z #> 5504 http://id.who.int/icd/release/11/mms/1588391969 9A20.1 #> 5505 http://id.who.int/icd/release/11/mms/1117762038/other 9A20.Y #> 5506 http://id.who.int/icd/release/11/mms/1117762038/unspecified 9A20.Z #> 5507 http://id.who.int/icd/release/11/mms/287258758 9A21 #> 5508 http://id.who.int/icd/release/11/mms/1330743591 9A21.0 #> 5509 http://id.who.int/icd/release/11/mms/1730588366 9A21.1 #> 5510 http://id.who.int/icd/release/11/mms/1578799163 9A21.2 #> 5511 http://id.who.int/icd/release/11/mms/1589056590 9A21.3 #> 5512 http://id.who.int/icd/release/11/mms/287258758/other 9A21.Y #> 5513 http://id.who.int/icd/release/11/mms/287258758/unspecified 9A21.Z #> 5514 http://id.who.int/icd/release/11/mms/490666746 9A22 #> 5515 http://id.who.int/icd/release/11/mms/1237254265 9A22.0 #> 5516 http://id.who.int/icd/release/11/mms/425078863 9A22.1 #> 5517 http://id.who.int/icd/release/11/mms/412401982 9A22.2 #> 5518 http://id.who.int/icd/release/11/mms/490666746/other 9A22.Y #> 5519 http://id.who.int/icd/release/11/mms/490666746/unspecified 9A22.Z #> 5520 http://id.who.int/icd/release/11/mms/1244231313 9A23 #> 5521 http://id.who.int/icd/release/11/mms/2109364207 9A23.0 #> 5522 http://id.who.int/icd/release/11/mms/1639301709 9A23.1 #> 5523 http://id.who.int/icd/release/11/mms/1244231313/unspecified 9A23.Z #> 5524 http://id.who.int/icd/release/11/mms/427802439 9A24 #> 5525 http://id.who.int/icd/release/11/mms/322893724 9A24.0 #> 5526 http://id.who.int/icd/release/11/mms/438407461 9A24.1 #> 5527 http://id.who.int/icd/release/11/mms/482362019 9A24.2 #> 5528 http://id.who.int/icd/release/11/mms/719953933 9A24.3 #> 5529 http://id.who.int/icd/release/11/mms/1336044953 9A24.4 #> 5530 http://id.who.int/icd/release/11/mms/427802439/other 9A24.Y #> 5531 http://id.who.int/icd/release/11/mms/427802439/unspecified 9A24.Z #> 5532 http://id.who.int/icd/release/11/mms/574536289 9A25 #> 5533 http://id.who.int/icd/release/11/mms/363698975 9A25.0 #> 5534 http://id.who.int/icd/release/11/mms/1238220668 9A25.1 #> 5535 http://id.who.int/icd/release/11/mms/2045699890 9A25.2 #> 5536 http://id.who.int/icd/release/11/mms/1804187158 9A25.3 #> 5537 http://id.who.int/icd/release/11/mms/247626624 9A25.4 #> 5538 http://id.who.int/icd/release/11/mms/1222749940 9A25.5 #> 5539 http://id.who.int/icd/release/11/mms/574536289/other 9A25.Y #> 5540 http://id.who.int/icd/release/11/mms/574536289/unspecified 9A25.Z #> 5541 http://id.who.int/icd/release/11/mms/1740194268 9A26 #> 5542 http://id.who.int/icd/release/11/mms/73394252/other 9A2Y #> 5543 http://id.who.int/icd/release/11/mms/73394252/unspecified 9A2Z #> 5544 http://id.who.int/icd/release/11/mms/946652467/other 9A4Y #> 5545 http://id.who.int/icd/release/11/mms/946652467/unspecified 9A4Z #> 5546 http://id.who.int/icd/release/11/mms/65880823 #> 5547 http://id.who.int/icd/release/11/mms/1471747216 #> 5548 http://id.who.int/icd/release/11/mms/831696556 9A60 #> 5549 http://id.who.int/icd/release/11/mms/392841027 9A60.0 #> 5550 http://id.who.int/icd/release/11/mms/8559059 9A60.00 #> 5551 http://id.who.int/icd/release/11/mms/1044658726 9A60.01 #> 5552 http://id.who.int/icd/release/11/mms/361206059 9A60.02 #> 5553 http://id.who.int/icd/release/11/mms/392841027/other 9A60.0Y #> 5554 http://id.who.int/icd/release/11/mms/392841027/unspecified 9A60.0Z #> 5555 http://id.who.int/icd/release/11/mms/2065252360 9A60.1 #> 5556 http://id.who.int/icd/release/11/mms/1598536988 9A60.2 #> BlockId #> 2 #> 3 BlockL1-1A0 #> 4 BlockL2-1A0 #> 5 #> 6 #> 7 #> 8 #> 9 #> 10 #> 11 #> 12 #> 13 #> 14 #> 15 #> 16 #> 17 #> 18 #> 19 #> 20 #> 21 #> 22 #> 23 #> 24 #> 25 #> 26 #> 27 #> 28 #> 29 BlockL2-1A1 #> 30 #> 31 #> 32 #> 33 #> 34 #> 35 #> 36 #> 37 #> 38 #> 39 BlockL2-1A2 #> 40 #> 41 #> 42 #> 43 #> 44 #> 45 #> 46 #> 47 BlockL2-1A3 #> 48 #> 49 #> 50 #> 51 #> 52 #> 53 #> 54 #> 55 #> 56 #> 57 #> 58 #> 59 #> 60 #> 61 #> 62 #> 63 #> 64 #> 65 #> 66 #> 67 #> 68 #> 69 #> 70 #> 71 #> 72 #> 73 #> 74 BlockL1-1A6 #> 75 BlockL2-1A6 #> 76 #> 77 #> 78 #> 79 #> 80 #> 81 #> 82 #> 83 #> 84 #> 85 #> 86 #> 87 #> 88 #> 89 #> 90 #> 91 #> 92 #> 93 #> 94 #> 95 #> 96 #> 97 #> 98 #> 99 #> 100 #> 101 #> 102 #> 103 #> 104 #> 105 #> 106 #> 107 #> 108 #> 109 BlockL2-1A7 #> 110 #> 111 #> 112 #> 113 #> 114 #> 115 #> 116 #> 117 #> 118 #> 119 #> 120 #> 121 #> 122 #> 123 #> 124 #> 125 #> 126 #> 127 #> 128 BlockL2-1A8 #> 129 #> 130 #> 131 #> 132 #> 133 #> 134 #> 135 #> 136 #> 137 #> 138 #> 139 #> 140 #> 141 #> 142 #> 143 #> 144 #> 145 #> 146 #> 147 #> 148 #> 149 #> 150 #> 151 #> 152 BlockL1-1B1 #> 153 BlockL2-1B1 #> 154 #> 155 #> 156 #> 157 #> 158 #> 159 #> 160 #> 161 #> 162 #> 163 #> 164 #> 165 #> 166 #> 167 #> 168 #> 169 #> 170 #> 171 #> 172 #> 173 #> 174 #> 175 #> 176 #> 177 #> 178 #> 179 #> 180 #> 181 #> 182 #> 183 #> 184 #> 185 #> 186 #> 187 #> 188 #> 189 #> 190 #> 191 #> 192 #> 193 #> 194 #> 195 #> 196 #> 197 #> 198 #> 199 #> 200 #> 201 #> 202 #> 203 #> 204 #> 205 #> 206 #> 207 #> 208 #> 209 #> 210 BlockL1-1B4 #> 211 BlockL2-1B4 #> 212 #> 213 #> 214 #> 215 #> 216 #> 217 #> 218 #> 219 #> 220 #> 221 #> 222 #> 223 #> 224 #> 225 #> 226 #> 227 #> 228 #> 229 #> 230 #> 231 #> 232 BlockL1-1B7 #> 233 #> 234 #> 235 #> 236 #> 237 #> 238 #> 239 #> 240 #> 241 #> 242 #> 243 #> 244 #> 245 #> 246 #> 247 #> 248 #> 249 #> 250 #> 251 #> 252 #> 253 #> 254 #> 255 #> 256 #> 257 #> 258 #> 259 #> 260 #> 261 #> 262 #> 263 #> 264 #> 265 #> 266 #> 267 #> 268 #> 269 #> 270 #> 271 #> 272 #> 273 #> 274 #> 275 #> 276 BlockL1-1B9 #> 277 #> 278 #> 279 #> 280 #> 281 #> 282 #> 283 #> 284 #> 285 #> 286 #> 287 #> 288 #> 289 #> 290 #> 291 #> 292 #> 293 #> 294 #> 295 #> 296 #> 297 #> 298 #> 299 #> 300 BlockL1-1C1 #> 301 #> 302 #> 303 #> 304 #> 305 #> 306 #> 307 #> 308 #> 309 #> 310 #> 311 #> 312 #> 313 #> 314 #> 315 #> 316 #> 317 #> 318 #> 319 #> 320 #> 321 #> 322 #> 323 #> 324 #> 325 #> 326 #> 327 #> 328 #> 329 #> 330 #> 331 #> 332 #> 333 #> 334 #> 335 #> 336 #> 337 #> 338 #> 339 #> 340 #> 341 #> 342 #> 343 #> 344 #> 345 #> 346 #> 347 #> 348 #> 349 #> 350 #> 351 #> 352 #> 353 #> 354 #> 355 #> 356 #> 357 #> 358 #> 359 #> 360 #> 361 #> 362 #> 363 #> 364 #> 365 #> 366 #> 367 #> 368 #> 369 #> 370 #> 371 #> 372 #> 373 #> 374 #> 375 #> 376 #> 377 #> 378 #> 379 #> 380 #> 381 #> 382 #> 383 #> 384 #> 385 #> 386 #> 387 #> 388 #> 389 #> 390 #> 391 BlockL2-1C2 #> 392 #> 393 #> 394 #> 395 #> 396 #> 397 #> 398 #> 399 #> 400 #> 401 #> 402 BlockL2-1C3 #> 403 #> 404 #> 405 #> 406 #> 407 #> 408 #> 409 #> 410 #> 411 #> 412 #> 413 #> 414 #> 415 #> 416 #> 417 #> 418 #> 419 #> 420 #> 421 #> 422 #> 423 #> 424 #> 425 #> 426 #> 427 #> 428 #> 429 #> 430 #> 431 #> 432 #> 433 BlockL1-1C6 #> 434 #> 435 #> 436 #> 437 #> 438 #> 439 #> 440 #> 441 #> 442 #> 443 #> 444 #> 445 #> 446 #> 447 #> 448 #> 449 #> 450 #> 451 #> 452 #> 453 #> 454 #> 455 #> 456 #> 457 #> 458 #> 459 #> 460 #> 461 BlockL1-1C8 #> 462 #> 463 #> 464 #> 465 #> 466 #> 467 #> 468 #> 469 #> 470 #> 471 #> 472 #> 473 #> 474 #> 475 #> 476 #> 477 #> 478 #> 479 #> 480 #> 481 #> 482 #> 483 #> 484 #> 485 #> 486 #> 487 BlockL1-1D0 #> 488 #> 489 #> 490 #> 491 #> 492 #> 493 #> 494 #> 495 #> 496 #> 497 #> 498 #> 499 #> 500 #> 501 #> 502 #> 503 #> 504 #> 505 #> 506 #> 507 #> 508 #> 509 #> 510 #> 511 #> 512 #> 513 #> 514 #> 515 #> 516 #> 517 #> 518 #> 519 #> 520 #> 521 #> 522 #> 523 #> 524 #> 525 #> 526 #> 527 #> 528 #> 529 #> 530 #> 531 #> 532 #> 533 #> 534 #> 535 #> 536 #> 537 #> 538 #> 539 #> 540 #> 541 #> 542 #> 543 #> 544 #> 545 BlockL1-1D2 #> 546 #> 547 #> 548 #> 549 #> 550 BlockL1-1D4 #> 551 #> 552 #> 553 #> 554 #> 555 #> 556 #> 557 #> 558 #> 559 #> 560 #> 561 #> 562 #> 563 #> 564 #> 565 #> 566 #> 567 #> 568 BlockL1-1D6 #> 569 #> 570 #> 571 #> 572 #> 573 #> 574 #> 575 #> 576 #> 577 #> 578 #> 579 #> 580 #> 581 #> 582 #> 583 #> 584 #> 585 #> 586 #> 587 #> 588 #> 589 #> 590 #> 591 #> 592 #> 593 #> 594 #> 595 #> 596 #> 597 #> 598 #> 599 #> 600 #> 601 #> 602 BlockL1-1D8 #> 603 #> 604 #> 605 #> 606 #> 607 #> 608 #> 609 #> 610 #> 611 #> 612 #> 613 #> 614 #> 615 #> 616 #> 617 #> 618 #> 619 #> 620 #> 621 #> 622 #> 623 #> 624 #> 625 #> 626 #> 627 #> 628 #> 629 #> 630 #> 631 #> 632 #> 633 #> 634 #> 635 BlockL2-1D9 #> 636 #> 637 #> 638 #> 639 #> 640 #> 641 #> 642 #> 643 #> 644 BlockL1-1E3 #> 645 #> 646 #> 647 #> 648 BlockL1-1E5 #> 649 #> 650 #> 651 #> 652 #> 653 #> 654 #> 655 #> 656 #> 657 #> 658 #> 659 #> 660 #> 661 #> 662 #> 663 #> 664 #> 665 #> 666 #> 667 #> 668 BlockL1-1E7 #> 669 BlockL2-1E7 #> 670 #> 671 #> 672 #> 673 #> 674 #> 675 #> 676 #> 677 #> 678 #> 679 BlockL2-1E8 #> 680 #> 681 #> 682 #> 683 #> 684 #> 685 #> 686 #> 687 #> 688 #> 689 #> 690 BlockL2-1E9 #> 691 #> 692 #> 693 #> 694 #> 695 #> 696 #> 697 #> 698 #> 699 #> 700 #> 701 #> 702 #> 703 #> 704 #> 705 #> 706 #> 707 #> 708 #> 709 #> 710 #> 711 #> 712 #> 713 #> 714 #> 715 #> 716 #> 717 #> 718 #> 719 #> 720 #> 721 #> 722 #> 723 #> 724 #> 725 #> 726 #> 727 #> 728 #> 729 #> 730 #> 731 #> 732 #> 733 #> 734 #> 735 #> 736 #> 737 #> 738 #> 739 #> 740 #> 741 #> 742 #> 743 #> 744 #> 745 #> 746 #> 747 #> 748 #> 749 BlockL1-1F2 #> 750 #> 751 #> 752 #> 753 #> 754 #> 755 #> 756 #> 757 #> 758 #> 759 #> 760 #> 761 #> 762 #> 763 #> 764 #> 765 #> 766 #> 767 #> 768 #> 769 #> 770 #> 771 #> 772 #> 773 #> 774 #> 775 #> 776 #> 777 #> 778 #> 779 #> 780 #> 781 #> 782 #> 783 #> 784 #> 785 #> 786 #> 787 #> 788 #> 789 #> 790 #> 791 #> 792 #> 793 #> 794 #> 795 #> 796 #> 797 #> 798 #> 799 #> 800 #> 801 #> 802 #> 803 #> 804 #> 805 #> 806 #> 807 #> 808 #> 809 #> 810 #> 811 #> 812 #> 813 #> 814 #> 815 #> 816 #> 817 #> 818 #> 819 #> 820 #> 821 #> 822 #> 823 #> 824 #> 825 #> 826 #> 827 #> 828 #> 829 #> 830 #> 831 #> 832 #> 833 #> 834 #> 835 #> 836 #> 837 #> 838 #> 839 #> 840 #> 841 #> 842 #> 843 #> 844 #> 845 #> 846 #> 847 #> 848 #> 849 #> 850 #> 851 #> 852 #> 853 #> 854 #> 855 #> 856 #> 857 #> 858 #> 859 #> 860 BlockL1-1F4 #> 861 BlockL2-1F4 #> 862 #> 863 #> 864 #> 865 #> 866 #> 867 #> 868 #> 869 #> 870 #> 871 #> 872 #> 873 #> 874 #> 875 #> 876 #> 877 #> 878 BlockL2-1F5 #> 879 #> 880 #> 881 #> 882 #> 883 #> 884 #> 885 #> 886 #> 887 #> 888 #> 889 #> 890 #> 891 #> 892 #> 893 #> 894 #> 895 #> 896 #> 897 #> 898 #> 899 #> 900 #> 901 #> 902 #> 903 #> 904 #> 905 #> 906 #> 907 #> 908 #> 909 #> 910 #> 911 #> 912 #> 913 #> 914 #> 915 BlockL2-1F6 #> 916 BlockL3-1F6 #> 917 #> 918 #> 919 #> 920 #> 921 #> 922 #> 923 #> 924 #> 925 #> 926 #> 927 #> 928 #> 929 #> 930 #> 931 #> 932 #> 933 #> 934 #> 935 #> 936 #> 937 #> 938 #> 939 #> 940 #> 941 #> 942 #> 943 #> 944 #> 945 #> 946 #> 947 #> 948 #> 949 #> 950 #> 951 #> 952 #> 953 #> 954 #> 955 #> 956 #> 957 #> 958 #> 959 #> 960 #> 961 #> 962 BlockL3-1F7 #> 963 #> 964 #> 965 #> 966 #> 967 #> 968 #> 969 #> 970 #> 971 #> 972 #> 973 #> 974 #> 975 #> 976 #> 977 #> 978 #> 979 #> 980 #> 981 #> 982 #> 983 #> 984 #> 985 #> 986 #> 987 #> 988 BlockL3-1F8 #> 989 #> 990 #> 991 #> 992 #> 993 #> 994 #> 995 #> 996 #> 997 #> 998 #> 999 #> 1000 #> 1001 #> 1002 #> 1003 #> 1004 #> 1005 #> 1006 #> 1007 #> 1008 #> 1009 #> 1010 #> 1011 #> 1012 #> 1013 BlockL2-1G0 #> 1014 #> 1015 #> 1016 #> 1017 #> 1018 #> 1019 #> 1020 #> 1021 #> 1022 #> 1023 #> 1024 #> 1025 #> 1026 #> 1027 #> 1028 #> 1029 #> 1030 #> 1031 #> 1032 #> 1033 #> 1034 #> 1035 #> 1036 #> 1037 #> 1038 #> 1039 #> 1040 BlockL1-1G4 #> 1041 #> 1042 #> 1043 #> 1044 #> 1045 #> 1046 #> 1047 #> 1048 BlockL1-1G8 #> 1049 #> 1050 #> 1051 #> 1052 #> 1053 #> 1054 #> 1055 #> 1056 #> 1057 #> 1058 BlockL1-2A0 #> 1059 #> 1060 #> 1061 #> 1062 #> 1063 #> 1064 #> 1065 #> 1066 #> 1067 #> 1068 #> 1069 #> 1070 #> 1071 #> 1072 #> 1073 #> 1074 #> 1075 #> 1076 #> 1077 #> 1078 #> 1079 #> 1080 #> 1081 #> 1082 #> 1083 #> 1084 #> 1085 #> 1086 #> 1087 #> 1088 #> 1089 #> 1090 #> 1091 #> 1092 #> 1093 #> 1094 #> 1095 #> 1096 #> 1097 #> 1098 #> 1099 #> 1100 BlockL1-2A2 #> 1101 BlockL2-2A2 #> 1102 #> 1103 #> 1104 #> 1105 #> 1106 #> 1107 #> 1108 #> 1109 #> 1110 #> 1111 #> 1112 #> 1113 #> 1114 #> 1115 #> 1116 #> 1117 #> 1118 #> 1119 #> 1120 #> 1121 #> 1122 #> 1123 #> 1124 #> 1125 #> 1126 #> 1127 #> 1128 #> 1129 #> 1130 #> 1131 BlockL2-2A3 #> 1132 #> 1133 #> 1134 #> 1135 #> 1136 #> 1137 #> 1138 #> 1139 #> 1140 #> 1141 #> 1142 #> 1143 BlockL2-2A4 #> 1144 #> 1145 #> 1146 #> 1147 #> 1148 #> 1149 #> 1150 #> 1151 #> 1152 #> 1153 #> 1154 BlockL2-2A5 #> 1155 #> 1156 #> 1157 #> 1158 #> 1159 #> 1160 #> 1161 #> 1162 #> 1163 #> 1164 #> 1165 #> 1166 #> 1167 #> 1168 #> 1169 #> 1170 #> 1171 #> 1172 #> 1173 #> 1174 #> 1175 #> 1176 #> 1177 #> 1178 #> 1179 #> 1180 #> 1181 #> 1182 #> 1183 #> 1184 #> 1185 #> 1186 #> 1187 #> 1188 BlockL2-2A7 #> 1189 #> 1190 #> 1191 #> 1192 #> 1193 #> 1194 #> 1195 BlockL2-2A8 #> 1196 #> 1197 #> 1198 #> 1199 #> 1200 #> 1201 #> 1202 #> 1203 #> 1204 #> 1205 #> 1206 #> 1207 #> 1208 #> 1209 #> 1210 #> 1211 #> 1212 #> 1213 #> 1214 #> 1215 #> 1216 #> 1217 #> 1218 #> 1219 #> 1220 #> 1221 #> 1222 #> 1223 #> 1224 #> 1225 #> 1226 #> 1227 #> 1228 #> 1229 #> 1230 #> 1231 #> 1232 #> 1233 #> 1234 #> 1235 #> 1236 #> 1237 #> 1238 #> 1239 #> 1240 #> 1241 #> 1242 #> 1243 #> 1244 #> 1245 #> 1246 #> 1247 #> 1248 #> 1249 #> 1250 #> 1251 #> 1252 #> 1253 #> 1254 #> 1255 #> 1256 #> 1257 #> 1258 #> 1259 #> 1260 #> 1261 #> 1262 #> 1263 #> 1264 #> 1265 #> 1266 #> 1267 BlockL2-2A9 #> 1268 #> 1269 #> 1270 #> 1271 #> 1272 #> 1273 #> 1274 #> 1275 #> 1276 #> 1277 #> 1278 #> 1279 #> 1280 #> 1281 #> 1282 BlockL3-2B0 #> 1283 #> 1284 #> 1285 #> 1286 #> 1287 #> 1288 #> 1289 #> 1290 #> 1291 #> 1292 #> 1293 #> 1294 #> 1295 #> 1296 #> 1297 #> 1298 #> 1299 #> 1300 #> 1301 #> 1302 #> 1303 #> 1304 #> 1305 #> 1306 #> 1307 #> 1308 #> 1309 #> 1310 #> 1311 #> 1312 #> 1313 #> 1314 #> 1315 #> 1316 #> 1317 #> 1318 #> 1319 #> 1320 #> 1321 #> 1322 #> 1323 #> 1324 #> 1325 #> 1326 #> 1327 #> 1328 #> 1329 #> 1330 #> 1331 #> 1332 BlockL1-2B5 #> 1333 BlockL2-2B5 #> 1334 BlockL3-2B5 #> 1335 #> 1336 #> 1337 #> 1338 #> 1339 #> 1340 #> 1341 #> 1342 #> 1343 #> 1344 #> 1345 #> 1346 #> 1347 #> 1348 #> 1349 #> 1350 #> 1351 #> 1352 #> 1353 #> 1354 #> 1355 #> 1356 #> 1357 #> 1358 #> 1359 #> 1360 #> 1361 #> 1362 #> 1363 #> 1364 #> 1365 #> 1366 #> 1367 #> 1368 #> 1369 #> 1370 #> 1371 #> 1372 #> 1373 #> 1374 #> 1375 #> 1376 #> 1377 #> 1378 #> 1379 #> 1380 #> 1381 #> 1382 #> 1383 #> 1384 #> 1385 #> 1386 #> 1387 #> 1388 #> 1389 #> 1390 #> 1391 #> 1392 #> 1393 #> 1394 #> 1395 #> 1396 #> 1397 #> 1398 #> 1399 #> 1400 #> 1401 #> 1402 #> 1403 #> 1404 #> 1405 #> 1406 #> 1407 #> 1408 #> 1409 #> 1410 #> 1411 #> 1412 #> 1413 #> 1414 #> 1415 #> 1416 #> 1417 #> 1418 #> 1419 #> 1420 #> 1421 #> 1422 #> 1423 #> 1424 #> 1425 #> 1426 BlockL3-2B6 #> 1427 #> 1428 #> 1429 #> 1430 #> 1431 #> 1432 #> 1433 #> 1434 #> 1435 #> 1436 #> 1437 #> 1438 #> 1439 #> 1440 #> 1441 #> 1442 #> 1443 #> 1444 #> 1445 #> 1446 #> 1447 #> 1448 #> 1449 #> 1450 #> 1451 #> 1452 #> 1453 #> 1454 #> 1455 #> 1456 #> 1457 #> 1458 #> 1459 #> 1460 #> 1461 #> 1462 #> 1463 #> 1464 #> 1465 #> 1466 #> 1467 #> 1468 #> 1469 #> 1470 #> 1471 #> 1472 #> 1473 #> 1474 #> 1475 #> 1476 #> 1477 #> 1478 #> 1479 #> 1480 #> 1481 #> 1482 #> 1483 #> 1484 #> 1485 #> 1486 #> 1487 #> 1488 #> 1489 #> 1490 #> 1491 #> 1492 #> 1493 #> 1494 #> 1495 #> 1496 #> 1497 #> 1498 #> 1499 #> 1500 #> 1501 BlockL3-2B7 #> 1502 #> 1503 #> 1504 #> 1505 #> 1506 #> 1507 #> 1508 #> 1509 #> 1510 #> 1511 #> 1512 #> 1513 #> 1514 #> 1515 #> 1516 #> 1517 #> 1518 #> 1519 BlockL4-2B8 #> 1520 #> 1521 #> 1522 #> 1523 #> 1524 #> 1525 #> 1526 #> 1527 #> 1528 #> 1529 #> 1530 #> 1531 #> 1532 #> 1533 #> 1534 #> 1535 #> 1536 #> 1537 #> 1538 #> 1539 #> 1540 #> 1541 #> 1542 #> 1543 BlockL5-2B9 #> 1544 #> 1545 #> 1546 #> 1547 #> 1548 #> 1549 #> 1550 #> 1551 #> 1552 #> 1553 #> 1554 #> 1555 #> 1556 #> 1557 #> 1558 #> 1559 #> 1560 #> 1561 #> 1562 #> 1563 #> 1564 #> 1565 #> 1566 #> 1567 #> 1568 #> 1569 #> 1570 #> 1571 #> 1572 #> 1573 #> 1574 #> 1575 #> 1576 #> 1577 #> 1578 #> 1579 #> 1580 #> 1581 #> 1582 #> 1583 #> 1584 #> 1585 #> 1586 #> 1587 #> 1588 #> 1589 #> 1590 #> 1591 #> 1592 #> 1593 #> 1594 #> 1595 #> 1596 #> 1597 #> 1598 #> 1599 #> 1600 #> 1601 #> 1602 #> 1603 #> 1604 #> 1605 #> 1606 #> 1607 #> 1608 #> 1609 #> 1610 #> 1611 #> 1612 #> 1613 #> 1614 #> 1615 #> 1616 #> 1617 #> 1618 #> 1619 #> 1620 #> 1621 #> 1622 #> 1623 #> 1624 #> 1625 #> 1626 #> 1627 #> 1628 #> 1629 #> 1630 #> 1631 #> 1632 #> 1633 #> 1634 #> 1635 #> 1636 #> 1637 #> 1638 #> 1639 #> 1640 #> 1641 #> 1642 BlockL3-2C2 #> 1643 #> 1644 #> 1645 #> 1646 #> 1647 #> 1648 #> 1649 #> 1650 #> 1651 #> 1652 #> 1653 #> 1654 #> 1655 #> 1656 #> 1657 #> 1658 #> 1659 #> 1660 #> 1661 #> 1662 #> 1663 #> 1664 #> 1665 #> 1666 #> 1667 #> 1668 #> 1669 #> 1670 #> 1671 #> 1672 #> 1673 #> 1674 #> 1675 #> 1676 #> 1677 #> 1678 #> 1679 #> 1680 #> 1681 #> 1682 #> 1683 #> 1684 #> 1685 #> 1686 #> 1687 #> 1688 #> 1689 #> 1690 #> 1691 #> 1692 #> 1693 #> 1694 #> 1695 #> 1696 #> 1697 #> 1698 #> 1699 #> 1700 #> 1701 #> 1702 #> 1703 #> 1704 #> 1705 #> 1706 #> 1707 #> 1708 #> 1709 #> 1710 #> 1711 #> 1712 #> 1713 #> 1714 #> 1715 BlockL3-2C3 #> 1716 #> 1717 #> 1718 #> 1719 #> 1720 #> 1721 #> 1722 #> 1723 #> 1724 #> 1725 #> 1726 #> 1727 #> 1728 #> 1729 #> 1730 #> 1731 #> 1732 #> 1733 #> 1734 #> 1735 #> 1736 #> 1737 #> 1738 BlockL3-2C4 #> 1739 #> 1740 #> 1741 #> 1742 #> 1743 BlockL3-2C5 #> 1744 #> 1745 #> 1746 #> 1747 #> 1748 #> 1749 #> 1750 #> 1751 #> 1752 #> 1753 #> 1754 #> 1755 #> 1756 #> 1757 #> 1758 #> 1759 #> 1760 #> 1761 #> 1762 #> 1763 #> 1764 #> 1765 #> 1766 #> 1767 #> 1768 #> 1769 BlockL3-2C6 #> 1770 #> 1771 #> 1772 #> 1773 #> 1774 #> 1775 #> 1776 #> 1777 #> 1778 #> 1779 #> 1780 #> 1781 #> 1782 #> 1783 BlockL3-2C7 #> 1784 #> 1785 #> 1786 #> 1787 #> 1788 #> 1789 #> 1790 #> 1791 #> 1792 #> 1793 #> 1794 #> 1795 #> 1796 #> 1797 #> 1798 #> 1799 #> 1800 #> 1801 #> 1802 #> 1803 #> 1804 #> 1805 #> 1806 #> 1807 #> 1808 #> 1809 #> 1810 #> 1811 #> 1812 #> 1813 #> 1814 #> 1815 #> 1816 #> 1817 #> 1818 #> 1819 #> 1820 #> 1821 #> 1822 #> 1823 #> 1824 #> 1825 #> 1826 #> 1827 #> 1828 #> 1829 #> 1830 #> 1831 #> 1832 #> 1833 #> 1834 #> 1835 #> 1836 #> 1837 #> 1838 #> 1839 #> 1840 #> 1841 #> 1842 #> 1843 #> 1844 #> 1845 #> 1846 #> 1847 #> 1848 #> 1849 #> 1850 BlockL3-2C8 #> 1851 #> 1852 #> 1853 #> 1854 #> 1855 #> 1856 #> 1857 #> 1858 #> 1859 #> 1860 #> 1861 #> 1862 #> 1863 #> 1864 #> 1865 #> 1866 #> 1867 #> 1868 #> 1869 #> 1870 BlockL3-2C9 #> 1871 #> 1872 #> 1873 #> 1874 #> 1875 #> 1876 #> 1877 #> 1878 #> 1879 #> 1880 #> 1881 #> 1882 #> 1883 #> 1884 #> 1885 #> 1886 #> 1887 #> 1888 #> 1889 #> 1890 #> 1891 #> 1892 #> 1893 #> 1894 #> 1895 #> 1896 #> 1897 #> 1898 #> 1899 #> 1900 #> 1901 #> 1902 #> 1903 BlockL3-2D0 #> 1904 #> 1905 #> 1906 #> 1907 #> 1908 #> 1909 #> 1910 #> 1911 #> 1912 #> 1913 #> 1914 #> 1915 #> 1916 #> 1917 #> 1918 #> 1919 #> 1920 #> 1921 #> 1922 #> 1923 #> 1924 #> 1925 #> 1926 #> 1927 #> 1928 #> 1929 #> 1930 #> 1931 #> 1932 #> 1933 #> 1934 #> 1935 #> 1936 #> 1937 #> 1938 #> 1939 #> 1940 #> 1941 #> 1942 #> 1943 #> 1944 #> 1945 #> 1946 #> 1947 BlockL3-2D1 #> 1948 #> 1949 #> 1950 #> 1951 #> 1952 #> 1953 #> 1954 #> 1955 #> 1956 #> 1957 #> 1958 #> 1959 #> 1960 #> 1961 #> 1962 #> 1963 #> 1964 #> 1965 #> 1966 #> 1967 #> 1968 #> 1969 #> 1970 BlockL2-2D4 #> 1971 #> 1972 #> 1973 #> 1974 #> 1975 #> 1976 #> 1977 #> 1978 BlockL2-2D5 #> 1979 #> 1980 #> 1981 #> 1982 BlockL3-2D6 #> 1983 #> 1984 #> 1985 #> 1986 #> 1987 #> 1988 #> 1989 #> 1990 #> 1991 #> 1992 #> 1993 #> 1994 BlockL3-2D7 #> 1995 #> 1996 #> 1997 #> 1998 #> 1999 #> 2000 #> 2001 BlockL3-2D8 #> 2002 #> 2003 #> 2004 #> 2005 #> 2006 #> 2007 #> 2008 #> 2009 #> 2010 #> 2011 #> 2012 #> 2013 BlockL3-2D9 #> 2014 #> 2015 #> 2016 BlockL3-2E0 #> 2017 #> 2018 #> 2019 #> 2020 #> 2021 #> 2022 #> 2023 #> 2024 #> 2025 #> 2026 #> 2027 #> 2028 #> 2029 #> 2030 #> 2031 #> 2032 BlockL1-2E6 #> 2033 #> 2034 #> 2035 #> 2036 #> 2037 #> 2038 #> 2039 #> 2040 #> 2041 #> 2042 #> 2043 #> 2044 #> 2045 #> 2046 #> 2047 #> 2048 #> 2049 #> 2050 #> 2051 #> 2052 #> 2053 #> 2054 #> 2055 #> 2056 #> 2057 #> 2058 #> 2059 #> 2060 #> 2061 #> 2062 #> 2063 #> 2064 #> 2065 #> 2066 #> 2067 #> 2068 #> 2069 #> 2070 #> 2071 #> 2072 #> 2073 #> 2074 #> 2075 #> 2076 #> 2077 #> 2078 #> 2079 #> 2080 #> 2081 #> 2082 #> 2083 #> 2084 #> 2085 #> 2086 #> 2087 #> 2088 #> 2089 #> 2090 #> 2091 #> 2092 #> 2093 #> 2094 #> 2095 #> 2096 #> 2097 #> 2098 #> 2099 #> 2100 #> 2101 #> 2102 #> 2103 #> 2104 #> 2105 BlockL1-2E8 #> 2106 BlockL2-2E8 #> 2107 #> 2108 #> 2109 #> 2110 #> 2111 #> 2112 #> 2113 #> 2114 #> 2115 #> 2116 #> 2117 #> 2118 #> 2119 #> 2120 #> 2121 #> 2122 #> 2123 #> 2124 #> 2125 #> 2126 #> 2127 #> 2128 #> 2129 #> 2130 #> 2131 #> 2132 #> 2133 #> 2134 #> 2135 #> 2136 #> 2137 #> 2138 #> 2139 #> 2140 #> 2141 #> 2142 #> 2143 #> 2144 #> 2145 #> 2146 #> 2147 #> 2148 #> 2149 #> 2150 #> 2151 #> 2152 #> 2153 #> 2154 #> 2155 #> 2156 #> 2157 #> 2158 #> 2159 #> 2160 #> 2161 #> 2162 #> 2163 #> 2164 #> 2165 #> 2166 #> 2167 #> 2168 #> 2169 #> 2170 #> 2171 #> 2172 #> 2173 #> 2174 BlockL2-2E9 #> 2175 #> 2176 #> 2177 #> 2178 #> 2179 #> 2180 #> 2181 #> 2182 #> 2183 #> 2184 #> 2185 #> 2186 #> 2187 #> 2188 #> 2189 #> 2190 #> 2191 #> 2192 #> 2193 #> 2194 #> 2195 #> 2196 #> 2197 #> 2198 #> 2199 #> 2200 #> 2201 #> 2202 #> 2203 #> 2204 #> 2205 BlockL3-2F0 #> 2206 #> 2207 #> 2208 #> 2209 #> 2210 #> 2211 #> 2212 #> 2213 #> 2214 #> 2215 #> 2216 BlockL3-2F2 #> 2217 #> 2218 #> 2219 #> 2220 #> 2221 #> 2222 #> 2223 #> 2224 #> 2225 #> 2226 #> 2227 #> 2228 #> 2229 #> 2230 #> 2231 #> 2232 #> 2233 #> 2234 #> 2235 #> 2236 #> 2237 #> 2238 #> 2239 #> 2240 #> 2241 #> 2242 #> 2243 #> 2244 #> 2245 #> 2246 #> 2247 #> 2248 #> 2249 #> 2250 #> 2251 #> 2252 #> 2253 #> 2254 #> 2255 #> 2256 #> 2257 #> 2258 #> 2259 #> 2260 #> 2261 #> 2262 #> 2263 #> 2264 #> 2265 #> 2266 #> 2267 #> 2268 #> 2269 #> 2270 #> 2271 #> 2272 #> 2273 #> 2274 #> 2275 #> 2276 #> 2277 #> 2278 #> 2279 #> 2280 #> 2281 #> 2282 BlockL1-2F7 #> 2283 #> 2284 #> 2285 #> 2286 #> 2287 #> 2288 #> 2289 #> 2290 #> 2291 #> 2292 #> 2293 #> 2294 #> 2295 #> 2296 #> 2297 #> 2298 #> 2299 #> 2300 #> 2301 #> 2302 #> 2303 #> 2304 #> 2305 #> 2306 #> 2307 #> 2308 #> 2309 #> 2310 #> 2311 #> 2312 #> 2313 #> 2314 #> 2315 #> 2316 #> 2317 #> 2318 #> 2319 BlockL1-2F9 #> 2320 #> 2321 #> 2322 #> 2323 #> 2324 #> 2325 #> 2326 #> 2327 #> 2328 #> 2329 #> 2330 #> 2331 #> 2332 #> 2333 #> 2334 #> 2335 #> 2336 #> 2337 #> 2338 #> 2339 #> 2340 #> 2341 #> 2342 #> 2343 #> 2344 BlockL1-3A0 #> 2345 BlockL2-3A0 #> 2346 #> 2347 #> 2348 #> 2349 #> 2350 #> 2351 #> 2352 #> 2353 #> 2354 #> 2355 #> 2356 #> 2357 #> 2358 #> 2359 #> 2360 #> 2361 #> 2362 #> 2363 #> 2364 #> 2365 #> 2366 #> 2367 #> 2368 #> 2369 #> 2370 #> 2371 #> 2372 #> 2373 #> 2374 #> 2375 #> 2376 #> 2377 #> 2378 #> 2379 #> 2380 #> 2381 #> 2382 #> 2383 #> 2384 #> 2385 #> 2386 #> 2387 BlockL2-3A1 #> 2388 BlockL3-3A1 #> 2389 #> 2390 #> 2391 #> 2392 #> 2393 #> 2394 #> 2395 #> 2396 #> 2397 #> 2398 #> 2399 #> 2400 BlockL3-3A2 #> 2401 #> 2402 #> 2403 #> 2404 #> 2405 #> 2406 #> 2407 #> 2408 #> 2409 #> 2410 #> 2411 #> 2412 #> 2413 #> 2414 #> 2415 #> 2416 #> 2417 #> 2418 #> 2419 #> 2420 #> 2421 #> 2422 #> 2423 #> 2424 #> 2425 #> 2426 #> 2427 #> 2428 #> 2429 #> 2430 #> 2431 #> 2432 #> 2433 #> 2434 #> 2435 #> 2436 #> 2437 #> 2438 #> 2439 #> 2440 #> 2441 #> 2442 #> 2443 #> 2444 #> 2445 BlockL2-3A6 #> 2446 #> 2447 #> 2448 #> 2449 #> 2450 #> 2451 #> 2452 #> 2453 #> 2454 #> 2455 #> 2456 #> 2457 #> 2458 #> 2459 #> 2460 #> 2461 #> 2462 #> 2463 #> 2464 #> 2465 #> 2466 #> 2467 #> 2468 #> 2469 #> 2470 #> 2471 #> 2472 #> 2473 #> 2474 #> 2475 #> 2476 #> 2477 #> 2478 #> 2479 #> 2480 BlockL2-3A8 #> 2481 #> 2482 #> 2483 #> 2484 #> 2485 #> 2486 #> 2487 #> 2488 #> 2489 #> 2490 #> 2491 #> 2492 #> 2493 #> 2494 #> 2495 #> 2496 #> 2497 #> 2498 #> 2499 BlockL1-3B1 #> 2500 BlockL2-3B1 #> 2501 BlockL3-3B1 #> 2502 #> 2503 #> 2504 #> 2505 #> 2506 #> 2507 #> 2508 #> 2509 #> 2510 #> 2511 #> 2512 #> 2513 #> 2514 #> 2515 #> 2516 #> 2517 #> 2518 #> 2519 #> 2520 BlockL3-3B2 #> 2521 #> 2522 #> 2523 #> 2524 #> 2525 #> 2526 #> 2527 #> 2528 #> 2529 #> 2530 BlockL2-3B5 #> 2531 #> 2532 #> 2533 #> 2534 #> 2535 #> 2536 #> 2537 #> 2538 #> 2539 #> 2540 #> 2541 #> 2542 #> 2543 #> 2544 #> 2545 #> 2546 #> 2547 #> 2548 #> 2549 #> 2550 #> 2551 #> 2552 #> 2553 #> 2554 #> 2555 #> 2556 #> 2557 #> 2558 #> 2559 #> 2560 #> 2561 #> 2562 #> 2563 #> 2564 #> 2565 #> 2566 #> 2567 #> 2568 #> 2569 #> 2570 #> 2571 #> 2572 #> 2573 #> 2574 #> 2575 #> 2576 #> 2577 #> 2578 #> 2579 #> 2580 #> 2581 #> 2582 #> 2583 #> 2584 #> 2585 BlockL1-3B8 #> 2586 #> 2587 #> 2588 #> 2589 #> 2590 #> 2591 #> 2592 #> 2593 #> 2594 #> 2595 #> 2596 #> 2597 #> 2598 #> 2599 #> 2600 #> 2601 #> 2602 #> 2603 #> 2604 #> 2605 #> 2606 #> 2607 #> 2608 #> 2609 #> 2610 #> 2611 #> 2612 #> 2613 #> 2614 #> 2615 #> 2616 BlockL1-4A0 #> 2617 #> 2618 #> 2619 #> 2620 #> 2621 #> 2622 #> 2623 #> 2624 #> 2625 #> 2626 #> 2627 #> 2628 #> 2629 #> 2630 #> 2631 #> 2632 #> 2633 #> 2634 #> 2635 #> 2636 #> 2637 #> 2638 #> 2639 #> 2640 #> 2641 #> 2642 #> 2643 #> 2644 #> 2645 #> 2646 #> 2647 #> 2648 #> 2649 #> 2650 #> 2651 #> 2652 #> 2653 #> 2654 #> 2655 #> 2656 #> 2657 #> 2658 #> 2659 #> 2660 #> 2661 #> 2662 #> 2663 #> 2664 #> 2665 #> 2666 #> 2667 #> 2668 #> 2669 #> 2670 #> 2671 #> 2672 BlockL1-4A4 #> 2673 #> 2674 #> 2675 #> 2676 #> 2677 #> 2678 #> 2679 #> 2680 #> 2681 #> 2682 #> 2683 #> 2684 #> 2685 #> 2686 #> 2687 #> 2688 #> 2689 #> 2690 #> 2691 #> 2692 #> 2693 #> 2694 #> 2695 #> 2696 #> 2697 #> 2698 #> 2699 #> 2700 #> 2701 #> 2702 #> 2703 #> 2704 #> 2705 #> 2706 #> 2707 #> 2708 #> 2709 #> 2710 #> 2711 #> 2712 #> 2713 #> 2714 #> 2715 #> 2716 #> 2717 #> 2718 #> 2719 #> 2720 #> 2721 #> 2722 #> 2723 #> 2724 #> 2725 #> 2726 #> 2727 #> 2728 #> 2729 #> 2730 #> 2731 #> 2732 #> 2733 #> 2734 #> 2735 #> 2736 #> 2737 #> 2738 #> 2739 #> 2740 #> 2741 #> 2742 #> 2743 #> 2744 #> 2745 #> 2746 #> 2747 #> 2748 #> 2749 #> 2750 #> 2751 BlockL1-4A6 #> 2752 #> 2753 #> 2754 #> 2755 #> 2756 #> 2757 #> 2758 #> 2759 #> 2760 #> 2761 #> 2762 BlockL1-4A8 #> 2763 #> 2764 #> 2765 #> 2766 #> 2767 #> 2768 #> 2769 #> 2770 #> 2771 #> 2772 #> 2773 #> 2774 #> 2775 #> 2776 #> 2777 #> 2778 #> 2779 #> 2780 #> 2781 #> 2782 #> 2783 #> 2784 #> 2785 #> 2786 #> 2787 #> 2788 #> 2789 #> 2790 #> 2791 #> 2792 #> 2793 #> 2794 #> 2795 #> 2796 #> 2797 #> 2798 #> 2799 #> 2800 #> 2801 #> 2802 #> 2803 #> 2804 #> 2805 #> 2806 #> 2807 #> 2808 #> 2809 #> 2810 #> 2811 #> 2812 #> 2813 BlockL1-4B0 #> 2814 #> 2815 #> 2816 #> 2817 #> 2818 #> 2819 #> 2820 #> 2821 #> 2822 #> 2823 #> 2824 #> 2825 #> 2826 #> 2827 #> 2828 #> 2829 #> 2830 #> 2831 #> 2832 #> 2833 #> 2834 #> 2835 #> 2836 #> 2837 #> 2838 #> 2839 #> 2840 #> 2841 #> 2842 #> 2843 #> 2844 #> 2845 #> 2846 #> 2847 #> 2848 BlockL1-4B2 #> 2849 #> 2850 #> 2851 #> 2852 #> 2853 #> 2854 #> 2855 #> 2856 #> 2857 #> 2858 #> 2859 #> 2860 #> 2861 #> 2862 #> 2863 #> 2864 #> 2865 #> 2866 #> 2867 #> 2868 #> 2869 #> 2870 #> 2871 #> 2872 #> 2873 #> 2874 #> 2875 #> 2876 BlockL1-5A0 #> 2877 BlockL2-5A0 #> 2878 #> 2879 #> 2880 #> 2881 #> 2882 #> 2883 #> 2884 #> 2885 #> 2886 #> 2887 #> 2888 #> 2889 #> 2890 #> 2891 #> 2892 #> 2893 #> 2894 #> 2895 #> 2896 #> 2897 #> 2898 #> 2899 #> 2900 #> 2901 #> 2902 #> 2903 #> 2904 #> 2905 #> 2906 #> 2907 #> 2908 #> 2909 #> 2910 #> 2911 #> 2912 #> 2913 #> 2914 #> 2915 #> 2916 #> 2917 #> 2918 #> 2919 #> 2920 #> 2921 #> 2922 #> 2923 #> 2924 #> 2925 #> 2926 #> 2927 #> 2928 BlockL2-5A1 #> 2929 #> 2930 #> 2931 #> 2932 #> 2933 #> 2934 #> 2935 #> 2936 #> 2937 #> 2938 #> 2939 #> 2940 #> 2941 #> 2942 #> 2943 BlockL3-5A2 #> 2944 #> 2945 #> 2946 #> 2947 #> 2948 #> 2949 #> 2950 #> 2951 #> 2952 #> 2953 #> 2954 #> 2955 #> 2956 #> 2957 #> 2958 #> 2959 #> 2960 #> 2961 #> 2962 BlockL2-5A4 #> 2963 #> 2964 #> 2965 #> 2966 #> 2967 #> 2968 #> 2969 #> 2970 #> 2971 #> 2972 #> 2973 #> 2974 #> 2975 #> 2976 #> 2977 #> 2978 #> 2979 BlockL2-5A5 #> 2980 #> 2981 #> 2982 #> 2983 #> 2984 #> 2985 #> 2986 #> 2987 #> 2988 #> 2989 #> 2990 #> 2991 #> 2992 #> 2993 #> 2994 #> 2995 #> 2996 #> 2997 #> 2998 #> 2999 BlockL2-5A6 #> 3000 #> 3001 #> 3002 #> 3003 #> 3004 #> 3005 #> 3006 #> 3007 #> 3008 #> 3009 #> 3010 #> 3011 #> 3012 #> 3013 #> 3014 #> 3015 #> 3016 #> 3017 #> 3018 #> 3019 #> 3020 #> 3021 #> 3022 #> 3023 #> 3024 BlockL2-5A7 #> 3025 #> 3026 #> 3027 #> 3028 #> 3029 #> 3030 #> 3031 #> 3032 #> 3033 #> 3034 #> 3035 #> 3036 #> 3037 #> 3038 #> 3039 #> 3040 #> 3041 #> 3042 #> 3043 #> 3044 #> 3045 #> 3046 #> 3047 #> 3048 #> 3049 #> 3050 #> 3051 #> 3052 #> 3053 #> 3054 #> 3055 #> 3056 BlockL2-5A8 #> 3057 #> 3058 #> 3059 #> 3060 #> 3061 #> 3062 #> 3063 #> 3064 #> 3065 #> 3066 #> 3067 #> 3068 #> 3069 #> 3070 #> 3071 #> 3072 BlockL2-5A9 #> 3073 #> 3074 #> 3075 #> 3076 #> 3077 #> 3078 BlockL2-5B0 #> 3079 #> 3080 #> 3081 #> 3082 #> 3083 BlockL2-5B1 #> 3084 #> 3085 #> 3086 #> 3087 #> 3088 #> 3089 #> 3090 BlockL1-5B5 #> 3091 BlockL2-5B5 #> 3092 #> 3093 #> 3094 #> 3095 #> 3096 #> 3097 #> 3098 #> 3099 #> 3100 #> 3101 #> 3102 #> 3103 #> 3104 #> 3105 #> 3106 #> 3107 #> 3108 #> 3109 #> 3110 #> 3111 #> 3112 #> 3113 #> 3114 #> 3115 #> 3116 #> 3117 #> 3118 #> 3119 #> 3120 #> 3121 #> 3122 #> 3123 #> 3124 #> 3125 #> 3126 #> 3127 #> 3128 #> 3129 #> 3130 #> 3131 #> 3132 #> 3133 #> 3134 #> 3135 #> 3136 #> 3137 #> 3138 #> 3139 #> 3140 #> 3141 #> 3142 #> 3143 #> 3144 #> 3145 #> 3146 #> 3147 #> 3148 #> 3149 #> 3150 #> 3151 #> 3152 #> 3153 #> 3154 #> 3155 #> 3156 #> 3157 #> 3158 BlockL3-5B6 #> 3159 #> 3160 #> 3161 #> 3162 #> 3163 #> 3164 #> 3165 #> 3166 #> 3167 #> 3168 #> 3169 BlockL2-5B8 #> 3170 BlockL3-5B8 #> 3171 #> 3172 #> 3173 #> 3174 #> 3175 #> 3176 #> 3177 #> 3178 #> 3179 #> 3180 #> 3181 #> 3182 #> 3183 #> 3184 BlockL3-5B9 #> 3185 #> 3186 #> 3187 #> 3188 #> 3189 #> 3190 #> 3191 #> 3192 #> 3193 #> 3194 #> 3195 #> 3196 #> 3197 #> 3198 #> 3199 #> 3200 #> 3201 #> 3202 #> 3203 #> 3204 #> 3205 #> 3206 #> 3207 BlockL1-5C5 #> 3208 BlockL2-5C5 #> 3209 #> 3210 #> 3211 #> 3212 #> 3213 #> 3214 #> 3215 #> 3216 #> 3217 #> 3218 #> 3219 #> 3220 #> 3221 #> 3222 #> 3223 #> 3224 #> 3225 #> 3226 #> 3227 #> 3228 #> 3229 #> 3230 #> 3231 #> 3232 #> 3233 #> 3234 #> 3235 #> 3236 #> 3237 #> 3238 #> 3239 #> 3240 #> 3241 #> 3242 #> 3243 #> 3244 #> 3245 #> 3246 #> 3247 #> 3248 #> 3249 #> 3250 #> 3251 #> 3252 #> 3253 #> 3254 #> 3255 #> 3256 #> 3257 #> 3258 #> 3259 #> 3260 #> 3261 #> 3262 #> 3263 #> 3264 #> 3265 #> 3266 #> 3267 #> 3268 #> 3269 #> 3270 #> 3271 #> 3272 #> 3273 #> 3274 #> 3275 #> 3276 #> 3277 #> 3278 #> 3279 #> 3280 #> 3281 #> 3282 #> 3283 #> 3284 #> 3285 #> 3286 #> 3287 #> 3288 #> 3289 #> 3290 #> 3291 #> 3292 #> 3293 #> 3294 #> 3295 #> 3296 #> 3297 #> 3298 #> 3299 #> 3300 #> 3301 #> 3302 #> 3303 #> 3304 #> 3305 #> 3306 #> 3307 #> 3308 #> 3309 #> 3310 #> 3311 #> 3312 #> 3313 #> 3314 #> 3315 #> 3316 #> 3317 #> 3318 #> 3319 #> 3320 #> 3321 #> 3322 #> 3323 #> 3324 #> 3325 #> 3326 #> 3327 #> 3328 #> 3329 #> 3330 #> 3331 #> 3332 #> 3333 #> 3334 #> 3335 #> 3336 #> 3337 #> 3338 #> 3339 #> 3340 #> 3341 #> 3342 #> 3343 #> 3344 #> 3345 #> 3346 #> 3347 #> 3348 #> 3349 #> 3350 #> 3351 #> 3352 #> 3353 #> 3354 #> 3355 #> 3356 #> 3357 #> 3358 #> 3359 #> 3360 #> 3361 #> 3362 #> 3363 #> 3364 #> 3365 #> 3366 #> 3367 #> 3368 #> 3369 #> 3370 #> 3371 #> 3372 #> 3373 #> 3374 #> 3375 #> 3376 #> 3377 #> 3378 #> 3379 #> 3380 #> 3381 #> 3382 #> 3383 #> 3384 #> 3385 #> 3386 #> 3387 #> 3388 #> 3389 #> 3390 #> 3391 #> 3392 #> 3393 #> 3394 #> 3395 #> 3396 #> 3397 #> 3398 #> 3399 #> 3400 #> 3401 BlockL2-5C6 #> 3402 #> 3403 #> 3404 #> 3405 #> 3406 #> 3407 #> 3408 #> 3409 #> 3410 #> 3411 #> 3412 #> 3413 #> 3414 #> 3415 #> 3416 #> 3417 #> 3418 #> 3419 #> 3420 #> 3421 #> 3422 #> 3423 #> 3424 #> 3425 #> 3426 #> 3427 #> 3428 #> 3429 #> 3430 #> 3431 #> 3432 #> 3433 #> 3434 #> 3435 #> 3436 #> 3437 #> 3438 #> 3439 #> 3440 #> 3441 #> 3442 #> 3443 #> 3444 #> 3445 #> 3446 #> 3447 #> 3448 #> 3449 #> 3450 #> 3451 #> 3452 #> 3453 #> 3454 #> 3455 #> 3456 #> 3457 #> 3458 #> 3459 #> 3460 #> 3461 #> 3462 #> 3463 BlockL2-5C7 #> 3464 #> 3465 #> 3466 #> 3467 #> 3468 #> 3469 #> 3470 #> 3471 #> 3472 #> 3473 #> 3474 #> 3475 #> 3476 #> 3477 #> 3478 #> 3479 #> 3480 #> 3481 #> 3482 #> 3483 #> 3484 BlockL2-5C8 #> 3485 #> 3486 #> 3487 #> 3488 #> 3489 #> 3490 #> 3491 #> 3492 #> 3493 #> 3494 #> 3495 #> 3496 #> 3497 #> 3498 #> 3499 #> 3500 #> 3501 #> 3502 #> 3503 #> 3504 #> 3505 #> 3506 #> 3507 #> 3508 #> 3509 #> 3510 #> 3511 BlockL2-5D0 #> 3512 #> 3513 #> 3514 #> 3515 #> 3516 #> 3517 #> 3518 #> 3519 #> 3520 #> 3521 #> 3522 #> 3523 #> 3524 #> 3525 #> 3526 BlockL1-5D4 #> 3527 #> 3528 #> 3529 #> 3530 #> 3531 #> 3532 #> 3533 #> 3534 #> 3535 #> 3536 #> 3537 #> 3538 #> 3539 #> 3540 #> 3541 BlockL1-6A0 #> 3542 #> 3543 #> 3544 #> 3545 #> 3546 #> 3547 #> 3548 #> 3549 #> 3550 #> 3551 #> 3552 #> 3553 #> 3554 #> 3555 #> 3556 #> 3557 #> 3558 #> 3559 #> 3560 #> 3561 #> 3562 #> 3563 #> 3564 #> 3565 #> 3566 #> 3567 #> 3568 #> 3569 #> 3570 #> 3571 #> 3572 #> 3573 #> 3574 #> 3575 #> 3576 #> 3577 #> 3578 #> 3579 #> 3580 #> 3581 #> 3582 #> 3583 #> 3584 #> 3585 #> 3586 BlockL1-6A2 #> 3587 #> 3588 #> 3589 #> 3590 #> 3591 #> 3592 #> 3593 #> 3594 #> 3595 #> 3596 #> 3597 #> 3598 #> 3599 #> 3600 #> 3601 #> 3602 #> 3603 #> 3604 #> 3605 #> 3606 #> 3607 #> 3608 #> 3609 #> 3610 #> 3611 #> 3612 #> 3613 #> 3614 #> 3615 #> 3616 #> 3617 #> 3618 #> 3619 #> 3620 #> 3621 #> 3622 #> 3623 #> 3624 #> 3625 #> 3626 #> 3627 #> 3628 #> 3629 #> 3630 #> 3631 #> 3632 #> 3633 #> 3634 #> 3635 #> 3636 #> 3637 #> 3638 #> 3639 #> 3640 #> 3641 #> 3642 #> 3643 #> 3644 #> 3645 #> 3646 #> 3647 #> 3648 #> 3649 #> 3650 #> 3651 BlockL1-6A4 #> 3652 #> 3653 #> 3654 #> 3655 BlockL1-6A6 #> 3656 BlockL2-6A6 #> 3657 #> 3658 #> 3659 #> 3660 #> 3661 #> 3662 #> 3663 #> 3664 #> 3665 #> 3666 #> 3667 #> 3668 #> 3669 #> 3670 #> 3671 #> 3672 #> 3673 #> 3674 #> 3675 #> 3676 #> 3677 #> 3678 #> 3679 #> 3680 #> 3681 #> 3682 #> 3683 #> 3684 #> 3685 #> 3686 #> 3687 #> 3688 #> 3689 #> 3690 #> 3691 #> 3692 #> 3693 BlockL2-6A7 #> 3694 #> 3695 #> 3696 #> 3697 #> 3698 #> 3699 #> 3700 #> 3701 #> 3702 #> 3703 #> 3704 #> 3705 #> 3706 #> 3707 #> 3708 #> 3709 #> 3710 #> 3711 #> 3712 #> 3713 #> 3714 #> 3715 #> 3716 #> 3717 #> 3718 #> 3719 #> 3720 #> 3721 #> 3722 #> 3723 #> 3724 #> 3725 #> 3726 #> 3727 #> 3728 #> 3729 BlockL1-6B0 #> 3730 #> 3731 #> 3732 #> 3733 #> 3734 #> 3735 #> 3736 #> 3737 #> 3738 #> 3739 BlockL1-6B2 #> 3740 #> 3741 #> 3742 #> 3743 #> 3744 #> 3745 #> 3746 #> 3747 #> 3748 #> 3749 #> 3750 #> 3751 #> 3752 #> 3753 #> 3754 #> 3755 #> 3756 #> 3757 #> 3758 #> 3759 #> 3760 #> 3761 #> 3762 #> 3763 #> 3764 #> 3765 #> 3766 #> 3767 BlockL1-6B4 #> 3768 #> 3769 #> 3770 #> 3771 #> 3772 #> 3773 #> 3774 #> 3775 #> 3776 BlockL1-6B6 #> 3777 #> 3778 #> 3779 #> 3780 #> 3781 #> 3782 #> 3783 #> 3784 #> 3785 #> 3786 #> 3787 #> 3788 #> 3789 #> 3790 #> 3791 #> 3792 #> 3793 #> 3794 #> 3795 #> 3796 #> 3797 #> 3798 #> 3799 #> 3800 #> 3801 #> 3802 #> 3803 #> 3804 #> 3805 #> 3806 #> 3807 #> 3808 #> 3809 BlockL1-6B8 #> 3810 #> 3811 #> 3812 #> 3813 #> 3814 #> 3815 #> 3816 #> 3817 #> 3818 #> 3819 #> 3820 #> 3821 #> 3822 #> 3823 #> 3824 #> 3825 #> 3826 #> 3827 #> 3828 #> 3829 BlockL1-6C0 #> 3830 #> 3831 #> 3832 #> 3833 #> 3834 #> 3835 #> 3836 #> 3837 #> 3838 #> 3839 #> 3840 BlockL1-6C2 #> 3841 #> 3842 #> 3843 #> 3844 #> 3845 #> 3846 #> 3847 #> 3848 #> 3849 BlockL1-6C4 #> 3850 BlockL2-6C4 #> 3851 #> 3852 #> 3853 #> 3854 #> 3855 #> 3856 #> 3857 #> 3858 #> 3859 #> 3860 #> 3861 #> 3862 #> 3863 #> 3864 #> 3865 #> 3866 #> 3867 #> 3868 #> 3869 #> 3870 #> 3871 #> 3872 #> 3873 #> 3874 #> 3875 #> 3876 #> 3877 #> 3878 #> 3879 #> 3880 #> 3881 #> 3882 #> 3883 #> 3884 #> 3885 #> 3886 #> 3887 #> 3888 #> 3889 #> 3890 #> 3891 #> 3892 #> 3893 #> 3894 #> 3895 #> 3896 #> 3897 #> 3898 #> 3899 #> 3900 #> 3901 #> 3902 #> 3903 #> 3904 #> 3905 #> 3906 #> 3907 #> 3908 #> 3909 #> 3910 #> 3911 #> 3912 #> 3913 #> 3914 #> 3915 #> 3916 #> 3917 #> 3918 #> 3919 #> 3920 #> 3921 #> 3922 #> 3923 #> 3924 #> 3925 #> 3926 #> 3927 #> 3928 #> 3929 #> 3930 #> 3931 #> 3932 #> 3933 #> 3934 #> 3935 #> 3936 #> 3937 #> 3938 #> 3939 #> 3940 #> 3941 #> 3942 #> 3943 #> 3944 #> 3945 #> 3946 #> 3947 #> 3948 #> 3949 #> 3950 #> 3951 #> 3952 #> 3953 #> 3954 #> 3955 #> 3956 #> 3957 #> 3958 #> 3959 #> 3960 #> 3961 #> 3962 #> 3963 #> 3964 #> 3965 #> 3966 #> 3967 #> 3968 #> 3969 #> 3970 #> 3971 #> 3972 #> 3973 #> 3974 #> 3975 #> 3976 #> 3977 #> 3978 #> 3979 #> 3980 #> 3981 #> 3982 #> 3983 #> 3984 #> 3985 #> 3986 #> 3987 #> 3988 #> 3989 #> 3990 #> 3991 #> 3992 #> 3993 #> 3994 #> 3995 #> 3996 #> 3997 #> 3998 #> 3999 #> 4000 #> 4001 #> 4002 #> 4003 #> 4004 #> 4005 #> 4006 #> 4007 #> 4008 #> 4009 #> 4010 #> 4011 #> 4012 #> 4013 #> 4014 #> 4015 #> 4016 #> 4017 #> 4018 #> 4019 #> 4020 #> 4021 #> 4022 #> 4023 #> 4024 #> 4025 #> 4026 #> 4027 #> 4028 #> 4029 #> 4030 #> 4031 #> 4032 #> 4033 #> 4034 #> 4035 #> 4036 #> 4037 #> 4038 #> 4039 #> 4040 #> 4041 #> 4042 #> 4043 #> 4044 #> 4045 #> 4046 #> 4047 #> 4048 #> 4049 #> 4050 #> 4051 #> 4052 #> 4053 #> 4054 #> 4055 #> 4056 #> 4057 #> 4058 #> 4059 #> 4060 #> 4061 #> 4062 #> 4063 #> 4064 #> 4065 #> 4066 #> 4067 #> 4068 #> 4069 #> 4070 #> 4071 #> 4072 #> 4073 #> 4074 #> 4075 #> 4076 #> 4077 #> 4078 #> 4079 #> 4080 #> 4081 #> 4082 #> 4083 #> 4084 #> 4085 #> 4086 #> 4087 #> 4088 #> 4089 #> 4090 #> 4091 #> 4092 #> 4093 #> 4094 #> 4095 #> 4096 #> 4097 #> 4098 #> 4099 #> 4100 #> 4101 #> 4102 #> 4103 #> 4104 #> 4105 #> 4106 #> 4107 #> 4108 #> 4109 #> 4110 #> 4111 #> 4112 #> 4113 #> 4114 #> 4115 #> 4116 #> 4117 #> 4118 #> 4119 #> 4120 #> 4121 #> 4122 #> 4123 #> 4124 #> 4125 #> 4126 #> 4127 #> 4128 #> 4129 #> 4130 #> 4131 #> 4132 #> 4133 #> 4134 #> 4135 #> 4136 #> 4137 #> 4138 #> 4139 #> 4140 #> 4141 #> 4142 #> 4143 #> 4144 #> 4145 #> 4146 #> 4147 #> 4148 #> 4149 #> 4150 #> 4151 #> 4152 #> 4153 #> 4154 #> 4155 #> 4156 #> 4157 #> 4158 #> 4159 #> 4160 #> 4161 #> 4162 #> 4163 #> 4164 #> 4165 #> 4166 #> 4167 #> 4168 #> 4169 #> 4170 #> 4171 #> 4172 #> 4173 #> 4174 #> 4175 #> 4176 #> 4177 #> 4178 #> 4179 #> 4180 #> 4181 #> 4182 #> 4183 #> 4184 #> 4185 #> 4186 #> 4187 #> 4188 #> 4189 #> 4190 #> 4191 #> 4192 #> 4193 #> 4194 #> 4195 #> 4196 #> 4197 #> 4198 #> 4199 #> 4200 #> 4201 #> 4202 #> 4203 #> 4204 #> 4205 #> 4206 #> 4207 #> 4208 #> 4209 #> 4210 #> 4211 #> 4212 #> 4213 #> 4214 #> 4215 #> 4216 #> 4217 #> 4218 #> 4219 #> 4220 #> 4221 #> 4222 #> 4223 #> 4224 #> 4225 #> 4226 #> 4227 #> 4228 #> 4229 #> 4230 #> 4231 #> 4232 #> 4233 #> 4234 #> 4235 #> 4236 #> 4237 #> 4238 #> 4239 #> 4240 #> 4241 #> 4242 #> 4243 #> 4244 #> 4245 #> 4246 #> 4247 #> 4248 #> 4249 #> 4250 #> 4251 #> 4252 #> 4253 #> 4254 #> 4255 #> 4256 #> 4257 #> 4258 #> 4259 #> 4260 #> 4261 BlockL2-6C5 #> 4262 #> 4263 #> 4264 #> 4265 #> 4266 #> 4267 #> 4268 #> 4269 #> 4270 #> 4271 #> 4272 BlockL1-6C7 #> 4273 #> 4274 #> 4275 #> 4276 #> 4277 #> 4278 #> 4279 BlockL1-6C9 #> 4280 #> 4281 #> 4282 #> 4283 #> 4284 #> 4285 #> 4286 #> 4287 #> 4288 #> 4289 #> 4290 #> 4291 #> 4292 #> 4293 #> 4294 #> 4295 #> 4296 #> 4297 #> 4298 #> 4299 #> 4300 #> 4301 #> 4302 BlockL1-6D1 #> 4303 #> 4304 #> 4305 #> 4306 #> 4307 #> 4308 #> 4309 #> 4310 #> 4311 #> 4312 #> 4313 #> 4314 #> 4315 BlockL1-6D3 #> 4316 #> 4317 #> 4318 #> 4319 #> 4320 #> 4321 #> 4322 #> 4323 #> 4324 BlockL1-6D5 #> 4325 #> 4326 #> 4327 #> 4328 BlockL1-6D7 #> 4329 #> 4330 #> 4331 #> 4332 #> 4333 #> 4334 #> 4335 #> 4336 #> 4337 #> 4338 #> 4339 #> 4340 #> 4341 #> 4342 #> 4343 #> 4344 #> 4345 BlockL2-6D8 #> 4346 #> 4347 #> 4348 #> 4349 #> 4350 #> 4351 #> 4352 #> 4353 #> 4354 #> 4355 #> 4356 #> 4357 #> 4358 #> 4359 #> 4360 #> 4361 #> 4362 #> 4363 #> 4364 #> 4365 #> 4366 #> 4367 #> 4368 #> 4369 #> 4370 #> 4371 #> 4372 #> 4373 #> 4374 #> 4375 #> 4376 #> 4377 #> 4378 #> 4379 #> 4380 #> 4381 #> 4382 #> 4383 #> 4384 #> 4385 #> 4386 BlockL1-6E2 #> 4387 #> 4388 #> 4389 #> 4390 #> 4391 #> 4392 #> 4393 #> 4394 #> 4395 #> 4396 #> 4397 #> 4398 BlockL1-6E6 #> 4399 #> 4400 #> 4401 #> 4402 #> 4403 #> 4404 #> 4405 #> 4406 #> 4407 #> 4408 #> 4409 #> 4410 #> 4411 #> 4412 #> 4413 #> 4414 #> 4415 #> 4416 #> 4417 #> 4418 #> 4419 #> 4420 #> 4421 #> 4422 #> 4423 #> 4424 #> 4425 BlockL1-7A0 #> 4426 #> 4427 #> 4428 #> 4429 BlockL1-7A2 #> 4430 #> 4431 #> 4432 #> 4433 #> 4434 #> 4435 #> 4436 #> 4437 #> 4438 #> 4439 #> 4440 #> 4441 #> 4442 BlockL1-7A4 #> 4443 #> 4444 #> 4445 #> 4446 #> 4447 #> 4448 #> 4449 #> 4450 #> 4451 #> 4452 #> 4453 #> 4454 #> 4455 #> 4456 #> 4457 #> 4458 #> 4459 #> 4460 #> 4461 #> 4462 #> 4463 #> 4464 #> 4465 #> 4466 #> 4467 BlockL1-7A6 #> 4468 #> 4469 #> 4470 #> 4471 #> 4472 #> 4473 #> 4474 #> 4475 BlockL1-7A8 #> 4476 #> 4477 #> 4478 #> 4479 #> 4480 #> 4481 #> 4482 #> 4483 #> 4484 #> 4485 #> 4486 #> 4487 BlockL1-7B0 #> 4488 #> 4489 #> 4490 #> 4491 #> 4492 #> 4493 #> 4494 #> 4495 #> 4496 #> 4497 #> 4498 #> 4499 #> 4500 #> 4501 #> 4502 #> 4503 #> 4504 #> 4505 #> 4506 #> 4507 #> 4508 #> 4509 #> 4510 #> 4511 BlockL1-8A0 #> 4512 #> 4513 #> 4514 #> 4515 #> 4516 #> 4517 #> 4518 #> 4519 #> 4520 #> 4521 #> 4522 #> 4523 #> 4524 #> 4525 #> 4526 #> 4527 #> 4528 #> 4529 #> 4530 #> 4531 #> 4532 #> 4533 #> 4534 #> 4535 #> 4536 #> 4537 #> 4538 #> 4539 #> 4540 #> 4541 #> 4542 #> 4543 #> 4544 #> 4545 #> 4546 #> 4547 #> 4548 #> 4549 #> 4550 #> 4551 #> 4552 #> 4553 #> 4554 #> 4555 #> 4556 #> 4557 #> 4558 #> 4559 #> 4560 #> 4561 #> 4562 #> 4563 #> 4564 #> 4565 #> 4566 #> 4567 #> 4568 #> 4569 #> 4570 #> 4571 #> 4572 #> 4573 #> 4574 #> 4575 #> 4576 #> 4577 #> 4578 #> 4579 #> 4580 #> 4581 #> 4582 #> 4583 #> 4584 #> 4585 #> 4586 #> 4587 #> 4588 #> 4589 #> 4590 #> 4591 #> 4592 #> 4593 #> 4594 #> 4595 #> 4596 #> 4597 #> 4598 #> 4599 #> 4600 #> 4601 #> 4602 #> 4603 #> 4604 #> 4605 #> 4606 #> 4607 #> 4608 #> 4609 #> 4610 #> 4611 #> 4612 #> 4613 #> 4614 #> 4615 #> 4616 #> 4617 #> 4618 #> 4619 #> 4620 #> 4621 #> 4622 #> 4623 #> 4624 #> 4625 #> 4626 #> 4627 #> 4628 #> 4629 #> 4630 #> 4631 #> 4632 #> 4633 #> 4634 #> 4635 #> 4636 #> 4637 #> 4638 #> 4639 #> 4640 #> 4641 BlockL1-8A2 #> 4642 #> 4643 #> 4644 #> 4645 #> 4646 #> 4647 #> 4648 #> 4649 #> 4650 #> 4651 BlockL1-8A4 #> 4652 #> 4653 #> 4654 #> 4655 #> 4656 #> 4657 #> 4658 #> 4659 #> 4660 #> 4661 #> 4662 #> 4663 #> 4664 #> 4665 #> 4666 #> 4667 #> 4668 #> 4669 #> 4670 #> 4671 #> 4672 #> 4673 #> 4674 #> 4675 #> 4676 #> 4677 #> 4678 #> 4679 #> 4680 #> 4681 #> 4682 #> 4683 #> 4684 #> 4685 #> 4686 #> 4687 #> 4688 #> 4689 #> 4690 #> 4691 #> 4692 #> 4693 #> 4694 #> 4695 #> 4696 #> 4697 #> 4698 #> 4699 #> 4700 #> 4701 #> 4702 #> 4703 #> 4704 #> 4705 #> 4706 #> 4707 #> 4708 #> 4709 #> 4710 #> 4711 #> 4712 #> 4713 #> 4714 BlockL1-8A6 #> 4715 #> 4716 #> 4717 #> 4718 #> 4719 #> 4720 #> 4721 #> 4722 #> 4723 #> 4724 #> 4725 #> 4726 #> 4727 #> 4728 #> 4729 #> 4730 #> 4731 #> 4732 #> 4733 #> 4734 #> 4735 #> 4736 #> 4737 #> 4738 #> 4739 #> 4740 #> 4741 #> 4742 #> 4743 #> 4744 #> 4745 #> 4746 #> 4747 #> 4748 #> 4749 #> 4750 #> 4751 #> 4752 #> 4753 #> 4754 #> 4755 #> 4756 #> 4757 #> 4758 #> 4759 #> 4760 #> 4761 #> 4762 #> 4763 #> 4764 #> 4765 #> 4766 #> 4767 #> 4768 #> 4769 #> 4770 #> 4771 #> 4772 #> 4773 #> 4774 #> 4775 #> 4776 #> 4777 #> 4778 #> 4779 #> 4780 #> 4781 #> 4782 #> 4783 #> 4784 #> 4785 #> 4786 #> 4787 #> 4788 #> 4789 #> 4790 #> 4791 #> 4792 #> 4793 #> 4794 #> 4795 #> 4796 #> 4797 #> 4798 #> 4799 #> 4800 #> 4801 #> 4802 #> 4803 BlockL1-8A8 #> 4804 #> 4805 #> 4806 #> 4807 #> 4808 #> 4809 #> 4810 #> 4811 #> 4812 #> 4813 #> 4814 #> 4815 #> 4816 #> 4817 #> 4818 #> 4819 #> 4820 #> 4821 #> 4822 #> 4823 #> 4824 #> 4825 #> 4826 #> 4827 #> 4828 #> 4829 #> 4830 #> 4831 #> 4832 #> 4833 BlockL1-8B0 #> 4834 BlockL2-8B0 #> 4835 #> 4836 #> 4837 #> 4838 #> 4839 #> 4840 #> 4841 #> 4842 #> 4843 #> 4844 #> 4845 #> 4846 #> 4847 #> 4848 #> 4849 #> 4850 BlockL2-8B1 #> 4851 #> 4852 #> 4853 #> 4854 #> 4855 #> 4856 #> 4857 #> 4858 #> 4859 #> 4860 #> 4861 #> 4862 #> 4863 #> 4864 #> 4865 #> 4866 #> 4867 #> 4868 #> 4869 #> 4870 #> 4871 #> 4872 #> 4873 #> 4874 #> 4875 #> 4876 #> 4877 #> 4878 #> 4879 #> 4880 #> 4881 #> 4882 #> 4883 #> 4884 #> 4885 #> 4886 #> 4887 #> 4888 #> 4889 #> 4890 #> 4891 #> 4892 #> 4893 #> 4894 #> 4895 #> 4896 #> 4897 #> 4898 #> 4899 #> 4900 #> 4901 #> 4902 #> 4903 #> 4904 #> 4905 #> 4906 #> 4907 #> 4908 #> 4909 #> 4910 #> 4911 #> 4912 #> 4913 #> 4914 #> 4915 #> 4916 #> 4917 #> 4918 #> 4919 #> 4920 #> 4921 #> 4922 #> 4923 #> 4924 #> 4925 #> 4926 #> 4927 #> 4928 #> 4929 #> 4930 #> 4931 #> 4932 #> 4933 #> 4934 #> 4935 #> 4936 #> 4937 #> 4938 BlockL1-8B4 #> 4939 #> 4940 #> 4941 #> 4942 #> 4943 #> 4944 #> 4945 #> 4946 #> 4947 #> 4948 #> 4949 #> 4950 #> 4951 #> 4952 #> 4953 #> 4954 #> 4955 #> 4956 #> 4957 #> 4958 #> 4959 BlockL1-8B6 #> 4960 #> 4961 #> 4962 #> 4963 #> 4964 #> 4965 #> 4966 #> 4967 #> 4968 #> 4969 #> 4970 #> 4971 #> 4972 #> 4973 #> 4974 #> 4975 #> 4976 #> 4977 #> 4978 #> 4979 #> 4980 #> 4981 #> 4982 BlockL1-8B8 #> 4983 BlockL2-8B8 #> 4984 #> 4985 #> 4986 #> 4987 #> 4988 #> 4989 #> 4990 #> 4991 #> 4992 #> 4993 #> 4994 #> 4995 #> 4996 #> 4997 #> 4998 #> 4999 #> 5000 #> 5001 #> 5002 #> 5003 #> 5004 #> 5005 #> 5006 BlockL2-8B9 #> 5007 #> 5008 #> 5009 #> 5010 #> 5011 #> 5012 #> 5013 #> 5014 #> 5015 #> 5016 #> 5017 #> 5018 #> 5019 #> 5020 #> 5021 #> 5022 #> 5023 #> 5024 #> 5025 #> 5026 #> 5027 #> 5028 #> 5029 #> 5030 #> 5031 #> 5032 #> 5033 #> 5034 #> 5035 #> 5036 BlockL2-8C0 #> 5037 #> 5038 #> 5039 #> 5040 #> 5041 #> 5042 #> 5043 #> 5044 #> 5045 #> 5046 #> 5047 #> 5048 #> 5049 #> 5050 #> 5051 #> 5052 #> 5053 #> 5054 #> 5055 BlockL2-8C1 #> 5056 #> 5057 #> 5058 #> 5059 #> 5060 #> 5061 #> 5062 #> 5063 #> 5064 #> 5065 #> 5066 #> 5067 #> 5068 #> 5069 #> 5070 #> 5071 #> 5072 #> 5073 #> 5074 #> 5075 #> 5076 #> 5077 #> 5078 #> 5079 #> 5080 #> 5081 #> 5082 #> 5083 #> 5084 #> 5085 BlockL2-8C2 #> 5086 #> 5087 #> 5088 #> 5089 #> 5090 #> 5091 #> 5092 #> 5093 #> 5094 #> 5095 #> 5096 #> 5097 #> 5098 #> 5099 #> 5100 #> 5101 #> 5102 #> 5103 BlockL1-8C6 #> 5104 BlockL2-8C6 #> 5105 #> 5106 #> 5107 #> 5108 #> 5109 #> 5110 #> 5111 #> 5112 #> 5113 BlockL2-8C7 #> 5114 #> 5115 #> 5116 #> 5117 #> 5118 #> 5119 #> 5120 #> 5121 #> 5122 #> 5123 #> 5124 #> 5125 #> 5126 #> 5127 #> 5128 #> 5129 #> 5130 #> 5131 #> 5132 #> 5133 #> 5134 #> 5135 #> 5136 #> 5137 #> 5138 #> 5139 #> 5140 #> 5141 #> 5142 #> 5143 #> 5144 #> 5145 #> 5146 #> 5147 #> 5148 #> 5149 #> 5150 #> 5151 #> 5152 #> 5153 #> 5154 #> 5155 #> 5156 #> 5157 #> 5158 #> 5159 #> 5160 #> 5161 #> 5162 #> 5163 #> 5164 #> 5165 #> 5166 #> 5167 BlockL2-8C8 #> 5168 #> 5169 #> 5170 #> 5171 #> 5172 #> 5173 #> 5174 #> 5175 #> 5176 #> 5177 BlockL1-8D2 #> 5178 #> 5179 #> 5180 #> 5181 #> 5182 #> 5183 #> 5184 #> 5185 #> 5186 #> 5187 #> 5188 #> 5189 #> 5190 #> 5191 BlockL1-8D4 #> 5192 #> 5193 #> 5194 #> 5195 #> 5196 #> 5197 #> 5198 #> 5199 #> 5200 #> 5201 #> 5202 #> 5203 #> 5204 #> 5205 #> 5206 #> 5207 #> 5208 #> 5209 #> 5210 #> 5211 #> 5212 #> 5213 #> 5214 #> 5215 #> 5216 #> 5217 #> 5218 #> 5219 #> 5220 #> 5221 #> 5222 #> 5223 #> 5224 #> 5225 #> 5226 #> 5227 #> 5228 #> 5229 BlockL1-8D6 #> 5230 #> 5231 #> 5232 #> 5233 #> 5234 #> 5235 #> 5236 #> 5237 #> 5238 #> 5239 #> 5240 #> 5241 #> 5242 #> 5243 #> 5244 #> 5245 #> 5246 #> 5247 #> 5248 #> 5249 #> 5250 #> 5251 #> 5252 #> 5253 #> 5254 #> 5255 #> 5256 #> 5257 #> 5258 #> 5259 #> 5260 #> 5261 #> 5262 #> 5263 #> 5264 #> 5265 #> 5266 #> 5267 #> 5268 BlockL1-8D8 #> 5269 #> 5270 #> 5271 #> 5272 #> 5273 #> 5274 #> 5275 #> 5276 #> 5277 #> 5278 #> 5279 #> 5280 #> 5281 #> 5282 #> 5283 #> 5284 #> 5285 #> 5286 #> 5287 #> 5288 #> 5289 #> 5290 #> 5291 #> 5292 #> 5293 #> 5294 #> 5295 #> 5296 #> 5297 #> 5298 #> 5299 #> 5300 #> 5301 #> 5302 #> 5303 #> 5304 #> 5305 #> 5306 #> 5307 #> 5308 BlockL1-8E0 #> 5309 #> 5310 #> 5311 #> 5312 #> 5313 #> 5314 #> 5315 #> 5316 #> 5317 #> 5318 #> 5319 #> 5320 #> 5321 #> 5322 #> 5323 #> 5324 #> 5325 #> 5326 BlockL1-8E2 #> 5327 #> 5328 #> 5329 #> 5330 #> 5331 #> 5332 #> 5333 #> 5334 #> 5335 #> 5336 BlockL1-8E4 #> 5337 #> 5338 #> 5339 #> 5340 #> 5341 #> 5342 #> 5343 #> 5344 #> 5345 #> 5346 #> 5347 #> 5348 #> 5349 #> 5350 #> 5351 #> 5352 #> 5353 #> 5354 #> 5355 #> 5356 #> 5357 #> 5358 #> 5359 #> 5360 #> 5361 #> 5362 #> 5363 #> 5364 #> 5365 #> 5366 #> 5367 #> 5368 #> 5369 #> 5370 #> 5371 BlockL1-8E6 #> 5372 #> 5373 #> 5374 #> 5375 #> 5376 #> 5377 #> 5378 #> 5379 #> 5380 #> 5381 #> 5382 #> 5383 #> 5384 BlockL1-9A0 #> 5385 BlockL2-9A0 #> 5386 #> 5387 #> 5388 #> 5389 #> 5390 #> 5391 #> 5392 #> 5393 #> 5394 #> 5395 #> 5396 #> 5397 #> 5398 #> 5399 #> 5400 #> 5401 #> 5402 #> 5403 #> 5404 #> 5405 #> 5406 #> 5407 #> 5408 #> 5409 #> 5410 #> 5411 #> 5412 #> 5413 #> 5414 #> 5415 #> 5416 #> 5417 #> 5418 #> 5419 #> 5420 #> 5421 #> 5422 #> 5423 #> 5424 #> 5425 #> 5426 #> 5427 #> 5428 #> 5429 #> 5430 #> 5431 #> 5432 #> 5433 #> 5434 #> 5435 #> 5436 #> 5437 #> 5438 #> 5439 #> 5440 #> 5441 #> 5442 #> 5443 #> 5444 #> 5445 #> 5446 #> 5447 #> 5448 #> 5449 #> 5450 #> 5451 #> 5452 #> 5453 #> 5454 #> 5455 #> 5456 #> 5457 #> 5458 #> 5459 #> 5460 #> 5461 #> 5462 #> 5463 #> 5464 #> 5465 #> 5466 #> 5467 #> 5468 #> 5469 #> 5470 #> 5471 #> 5472 #> 5473 #> 5474 BlockL2-9A1 #> 5475 #> 5476 #> 5477 #> 5478 #> 5479 #> 5480 #> 5481 #> 5482 #> 5483 #> 5484 #> 5485 #> 5486 #> 5487 #> 5488 #> 5489 #> 5490 #> 5491 #> 5492 #> 5493 #> 5494 #> 5495 #> 5496 #> 5497 BlockL2-9A2 #> 5498 #> 5499 #> 5500 #> 5501 #> 5502 #> 5503 #> 5504 #> 5505 #> 5506 #> 5507 #> 5508 #> 5509 #> 5510 #> 5511 #> 5512 #> 5513 #> 5514 #> 5515 #> 5516 #> 5517 #> 5518 #> 5519 #> 5520 #> 5521 #> 5522 #> 5523 #> 5524 #> 5525 #> 5526 #> 5527 #> 5528 #> 5529 #> 5530 #> 5531 #> 5532 #> 5533 #> 5534 #> 5535 #> 5536 #> 5537 #> 5538 #> 5539 #> 5540 #> 5541 #> 5542 #> 5543 #> 5544 #> 5545 #> 5546 BlockL1-9A6 #> 5547 BlockL2-9A6 #> 5548 #> 5549 #> 5550 #> 5551 #> 5552 #> 5553 #> 5554 #> 5555 #> 5556 #> Title #> 2 Certain infectious or parasitic diseases #> 3 - Gastroenteritis or colitis of infectious origin #> 4 - - Bacterial intestinal infections #> 5 - - - Cholera #> 6 - - - Intestinal infection due to other Vibrio #> 7 - - - Intestinal infections due to Shigella #> 8 - - - Intestinal infections due to Escherichia coli #> 9 - - - - Enteropathogenic Escherichia coli infection #> 10 - - - - Enterotoxigenic Escherichia coli infection #> 11 - - - - Enteroinvasive Escherichia coli infection #> 12 - - - - Enterohaemorrhagic Escherichia coli infection #> 13 - - - - Intestinal infections due to other specified Escherichia coli #> 14 - - - - Intestinal infections due to Escherichia coli, unspecified #> 15 - - - Intestinal infections due to Clostridioides difficile #> 16 - - - Intestinal infections due to Yersinia enterocolitica #> 17 - - - Gastroenteritis due to Campylobacter #> 18 - - - Typhoid fever #> 19 - - - - Typhoid peritonitis #> 20 - - - - Other specified typhoid fever #> 21 - - - - Typhoid fever, unspecified #> 22 - - - Paratyphoid fever #> 23 - - - Infections due to other Salmonella #> 24 - - - - Salmonella enteritis #> 25 - - - - Infections due to other Salmonella in other organs #> 26 - - - - Salmonella infection, unspecified #> 27 - - - Other specified bacterial intestinal infections #> 28 - - - Bacterial intestinal infections, unspecified #> 29 - - Bacterial foodborne intoxications #> 30 - - - Foodborne staphylococcal intoxication #> 31 - - - Botulism #> 32 - - - - Foodborne intoxication by botulinum toxin #> 33 - - - - Other forms of botulism #> 34 - - - - Botulism, unspecified #> 35 - - - Foodborne Clostridium perfringens intoxication #> 36 - - - Foodborne Bacillus cereus intoxication #> 37 - - - Other specified bacterial foodborne intoxications #> 38 - - - Bacterial foodborne intoxications, unspecified #> 39 - - Viral intestinal infections #> 40 - - - Enteritis due to Adenovirus #> 41 - - - Gastroenteritis due to Astrovirus #> 42 - - - Gastroenteritis due to Rotavirus #> 43 - - - Enteritis due to Norovirus #> 44 - - - Intestinal infections due to Cytomegalovirus #> 45 - - - Other specified viral intestinal infections #> 46 - - - Viral intestinal infections, unspecified #> 47 - - Protozoal intestinal infections #> 48 - - - Infections due to Balantidium coli #> 49 - - - Giardiasis #> 50 - - - Cryptosporidiosis #> 51 - - - Cystoisosporiasis #> 52 - - - - Cystoisosporiasis of small intestine #> 53 - - - - Cystoisosporiasis of colon #> 54 - - - - Other specified cystoisosporiasis #> 55 - - - - Cystoisosporiasis, unspecified #> 56 - - - Sarcocystosis #> 57 - - - Blastocystosis #> 58 - - - Amoebiasis #> 59 - - - - Intestinal infections due to Entamoeba #> 60 - - - - - Acute amoebiasis #> 61 - - - - - Amoeboma of intestine #> 62 - - - - - Intestinal infections due to Entamoeba, unspecified #> 63 - - - - Extraintestinal infections due to Entamoeba #> 64 - - - - - Amoebic liver abscess #> 65 - - - - - Amoebic lung abscess #> 66 - - - - - Cutaneous amoebiasis #> 67 - - - - - Amoebiasis of other specified sites #> 68 - - - - Amoebiasis, unspecified #> 69 - - - Other specified protozoal intestinal infections #> 70 - - - Protozoal intestinal infections, unspecified #> 71 - - Gastroenteritis or colitis without specification of infectious agent #> 72 - - - Gastroenteritis or colitis without specification of origin #> 73 - - - Infectious gastroenteritis or colitis without specification of infectious agent #> 74 - Predominantly sexually transmitted infections #> 75 - - Syphilis #> 76 - - - Congenital syphilis #> 77 - - - - Early congenital syphilis, symptomatic #> 78 - - - - Early congenital syphilis, latent #> 79 - - - - Late congenital syphilitic oculopathy #> 80 - - - - Late congenital neurosyphilis #> 81 - - - - Other late congenital syphilis, symptomatic #> 82 - - - - Late congenital syphilis, latent #> 83 - - - - Congenital syphilis, unspecified #> 84 - - - Early syphilis #> 85 - - - - Primary genital syphilis #> 86 - - - - Primary anal syphilis #> 87 - - - - Primary syphilis of other sites #> 88 - - - - Secondary syphilis of skin or mucous membranes #> 89 - - - - Secondary syphilis of other sites #> 90 - - - - Latent early syphilis #> 91 - - - - Other specified early syphilis #> 92 - - - - Early syphilis, unspecified #> 93 - - - Late syphilis #> 94 - - - - Neurosyphilis #> 95 - - - - - Asymptomatic neurosyphilis #> 96 - - - - - Symptomatic late neurosyphilis #> 97 - - - - - Neurosyphilis, unspecified #> 98 - - - - Cardiovascular late syphilis #> 99 - - - - Symptomatic late syphilis of other sites #> 100 - - - - - Ocular late syphilis #> 101 - - - - - Late syphilis involving the musculoskeletal system #> 102 - - - - - Late syphilis of skin or mucous membranes #> 103 - - - - - Symptomatic late syphilis of other specified sites #> 104 - - - - - Symptomatic late syphilis of unspecified site #> 105 - - - - Other specified late syphilis #> 106 - - - - Late syphilis, unspecified #> 107 - - - Latent syphilis, unspecified as early or late #> 108 - - - Syphilis, unspecified #> 109 - - Gonococcal infection #> 110 - - - Gonococcal genitourinary infection #> 111 - - - - Gonococcal infection of lower genitourinary tract without periurethral or accessory gland abscess #> 112 - - - - - Gonorrhoea of penis #> 113 - - - - - Other specified gonococcal infection of lower genitourinary tract without periurethral or accessory gland abscess #> 114 - - - - - Gonococcal infection of lower genitourinary tract without periurethral or accessory gland abscess, unspecified #> 115 - - - - Gonococcal infection of lower genitourinary tract with periurethral or accessory gland abscess #> 116 - - - - Gonococcal infection of other specified genitourinary organ #> 117 - - - - Gonococcal genitourinary infection, unspecified #> 118 - - - Gonococcal pelviperitonitis #> 119 - - - Gonococcal infection of other sites #> 120 - - - - Gonococcal infection of musculoskeletal system #> 121 - - - - Gonococcal infection of rectum #> 122 - - - - Gonococcal infection of anus #> 123 - - - - Gonococcal pharyngitis #> 124 - - - - Gonococcal infection of eye #> 125 - - - - Gonococcal infection of other specified sites #> 126 - - - Disseminated gonococcal infection #> 127 - - - Gonococcal infection, unspecified #> 128 - - Sexually transmissible infections due to chlamydia #> 129 - - - Chlamydial lymphogranuloma #> 130 - - - Non-ulcerative sexually transmitted chlamydial infection #> 131 - - - - Chlamydial infection of lower genitourinary tract #> 132 - - - - Chlamydial infection of internal reproductive organs #> 133 - - - - Non-ulcerative sexually transmitted chlamydial infection of other specified site #> 134 - - - - Non-ulcerative sexually transmitted chlamydial infection of unspecified site #> 135 - - - Other specified sexually transmissible infections due to chlamydia #> 136 - - - Sexually transmissible infections due to chlamydia, unspecified #> 137 - - Chancroid #> 138 - - Granuloma inguinale #> 139 - - Trichomoniasis #> 140 - - Sexually transmissible infestations #> 141 - - Anogenital herpes simplex infection #> 142 - - - Herpes simplex infection of genitalia or urogenital tract #> 143 - - - Herpes simplex infection of perianal skin or rectum #> 144 - - - Anogenital herpes simplex infection without further specification #> 145 - - Anogenital warts #> 146 - - - Anal warts #> 147 - - - Genital warts #> 148 - - - Extragenital condylomata acuminata #> 149 - - - Anogenital warts, unspecified #> 150 - - Other specified predominantly sexually transmitted infections #> 151 - - Predominantly sexually transmitted infections, unspecified #> 152 - Mycobacterial diseases #> 153 - - Tuberculosis #> 154 - - - Tuberculosis of the respiratory system #> 155 - - - - Respiratory tuberculosis, confirmed #> 156 - - - - Respiratory tuberculosis, not confirmed #> 157 - - - - Respiratory tuberculosis, without mention of bacteriological or histological confirmation #> 158 - - - Tuberculosis of the nervous system #> 159 - - - - Tuberculous meningitis #> 160 - - - - Tuberculous meningoencephalitis #> 161 - - - - Meningeal tuberculoma #> 162 - - - - Tuberculous granuloma of brain #> 163 - - - - Tuberculosis of other specified part of nervous system #> 164 - - - - Tuberculosis of the nervous system, unspecified #> 165 - - - Tuberculosis of other systems and organs #> 166 - - - - Tuberculosis of heart #> 167 - - - - Tuberculosis of eye #> 168 - - - - Tuberculosis of ear #> 169 - - - - Tuberculosis of endocrine glands #> 170 - - - - Tuberculosis of the musculoskeletal system #> 171 - - - - - Tuberculosis of bones or joints #> 172 - - - - - Tuberculous myositis #> 173 - - - - - Tuberculosis of other specified part of the musculoskeletal system #> 174 - - - - - Tuberculosis of the musculoskeletal system, unspecified #> 175 - - - - Tuberculosis of the genitourinary system #> 176 - - - - Tuberculous peripheral lymphadenopathy #> 177 - - - - Tuberculosis of the digestive system #> 178 - - - - Cutaneous tuberculosis #> 179 - - - - Tuberculosis of other specified organ or site #> 180 - - - Miliary tuberculosis #> 181 - - - - Acute miliary tuberculosis of a single specified site #> 182 - - - - Acute miliary tuberculosis of multiple sites #> 183 - - - - Acute miliary tuberculosis, unspecified site #> 184 - - - - Other specified miliary tuberculosis #> 185 - - - - Miliary tuberculosis, unspecified #> 186 - - - Latent tuberculosis #> 187 - - - Other specified tuberculosis #> 188 - - - Tuberculosis, unspecified #> 189 - - Leprosy #> 190 - - - Paucibacillary leprosy #> 191 - - - Multibacillary leprosy #> 192 - - - Leprosy reactions #> 193 - - - - Type I leprosy reaction #> 194 - - - - Type II leprosy reaction #> 195 - - - Complications of leprosy #> 196 - - - Leprosy, unspecified #> 197 - - Infections due to non-tuberculous mycobacteria #> 198 - - - Pulmonary infection due to non-tuberculous mycobacterium #> 199 - - - Non-tuberculous mycobacterial lymphadenitis #> 200 - - - Cutaneous non-tuberculous mycobacterial infection #> 201 - - - - Mycobacterium ulcerans infection #> 202 - - - - Cutaneous infection due to other specified non-tuberculous mycobacteria #> 203 - - - - Cutaneous infection due to unspecified non-tuberculous mycobacteria #> 204 - - - Disseminated non-tuberculous mycobacterial infection #> 205 - - - Gastrointestinal non-tuberculous mycobacterial infection #> 206 - - - Non-tuberculous mycobacterial infection of other specified site #> 207 - - - Non-tuberculous mycobacterial infection of unspecified site #> 208 - - Other specified mycobacterial diseases #> 209 - - Mycobacterial diseases, unspecified #> 210 - Certain staphylococcal or streptococcal diseases #> 211 - - Acute rheumatic fever #> 212 - - - Acute rheumatic fever without mention of heart involvement #> 213 - - - - Rheumatic arthritis, acute or subacute #> 214 - - - - Other specified acute rheumatic fever without mention of heart involvement #> 215 - - - - Acute rheumatic fever without mention of heart involvement, unspecified #> 216 - - - Acute rheumatic fever with heart involvement #> 217 - - - - Acute rheumatic pericarditis #> 218 - - - - Acute rheumatic endocarditis #> 219 - - - - - Rheumatic aortitis #> 220 - - - - - Other specified acute rheumatic endocarditis #> 221 - - - - - Acute rheumatic endocarditis, unspecified #> 222 - - - - Acute rheumatic myocarditis #> 223 - - - - Other acute rheumatic heart disease #> 224 - - - - Acute rheumatic heart disease, unspecified #> 225 - - - Rheumatic chorea #> 226 - - Scarlet fever #> 227 - - Streptococcal pharyngitis #> 228 - - Meningitis due to Streptococcus #> 229 - - Meningitis due to Staphylococcus #> 230 - - Other specified staphylococcal or streptococcal diseases #> 231 - - Staphylococcal or streptococcal diseases, unspecified #> 232 - Pyogenic bacterial infections of the skin or subcutaneous tissues #> 233 - - Bacterial cellulitis, erysipelas or lymphangitis #> 234 - - - Erysipelas #> 235 - - - - Erysipelas of face #> 236 - - - - Erysipelas of external ear #> 237 - - - - Erysipelas of lower limb #> 238 - - - - Erysipelas of other specified site #> 239 - - - - Erysipelas, unspecified #> 240 - - - Streptococcal cellulitis of skin #> 241 - - - Staphylococcal cellulitis of skin #> 242 - - - Ascending bacterial lymphangitis #> 243 - - - Bacterial cellulitis or lymphangitis due to other specified bacterium #> 244 - - - Bacterial cellulitis or lymphangitis due to unspecified bacterium #> 245 - - Necrotising fasciitis #> 246 - - - Streptococcal necrotising fasciitis #> 247 - - - Polymicrobial necrotising fasciitis #> 248 - - - Neonatal necrotising fasciitis #> 249 - - - Necrotising fasciitis due to other specified bacterial infection #> 250 - - - Necrotising fasciitis, unspecified #> 251 - - Impetigo #> 252 - - - Bullous impetigo #> 253 - - - Non-bullous impetigo #> 254 - - - Secondary impetiginisation of the skin #> 255 - - - Other specified impetigo #> 256 - - - Impetigo, unspecified #> 257 - - Ecthyma #> 258 - - - Streptococcal ecthyma #> 259 - - - Staphylococcal ecthyma #> 260 - - - Ecthyma gangrenosum #> 261 - - - Other specified ecthyma #> 262 - - - Ecthyma, unspecified #> 263 - - Superficial bacterial folliculitis #> 264 - - - Staphylococcus aureus superficial folliculitis #> 265 - - - Superficial bacterial folliculitis due to other specified organism #> 266 - - - Superficial bacterial folliculitis due to unspecified organism #> 267 - - Deep bacterial folliculitis or pyogenic abscess of the skin #> 268 - - - Furuncle #> 269 - - - Carbuncle #> 270 - - - Furunculosis #> 271 - - - Pyogenic abscess of the skin #> 272 - - - Chronic deep bacterial folliculitis #> 273 - - - Deep bacterial folliculitis or pyogenic abscess of the skin, unspecified #> 274 - - Other specified pyogenic bacterial infection of skin or subcutaneous tissue #> 275 - - Pyogenic bacterial infection of skin or subcutaneous tissue, unspecified #> 276 - Certain zoonotic bacterial diseases #> 277 - - Rat-bite fevers #> 278 - - - Spirillosis #> 279 - - - Streptobacillosis #> 280 - - Leptospirosis #> 281 - - Glanders #> 282 - - Plague #> 283 - - - Bubonic plague #> 284 - - - Cellulocutaneous plague #> 285 - - - Pneumonic plague #> 286 - - - Plague meningitis #> 287 - - - Other specified plague #> 288 - - - Plague, unspecified #> 289 - - Tularaemia #> 290 - - - Ulceroglandular tularaemia #> 291 - - - Other specified tularaemia #> 292 - - - Tularaemia, unspecified #> 293 - - Brucellosis #> 294 - - Erysipeloid #> 295 - - Anthrax #> 296 - - Cat-scratch disease #> 297 - - Pasteurellosis #> 298 - - Extraintestinal yersiniosis #> 299 - - Unspecified zoonotic bacterial disease #> 300 - Other bacterial diseases #> 301 - - Actinomycosis #> 302 - - - Pulmonary actinomycosis #> 303 - - - Abdominal actinomycosis #> 304 - - - Cervicofacial actinomycosis #> 305 - - - Primary cutaneous actinomycosis #> 306 - - - Other specified forms of actinomycosis #> 307 - - - Actinomycosis, unspecified #> 308 - - Bartonellosis #> 309 - - - Carrion disease #> 310 - - - - Oroya fever #> 311 - - - - Verruga peruana #> 312 - - - Trench fever #> 313 - - - Other forms of bartonellosis #> 314 - - - Bartonellosis, unspecified #> 315 - - Whooping cough #> 316 - - - Whooping cough due to Bordetella pertussis #> 317 - - - Whooping cough due to Bordetella parapertussis #> 318 - - - Other specified whooping cough #> 319 - - - Whooping cough, unspecified #> 320 - - Tetanus #> 321 - - Obstetrical tetanus #> 322 - - Tetanus neonatorum #> 323 - - Gas gangrene #> 324 - - Diphtheria #> 325 - - - Pharyngeal or tonsillar diphtheria #> 326 - - - - Postdiphtheritic paralysis of uvula #> 327 - - - - Other specified pharyngeal or tonsillar diphtheria #> 328 - - - - Pharyngeal or tonsillar diphtheria, unspecified #> 329 - - - Nasal diphtheria #> 330 - - - Laryngeal diphtheria #> 331 - - - Cutaneous diphtheria #> 332 - - - Other specified diphtheria #> 333 - - - Diphtheria, unspecified #> 334 - - Brazilian purpuric fever #> 335 - - Legionellosis #> 336 - - - Nonpneumonic Legionnaires' disease #> 337 - - - Legionnaires disease #> 338 - - - Legionellosis, unspecified #> 339 - - Listeriosis #> 340 - - - Cutaneous listeriosis #> 341 - - - Listerial meningitis or meningoencephalitis #> 342 - - - Other specified listeriosis #> 343 - - - Listeriosis, unspecified #> 344 - - Nocardiosis #> 345 - - - Pulmonary nocardiosis #> 346 - - - Cutaneous nocardiosis #> 347 - - - Other specified forms of nocardiosis #> 348 - - - Nocardiosis, unspecified #> 349 - - Meningococcal disease #> 350 - - - Meningococcal meningitis #> 351 - - - Waterhouse-Friderichsen syndrome #> 352 - - - Meningococcaemia #> 353 - - - - Acute meningococcaemia #> 354 - - - - Other specified meningococcaemia #> 355 - - - - Meningococcaemia, unspecified #> 356 - - - Other specified meningococcal disease #> 357 - - - Meningococcal disease, unspecified #> 358 - - Yaws #> 359 - - - Primary yaws #> 360 - - - Secondary yaws #> 361 - - - Tertiary yaws #> 362 - - - Latent yaws #> 363 - - - Yaws, unspecified #> 364 - - Pinta #> 365 - - - Primary lesions of pinta #> 366 - - - Intermediate lesions of pinta #> 367 - - - Late lesions of pinta #> 368 - - - Mixed lesions of pinta #> 369 - - - Pinta, unspecified #> 370 - - Endemic non-venereal syphilis #> 371 - - Lyme borreliosis #> 372 - - - Early cutaneous Lyme borreliosis #> 373 - - - Disseminated Lyme borreliosis #> 374 - - - - Lyme neuroborreliosis #> 375 - - - - Lyme carditis #> 376 - - - - Ophthalmic Lyme borreliosis #> 377 - - - - Lyme arthritis #> 378 - - - - Late cutaneous Lyme borreliosis #> 379 - - - - Other specified disseminated Lyme borreliosis #> 380 - - - - Disseminated Lyme borreliosis, unspecified #> 381 - - - Other specified Lyme borreliosis #> 382 - - - Lyme borreliosis, unspecified #> 383 - - Necrotising ulcerative gingivitis #> 384 - - - Other Vincent infections #> 385 - - - Other specified necrotising ulcerative gingivitis #> 386 - - - Necrotising ulcerative gingivitis, unspecified #> 387 - - Relapsing fever #> 388 - - - Tick-borne relapsing fever #> 389 - - - Louse-borne relapsing fever #> 390 - - - Relapsing fever, unspecified #> 391 - - Other diseases due to chlamydiae #> 392 - - - Chlamydial conjunctivitis #> 393 - - - Chlamydial peritonitis #> 394 - - - Infections due to Chlamydia psittaci #> 395 - - - Trachoma #> 396 - - - - Initial stage of trachoma #> 397 - - - - Active stage of trachoma #> 398 - - - - Other specified trachoma #> 399 - - - - Trachoma, unspecified #> 400 - - - Other specified diseases due to chlamydiae #> 401 - - - Diseases due to chlamydiae, unspecified #> 402 - - Rickettsioses #> 403 - - - Typhus fever #> 404 - - - - Epidemic louse-borne typhus fever due to Rickettsia prowazekii #> 405 - - - - Recrudescent typhus #> 406 - - - - Typhus fever due to Rickettsia typhi #> 407 - - - - Typhus fever due to Orientia tsutsugamushi #> 408 - - - - Other specified typhus fever #> 409 - - - - Typhus fever, unspecified #> 410 - - - Spotted fever #> 411 - - - - Spotted fever due to Rickettsia rickettsii #> 412 - - - - Spotted fever due to Rickettsia conorii #> 413 - - - - Spotted fever due to Rickettsia sibirica #> 414 - - - - Spotted fever due to Rickettsia australis #> 415 - - - - Other specified spotted fever #> 416 - - - - Spotted fever, unspecified #> 417 - - - Rickettsialpox #> 418 - - - Q fever #> 419 - - - Other specified rickettsioses #> 420 - - - Rickettsioses, unspecified #> 421 - - Campylobacteriosis #> 422 - - Bacterial infection of unspecified site #> 423 - - Melioidosis #> 424 - - Actinomycetoma #> 425 - - Non-pyogenic bacterial infections of the skin #> 426 - - Toxic shock syndrome #> 427 - - - Streptococcal toxic shock syndrome #> 428 - - - Staphylococcal toxic shock syndrome #> 429 - - - Toxic shock syndrome due to other specified infectious agent #> 430 - - - Toxic shock syndrome without specified infectious agent #> 431 - - Other specified bacterial diseases #> 432 - - Unspecified bacterial disease #> 433 - Human immunodeficiency virus disease #> 434 - - Human immunodeficiency virus disease associated with tuberculosis #> 435 - - - HIV disease clinical stage 1 associated with tuberculosis #> 436 - - - HIV disease clinical stage 2 associated with tuberculosis #> 437 - - - HIV disease clinical stage 3 associated with tuberculosis #> 438 - - - HIV disease clinical stage 4 associated with tuberculosis #> 439 - - - - Kaposi sarcoma associated with human immunodeficiency virus disease associated with tuberculosis #> 440 - - - - Other specified HIV disease clinical stage 4 associated with tuberculosis #> 441 - - - - HIV disease clinical stage 4 associated with tuberculosis, unspecified #> 442 - - - Human immunodeficiency virus disease associated with tuberculosis, clinical stage unspecified #> 443 - - Human immunodeficiency virus disease associated with malaria #> 444 - - - HIV disease clinical stage 1 associated with malaria #> 445 - - - HIV disease clinical stage 2 associated with malaria #> 446 - - - HIV disease clinical stage 3 associated with malaria #> 447 - - - HIV disease clinical stage 4 associated with malaria #> 448 - - - - Kaposi sarcoma associated with human immunodeficiency virus disease associated with malaria #> 449 - - - - Other specified HIV disease clinical stage 4 associated with malaria #> 450 - - - - HIV disease clinical stage 4 associated with malaria, unspecified #> 451 - - - Human immunodeficiency virus disease associated with malaria, clinical stage unspecified #> 452 - - Human immunodeficiency virus disease without mention of tuberculosis or malaria #> 453 - - - HIV disease clinical stage 1 without mention of tuberculosis or malaria #> 454 - - - HIV disease clinical stage 2 without mention of tuberculosis or malaria #> 455 - - - HIV disease clinical stage 3 without mention of tuberculosis or malaria #> 456 - - - HIV disease clinical stage 4 without mention of tuberculosis or malaria #> 457 - - - - Kaposi sarcoma associated with human immunodeficiency virus disease without mention of tuberculosis or malaria #> 458 - - - - Other specified HIV disease clinical stage 4 without mention of tuberculosis or malaria #> 459 - - - - HIV disease clinical stage 4 without mention of tuberculosis or malaria, unspecified #> 460 - - - Human immunodeficiency virus disease without mention of associated disease or condition, clinical stage unspecified #> 461 - Viral infections of the central nervous system #> 462 - - Viral encephalitis, not elsewhere classified #> 463 - - Acute poliomyelitis #> 464 - - Rabies #> 465 - - Western equine encephalitis #> 466 - - Eastern equine encephalitis #> 467 - - Japanese encephalitis #> 468 - - St Louis encephalitis #> 469 - - Rocio viral encephalitis #> 470 - - Murray Valley encephalitis #> 471 - - California encephalitis #> 472 - - Venezuelan equine encephalitis #> 473 - - La Crosse encephalitis #> 474 - - Viral meningitis, not elsewhere classified #> 475 - - - Enteroviral meningitis #> 476 - - - Meningitis due to adenovirus #> 477 - - - Other specified viral meningitis, not elsewhere classified #> 478 - - - Viral meningitis, unspecified #> 479 - - Lymphocytic choriomeningitis #> 480 - - Tick-borne encephalitis #> 481 - - - Far Eastern tick-borne encephalitis #> 482 - - - Central European tick-borne encephalitis #> 483 - - - Siberian tick-borne encephalitis #> 484 - - - Tick-borne encephalitis, unspecified #> 485 - - Other specified viral infections of the central nervous system #> 486 - - Viral infections of the central nervous system, unspecified #> 487 - Non-viral and unspecified infections of the central nervous system #> 488 - - Infectious encephalitis, not elsewhere classified #> 489 - - - Bacterial encephalitis #> 490 - - - Fungal encephalitis #> 491 - - - Parasitic or protozoal encephalitis #> 492 - - - Other specified infectious encephalitis, not elsewhere classified #> 493 - - - Infectious encephalitis, unspecified #> 494 - - Infectious meningitis, not elsewhere classified #> 495 - - - Bacterial meningitis #> 496 - - - - Meningitis due to Haemophilus influenzae #> 497 - - - - Other specified bacterial meningitis #> 498 - - - - Bacterial meningitis, unspecified #> 499 - - - Fungal meningitis #> 500 - - - Parasitic or protozoal meningitis #> 501 - - - Benign recurrent meningitis #> 502 - - - Other specified infectious meningitis, not elsewhere classified #> 503 - - - Infectious meningitis, unspecified #> 504 - - Infectious myelitis, not elsewhere classified #> 505 - - - Bacterial myelitis #> 506 - - - Viral myelitis #> 507 - - - Fungal myelitis #> 508 - - - Parasitic myelitis #> 509 - - - Other specified infectious myelitis, not elsewhere classified #> 510 - - - Infectious myelitis, unspecified #> 511 - - Infectious abscess of the central nervous system #> 512 - - - Intraspinal intramedullary abscess #> 513 - - - Intraspinal subdural abscess #> 514 - - - Intraspinal extradural abscess #> 515 - - - Intracranial abscess #> 516 - - - - Deep cerebral hemispheric abscess #> 517 - - - - Abscess of the corpus callosum #> 518 - - - - Pituitary abscess #> 519 - - - - Multiple or widespread intracranial abscess #> 520 - - - - Other specified intracranial abscess #> 521 - - - - Intracranial abscess, unspecified #> 522 - - - Intraspinal epidural abscess #> 523 - - - Spinal cord abscess #> 524 - - - Other specified site of infectious abscess of the central nervous system #> 525 - - - Infectious abscess of the central nervous system, site unspecified #> 526 - - Infectious granulomas of the central nervous system #> 527 - - - Parasitic intracerebral granuloma #> 528 - - - Intracranial granuloma #> 529 - - - - Fungal intracranial granuloma #> 530 - - - - Other specified intracranial granuloma #> 531 - - - - Intracranial granuloma, unspecified #> 532 - - - Intraspinal intramedullary granuloma #> 533 - - - Intraspinal subdural granuloma #> 534 - - - Intraspinal extradural granuloma #> 535 - - - Intraspinal epidural granuloma #> 536 - - - Other specified site of infectious granulomas of the central nervous system #> 537 - - - Infectious granulomas of the central nervous system, site unspecified #> 538 - - Infectious cysts of the central nervous system #> 539 - - - Epidural infectious cyst #> 540 - - - Subdural infectious cyst #> 541 - - - Other specified infectious cysts of the central nervous system #> 542 - - - Infectious cysts of the central nervous system, unspecified #> 543 - - Other specified non-viral and unspecified infections of the central nervous system #> 544 - - Non-viral and unspecified infections of the central nervous system, unspecified #> 545 - Dengue #> 546 - - Dengue without warning signs #> 547 - - Dengue with warning signs #> 548 - - Severe dengue #> 549 - - Dengue fever, unspecified #> 550 - Certain arthropod-borne viral fevers #> 551 - - Chikungunya virus disease #> 552 - - Colorado tick fever #> 553 - - O'nyong-nyong fever #> 554 - - Oropouche virus disease #> 555 - - Rift Valley fever #> 556 - - Sandfly fever #> 557 - - West Nile virus infection #> 558 - - Yellow fever #> 559 - - Zika virus disease #> 560 - - Crimean-Congo haemorrhagic fever #> 561 - - Omsk haemorrhagic fever #> 562 - - Kyasanur Forest disease #> 563 - - Alkhurma haemorrhagic fever #> 564 - - Ross River disease #> 565 - - Severe fever with thrombocytopenia syndrome #> 566 - - Other specified arthropod-borne viral fevers #> 567 - - Arthropod-borne viral fever, virus unspecified #> 568 - Certain zoonotic viral diseases #> 569 - - Filovirus disease #> 570 - - - Ebola disease #> 571 - - - - Bundibugyo virus disease #> 572 - - - - Ebola virus disease #> 573 - - - - Sudan virus disease #> 574 - - - - Atypical Ebola disease #> 575 - - - - Other specified Ebola disease #> 576 - - - - Ebola disease, virus unspecified #> 577 - - - Marburg disease #> 578 - - - - Marburg virus disease #> 579 - - - - Atypical Marburg disease #> 580 - - - - Other specified Marburg disease #> 581 - - - - Marburg disease, virus unspecified #> 582 - - - Other specified filovirus disease #> 583 - - - Filovirus disease, virus unspecified #> 584 - - Arenavirus disease #> 585 - - - Argentinian haemorrhagic fever #> 586 - - - Bolivian haemorrhagic fever #> 587 - - - Lassa fever #> 588 - - - Venezuelan haemorrhagic fever #> 589 - - - Other specified arenavirus disease #> 590 - - - Arenavirus disease, unspecified #> 591 - - Hantavirus disease #> 592 - - - Haemorrhagic fever with renal syndrome #> 593 - - - Hantavirus pulmonary syndrome #> 594 - - - Atypical hantavirus disease #> 595 - - - Other specified hantavirus disease #> 596 - - - Hantavirus disease, unspecified #> 597 - - Henipavirus encephalitis #> 598 - - Middle East respiratory syndrome #> 599 - - Severe acute respiratory syndrome #> 600 - - Other specified zoonotic viral diseases #> 601 - - Zoonotic viral disease, virus unspecified #> 602 - Certain other viral diseases #> 603 - - Mumps #> 604 - - - Mumps without complication #> 605 - - - Orchitis due to mumps virus #> 606 - - - Meningitis due to mumps virus #> 607 - - - Encephalitis due to mumps virus #> 608 - - - Pancreatitis due to mumps virus #> 609 - - - Other specified mumps #> 610 - - Infectious mononucleosis #> 611 - - - Mononucleosis due to Epstein-Barr virus #> 612 - - - Mononucleosis due to cytomegalovirus #> 613 - - - Other specified infectious mononucleosis #> 614 - - - Infectious mononucleosis, unspecified #> 615 - - Cytomegaloviral disease #> 616 - - - Cytomegaloviral hepatitis #> 617 - - - Cytomegaloviral pancreatitis #> 618 - - - Other specified cytomegaloviral disease #> 619 - - - Cytomegaloviral disease, unspecified #> 620 - - Epidemic myalgia #> 621 - - Viral conjunctivitis #> 622 - - - Conjunctivitis due to adenovirus #> 623 - - - Acute epidemic haemorrhagic conjunctivitis #> 624 - - - Other specified viral conjunctivitis #> 625 - - - Viral conjunctivitis, unspecified #> 626 - - Viral carditis #> 627 - - - Dilated cardiomyopathy secondary to viral myocarditis #> 628 - - - Acute viral carditis #> 629 - - - Chronic viral carditis #> 630 - - - Aseptic myocarditis of newborn #> 631 - - - Coxsackie carditis #> 632 - - - Other specified viral carditis #> 633 - - - Viral carditis, unspecified #> 634 - - Viral haemorrhagic fever, not elsewhere classified #> 635 - - Viral infection of unspecified site #> 636 - - - Adenovirus infection of unspecified site #> 637 - - - Enterovirus infection of unspecified site #> 638 - - - Coronavirus infection, unspecified site #> 639 - - - Parvovirus infection of unspecified site #> 640 - - - Other viral infections of unspecified site #> 641 - - - Unspecified viral infection of unspecified site #> 642 - - Other specified viral diseases #> 643 - - Unspecified viral disease #> 644 - Influenza #> 645 - - Influenza due to identified seasonal influenza virus #> 646 - - Influenza due to identified zoonotic or pandemic influenza virus #> 647 - - Influenza, virus not identified #> 648 - Viral hepatitis #> 649 - - Acute viral hepatitis #> 650 - - - Acute hepatitis A #> 651 - - - Acute hepatitis B #> 652 - - - Acute hepatitis C #> 653 - - - Acute hepatitis D #> 654 - - - Acute hepatitis E #> 655 - - - Other specified acute viral hepatitis #> 656 - - - Acute viral hepatitis, unspecified #> 657 - - Chronic viral hepatitis #> 658 - - - Chronic hepatitis B #> 659 - - - - Chronic hepatitis B with human immunodeficiency virus co-infection #> 660 - - - - Other specified chronic hepatitis B #> 661 - - - - Chronic hepatitis B, unspecified #> 662 - - - Chronic hepatitis C #> 663 - - - Chronic hepatitis D #> 664 - - - Chronic hepatitis E #> 665 - - - Other specified chronic viral hepatitis #> 666 - - - Chronic viral hepatitis, unspecified #> 667 - - Viral hepatitis, unspecified #> 668 - Viral infections characterised by skin or mucous membrane lesions #> 669 - - Infections due to poxvirus #> 670 - - - Smallpox #> 671 - - - Mpox #> 672 - - - Cowpox #> 673 - - - Vaccinia #> 674 - - - Buffalopox #> 675 - - - Orf #> 676 - - - Molluscum contagiosum #> 677 - - - Other specified infections due to poxvirus #> 678 - - - Infections due to poxvirus, unspecified #> 679 - - Human papillomavirus infection of skin or mucous membrane #> 680 - - - Common warts #> 681 - - - - Digital or periungual warts #> 682 - - - - Plantar warts #> 683 - - - - Other specified common warts #> 684 - - - - Common warts, unspecified #> 685 - - - Plane warts #> 686 - - - Warts of lips or oral cavity #> 687 - - - - Focal epithelial hyperplasia of oral mucous membranes #> 688 - - - Wart virus proliferation in immune-deficient states #> 689 - - - Viral warts, not elsewhere classified #> 690 - - Varicella zoster virus infections #> 691 - - - Varicella #> 692 - - - - Varicella without complication #> 693 - - - - Varicella meningitis #> 694 - - - - Varicella encephalitis #> 695 - - - - Varicella with other specified complication #> 696 - - - - Varicella, unspecified #> 697 - - - Zoster #> 698 - - - - Zoster without complications #> 699 - - - - Ophthalmic zoster #> 700 - - - - Disseminated zoster #> 701 - - - - Zoster with central nervous system involvement #> 702 - - - - Acute neuropathy of cranial nerve due to zoster #> 703 - - - - - Acute trigeminal zoster neuropathy #> 704 - - - - - Acute herpetic geniculate ganglionitis #> 705 - - - - - Other specified acute neuropathy of cranial nerve due to zoster #> 706 - - - - - Acute neuropathy of cranial nerve due to zoster, unspecified #> 707 - - - - Postherpetic polyneuropathy #> 708 - - - - Zoster with other specified complications #> 709 - - - - Zoster, unspecified #> 710 - - Herpes simplex infections #> 711 - - - Herpes simplex infection of skin or mucous membrane #> 712 - - - - Herpes simplex infection of skin #> 713 - - - - Herpes simplex labialis #> 714 - - - - Herpes simplex gingivostomatitis #> 715 - - - - Disseminated cutaneous herpes simplex infection complicating other skin diseases #> 716 - - - - Other specified herpes simplex infection of skin or mucous membrane #> 717 - - - Herpes simplex infection of the eye #> 718 - - - - Herpes simplex keratitis #> 719 - - - - Herpes simplex infection of eyelid #> 720 - - - - Other specified herpes simplex infection of the eye #> 721 - - - - Herpes simplex infection of the eye, unspecified #> 722 - - - Herpes simplex infection of central nervous system #> 723 - - - - Herpes simplex meningitis #> 724 - - - - Encephalitis due to herpes simplex virus #> 725 - - - - Other specified herpes simplex infection of central nervous system #> 726 - - - Disseminated herpes simplex infection #> 727 - - - Other specified herpes simplex infections #> 728 - - - Herpes simplex infections, unspecified #> 729 - - Roseola infantum #> 730 - - Rubella #> 731 - - - Rubella with neurological complications #> 732 - - - Rubella arthritis #> 733 - - - Rubella without complication #> 734 - - - Rubella with other specified complication #> 735 - - Measles #> 736 - - - Measles without complication #> 737 - - - Measles complicated by encephalitis #> 738 - - - Measles complicated by meningitis #> 739 - - - Measles with other complications #> 740 - - Erythema infectiosum #> 741 - - Picornavirus infections presenting in the skin or mucous membranes #> 742 - - - Enteroviral vesicular stomatitis #> 743 - - - Enteroviral vesicular pharyngitis #> 744 - - - Enteroviral exanthematous fever #> 745 - - - Foot and mouth disease #> 746 - - - Other specified picornavirus infections presenting in the skin or mucous membranes #> 747 - - Other specified viral infections characterised by skin or mucous membrane lesions #> 748 - - Viral infections characterised by skin or mucous membrane lesions, unspecified #> 749 - Mycoses #> 750 - - Aspergillosis #> 751 - - - Invasive aspergillosis #> 752 - - - - Invasive aspergillosis of the digestive tract #> 753 - - - - Invasive cerebral aspergillosis #> 754 - - - - Disseminated aspergillosis #> 755 - - - - Invasive aspergillosis of other specified site #> 756 - - - - Invasive aspergillosis, unspecified #> 757 - - - Non-invasive aspergillosis #> 758 - - - - Aspergillus otomycosis #> 759 - - - - Chronic aspergillosis of the paranasal sinuses #> 760 - - - - Chronic pulmonary aspergillosis #> 761 - - - - Tonsillar aspergillosis #> 762 - - - - Aspergillus bronchitis #> 763 - - - - Obstructing aspergillus tracheobronchitis #> 764 - - - - Other specified non-invasive aspergillosis #> 765 - - - - Non-invasive aspergillosis, unspecified #> 766 - - - Aspergillosis, unspecified #> 767 - - Basidiobolomycosis #> 768 - - Blastomycosis #> 769 - - Candidosis #> 770 - - - Candidosis of lips or oral mucous membranes #> 771 - - - Candidosis of skin or mucous membranes #> 772 - - - - Vulvovaginal candidosis #> 773 - - - - Candida balanoposthitis #> 774 - - - - Flexural or intertriginous candidosis #> 775 - - - - Candidosis of nail or paronychium #> 776 - - - - Chronic mucocutaneous candidosis #> 777 - - - - Disseminated cutaneous candidosis #> 778 - - - - Candida otomycosis #> 779 - - - - Candidosis of skin or mucous membrane of other specified site #> 780 - - - - Candidosis of skin or mucous membranes, unspecified #> 781 - - - Candidosis of gastrointestinal tract #> 782 - - - Systemic or invasive candidosis #> 783 - - - - Candida meningitis #> 784 - - - - Pulmonary candidosis #> 785 - - - - Other specified systemic or invasive candidosis #> 786 - - - - Systemic or invasive candidosis, unspecified #> 787 - - - Other specified candidosis #> 788 - - - Candidosis, unspecified #> 789 - - Chromoblastomycosis #> 790 - - Coccidioidomycosis #> 791 - - - Pulmonary coccidioidomycosis #> 792 - - - - Acute pulmonary coccidioidomycosis #> 793 - - - - Chronic pulmonary coccidioidomycosis #> 794 - - - Extrathoracic coccidioidomycosis #> 795 - - - - Disseminated coccidioidomycosis #> 796 - - - - Primary cutaneous coccidioidomycosis #> 797 - - - - Coccidioides meningitis #> 798 - - - - Other specified extrathoracic coccidioidomycosis #> 799 - - - - Extrathoracic coccidioidomycosis, unspecified #> 800 - - - Coccidioidomycosis, unspecified #> 801 - - Conidiobolomycosis #> 802 - - Cryptococcosis #> 803 - - - Pulmonary cryptococcosis #> 804 - - - Cerebral cryptococcosis #> 805 - - - - Meningitis due to Cryptococcus neoformans #> 806 - - - Disseminated cryptococcosis #> 807 - - - Other specified cryptococcosis #> 808 - - - Cryptococcosis, unspecified #> 809 - - Dermatophytosis #> 810 - - - Dermatophytosis of scalp #> 811 - - - Dermatophytosis of nail #> 812 - - - Dermatophytosis of foot #> 813 - - - Genitocrural dermatophytosis #> 814 - - - Kerion #> 815 - - - Disseminated dermatophytosis #> 816 - - - Other specified dermatophytosis #> 817 - - - Dermatophytosis, unspecified #> 818 - - Eumycetoma #> 819 - - Histoplasmosis #> 820 - - - Pulmonary histoplasmosis capsulati #> 821 - - - Histoplasmosis due to Histoplasma duboisii #> 822 - - - Other specified histoplasmosis #> 823 - - - Histoplasmosis, unspecified #> 824 - - Lobomycosis #> 825 - - Mucormycosis #> 826 - - Non-dermatophyte superficial dermatomycoses #> 827 - - - Pityriasis versicolor #> 828 - - - Malassezia folliculitis #> 829 - - - White piedra #> 830 - - - Black piedra #> 831 - - - Tinea nigra #> 832 - - - Onychomycosis due to non-dermatophyte mould #> 833 - - - Other specified non-dermatophyte superficial dermatomycoses #> 834 - - - Non-dermatophyte superficial dermatomycoses, unspecified #> 835 - - Paracoccidioidomycosis #> 836 - - - Pulmonary paracoccidioidomycosis #> 837 - - - Disseminated paracoccidioidomycosis #> 838 - - - Other specified paracoccidioidomycosis #> 839 - - - Paracoccidioidomycosis, unspecified #> 840 - - Phaeohyphomycosis #> 841 - - Pneumocystosis #> 842 - - - Pulmonary pneumocystosis #> 843 - - - Pneumocystosis, unspecified #> 844 - - Scedosporiosis #> 845 - - Sporotrichosis #> 846 - - - Lymphocutaneous sporotrichosis #> 847 - - - Fixed cutaneous sporotrichosis #> 848 - - - Pulmonary sporotrichosis #> 849 - - - Disseminated sporotrichosis #> 850 - - - Other specified sporotrichosis #> 851 - - - Sporotrichosis, unspecified #> 852 - - Talaromycosis #> 853 - - Emmonsiosis #> 854 - - - Disseminated adiaspiromycosis #> 855 - - - Pulmonary adiaspiromycosis #> 856 - - - Other specified emmonsiosis #> 857 - - - Emmonsiosis, unspecified #> 858 - - Other specified mycoses #> 859 - - Mycoses, unspecified #> 860 - Parasitic diseases #> 861 - - Malaria #> 862 - - - Malaria due to Plasmodium falciparum #> 863 - - - - Plasmodium falciparum malaria with cerebral complications #> 864 - - - - Other severe and complicated Plasmodium falciparum malaria #> 865 - - - - Malaria due to Plasmodium falciparum, unspecified #> 866 - - - Malaria due to Plasmodium vivax #> 867 - - - - Plasmodium vivax malaria with rupture of spleen #> 868 - - - - Malaria due to Plasmodium vivax with other complications #> 869 - - - - Plasmodium vivax malaria without complication #> 870 - - - Malaria due to Plasmodium malariae #> 871 - - - - Plasmodium malariae malaria with nephropathy #> 872 - - - - Malaria due to Plasmodium malariae with other complications #> 873 - - - - Plasmodium malariae malaria without complication #> 874 - - - Malaria due to Plasmodium ovale #> 875 - - - Other parasitologically confirmed malaria #> 876 - - - Malaria without parasitological confirmation #> 877 - - - Malaria, unspecified #> 878 - - Nonintestinal protozoal diseases #> 879 - - - Acanthamoebiasis #> 880 - - - African trypanosomiasis #> 881 - - - - Gambiense trypanosomiasis #> 882 - - - - - Meningitis in Gambiense trypanosomiasis #> 883 - - - - - Other specified gambiense trypanosomiasis #> 884 - - - - - Gambiense trypanosomiasis, unspecified #> 885 - - - - Rhodesiense trypanosomiasis #> 886 - - - - - Meningitis in Rhodesiense trypanosomiasis #> 887 - - - - - Other specified rhodesiense trypanosomiasis #> 888 - - - - - Rhodesiense trypanosomiasis, unspecified #> 889 - - - - Other specified african trypanosomiasis #> 890 - - - - African trypanosomiasis, unspecified #> 891 - - - Babesiosis #> 892 - - - Chagas disease #> 893 - - - - Acute Chagas disease without heart involvement #> 894 - - - - Chronic Chagas disease with heart involvement #> 895 - - - - Chagas disease with digestive system involvement #> 896 - - - - Meningitis in Chagas disease #> 897 - - - - Other specified Chagas disease #> 898 - - - - Chagas disease, unspecified #> 899 - - - Leishmaniasis #> 900 - - - - Visceral leishmaniasis #> 901 - - - - Cutaneous leishmaniasis #> 902 - - - - Mucocutaneous leishmaniasis #> 903 - - - - Leishmaniasis, unspecified #> 904 - - - Naegleriasis #> 905 - - - Rhinosporidiosis #> 906 - - - Toxoplasmosis #> 907 - - - - Hepatitis due to Toxoplasma gondii #> 908 - - - - Meningoencephalitis due to Toxoplasma gondii #> 909 - - - - Pulmonary toxoplasmosis due to Toxoplasma gondii #> 910 - - - - Eye disease due to Toxoplasma gondii #> 911 - - - - Other specified toxoplasmosis #> 912 - - - - Toxoplasmosis, unspecified #> 913 - - - Microsporidiosis #> 914 - - - Unspecified protozoal disease #> 915 - - Helminthiases #> 916 - - - Diseases due to nematodes #> 917 - - - - Angiostrongyliasis #> 918 - - - - - Eosinophilic meningitis due to Angiostrongylus cantonensis #> 919 - - - - - Intestinal angiostrongyliasis #> 920 - - - - - Other specified angiostrongyliasis #> 921 - - - - - Angiostrongyliasis, unspecified #> 922 - - - - Anisakiasis #> 923 - - - - Ascariasis #> 924 - - - - Capillariasis #> 925 - - - - - Capillariasis of the intestine #> 926 - - - - - Other specified capillariasis #> 927 - - - - - Capillariasis, unspecified #> 928 - - - - Dracunculiasis #> 929 - - - - Enterobiasis #> 930 - - - - Filariasis #> 931 - - - - - Loiasis #> 932 - - - - - Mansonelliasis #> 933 - - - - - Filariasis due to Brugia species #> 934 - - - - - Lymphatic filariasis #> 935 - - - - - - Filariasis due to Wuchereria bancrofti #> 936 - - - - - - Filariasis due to Brugia malayi #> 937 - - - - - - Filariasis due to Brugia timori #> 938 - - - - - - Lymphatic filariasis, unspecified #> 939 - - - - - Subcutaneous dirofilariasis #> 940 - - - - - Other specified filariasis #> 941 - - - - - Filariasis, unspecified #> 942 - - - - Gnathostomiasis #> 943 - - - - Hookworm diseases #> 944 - - - - - Ancylostomiasis #> 945 - - - - - Necatoriasis #> 946 - - - - - Cutaneous larva migrans #> 947 - - - - Oesophagostomiasis #> 948 - - - - Onchocerciasis #> 949 - - - - - Onchocerciasis of the eye #> 950 - - - - - Onchocerciasis of the skin #> 951 - - - - - Other specified onchocerciasis #> 952 - - - - - Onchocerciasis, unspecified #> 953 - - - - Strongyloidiasis #> 954 - - - - Syngamosis #> 955 - - - - Toxocariasis #> 956 - - - - Trichinosis #> 957 - - - - Trichostrongyliasis #> 958 - - - - Trichuriasis #> 959 - - - - Uncinariosis #> 960 - - - - Other specified diseases due to nematodes #> 961 - - - - Diseases due to nematodes, unspecified #> 962 - - - Diseases due to cestodes #> 963 - - - - Cysticercosis #> 964 - - - - - Cysticercosis of central nervous system #> 965 - - - - - - Meningitis due to Cysticercosis #> 966 - - - - - - Other specified cysticercosis of central nervous system #> 967 - - - - - Cysticercosis of eye #> 968 - - - - - Other specified cysticercosis #> 969 - - - - - Cysticercosis, unspecified #> 970 - - - - Diphyllobothriasis #> 971 - - - - Dipylidiasis #> 972 - - - - Echinococcosis #> 973 - - - - - Echinococcus infection of liver #> 974 - - - - - Echinococcus infection of lung #> 975 - - - - - Echinococcus infection of bone #> 976 - - - - - Echinococcus infection of central nervous system #> 977 - - - - - Other specified echinococcosis #> 978 - - - - - Echinococcosis, unspecified #> 979 - - - - Hymenolepiasis #> 980 - - - - Sparganosis #> 981 - - - - Taeniasis #> 982 - - - - - Taeniasis due to Taenia solium #> 983 - - - - - Taeniasis due to Taenia saginata #> 984 - - - - - Other specified taeniasis #> 985 - - - - - Taeniasis, unspecified #> 986 - - - - Other specified diseases due to cestodes #> 987 - - - - Diseases due to cestodes, unspecified #> 988 - - - Diseases due to trematodes #> 989 - - - - Clonorchiasis #> 990 - - - - Dicrocoeliasis #> 991 - - - - Fascioliasis #> 992 - - - - Fasciolopsiasis #> 993 - - - - Opisthorchiasis #> 994 - - - - Paragonimiasis #> 995 - - - - Schistosomiasis #> 996 - - - - - Schistosomiasis due to Schistosoma haematobium #> 997 - - - - - Schistosomiasis due to Schistosoma mansoni #> 998 - - - - - Schistosomiasis due to Schistosoma japonicum #> 999 - - - - - Other schistosomiases #> 1000 - - - - - Cercarial dermatitis #> 1001 - - - - - Schistosomal pneumonitis #> 1002 - - - - - Schistosomiasis due to unspecified or unknown Schistosoma species #> 1003 - - - - Other specified diseases due to trematodes #> 1004 - - - - Diseases due to trematodes, unspecified #> 1005 - - - Other and unspecified infestation by parasitic worms #> 1006 - - - - Mixed intestinal helminthiases #> 1007 - - - - Intestinal parasitic infestation not otherwise specified #> 1008 - - - - Intestinal helminthiasis, unspecified #> 1009 - - - - Other specified other and unspecified infestation by parasitic worms #> 1010 - - - - Other and unspecified infestation by parasitic worms, unspecified #> 1011 - - - Diphyllobothriasis and sparganosis #> 1012 - - - Helminthiases, unspecified #> 1013 - - Infestations by ectoparasites #> 1014 - - - Pediculosis #> 1015 - - - - Pediculosis capitis #> 1016 - - - - Pediculosis corporis #> 1017 - - - - Pediculosis of unspecified site or type #> 1018 - - - Myiasis #> 1019 - - - - Ocular myiasis #> 1020 - - - - Nasopharyngeal myiasis #> 1021 - - - - Laryngeal myiasis #> 1022 - - - - Cutaneous myiasis #> 1023 - - - - Other specified myiasis #> 1024 - - - - Myiasis, unspecified #> 1025 - - - External hirudiniasis #> 1026 - - - Pthiriasis #> 1027 - - - Scabies #> 1028 - - - - Classical scabies #> 1029 - - - - Crusted scabies #> 1030 - - - - Other and unspecified scabies #> 1031 - - - Tungiasis #> 1032 - - - Cimicosis #> 1033 - - - Infestation by mites #> 1034 - - - - Infestation by Demodex #> 1035 - - - - Infestation of the skin by other specified parasitic mites #> 1036 - - - Infestation by other specified ectoparasite #> 1037 - - - Infestation by unknown or unspecified ectoparasite #> 1038 - - Other specified parasitic diseases #> 1039 - - Unspecified parasitic diseases #> 1040 - Sepsis #> 1041 - - Sepsis without septic shock #> 1042 - - Sepsis with septic shock #> 1043 - Certain other disorders of infectious origin #> 1044 - - Mycetoma of unknown or unspecified type #> 1045 - - Pythiosis #> 1046 - - Protothecosis #> 1047 - - Other specified disorders of infectious origin not elsewhere classified #> 1048 - Sequelae of infectious diseases #> 1049 - - Sequelae of tuberculosis #> 1050 - - Sequelae of trachoma #> 1051 - - Sequelae of leprosy #> 1052 - - Sequelae of poliomyelitis #> 1053 - - Sequelae of viral encephalitis #> 1054 - - Sequelae of diphtheria #> 1055 - - Sequelae of other specified infectious diseases #> 1056 - Infection, unspecified #> 1057 Neoplasms #> 1058 - Neoplasms of brain or central nervous system #> 1059 - - Primary neoplasms of brain #> 1060 - - - Gliomas of brain #> 1061 - - - - Glioblastoma of brain #> 1062 - - - - Other specified gliomas of brain #> 1063 - - - - Gliomas of brain, unspecified #> 1064 - - - Embryonal tumours of brain #> 1065 - - - - Medulloblastoma of brain #> 1066 - - - - Central primitive neuroectodermal tumour #> 1067 - - - - Other specified embryonal tumours of brain #> 1068 - - - - Embryonal tumours of brain, unspecified #> 1069 - - - Tumours of neuroepithelial tissue of brain #> 1070 - - - - Tumours of the pineal gland or pineal region #> 1071 - - - - Mixed neuronal-glial tumours #> 1072 - - - - Choroid plexus tumours #> 1073 - - - - Other specified tumours of neuroepithelial tissue of brain #> 1074 - - - - Tumours of neuroepithelial tissue of brain, unspecified #> 1075 - - - Central neurocytoma of brain #> 1076 - - - Astroblastoma of the brain #> 1077 - - - Primary neoplasm of brain of unknown or unspecified type #> 1078 - - Primary neoplasms of meninges #> 1079 - - - Meningiomas #> 1080 - - - - Primary malignant meningioma #> 1081 - - - - Other specified meningiomas #> 1082 - - - - Meningiomas, unspecified #> 1083 - - - Mesenchymal tumours of meninges #> 1084 - - - Primary neoplasm of meninges of unknown or unspecified type #> 1085 - - Primary neoplasm of spinal cord, cranial nerves or remaining parts of central nervous system #> 1086 - - - Gliomas of spinal cord, cranial nerves or other parts of the central nervous system #> 1087 - - - - Glioblastoma of spinal cord, cranial nerves or other parts of central nervous system #> 1088 - - - - Other specified gliomas of spinal cord, cranial nerves or other parts of the central nervous system #> 1089 - - - - Gliomas of spinal cord, cranial nerves or other parts of the central nervous system, unspecified #> 1090 - - - Tumours of cranial or paraspinal nerves #> 1091 - - - - Malignant peripheral nerve sheath tumour of cranial or paraspinal nerves #> 1092 - - - - Paraspinal neuroblastoma #> 1093 - - - - Malignant neoplasm of the optic nerve #> 1094 - - - - Other specified tumours of cranial or paraspinal nerves #> 1095 - - - - Tumours of cranial or paraspinal nerves, unspecified #> 1096 - - - Primary neoplasm of spinal cord of unknown or unspecified type #> 1097 - - - Benign neoplasm of cranial nerves #> 1098 - - - Benign neoplasm of spinal cord #> 1099 - - Other and unspecified neoplasms of brain or central nervous system #> 1100 - Neoplasms of haematopoietic or lymphoid tissues #> 1101 - - Myeloproliferative neoplasms #> 1102 - - - Non mast cell myeloproliferative neoplasms #> 1103 - - - - Chronic myelogenous leukaemia, BCR-ABL1-positive #> 1104 - - - - - Chronic myelogenous leukaemia with blast crisis #> 1105 - - - - - Chronic myelogenous leukaemia, Philadelphia chromosome (Ph1) positive #> 1106 - - - - - Chronic myelogenous leukaemia, t(9:22)(q34; q11) #> 1107 - - - - - Naegeli-type monocytic leukaemia #> 1108 - - - - - Other specified chronic myelogenous leukaemia, BCR-ABL1-positive #> 1109 - - - - - Chronic myelogenous leukaemia, BCR-ABL1-positive, unspecified #> 1110 - - - - Chronic neutrophilic leukaemia #> 1111 - - - - Primary myelofibrosis #> 1112 - - - - Chronic eosinophilic leukaemia, not elsewhere classified #> 1113 - - - - Polycythaemia vera #> 1114 - - - - Non mast cell myeloproliferative neoplasm, unclassifiable #> 1115 - - - - Other specified non mast cell myeloproliferative neoplasms #> 1116 - - - - Non mast cell myeloproliferative neoplasms, unspecified #> 1117 - - - Mastocytosis #> 1118 - - - - Systemic mastocytosis #> 1119 - - - - - Mast cell leukaemia #> 1120 - - - - - Other specified systemic mastocytosis #> 1121 - - - - - Systemic mastocytosis, unspecified #> 1122 - - - - Cutaneous mastocytosis #> 1123 - - - - - Urticaria pigmentosa #> 1124 - - - - - Other specified cutaneous mastocytosis #> 1125 - - - - - Cutaneous mastocytosis, unspecified #> 1126 - - - - Mast cell sarcoma #> 1127 - - - - Extracutaneous mastocytoma #> 1128 - - - - Other specified mastocytosis #> 1129 - - - - Mastocytosis, unspecified #> 1130 - - - Other and unspecified myeloproliferative neoplasms #> 1131 - - Myelodysplastic syndromes #> 1132 - - - Refractory anaemia #> 1133 - - - Refractory neutropaenia #> 1134 - - - Refractory thrombocytopenia #> 1135 - - - Refractory anaemia with ring sideroblasts #> 1136 - - - Refractory cytopenia with multi-lineage dysplasia #> 1137 - - - Refractory anaemia with excess of blasts #> 1138 - - - Myelodysplastic syndrome with isolated del(5q) #> 1139 - - - Myelodysplastic syndrome, unclassifiable #> 1140 - - - Refractory cytopenia of childhood #> 1141 - - - Other specified myelodysplastic syndromes #> 1142 - - - Myelodysplastic syndromes, unspecified #> 1143 - - Myelodysplastic and myeloproliferative neoplasms #> 1144 - - - Chronic myelomonocytic leukaemia #> 1145 - - - Atypical chronic myeloid leukaemia, BCR-ABL1-negative #> 1146 - - - Juvenile myelomonocytic leukaemia #> 1147 - - - - Juvenile myelomonocytic leukaemia in complete remission #> 1148 - - - - Other specified juvenile myelomonocytic leukaemia #> 1149 - - - - Juvenile myelomonocytic leukaemia, unspecified #> 1150 - - - Refractory anaemia with ring sideroblasts associated with marked thrombocytosis #> 1151 - - - Myeloproliferative and myelodysplastic disease, unclassifiable #> 1152 - - - Other specified myelodysplastic and myeloproliferative neoplasms #> 1153 - - - Myelodysplastic and myeloproliferative neoplasms, unspecified #> 1154 - - Myeloid and lymphoid neoplasms with eosinophilia and abnormalities of PDGFRA, PDGFRB or FGFR1 #> 1155 - - - Myeloid/lymphoid neoplasm associated with PDGFRA rearrangement #> 1156 - - - Myeloid neoplasm associated with PDGFRB rearrangement #> 1157 - - - Myeloid or lymphoid neoplasms with FGFR1 abnormalities #> 1158 - - - Myeloid and lymphoid neoplasms with eosinophilia and abnormalities of PDGFRA, PDGFRB or FGFR1, unspecified #> 1159 - - Acute myeloid leukaemias and related precursor neoplasms #> 1160 - - - Acute myeloid leukaemia with recurrent genetic abnormalities #> 1161 - - - Acute myeloid leukaemia with myelodysplasia-related changes #> 1162 - - - Therapy-related myeloid neoplasms #> 1163 - - - - Therapy related acute myeloid leukaemia or myelodysplastic syndrome #> 1164 - - - - Other specified therapy-related myeloid neoplasms #> 1165 - - - - Therapy-related myeloid neoplasms, unspecified #> 1166 - - - Acute myeloid leukaemia, not elsewhere classified by criteria of other types #> 1167 - - - - Acute myeloid leukaemia with minimal differentiation #> 1168 - - - - Acute myeloid leukaemia without maturation #> 1169 - - - - Acute myeloid leukaemia with maturation #> 1170 - - - - Acute myelomonocytic leukaemia #> 1171 - - - - Acute monoblastic or monocytic leukaemia #> 1172 - - - - Acute erythroid leukaemia #> 1173 - - - - Acute megakaryoblastic leukaemia #> 1174 - - - - Acute basophilic leukaemia #> 1175 - - - - Acute panmyelosis with myelofibrosis #> 1176 - - - - Myeloid sarcoma #> 1177 - - - - Other specified acute myeloid leukaemia, not elsewhere classified by criteria of other types #> 1178 - - - - Acute myeloid leukaemia, unspecified #> 1179 - - - Myeloid proliferation associated with Down syndrome #> 1180 - - - - Transient abnormal myelopoiesis #> 1181 - - - - Myeloid leukaemia associated with Down syndrome #> 1182 - - - - Other specified myeloid proliferation associated with Down syndrome #> 1183 - - - - Myeloid proliferation associated with Down syndrome, unspecified #> 1184 - - - Blastic plasmacytoid dendritic cell neoplasm #> 1185 - - - Other specified acute myeloid leukaemias and related precursor neoplasms #> 1186 - - - Acute myeloid leukaemias and related precursor neoplasms, unspecified #> 1187 - - Acute leukaemias of ambiguous lineage #> 1188 - - Precursor lymphoid neoplasms #> 1189 - - - Precursor B-lymphoblastic neoplasms #> 1190 - - - - B lymphoblastic leukaemia or lymphoma, not elsewhere classified #> 1191 - - - - B lymphoblastic leukaemia or lymphoma with t(9:22) (q34;q11.2); BCR-ABL1 #> 1192 - - - - Other B-lymphoblastic leukaemia/lymphoma with recurrent genetic abnormalities #> 1193 - - - Precursor T-lymphoblastic neoplasms #> 1194 - - - Precursor lymphoid neoplasms, unspecified #> 1195 - - Mature B-cell neoplasms #> 1196 - - - Follicular lymphoma #> 1197 - - - - Follicular lymphoma grade 1 #> 1198 - - - - Follicular lymphoma grade 2 #> 1199 - - - - Follicular lymphoma grade 3 #> 1200 - - - - Primary cutaneous follicle centre lymphoma #> 1201 - - - - Paediatric type follicular lymphoma #> 1202 - - - - Follicular lymphoma in situ #> 1203 - - - - Follicular lymphoma of small intestine #> 1204 - - - - Other specified follicular lymphoma #> 1205 - - - - Follicular lymphoma, unspecified #> 1206 - - - Diffuse large B-cell lymphomas #> 1207 - - - - Primary mediastinal large B-cell lymphoma #> 1208 - - - - Intravascular large B-cell lymphoma #> 1209 - - - - Plasmablastic lymphoma #> 1210 - - - - Lymphomatoid granulomatosis #> 1211 - - - - T-cell/histiocyte rich large B-cell lymphoma #> 1212 - - - - Primary diffuse large B-cell lymphoma of central nervous system #> 1213 - - - - Epstein-Barr Virus-positive diffuse large B-cell lymphoma of the elderly #> 1214 - - - - Diffuse large B-cell lymphoma associated with chronic inflammation #> 1215 - - - - ALK-positive large B-cell lymphoma #> 1216 - - - - Primary effusion lymphoma #> 1217 - - - - Primary cutaneous diffuse large B-cell lymphoma, leg type #> 1218 - - - - Other specified diffuse large B-cell lymphomas #> 1219 - - - - Diffuse large B-cell lymphoma, not otherwise specified #> 1220 - - - Mature B-cell neoplasm with leukaemic behaviour #> 1221 - - - - Chronic lymphocytic leukaemia or small lymphocytic lymphoma #> 1222 - - - - - Chronic lymphocytic leukaemia of B-cell type #> 1223 - - - - - Other specified chronic lymphocytic leukaemia or small lymphocytic lymphoma #> 1224 - - - - - Chronic lymphocytic leukaemia or small lymphocytic lymphoma, unspecified #> 1225 - - - - B-cell prolymphocytic leukaemia #> 1226 - - - - - B-cell prolymphocytic leukaemia in complete remission #> 1227 - - - - - Other specified b-cell prolymphocytic leukaemia #> 1228 - - - - - B-cell prolymphocytic leukaemia, unspecified #> 1229 - - - - Hairy-cell leukaemia #> 1230 - - - - Splenic B-cell lymphoma or leukaemia, unclassifiable #> 1231 - - - - Other specified mature B-cell neoplasm with leukaemic behaviour #> 1232 - - - - Mature B-cell neoplasm with leukaemic behaviour, unspecified #> 1233 - - - Plasma cell neoplasms #> 1234 - - - - Monoclonal gammopathy of undetermined significance #> 1235 - - - - Plasma cell myeloma #> 1236 - - - - Solitary plasmacytoma #> 1237 - - - - Extraosseous plasmacytoma #> 1238 - - - - Plasma cell leukaemia #> 1239 - - - - Monoclonal immunoglobulin deposition disease #> 1240 - - - - - Heavy chain deposition disease #> 1241 - - - - - Light and heavy chain deposition disease #> 1242 - - - - - Light chain deposition disease #> 1243 - - - - Other specified multiple myeloma and plasma cell neoplasms #> 1244 - - - - Plasma cell neoplasm, unspecified #> 1245 - - - Heavy chain diseases or malignant immunoproliferative diseases #> 1246 - - - - Alpha heavy chain disease #> 1247 - - - - Gamma heavy chain disease #> 1248 - - - - Mu heavy chain disease #> 1249 - - - - Other specified malignant immunoproliferative diseases #> 1250 - - - - Heavy chain diseases, unspecified #> 1251 - - - Other specified mature B-cell neoplasms or lymphoma #> 1252 - - - - Nodal marginal zone lymphoma #> 1253 - - - - Extranodal marginal zone B-cell lymphoma of mucosa-associated lymphoid tissue of stomach #> 1254 - - - - Extranodal marginal zone B-cell lymphoma, primary site skin #> 1255 - - - - Extranodal marginal zone B-cell lymphoma, primary site excluding stomach or skin #> 1256 - - - - Lymphoplasmacytic lymphoma #> 1257 - - - - Mantle cell lymphoma #> 1258 - - - - Burkitt lymphoma including Burkitt leukaemia #> 1259 - - - - Further specified mature B-cell neoplasms or lymphoma #> 1260 - - - B-cell lymphoma, mixed features #> 1261 - - - - Malignant lymphoma of B cell type, not elsewhere classified #> 1262 - - - - B-cell lymphoma unclassifiable with features intermediate between Burkitt lymphoma and diffuse large B-cell lymphoma #> 1263 - - - - B-cell lymphoma unclassifiable with features intermediate between classical Hodgkin lymphoma and diffuse large B-cell lymphoma #> 1264 - - - - Other specified B-cell lymphoma, mixed features #> 1265 - - - - B-cell lymphoma, mixed features, unspecified #> 1266 - - - Mature B-cell neoplasms, unspecified #> 1267 - - Mature T-cell or NK-cell neoplasms #> 1268 - - - Mature T-cell lymphoma, specified types, nodal or systemic #> 1269 - - - - T-cell prolymphocytic leukaemia #> 1270 - - - - T-cell large granular lymphocytic leukaemia #> 1271 - - - - Chronic lymphoproliferative disorders of NK-cells #> 1272 - - - - Aggressive NK cell leukaemia #> 1273 - - - - Systemic Epstein-Barr Virus-positive T-cell lymphoma of childhood #> 1274 - - - - Adult T-cell lymphoma or leukaemia, human T-cell lymphotropic virus type 1-associated #> 1275 - - - - Extranodal NK/T-cell lymphoma, nasal type #> 1276 - - - - Enteropathy associated T-cell lymphoma #> 1277 - - - - Hepatosplenic T-cell lymphoma #> 1278 - - - - Angioimmunoblastic T-cell lymphoma #> 1279 - - - - Anaplastic large cell lymphoma, ALK-positive #> 1280 - - - - Anaplastic large cell lymphoma, ALK-negative #> 1281 - - - - Peripheral T-cell lymphoma, not otherwise specified #> 1282 - - - Mature T-cell or NK-cell lymphomas and lymphoproliferative disorders, primary cutaneous specified types #> 1283 - - - - Subcutaneous panniculitis-like T-cell lymphoma #> 1284 - - - - Mycosis fungoides #> 1285 - - - - Sézary syndrome #> 1286 - - - - Primary cutaneous CD30-positive T-cell lymphoproliferative disorders #> 1287 - - - - - Primary cutaneous CD30-positive anaplastic large cell lymphoma #> 1288 - - - - - Lymphomatoid papulosis #> 1289 - - - - Other specified primary cutaneous mature T-cell or NK-cell lymphomas and lymphoproliferative disorders #> 1290 - - - - Primary cutaneous T-cell lymphoma of undetermined or unspecified type #> 1291 - - - Other specified mature T-cell or NK-cell neoplasms #> 1292 - - - Mature T-cell or NK-cell neoplasms, unspecified #> 1293 - - Hodgkin lymphoma #> 1294 - - - Nodular lymphocyte predominant Hodgkin lymphoma #> 1295 - - - Classical Hodgkin lymphoma #> 1296 - - - - Nodular sclerosis classical Hodgkin lymphoma #> 1297 - - - - Lymphocyte-rich classical Hodgkin lymphoma #> 1298 - - - - Mixed cellularity classical Hodgkin lymphoma #> 1299 - - - - Lymphocyte depleted classical Hodgkin lymphoma #> 1300 - - - - Classical Hodgkin lymphoma, unspecified #> 1301 - - - Hodgkin lymphoma, unspecified #> 1302 - - Histiocytic or dendritic cell neoplasms #> 1303 - - - Juvenile xanthogranuloma #> 1304 - - - Histiocytic sarcoma #> 1305 - - - Langerhans cell histiocytosis #> 1306 - - - - Langerhans cell histiocytosis involving the skin #> 1307 - - - - Other specified Langerhans cell histiocytosis #> 1308 - - - - Langerhans cell histiocytosis, unspecified #> 1309 - - - Langerhans cell sarcoma #> 1310 - - - Interdigitating dendritic cell sarcoma #> 1311 - - - Follicular dendritic cell sarcoma #> 1312 - - - Indeterminate cell histiocytosis #> 1313 - - - Fibroblastic reticular cell tumour #> 1314 - - - Other specified histiocytic or dendritic cell neoplasms #> 1315 - - - Histiocytic or dendritic cell neoplasms, unspecified #> 1316 - - Immunodeficiency-associated lymphoproliferative disorders #> 1317 - - - Post-transplant lymphoproliferative disorder, early lesion #> 1318 - - - Reactive plasmacytic hyperplasia #> 1319 - - - Post-transplant lymphoproliferative disorder, Infectious mononucleosis-like #> 1320 - - - Polymorphic post-transplant lymphoproliferative disorder #> 1321 - - - Other specified immunodeficiency-associated lymphoproliferative disorders #> 1322 - - - Immunodeficiency-associated lymphoproliferative disorders, unspecified #> 1323 - - Malignant haematopoietic neoplasms without further specification #> 1324 - - - Acute leukaemia, not elsewhere classified #> 1325 - - - Myeloid leukaemia #> 1326 - - - Chronic myeloid leukaemia, not elsewhere classified #> 1327 - - - Lymphoid leukaemia, not elsewhere classified #> 1328 - - - Leukaemia, unspecified #> 1329 - - - Malignant lymphoma, not elsewhere classified #> 1330 - - - Other malignant haematopoietic neoplasms without further specification #> 1331 - - Neoplasms of haematopoietic or lymphoid tissues, unspecified #> 1332 - Malignant neoplasms, except primary neoplasms of lymphoid, haematopoietic, central nervous system or related tissues #> 1333 - - Malignant neoplasms, stated or presumed to be primary, of specified sites, except of lymphoid, haematopoietic, central nervous system or related tissues #> 1334 - - - Malignant mesenchymal neoplasms #> 1335 - - - - Chondrosarcoma, primary site #> 1336 - - - - - Chondrosarcoma of bone or articular cartilage of limbs #> 1337 - - - - - Chondrosarcoma of bone or articular cartilage of pelvis #> 1338 - - - - - Chondrosarcoma of bone or articular cartilage of ribs, sternum or clavicle #> 1339 - - - - - Chondrosarcoma of bone or articular cartilage of other specified sites #> 1340 - - - - - Chondrosarcoma of bone or articular cartilage of unspecified sites #> 1341 - - - - Osteosarcoma, primary site #> 1342 - - - - - Osteosarcoma of bone or articular cartilage of jaw #> 1343 - - - - - Osteosarcoma of bone or articular cartilage of limbs #> 1344 - - - - - Osteosarcoma of bone or articular cartilage of pelvis #> 1345 - - - - - Osteosarcoma of bone and articular cartilage of other specified sites #> 1346 - - - - - Osteosarcoma of bone and articular cartilage of unspecified sites #> 1347 - - - - Ewing sarcoma, primary site #> 1348 - - - - - Ewing sarcoma of bone or articular cartilage of limbs #> 1349 - - - - - Ewing sarcoma of bone or articular cartilage of pelvis #> 1350 - - - - - Ewing sarcoma of bone or articular cartilage of ribs #> 1351 - - - - - Ewing sarcoma of soft tissue #> 1352 - - - - - Ewing sarcoma of bone and articular cartilage of other specified sites #> 1353 - - - - - Ewing sarcoma of bone and articular cartilage of unspecified sites #> 1354 - - - - Fibroblastic or myofibroblastic tumour, primary site #> 1355 - - - - - Myxofibrosarcoma, primary site #> 1356 - - - - - Fibroblastic or myofibroblastic tumour of skin #> 1357 - - - - - Other specified fibroblastic or myofibroblastic tumour, primary site #> 1358 - - - - - Fibroblastic or myofibroblastic tumour, primary site, unspecified #> 1359 - - - - Unclassified pleomorphic sarcoma, primary site #> 1360 - - - - - Unclassified pleomorphic sarcoma of skin #> 1361 - - - - - Unclassified pleomorphic sarcoma of retroperitoneum or peritoneum #> 1362 - - - - - Unclassified pleomorphic sarcoma, primary site, other specified site #> 1363 - - - - - Unclassified pleomorphic sarcoma, primary site, unspecified site #> 1364 - - - - Rhabdomyosarcoma, primary site #> 1365 - - - - - Rhabdomyosarcoma of the oral cavity or pharynx #> 1366 - - - - - Rhabdomyosarcoma of respiratory or intrathoracic organs #> 1367 - - - - - Rhabdomyosarcoma of male genital organs #> 1368 - - - - - Rhabdomyosarcoma, other specified primary site #> 1369 - - - - - Rhabdomyosarcoma, unspecified primary site #> 1370 - - - - Angiosarcoma, primary site #> 1371 - - - - - Angiosarcoma of heart #> 1372 - - - - - Angiosarcoma of skin #> 1373 - - - - - Angiosarcoma of breast #> 1374 - - - - - Angiosarcoma of liver #> 1375 - - - - - Angiosarcoma, other specified primary site #> 1376 - - - - - Angiosarcoma, unspecified primary site #> 1377 - - - - Kaposi sarcoma, primary site #> 1378 - - - - - Kaposi sarcoma of lung #> 1379 - - - - - Kaposi sarcoma of skin #> 1380 - - - - - Kaposi sarcoma of gastrointestinal sites #> 1381 - - - - - Kaposi sarcoma of other specified primary sites #> 1382 - - - - - Kaposi sarcoma of unspecified primary site #> 1383 - - - - Leiomyosarcoma, primary site #> 1384 - - - - - Leiomyosarcoma of retroperitoneum or peritoneum #> 1385 - - - - - Leiomyosarcoma of uterus #> 1386 - - - - - Leiomyosarcoma of stomach #> 1387 - - - - - Leiomyosarcoma, other specified primary site #> 1388 - - - - - Leiomyosarcoma, unspecified primary site #> 1389 - - - - Liposarcoma, primary site #> 1390 - - - - - Liposarcoma of soft tissue of limb #> 1391 - - - - - Liposarcoma of retroperitoneum or peritoneum #> 1392 - - - - - Liposarcoma of male genital organs #> 1393 - - - - - Liposarcoma, other specified primary site #> 1394 - - - - - Liposarcoma, unspecified primary site #> 1395 - - - - Synovial sarcoma, primary site #> 1396 - - - - - Synovial sarcoma of soft tissues of limb #> 1397 - - - - - Synovial sarcoma of respiratory or intra-thoracic organs #> 1398 - - - - - Synovial sarcoma, other specified primary site #> 1399 - - - - - Synovial sarcoma, unspecified primary site #> 1400 - - - - Gastrointestinal stromal tumour, primary site #> 1401 - - - - - Gastrointestinal stromal tumour of stomach #> 1402 - - - - - Gastrointestinal stromal tumour of small intestine #> 1403 - - - - - Gastrointestinal stromal tumour of other gastrointestinal sites #> 1404 - - - - - Gastrointestinal stromal tumour of unspecified gastrointestinal sites #> 1405 - - - - Endometrial stromal sarcoma, primary site #> 1406 - - - - Malignant mixed epithelial mesenchymal tumour, primary site #> 1407 - - - - - Malignant mixed epithelial mesenchymal tumour of ovary #> 1408 - - - - - Malignant mixed epithelial and mesenchymal tumour of corpus uteri #> 1409 - - - - - Malignant mixed epithelial mesenchymal tumour, other specified primary site #> 1410 - - - - - Malignant mixed epithelial mesenchymal tumour, unspecified primary site #> 1411 - - - - Malignant nerve sheath tumour of peripheral nerves or autonomic nervous system, primary site #> 1412 - - - - Sarcoma, not elsewhere classified, primary site #> 1413 - - - - - Sarcoma, not elsewhere classified of uterus #> 1414 - - - - - Sarcoma, not elsewhere classified of retroperitoneum or peritoneum #> 1415 - - - - - - Myosarcomas of omentum #> 1416 - - - - - - Other specified sarcoma, not elsewhere classified of retroperitoneum or peritoneum #> 1417 - - - - - - Sarcoma, not elsewhere classified of retroperitoneum or peritoneum, unspecified #> 1418 - - - - - Sarcoma, not elsewhere classified of other specified sites #> 1419 - - - - - Sarcoma, not elsewhere classified, primary site unknown #> 1420 - - - - Myosarcoma of uterus, part not specified #> 1421 - - - - Well differentiated lipomatous tumour, primary site #> 1422 - - - - Malignant miscellaneous tumours of bone or articular cartilage of other or unspecified sites #> 1423 - - - - Unspecified malignant soft tissue tumours or sarcomas of bone or articular cartilage of other or unspecified sites #> 1424 - - - - Other specified malignant mesenchymal neoplasms #> 1425 - - - - Malignant mesenchymal neoplasm of unspecified type #> 1426 - - - Malignant neoplasms of lip, oral cavity or pharynx #> 1427 - - - - Malignant neoplasms of lip #> 1428 - - - - - Basal cell carcinoma of lip #> 1429 - - - - - Squamous cell carcinoma of lip #> 1430 - - - - - Other specified malignant neoplasms of lip #> 1431 - - - - - Malignant neoplasms of lip, unspecified #> 1432 - - - - Malignant neoplasms of base of tongue #> 1433 - - - - - Squamous cell carcinoma of the base of the tongue #> 1434 - - - - - Other specified malignant neoplasms of base of tongue #> 1435 - - - - - Malignant neoplasms of base of tongue, unspecified #> 1436 - - - - Malignant neoplasms of other or unspecified parts of tongue #> 1437 - - - - - Squamous cell carcinoma of other or unspecified parts of tongue #> 1438 - - - - - Malignant neoplasms of lingual tonsil #> 1439 - - - - - - Squamous cell carcinoma of lingual tonsil #> 1440 - - - - - - Malignant neoplasms of lingual tonsil, unspecified #> 1441 - - - - - Other specified malignant neoplasms of other and unspecified parts of tongue #> 1442 - - - - - Malignant neoplasms of other or unspecified parts of tongue, unspecified #> 1443 - - - - Malignant neoplasms of gum #> 1444 - - - - - Squamous cell carcinoma of gum #> 1445 - - - - - Other specified malignant neoplasm of gum #> 1446 - - - - - Malignant neoplasms of gum, unspecified #> 1447 - - - - Malignant neoplasms of floor of mouth #> 1448 - - - - - Squamous cell carcinoma of floor of mouth #> 1449 - - - - - Other specified malignant neoplasm of floor of mouth #> 1450 - - - - - Malignant neoplasms of floor of mouth, unspecified #> 1451 - - - - Malignant neoplasms of palate #> 1452 - - - - - Adenocarcinoma of palate #> 1453 - - - - - Squamous cell carcinoma of palate #> 1454 - - - - - Other specified malignant neoplasm of palate #> 1455 - - - - - Malignant neoplasms of palate, unspecified #> 1456 - - - - Malignant neoplasms of other or unspecified parts of mouth #> 1457 - - - - - Squamous cell carcinoma of other or unspecified parts of mouth #> 1458 - - - - - Other specified malignant neoplasms of other and unspecified parts of mouth #> 1459 - - - - - Malignant neoplasms of other or unspecified parts of mouth, unspecified #> 1460 - - - - Malignant neoplasms of parotid gland #> 1461 - - - - - Adenocarcinoma of parotid gland #> 1462 - - - - - Squamous cell carcinoma of parotid gland #> 1463 - - - - - Other specified malignant neoplasms of parotid gland #> 1464 - - - - - Malignant neoplasms of parotid gland, unspecified #> 1465 - - - - Malignant neoplasms of submandibular or sublingual glands #> 1466 - - - - - Adenocarcinoma of submandibular or sublingual glands #> 1467 - - - - - Squamous cell carcinoma of submandibular or sublingual glands #> 1468 - - - - - Other specified malignant neoplasms of submandibular or sublingual glands #> 1469 - - - - - Malignant neoplasms of submandibular or sublingual glands, unspecified #> 1470 - - - - Malignant neoplasms of tonsil #> 1471 - - - - - Squamous cell carcinoma of tonsil #> 1472 - - - - - Other specified malignant neoplasms of tonsil #> 1473 - - - - - Malignant neoplasms of tonsil, unspecified #> 1474 - - - - Malignant neoplasms of oropharynx #> 1475 - - - - - Squamous cell carcinoma of oropharynx #> 1476 - - - - - Other specified malignant neoplasms of oropharynx #> 1477 - - - - - Malignant neoplasms of oropharynx, unspecified #> 1478 - - - - Malignant neoplasms of nasopharynx #> 1479 - - - - - Squamous cell carcinoma of nasopharynx #> 1480 - - - - - Malignant epithelial neoplasms of nasopharynx, unspecified type #> 1481 - - - - - Malignant neoplasms of pharyngeal tonsil #> 1482 - - - - - - Squamous cell carcinoma of pharyngeal tonsil #> 1483 - - - - - - Other or unspecified malignant epithelial neoplasm of pharyngeal tonsil #> 1484 - - - - - - Other specified malignant neoplasms of pharyngeal tonsil #> 1485 - - - - - - Malignant neoplasm of pharyngeal tonsil without mention of type #> 1486 - - - - - Other specified malignant neoplasms of nasopharynx #> 1487 - - - - - Malignant neoplasms of nasopharynx, unspecified #> 1488 - - - - Malignant neoplasms of piriform sinus #> 1489 - - - - - Squamous cell carcinoma of piriform sinus #> 1490 - - - - - Other specified malignant neoplasms of piriform sinus #> 1491 - - - - - Malignant neoplasms of piriform sinus, unspecified #> 1492 - - - - Malignant neoplasms of hypopharynx #> 1493 - - - - - Squamous cell carcinoma of hypopharynx and variants #> 1494 - - - - - Other specified malignant neoplasms of hypopharynx #> 1495 - - - - - Malignant neoplasms of hypopharynx, unspecified #> 1496 - - - - Malignant neoplasms of other or ill-defined sites in the lip, oral cavity or pharynx #> 1497 - - - - - Squamous cell carcinoma of other or ill-defined sites in the lip, oral cavity or pharynx #> 1498 - - - - - Other specified malignant neoplasms of other or ill-defined sites in the lip, oral cavity or pharynx #> 1499 - - - - - Malignant neoplasms of other or ill-defined sites in the lip, oral cavity or pharynx, unspecified #> 1500 - - - - Other specified malignant neoplasms of lip, oral cavity or pharynx #> 1501 - - - Malignant neoplasms of digestive organs #> 1502 - - - - Malignant neoplasms of oesophagus #> 1503 - - - - - Adenocarcinoma of oesophagus #> 1504 - - - - - - Barrett adenocarcinoma #> 1505 - - - - - - Other specified adenocarcinoma of oesophagus #> 1506 - - - - - - Adenocarcinoma of oesophagus, unspecified #> 1507 - - - - - Squamous cell carcinoma of oesophagus #> 1508 - - - - - Other specified malignant neoplasms of oesophagus #> 1509 - - - - - Malignant neoplasms of oesophagus, unspecified #> 1510 - - - - Malignant neoplasms of oesophagogastric junction #> 1511 - - - - - Adenocarcinoma of oesophagogastric junction #> 1512 - - - - - Other specified malignant neoplasm of oesophagogastric junction #> 1513 - - - - - Malignant neoplasms of oesophagogastric junction, unspecified #> 1514 - - - - Malignant neoplasms of stomach #> 1515 - - - - - Adenocarcinoma of stomach #> 1516 - - - - - Malignant neuroendocrine neoplasm of stomach #> 1517 - - - - - Other specified malignant neoplasms of stomach #> 1518 - - - - - Malignant neoplasms of stomach, unspecified #> 1519 - - - - Malignant neoplasms of intestine #> 1520 - - - - - Malignant neoplasms of small intestine #> 1521 - - - - - - Malignant neoplasms of duodenum #> 1522 - - - - - - - Adenocarcinoma of duodenum #> 1523 - - - - - - - Neuroendocrine neoplasm of duodenum #> 1524 - - - - - - - Other specified malignant neoplasms of the duodenum #> 1525 - - - - - - - Malignant neoplasms of duodenum, unspecified #> 1526 - - - - - - Malignant neoplasms of jejunum or ileum #> 1527 - - - - - - - Adenocarcinoma of jejunum or ileum #> 1528 - - - - - - - Neuroendocrine neoplasms of jejunum or ileum #> 1529 - - - - - - - Other specified malignant neoplasms of jejunum or ileum #> 1530 - - - - - - - Malignant neoplasms of jejunum or ileum, unspecified #> 1531 - - - - - - Malignant neoplasms of small intestine, site unspecified #> 1532 - - - - - - - Adenocarcinoma of small intestine, site unspecified #> 1533 - - - - - - - Neuroendocrine neoplasms of small intestine, site unspecified #> 1534 - - - - - - - Other specified malignant neoplasms of small intestine, site unspecified #> 1535 - - - - - - Other specified malignant neoplasms of small intestine #> 1536 - - - - - - Malignant neoplasms of small intestine, unspecified #> 1537 - - - - - Malignant neoplasms of appendix #> 1538 - - - - - - Adenocarcinoma of appendix #> 1539 - - - - - - - Mucinous adenocarcinoma of appendix #> 1540 - - - - - - Neuroendocrine neoplasms of appendix #> 1541 - - - - - - Other specified malignant neoplasms of appendix #> 1542 - - - - - - Malignant neoplasms of appendix, unspecified #> 1543 - - - - - Malignant neoplasms of large intestine #> 1544 - - - - - - Malignant neoplasms of colon #> 1545 - - - - - - - Malignant neoplasm of ascending colon and right flexure of colon #> 1546 - - - - - - - - Adenocarcinoma of ascending colon or right flexure of colon #> 1547 - - - - - - - - Other specified malignant neoplasm of ascending colon and right flexure of colon #> 1548 - - - - - - - - Malignant neoplasm of ascending colon and right flexure of colon, unspecified #> 1549 - - - - - - - Malignant neoplasm of descending colon and splenic flexure of colon #> 1550 - - - - - - - - Adenocarcinoma of descending colon or splenic flexure of colon #> 1551 - - - - - - - - Other specified malignant neoplasm of descending colon and splenic flexure of colon #> 1552 - - - - - - - - Malignant neoplasm of descending colon and splenic flexure of colon, unspecified #> 1553 - - - - - - - Malignant neoplasm of transverse colon #> 1554 - - - - - - - - Adenocarcinoma of transverse colon #> 1555 - - - - - - - - Other specified malignant neoplasm of transverse colon #> 1556 - - - - - - - - Malignant neoplasm of transverse colon, unspecified #> 1557 - - - - - - - Malignant neoplasm of sigmoid colon #> 1558 - - - - - - - - Adenocarcinoma of sigmoid colon #> 1559 - - - - - - - - Other specified malignant neoplasm of sigmoid colon #> 1560 - - - - - - - - Malignant neoplasm of sigmoid colon, unspecified #> 1561 - - - - - - - Other specified malignant neoplasms of colon #> 1562 - - - - - - - Malignant neoplasms of colon, unspecified #> 1563 - - - - - - Malignant neoplasms of rectosigmoid junction #> 1564 - - - - - - - Adenocarcinoma of rectosigmoid junction #> 1565 - - - - - - - Other specified malignant neoplasms of rectosigmoid junction #> 1566 - - - - - - - Malignant neoplasms of rectosigmoid junction, unspecified #> 1567 - - - - - - Malignant neoplasms of rectum #> 1568 - - - - - - - Adenocarcinomas of rectum #> 1569 - - - - - - - Neuroendocrine neoplasms of rectum #> 1570 - - - - - - - Other specified malignant neoplasms of rectum #> 1571 - - - - - - - Malignant neoplasms of rectum, unspecified #> 1572 - - - - - - Malignant neoplasms of large intestine, site unspecified #> 1573 - - - - - - - Adenocarcinoma of large intestine, site unspecified #> 1574 - - - - - - - Other specified malignant neoplasms of large intestine, site unspecified #> 1575 - - - - - - - Malignant neoplasms of large intestine, site and type unspecified #> 1576 - - - - - - Other specified malignant neoplasms of large intestine #> 1577 - - - - - Malignant neoplasms of anus or anal canal #> 1578 - - - - - - Adenocarcinoma of anus or anal canal #> 1579 - - - - - - Melanoma of anus or anal canal #> 1580 - - - - - - Neuroendocrine neoplasm of anus or anal canal #> 1581 - - - - - - Squamous cell carcinoma of anus or anal canal #> 1582 - - - - - - Other specified malignant neoplasms of anus and anal canal #> 1583 - - - - - - Malignant neoplasms of anus or anal canal, unspecified #> 1584 - - - - - Other specified malignant neoplasms of intestine #> 1585 - - - - - Malignant neoplasms of intestine, unspecified #> 1586 - - - - Malignant neoplasm of pancreas #> 1587 - - - - - Adenocarcinoma of pancreas #> 1588 - - - - - Neuroendocrine neoplasms of pancreas #> 1589 - - - - - Other specified malignant neoplasms of pancreas #> 1590 - - - - - Malignant neoplasm of pancreas, unspecified #> 1591 - - - - Malignant neoplasms of other or ill-defined digestive organs #> 1592 - - - - - Adenocarcinoma of other or ill-defined digestive organs #> 1593 - - - - - Mucinous carcinoma of other or ill-defined digestive organs #> 1594 - - - - - Other specified malignant neoplasms of other or ill-defined digestive organs #> 1595 - - - - - Malignant neoplasms of other or ill-defined digestive organs, unspecified #> 1596 - - - - Malignant neoplasms of liver or intrahepatic bile ducts #> 1597 - - - - - Malignant neoplasm of liver #> 1598 - - - - - - Combined hepatocellular-cholangiocarcinoma #> 1599 - - - - - - Hepatoblastoma #> 1600 - - - - - - Hepatocellular carcinoma of liver #> 1601 - - - - - - Mesothelial carcinoma of liver #> 1602 - - - - - - Other specified malignant neoplasm of liver #> 1603 - - - - - - Malignant neoplasm of liver, unspecified #> 1604 - - - - - Malignant neoplasm of intrahepatic bile ducts #> 1605 - - - - - - Intrahepatic cholangiocarcinoma #> 1606 - - - - - - Other specified malignant neoplasms of intrahepatic bile ducts #> 1607 - - - - - - Malignant neoplasm of intrahepatic bile ducts, unspecified #> 1608 - - - - Malignant neoplasms of gallbladder #> 1609 - - - - - Adenocarcinoma of the gallbladder #> 1610 - - - - - Other specified malignant neoplasm of gallbladder #> 1611 - - - - - Malignant neoplasms of gallbladder, unspecified #> 1612 - - - - Malignant neoplasms of proximal biliary tract, cystic duct #> 1613 - - - - - Adenocarcinoma of proximal biliary tract, cystic duct #> 1614 - - - - - Mucinous cystic neoplasm with associated invasive carcinoma of cystic duct #> 1615 - - - - - Neuroendocrine neoplasms of cystic duct #> 1616 - - - - - Other specified malignant neoplasms of biliary tract, cystic duct #> 1617 - - - - - Malignant neoplasms of proximal biliary tract, cystic duct, unspecified #> 1618 - - - - Malignant neoplasms of biliary tract, distal bile duct #> 1619 - - - - - Adenocarcinoma of biliary tract, distal bile duct #> 1620 - - - - - Mucinous cystic neoplasm with associated invasive carcinoma of distal bile duct #> 1621 - - - - - Neuroendocrine neoplasms of distal bile duct #> 1622 - - - - - Other specified malignant neoplasms of biliary tract, distal bile duct #> 1623 - - - - - Malignant neoplasms of biliary tract, distal bile duct, unspecified #> 1624 - - - - Malignant neoplasms of ampulla of Vater #> 1625 - - - - - Adenocarcinoma of ampulla of Vater #> 1626 - - - - - Neuroendocrine neoplasms of ampulla of Vater #> 1627 - - - - - Other specified malignant neoplasms of ampulla of Vater #> 1628 - - - - - Malignant neoplasms of ampulla of Vater, unspecified #> 1629 - - - - Malignant neoplasms of other or unspecified parts of biliary tract #> 1630 - - - - - Adenocarcinoma of other or unspecified parts of biliary tract #> 1631 - - - - - Mucinous cystic neoplasm with associated invasive carcinoma of other or unspecified parts of biliary tract #> 1632 - - - - - Neuroendocrine neoplasms of other or unspecified parts of biliary tract #> 1633 - - - - - Other specified malignant neoplasms of overlapping lesion of biliary tract #> 1634 - - - - - Malignant neoplasms of other or unspecified parts of biliary tract, unspecified #> 1635 - - - - Malignant neoplasms of perihilar bile duct #> 1636 - - - - - Hilar cholangiocarcinoma #> 1637 - - - - - Mucinous cystic neoplasm with associated invasive carcinoma of perihilar bile duct #> 1638 - - - - - Neuroendocrine neoplasm of perihilar bile duct #> 1639 - - - - - Other specified malignant neoplasms of perihilar bile duct #> 1640 - - - - - Malignant neoplasms of perihilar bile duct, unspecified #> 1641 - - - - Malignant neoplasms of digestive organs, unspecified #> 1642 - - - Malignant neoplasms of middle ear, respiratory or intrathoracic organs #> 1643 - - - - Malignant neoplasms of nasal cavity #> 1644 - - - - - Adenocarcinoma of nasal cavity #> 1645 - - - - - Malignant neuroepitheliomatous neoplasm of nasal cavity #> 1646 - - - - - Melanoma of nasal cavity #> 1647 - - - - - Olfactory neuroblastoma #> 1648 - - - - - Squamous cell carcinoma of nasal cavity #> 1649 - - - - - Other specified malignant neoplasm of nasal cavity #> 1650 - - - - - Malignant neoplasms of nasal cavity, unspecified #> 1651 - - - - Malignant neoplasms of middle ear #> 1652 - - - - - Adenocarcinoma of middle ear #> 1653 - - - - - Squamous cell carcinoma of middle ear #> 1654 - - - - - Unspecified malignant epithelial neoplasm of middle ear #> 1655 - - - - - Other specified malignant neoplasm of middle ear #> 1656 - - - - - Malignant neoplasms of middle ear, unspecified #> 1657 - - - - Malignant neoplasms of accessory sinuses #> 1658 - - - - - Adenocarcinoma of accessory sinuses #> 1659 - - - - - Squamous cell carcinoma of accessory sinuses #> 1660 - - - - - - Squamous cell carcinoma of sphenoidal sinus #> 1661 - - - - - - Squamous cell carcinoma of other specified accessory sinuses #> 1662 - - - - - Malignant epithelial neoplasms of accessory sinuses, unspecified type #> 1663 - - - - - Melanomas of accessory sinuses #> 1664 - - - - - Other specified malignant neoplasms of accessory sinuses #> 1665 - - - - - Malignant neoplasms of accessory sinuses, unspecified #> 1666 - - - - Malignant neoplasms of larynx #> 1667 - - - - - Malignant neoplasms of glottis of larynx #> 1668 - - - - - - Squamous cell carcinoma of larynx, glottis #> 1669 - - - - - - Other specified malignant neoplasms of larynx, glottis #> 1670 - - - - - Malignant neoplasms of supraglottis of larynx #> 1671 - - - - - - Squamous cell carcinoma of larynx, supraglottis #> 1672 - - - - - - Other specified malignant neoplasms of larynx, supraglottis #> 1673 - - - - - Malignant neoplasms of subglottis of larynx #> 1674 - - - - - - Squamous cell carcinoma of larynx, subglottis #> 1675 - - - - - - Adenocarcinoma of larynx, subglottis #> 1676 - - - - - - Other specified malignant neoplasms of larynx, subglottis #> 1677 - - - - - Malignant neoplasm of laryngeal cartilage #> 1678 - - - - - Malignant neoplasm of overlapping lesion of larynx #> 1679 - - - - - Malignant neoplasms of larynx, unspecified #> 1680 - - - - Malignant neoplasms of trachea #> 1681 - - - - - Adenocarcinoma of trachea #> 1682 - - - - - Squamous cell carcinoma of trachea #> 1683 - - - - - Malignant epithelial neoplasms of trachea, unspecified type #> 1684 - - - - - Other specified malignant neoplasms of trachea #> 1685 - - - - - Malignant neoplasms of trachea, unspecified #> 1686 - - - - Malignant neoplasms of bronchus or lung #> 1687 - - - - - Adenocarcinoma of bronchus or lung #> 1688 - - - - - Small cell carcinoma of bronchus or lung #> 1689 - - - - - Squamous cell carcinoma of bronchus or lung #> 1690 - - - - - Large cell carcinoma of bronchus or lung #> 1691 - - - - - Carcinoid or other malignant neuroendocrine neoplasms of bronchus or lung #> 1692 - - - - - Unspecified malignant epithelial neoplasm of bronchus or lung #> 1693 - - - - - Other specified malignant neoplasms of bronchus or lung #> 1694 - - - - - Malignant neoplasms of bronchus or lung, unspecified #> 1695 - - - - Malignant neoplasms of the pleura #> 1696 - - - - - Mesothelioma of pleura #> 1697 - - - - - Other specified malignant neoplasms of the pleura #> 1698 - - - - - Malignant neoplasms of the pleura, unspecified #> 1699 - - - - Malignant neoplasms of thymus #> 1700 - - - - - Carcinoma of thymus #> 1701 - - - - - Carcinoid tumour or other neuroendocrine neoplasms of thymus #> 1702 - - - - - Malignant thymoma #> 1703 - - - - - Other specified malignant neoplasms of thymus #> 1704 - - - - - Malignant neoplasms of thymus, unspecified #> 1705 - - - - Malignant neoplasms of heart, mediastinum or non-mesothelioma of pleura #> 1706 - - - - - Malignant germ cell neoplasms of heart, mediastinum or non-mesothelioma of pleura #> 1707 - - - - - Other specified malignant neoplasms of heart, mediastinum or non-mesothelioma of pleura #> 1708 - - - - - Malignant neoplasms of heart, mediastinum or non-mesothelioma of pleura, unspecified #> 1709 - - - - Malignant neoplasms of other or ill-defined sites in the respiratory system or intrathoracic organs #> 1710 - - - - - Squamous cell carcinomas of other and ill-defined sites in the respiratory system and intrathoracic organs #> 1711 - - - - - Other specified malignant neoplasms of other or ill-defined sites in the respiratory system or intrathoracic organs #> 1712 - - - - - Malignant neoplasms of other or ill-defined sites in the respiratory system or intrathoracic organs, unspecified #> 1713 - - - - Other specified malignant neoplasms of middle ear, respiratory or intrathoracic organs #> 1714 - - - - Malignant neoplasms of middle ear, respiratory or intrathoracic organs, unspecified #> 1715 - - - Malignant neoplasms of skin #> 1716 - - - - Melanoma of skin #> 1717 - - - - - Superficial spreading melanoma, primary #> 1718 - - - - - Nodular melanoma, primary #> 1719 - - - - - Lentigo maligna melanoma, primary #> 1720 - - - - - Acral lentiginous melanoma, primary #> 1721 - - - - - Other specified melanoma of skin #> 1722 - - - - - Melanoma of skin, unspecified #> 1723 - - - - Squamous cell carcinoma of skin #> 1724 - - - - - Verrucous squamous cell carcinoma of skin #> 1725 - - - - - Keratoacanthoma #> 1726 - - - - - Cutaneous squamous cell carcinoma #> 1727 - - - - Basal cell carcinoma of skin #> 1728 - - - - - Nodular basal cell carcinoma of skin #> 1729 - - - - - Sclerosing basal cell carcinoma of skin #> 1730 - - - - - Superficial basal cell carcinoma of skin #> 1731 - - - - - Other specified basal cell carcinoma of skin #> 1732 - - - - - Basal cell carcinoma of skin, unspecified #> 1733 - - - - Adnexal carcinoma of skin #> 1734 - - - - Cutaneous neuroendocrine carcinoma #> 1735 - - - - Cutaneous sarcoma #> 1736 - - - - Other specified malignant neoplasms of skin #> 1737 - - - - Malignant neoplasm of skin of unknown or unspecified type #> 1738 - - - Malignant neoplasms of peripheral nerves or autonomic nervous system #> 1739 - - - - Malignant neuroepitheliomatous neoplasms of peripheral nerves or autonomic nervous system #> 1740 - - - - Malignant perineurioma #> 1741 - - - - Other specified malignant neoplasms of peripheral nerves and autonomic nervous system #> 1742 - - - - Malignant neoplasms of peripheral nerves or autonomic nervous system, unspecified #> 1743 - - - Malignant neoplasms of retroperitoneum, peritoneum or omentum #> 1744 - - - - Malignant neoplasms of retroperitoneum #> 1745 - - - - - Cystic, mucinous or serous carcinoma of retroperitoneum #> 1746 - - - - - Other specified malignant neoplasms of retroperitoneum #> 1747 - - - - - Malignant neoplasms of retroperitoneum, unspecified #> 1748 - - - - Malignant neoplasms of peritoneum #> 1749 - - - - - Adenocarcinomas of peritoneum #> 1750 - - - - - Cystic, mucinous or serous carcinoma of peritoneum #> 1751 - - - - - Mesotheliomas of peritoneum #> 1752 - - - - - - Mesothelioma of mesocolon #> 1753 - - - - - - Mesothelioma of mesentery #> 1754 - - - - - - Mesotheliomas of other specified sites of peritoneum #> 1755 - - - - - - Mesotheliomas of peritoneum, site unspecified #> 1756 - - - - - Other specified malignant neoplasms of peritoneum #> 1757 - - - - - Malignant neoplasms of peritoneum, unspecified #> 1758 - - - - Malignant neoplasms of omentum #> 1759 - - - - - Cystic, mucinous or serous carcinoma of omentum #> 1760 - - - - - Other specified malignant neoplasms of omentum #> 1761 - - - - - Malignant neoplasms of omentum, unspecified #> 1762 - - - - Malignant neoplasm involving overlapping sites of retroperitoneum, peritoneum or omentum #> 1763 - - - - - Adenocarcinoma involving overlapping sites of retroperitoneum, peritoneum or omentum #> 1764 - - - - - Mesothelioma involving overlapping sites of retroperitoneum, peritoneum or omentum #> 1765 - - - - - Other specified malignant neoplasm involving overlapping sites of retroperitoneum, peritoneum or omentum #> 1766 - - - - - Malignant neoplasm involving overlapping sites of retroperitoneum, peritoneum or omentum, unspecified #> 1767 - - - - Other specified malignant neoplasms of retroperitoneum, peritoneum or omentum #> 1768 - - - - Malignant neoplasms of retroperitoneum, peritoneum or omentum, unspecified #> 1769 - - - Malignant neoplasms of breast #> 1770 - - - - Carcinoma of breast, specialised type #> 1771 - - - - Invasive carcinoma of breast #> 1772 - - - - - Invasive ductal carcinoma of breast #> 1773 - - - - - Invasive lobular carcinoma of breast #> 1774 - - - - - Invasive pleomorphic lobular carcinoma of breast #> 1775 - - - - - Invasive carcinoma of breast with mixed ductal and lobular features #> 1776 - - - - - Invasive carcinoma of breast, unidentifiable type #> 1777 - - - - Inflammatory carcinoma of breast #> 1778 - - - - Malignant phyllodes tumour of breast #> 1779 - - - - Solid papillary carcinoma of breast with evidence of invasion #> 1780 - - - - Hereditary breast and ovarian cancer syndrome #> 1781 - - - - Other specified malignant neoplasms of breast #> 1782 - - - - Malignant neoplasms of breast, unspecified #> 1783 - - - Malignant neoplasms of female genital organs #> 1784 - - - - Malignant neoplasms of vulva #> 1785 - - - - - Basal cell carcinoma of vulva #> 1786 - - - - - Melanoma of vulva #> 1787 - - - - - Squamous cell carcinoma of vulva #> 1788 - - - - - Other specified malignant neoplasms of vulva #> 1789 - - - - - Malignant neoplasms of vulva, unspecified #> 1790 - - - - Malignant neoplasms of vagina #> 1791 - - - - - Adenocarcinoma of vagina #> 1792 - - - - - Melanoma of vagina #> 1793 - - - - - Squamous cell carcinoma of vagina #> 1794 - - - - - Other specified malignant neoplasms of vagina #> 1795 - - - - - Malignant neoplasms of vagina, unspecified #> 1796 - - - - Malignant neoplasms of uterine ligament, parametrium, or uterine adnexa #> 1797 - - - - - Adenocarcinoma of uterine ligament, parametrium, or uterine adnexa #> 1798 - - - - - Mucinous or serous carcinoma of uterine ligament, parametrium, or uterine adnexa #> 1799 - - - - - Carcinosarcomas of uterine ligament, parametrium, or uterine adnexa #> 1800 - - - - - Other specified malignant neoplasms of uterine ligament, parametrium, and uterine adnexa #> 1801 - - - - - Malignant neoplasms of uterine ligament, parametrium, or uterine adnexa, unspecified #> 1802 - - - - Malignant neoplasms of ovary #> 1803 - - - - - Carcinomas of ovary #> 1804 - - - - - - Clear cell adenocarcinoma of ovary #> 1805 - - - - - - Endometrioid adenocarcinoma of ovary #> 1806 - - - - - - Low grade serous adenocarcinoma of ovary #> 1807 - - - - - - High grade serous adenocarcinoma of ovary #> 1808 - - - - - - Mucinous adenocarcinoma of ovary #> 1809 - - - - - - Other specified carcinomas of ovary #> 1810 - - - - - - Carcinomas of ovary, unspecified #> 1811 - - - - - Dysgerminoma of ovary #> 1812 - - - - - Granulosa cell malignant tumour of ovary #> 1813 - - - - - Malignant teratoma of ovary #> 1814 - - - - - Serous cystadenoma, borderline malignancy of ovary #> 1815 - - - - - Endodermal sinus tumour, unspecified site, female #> 1816 - - - - - Other specified malignant neoplasms of the ovary #> 1817 - - - - - Malignant neoplasms of ovary, unspecified #> 1818 - - - - Malignant neoplasms of fallopian tube #> 1819 - - - - - Adenocarcinoma of fallopian tube #> 1820 - - - - - Other specified malignant neoplasms of fallopian tube #> 1821 - - - - - Malignant neoplasms of fallopian tube, unspecified #> 1822 - - - - Malignant neoplasms of placenta #> 1823 - - - - - Malignant trophoblastic neoplasms of placenta #> 1824 - - - - - Other specified malignant neoplasms of placenta #> 1825 - - - - - Malignant neoplasms of placenta, unspecified #> 1826 - - - - Malignant neoplasms of corpus uteri #> 1827 - - - - - Endometrial endometrioid adenocarcinoma #> 1828 - - - - - Endometrial mucinous adenocarcinoma #> 1829 - - - - - Endometrial clear cell adenocarcinoma #> 1830 - - - - - Endometrial serous adenocarcinoma #> 1831 - - - - - Endometrial mixed adenocarcinoma #> 1832 - - - - - - Endometrial squamous cell carcinoma #> 1833 - - - - - - Endometrial small cell carcinoma #> 1834 - - - - - - Endometrial undifferentiated carcinoma #> 1835 - - - - - - Carcinosarcoma of uterus #> 1836 - - - - - - Endometrial mixed adenocarcinoma, unspecified #> 1837 - - - - - Other specified malignant neoplasms of corpus uteri #> 1838 - - - - - Malignant neoplasms of corpus uteri, unspecified #> 1839 - - - - Malignant neoplasms of cervix uteri #> 1840 - - - - - Squamous cell carcinoma of cervix uteri #> 1841 - - - - - Adenocarcinoma of cervix uteri #> 1842 - - - - - Adenosquamous carcinoma of cervix uteri #> 1843 - - - - - Neuroendocrine carcinoma of cervix uteri #> 1844 - - - - - Other specified malignant neoplasms of cervix uteri #> 1845 - - - - - Malignant neoplasms of cervix uteri, unspecified #> 1846 - - - - Malignant neoplasms of uterus, part not specified #> 1847 - - - - Malignant neoplasm involving overlapping sites of female genital organs #> 1848 - - - - Other specified malignant neoplasms of female genital organs #> 1849 - - - - Malignant neoplasms of female genital organs, unspecified #> 1850 - - - Malignant neoplasms of male genital organs #> 1851 - - - - Malignant neoplasms of testis #> 1852 - - - - - Germ cell tumour of testis #> 1853 - - - - - Other specified malignant neoplasms of testis #> 1854 - - - - - Malignant neoplasms of testis, unspecified #> 1855 - - - - Malignant neoplasms of penis #> 1856 - - - - - Squamous cell carcinoma of penis #> 1857 - - - - - Melanoma of penis #> 1858 - - - - - Other specified malignant neoplasm of penis #> 1859 - - - - - Malignant neoplasms of penis, unspecified #> 1860 - - - - Malignant neoplasms of prostate #> 1861 - - - - - Adenocarcinoma of prostate #> 1862 - - - - - Other specified malignant neoplasms of prostate #> 1863 - - - - - Malignant neoplasms of prostate, unspecified #> 1864 - - - - Malignant neoplasms of scrotum #> 1865 - - - - - Squamous cell carcinoma of scrotum #> 1866 - - - - - Other specified malignant neoplasms of scrotum #> 1867 - - - - - Malignant neoplasms of scrotum, unspecified #> 1868 - - - - Malignant neoplasms of other specified male genital organs #> 1869 - - - - Malignant neoplasms of male genital organs, unspecified #> 1870 - - - Malignant neoplasms of urinary tract #> 1871 - - - - Malignant neoplasms of kidney, except renal pelvis #> 1872 - - - - - Renal cell carcinoma of kidney, except renal pelvis #> 1873 - - - - - Other specified malignant neoplasms of kidney, except renal pelvis #> 1874 - - - - - Malignant neoplasms of kidney, except renal pelvis, unspecified #> 1875 - - - - Malignant neoplasms of renal pelvis #> 1876 - - - - - Urothelial carcinoma of renal pelvis #> 1877 - - - - - Other specified malignant neoplasms of renal pelvis #> 1878 - - - - - Malignant neoplasms of renal pelvis, unspecified #> 1879 - - - - Malignant neoplasms of ureter #> 1880 - - - - - Urothelial carcinoma of ureter #> 1881 - - - - - Other specified malignant neoplasms of ureter #> 1882 - - - - - Malignant neoplasms of ureter, unspecified #> 1883 - - - - Malignant neoplasms of urethra or paraurethral gland #> 1884 - - - - - Adenocarcinoma of urethra or paraurethral gland #> 1885 - - - - - Squamous cell carcinoma of urethra or paraurethral gland #> 1886 - - - - - Urothelial carcinoma of urethra or paraurethral gland #> 1887 - - - - - Other specified malignant neoplasms of urethra and paraurethral gland #> 1888 - - - - - Malignant neoplasms of urethra or paraurethral gland, unspecified #> 1889 - - - - Malignant neoplasms of bladder #> 1890 - - - - - Adenocarcinoma of urinary bladder #> 1891 - - - - - Squamous cell carcinoma of urinary bladder #> 1892 - - - - - Urothelial carcinoma of bladder #> 1893 - - - - - Other specified malignant neoplasms of bladder #> 1894 - - - - - Malignant neoplasms of bladder, unspecified #> 1895 - - - - Malignant neoplasm involving overlapping sites of urinary organs #> 1896 - - - - - Adenocarcinoma involving overlapping sites of urinary organs #> 1897 - - - - - Squamous cell carcinomas involving overlapping sites of urinary organs #> 1898 - - - - - Urothelial carcinoma involving overlapping sites of urinary organs #> 1899 - - - - - Other specified malignant neoplasms of overlapping lesion of urinary organs #> 1900 - - - - - Malignant neoplasm involving overlapping sites of urinary organs, unspecified #> 1901 - - - - Other specified malignant neoplasms of urinary tract #> 1902 - - - - Malignant neoplasms of urinary tract, unspecified #> 1903 - - - Malignant neoplasms of eye or ocular adnexa #> 1904 - - - - Malignant neoplasm of conjunctiva #> 1905 - - - - - Melanoma of conjunctiva #> 1906 - - - - - Malignant neoplasm of caruncle #> 1907 - - - - - Squamous cell carcinoma of conjunctiva #> 1908 - - - - - Other specified malignant neoplasm of conjunctiva #> 1909 - - - - - Malignant neoplasm of conjunctiva, unspecified #> 1910 - - - - Malignant neoplasm of cornea #> 1911 - - - - - Melanoma of cornea #> 1912 - - - - - Squamous cell carcinoma of cornea #> 1913 - - - - - Other specified malignant neoplasms of cornea #> 1914 - - - - - Malignant neoplasm of cornea, unspecified #> 1915 - - - - Malignant neoplasm of retina #> 1916 - - - - - Adenocarcinoma of retinal pigment epithelium #> 1917 - - - - - Malignant neuroepithelial tumours of retina #> 1918 - - - - - Retinoblastoma #> 1919 - - - - - Other specified malignant neoplasm of retina #> 1920 - - - - - Malignant neoplasm of retina, unspecified #> 1921 - - - - Malignant neoplasm of lacrimal apparatus #> 1922 - - - - - Adenocarcinoma of the lacrimal apparatus #> 1923 - - - - - Mucoepidermoid carcinoma of lacrimal apparatus #> 1924 - - - - - Squamous cell carcinoma of the lacrimal apparatus #> 1925 - - - - - Other specified malignant neoplasm of lacrimal apparatus #> 1926 - - - - - Malignant neoplasm of lacrimal apparatus, unspecified #> 1927 - - - - Malignant neoplasm of orbit #> 1928 - - - - Malignant neoplasm of choroid #> 1929 - - - - - Melanoma of choroid #> 1930 - - - - - Other specified malignant neoplasm of choroid #> 1931 - - - - - Malignant neoplasm of choroid, unspecified #> 1932 - - - - Malignant neoplasm of ciliary body #> 1933 - - - - - Adenocarcinoma of ciliary epithelium #> 1934 - - - - - Malignant medulloepithelioma of ciliary body #> 1935 - - - - - Malignant neuroepithelial tumours of ciliary body #> 1936 - - - - - Melanoma of ciliary body #> 1937 - - - - - Other specified malignant neoplasm of ciliary body #> 1938 - - - - - Malignant neoplasm of ciliary body, unspecified #> 1939 - - - - Malignant neoplasm of iris #> 1940 - - - - - Adenocarcinoma of iris epithelium #> 1941 - - - - - Malignant neuroepithelial tumours of iris #> 1942 - - - - - Melanoma of iris #> 1943 - - - - - Other specified malignant neoplasm of iris #> 1944 - - - - - Malignant neoplasm of iris, unspecified #> 1945 - - - - Other specified malignant neoplasms of eye and ocular adnexa #> 1946 - - - - Malignant neoplasms of eye or ocular adnexa, unspecified #> 1947 - - - Malignant neoplasms of endocrine glands #> 1948 - - - - Malignant neoplasms of thyroid gland #> 1949 - - - - - Follicular carcinoma of thyroid gland #> 1950 - - - - - Papillary carcinoma of thyroid gland #> 1951 - - - - - Poorly differentiated carcinoma of thyroid gland #> 1952 - - - - - Undifferentiated carcinoma of thyroid gland #> 1953 - - - - - Medullary carcinoma of thyroid gland #> 1954 - - - - - Other specified malignant neoplasms of thyroid gland #> 1955 - - - - - Malignant neoplasms of thyroid gland, unspecified #> 1956 - - - - Malignant neoplasms of adrenal gland #> 1957 - - - - - Adenocarcinoma of adrenal gland #> 1958 - - - - - Malignant phaeochromocytoma of adrenal gland #> 1959 - - - - - Neuroblastoma of adrenal gland #> 1960 - - - - - Other specified malignant neoplasms of adrenal gland #> 1961 - - - - - Malignant neoplasms of adrenal gland, unspecified #> 1962 - - - - Malignant neoplasms of other endocrine glands or related structures #> 1963 - - - - - Malignant epithelial neoplasms of other endocrine glands or related structures, unspecified type #> 1964 - - - - - Adenocarcinoma of other endocrine glands or related structures #> 1965 - - - - - Other specified malignant neoplasms of other endocrine glands or related structures #> 1966 - - - - - Malignant neoplasms of other endocrine glands or related structures, unspecified #> 1967 - - - - Malignant neoplasms of endocrine glands, unspecified #> 1968 - - - Other specified malignant neoplasms, stated or presumed to be primary, of specified sites, except of lymphoid, haematopoietic, central nervous system or related tissues #> 1969 - - - Malignant neoplasms, stated or presumed to be primary, of specified sites, except of lymphoid, haematopoietic, central nervous system or related tissues, unspecified #> 1970 - - Malignant neoplasms of ill-defined or unspecified primary sites #> 1971 - - - Adenocarcinoma of unspecified site #> 1972 - - - Unspecified carcinoma of unspecified site #> 1973 - - - Malignant neoplasms of ill-defined sites #> 1974 - - - Malignant neoplasms of independent, multiple primary sites #> 1975 - - - Malignant neoplasm, primary site unknown, so stated #> 1976 - - - Other specified malignant neoplasms of unspecified primary sites #> 1977 - - - Unspecified malignant neoplasms of unspecified sites #> 1978 - - Malignant neoplasm metastases #> 1979 - - - Malignant neoplasm metastasis in brain #> 1980 - - - Malignant neoplasm metastasis in meninges #> 1981 - - - Malignant neoplasm metastasis in spinal cord, cranial nerves or remaining parts of central nervous system #> 1982 - - - Malignant neoplasm metastasis in lymph nodes #> 1983 - - - - Malignant neoplasm metastasis in lymph node of a single region #> 1984 - - - - - Malignant neoplasm metastasis in lymph nodes of head, face or neck #> 1985 - - - - - Malignant neoplasm metastasis in intrathoracic lymph nodes #> 1986 - - - - - Malignant neoplasm metastasis in intra-abdominal lymph nodes #> 1987 - - - - - Malignant neoplasm metastasis in axillary lymph nodes #> 1988 - - - - - Malignant neoplasm metastasis in inguinal lymph nodes #> 1989 - - - - - Malignant neoplasm metastasis in intrapelvic lymph nodes #> 1990 - - - - - Other specified malignant neoplasm metastasis in lymph node of a single region #> 1991 - - - - - Malignant neoplasm metastasis in lymph node of a single region, unspecified #> 1992 - - - - Malignant neoplasm metastases in lymph nodes of multiple regions #> 1993 - - - - Metastatic malignant neoplasm to unspecified lymph node #> 1994 - - - Malignant neoplasm metastasis in thoracic or respiratory organs #> 1995 - - - - Malignant neoplasm metastasis in lung #> 1996 - - - - Malignant neoplasm metastasis in mediastinum #> 1997 - - - - Malignant neoplasm metastasis in pleura #> 1998 - - - - Malignant neoplasm metastasis in upper respiratory tract organs #> 1999 - - - - Malignant neoplasm metastasis in other specified thoracic organs #> 2000 - - - - Malignant neoplasm metastasis in thoracic or respiratory organs, unspecified #> 2001 - - - Malignant neoplasm metastasis in digestive system #> 2002 - - - - Malignant neoplasm metastasis in liver or intrahepatic bile duct #> 2003 - - - - - Malignant neoplasm metastasis in liver #> 2004 - - - - - Malignant neoplasm metastasis in intrahepatic bile duct #> 2005 - - - - Malignant neoplasm metastasis in pancreas #> 2006 - - - - Malignant neoplasm metastasis in extrahepatic bile ducts #> 2007 - - - - Malignant neoplasm metastasis in ampulla of Vater #> 2008 - - - - Malignant neoplasm metastasis in the small intestine #> 2009 - - - - Malignant neoplasm metastasis in large intestine #> 2010 - - - - Malignant neoplasm metastasis in anus #> 2011 - - - - Malignant neoplasm metastasis in other specified digestive system organ #> 2012 - - - - Malignant neoplasm metastasis in unspecified digestive system organ #> 2013 - - - Malignant neoplasm metastasis in retroperitoneum or peritoneum #> 2014 - - - - Malignant neoplasm metastasis in retroperitoneum #> 2015 - - - - Malignant neoplasm metastasis in peritoneum #> 2016 - - - Malignant neoplasm metastasis in other sites #> 2017 - - - - Malignant neoplasm metastasis in kidney or renal pelvis #> 2018 - - - - Malignant neoplasm metastasis in bladder #> 2019 - - - - Malignant neoplasm metastasis in other or unspecified urinary system organs #> 2020 - - - - Malignant neoplasm metastasis in bone or bone marrow #> 2021 - - - - Malignant neoplasm metastasis in soft tissue #> 2022 - - - - Malignant neoplasm metastasis in female reproductive system #> 2023 - - - - - Malignant neoplasm metastasis in ovary #> 2024 - - - - - Malignant neoplasm metastasis in other female reproductive system organs #> 2025 - - - - - Malignant neoplasm metastasis in female reproductive system, unspecified #> 2026 - - - - Malignant neoplasm metastasis in male genital organs #> 2027 - - - - Malignant neoplasm metastasis in adrenal gland #> 2028 - - - - Metastatic malignant neoplasm involving skin #> 2029 - - - - Malignant neoplasm metastasis in peripheral nervous system #> 2030 - - - - Malignant neoplasm metastasis in other specified sites #> 2031 - - - Malignant neoplasm metastasis, unspecified #> 2032 - In situ neoplasms, except of lymphoid, haematopoietic, central nervous system or related tissues #> 2033 - - Carcinoma in situ of oral cavity, oesophagus or stomach #> 2034 - - - Carcinoma in situ of lip, oral cavity or pharynx #> 2035 - - - Carcinoma in situ of oesophagus #> 2036 - - - Carcinoma in situ of stomach #> 2037 - - Carcinoma in situ of other or unspecified digestive organs #> 2038 - - - Carcinoma in situ of colon #> 2039 - - - Carcinoma in situ of rectum #> 2040 - - - Carcinoma in situ of anal canal #> 2041 - - - Carcinoma in situ of gallbladder, biliary tract or ampulla of Vater #> 2042 - - - Carcinoma in situ of other specified digestive organs #> 2043 - - - Carcinoma in situ of unspecified digestive organs #> 2044 - - Carcinoma in situ of middle ear or respiratory system #> 2045 - - - Carcinoma in situ of larynx #> 2046 - - - Carcinoma in situ of trachea #> 2047 - - - Carcinoma in situ of bronchus or lung #> 2048 - - - Carcinoma in situ of other specified sites of middle ear and respiratory system #> 2049 - - - Carcinoma in situ of unspecified sites of middle ear and respiratory system #> 2050 - - Melanoma in situ neoplasms #> 2051 - - - Melanoma in situ of skin #> 2052 - - - - Lentigo maligna #> 2053 - - - - Melanoma in situ of skin, unspecified #> 2054 - - - Melanoma in situ of conjunctiva #> 2055 - - - Melanoma in situ neoplasms, other specified site #> 2056 - - - Melanoma in situ neoplasms, unspecified site #> 2057 - - Carcinoma in situ of skin #> 2058 - - - Intraepidermal squamous cell carcinoma #> 2059 - - - - Bowen disease of skin #> 2060 - - - - Actinic intraepidermal squamous cell carcinoma #> 2061 - - - - Other specified intraepidermal squamous cell carcinoma #> 2062 - - - - Intraepidermal squamous cell carcinoma, unspecified #> 2063 - - - Extramammary Paget disease of skin #> 2064 - - - Carcinoma in situ of anal margin or perianal skin #> 2065 - - - Other specified carcinoma in situ of skin #> 2066 - - - Carcinoma in situ of skin, unspecified #> 2067 - - Carcinoma in situ of breast #> 2068 - - - Lobular carcinoma in situ of breast #> 2069 - - - Lobular carcinoma in situ of breast, pleomorphic subtype #> 2070 - - - Ductal carcinoma in situ of breast #> 2071 - - - Ductal carcinoma in situ of breast, comedo subtype #> 2072 - - - Mixed ductal and lobular carcinoma in situ of breast #> 2073 - - - Paget disease of nipple #> 2074 - - - Other specified carcinoma in situ of breast #> 2075 - - - Carcinoma in situ of breast, unspecified #> 2076 - - Carcinoma in situ of cervix uteri #> 2077 - - - High grade squamous intraepithelial lesion of cervix uteri #> 2078 - - - Other specified carcinoma in situ of cervix uteri #> 2079 - - - Carcinoma in situ of cervix uteri, unspecified #> 2080 - - Carcinoma in situ of other or unspecified genital organs #> 2081 - - - Carcinoma in situ of endometrium #> 2082 - - - Carcinoma in situ of vulva #> 2083 - - - - Vulvar Paget disease #> 2084 - - - - Vulvar intraepithelial neoplasia, HPV-independent #> 2085 - - - - High grade squamous intraepithelial lesion of vulva, HPV-associated #> 2086 - - - Carcinoma in situ of vagina #> 2087 - - - - High grade squamous intraepithelial lesion of vagina #> 2088 - - - - Other specified carcinoma in situ of vagina #> 2089 - - - - Carcinoma in situ of vagina, unspecified #> 2090 - - - Carcinoma in situ of other or unspecified female genital organs #> 2091 - - - Carcinoma in situ of penis #> 2092 - - - - Squamous cell carcinoma in situ of skin of penis #> 2093 - - - - Squamous cell carcinoma in situ of mucocutaneous epithelium of penis #> 2094 - - - High grade intraepithelial lesion of prostate #> 2095 - - - Carcinoma in situ of other or unspecified male genital organs #> 2096 - - Carcinoma in situ of bladder #> 2097 - - Carcinoma in situ of other or unspecified urinary organs #> 2098 - - Carcinoma in situ of the eye or ocular adnexa #> 2099 - - - Carcinoma in situ of the conjunctiva #> 2100 - - - Carcinoma in situ of the cornea #> 2101 - - - Carcinoma in situ of other and unspecified part of the eye and adnexa #> 2102 - - Carcinoma in situ of thyroid and other endocrine glands #> 2103 - - Carcinoma in situ of other specified site #> 2104 - - Carcinoma in situ of unspecified site #> 2105 - Benign neoplasms, except of lymphoid, haematopoietic, central nervous system or related tissues #> 2106 - - Benign mesenchymal neoplasms #> 2107 - - - Benign lipomatous neoplasm #> 2108 - - - - Lipoma #> 2109 - - - - - Superficial subcutaneous lipoma #> 2110 - - - - - Deep subfascial lipoma #> 2111 - - - - - Deep internal or visceral lipoma #> 2112 - - - - - Lipoma, other specified site #> 2113 - - - - - Lipoma, unspecified site #> 2114 - - - - Lipoblastoma #> 2115 - - - - Other specified benign lipomatous neoplasm #> 2116 - - - - Benign lipomatous neoplasm, unspecified #> 2117 - - - Benign vascular neoplasms #> 2118 - - - - Neoplastic haemangioma #> 2119 - - - - - Umbilical cord haemangioma #> 2120 - - - - - Conjunctival haemangioma or haemolymphangioma #> 2121 - - - - - Neoplastic haemangioma of other specified site #> 2122 - - - - - Neoplastic haemangioma, unspecified site #> 2123 - - - - Benign lymphatic neoplasms #> 2124 - - - - - Disseminated lymphangiomatosis #> 2125 - - - - - Acquired progressive lymphangioma #> 2126 - - - - - Other specified benign lymphatic neoplasms #> 2127 - - - - - Benign lymphatic neoplasms, unspecified #> 2128 - - - - Benign vascular neoplasms of infancy and childhood #> 2129 - - - - - Focal infantile haemangioma #> 2130 - - - - - Multifocal infantile haemangioma #> 2131 - - - - - Other specified benign vascular neoplasms of infancy and childhood #> 2132 - - - - - Benign vascular neoplasms of infancy and childhood, unspecified #> 2133 - - - - Other specified benign vascular neoplasms #> 2134 - - - - Benign vascular neoplasms, unspecified #> 2135 - - - Benign chondrogenic tumours #> 2136 - - - - Benign chondrogenic tumours of bone or articular cartilage of limbs #> 2137 - - - - Benign chondrogenic tumours of bone or articular cartilage of other specified sites #> 2138 - - - - Benign chondrogenic tumours, site unspecified #> 2139 - - - Benign osteogenic tumours #> 2140 - - - - Benign osteogenic tumours of bone or articular cartilage of skull or face #> 2141 - - - - Benign osteogenic tumours of bone or articular cartilage of lower jaw #> 2142 - - - - Benign osteogenic tumours of bone or articular cartilage of vertebral column #> 2143 - - - - Benign osteogenic tumours of bone or articular cartilage of ribs, sternum or clavicle #> 2144 - - - - Benign osteogenic tumours of bone or articular cartilage of pelvic bones, sacrum or coccyx #> 2145 - - - - Benign osteogenic tumours of bone or articular cartilage of limbs #> 2146 - - - - Benign osteogenic tumour of other specified site #> 2147 - - - - Benign osteogenic tumour of unspecified site #> 2148 - - - Benign fibrogenic or myofibrogenic tumour #> 2149 - - - - Benign fibrogenic or myofibrogenic tumour of skin #> 2150 - - - - Benign fibrogenic or myofibrogenic tumour of other specified sites #> 2151 - - - - Benign fibrogenic or myofibrogenic tumour, site unknown #> 2152 - - - Benign fibrohistiocytic tumour #> 2153 - - - - Benign fibrohistiocytic tumour of soft tissues of limbs #> 2154 - - - - Benign fibrohistiocytic tumour of retroperitoneum or peritoneum #> 2155 - - - - Benign fibrohistiocytic tumour of skin #> 2156 - - - - Benign fibrohistiocytic tumour of other specified sites #> 2157 - - - - Benign fibrohistiocytic tumour, site unspecified #> 2158 - - - Benign smooth muscle or skeletal muscle tumour #> 2159 - - - - Leiomyoma of uterus #> 2160 - - - - Leiomyoma of other or unspecified sites #> 2161 - - - - Rhabdomyoma #> 2162 - - - - Other specified benign smooth muscle or skeletal muscle tumour #> 2163 - - - - Benign smooth muscle or skeletal muscle tumour, unspecified #> 2164 - - - Benign gastrointestinal stromal tumour #> 2165 - - - Benign endometrial stromal nodule #> 2166 - - - Benign mesenchymal tumours of uncertain differentiation #> 2167 - - - - Benign tumours of uncertain differentiation, bone or cartilage #> 2168 - - - - Benign tumours of uncertain differentiation, soft tissue #> 2169 - - - - Benign mesenchymal tumours of uncertain differentiation of other specified site #> 2170 - - - - Benign mesenchymal tumours of uncertain differentiation of unspecified site #> 2171 - - - Other mixed or unspecified benign mesenchymal tumours #> 2172 - - - Other specified benign mesenchymal neoplasm #> 2173 - - - Benign mesenchymal neoplasms, unspecified #> 2174 - - Benign non-mesenchymal neoplasms #> 2175 - - - Benign neoplasm of lip, oral cavity or pharynx #> 2176 - - - - Benign neoplasm of lip #> 2177 - - - - Benign neoplasm of tongue #> 2178 - - - - Benign neoplasm of floor of mouth #> 2179 - - - - Benign neoplasm of other or unspecified parts of mouth #> 2180 - - - - Benign neoplasm of tonsil #> 2181 - - - - Benign neoplasm of oropharynx #> 2182 - - - - Benign neoplasm of nasopharynx #> 2183 - - - - Benign neoplasm of hypopharynx #> 2184 - - - - Benign neoplasm of pharynx, unspecified #> 2185 - - - Benign neoplasm of major salivary glands #> 2186 - - - - Benign neoplasm of parotid gland #> 2187 - - - - Benign neoplasm of other specified major salivary glands #> 2188 - - - - Benign neoplasm of unspecified major salivary glands #> 2189 - - - Benign neoplasm of digestive organs #> 2190 - - - - Benign neoplasm of oesophagus #> 2191 - - - - Benign neoplasm of stomach #> 2192 - - - - Benign neoplasm of duodenum #> 2193 - - - - Benign neoplasm of other or unspecified parts of small intestine #> 2194 - - - - Benign neoplasm of the large intestine #> 2195 - - - - - Polyposis syndrome #> 2196 - - - - - Other specified benign neoplasm of the large intestine #> 2197 - - - - - Benign neoplasm of the large intestine, unspecified #> 2198 - - - - Benign neoplasm of anus or anal canal #> 2199 - - - - Benign neoplasm of gallbladder, extrahepatic bile ducts or ampulla of Vater #> 2200 - - - - Benign neoplasm of liver or intrahepatic bile ducts #> 2201 - - - - Benign neoplasm of pancreas #> 2202 - - - - Benign neoplasm of endocrine pancreas #> 2203 - - - - Benign neoplasm of other specified digestive organs #> 2204 - - - - Benign neoplasm of unspecified digestive organs #> 2205 - - - Benign neoplasm of respiratory or intrathoracic organs #> 2206 - - - - Benign neoplasm of middle ear or respiratory system #> 2207 - - - - - Middle ear endocrine tumour #> 2208 - - - - - Recurrent respiratory papillomatosis #> 2209 - - - - - Laryngeal endocrine tumour #> 2210 - - - - - Other specified benign neoplasm of middle ear or respiratory system #> 2211 - - - - - Benign neoplasm of middle ear or respiratory system, unspecified #> 2212 - - - - Benign neoplasm of intrathoracic organs #> 2213 - - - - Benign neoplasms of other specified respiratory and intrathoracic organs #> 2214 - - - - Benign neoplasms of unspecified respiratory and intrathoracic organs #> 2215 - - - Benign neoplasm of mesothelial tissue #> 2216 - - - Benign cutaneous neoplasms #> 2217 - - - - Benign cutaneous melanocytic neoplasms #> 2218 - - - - - Common acquired melanocytic naevus #> 2219 - - - - - - Multiple benign melanocytic naevi #> 2220 - - - - - - Other specified common acquired melanocytic naevus #> 2221 - - - - - - Common acquired melanocytic naevus, unspecified #> 2222 - - - - - Atypical melanocytic naevus #> 2223 - - - - - Congenital melanocytic naevus #> 2224 - - - - - - Giant congenital melanocytic naevus #> 2225 - - - - - - Other specified congenital melanocytic naevus #> 2226 - - - - - - Congenital melanocytic naevus, unspecified #> 2227 - - - - - Generalised eruptive melanocytic naevi #> 2228 - - - - - Other specific types of melanocytic naevus #> 2229 - - - - - Melanocytic naevus, unspecified #> 2230 - - - - Benign keratinocytic acanthomas #> 2231 - - - - - Seborrhoeic keratosis #> 2232 - - - - - Other specified benign keratinocytic acanthomas #> 2233 - - - - Benign neoplasms of epidermal appendages #> 2234 - - - - Benign dermal fibrous or fibrohistiocytic neoplasms #> 2235 - - - - - Dermatofibroma #> 2236 - - - - - Other specified benign dermal fibrous or fibrohistiocytic neoplasms #> 2237 - - - - Benign cutaneous neoplasms of neural or nerve sheath origin #> 2238 - - - - Cherry angioma #> 2239 - - - - Lobular capillary haemangioma #> 2240 - - - - Other specified benign cutaneous neoplasms #> 2241 - - - - Benign cutaneous neoplasm of unspecified type #> 2242 - - - Benign neoplasm of breast #> 2243 - - - - Tubular adenoma of breast #> 2244 - - - - Lactating adenoma of breast #> 2245 - - - - Intraductal papilloma of breast #> 2246 - - - - Benign phyllodes tumour of breast #> 2247 - - - - Fibromatosis of breast #> 2248 - - - - Fibroadenoma of breast #> 2249 - - - - Extensive adenomatosis of nipple #> 2250 - - - - Other specified benign neoplasm of breast #> 2251 - - - - Benign neoplasm of breast, unspecified #> 2252 - - - Benign non-mesenchymal neoplasms of uterus #> 2253 - - - - Benign non-mesenchymal neoplasm of uterus, cervix uteri #> 2254 - - - - Benign non-mesenchymal neoplasm of uterus, corpus uteri #> 2255 - - - - Benign non-mesenchymal neoplasms of uterus, other parts #> 2256 - - - Benign neoplasm of ovary #> 2257 - - - - Cystic teratoma #> 2258 - - - - Ovarian fibroma #> 2259 - - - - Meigs' syndrome #> 2260 - - - - Serous ovarian cystadenoma #> 2261 - - - - Other specified benign neoplasm of ovary #> 2262 - - - - Benign neoplasm of ovary, unspecified #> 2263 - - - Benign neoplasm of other or unspecified female genital organs #> 2264 - - - Benign neoplasm of male genital organs #> 2265 - - - Benign neoplasm of urinary organs #> 2266 - - - Benign neoplasm of eye or ocular adnexa #> 2267 - - - - Benign neoplasm of choroid #> 2268 - - - - Benign neoplasm of iris #> 2269 - - - - Benign neoplasm of ciliary body #> 2270 - - - - Teratoma of orbit #> 2271 - - - - Cysts of eyelid #> 2272 - - - - Other specified benign neoplasm of eye or ocular adnexa #> 2273 - - - - Benign neoplasm of eye or ocular adnexa, unspecified #> 2274 - - - Benign neoplasm of endocrine glands #> 2275 - - - - Non-secreting pituitary adenoma #> 2276 - - - - Other specified benign neoplasm of endocrine glands #> 2277 - - - - Benign neoplasm of endocrine glands, unspecified #> 2278 - - - Benign non-mesenchymal neoplasms of other specified site #> 2279 - - - Benign non-mesenchymal neoplasms of unspecified site #> 2280 - - Other specified benign neoplasms, except of lymphoid, haematopoietic, central nervous system or related tissues #> 2281 - - Benign neoplasms, except of lymphoid, haematopoietic, central nervous system or related tissues, unspecified #> 2282 - Neoplasms of uncertain behaviour, except of lymphoid, haematopoietic, central nervous system or related tissues #> 2283 - - Neoplasms of uncertain behaviour of oral cavity or digestive organs #> 2284 - - - Neoplasms of uncertain behaviour of lip, oral cavity or pharynx #> 2285 - - - Neoplasms of uncertain behaviour of stomach #> 2286 - - - Neoplasms of uncertain behaviour of small intestine #> 2287 - - - Neoplasms of uncertain behaviour of colon #> 2288 - - - Neoplasms of uncertain behaviour of rectum #> 2289 - - - Neoplasms of uncertain behaviour of liver, gallbladder or bile ducts #> 2290 - - - Neoplasms of uncertain behaviour of oral cavity and digestive organs, other specified site #> 2291 - - - Neoplasms of uncertain behaviour of oral cavity and digestive organs, unspecified site #> 2292 - - Neoplasms of uncertain behaviour of middle ear, respiratory or intrathoracic organs #> 2293 - - - Neoplasms of uncertain behaviour of thymus #> 2294 - - - Neoplasms of uncertain behaviour of larynx #> 2295 - - - Neoplasms of uncertain behaviour of pleura #> 2296 - - - Neoplasms of uncertain behaviour of trachea, bronchus or lung #> 2297 - - - Neoplasms of uncertain behaviour of mediastinum #> 2298 - - - Neoplasms of uncertain behaviour of middle ear, respiratory and intrathoracic organs, other specified site #> 2299 - - - Neoplasms of uncertain behaviour of middle ear, respiratory and intrathoracic organs, unspecified site #> 2300 - - Neoplasms of uncertain behaviour of skin #> 2301 - - - Spitzoid tumour of uncertain malignant potential #> 2302 - - - Melanocytic naevus with severe melanocytic dysplasia #> 2303 - - - Other specified neoplasms of uncertain behaviour of skin #> 2304 - - Neoplasms of uncertain behaviour of retroperitoneum #> 2305 - - Neoplasms of uncertain behaviour of peritoneum #> 2306 - - Neoplasms of uncertain behaviour of breast #> 2307 - - Neoplasms of uncertain behaviour of female genital organs #> 2308 - - Neoplasms of uncertain behaviour of male genital organs #> 2309 - - Neoplasms of uncertain behaviour of urinary organs #> 2310 - - Neoplasms of uncertain behaviour of eye or ocular adnexa #> 2311 - - Neoplasms of uncertain behaviour of endocrine glands #> 2312 - - - Multiple polyglandular tumours #> 2313 - - - Other specified neoplasms of uncertain behaviour of endocrine glands #> 2314 - - - Neoplasms of uncertain behaviour of endocrine glands, unspecified #> 2315 - - Neoplasms of uncertain behaviour of bone or articular cartilage #> 2316 - - Neoplasms of uncertain behaviour of connective or other soft tissue #> 2317 - - Neoplasms of uncertain behaviour of other specified site #> 2318 - - Neoplasms of uncertain behaviour of unspecified site #> 2319 - Neoplasms of unknown behaviour, except of lymphoid, haematopoietic, central nervous system or related tissues #> 2320 - - Neoplasms of unknown behaviour of oral cavity or digestive organs #> 2321 - - - Neoplasms of unknown behaviour of colon #> 2322 - - - Neoplasms of unknown behaviour of rectum #> 2323 - - - Neoplasms of unknown behaviour of oral cavity and digestive organs, other specified site #> 2324 - - - Neoplasms of unknown behaviour of oral cavity and digestive organs, unspecified site #> 2325 - - Neoplasms of unknown behaviour of middle ear, respiratory or intrathoracic organs #> 2326 - - - Neoplasms of unknown behaviour of larynx #> 2327 - - - Neoplasms of unknown behaviour of trachea, bronchus or lung #> 2328 - - - Neoplasms of unknown behaviour of other specified respiratory organ, intrathoracic organ or middle ear #> 2329 - - - Neoplasms of unknown behaviour of unspecified respiratory organ or intrathoracic organ #> 2330 - - Neoplasms of unknown behaviour of skin #> 2331 - - Neoplasms of unknown behaviour of retroperitoneum #> 2332 - - Neoplasms of unknown behaviour of peritoneum #> 2333 - - Neoplasms of unknown behaviour of breast #> 2334 - - Neoplasms of unknown behaviour of female genital organs #> 2335 - - Neoplasms of unknown behaviour of male genital organs #> 2336 - - Neoplasms of unknown behaviour of urinary organs #> 2337 - - Neoplasms of unknown behaviour of eye or ocular adnexa #> 2338 - - Neoplasms of unknown behaviour of endocrine glands #> 2339 - - Neoplasms of unknown behaviour of bone or articular cartilage #> 2340 - - Neoplasms of unknown behaviour of connective or other soft tissue #> 2341 - - Neoplasms of unknown behaviour of other specified site #> 2342 - - Neoplasms of unknown behaviour of unspecified site #> 2343 Diseases of the blood or blood-forming organs #> 2344 - Anaemias or other erythrocyte disorders #> 2345 - - Nutritional or metabolic anaemias #> 2346 - - - Iron deficiency anaemia #> 2347 - - - - Acquired iron deficiency anaemia due to blood loss #> 2348 - - - - - Chronic posthaemorrhagic anaemia #> 2349 - - - - - Acquired iron deficiency anaemia due to blood loss, unspecified #> 2350 - - - - Acquired iron deficiency anaemia due to low intake #> 2351 - - - - Acquired iron deficiency anaemia due to decreased absorption #> 2352 - - - - Acquired iron deficiency anaemia due to increased requirement #> 2353 - - - - Other specified iron deficiency anaemia #> 2354 - - - - Iron deficiency anaemia, unspecified #> 2355 - - - Megaloblastic anaemia due to vitamin B12 deficiency #> 2356 - - - - Hereditary vitamin B12 deficiency anaemia #> 2357 - - - - Neonatal vitamin B12 deficiency anaemia #> 2358 - - - - Vitamin B12 deficiency anaemia due to low intake #> 2359 - - - - Vitamin B12 deficiency anaemia due to intrinsic factor deficiency #> 2360 - - - - - Pernicious anaemia #> 2361 - - - - - Other specified vitamin B12 deficiency anaemia due to intrinsic factor deficiency #> 2362 - - - - Vitamin B12 deficiency anaemia due to intestinal disease #> 2363 - - - - Drug-induced vitamin B12 deficiency anaemia #> 2364 - - - - Other specified megaloblastic anaemia due to vitamin B12 deficiency #> 2365 - - - - Megaloblastic anaemia due to vitamin B12 deficiency, unspecified #> 2366 - - - Folate deficiency anaemia #> 2367 - - - - Hereditary folate deficiency anaemia #> 2368 - - - - Folate deficiency anaemia due to low intake #> 2369 - - - - Folate deficiency anaemia due to increased requirements #> 2370 - - - - Folate deficiency anaemia due to decreased intestinal absorption #> 2371 - - - - Drug-induced folate deficiency anaemia #> 2372 - - - - Other specified folate deficiency anaemia #> 2373 - - - - Folate deficiency anaemia, unspecified #> 2374 - - - Other nutritional or metabolic anaemias #> 2375 - - - - Hereditary orotic aciduria #> 2376 - - - - Protein deficiency anaemia #> 2377 - - - - Scorbutic anaemia #> 2378 - - - - Copper deficiency anaemia #> 2379 - - - - Acquired other vitamin B deficiency anaemia #> 2380 - - - - - Acquired pyridoxine deficiency anaemia #> 2381 - - - - - Acquired riboflavin deficiency anaemia #> 2382 - - - - - Acquired thiamine deficiency anaemia #> 2383 - - - - - Other specified acquired other vitamin B deficiency anaemia #> 2384 - - - - Acquired vitamin A deficiency anaemia #> 2385 - - - - Acquired vitamin E deficiency anaemia #> 2386 - - - - Other and unspecified nutritional or metabolic anaemia #> 2387 - - Haemolytic anaemias #> 2388 - - - Congenital haemolytic anaemia #> 2389 - - - - Hereditary haemolytic anaemia #> 2390 - - - - - Haemolytic anaemias due to hexose monophosphate shunt or glutathione metabolism anomalies #> 2391 - - - - - - Haemolytic anaemia due to glucose-6-phosphate dehydrogenase deficiency #> 2392 - - - - - - Other specified haemolytic anaemias due to hexose monophosphate shunt or glutathione metabolism anomalies #> 2393 - - - - - - Haemolytic anaemias due to hexose monophosphate shunt or glutathione metabolism anomalies, unspecified #> 2394 - - - - - Haemolytic anaemia due to adenosine deaminase excess #> 2395 - - - - - Hereditary elliptocytosis #> 2396 - - - - - Familial pseudohyperkalaemia #> 2397 - - - - - Other specified hereditary haemolytic anaemia #> 2398 - - - - - Hereditary haemolytic anaemia, unspecified #> 2399 - - - - Other specified congenital haemolytic anaemia #> 2400 - - - Acquired haemolytic anaemia #> 2401 - - - - Acquired haemolytic anaemia, immune #> 2402 - - - - - Autoimmune haemolytic anaemia, warm type #> 2403 - - - - - Autoimmune haemolytic anaemia, cold type #> 2404 - - - - - Autoimmune haemolytic anaemia, mixed type, cold and warm #> 2405 - - - - - Paroxysmal cold haemoglobinuria #> 2406 - - - - - Alloimmune haemolytic anaemia #> 2407 - - - - - Evans syndrome #> 2408 - - - - - Other specified acquired haemolytic anaemia, immune #> 2409 - - - - Acquired haemolytic anaemia, non-immune #> 2410 - - - - - Paroxysmal nocturnal haemoglobinuria #> 2411 - - - - - Microangiopathic haemolytic anaemia #> 2412 - - - - - Haemolytic uraemic syndrome #> 2413 - - - - - Other specified acquired haemolytic anaemia, non-immune #> 2414 - - - - Acquired haemolytic anaemia, unspecified #> 2415 - - - Haemolytic anaemias, unspecified #> 2416 - - Thalassaemias #> 2417 - - - Alpha thalassaemia #> 2418 - - - - Mild alpha thalassaemia diseases #> 2419 - - - - Thalassaemic alpha-chain variants #> 2420 - - - - Haemoglobin H disease (– α/– – included) #> 2421 - - - - Homozygous or compound heterozygous alpha0 thalassaemia #> 2422 - - - - Other specified alpha thalassaemia #> 2423 - - - - Alpha thalassaemia, unspecified #> 2424 - - - Alpha thalassaemia related syndromes #> 2425 - - - Beta thalassaemia #> 2426 - - - Delta, delta-beta or gamma-delta-beta thalassaemia #> 2427 - - - Hereditary persistence of fetal haemoglobin #> 2428 - - - Other specified thalassaemias #> 2429 - - - Thalassaemias, unspecified #> 2430 - - Sickle cell disorders or other haemoglobinopathies #> 2431 - - - Sickle cell trait #> 2432 - - - Sickle cell disease without crisis #> 2433 - - - Sickle cell disease with crisis #> 2434 - - - Compound heterozygous sickling disorders without crisis #> 2435 - - - Compound heterozygous sickling disorders with crisis #> 2436 - - - Haemoglobin C disease #> 2437 - - - Haemoglobin D disease #> 2438 - - - High affinity haemoglobin #> 2439 - - - Low affinity haemoglobin #> 2440 - - - Haemoglobin O disease #> 2441 - - - Haemoglobin E disease #> 2442 - - - Haemoglobin C/beta thalassaemia compound heterozygosity #> 2443 - - - Other specified sickle cell disorders or other haemoglobinopathies #> 2444 - - - Sickle cell disorders or other haemoglobinopathies, unspecified #> 2445 - - Pure red cell aplasia #> 2446 - - - Congenital pure red cell aplasia #> 2447 - - - - Congenital non-inherited pure red cell aplasia #> 2448 - - - - Hereditary pure red cell aplasia #> 2449 - - - - Congenital pure red cell aplasia, unspecified #> 2450 - - - Acquired pure red cell aplasia #> 2451 - - - - Acute acquired pure red cell aplasia #> 2452 - - - - Chronic acquired pure red cell aplasia #> 2453 - - - - Other specified acquired pure red cell aplasia #> 2454 - - - - Acquired pure red cell aplasia, unspecified #> 2455 - - - Pure red cell aplasia, unspecified #> 2456 - - Aplastic anaemia #> 2457 - - - Congenital aplastic anaemia #> 2458 - - - Acquired aplastic anaemias #> 2459 - - - - Drug-induced aplastic anaemia #> 2460 - - - - Aplastic anaemia due to other external agents #> 2461 - - - - Idiopathic aplastic anaemia #> 2462 - - - - Other specified acquired aplastic anaemias #> 2463 - - - - Acquired aplastic anaemias, unspecified #> 2464 - - - Aplastic anaemia, unspecified #> 2465 - - Anaemia due to chronic disease #> 2466 - - - Anaemia in neoplastic disease #> 2467 - - - Anaemia in chronic infectious diseases #> 2468 - - - Anaemia in chronic kidney disease #> 2469 - - - Anaemia due to other specified chronic disease #> 2470 - - - Anaemia due to chronic disease, unspecified #> 2471 - - Sideroblastic anaemia #> 2472 - - - Congenital sideroblastic anaemias #> 2473 - - - - Hereditary sideroblastic anaemias #> 2474 - - - - Hereditary syndromic sideroblastic anaemia #> 2475 - - - - Other specified congenital sideroblastic anaemias #> 2476 - - - - Congenital sideroblastic anaemias, unspecified #> 2477 - - - Acquired sideroblastic anaemias #> 2478 - - - Sideroblastic anaemia, unspecified #> 2479 - - Congenital dyserythropoietic anaemia #> 2480 - - Polycythaemia #> 2481 - - - Congenital polycythaemia #> 2482 - - - - Primary inherited erythrocytosis #> 2483 - - - - Other specified congenital polycythaemia #> 2484 - - - - Congenital polycythaemia, unspecified #> 2485 - - - Acquired polycythaemia #> 2486 - - - - Polycythaemia due to hypoxia, including high altitude #> 2487 - - - - Polycythaemia due to over-transfusion or blood doping #> 2488 - - - - Relative polycythaemia #> 2489 - - - - Other specified acquired polycythaemia #> 2490 - - - - Acquired polycythaemia, unspecified #> 2491 - - - Polycythaemia, unspecified #> 2492 - - Anaemia due to acute disease #> 2493 - - Congenital methaemoglobinaemia #> 2494 - - Hereditary methaemoglobinaemia #> 2495 - - Acquired methaemoglobinaemia #> 2496 - - Acute posthaemorrhagic anaemia #> 2497 - - Other specified anaemias or erythrocyte disorders #> 2498 - - Anaemias or other erythrocyte disorders, unspecified #> 2499 - Coagulation defects, purpura or other haemorrhagic or related conditions #> 2500 - - Coagulation defects #> 2501 - - - Congenital or constitutional haemorrhagic condition #> 2502 - - - - Hereditary factor VIII deficiency #> 2503 - - - - - Haemophilia A #> 2504 - - - - - Hereditary factor VIII deficiency with anti-factor VIII inhibitor #> 2505 - - - - - Other specified hereditary factor VIII deficiency #> 2506 - - - - - Hereditary factor VIII deficiency, unspecified #> 2507 - - - - Hereditary factor IX deficiency #> 2508 - - - - - Haemophilia B #> 2509 - - - - - Other specified hereditary factor IX deficiency #> 2510 - - - - - Hereditary factor IX deficiency, unspecified #> 2511 - - - - Von Willebrand disease #> 2512 - - - - Haemophilia C #> 2513 - - - - Other inherited coagulation factor deficiency with bleeding tendency #> 2514 - - - - - Hereditary deficiency of factor I #> 2515 - - - - - Hereditary factor X deficiency #> 2516 - - - - - Combined deficiency of vitamin K-dependent clotting factors #> 2517 - - - - - Other inherited coagulation factor deficiency with bleeding tendency, unspecified #> 2518 - - - - Inherited coagulation factor deficiency without bleeding tendency #> 2519 - - - - Congenital or constitutional haemorrhagic condition, unspecified #> 2520 - - - Haemorrhagic diseases due to acquired coagulation factor defects #> 2521 - - - - Disseminated intravascular coagulation #> 2522 - - - - Haemorrhagic disorder due to circulating anticoagulants and coagulation factors #> 2523 - - - - - Haemorrhage due to thrombin inhibitor other than heparin #> 2524 - - - - - Haemorrhage due to factor Xa inhibitor #> 2525 - - - - - Haemorrhagic disorder due to other specified circulating anticoagulants #> 2526 - - - - - Haemorrhagic disorder due to unspecified circulating anticoagulants #> 2527 - - - - Acquired haemophilia #> 2528 - - - - Other specified haemorrhagic diseases due to acquired coagulation factor defects #> 2529 - - - Coagulation defects, unspecified #> 2530 - - Fibrinolytic defects #> 2531 - - - Inherited fibrinolytic defects #> 2532 - - - - Congenital alpha-2 antiplasmin deficiency #> 2533 - - - - Congenital plasminogen activator inhibitor type 1 deficiency #> 2534 - - - - Other specified inherited fibrinolytic defects #> 2535 - - - - Inherited fibrinolytic defects, unspecified #> 2536 - - - Acquired fibrinolytic defects #> 2537 - - Non-thrombocytopenic purpura #> 2538 - - - Hereditary vascular purpura #> 2539 - - - Acquired vascular purpura #> 2540 - - Thrombophilia #> 2541 - - - Hereditary thrombophilia #> 2542 - - - - Hyperhomocysteinaemia #> 2543 - - - - Other specified hereditary thrombophilia #> 2544 - - - - Hereditary thrombophilia, unspecified #> 2545 - - - Acquired thrombophilia #> 2546 - - - Other specified thrombophilia #> 2547 - - - Thrombophilia, unspecified #> 2548 - - Qualitative platelet defects #> 2549 - - - Inherited qualitative platelet defects #> 2550 - - - - Alpha-granule diseases #> 2551 - - - - Inherited giant platelet disorder #> 2552 - - - - Other specified inherited qualitative platelet defects #> 2553 - - - - Inherited qualitative platelet defects, unspecified #> 2554 - - - Bleeding diathesis due to thromboxane synthesis deficiency #> 2555 - - - Isolated thrombocytopenia #> 2556 - - - Dense granule disease #> 2557 - - - Alpha-delta dense granule deficiency #> 2558 - - - Haemophagocytic syndrome associated with infection #> 2559 - - - Other specified qualitative platelet defects #> 2560 - - - Qualitative platelet defects, unspecified #> 2561 - - Thrombocytosis #> 2562 - - - Congenital thrombocytosis #> 2563 - - - Acquired thrombocytosis #> 2564 - - - - Secondary thrombocytosis #> 2565 - - - - Other specified acquired thrombocytosis #> 2566 - - - - Acquired thrombocytosis, unspecified #> 2567 - - - Other specified thrombocytosis #> 2568 - - - Thrombocytosis, unspecified #> 2569 - - Thrombocytopenia #> 2570 - - - Congenital thrombocytopenia #> 2571 - - - - Congenital non-inherited thrombocytopenia #> 2572 - - - - Hereditary thrombocytopenia #> 2573 - - - - Congenital thrombocytopenia, unspecified #> 2574 - - - Acquired thrombocytopenia #> 2575 - - - - Immune thrombocytopenic purpura #> 2576 - - - - Secondary thrombocytopenic purpura #> 2577 - - - - Drug-induced thrombocytopenic purpura #> 2578 - - - - Alloimmune thrombocytopenia #> 2579 - - - - Thrombotic thrombocytopenic purpura #> 2580 - - - - Other specified acquired thrombocytopenia #> 2581 - - - Thrombocytopenia, unspecified #> 2582 - - Thrombotic microangiopathy, not elsewhere classified #> 2583 - - Other specified coagulation defects, purpura or other haemorrhagic or related conditions #> 2584 - - Coagulation defects, purpura or other haemorrhagic or related conditions, unspecified #> 2585 - Diseases of spleen #> 2586 - - Congenital disorders of spleen #> 2587 - - - Splenomegaly in storage diseases #> 2588 - - Acquired disorders of spleen #> 2589 - - - Tumour-like conditions of spleen #> 2590 - - - Postsurgical asplenia #> 2591 - - - Atrophy of spleen #> 2592 - - - Nontraumatic laceration or rupture of spleen #> 2593 - - - Splenosis #> 2594 - - - Splenic cyst or pseudocyst #> 2595 - - - - Pseudocyst of spleen #> 2596 - - - - Epithelial cyst of spleen #> 2597 - - - - Other specified splenic cyst #> 2598 - - - - Splenic cyst, unspecified #> 2599 - - - Infarction of spleen #> 2600 - - - Infection of spleen #> 2601 - - - - Acute septic splenitis #> 2602 - - - - Abscess of spleen #> 2603 - - - - Other specified infection of spleen #> 2604 - - - - Infection of spleen, unspecified #> 2605 - - - Torsion of spleen #> 2606 - - - Fibrosis of spleen #> 2607 - - - Perisplenitis #> 2608 - - - Hypersplenism #> 2609 - - - Chronic congestive splenomegaly #> 2610 - - - Other specified acquired disorders of spleen #> 2611 - - - Acquired disorders of spleen, unspecified #> 2612 - - Diseases of spleen, unspecified #> 2613 - Other specified diseases of the blood or blood-forming organs #> 2614 - Diseases of the blood or blood-forming organs, unspecified #> 2615 Diseases of the immune system #> 2616 - Primary immunodeficiencies #> 2617 - - Primary immunodeficiencies due to disorders of innate immunity #> 2618 - - - Functional neutrophil defects #> 2619 - - - - Neutrophil immunodeficiency syndrome #> 2620 - - - - Other specified functional neutrophil defects #> 2621 - - - - Functional neutrophil defects, unspecified #> 2622 - - - Defects in the complement system #> 2623 - - - - Immunodeficiency with an early component of complement deficiency #> 2624 - - - - Immunodeficiency with a late component of complement deficiency #> 2625 - - - - Immunodeficiency with factor B deficiency #> 2626 - - - - Immunodeficiency with factor D anomaly #> 2627 - - - - Hereditary angioedema #> 2628 - - - - Acquired angioedema #> 2629 - - - - Other specified defects in the complement system #> 2630 - - - - Defects in the complement system, unspecified #> 2631 - - - Genetic susceptibility to particular pathogens #> 2632 - - - Immunodeficiency with natural-killer cell deficiency #> 2633 - - - Other specified primary immunodeficiencies due to disorders of innate immunity #> 2634 - - - Primary immunodeficiencies due to disorders of innate immunity, unspecified #> 2635 - - Primary immunodeficiencies due to disorders of adaptive immunity #> 2636 - - - Immunodeficiencies with predominantly antibody defects #> 2637 - - - - Hereditary agammaglobulinaemia with profoundly reduced or absent B cells #> 2638 - - - - Immunodeficiencies with severe reduction in at least two serum immunoglobulin isotypes with normal or low numbers of B cells #> 2639 - - - - Specific antibody deficiency with normal immunoglobulin concentrations or normal number of B cells #> 2640 - - - - Transient hypogammaglobulinaemia of infancy #> 2641 - - - - Immunodeficiencies with isotype or light chain deficiencies with normal number of B cells #> 2642 - - - - Immunodeficiencies with severe reduction in serum IgG or IgA with normal or elevated IgM and normal numbers of B-cells #> 2643 - - - - Other specified immunodeficiencies with predominantly antibody defects #> 2644 - - - - Immunodeficiencies with predominantly antibody defects, unspecified #> 2645 - - - Combined immunodeficiencies #> 2646 - - - - Severe combined immunodeficiencies #> 2647 - - - - Major histocompatibility complex class I deficiency #> 2648 - - - - Major histocompatibility complex class II deficiency #> 2649 - - - - Other specified combined immunodeficiencies #> 2650 - - - - Combined immunodeficiencies, unspecified #> 2651 - - - Diseases of immune dysregulation #> 2652 - - - - Immune dysregulation syndromes with hypopigmentation #> 2653 - - - - Immune dysregulation syndromes presenting primarily with autoimmunity #> 2654 - - - - Immune dysregulation syndromes presenting primarily with lymphoproliferation #> 2655 - - - - Primary haemophagocytic lymphohistiocytosis #> 2656 - - - - Other specified diseases of immune dysregulation #> 2657 - - - - Diseases of immune dysregulation, unspecified #> 2658 - - - Other well-defined immunodeficiency syndromes due to defects in adaptive immunity #> 2659 - - - - Immunodeficiency due to defects of the thymus #> 2660 - - - - DNA repair defects other than combined T-cell or B-cell immunodeficiencies #> 2661 - - - - Immuno-osseous dysplasia #> 2662 - - - - Hepatic veno-occlusive disease - immunodeficiency syndrome #> 2663 - - - - Hyperimmunoglobulin E syndromes #> 2664 - - - Primary immunodeficiencies due to disorders of adaptive immunity, unspecified #> 2665 - - Other specified primary immunodeficiencies #> 2666 - - Primary immunodeficiencies, unspecified #> 2667 - Acquired immunodeficiencies #> 2668 - - Adult-onset immunodeficiency #> 2669 - - Acquired immunodeficiency due to loss of immunoglobulin #> 2670 - - Other specified acquired immunodeficiencies #> 2671 - - Acquired immunodeficiencies, unspecified #> 2672 - Nonorgan specific systemic autoimmune disorders #> 2673 - - Lupus erythematosus #> 2674 - - - Systemic lupus erythematosus #> 2675 - - - - Systemic lupus erythematosus with skin involvement #> 2676 - - - - Other specified systemic lupus erythematosus #> 2677 - - - - Systemic lupus erythematosus, unspecified #> 2678 - - - Drug-induced lupus erythematosus #> 2679 - - - Other specified lupus erythematosus #> 2680 - - - Lupus erythematosus, unspecified #> 2681 - - Idiopathic inflammatory myopathy #> 2682 - - - Dermatomyositis #> 2683 - - - - Adult dermatomyositis #> 2684 - - - - Juvenile dermatomyositis #> 2685 - - - - Dermatomyositis, unspecified #> 2686 - - - Polymyositis #> 2687 - - - - Juvenile polymyositis #> 2688 - - - - Paraneoplastic polymyositis #> 2689 - - - - Other specified polymyositis #> 2690 - - - - Polymyositis, unspecified #> 2691 - - - Inclusion body myopathy #> 2692 - - - - Inflammatory inclusion body myositis #> 2693 - - - - Noninflammatory inclusion body myopathy #> 2694 - - - - Inclusion body myopathy, unspecified #> 2695 - - - Other specified idiopathic inflammatory myopathy #> 2696 - - - Idiopathic inflammatory myopathy, unspecified #> 2697 - - Systemic sclerosis #> 2698 - - - Paediatric onset systemic sclerosis #> 2699 - - - Diffuse systemic sclerosis #> 2700 - - - Limited systemic sclerosis #> 2701 - - - Systemic sclerosis, unspecified #> 2702 - - Overlap or undifferentiated nonorgan specific systemic autoimmune disease #> 2703 - - - IgG4 related disease #> 2704 - - - Mikulicz disease #> 2705 - - - Sjögren syndrome #> 2706 - - - - Primary Sjögren syndrome #> 2707 - - - - Secondary Sjögren syndrome #> 2708 - - - - Paediatric onset Sjögren syndrome #> 2709 - - - - Other specified sjögren syndrome #> 2710 - - - - Sjögren syndrome, unspecified #> 2711 - - - Mixed connective tissue disease #> 2712 - - - Diffuse eosinophilic fasciitis #> 2713 - - - Other specified overlap non-organ specific systemic autoimmune disease #> 2714 - - - Undifferentiated non-organ specific systemic autoimmune disease #> 2715 - - Vasculitis #> 2716 - - - Rhizomelic pseudopolyarthritis #> 2717 - - - Aortic arch syndrome #> 2718 - - - Giant cell arteritis #> 2719 - - - Single organ vasculitis #> 2720 - - - Polyarteritis nodosa #> 2721 - - - Mucocutaneous lymph node syndrome #> 2722 - - - Sneddon syndrome #> 2723 - - - Primary angiitis of the central nervous system #> 2724 - - - Thromboangiitis obliterans #> 2725 - - - Immune complex small vessel vasculitis #> 2726 - - - - Cryoglobulinaemic vasculitis #> 2727 - - - - Hypocomplementaemic urticarial vasculitis #> 2728 - - - - IgA vasculitis #> 2729 - - - - Other specified immune complex small vessel vasculitis #> 2730 - - - - Immune complex small vessel vasculitis, unspecified #> 2731 - - - Antineutrophil cytoplasmic antibody-associated vasculitis #> 2732 - - - - Microscopic polyangiitis #> 2733 - - - - Granulomatosis with polyangiitis #> 2734 - - - - Eosinophilic granulomatosis with polyangiitis #> 2735 - - - - Other specified antineutrophil cytoplasmic antibody-associated vasculitis #> 2736 - - - - Antineutrophil cytoplasmic antibody-associated vasculitis, unspecified #> 2737 - - - Leukocytoclastic vasculitis #> 2738 - - - - Cutaneous leukocytoclastic vasculitis #> 2739 - - - - Other specified leukocytoclastic vasculitis #> 2740 - - - - Leukocytoclastic vasculitis, unspecified #> 2741 - - - Other specified vasculitis #> 2742 - - - Vasculitis, unspecified #> 2743 - - Antiphospholipid syndrome #> 2744 - - - Primary antiphospholipid syndrome #> 2745 - - - Secondary antiphospholipid syndrome #> 2746 - - - Antiphospholipid syndrome in pregnancy #> 2747 - - - Lupus anticoagulant-hypoprothrombinaemia syndrome #> 2748 - - - Antiphospholipid syndrome, unspecified #> 2749 - - Other specified nonorgan specific systemic autoimmune disorders #> 2750 - - Nonorgan specific systemic autoimmune disorders, unspecified #> 2751 - Autoinflammatory disorders #> 2752 - - Monogenic autoinflammatory syndromes #> 2753 - - - Familial Mediterranean fever #> 2754 - - - Cryopyrin-associated periodic syndromes #> 2755 - - - Tumour necrosis factor receptor 1 associated periodic syndrome #> 2756 - - - Other specified monogenic autoinflammatory syndromes #> 2757 - - - Autoimflammatory syndrome, unspecified #> 2758 - - SAPHO syndrome #> 2759 - - Behçet disease #> 2760 - - Other specified autoinflammatory disorders #> 2761 - - Autoinflammatory disorders, unspecified #> 2762 - Allergic or hypersensitivity conditions #> 2763 - - Allergic or hypersensitivity disorders involving the respiratory tract #> 2764 - - - Drug-induced bronchospasm #> 2765 - - - Bronchospasm provoked by allergy to food substance #> 2766 - - - Other specified allergic or hypersensitivity disorders involving the respiratory tract #> 2767 - - - Allergic or hypersensitivity disorders involving the respiratory tract, unspecified #> 2768 - - Allergic or hypersensitivity disorders involving the eye #> 2769 - - Allergic or hypersensitivity disorders involving skin or mucous membranes #> 2770 - - Allergic or hypersensitivity disorders involving the gastrointestinal tract #> 2771 - - - Food-induced eosinophilic gastroenteritis #> 2772 - - - Food-induced eosinophilic oesophagitis #> 2773 - - - Other specified allergic or hypersensitivity disorders involving the gastrointestinal tract #> 2774 - - - Allergic or hypersensitivity disorders involving the gastrointestinal tract, unspecified #> 2775 - - Anaphylaxis #> 2776 - - - Anaphylaxis due to allergic reaction to food #> 2777 - - - Drug-induced anaphylaxis #> 2778 - - - Anaphylaxis due to insect venom #> 2779 - - - Anaphylaxis provoked by physical factors #> 2780 - - - - Exercise-induced anaphylaxis #> 2781 - - - - Cold-induced anaphylaxis #> 2782 - - - - Anaphylaxis provoked by other specified physical factors #> 2783 - - - - Anaphylaxis provoked by unspecified physical factors #> 2784 - - - Anaphylaxis due to inhaled allergens #> 2785 - - - Anaphylaxis due to contact with allergens #> 2786 - - - Anaphylaxis secondary to mast cell disorder #> 2787 - - - Other specified anaphylaxis #> 2788 - - - Anaphylaxis, unspecified #> 2789 - - Complex allergic or hypersensitivity conditions #> 2790 - - - Drug or pharmacological agents hypersensitivity #> 2791 - - - - Drug-induced liver hypersensitivity disease #> 2792 - - - - Drug-induced kidney hypersensitivity #> 2793 - - - - Drug-induced cytopenia #> 2794 - - - - Drug-induced vasculitis #> 2795 - - - - Multiple drug hypersensitivity syndrome #> 2796 - - - - Drug hypersensitivity of other specified type #> 2797 - - - - Drug hypersensitivity of unspecified type #> 2798 - - - Hypersensitivity to herbal and alternative medical therapies #> 2799 - - - Food hypersensitivity #> 2800 - - - - Food-induced gastrointestinal hypersensitivity #> 2801 - - - - Food-induced urticaria or angioedema #> 2802 - - - - Allergic contact dermatitis due to food allergen #> 2803 - - - - Other specified food hypersensitivity #> 2804 - - - - Food hypersensitivity, unspecified #> 2805 - - - Allergic or hypersensitivity reactions to arthropods #> 2806 - - - - Systemic allergic reaction due to Hymenoptera venom #> 2807 - - - - Cutaneous allergic or hypersensitivity reactions to Hymenoptera venom #> 2808 - - - - Cutaneous allergic or hypersensitivity reactions to arthropods #> 2809 - - - Other specified complex allergic or hypersensitivity conditions #> 2810 - - - Complex allergic or hypersensitivity conditions, unspecified #> 2811 - - Allergic or hypersensitivity conditions of other specified type #> 2812 - - Allergic or hypersensitivity conditions of unspecified type #> 2813 - Immune system disorders involving white cell lineages #> 2814 - - Disorders of neutrophil number #> 2815 - - - Neutropaenia #> 2816 - - - - Constitutional neutropaenia #> 2817 - - - - Acquired neutropaenia #> 2818 - - - - Neutropaenia, unspecified #> 2819 - - - Neutrophilia #> 2820 - - - - Constitutional neutrophilia #> 2821 - - - - Acquired neutrophilia #> 2822 - - - - Neutrophilia, unspecified #> 2823 - - - Other specified disorders of neutrophil number #> 2824 - - Disorders of neutrophil function #> 2825 - - - Constitutional disorders of neutrophil function #> 2826 - - - - Disorders of neutrophil adhesion #> 2827 - - - - Disorders of neutrophil chemotaxis #> 2828 - - - - Disorders of neutrophil granule formation or release #> 2829 - - - - Disorders of neutrophil oxidative metabolism #> 2830 - - - - Other specified constitutional disorders of neutrophil function #> 2831 - - - - Constitutional disorders of neutrophil function, unspecified #> 2832 - - - Acquired disorders of neutrophil function #> 2833 - - - Disorders of neutrophil function, unspecified #> 2834 - - Eosinopenia #> 2835 - - - Constitutional decrease in eosinophil number #> 2836 - - - Acquired decrease in eosinophil number #> 2837 - - - Eosinopenia, unspecified #> 2838 - - Eosinophilia #> 2839 - - - Constitutional eosinophilia #> 2840 - - - Acquired eosinophilia #> 2841 - - - Eosinophilia, unspecified #> 2842 - - Disorders with decreased monocyte counts #> 2843 - - Disorders with increased monocyte counts #> 2844 - - Acquired lymphopenia #> 2845 - - Acquired lymphocytosis #> 2846 - - Other specified immune system disorders involving white cell lineages #> 2847 - - Immune system disorders involving white cell lineages, unspecified #> 2848 - Certain disorders involving the immune system #> 2849 - - Sarcoidosis #> 2850 - - - Sarcoidosis of lung #> 2851 - - - Sarcoidosis of lymph nodes #> 2852 - - - Sarcoidosis of the digestive system #> 2853 - - - Neurosarcoidosis #> 2854 - - - Ocular sarcoidosis #> 2855 - - - Cutaneous sarcoidosis #> 2856 - - - Other specified sarcoidosis #> 2857 - - - Sarcoidosis, unspecified #> 2858 - - Polyclonal hypergammaglobulinaemia #> 2859 - - Cryoglobulinaemia #> 2860 - - Immune reconstitution inflammatory syndrome #> 2861 - - Graft-versus-host disease #> 2862 - - - Acute graft-versus-host disease #> 2863 - - - Chronic graft-versus-host disease #> 2864 - - - Other specified graft-versus-host disease #> 2865 - - - Graft-versus-host disease, unspecified #> 2866 - - Other specified disorders involving the immune system #> 2867 - Diseases of thymus #> 2868 - - Persistent hyperplasia of thymus #> 2869 - - Abscess of thymus #> 2870 - - Good syndrome #> 2871 - - Other specified diseases of thymus #> 2872 - - Diseases of thymus, unspecified #> 2873 - Other specified diseases of the immune system #> 2874 - Diseases of the immune system, unspecified #> 2875 Endocrine, nutritional or metabolic diseases #> 2876 - Endocrine diseases #> 2877 - - Disorders of the thyroid gland or thyroid hormones system #> 2878 - - - Hypothyroidism #> 2879 - - - - Congenital hypothyroidism #> 2880 - - - - - Permanent congenital hypothyroidism with diffuse goitre #> 2881 - - - - - Permanent congenital hypothyroidism without goitre #> 2882 - - - - - Pendred syndrome #> 2883 - - - - - Transient congenital hypothyroidism #> 2884 - - - - - Congenital hypothyroidism due to iodine deficiency #> 2885 - - - - - Other specified congenital hypothyroidism #> 2886 - - - - - Congenital hypothyroidism, unspecified #> 2887 - - - - Iodine-deficiency-related thyroid disorders or allied conditions #> 2888 - - - - - Iodine-deficiency-related diffuse goitre #> 2889 - - - - - Iodine-deficiency-related multinodular goitre #> 2890 - - - - - Iodine-deficiency-related thyroid disorders or allied conditions, unspecified #> 2891 - - - - Acquired hypothyroidism #> 2892 - - - - - Hypothyroidism due to medicaments or other exogenous substances #> 2893 - - - - - Myxoedema coma #> 2894 - - - - - Subclinical iodine-deficiency hypothyroidism #> 2895 - - - - - Other specified acquired hypothyroidism #> 2896 - - - - - Acquired hypothyroidism, unspecified #> 2897 - - - - Hypothyroidism, unspecified #> 2898 - - - Nontoxic goitre #> 2899 - - - - Nontoxic diffuse goitre #> 2900 - - - - Nontoxic single thyroid nodule #> 2901 - - - - Nontoxic multinodular goitre #> 2902 - - - - Nontoxic goitre, unspecified #> 2903 - - - Thyrotoxicosis #> 2904 - - - - Thyrotoxicosis with diffuse goitre #> 2905 - - - - Thyrotoxicosis with toxic single thyroid nodule #> 2906 - - - - Thyrotoxicosis with toxic multinodular goitre #> 2907 - - - - Thyrotoxicosis from ectopic thyroid tissue #> 2908 - - - - Thyrotoxicosis factitia #> 2909 - - - - Thyroid crisis #> 2910 - - - - Secondary hyperthyroidism #> 2911 - - - - Other specified thyrotoxicosis #> 2912 - - - - Thyrotoxicosis, unspecified #> 2913 - - - Thyroiditis #> 2914 - - - - Acute thyroiditis #> 2915 - - - - Subacute thyroiditis #> 2916 - - - - Autoimmune thyroiditis #> 2917 - - - - - Hashimoto thyroiditis #> 2918 - - - - - Painless thyroiditis #> 2919 - - - - - Other specified autoimmune thyroiditis #> 2920 - - - - - Autoimmune thyroiditis, unspecified #> 2921 - - - - Other specified thyroiditis #> 2922 - - - - Thyroiditis, unspecified #> 2923 - - - Hypersecretion of calcitonin #> 2924 - - - Generalised resistance to thyroid hormone #> 2925 - - - Sick-euthyroid syndrome #> 2926 - - - Other specified disorders of the thyroid gland or thyroid hormones system #> 2927 - - - Disorders of the thyroid gland or thyroid hormones system, unspecified #> 2928 - - Diabetes mellitus #> 2929 - - - Type 1 diabetes mellitus #> 2930 - - - Type 2 diabetes mellitus #> 2931 - - - Malnutrition-related diabetes mellitus #> 2932 - - - Diabetes mellitus, other specified type #> 2933 - - - - Diabetes mellitus due to genetic defects of beta cell function #> 2934 - - - - Diabetes mellitus due to genetic defects in insulin action #> 2935 - - - - Diabetes mellitus due to diseases of the exocrine pancreas #> 2936 - - - - Diabetes mellitus due to endocrinopathies #> 2937 - - - - Diabetes mellitus due to drug or chemical #> 2938 - - - - Diabetes mellitus due to uncommon forms of immune-mediated diabetes #> 2939 - - - - Diabetes mellitus due to other genetic syndromes #> 2940 - - - - Diabetes mellitus due to clinically defined subtypes or syndromes #> 2941 - - - - Diabetes mellitus due to other specified cause #> 2942 - - - Diabetes mellitus, type unspecified #> 2943 - - - Acute complications of diabetes mellitus #> 2944 - - - - Diabetic hyperosmolar hyperglycaemic state #> 2945 - - - - - Hyperosmolar hyperglycaemic state without coma #> 2946 - - - - - Hyperosmolar hyperglycaemic state with coma #> 2947 - - - - - Diabetic hyperosmolar hyperglycaemic state, unspecified #> 2948 - - - - Hypoglycaemia in the context of diabetes mellitus #> 2949 - - - - - Hypoglycaemia in the context of diabetes mellitus without coma #> 2950 - - - - - Hypoglycaemia in the context of diabetes mellitus with coma #> 2951 - - - - - Hypoglycaemia in the context of diabetes, unspecified #> 2952 - - - - Diabetic acidosis #> 2953 - - - - - Diabetic ketoacidosis without coma #> 2954 - - - - - Diabetic lactic acidosis #> 2955 - - - - - Diabetic metabolic acidosis #> 2956 - - - - - Diabetic ketoacidosis with coma #> 2957 - - - - - Other specified diabetic acidosis #> 2958 - - - - - Diabetic acidosis, unspecified #> 2959 - - - - Diabetic coma #> 2960 - - - - Uncontrolled or unstable diabetes mellitus #> 2961 - - - - Other specified acute complications of diabetes mellitus #> 2962 - - Other disorders of glucose regulation or pancreatic internal secretion #> 2963 - - - Intermediate hyperglycaemia #> 2964 - - - - Impaired fasting glucose #> 2965 - - - - Impaired glucose tolerance #> 2966 - - - - Other specified intermediate hyperglycaemia #> 2967 - - - - Intermediate hyperglycaemia, unspecified #> 2968 - - - Hypoglycaemia without associated diabetes #> 2969 - - - Increased secretion of glucagon #> 2970 - - - Abnormal secretion of gastrin #> 2971 - - - - Drug-induced hypergastrinaemia #> 2972 - - - - Zollinger-Ellison syndrome #> 2973 - - - - Other specified abnormal secretion of gastrin #> 2974 - - - - Abnormal secretion of gastrin, unspecified #> 2975 - - - Insulin-resistance syndromes #> 2976 - - - Persistent hyperinsulinaemic hypoglycaemia of infancy #> 2977 - - - Other specified disorders of glucose regulation or pancreatic internal secretion #> 2978 - - - Disorders of glucose regulation or pancreatic internal secretion, unspecified #> 2979 - - Disorders of the parathyroids or parathyroid hormone system #> 2980 - - - Hypoparathyroidism #> 2981 - - - - Hypoparathyroidism due to impaired parathyroid hormone secretion #> 2982 - - - - - Idiopathic hypoparathyroidism #> 2983 - - - - - Secondary hypoparathyroidism #> 2984 - - - - - Hypoparathyroidism due to destruction of the parathyroid glands #> 2985 - - - - - Autoimmune hypoparathyroidism #> 2986 - - - - - Other specified hypoparathyroidism due to impaired parathyroid hormone secretion #> 2987 - - - - - Hypoparathyroidism due to impaired parathyroid hormone secretion, unspecified #> 2988 - - - - Pseudohypoparathyroidism #> 2989 - - - - Other specified hypoparathyroidism #> 2990 - - - - Hypoparathyroidism, unspecified #> 2991 - - - Hyperparathyroidism #> 2992 - - - - Primary hyperparathyroidism #> 2993 - - - - Secondary hyperparathyroidism #> 2994 - - - - Familial hypocalciuric hypercalcaemia #> 2995 - - - - Other specified hyperparathyroidism #> 2996 - - - - Hyperparathyroidism, unspecified #> 2997 - - - Other specified disorders of the parathyroids or parathyroid hormone system #> 2998 - - - Disorders of the parathyroids or parathyroid hormone system, unspecified #> 2999 - - Disorders of the pituitary hormone system #> 3000 - - - Hyperfunction of pituitary gland #> 3001 - - - - Acromegaly or pituitary gigantism #> 3002 - - - - Hyperprolactinaemia #> 3003 - - - - Syndrome of inappropriate secretion of antidiuretic hormone #> 3004 - - - - - Nephrogenic syndrome of inappropriate antidiuresis #> 3005 - - - - - Other specified syndrome of inappropriate secretion of antidiuretic hormone #> 3006 - - - - - Syndrome of inappropriate secretion of antidiuretic hormone, unspecified #> 3007 - - - - Central precocious puberty #> 3008 - - - - Other specified hyperfunction of pituitary gland #> 3009 - - - - Hyperfunction of pituitary gland, unspecified #> 3010 - - - Hypofunction or certain other specified disorders of pituitary gland #> 3011 - - - - Hypopituitarism #> 3012 - - - - Adrenocorticotropic hormone deficiency #> 3013 - - - - Gonadotropin deficiency #> 3014 - - - - Growth hormone deficiency #> 3015 - - - - Thyroid stimulating hormone deficiency #> 3016 - - - - - Acquired central hypothyroidism #> 3017 - - - - - Congenital central hypothyroidism #> 3018 - - - - - Other specified thyroid stimulating hormone deficiency #> 3019 - - - - - Thyroid stimulating hormone deficiency, unspecified #> 3020 - - - - Central diabetes insipidus #> 3021 - - - - Oxytocin deficiency #> 3022 - - - - Other specified hypofunction or disorders of pituitary gland #> 3023 - - - Disorders of the pituitary hormone system, unspecified #> 3024 - - Disorders of the adrenal glands or adrenal hormone system #> 3025 - - - Cushing syndrome #> 3026 - - - - Pituitary-dependent Cushing disease #> 3027 - - - - Ectopic ACTH syndrome #> 3028 - - - - Pseudo-Cushing syndrome #> 3029 - - - - Nelson syndrome #> 3030 - - - - Other specified Cushing syndrome #> 3031 - - - - Cushing syndrome, unspecified #> 3032 - - - Adrenogenital disorders #> 3033 - - - - 46,XX disorders of sex development induced by androgens of fetal origin #> 3034 - - - - - Glucocorticoid resistance #> 3035 - - - - - Congenital adrenal hyperplasia #> 3036 - - - - - Other specified 46,XX disorders of sex development induced by androgens of fetal origin #> 3037 - - - - - 46,XX disorders of sex development induced by androgens of fetal origin, unspecified #> 3038 - - - - 46,XX disorders of sex development induced by androgens of maternal origin #> 3039 - - - - Other specified adrenogenital disorders #> 3040 - - - - Adrenogenital disorders, unspecified #> 3041 - - - Hyperaldosteronism #> 3042 - - - - Primary hyperaldosteronism #> 3043 - - - - Secondary hyperaldosteronism #> 3044 - - - - Hyperaldosteronism, unspecified #> 3045 - - - Hypoaldosteronism #> 3046 - - - Adrenocortical insufficiency #> 3047 - - - - Acquired adrenocortical insufficiency #> 3048 - - - - Adrenal crisis #> 3049 - - - - Other specified adrenocortical insufficiency #> 3050 - - - - Adrenocortical insufficiency, unspecified #> 3051 - - - Adrenomedullary hyperfunction #> 3052 - - - Certain specified disorders of adrenal gland #> 3053 - - - - Premature adrenarche #> 3054 - - - - Other specified disorders of adrenal gland #> 3055 - - - Disorders of the adrenal glands or adrenal hormone system, unspecified #> 3056 - - Disorders of the gonadal hormone system #> 3057 - - - Ovarian dysfunction #> 3058 - - - - Clinical hyperandrogenism #> 3059 - - - - Polycystic ovary syndrome #> 3060 - - - - Polycystic ovary #> 3061 - - - - Anovulation #> 3062 - - - - Oligo-ovulation #> 3063 - - - - Diminished ovarian reserve #> 3064 - - - - Other specified ovarian dysfunction #> 3065 - - - - Ovarian dysfunction, unspecified #> 3066 - - - Testicular dysfunction or testosterone-related disorders #> 3067 - - - - Testicular hyperfunction #> 3068 - - - - Testicular hypofunction #> 3069 - - - - Other specified testicular dysfunction or testosterone-related disorders #> 3070 - - - - Testicular dysfunction or testosterone-related disorders, unspecified #> 3071 - - - Disorders of the gonadal hormone system, unspecified #> 3072 - - Certain disorders of puberty #> 3073 - - - Disorder of puberty due to oestrogen resistance #> 3074 - - - Delayed puberty #> 3075 - - - Peripheral precocious puberty #> 3076 - - - Other disorders of puberty #> 3077 - - - Disorders of puberty, unspecified #> 3078 - - Polyglandular dysfunction #> 3079 - - - Autoimmune polyendocrinopathy #> 3080 - - - Polyglandular hyperfunction #> 3081 - - - Other specified polyglandular dysfunction #> 3082 - - - Polyglandular dysfunction, unspecified #> 3083 - - Endocrine disorders, not elsewhere classified #> 3084 - - - Carcinoid syndrome #> 3085 - - - Short stature, not elsewhere classified #> 3086 - - - Constitutional tall stature #> 3087 - - - Other specified endocrine disorders, not elsewhere classified #> 3088 - - Other specified endocrine diseases #> 3089 - - Endocrine diseases, unspecified #> 3090 - Nutritional disorders #> 3091 - - Undernutrition #> 3092 - - - Underweight in infants, children or adolescents #> 3093 - - - Wasting in infants, children or adolescents #> 3094 - - - Acute malnutrition in infants, children or adolescents #> 3095 - - - Stunting in infants, children or adolescents #> 3096 - - - Underweight in adults #> 3097 - - - Vitamin A deficiency #> 3098 - - - - Vitamin A deficiency with night blindness #> 3099 - - - - Vitamin A deficiency with conjunctival xerosis #> 3100 - - - - Vitamin A deficiency with conjunctival xerosis and Bitot's spots #> 3101 - - - - Vitamin A deficiency with corneal xerosis #> 3102 - - - - Vitamin A deficiency with corneal ulceration or keratomalacia #> 3103 - - - - Vitamin A deficiency with xerophthalmic scars of cornea or blindness #> 3104 - - - - Vitamin A deficiency with other specified manifestations #> 3105 - - - - Vitamin A deficiency, unspecified #> 3106 - - - Vitamin C deficiency #> 3107 - - - - Scurvy #> 3108 - - - - Other specified vitamin C deficiency #> 3109 - - - - Vitamin C deficiency, unspecified #> 3110 - - - Vitamin D deficiency #> 3111 - - - - Vitamin D deficiency rickets #> 3112 - - - - Vitamin D deficiency osteomalacia #> 3113 - - - - Other specified vitamin D deficiency #> 3114 - - - - Vitamin D deficiency, unspecified #> 3115 - - - Vitamin E deficiency #> 3116 - - - Vitamin K deficiency #> 3117 - - - Vitamin B1 deficiency #> 3118 - - - - Beriberi #> 3119 - - - - - Dry beriberi #> 3120 - - - - - Wet beriberi #> 3121 - - - - - Beriberi, unspecified #> 3122 - - - - Wernicke-Korsakoff Syndrome #> 3123 - - - - - Wernicke encephalopathy #> 3124 - - - - - Korsakoff syndrome #> 3125 - - - - - Other specified Wernicke-Korsakoff Syndrome #> 3126 - - - - - Wernicke-Korsakoff Syndrome, unspecified #> 3127 - - - - Other specified vitamin B1 deficiency #> 3128 - - - - Vitamin B1 deficiency, unspecified #> 3129 - - - Vitamin B2 deficiency #> 3130 - - - Vitamin B3 deficiency #> 3131 - - - - Pellagra #> 3132 - - - - Other specified vitamin B3 deficiency #> 3133 - - - - Vitamin B3 deficiency, unspecified #> 3134 - - - Vitamin B6 deficiency #> 3135 - - - Folate deficiency #> 3136 - - - Vitamin B12 deficiency #> 3137 - - - Biotin deficiency #> 3138 - - - Pantothenic acid deficiency #> 3139 - - - Choline deficiency #> 3140 - - - Mineral deficiencies #> 3141 - - - - Iron deficiency #> 3142 - - - - Calcium deficiency #> 3143 - - - - - Tetany due to acute calcium deficiency #> 3144 - - - - - Other specified calcium deficiency #> 3145 - - - - - Calcium deficiency, unspecified #> 3146 - - - - Zinc deficiency #> 3147 - - - - Iodine deficiency #> 3148 - - - - Fluorine deficiency #> 3149 - - - - Sodium chloride deficiency #> 3150 - - - - Copper deficiency #> 3151 - - - - Selenium deficiency #> 3152 - - - - Chromium deficiency #> 3153 - - - - Manganese deficiency #> 3154 - - - - Molybdenum deficiency #> 3155 - - - - Vanadium deficiency #> 3156 - - - - Other specified mineral deficiency #> 3157 - - - - Mineral deficiency, unspecified #> 3158 - - - Sequelae of malnutrition or certain specified nutritional deficiencies #> 3159 - - - - Sequelae of protein-energy malnutrition #> 3160 - - - - Sequelae of vitamin A deficiency #> 3161 - - - - Sequelae of vitamin C deficiency #> 3162 - - - - Sequelae of rickets #> 3163 - - - - Other specified sequelae of malnutrition or certain specified nutritional deficiencies #> 3164 - - - - Sequelae of malnutrition or certain specified nutritional deficiencies, unspecified #> 3165 - - - Essential fatty acid deficiency #> 3166 - - - Protein deficiency #> 3167 - - - Other specified undernutrition #> 3168 - - - Unspecified undernutrition #> 3169 - - Overweight, obesity or specific nutrient excesses #> 3170 - - - Overweight or obesity #> 3171 - - - - Overweight or localised adiposity #> 3172 - - - - - Overweight #> 3173 - - - - - - Overweight in infants, children or adolescents #> 3174 - - - - - - Overweight in adults #> 3175 - - - - - - Overweight, unspecified #> 3176 - - - - - Localised adiposity #> 3177 - - - - Obesity #> 3178 - - - - - Obesity due to energy imbalance #> 3179 - - - - - - Obesity in children or adolescents #> 3180 - - - - - - Obesity in adults #> 3181 - - - - - Drug-induced obesity #> 3182 - - - - - Other specified obesity #> 3183 - - - - - Obesity, unspecified #> 3184 - - - Certain specified nutrient excesses #> 3185 - - - - Vitamin excesses #> 3186 - - - - - Hypervitaminosis A #> 3187 - - - - - Hypercarotenaemia #> 3188 - - - - - Hypervitaminosis D #> 3189 - - - - - Megavitamin-B6 syndrome #> 3190 - - - - - Other specified vitamin excess #> 3191 - - - - - Unspecified vitamin excesses #> 3192 - - - - Mineral excesses #> 3193 - - - - - Hypercalcaemia #> 3194 - - - - - Zinc excess #> 3195 - - - - - Sodium chloride excess #> 3196 - - - - - Fluorine excess #> 3197 - - - - - Aluminium excess #> 3198 - - - - - Manganese excess #> 3199 - - - - - Other specified mineral excess #> 3200 - - - - - Unspecified mineral excess #> 3201 - - - - Other specified nutrient excesses #> 3202 - - - - Certain specified nutrient excesses, unspecified #> 3203 - - - Other specified overweight, obesity or specific nutrient excesses #> 3204 - - - Overweight, obesity or specific nutrient excesses, unspecified #> 3205 - - Other specified nutritional disorders #> 3206 - - Nutritional disorders, unspecified #> 3207 - Metabolic disorders #> 3208 - - Inborn errors of metabolism #> 3209 - - - Inborn errors of amino acid or other organic acid metabolism #> 3210 - - - - Phenylketonuria #> 3211 - - - - - Classical phenylketonuria #> 3212 - - - - - Nonclassical phenylketonuria #> 3213 - - - - - Embryofetopathy due to maternal phenylketonuria #> 3214 - - - - - Other specified phenylketonuria #> 3215 - - - - - Phenylketonuria, unspecified #> 3216 - - - - Disorders of tyrosine metabolism #> 3217 - - - - - Alkaptonuria #> 3218 - - - - - Tyrosinaemia type 1 #> 3219 - - - - - Tyrosinaemia type 2 #> 3220 - - - - - Other specified disorders of tyrosine metabolism #> 3221 - - - - - Disorders of tyrosine metabolism, unspecified #> 3222 - - - - Disorders of histidine metabolism #> 3223 - - - - - Histidinaemia #> 3224 - - - - - Urocanic aciduria #> 3225 - - - - - Other specified disorders of histidine metabolism #> 3226 - - - - - Disorders of histidine metabolism, unspecified #> 3227 - - - - Disorders of tryptophan metabolism #> 3228 - - - - Disorders of lysine or hydroxylysine metabolism #> 3229 - - - - Disorders of the gamma-glutamyl cycle #> 3230 - - - - Disorders of serine metabolism #> 3231 - - - - Disorders of glycine metabolism #> 3232 - - - - - Glycine encephalopathy #> 3233 - - - - - Sarcosinaemia #> 3234 - - - - - Other specified disorders of glycine metabolism #> 3235 - - - - - Disorders of glycine metabolism, unspecified #> 3236 - - - - Disorders of proline or hydroxyproline metabolism #> 3237 - - - - Disorders of ornithine metabolism #> 3238 - - - - Disorders of urea cycle metabolism #> 3239 - - - - - Argininosuccinic aciduria #> 3240 - - - - - Carbamoylphosphate synthetase deficiency #> 3241 - - - - - Argininaemia #> 3242 - - - - - Citrullinaemia #> 3243 - - - - - Other specified disorders of urea cycle metabolism #> 3244 - - - - - Disorders of urea cycle metabolism, unspecified #> 3245 - - - - Disorders of methionine cycle or sulphur amino acid metabolism #> 3246 - - - - Disorders of beta or omega amino acid metabolism #> 3247 - - - - Disorders of branched-chain amino acid metabolism #> 3248 - - - - - Maple-syrup-urine disease #> 3249 - - - - - Other specified disorders of branched-chain amino acid metabolism #> 3250 - - - - - Disorders of branched-chain amino acid metabolism, unspecified #> 3251 - - - - Organic aciduria #> 3252 - - - - - Classical organic aciduria #> 3253 - - - - - Cerebral organic aciduria #> 3254 - - - - - Other specified organic aciduria #> 3255 - - - - - Organic aciduria, unspecified #> 3256 - - - - Disorders of peptide metabolism #> 3257 - - - - - Prolidase deficiency #> 3258 - - - - - Carnosinaemia #> 3259 - - - - - Homocarnosinosis #> 3260 - - - - - Other specified disorders of peptide metabolism #> 3261 - - - - - Disorders of peptide metabolism, unspecified #> 3262 - - - - Trimethylaminuria #> 3263 - - - - Other specified inborn errors of amino acid or other organic acid metabolism #> 3264 - - - - Inborn errors of amino acid or other organic acid metabolism, unspecified #> 3265 - - - Inborn errors of carbohydrate metabolism #> 3266 - - - - Disorders of the pentose phosphate pathway #> 3267 - - - - Disorders of glycerol metabolism #> 3268 - - - - Disorders of glyoxylate metabolism #> 3269 - - - - - Primary hyperoxaluria type 1 #> 3270 - - - - - Other specified disorders of glyoxylate metabolism #> 3271 - - - - - Disorders of glyoxylate metabolism, unspecified #> 3272 - - - - Glycogen storage disease #> 3273 - - - - Disorders of galactose metabolism #> 3274 - - - - - Galactose-1-phosphate uridyltransferase deficiency #> 3275 - - - - - Galactokinase deficiency #> 3276 - - - - - Glucose or galactose intolerance of newborn #> 3277 - - - - - Other specified disorders of galactose metabolism #> 3278 - - - - - Disorders of galactose metabolism, unspecified #> 3279 - - - - Disorders of fructose metabolism #> 3280 - - - - - Hereditary fructose intolerance #> 3281 - - - - - Other specified disorders of fructose metabolism #> 3282 - - - - - Disorders of fructose metabolism, unspecified #> 3283 - - - - Other specified inborn errors of carbohydrate metabolism #> 3284 - - - - Inborn errors of carbohydrate metabolism, unspecified #> 3285 - - - Inborn errors of lipid metabolism #> 3286 - - - - Inborn errors of fatty acid oxidation or ketone body metabolism #> 3287 - - - - - Disorders of carnitine transport or the carnitine cycle #> 3288 - - - - - Disorders of mitochondrial fatty acid oxidation #> 3289 - - - - - Disorders of ketone body metabolism #> 3290 - - - - - Sjögren-Larsson syndrome #> 3291 - - - - - Other specified inborn errors of fatty acid oxidation or ketone body metabolism #> 3292 - - - - - Inborn errors of fatty acid oxidation or ketone body metabolism, unspecified #> 3293 - - - - Inborn errors of sterol metabolism #> 3294 - - - - - Disorders of cholesterol synthesis #> 3295 - - - - - Bile acid synthesis defect with cholestasis #> 3296 - - - - - Other specified inborn errors of sterol metabolism #> 3297 - - - - - Inborn errors of sterol metabolism, unspecified #> 3298 - - - - Neutral lipid storage disease #> 3299 - - - - Other specified inborn errors of lipid metabolism #> 3300 - - - - Inborn errors of lipid metabolism, unspecified #> 3301 - - - Inborn errors of energy metabolism #> 3302 - - - - Disorders of pyruvate metabolism #> 3303 - - - - - Pyruvate kinase deficiency #> 3304 - - - - - Lactate dehydrogenase deficiency #> 3305 - - - - - Pyruvate dehydrogenase complex deficiency #> 3306 - - - - - Pyruvate carboxylase deficiency #> 3307 - - - - - Other specified disorders of pyruvate metabolism #> 3308 - - - - - Disorders of pyruvate metabolism, unspecified #> 3309 - - - - Disorders of the citric acid cycle #> 3310 - - - - Disorders of mitochondrial oxidative phosphorylation #> 3311 - - - - - Mitochondrial DNA depletion syndromes #> 3312 - - - - - Multiple mitochondrial DNA deletion syndromes #> 3313 - - - - - Coenzyme Q10 deficiency #> 3314 - - - - - Mitochondrial protein translation defects #> 3315 - - - - - Leigh syndrome #> 3316 - - - - - Isolated ATP synthase deficiency #> 3317 - - - - - Other specified disorders of mitochondrial oxidative phosphorylation #> 3318 - - - - - Disorders of mitochondrial oxidative phosphorylation, unspecified #> 3319 - - - - Disorders of mitochondrial membrane transport #> 3320 - - - - - Mitochondrial substrate carrier disorders #> 3321 - - - - - Mitochondrial protein import disorders #> 3322 - - - - - Other specified disorders of mitochondrial membrane transport #> 3323 - - - - - Disorders of mitochondrial membrane transport, unspecified #> 3324 - - - - Disorders of creatine metabolism #> 3325 - - - - Other specified inborn errors of energy metabolism #> 3326 - - - - Inborn errors of energy metabolism, unspecified #> 3327 - - - Inborn errors of glycosylation or other specified protein modification #> 3328 - - - - Disorders of protein N-glycosylation #> 3329 - - - - Disorders of protein O-glycosylation #> 3330 - - - - Disorders of multiple glycosylation or other pathways #> 3331 - - - - Other specified congenital disorders of glycosylation and protein modification #> 3332 - - - - Congenital disorders of glycosylation and protein modification, unspecified #> 3333 - - - Inborn errors of purine, pyrimidine or nucleotide metabolism #> 3334 - - - - Disorders of purine metabolism #> 3335 - - - - - Xanthinuria #> 3336 - - - - - Lesch-Nyhan syndrome #> 3337 - - - - - Other specified disorders of purine metabolism #> 3338 - - - - - Disorders of purine metabolism, unspecified #> 3339 - - - - Disorders of pyrimidine metabolism #> 3340 - - - - Disorders of nucleotide metabolism #> 3341 - - - - Other specified inborn errors of purine, pyrimidine or nucleotide metabolism #> 3342 - - - - Inborn errors of purine, pyrimidine or nucleotide metabolism, unspecified #> 3343 - - - Lysosomal diseases #> 3344 - - - - Sphingolipidosis #> 3345 - - - - - Gangliosidosis #> 3346 - - - - - Fabry disease #> 3347 - - - - - Metachromatic leukodystrophy #> 3348 - - - - - Other specified sphingolipidosis #> 3349 - - - - - Sphingolipidosis, unspecified #> 3350 - - - - Neuronal ceroid lipofuscinosis #> 3351 - - - - Glycoproteinosis #> 3352 - - - - - Mucolipidosis #> 3353 - - - - - Oligosaccharidosis #> 3354 - - - - - Other specified glycoproteinosis #> 3355 - - - - - Glycoproteinosis, unspecified #> 3356 - - - - Mucopolysaccharidosis #> 3357 - - - - - Mucopolysaccharidosis type 1 #> 3358 - - - - - Mucopolysaccharidosis type 2 #> 3359 - - - - - Mucopolysaccharidosis type 4 #> 3360 - - - - - Mucopolysaccharidosis type 6 #> 3361 - - - - - Other specified mucopolysaccharidosis #> 3362 - - - - - Mucopolysaccharidosis, unspecified #> 3363 - - - - Disorders of sialic acid metabolism #> 3364 - - - - Other specified lysosomal diseases #> 3365 - - - - Lysosomal diseases, unspecified #> 3366 - - - Peroxisomal diseases #> 3367 - - - - Disorders of peroxisome biogenesis #> 3368 - - - - Disorders of peroxisomal alpha-, beta- or omega-oxidation #> 3369 - - - - Other specified peroxisomal diseases #> 3370 - - - - Peroxisomal diseases, unspecified #> 3371 - - - Inborn errors of porphyrin or heme metabolism #> 3372 - - - - Disorders of bilirubin metabolism or excretion #> 3373 - - - - - Crigler-Najjar syndrome #> 3374 - - - - - Gilbert syndrome #> 3375 - - - - - Dubin-Johnson syndrome #> 3376 - - - - - Progressive familial intrahepatic cholestasis #> 3377 - - - - - Benign recurrent intrahepatic cholestasis #> 3378 - - - - - Other specified disorders of bilirubin metabolism or excretion #> 3379 - - - - - Disorders of bilirubin metabolism or excretion, unspecified #> 3380 - - - - Porphyrias #> 3381 - - - - - Porphyria cutanea tarda #> 3382 - - - - - Erythropoietic porphyrias #> 3383 - - - - - Variegate porphyria #> 3384 - - - - - Other specified porphyrias #> 3385 - - - - - Porphyrias, unspecified #> 3386 - - - - Other specified inborn errors of porphyrin or heme metabolism #> 3387 - - - - Inborn errors of porphyrin or heme metabolism, unspecified #> 3388 - - - Inborn errors of neurotransmitter metabolism #> 3389 - - - - Disorders of biogenic amine metabolism #> 3390 - - - - - Disorders of catecholamine synthesis #> 3391 - - - - - Disorders of pterin metabolism #> 3392 - - - - - Other specified disorders of biogenic amine metabolism #> 3393 - - - - - Disorders of biogenic amine metabolism, unspecified #> 3394 - - - - Disorders of gamma aminobutyric acid metabolism #> 3395 - - - - Disorders of pyridoxine metabolism #> 3396 - - - - Other specified inborn errors of neurotransmitter metabolism #> 3397 - - - - Inborn errors of neurotransmitter metabolism, unspecified #> 3398 - - - Alpha-1-antitrypsin deficiency #> 3399 - - - Other specified inborn errors of metabolism #> 3400 - - - Inborn errors of metabolism, unspecified #> 3401 - - Disorders of metabolite absorption or transport #> 3402 - - - Disorders of amino acid absorption or transport #> 3403 - - - - Oculocerebrorenal syndrome #> 3404 - - - - Cystinosis #> 3405 - - - - Cystinuria #> 3406 - - - - Other specified disorders of amino acid absorption or transport #> 3407 - - - - Disorders of amino acid absorption or transport, unspecified #> 3408 - - - Disorders of carbohydrate absorption or transport #> 3409 - - - - Glucose-galactose malabsorption #> 3410 - - - - Maltase-glucoamylase deficiency #> 3411 - - - - Congenital sucrase-isomaltase deficiency #> 3412 - - - - Alpha, alpha trehalase deficiency #> 3413 - - - - Acquired monosaccharide malabsorption #> 3414 - - - - - Fructose malabsorption #> 3415 - - - - - Other specified acquired monosaccharide malabsorption #> 3416 - - - - - Acquired monosaccharide malabsorption, unspecified #> 3417 - - - - Disorders of facilitated glucose transport #> 3418 - - - - Lactose intolerance #> 3419 - - - - - Primary lactase deficiency #> 3420 - - - - - Congenital lactase deficiency #> 3421 - - - - - Secondary lactase deficiency #> 3422 - - - - - Lactose intolerance, unspecified #> 3423 - - - - Other specified disorders of carbohydrate absorption or transport #> 3424 - - - - Disorders of carbohydrate absorption or transport, unspecified #> 3425 - - - Disorders of lipid absorption or transport #> 3426 - - - Disorders of vitamin or non-protein cofactor absorption or transport #> 3427 - - - - Disorders of cobalamin metabolism or transport #> 3428 - - - - Disorders of folate metabolism or transport #> 3429 - - - - Disorders of vitamin D metabolism or transport #> 3430 - - - - - Hypocalcaemic vitamin D dependent rickets #> 3431 - - - - - Hypocalcaemic vitamin D resistant rickets #> 3432 - - - - - Hypophosphataemic rickets #> 3433 - - - - - Other specified disorders of vitamin D metabolism or transport #> 3434 - - - - - Disorders of vitamin D metabolism or transport, unspecified #> 3435 - - - - Other specified disorders of vitamin or non-protein cofactor absorption or transport #> 3436 - - - - Disorders of vitamin or non-protein cofactor absorption or transport, unspecified #> 3437 - - - Disorders of mineral absorption or transport #> 3438 - - - - Disorders of copper metabolism #> 3439 - - - - - Wilson disease #> 3440 - - - - - Other specified disorders of copper metabolism #> 3441 - - - - - Disorders of copper metabolism, unspecified #> 3442 - - - - Disorders of iron metabolism #> 3443 - - - - - Iron overload diseases #> 3444 - - - - - Other specified disorders of iron metabolism #> 3445 - - - - - Disorders of iron metabolism, unspecified #> 3446 - - - - Disorders of zinc metabolism #> 3447 - - - - - Acrodermatitis enteropathica #> 3448 - - - - - Zinc deficiency syndromes #> 3449 - - - - - Other specified disorders of zinc metabolism #> 3450 - - - - - Disorders of zinc metabolism, unspecified #> 3451 - - - - Disorders of phosphorus metabolism or phosphatases #> 3452 - - - - Disorders of magnesium metabolism #> 3453 - - - - - Hypermagnesaemia #> 3454 - - - - - Hypomagnesaemia #> 3455 - - - - - Disorders of magnesium metabolism, unspecified #> 3456 - - - - Disorders of calcium metabolism #> 3457 - - - - Disorders of sodium metabolism #> 3458 - - - - Disorders of chloride metabolism #> 3459 - - - - Disorders of other specified mineral absorption and transport #> 3460 - - - - Disorders of mineral absorption or transport, unspecified #> 3461 - - - Other specified disorders of metabolite absorption or transport #> 3462 - - - Disorders of metabolite absorption or transport, unspecified #> 3463 - - Disorders of fluid, electrolyte or acid-base balance #> 3464 - - - Volume depletion #> 3465 - - - - Dehydration #> 3466 - - - - Hypovolaemia #> 3467 - - - - Other specified volume depletion #> 3468 - - - - Volume depletion, unspecified #> 3469 - - - Hyperosmolality or hypernatraemia #> 3470 - - - Hypo-osmolality or hyponatraemia #> 3471 - - - Acidosis #> 3472 - - - - Acute respiratory acidosis #> 3473 - - - - Chronic respiratory acidosis #> 3474 - - - - Anion gap metabolic acidosis #> 3475 - - - - Other specified acidosis #> 3476 - - - - Acidosis, unspecified #> 3477 - - - Alkalosis #> 3478 - - - Mixed disorder of acid-base balance #> 3479 - - - Hyperkalaemia #> 3480 - - - Hypokalaemia #> 3481 - - - Fluid overload #> 3482 - - - Other specified disorders of fluid, electrolyte or acid-base balance #> 3483 - - - Disorders of fluid, electrolyte or acid-base balance, unspecified #> 3484 - - Disorders of lipoprotein metabolism or certain specified lipidaemias #> 3485 - - - Hyperlipoproteinaemia #> 3486 - - - - Hypercholesterolaemia #> 3487 - - - - - Primary hypercholesterolaemia #> 3488 - - - - - Secondary hypercholesterolaemia #> 3489 - - - - - Hypercholesterolaemia, unspecified #> 3490 - - - - Hypertriglyceridaemia #> 3491 - - - - Mixed hyperlipidaemia #> 3492 - - - - Hyperalphalipoproteinaemia #> 3493 - - - - Other specified hyperlipoproteinaemia #> 3494 - - - - Hyperlipoproteinaemia, unspecified #> 3495 - - - Hypolipoproteinaemia #> 3496 - - - - Hypoalphalipoproteinaemia #> 3497 - - - - Hypobetalipoproteinaemia #> 3498 - - - - Other specified hypolipoproteinaemia #> 3499 - - - - Hypolipoproteinaemia, unspecified #> 3500 - - - Other specified disorders of lipoprotein metabolism or lipidaemias #> 3501 - - - Unspecified disorders of lipoprotein metabolism or lipidaemias #> 3502 - - Metabolic or transporter liver disease #> 3503 - - - Liver diseases due to urea cycle defects #> 3504 - - - Liver diseases due to disorders of porphyrin or bilirubin metabolism or transport #> 3505 - - - Liver diseases due to disorders of amino acid metabolism #> 3506 - - - Liver disease due to disorders of lysosomal storage #> 3507 - - - Liver diseases due to mitochondrial disorders #> 3508 - - - Liver diseases due to disorders of mineral metabolism #> 3509 - - - Other specified metabolic or transporter liver disease #> 3510 - - - Metabolic or transporter liver disease, unspecified #> 3511 - - Other metabolic disorders #> 3512 - - - Amyloidosis #> 3513 - - - - AL amyloidosis #> 3514 - - - - AA amyloidosis #> 3515 - - - - Hereditary amyloidosis #> 3516 - - - - - Hereditary ATTR amyloidosis #> 3517 - - - - - Non-neuropathic heredofamilial amyloidosis #> 3518 - - - - - Other specified hereditary amyloidosis #> 3519 - - - - - Hereditary amyloidosis, unspecified #> 3520 - - - - Dialysis-associated amyloidosis #> 3521 - - - - Other specified amyloidosis #> 3522 - - - - Amyloidosis, unspecified #> 3523 - - - Tumour lysis syndrome #> 3524 - - - Other specified metabolic disorders #> 3525 - - Metabolic disorders, unspecified #> 3526 - Postprocedural endocrine or metabolic disorders #> 3527 - - Postprocedural hypothyroidism #> 3528 - - - Postirridation hypothyroidism #> 3529 - - - - Hypothyroidism postradioactive iodine ablation #> 3530 - - - - Other specified postirridation hypothyroidism #> 3531 - - - - Postirridation hypothyroidism, unspecified #> 3532 - - - Other specified postprocedural hypothyroidism #> 3533 - - - Postprocedural hypothyroidism, unspecified #> 3534 - - Postprocedural hypoinsulinaemia #> 3535 - - Postprocedural hypoparathyroidism #> 3536 - - Postprocedural hypopituitarism #> 3537 - - Postprocedural ovarian failure #> 3538 - - Postprocedural testicular hypofunction #> 3539 - - Postprocedural adrenocortical hypofunction #> 3540 Mental, behavioural or neurodevelopmental disorders #> 3541 - Neurodevelopmental disorders #> 3542 - - Disorders of intellectual development #> 3543 - - - Disorder of intellectual development, mild #> 3544 - - - Disorder of intellectual development, moderate #> 3545 - - - Disorder of intellectual development, severe #> 3546 - - - Disorder of intellectual development, profound #> 3547 - - - Disorder of intellectual development, provisional #> 3548 - - - Disorders of intellectual development, unspecified #> 3549 - - Developmental speech or language disorders #> 3550 - - - Developmental speech sound disorder #> 3551 - - - Developmental speech fluency disorder #> 3552 - - - Developmental language disorder #> 3553 - - - - Developmental language disorder with impairment of receptive and expressive language #> 3554 - - - - Developmental language disorder with impairment of mainly expressive language #> 3555 - - - - Developmental language disorder with impairment of mainly pragmatic language #> 3556 - - - - Developmental language disorder, with other specified language impairment #> 3557 - - - Other specified developmental speech or language disorders #> 3558 - - - Developmental speech or language disorders, unspecified #> 3559 - - Autism spectrum disorder #> 3560 - - - Autism spectrum disorder without disorder of intellectual development and with mild or no impairment of functional language #> 3561 - - - Autism spectrum disorder with disorder of intellectual development and with mild or no impairment of functional language #> 3562 - - - Autism spectrum disorder without disorder of intellectual development and with impaired functional language #> 3563 - - - Autism spectrum disorder with disorder of intellectual development and with impaired functional language #> 3564 - - - Autism spectrum disorder with disorder of intellectual development and with absence of functional language #> 3565 - - - Other specified autism spectrum disorder #> 3566 - - - Autism spectrum disorder, unspecified #> 3567 - - Developmental learning disorder #> 3568 - - - Developmental learning disorder with impairment in reading #> 3569 - - - Developmental learning disorder with impairment in written expression #> 3570 - - - Developmental learning disorder with impairment in mathematics #> 3571 - - - Developmental learning disorder with other specified impairment of learning #> 3572 - - - Developmental learning disorder, unspecified #> 3573 - - Developmental motor coordination disorder #> 3574 - - Attention deficit hyperactivity disorder #> 3575 - - - Attention deficit hyperactivity disorder, predominantly inattentive presentation #> 3576 - - - Attention deficit hyperactivity disorder, predominantly hyperactive-impulsive presentation #> 3577 - - - Attention deficit hyperactivity disorder, combined presentation #> 3578 - - - Attention deficit hyperactivity disorder, other specified presentation #> 3579 - - - Attention deficit hyperactivity disorder, presentation unspecified #> 3580 - - Stereotyped movement disorder #> 3581 - - - Stereotyped movement disorder without self-injury #> 3582 - - - Stereotyped movement disorder with self-injury #> 3583 - - - Stereotyped movement disorder, unspecified #> 3584 - - Other specified neurodevelopmental disorders #> 3585 - - Neurodevelopmental disorders, unspecified #> 3586 - Schizophrenia or other primary psychotic disorders #> 3587 - - Schizophrenia #> 3588 - - - Schizophrenia, first episode #> 3589 - - - - Schizophrenia, first episode, currently symptomatic #> 3590 - - - - Schizophrenia, first episode, in partial remission #> 3591 - - - - Schizophrenia, first episode, in full remission #> 3592 - - - - Schizophrenia, first episode, unspecified #> 3593 - - - Schizophrenia, multiple episodes #> 3594 - - - - Schizophrenia, multiple episodes, currently symptomatic #> 3595 - - - - Schizophrenia, multiple episodes, in partial remission #> 3596 - - - - Schizophrenia, multiple episodes, in full remission #> 3597 - - - - Schizophrenia, multiple episodes, unspecified #> 3598 - - - Schizophrenia, continuous #> 3599 - - - - Schizophrenia, continuous, currently symptomatic #> 3600 - - - - Schizophrenia, continuous, in partial remission #> 3601 - - - - Schizophrenia, continuous, in full remission #> 3602 - - - - Schizophrenia, continuous, unspecified #> 3603 - - - Other specified episode of schizophrenia #> 3604 - - - Schizophrenia, episode unspecified #> 3605 - - Schizoaffective disorder #> 3606 - - - Schizoaffective disorder, first episode #> 3607 - - - - Schizoaffective disorder, first episode, currently symptomatic #> 3608 - - - - Schizoaffective disorder, first episode, in partial remission #> 3609 - - - - Schizoaffective disorder, first episode, in full remission #> 3610 - - - - Schizoaffective disorder, first episode, unspecified #> 3611 - - - Schizoaffective disorder, multiple episodes #> 3612 - - - - Schizoaffective disorder, multiple episodes, currently symptomatic #> 3613 - - - - Schizoaffective disorder, multiple episodes, in partial remission #> 3614 - - - - Schizoaffective disorder, multiple episodes, in full remission #> 3615 - - - - Schizoaffective disorder, multiple episodes, unspecified #> 3616 - - - Schizoaffective disorder, continuous #> 3617 - - - - Schizoaffective disorder, continuous, currently symptomatic #> 3618 - - - - Schizoaffective disorder, continuous, in partial remission #> 3619 - - - - Schizoaffective disorder, continuous, in full remission #> 3620 - - - - Schizoaffective disorder, continuous, unspecified #> 3621 - - - Other specified schizoaffective disorder #> 3622 - - - Schizoaffective disorder, unspecified #> 3623 - - Schizotypal disorder #> 3624 - - Acute and transient psychotic disorder #> 3625 - - - Acute and transient psychotic disorder, first episode #> 3626 - - - - Acute and transient psychotic disorder, first episode, currently symptomatic #> 3627 - - - - Acute and transient psychotic disorder, first episode, in partial remission #> 3628 - - - - Acute and transient psychotic disorder, first episode, in full remission #> 3629 - - - - Acute and transient psychotic disorder, first episode, unspecified #> 3630 - - - Acute and transient psychotic disorder, multiple episodes #> 3631 - - - - Acute and transient psychotic disorder, multiple episodes, currently symptomatic #> 3632 - - - - Acute and transient psychotic disorder, multiple episodes, in partial remission #> 3633 - - - - Acute and transient psychotic disorder, multiple episodes, in full remission #> 3634 - - - - Acute and transient psychotic disorder, multiple episodes, unspecified #> 3635 - - - Other specified acute and transient psychotic disorder #> 3636 - - - Acute and transient psychotic disorder, unspecified #> 3637 - - Delusional disorder #> 3638 - - - Delusional disorder, currently symptomatic #> 3639 - - - Delusional disorder, in partial remission #> 3640 - - - Delusional disorder, in full remission #> 3641 - - - Delusional disorder, unspecified #> 3642 - - Symptomatic manifestations of primary psychotic disorders #> 3643 - - - Positive symptoms in primary psychotic disorders #> 3644 - - - Negative symptoms in primary psychotic disorders #> 3645 - - - Depressive mood symptoms in primary psychotic disorders #> 3646 - - - Manic mood symptoms in primary psychotic disorders #> 3647 - - - Psychomotor symptoms in primary psychotic disorders #> 3648 - - - Cognitive symptoms in primary psychotic disorders #> 3649 - - Other specified primary psychotic disorder #> 3650 - - Schizophrenia or other primary psychotic disorders, unspecified #> 3651 - Catatonia #> 3652 - - Catatonia associated with another mental disorder #> 3653 - - Catatonia induced by substances or medications #> 3654 - - Catatonia, unspecified #> 3655 - Mood disorders #> 3656 - - Bipolar or related disorders #> 3657 - - - Bipolar type I disorder #> 3658 - - - - Bipolar type I disorder, current episode manic, without psychotic symptoms #> 3659 - - - - Bipolar type I disorder, current episode manic, with psychotic symptoms #> 3660 - - - - Bipolar type I disorder, current episode hypomanic #> 3661 - - - - Bipolar type I disorder, current episode depressive, mild #> 3662 - - - - Bipolar type I disorder, current episode depressive, moderate without psychotic symptoms #> 3663 - - - - Bipolar type I disorder, current episode depressive, moderate with psychotic symptoms #> 3664 - - - - Bipolar type I disorder, current episode depressive, severe without psychotic symptoms #> 3665 - - - - Bipolar type I disorder, current episode depressive, severe with psychotic symptoms #> 3666 - - - - Bipolar type I disorder, current episode depressive, unspecified severity #> 3667 - - - - Bipolar type I disorder, current episode mixed, without psychotic symptoms #> 3668 - - - - Bipolar type I disorder, current episode mixed, with psychotic symptoms #> 3669 - - - - Bipolar type I disorder, currently in partial remission, most recent episode manic or hypomanic #> 3670 - - - - Bipolar type I disorder, currently in partial remission, most recent episode depressive #> 3671 - - - - Bipolar type I disorder, currently in partial remission, most recent episode mixed #> 3672 - - - - Bipolar type I disorder, currently in partial remission, most recent episode unspecified #> 3673 - - - - Bipolar type I disorder, currently in full remission #> 3674 - - - - Other specified bipolar type I disorder #> 3675 - - - - Bipolar type I disorder, unspecified #> 3676 - - - Bipolar type II disorder #> 3677 - - - - Bipolar type II disorder, current episode hypomanic #> 3678 - - - - Bipolar type II disorder, current episode depressive, mild #> 3679 - - - - Bipolar type II disorder, current episode depressive, moderate without psychotic symptoms #> 3680 - - - - Bipolar type II disorder, current episode depressive, moderate with psychotic symptoms #> 3681 - - - - Bipolar type II disorder, current episode depressive, severe without psychotic symptoms #> 3682 - - - - Bipolar type II disorder, current episode depressive, severe with psychotic symptoms #> 3683 - - - - Bipolar type II disorder, current episode depressive, unspecified severity #> 3684 - - - - Bipolar type II disorder, currently in partial remission, most recent episode hypomanic #> 3685 - - - - Bipolar type II disorder, currently in partial remission, most recent episode depressive #> 3686 - - - - Bipolar type II disorder, currently in partial remission, most recent episode unspecified #> 3687 - - - - Bipolar type II disorder, currently in full remission #> 3688 - - - - Other specified bipolar type II disorder #> 3689 - - - - Bipolar type II disorder, unspecified #> 3690 - - - Cyclothymic disorder #> 3691 - - - Other specified bipolar or related disorders #> 3692 - - - Bipolar or related disorders, unspecified #> 3693 - - Depressive disorders #> 3694 - - - Single episode depressive disorder #> 3695 - - - - Single episode depressive disorder, mild #> 3696 - - - - Single episode depressive disorder, moderate, without psychotic symptoms #> 3697 - - - - Single episode depressive disorder, moderate, with psychotic symptoms #> 3698 - - - - Single episode depressive disorder, severe, without psychotic symptoms #> 3699 - - - - Single episode depressive disorder, severe, with psychotic symptoms #> 3700 - - - - Single episode depressive disorder, unspecified severity #> 3701 - - - - Single episode depressive disorder, currently in partial remission #> 3702 - - - - Single episode depressive disorder, currently in full remission #> 3703 - - - - Other specified single episode depressive disorder #> 3704 - - - - Single episode depressive disorder, unspecified #> 3705 - - - Recurrent depressive disorder #> 3706 - - - - Recurrent depressive disorder, current episode mild #> 3707 - - - - Recurrent depressive disorder, current episode moderate, without psychotic symptoms #> 3708 - - - - Recurrent depressive disorder, current episode moderate, with psychotic symptoms #> 3709 - - - - Recurrent depressive disorder, current episode severe, without psychotic symptoms #> 3710 - - - - Recurrent depressive disorder, current episode severe, with psychotic symptoms #> 3711 - - - - Recurrent depressive disorder, current episode, unspecified severity #> 3712 - - - - Recurrent depressive disorder, currently in partial remission #> 3713 - - - - Recurrent depressive disorder, currently in full remission #> 3714 - - - - Other specified recurrent depressive disorder #> 3715 - - - - Recurrent depressive disorder, unspecified #> 3716 - - - Dysthymic disorder #> 3717 - - - Mixed depressive and anxiety disorder #> 3718 - - - Other specified depressive disorders #> 3719 - - - Depressive disorders, unspecified #> 3720 - - Symptomatic and course presentations for mood episodes in mood disorders #> 3721 - - - Prominent anxiety symptoms in mood episodes #> 3722 - - - Panic attacks in mood episodes #> 3723 - - - Current depressive episode persistent #> 3724 - - - Current depressive episode with melancholia #> 3725 - - - Seasonal pattern of mood episode onset #> 3726 - - - Rapid cycling #> 3727 - - Other specified mood disorders #> 3728 - - Mood disorders, unspecified #> 3729 - Anxiety or fear-related disorders #> 3730 - - Generalised anxiety disorder #> 3731 - - Panic disorder #> 3732 - - Agoraphobia #> 3733 - - Specific phobia #> 3734 - - Social anxiety disorder #> 3735 - - Separation anxiety disorder #> 3736 - - Selective mutism #> 3737 - - Other specified anxiety or fear-related disorders #> 3738 - - Anxiety or fear-related disorders, unspecified #> 3739 - Obsessive-compulsive or related disorders #> 3740 - - Obsessive-compulsive disorder #> 3741 - - - Obsessive-compulsive disorder with fair to good insight #> 3742 - - - Obsessive-compulsive disorder with poor to absent insight #> 3743 - - - Obsessive-compulsive disorder, unspecified #> 3744 - - Body dysmorphic disorder #> 3745 - - - Body dysmorphic disorder with fair to good insight #> 3746 - - - Body dysmorphic disorder with poor to absent insight #> 3747 - - - Body dysmorphic disorder, unspecified #> 3748 - - Olfactory reference disorder #> 3749 - - - Olfactory reference disorder with fair to good insight #> 3750 - - - Olfactory reference disorder with poor to absent insight #> 3751 - - - Olfactory reference disorder, unspecified #> 3752 - - Hypochondriasis #> 3753 - - - Hypochondriasis with fair to good insight #> 3754 - - - Hypochondriasis with poor to absent insight #> 3755 - - - Hypochondriasis, unspecified #> 3756 - - Hoarding disorder #> 3757 - - - Hoarding disorder with fair to good insight #> 3758 - - - Hoarding disorder with poor to absent insight #> 3759 - - - Hoarding disorder, unspecified #> 3760 - - Body-focused repetitive behaviour disorders #> 3761 - - - Trichotillomania #> 3762 - - - Excoriation disorder #> 3763 - - - Other specified body-focused repetitive behaviour disorders #> 3764 - - - Body-focused repetitive behaviour disorders, unspecified #> 3765 - - Other specified obsessive-compulsive or related disorders #> 3766 - - Obsessive-compulsive or related disorders, unspecified #> 3767 - Disorders specifically associated with stress #> 3768 - - Post traumatic stress disorder #> 3769 - - Complex post traumatic stress disorder #> 3770 - - Prolonged grief disorder #> 3771 - - Adjustment disorder #> 3772 - - Reactive attachment disorder #> 3773 - - Disinhibited social engagement disorder #> 3774 - - Other specified disorders specifically associated with stress #> 3775 - - Disorders specifically associated with stress, unspecified #> 3776 - Dissociative disorders #> 3777 - - Dissociative neurological symptom disorder #> 3778 - - - Dissociative neurological symptom disorder, with visual disturbance #> 3779 - - - Dissociative neurological symptom disorder, with auditory disturbance #> 3780 - - - Dissociative neurological symptom disorder, with vertigo or dizziness #> 3781 - - - Dissociative neurological symptom disorder, with other sensory disturbance #> 3782 - - - Dissociative neurological symptom disorder, with non-epileptic seizures #> 3783 - - - Dissociative neurological symptom disorder, with speech disturbance #> 3784 - - - Dissociative neurological symptom disorder, with paresis or weakness #> 3785 - - - Dissociative neurological symptom disorder, with gait disturbance #> 3786 - - - Dissociative neurological symptom disorder, with movement disturbance #> 3787 - - - - Dissociative neurological symptom disorder, with chorea #> 3788 - - - - Dissociative neurological symptom disorder, with myoclonus #> 3789 - - - - Dissociative neurological symptom disorder, with tremor #> 3790 - - - - Dissociative neurological symptom disorder, with dystonia #> 3791 - - - - Dissociative neurological symptom disorder, with facial spasm #> 3792 - - - - Dissociative neurological symptom disorder, with Parkinsonism #> 3793 - - - - Dissociative neurological symptom disorder, with other specified movement disturbance #> 3794 - - - - Dissociative neurological symptom disorder, with unspecified movement disturbance #> 3795 - - - Dissociative neurological symptom disorder, with cognitive symptoms #> 3796 - - - Dissociative neurological symptom disorder, with other specified symptoms #> 3797 - - - Dissociative neurological symptom disorder, with unspecified symptoms #> 3798 - - Dissociative amnesia #> 3799 - - - Dissociative amnesia with dissociative fugue #> 3800 - - - Dissociative amnesia without dissociative fugue #> 3801 - - - Dissociative amnesia, unspecified #> 3802 - - Trance disorder #> 3803 - - Possession trance disorder #> 3804 - - Dissociative identity disorder #> 3805 - - Partial dissociative identity disorder #> 3806 - - Depersonalization-derealization disorder #> 3807 - - Other specified dissociative disorders #> 3808 - - Dissociative disorders, unspecified #> 3809 - Feeding or eating disorders #> 3810 - - Anorexia Nervosa #> 3811 - - - Anorexia Nervosa with significantly low body weight #> 3812 - - - - Anorexia Nervosa with significantly low body weight, restricting pattern #> 3813 - - - - Anorexia Nervosa with significantly low body weight, binge-purge pattern #> 3814 - - - - Anorexia Nervosa with significantly low body weight, unspecified #> 3815 - - - Anorexia Nervosa with dangerously low body weight #> 3816 - - - - Anorexia Nervosa with dangerously low body weight, restricting pattern #> 3817 - - - - Anorexia Nervosa with dangerously low body weight, binge-purge pattern #> 3818 - - - - Anorexia Nervosa with dangerously low body weight, unspecified #> 3819 - - - Anorexia Nervosa in recovery with normal body weight #> 3820 - - - Other specified anorexia Nervosa #> 3821 - - - Anorexia Nervosa, unspecified #> 3822 - - Bulimia Nervosa #> 3823 - - Binge eating disorder #> 3824 - - Avoidant-restrictive food intake disorder #> 3825 - - Pica #> 3826 - - Rumination-regurgitation disorder #> 3827 - - Other specified feeding or eating disorders #> 3828 - - Feeding or eating disorders, unspecified #> 3829 - Elimination disorders #> 3830 - - Enuresis #> 3831 - - - Nocturnal enuresis #> 3832 - - - Diurnal enuresis #> 3833 - - - Nocturnal and diurnal enuresis #> 3834 - - - Enuresis, unspecified #> 3835 - - Encopresis #> 3836 - - - Encopresis with constipation or overflow incontinence #> 3837 - - - Encopresis without constipation or overflow incontinence #> 3838 - - - Encopresis, unspecified #> 3839 - - Elimination disorders, unspecified #> 3840 - Disorders of bodily distress or bodily experience #> 3841 - - Bodily distress disorder #> 3842 - - - Mild bodily distress disorder #> 3843 - - - Moderate bodily distress disorder #> 3844 - - - Severe bodily distress disorder #> 3845 - - - Bodily distress disorder, unspecified #> 3846 - - Body integrity dysphoria #> 3847 - - Other specified disorders of bodily distress or bodily experience #> 3848 - - Disorders of bodily distress or bodily experience, unspecified #> 3849 - Disorders due to substance use or addictive behaviours #> 3850 - - Disorders due to substance use #> 3851 - - - Disorders due to use of alcohol #> 3852 - - - - Episode of harmful use of alcohol #> 3853 - - - - Harmful pattern of use of alcohol #> 3854 - - - - - Harmful pattern of use of alcohol, episodic #> 3855 - - - - - Harmful pattern of use of alcohol, continuous #> 3856 - - - - - Harmful pattern of use of alcohol, unspecified #> 3857 - - - - Alcohol dependence #> 3858 - - - - - Alcohol dependence, current use, continuous #> 3859 - - - - - Alcohol dependence, current use, episodic #> 3860 - - - - - Alcohol dependence, early full remission #> 3861 - - - - - Alcohol dependence, sustained partial remission #> 3862 - - - - - Alcohol dependence, sustained full remission #> 3863 - - - - - Alcohol dependence, unspecified #> 3864 - - - - Alcohol intoxication #> 3865 - - - - Alcohol withdrawal #> 3866 - - - - - Alcohol withdrawal, uncomplicated #> 3867 - - - - - Alcohol withdrawal with perceptual disturbances #> 3868 - - - - - Alcohol withdrawal with seizures #> 3869 - - - - - Alcohol withdrawal with perceptual disturbances and seizures #> 3870 - - - - - Alcohol withdrawal, unspecified #> 3871 - - - - Alcohol-induced delirium #> 3872 - - - - Alcohol-induced psychotic disorder #> 3873 - - - - - Alcohol-induced psychotic disorder with hallucinations #> 3874 - - - - - Alcohol-induced psychotic disorder with delusions #> 3875 - - - - - Alcohol-induced psychotic disorder with mixed psychotic symptoms #> 3876 - - - - - Alcohol-induced psychotic disorder, unspecified #> 3877 - - - - Certain specified alcohol-induced mental or behavioural disorders #> 3878 - - - - - Alcohol-induced mood disorder #> 3879 - - - - - Alcohol-induced anxiety disorder #> 3880 - - - - Other specified disorders due to use of alcohol #> 3881 - - - - Disorders due to use of alcohol, unspecified #> 3882 - - - Disorders due to use of cannabis #> 3883 - - - - Episode of harmful use of cannabis #> 3884 - - - - Harmful pattern of use of cannabis #> 3885 - - - - - Harmful pattern of use of cannabis, episodic #> 3886 - - - - - Harmful pattern of use of cannabis, continuous #> 3887 - - - - - Harmful pattern of use of cannabis, unspecified #> 3888 - - - - Cannabis dependence #> 3889 - - - - - Cannabis dependence, current use #> 3890 - - - - - Cannabis dependence, early full remission #> 3891 - - - - - Cannabis dependence, sustained partial remission #> 3892 - - - - - Cannabis dependence, sustained full remission #> 3893 - - - - - Cannabis dependence, unspecified #> 3894 - - - - Cannabis intoxication #> 3895 - - - - Cannabis withdrawal #> 3896 - - - - Cannabis-induced delirium #> 3897 - - - - Cannabis-induced psychotic disorder #> 3898 - - - - Certain specified cannabis-induced mental or behavioural disorders #> 3899 - - - - - Cannabis-induced mood disorder #> 3900 - - - - - Cannabis-induced anxiety disorder #> 3901 - - - - Other specified disorders due to use of cannabis #> 3902 - - - - Disorders due to use of cannabis, unspecified #> 3903 - - - Disorders due to use of synthetic cannabinoids #> 3904 - - - - Episode of harmful use of synthetic cannabinoids #> 3905 - - - - Harmful pattern of use of synthetic cannabinoids #> 3906 - - - - - Harmful pattern of use of synthetic cannabinoids, episodic #> 3907 - - - - - Harmful pattern of use of synthetic cannabinoids, continuous #> 3908 - - - - - Other specified harmful pattern of use of synthetic cannabinoids #> 3909 - - - - - Harmful pattern of use of synthetic cannabinoids, unspecified #> 3910 - - - - Synthetic cannabinoid dependence #> 3911 - - - - - Synthetic cannabinoid dependence, current use #> 3912 - - - - - Synthetic cannabinoid dependence, early full remission #> 3913 - - - - - Synthetic cannabinoid dependence, sustained partial remission #> 3914 - - - - - Synthetic cannabinoid dependence, sustained full remission #> 3915 - - - - - Other specified synthetic cannabinoid dependence #> 3916 - - - - - Synthetic cannabinoid dependence, unspecified #> 3917 - - - - Synthetic cannabinoid intoxication #> 3918 - - - - Synthetic cannabinoid withdrawal #> 3919 - - - - Synthetic cannabinoid-induced delirium #> 3920 - - - - Synthetic cannabinoid-induced psychotic disorder #> 3921 - - - - Certain specified synthetic cannabinoids-induced mental or behavioural disorders #> 3922 - - - - - Synthetic cannabinoid-induced mood disorder #> 3923 - - - - - Synthetic cannabinoid-induced anxiety disorder #> 3924 - - - - Other specified disorders due to use of synthetic cannabinoids #> 3925 - - - - Disorders due to use of synthetic cannabinoids, unspecified #> 3926 - - - Disorders due to use of opioids #> 3927 - - - - Episode of harmful use of opioids #> 3928 - - - - Harmful pattern of use of opioids #> 3929 - - - - - Harmful pattern of use of opioids, episodic #> 3930 - - - - - Harmful pattern of use of opioids, continuous #> 3931 - - - - - Harmful pattern of use of opioids, unspecified #> 3932 - - - - Opioid dependence #> 3933 - - - - - Opioid dependence, current use #> 3934 - - - - - Opioid dependence, early full remission #> 3935 - - - - - Opioid dependence, sustained partial remission #> 3936 - - - - - Opioid dependence, sustained full remission #> 3937 - - - - - Opioid dependence, unspecified #> 3938 - - - - Opioid intoxication #> 3939 - - - - Opioid withdrawal #> 3940 - - - - Opioid-induced delirium #> 3941 - - - - Opioid-induced psychotic disorder #> 3942 - - - - Certain specified opioid-induced mental or behavioural disorders #> 3943 - - - - - Opioid-induced mood disorder #> 3944 - - - - - Opioid-induced anxiety disorder #> 3945 - - - - Other specified disorders due to use of opioids #> 3946 - - - - Disorders due to use of opioids, unspecified #> 3947 - - - Disorders due to use of sedatives, hypnotics or anxiolytics #> 3948 - - - - Episode of harmful use of sedatives, hypnotics or anxiolytics #> 3949 - - - - Harmful pattern of use of sedatives, hypnotics or anxiolytics #> 3950 - - - - - Harmful pattern of use of sedatives, hypnotics or anxiolytics, episodic #> 3951 - - - - - Harmful pattern of use of sedatives, hypnotics or anxiolytics, continuous #> 3952 - - - - - Harmful pattern of use of sedatives, hypnotics or anxiolytics, unspecified #> 3953 - - - - Sedative, hypnotic or anxiolytic dependence #> 3954 - - - - - Sedative, hypnotic or anxiolytic dependence, current use #> 3955 - - - - - Sedative, hypnotic or anxiolytic dependence, early full remission #> 3956 - - - - - Sedative, hypnotic or anxiolytic dependence, sustained partial remission #> 3957 - - - - - Sedative, hypnotic or anxiolytic dependence, sustained full remission #> 3958 - - - - - Sedative, hypnotic or anxiolytic dependence, unspecified #> 3959 - - - - Sedative, hypnotic or anxiolytic intoxication #> 3960 - - - - Sedative, hypnotic or anxiolytic withdrawal #> 3961 - - - - - Sedative, hypnotic or anxiolytic withdrawal, uncomplicated #> 3962 - - - - - Sedative, hypnotic or anxiolytic withdrawal, with perceptual disturbances #> 3963 - - - - - Sedative, hypnotic or anxiolytic withdrawal, with seizures #> 3964 - - - - - Sedative, hypnotic or anxiolytic withdrawal, with perceptual disturbances and seizures #> 3965 - - - - - Sedative, hypnotic or anxiolytic withdrawal, unspecified #> 3966 - - - - Sedative, hypnotic or anxiolytic-induced delirium #> 3967 - - - - Sedative, hypnotic or anxiolytic-induced psychotic disorder #> 3968 - - - - Certain specified sedatives, hypnotics or anxiolytic-induced mental or behavioural disorders #> 3969 - - - - - Sedative, hypnotic or anxiolytic-induced mood disorder #> 3970 - - - - - Sedative, hypnotic or anxiolytic-induced anxiety disorder #> 3971 - - - - Other specified disorders due to use of sedatives, hypnotics or anxiolytics #> 3972 - - - - Disorders due to use of sedatives, hypnotics or anxiolytics, unspecified #> 3973 - - - Disorders due to use of cocaine #> 3974 - - - - Episode of harmful use of cocaine #> 3975 - - - - Harmful pattern of use of cocaine #> 3976 - - - - - Harmful pattern of use of cocaine, episodic #> 3977 - - - - - Harmful pattern of use of cocaine, continuous #> 3978 - - - - - Harmful pattern of use of cocaine, unspecified #> 3979 - - - - Cocaine dependence #> 3980 - - - - - Cocaine dependence, current use #> 3981 - - - - - Cocaine dependence, early full remission #> 3982 - - - - - Cocaine dependence, sustained partial remission #> 3983 - - - - - Cocaine dependence, sustained full remission #> 3984 - - - - - Cocaine dependence, unspecified #> 3985 - - - - Cocaine intoxication #> 3986 - - - - Cocaine withdrawal #> 3987 - - - - Cocaine-induced delirium #> 3988 - - - - Cocaine-induced psychotic disorder #> 3989 - - - - - Cocaine-induced psychotic disorder with hallucinations #> 3990 - - - - - Cocaine-induced psychotic disorder with delusions #> 3991 - - - - - Cocaine-induced psychotic disorder with mixed psychotic symptoms #> 3992 - - - - - Cocaine-induced psychotic disorder, unspecified #> 3993 - - - - Certain specified cocaine-induced mental or behavioural disorders #> 3994 - - - - - Cocaine-induced mood disorder #> 3995 - - - - - Cocaine-induced anxiety disorder #> 3996 - - - - - Cocaine-induced obsessive-compulsive or related disorder #> 3997 - - - - - Cocaine-induced impulse control disorder #> 3998 - - - - Other specified disorders due to use of cocaine #> 3999 - - - - Disorders due to use of cocaine, unspecified #> 4000 - - - Disorders due to use of stimulants including amphetamines, methamphetamine or methcathinone #> 4001 - - - - Episode of harmful use of stimulants including amphetamines, methamphetamine or methcathinone #> 4002 - - - - Harmful pattern of use of stimulants including amphetamines, methamphetamine or methcathinone #> 4003 - - - - - Harmful pattern of use of stimulants including amphetamines, methamphetamine or methcathinone, episodic #> 4004 - - - - - Harmful pattern of use of stimulants including amphetamines, methamphetamine or methcathinone, continuous #> 4005 - - - - - Harmful pattern of use of stimulants including amphetamines, methamphetamine and methcathinone, unspecified #> 4006 - - - - Stimulant dependence including amphetamines, methamphetamine or methcathinone #> 4007 - - - - - Stimulant dependence including amphetamines, methamphetamine or methcathinone, current use #> 4008 - - - - - Stimulant dependence including amphetamines, methamphetamine or methcathinone, early full remission #> 4009 - - - - - Stimulant dependence including amphetamines, methamphetamine or methcathinone, sustained partial remission #> 4010 - - - - - Stimulant dependence including amphetamines, methamphetamine or methcathinone, sustained full remission #> 4011 - - - - - Stimulant dependence including amphetamines, methamphetamine or methcathinone, unspecified #> 4012 - - - - Stimulant intoxication including amphetamines, methamphetamine or methcathinone #> 4013 - - - - Stimulant withdrawal including amphetamines, methamphetamine or methcathinone #> 4014 - - - - Stimulant-induced delirium including amphetamines, methamphetamine or methcathinone #> 4015 - - - - Stimulant-induced psychotic disorder including amphetamines, methamphetamine or methcathinone #> 4016 - - - - - Stimulant-induced psychotic disorder including amphetamines, methamphetamine or methcathinone with hallucinations #> 4017 - - - - - Stimulant-induced psychotic disorder including amphetamines, methamphetamine or methcathinone with delusions #> 4018 - - - - - Stimulant-induced psychotic disorder including amphetamines but excluding caffeine or cocaine with mixed psychotic symptoms #> 4019 - - - - - Stimulant-induced psychotic disorder including amphetamines, methamphetamine or methcathinone, unspecified #> 4020 - - - - Certain specified stimulant-induced mental or behavioural disorders including amphetamines, methamphetamine or methcathinone #> 4021 - - - - - Stimulant-induced mood disorder including amphetamines, methamphetamine or methcathinone #> 4022 - - - - - Stimulant-induced anxiety disorder including amphetamines, methamphetamine or methcathinone #> 4023 - - - - - Stimulant-induced obsessive-compulsive or related disorder including amphetamines, methamphetamine or methcathinone #> 4024 - - - - - Stimulant-induced impulse control disorder including amphetamines, methamphetamine or methcathinone #> 4025 - - - - Other specified disorders due to use of stimulants including amphetamines, methamphetamine or methcathinone #> 4026 - - - - Disorders due to use of stimulants including amphetamines, methamphetamine or methcathinone, unspecified #> 4027 - - - Disorders due to use of synthetic cathinones #> 4028 - - - - Episode of harmful use of synthetic cathinones #> 4029 - - - - Harmful pattern of use of synthetic cathinones #> 4030 - - - - - Harmful pattern of use of synthetic cathinones, episodic #> 4031 - - - - - Harmful use of synthetic cathinones, continuous #> 4032 - - - - - Other specified harmful pattern of use of synthetic cathinones #> 4033 - - - - - Harmful pattern of use of synthetic cathinones, unspecified #> 4034 - - - - Synthetic cathinone dependence #> 4035 - - - - - Synthetic cathinone dependence, current use #> 4036 - - - - - Synthetic cathinone dependence, early full remission #> 4037 - - - - - Synthetic cathinone dependence, sustained partial remission #> 4038 - - - - - Synthetic cathinone dependence, sustained full remission #> 4039 - - - - - Other specified synthetic cathinone dependence #> 4040 - - - - - Synthetic cathinone dependence, unspecified #> 4041 - - - - Synthetic cathinone intoxication #> 4042 - - - - Synthetic cathinone withdrawal #> 4043 - - - - Synthetic cathinone-induced delirium #> 4044 - - - - Synthetic cathinone-induced psychotic disorder #> 4045 - - - - - Synthetic cathinone-induced psychotic disorder with hallucinations #> 4046 - - - - - Synthetic cathinone-induced psychotic disorder with delusions #> 4047 - - - - - Synthetic cathinone-induced psychotic disorder with mixed psychotic symptoms #> 4048 - - - - - Synthetic cathinone-induced psychotic disorder, unspecified #> 4049 - - - - Certain specified synthetic cathinone-induced mental or behavioural disorders #> 4050 - - - - - Synthetic cathinone-induced mood disorder #> 4051 - - - - - Synthetic cathinone-induced anxiety disorder #> 4052 - - - - - Synthetic cathinone-induced obsessive-compulsive or related syndrome #> 4053 - - - - - Synthetic cathinone-induced impulse control disorder #> 4054 - - - - Other specified disorders due to use of synthetic cathinones #> 4055 - - - - Disorders due to use of synthetic cathinones, unspecified #> 4056 - - - Disorders due to use of caffeine #> 4057 - - - - Episode of harmful use of caffeine #> 4058 - - - - Harmful pattern of use of caffeine #> 4059 - - - - - Harmful pattern of use of caffeine, episodic #> 4060 - - - - - Harmful pattern of use of caffeine, continuous #> 4061 - - - - - Harmful pattern of use of caffeine, unspecified #> 4062 - - - - Caffeine intoxication #> 4063 - - - - Caffeine withdrawal #> 4064 - - - - Certain specified caffeine-induced mental or behavioural disorders #> 4065 - - - - - Caffeine-induced anxiety disorder #> 4066 - - - - Other specified disorders due to use of caffeine #> 4067 - - - - Disorders due to use of caffeine, unspecified #> 4068 - - - Disorders due to use of hallucinogens #> 4069 - - - - Episode of harmful use of hallucinogens #> 4070 - - - - Harmful pattern of use of hallucinogens #> 4071 - - - - - Harmful pattern of use of hallucinogens, episodic #> 4072 - - - - - Harmful pattern of use of hallucinogens, continuous #> 4073 - - - - - Harmful pattern of use of hallucinogens, unspecified #> 4074 - - - - Hallucinogen dependence #> 4075 - - - - - Hallucinogen dependence, current use #> 4076 - - - - - Hallucinogen dependence, early full remission #> 4077 - - - - - Hallucinogen dependence, sustained partial remission #> 4078 - - - - - Hallucinogen dependence, sustained full remission #> 4079 - - - - - Hallucinogen dependence, unspecified #> 4080 - - - - Hallucinogen intoxication #> 4081 - - - - Hallucinogen-induced delirium #> 4082 - - - - Hallucinogen-induced psychotic disorder #> 4083 - - - - Certain specified hallucinogen-induced mental or behavioural disorders #> 4084 - - - - - Hallucinogen-induced mood disorder #> 4085 - - - - - Hallucinogen-induced anxiety disorder #> 4086 - - - - Other specified disorders due to use of hallucinogens #> 4087 - - - - Disorders due to use of hallucinogens, unspecified #> 4088 - - - Disorders due to use of nicotine #> 4089 - - - - Episode of harmful use of nicotine #> 4090 - - - - Harmful pattern of use of nicotine #> 4091 - - - - - Harmful pattern of use of nicotine, episodic #> 4092 - - - - - Harmful pattern of use of nicotine, continuous #> 4093 - - - - - Harmful pattern of use of nicotine, unspecified #> 4094 - - - - Nicotine dependence #> 4095 - - - - - Nicotine dependence, current use #> 4096 - - - - - Nicotine dependence, early full remission #> 4097 - - - - - Nicotine dependence, sustained partial remission #> 4098 - - - - - Nicotine dependence, sustained full remission #> 4099 - - - - - Nicotine dependence, unspecified #> 4100 - - - - Nicotine intoxication #> 4101 - - - - Nicotine withdrawal #> 4102 - - - - Other specified disorders due to use of nicotine #> 4103 - - - - Disorders due to use of nicotine, unspecified #> 4104 - - - Disorders due to use of volatile inhalants #> 4105 - - - - Episode of harmful use of volatile inhalants #> 4106 - - - - Harmful pattern of use of volatile inhalants #> 4107 - - - - - Harmful pattern of use of volatile inhalants, episodic #> 4108 - - - - - Harmful pattern of use of volatile inhalants, continuous #> 4109 - - - - - Harmful pattern of use of volatile inhalants, unspecified #> 4110 - - - - Volatile inhalant dependence #> 4111 - - - - - Volatile inhalant dependence, current use #> 4112 - - - - - Volatile inhalant dependence, early full remission #> 4113 - - - - - Volatile inhalant dependence, sustained partial remission #> 4114 - - - - - Volatile inhalant dependence, sustained full remission #> 4115 - - - - - Volatile inhalant dependence, unspecified #> 4116 - - - - Volatile inhalant intoxication #> 4117 - - - - Volatile inhalant withdrawal #> 4118 - - - - Volatile inhalant-induced delirium #> 4119 - - - - Volatile inhalant-induced psychotic disorder #> 4120 - - - - Certain specified volatile inhalants-induced mental or behavioural disorders #> 4121 - - - - - Volatile inhalant-induced mood disorder #> 4122 - - - - - Volatile inhalant-induced anxiety disorder #> 4123 - - - - Other specified disorders due to use of volatile inhalants #> 4124 - - - - Disorders due to use of volatile inhalants, unspecified #> 4125 - - - Disorders due to use of MDMA or related drugs, including MDA #> 4126 - - - - Episode of harmful use of MDMA or related drugs, including MDA #> 4127 - - - - Harmful pattern of use of MDMA or related drugs, including MDA #> 4128 - - - - - Harmful use of MDMA or related drugs, including MDA, episodic #> 4129 - - - - - Harmful use of MDMA or related drugs, including MDA, continuous #> 4130 - - - - - Harmful pattern of use of MDMA or related drugs, including MDA, unspecified #> 4131 - - - - MDMA or related drug dependence, including MDA #> 4132 - - - - - MDMA or related drug dependence, including MDA, current use #> 4133 - - - - - MDMA or related drug dependence, including MDA, early full remission #> 4134 - - - - - MDMA or related drug dependence, including MDA, sustained partial remission #> 4135 - - - - - MDMA or related drug dependence, including MDA, sustained full remission #> 4136 - - - - - MDMA or related drug dependence, including MDA, unspecified #> 4137 - - - - MDMA or related drug intoxication, including MDA #> 4138 - - - - MDMA or related drug withdrawal, including MDA #> 4139 - - - - MDMA or related drug-induced delirium, including MDA #> 4140 - - - - MDMA or related drug-induced psychotic disorder, including MDA #> 4141 - - - - Certain specified MDMA or related drug-induced mental or behavioural disorders, including MDA #> 4142 - - - - - MDMA or related drug-induced mood disorder, including MDA #> 4143 - - - - - MDMA or related drug-induced anxiety disorder #> 4144 - - - - Other specified disorders due to use of MDMA or related drugs, including MDA #> 4145 - - - - Disorders due to use of MDMA or related drugs, including MDA, unspecified #> 4146 - - - Disorders due to use of dissociative drugs including ketamine and phencyclidine [PCP] #> 4147 - - - - Episode of harmful use of dissociative drugs including ketamine or PCP #> 4148 - - - - Harmful pattern of use of dissociative drugs, including ketamine or PCP #> 4149 - - - - - Harmful pattern of use of dissociative drugs including ketamine or PCP, episodic #> 4150 - - - - - Harmful pattern of use of dissociative drugs including ketamine or PCP, continuous #> 4151 - - - - - Harmful pattern of use of dissociative drugs, including ketamine or PCP, unspecified #> 4152 - - - - Dissociative drug dependence including ketamine or PCP #> 4153 - - - - - Dissociative drug dependence including Ketamine or PCP, current use #> 4154 - - - - - Dissociative drug dependence including ketamine or PCP, early full remission #> 4155 - - - - - Dissociative drug dependence including Ketamine or PCP, sustained partial remission #> 4156 - - - - - Dissociative drug dependence including Ketamine or PCP, sustained full remission #> 4157 - - - - - Dissociative drug dependence including ketamine or PCP, unspecified #> 4158 - - - - Dissociative drug intoxication including Ketamine or PCP #> 4159 - - - - Dissociative drug-induced delirium including ketamine or PCP #> 4160 - - - - Dissociative drug-induced psychotic disorder including Ketamine or PCP #> 4161 - - - - Certain specified dissociative drug-induced mental or behavioural disorders, including ketamine and phencyclidine [PCP] #> 4162 - - - - - Dissociative drug-induced mood disorder including Ketamine or PCP #> 4163 - - - - - Dissociative drug-induced anxiety disorder including Ketamine or PCP #> 4164 - - - - Other specified disorders due to use of dissociative drugs including ketamine and phencyclidine [PCP] #> 4165 - - - - Disorders due to use of dissociative drugs including ketamine and phencyclidine [PCP], unspecified #> 4166 - - - Disorders due to use of other specified psychoactive substances, including medications #> 4167 - - - - Episode of harmful use of other specified psychoactive substance #> 4168 - - - - Harmful pattern of use of other specified psychoactive substance #> 4169 - - - - - Harmful pattern of use of other specified psychoactive substance, episodic #> 4170 - - - - - Harmful pattern of use of other specified psychoactive substance, continuous #> 4171 - - - - - Harmful pattern of use of other specified psychoactive substance, unspecified #> 4172 - - - - Other specified psychoactive substance dependence #> 4173 - - - - - Other specified psychoactive substance dependence, current use #> 4174 - - - - - Other specified psychoactive substance dependence, early full remission #> 4175 - - - - - Other specified psychoactive substance dependence, sustained partial remission #> 4176 - - - - - Other specified psychoactive substance dependence, sustained full remission #> 4177 - - - - - Other specified psychoactive substance dependence, unspecified #> 4178 - - - - Other specified psychoactive substance intoxication #> 4179 - - - - Other specified psychoactive substance withdrawal #> 4180 - - - - - Other specified psychoactive substance withdrawal, uncomplicated #> 4181 - - - - - Other specified psychoactive substance withdrawal, with perceptual disturbances #> 4182 - - - - - Other specified psychoactive substance withdrawal, with seizures #> 4183 - - - - - Other specified psychoactive substance withdrawal, with perceptual disturbances and seizures #> 4184 - - - - - Other specified psychoactive substance withdrawal, unspecified #> 4185 - - - - Delirium induced by other specified psychoactive substance including medications #> 4186 - - - - Psychotic disorder induced by other specified psychoactive substance #> 4187 - - - - Certain other specified psychoactive substance-induced mental or behavioural disorders #> 4188 - - - - - Mood disorder induced by other specified psychoactive substance #> 4189 - - - - - Anxiety disorder induced by other specified psychoactive substance #> 4190 - - - - - Obsessive-compulsive or related disorder induced by other specified psychoactive substance #> 4191 - - - - - Impulse control disorder induced by other specified psychoactive substance #> 4192 - - - - Other specified disorders due to use of other specified psychoactive substances, including medications #> 4193 - - - - Disorders due to use of other specified psychoactive substances, including medications, unspecified #> 4194 - - - Disorders due to use of multiple specified psychoactive substances, including medications #> 4195 - - - - Episode of harmful use of multiple specified psychoactive substances #> 4196 - - - - Harmful pattern of use of multiple specified psychoactive substances #> 4197 - - - - - Harmful pattern of use of multiple specified psychoactive substances, episodic #> 4198 - - - - - Harmful pattern of use of multiple specified psychoactive substances, continuous #> 4199 - - - - - Harmful pattern of use of multiple specified psychoactive substances, unspecified #> 4200 - - - - Multiple specified psychoactive substances dependence #> 4201 - - - - - Multiple specified psychoactive substances dependence, current use #> 4202 - - - - - Multiple specified psychoactive substances dependence, early full remission #> 4203 - - - - - Multiple specified psychoactive substances dependence, sustained partial remission #> 4204 - - - - - Multiple specified psychoactive substances dependence, sustained full remission #> 4205 - - - - - Multiple specified psychoactive substances dependence, unspecified #> 4206 - - - - Intoxication due to multiple specified psychoactive substances #> 4207 - - - - Multiple specified psychoactive substances withdrawal #> 4208 - - - - - Multiple specified psychoactive substances withdrawal, uncomplicated #> 4209 - - - - - Multiple specified psychoactive substances withdrawal, with perceptual disturbances #> 4210 - - - - - Multiple specified psychoactive substances withdrawal, with seizures #> 4211 - - - - - Multiple specified psychoactive substances withdrawal, with perceptual disturbances and seizures #> 4212 - - - - - Other specified multiple specified psychoactive substances withdrawal #> 4213 - - - - - Multiple specified psychoactive substances withdrawal, unspecified #> 4214 - - - - Delirium induced by multiple specified psychoactive substances including medications #> 4215 - - - - Psychotic disorder induced by multiple specified psychoactive substances #> 4216 - - - - Certain multiple specified psychoactive substances-induced mental or behavioural disorders #> 4217 - - - - - Mood disorder induced by multiple specified psychoactive substances #> 4218 - - - - - Anxiety disorder induced by multiple specified psychoactive substances #> 4219 - - - - - Obsessive-compulsive or related disorder induced by multiple specified psychoactive substances #> 4220 - - - - - Impulse control syndrome induced by multiple specified psychoactive substances #> 4221 - - - - Other specified disorders due to use of multiple specified psychoactive substances, including medications #> 4222 - - - - Disorders due to use of multiple specified psychoactive substances, including medications, unspecified #> 4223 - - - Disorders due to use of unknown or unspecified psychoactive substances #> 4224 - - - - Episode of harmful use of unknown or unspecified psychoactive substances #> 4225 - - - - Harmful pattern of use of unknown or unspecified psychoactive substance #> 4226 - - - - - Harmful pattern of use of unknown or unspecified psychoactive substance, episodic #> 4227 - - - - - Harmful pattern of use of unknown or unspecified psychoactive substance, continuous #> 4228 - - - - - Harmful pattern of use of unknown or unspecified psychoactive substance, unspecified #> 4229 - - - - Unknown or unspecified psychoactive substance dependence #> 4230 - - - - - Unknown or unspecified psychoactive substance dependence, current use #> 4231 - - - - - Unknown or unspecified psychoactive substance dependence, early full remission #> 4232 - - - - - Unknown or unspecified psychoactive substance dependence, sustained partial remission #> 4233 - - - - - Unknown or unspecified psychoactive substance dependence, sustained full remission #> 4234 - - - - - Unknown or unspecified psychoactive substance dependence, substance and state of remission unspecified #> 4235 - - - - Intoxication due to unknown or unspecified psychoactive substance #> 4236 - - - - Withdrawal due to unknown or unspecified psychoactive substance #> 4237 - - - - - Withdrawal due to unknown or unspecified psychoactive substance, uncomplicated #> 4238 - - - - - Withdrawal due to unknown or unspecified psychoactive substance, with perceptual disturbances #> 4239 - - - - - Withdrawal due to unknown or unspecified psychoactive substance, with seizures #> 4240 - - - - - Withdrawal due to unknown or unspecified psychoactive, with perceptual disturbances and seizures #> 4241 - - - - - Withdrawal due to unknown or unspecified psychoactive substance, unspecified #> 4242 - - - - Delirium induced by unknown or unspecified psychoactive substance #> 4243 - - - - Psychotic disorder induced by unknown or unspecified psychoactive substance #> 4244 - - - - Certain unknown or unspecified psychoactive substance-induced mental or behavioural disorders #> 4245 - - - - - Mood disorder induced by unknown or unspecified psychoactive substance #> 4246 - - - - - Anxiety disorder induced by unknown or unspecified psychoactive substance #> 4247 - - - - - Obsessive-compulsive or related disorder induced by unknown or unspecified psychoactive substance #> 4248 - - - - - Impulse control disorder induced by unknown or unspecified psychoactive substance #> 4249 - - - - Other specified disorders due to use of unknown or unspecified psychoactive substances #> 4250 - - - - Disorders due to use of unknown or unspecified psychoactive substances, unspecified #> 4251 - - - Disorders due to use of non-psychoactive substances #> 4252 - - - - Episode of harmful use of non-psychoactive substances #> 4253 - - - - Harmful pattern of use of non-psychoactive substances #> 4254 - - - - - Harmful pattern of use of non-psychoactive substances, episodic #> 4255 - - - - - Harmful pattern of use of non-psychoactive substances, continuous #> 4256 - - - - - Harmful pattern of use of non-psychoactive substances, unspecified #> 4257 - - - - Other specified disorders due to use of non-psychoactive substances #> 4258 - - - - Disorders due to use of non-psychoactive substances, unspecified #> 4259 - - - Other specified disorders due to substance use #> 4260 - - - Disorders due to substance use, unspecified #> 4261 - - Disorders due to addictive behaviours #> 4262 - - - Gambling disorder #> 4263 - - - - Gambling disorder, predominantly offline #> 4264 - - - - Gambling disorder, predominantly online #> 4265 - - - - Gambling disorder, unspecified #> 4266 - - - Gaming disorder #> 4267 - - - - Gaming disorder, predominantly online #> 4268 - - - - Gaming disorder, predominantly offline #> 4269 - - - - Gaming disorder, unspecified #> 4270 - - - Other specified disorders due to addictive behaviours #> 4271 - - - Disorders due to addictive behaviours, unspecified #> 4272 - Impulse control disorders #> 4273 - - Pyromania #> 4274 - - Kleptomania #> 4275 - - Compulsive sexual behaviour disorder #> 4276 - - Intermittent explosive disorder #> 4277 - - Other specified impulse control disorders #> 4278 - - Impulse control disorders, unspecified #> 4279 - Disruptive behaviour or dissocial disorders #> 4280 - - Oppositional defiant disorder #> 4281 - - - Oppositional defiant disorder with chronic irritability-anger #> 4282 - - - - Oppositional defiant disorder with chronic irritability-anger with limited prosocial emotions #> 4283 - - - - Oppositional defiant disorder with chronic irritability-anger with typical prosocial emotions #> 4284 - - - - Oppositional defiant disorder with chronic irritability-anger, unspecified #> 4285 - - - Oppositional defiant disorder without chronic irritability-anger #> 4286 - - - - Oppositional defiant disorder without chronic irritability-anger with limited prosocial emotions #> 4287 - - - - Oppositional defiant disorder without chronic irritability-anger with typical prosocial emotions #> 4288 - - - - Oppositional defiant disorder without chronic irritability-anger, unspecified #> 4289 - - - Oppositional defiant disorder, unspecified #> 4290 - - Conduct-dissocial disorder #> 4291 - - - Conduct-dissocial disorder, childhood onset #> 4292 - - - - Conduct-dissocial disorder, childhood onset with limited prosocial emotions #> 4293 - - - - Conduct-dissocial disorder, childhood onset with typical prosocial emotions #> 4294 - - - - Conduct-dissocial disorder, childhood onset, unspecified #> 4295 - - - Conduct-dissocial disorder, adolescent onset #> 4296 - - - - Conduct-dissocial disorder, adolescent onset with limited prosocial emotions #> 4297 - - - - Conduct-dissocial disorder, adolescent onset with typical prosocial emotions #> 4298 - - - - Other specified conduct-dissocial disorder, adolescent onset #> 4299 - - - Conduct-dissocial disorder, unspecified #> 4300 - - Other specified disruptive behaviour or dissocial disorders #> 4301 - - Disruptive behaviour or dissocial disorders, unspecified #> 4302 - Personality disorders and related traits #> 4303 - - Personality disorder #> 4304 - - - Mild personality disorder #> 4305 - - - Moderate personality disorder #> 4306 - - - Severe personality disorder #> 4307 - - - Personality disorder, severity unspecified #> 4308 - - Prominent personality traits or patterns #> 4309 - - - Negative affectivity in personality disorder or personality difficulty #> 4310 - - - Detachment in personality disorder or personality difficulty #> 4311 - - - Dissociality in personality disorder or personality difficulty #> 4312 - - - Disinhibition in personality disorder or personality difficulty #> 4313 - - - Anankastia in personality disorder or personality difficulty #> 4314 - - - Borderline pattern #> 4315 - Paraphilic disorders #> 4316 - - Exhibitionistic disorder #> 4317 - - Voyeuristic disorder #> 4318 - - Pedophilic disorder #> 4319 - - Coercive sexual sadism disorder #> 4320 - - Frotteuristic disorder #> 4321 - - Other paraphilic disorder involving non-consenting individuals #> 4322 - - Paraphilic disorder involving solitary behaviour or consenting individuals #> 4323 - - Paraphilic disorders, unspecified #> 4324 - Factitious disorders #> 4325 - - Factitious disorder imposed on self #> 4326 - - Factitious disorder imposed on another #> 4327 - - Factitious disorders, unspecified #> 4328 - Neurocognitive disorders #> 4329 - - Delirium #> 4330 - - - Delirium due to disease classified elsewhere #> 4331 - - - Delirium due to psychoactive substances including medications #> 4332 - - - Delirium due to multiple etiological factors #> 4333 - - - Delirium, other specified cause #> 4334 - - - Delirium, unspecified or unknown cause #> 4335 - - Mild neurocognitive disorder #> 4336 - - Amnestic disorder #> 4337 - - - Amnestic disorder due to diseases classified elsewhere #> 4338 - - - Amnestic disorder due to psychoactive substances including medications #> 4339 - - - - Amnestic disorder due to use of alcohol #> 4340 - - - - Amnestic disorder due to use of sedatives, hypnotics or anxiolytics #> 4341 - - - - Amnestic disorder due to other specified psychoactive substance including medications #> 4342 - - - - Amnestic disorder due to use of volatile inhalants #> 4343 - - - Amnestic disorder, other specified cause #> 4344 - - - Amnestic disorder, unknown or unspecified cause #> 4345 - - Dementia #> 4346 - - - Dementia due to Alzheimer disease #> 4347 - - - - Dementia due to Alzheimer disease with early onset #> 4348 - - - - Dementia due to Alzheimer disease with late onset #> 4349 - - - - Alzheimer disease dementia, mixed type, with cerebrovascular disease #> 4350 - - - - Alzheimer disease dementia, mixed type, with other nonvascular aetiologies #> 4351 - - - - Dementia due to Alzheimer disease, onset unknown or unspecified #> 4352 - - - Dementia due to cerebrovascular disease #> 4353 - - - Dementia due to Lewy body disease #> 4354 - - - Frontotemporal dementia #> 4355 - - - Dementia due to psychoactive substances including medications #> 4356 - - - - Dementia due to use of alcohol #> 4357 - - - - Dementia due to use of sedatives, hypnotics or anxiolytics #> 4358 - - - - Dementia due to use of volatile inhalants #> 4359 - - - - Dementia due to other specified psychoactive substance #> 4360 - - - Dementia due to diseases classified elsewhere #> 4361 - - - - Dementia due to Parkinson disease #> 4362 - - - - Dementia due to Huntington disease #> 4363 - - - - Dementia due to exposure to heavy metals and other toxins #> 4364 - - - - Dementia due to human immunodeficiency virus #> 4365 - - - - Dementia due to multiple sclerosis #> 4366 - - - - Dementia due to prion disease #> 4367 - - - - Dementia due to normal pressure hydrocephalus #> 4368 - - - - Dementia due to injury to the head #> 4369 - - - - Dementia due to pellagra #> 4370 - - - - Dementia due to Down syndrome #> 4371 - - - - Dementia due to other specified diseases classified elsewhere #> 4372 - - - Behavioural or psychological disturbances in dementia #> 4373 - - - - Psychotic symptoms in dementia #> 4374 - - - - Mood symptoms in dementia #> 4375 - - - - Anxiety symptoms in dementia #> 4376 - - - - Apathy in dementia #> 4377 - - - - Agitation or aggression in dementia #> 4378 - - - - Disinhibition in dementia #> 4379 - - - - Wandering in dementia #> 4380 - - - - Other specified behavioural or psychological disturbances in dementia #> 4381 - - - - Behavioural or psychological disturbances in dementia, unspecified #> 4382 - - - Dementia, other specified cause #> 4383 - - - Dementia, unknown or unspecified cause #> 4384 - - Other specified neurocognitive disorders #> 4385 - - Neurocognitive disorders, unspecified #> 4386 - Mental or behavioural disorders associated with pregnancy, childbirth or the puerperium #> 4387 - - Mental or behavioural disorders associated with pregnancy, childbirth or the puerperium, without psychotic symptoms #> 4388 - - Mental or behavioural disorders associated with pregnancy, childbirth or the puerperium, with psychotic symptoms #> 4389 - - Mental or behavioural disorders associated with pregnancy, childbirth or the puerperium, unspecified #> 4390 - Psychological or behavioural factors affecting disorders or diseases classified elsewhere #> 4391 - - Mental disorder affecting disorders or diseases classified elsewhere #> 4392 - - Psychological symptoms affecting disorders or diseases classified elsewhere #> 4393 - - Personality traits or coping style affecting disorders or diseases classified elsewhere #> 4394 - - Maladaptive health behaviours affecting disorders or diseases classified elsewhere #> 4395 - - Stress-related physiological response affecting disorders or diseases classified elsewhere #> 4396 - - Other specified psychological or behavioural factors affecting disorders or diseases classified elsewhere #> 4397 - - Psychological or behavioural factors affecting disorders or diseases classified elsewhere, unspecified #> 4398 - Secondary mental or behavioural syndromes associated with disorders or diseases classified elsewhere #> 4399 - - Secondary neurodevelopmental syndrome #> 4400 - - - Secondary speech or language syndrome #> 4401 - - - Other specified secondary neurodevelopmental syndrome #> 4402 - - - Secondary neurodevelopmental syndrome, unspecified #> 4403 - - Secondary psychotic syndrome #> 4404 - - - Secondary psychotic syndrome, with hallucinations #> 4405 - - - Secondary psychotic syndrome, with delusions #> 4406 - - - Secondary psychotic syndrome, with hallucinations and delusions #> 4407 - - - Secondary psychotic syndrome, with unspecified symptoms #> 4408 - - Secondary mood syndrome #> 4409 - - - Secondary mood syndrome, with depressive symptoms #> 4410 - - - Secondary mood syndrome, with manic symptoms #> 4411 - - - Secondary mood syndrome, with mixed symptoms #> 4412 - - - Secondary mood syndrome, with unspecified symptoms #> 4413 - - Secondary anxiety syndrome #> 4414 - - Secondary obsessive-compulsive or related syndrome #> 4415 - - Secondary dissociative syndrome #> 4416 - - Secondary impulse control syndrome #> 4417 - - Secondary neurocognitive syndrome #> 4418 - - Secondary personality change #> 4419 - - Secondary catatonia syndrome #> 4420 - - Other specified secondary mental or behavioural syndrome #> 4421 - - Secondary mental or behavioural syndrome, unspecified #> 4422 - Other specified mental, behavioural or neurodevelopmental disorders #> 4423 - Mental, behavioural or neurodevelopmental disorders, unspecified #> 4424 Sleep-wake disorders #> 4425 - Insomnia disorders #> 4426 - - Chronic insomnia #> 4427 - - Short-term insomnia #> 4428 - - Insomnia disorders, unspecified #> 4429 - Hypersomnolence disorders #> 4430 - - Narcolepsy #> 4431 - - - Narcolepsy, Type 1 #> 4432 - - - Narcolepsy, Type 2 #> 4433 - - - Narcolepsy, unspecified #> 4434 - - Idiopathic hypersomnia #> 4435 - - Kleine-Levin syndrome #> 4436 - - Hypersomnia due to a medical condition #> 4437 - - Hypersomnia due to a medication or substance #> 4438 - - Hypersomnia associated with a mental disorder #> 4439 - - Insufficient sleep syndrome #> 4440 - - Other specified hypersomnolence disorders #> 4441 - - Hypersomnolence disorders, unspecified #> 4442 - Sleep-related breathing disorders #> 4443 - - Central sleep apnoeas #> 4444 - - - Primary central sleep apnoea #> 4445 - - - Primary central sleep apnoea of infancy #> 4446 - - - Primary central sleep apnoea of prematurity #> 4447 - - - Central sleep apnea with Cheyne-Stokes breathing #> 4448 - - - Central sleep apnoea due to a medical condition without Cheyne-Stokes breathing #> 4449 - - - Central sleep apnoea due to high-altitude periodic breathing #> 4450 - - - Central sleep apnoea due to a medication or substance #> 4451 - - - Treatment-emergent central sleep apnoea #> 4452 - - - Other specified central sleep apnoeas #> 4453 - - - Central sleep apnoeas, unspecified #> 4454 - - Obstructive sleep apnoea #> 4455 - - Sleep-related hypoventilation or hypoxemia disorders #> 4456 - - - Obesity hypoventilation syndrome #> 4457 - - - Congenital central alveolar sleep-related hypoventilation #> 4458 - - - Non-congenital central hypoventilation with hypothalamic abnormalities #> 4459 - - - Idiopathic central alveolar hypoventilation #> 4460 - - - Sleep-related hypoventilation due to a medication or substance #> 4461 - - - Sleep-related hypoventilation due to medical condition #> 4462 - - - Sleep-related hypoxemia due to a medical condition #> 4463 - - - Other specified sleep-related hypoventilation or hypoxemia disorders #> 4464 - - - Sleep-related hypoventilation or hypoxemia disorders, unspecified #> 4465 - - Other specified sleep-related breathing disorders #> 4466 - - Sleep-related breathing disorders, unspecified #> 4467 - Circadian rhythm sleep-wake disorders #> 4468 - - Delayed sleep-wake phase disorder #> 4469 - - Advanced sleep-wake phase disorder #> 4470 - - Irregular sleep-wake rhythm disorder #> 4471 - - Non-24 hour sleep-wake rhythm disorder #> 4472 - - Circadian rhythm sleep-wake disorder, shift work type #> 4473 - - Circadian rhythm sleep-wake disorder, jet lag type #> 4474 - - Circadian rhythm sleep-wake disorders, unspecified #> 4475 - Sleep-related movement disorders #> 4476 - - Restless legs syndrome #> 4477 - - Periodic limb movement disorder #> 4478 - - Sleep-related leg cramps #> 4479 - - Sleep-related bruxism #> 4480 - - Sleep-related rhythmic movement disorder #> 4481 - - Benign sleep myoclonus of infancy #> 4482 - - Propriospinal myoclonus at sleep onset #> 4483 - - Sleep-related movement disorder due to a medical condition #> 4484 - - Sleep-related movement disorder due to a medication or substance #> 4485 - - Other specified sleep-related movement disorders #> 4486 - - Sleep-related movement disorders, unspecified #> 4487 - Parasomnia disorders #> 4488 - - Disorders of arousal from non-REM sleep #> 4489 - - - Confusional arousals #> 4490 - - - Sleepwalking disorder #> 4491 - - - Sleep terrors #> 4492 - - - Sleep-related eating disorder #> 4493 - - - Other specified disorders of arousal from non-REM sleep #> 4494 - - - Disorders of arousal from non-REM sleep, unspecified #> 4495 - - Parasomnias related to REM sleep #> 4496 - - - REM sleep behaviour disorder #> 4497 - - - Recurrent isolated sleep paralysis #> 4498 - - - Nightmare disorder #> 4499 - - - Other specified parasomnias related to REM sleep #> 4500 - - - Parasomnias related to REM sleep, unspecified #> 4501 - - Other parasomnias #> 4502 - - - Hypnagogic exploding head syndrome #> 4503 - - - Sleep-related hallucinations #> 4504 - - - Parasomnia disorder due to a medical condition #> 4505 - - - Parasomnia disorder due to a medication or substance #> 4506 - - Other specified parasomnia disorders #> 4507 - - Parasomnia disorders, unspecified #> 4508 - Other specified sleep-wake disorders #> 4509 - Sleep-wake disorders, unspecified #> 4510 Diseases of the nervous system #> 4511 - Movement disorders #> 4512 - - Parkinsonism #> 4513 - - - Parkinson disease #> 4514 - - - - Sporadic Parkinson disease #> 4515 - - - - Familial Parkinson disease #> 4516 - - - - Other specified Parkinson disease #> 4517 - - - - Parkinson disease, unspecified #> 4518 - - - Atypical parkinsonism #> 4519 - - - - Progressive supranuclear palsy #> 4520 - - - - Other specified atypical parkinsonism #> 4521 - - - - Atypical parkinsonism, unspecified #> 4522 - - - Secondary parkinsonism #> 4523 - - - - Parkinsonism due to heredodegenerative disorders #> 4524 - - - - Hemiparkinsonism hemiatrophy syndrome #> 4525 - - - - Infectious or postinfectious parkinsonism #> 4526 - - - - Vascular parkinsonism #> 4527 - - - - Drug-induced parkinsonism #> 4528 - - - - Post traumatic Parkinsonism #> 4529 - - - - Parkinsonism due to structural lesions #> 4530 - - - - Other specified secondary parkinsonism #> 4531 - - - - Secondary parkinsonism, unspecified #> 4532 - - - Functional parkinsonism #> 4533 - - - Other specified parkinsonism #> 4534 - - - Parkinsonism, unspecified #> 4535 - - Choreiform disorders #> 4536 - - - Benign hereditary chorea #> 4537 - - - Secondary Chorea #> 4538 - - - - Huntington disease #> 4539 - - - - Chorea due to Huntington disease-like conditions #> 4540 - - - - Chorea due to Dentatorubral pallidoluysian atrophy #> 4541 - - - - Chorea due to Wilson disease #> 4542 - - - - Chorea due to infectious or para-infectious causes #> 4543 - - - - Chorea due to systemic lupus erythematosus #> 4544 - - - - Drug-induced chorea #> 4545 - - - - Other specified secondary chorea #> 4546 - - - - Secondary chorea, unspecified #> 4547 - - - Hemichorea or hemiballismus #> 4548 - - - - Hemichorea #> 4549 - - - - Ballism #> 4550 - - - - Hemiballism #> 4551 - - - - Other specified hemichorea or hemiballismus #> 4552 - - - - Hemichorea or hemiballismus, unspecified #> 4553 - - - Other specified choreiform disorders #> 4554 - - - Choreiform disorders, unspecified #> 4555 - - Dystonic disorders #> 4556 - - - Primary dystonia #> 4557 - - - - Benign essential blepharospasm #> 4558 - - - - Other specified primary dystonia #> 4559 - - - - Primary dystonia, unspecified #> 4560 - - - Secondary dystonia #> 4561 - - - - Drug-induced dystonia #> 4562 - - - - Dystonia-plus #> 4563 - - - - Dystonia associated with heredodegenerative disorders #> 4564 - - - - Other specified secondary dystonia #> 4565 - - - - Secondary dystonia, unspecified #> 4566 - - - Paroxysmal dystonia #> 4567 - - - Functional dystonia or spasms #> 4568 - - - Other specified dystonic disorders #> 4569 - - - Dystonic disorders, unspecified #> 4570 - - Ataxic disorders #> 4571 - - - Congenital ataxia #> 4572 - - - Hereditary ataxia #> 4573 - - - - Friedreich ataxia #> 4574 - - - - Ataxia due to Cerebrotendinous xanthomatosis #> 4575 - - - - Ataxia due to Refsum disease #> 4576 - - - - Ataxia due to abetalipoproteinemia #> 4577 - - - - Hereditary episodic ataxia #> 4578 - - - - Ataxia due to mitochondrial mutations #> 4579 - - - - Spinocerebellar ataxia #> 4580 - - - - Other specified hereditary ataxia #> 4581 - - - - Hereditary ataxia, unspecified #> 4582 - - - Non-hereditary degenerative ataxia #> 4583 - - - - Late onset cerebellar cortical atrophy #> 4584 - - - - Other specified non-hereditary degenerative ataxia #> 4585 - - - - Non-hereditary degenerative ataxia, unspecified #> 4586 - - - Acquired ataxia #> 4587 - - - - Ataxia due to alcoholic cerebellar degeneration #> 4588 - - - - Other specified acquired ataxia #> 4589 - - - - Acquired ataxia, unspecified #> 4590 - - - Other specified ataxic disorders #> 4591 - - - Ataxic disorders, unspecified #> 4592 - - Disorders associated with tremor #> 4593 - - - Enhanced physiological tremor #> 4594 - - - Essential tremor or related tremors #> 4595 - - - Rest tremor #> 4596 - - - Secondary tremor #> 4597 - - - - Tremor due to metabolic disorders #> 4598 - - - - Tremor due to chronic or acute substance use #> 4599 - - - - Tremor due to drug withdrawal #> 4600 - - - - Tremor due to certain specified central nervous system diseases #> 4601 - - - - Other specified secondary tremor #> 4602 - - - - Secondary tremor, unspecified #> 4603 - - - Functional tremor #> 4604 - - - Other specified disorders associated with tremor #> 4605 - - - Disorders associated with tremor, unspecified #> 4606 - - Tic disorders #> 4607 - - - Primary tics or tic disorders #> 4608 - - - - Tourette syndrome #> 4609 - - - - Chronic motor tic disorder #> 4610 - - - - Chronic phonic tic disorder #> 4611 - - - - Transient motor tics #> 4612 - - - - Other specified primary tics or tic disorders #> 4613 - - - - Primary tics or tic disorders, unspecified #> 4614 - - - Secondary tics #> 4615 - - - - Infectious or postinfectious tics #> 4616 - - - - Tics associated with developmental disorders #> 4617 - - - - Other specified secondary tics #> 4618 - - - - Secondary tics, unspecified #> 4619 - - - Other specified tic disorders #> 4620 - - - Tic disorders, unspecified #> 4621 - - Myoclonic disorders #> 4622 - - - Essential myoclonus #> 4623 - - - Segmental myoclonus #> 4624 - - - Focal myoclonus #> 4625 - - - - Palatal myoclonus #> 4626 - - - - Chronic hiccups #> 4627 - - - - Other specified focal myoclonus #> 4628 - - - - Focal myoclonus, unspecified #> 4629 - - - Other specified myoclonic disorders #> 4630 - - - Myoclonic disorders, unspecified #> 4631 - - Certain specified movement disorder #> 4632 - - - Stereotypies #> 4633 - - - - Primary stereotypy #> 4634 - - - - Secondary stereotypy #> 4635 - - - - Other specified stereotypies #> 4636 - - - - Stereotypies, unspecified #> 4637 - - - Akathisia #> 4638 - - - Excessive startle reflex #> 4639 - - Other specified movement disorders #> 4640 - - Movement disorders, unspecified #> 4641 - Disorders with neurocognitive impairment as a major feature #> 4642 - - Alzheimer disease #> 4643 - - Progressive focal atrophies #> 4644 - - - Posterior cortical atrophy #> 4645 - - - Other specified progressive focal atrophies #> 4646 - - - Progressive focal atrophies, unspecified #> 4647 - - Lewy body disease #> 4648 - - Frontotemporal lobar degeneration #> 4649 - - Other specified disorders with neurocognitive impairment as a major feature #> 4650 - - Disorders with neurocognitive impairment as a major feature, unspecified #> 4651 - Multiple sclerosis or other white matter disorders #> 4652 - - Multiple sclerosis #> 4653 - - - Relapsing-remitting multiple sclerosis #> 4654 - - - Primary progressive multiple sclerosis #> 4655 - - - Secondary progressive multiple sclerosis #> 4656 - - - Other specified multiple sclerosis #> 4657 - - - Multiple sclerosis, unspecified #> 4658 - - Isolated demyelinating syndromes of the central nervous system #> 4659 - - - Transverse myelitis #> 4660 - - - Neuromyelitis optica myelin oligodendrocyte glycoprotein antibody-positive #> 4661 - - - Other specified isolated demyelinating syndromes of the central nervous system #> 4662 - - - Isolated demyelinating syndromes of the central nervous system, unspecified #> 4663 - - Acute disseminated encephalomyelitis #> 4664 - - - Acute haemorrhagic leukoencephalitis #> 4665 - - - Other specified acute disseminated encephalomyelitis #> 4666 - - - Acute disseminated encephalomyelitis, unspecified #> 4667 - - Neuromyelitis optica #> 4668 - - - Neuromyelitis optica aquaporin-4 antibody positive #> 4669 - - - Neuromyelitis optica aquaporin-4 antibody negative #> 4670 - - - Single transverse myelitis aquaporin-4 antibody positive #> 4671 - - - Recurrent transverse myelitis aquaporin-4 antibody positive #> 4672 - - - Single optic neuritis aquaporin-4 antibody positive #> 4673 - - - Recurrent optic neuritis aquaporin-4 antibody positive #> 4674 - - - Other specified neuromyelitis optica #> 4675 - - - Neuromyelitis optica, unspecified #> 4676 - - Leukodystrophies #> 4677 - - - Pelizaeus-Merzbacher disease #> 4678 - - - Adrenoleukodystrophy #> 4679 - - - Alexander disease #> 4680 - - - Certain specified leukodystrophies #> 4681 - - - Krabbe disease #> 4682 - - - Leukodystrophies, unspecified #> 4683 - - Secondary white matter disorders #> 4684 - - - White matter disorders due to infections #> 4685 - - - - Human T-cell lymphotropic virus-associated myelopathy #> 4686 - - - - Subacute sclerosing panencephalitis #> 4687 - - - - Progressive multifocal leukoencephalopathy #> 4688 - - - - Other specified white matter disorders due to infections #> 4689 - - - - White matter disorders due to infections, unspecified #> 4690 - - - White matter disorders due to toxicity #> 4691 - - - White matter disorders due to vascular abnormality or ischemia #> 4692 - - - - White matter disorder due to CADASIL #> 4693 - - - - Subacute necrotising myelitis #> 4694 - - - - Other specified white matter disorders due to vascular abnormality or ischemia #> 4695 - - - - White matter disorders due to vascular abnormality or ischemia, unspecified #> 4696 - - - White matter disorders due to nutritional deficiency #> 4697 - - - - White matter disorder due to vitamin B12 deficiency #> 4698 - - - - Central pontine myelinolysis #> 4699 - - - - Other specified white matter disorders due to nutritional deficiency #> 4700 - - - - White matter disorders due to nutritional deficiency, unspecified #> 4701 - - - White matter disorders due to certain specified systemic disease #> 4702 - - - - Demyelination due to sarcoidosis #> 4703 - - - - Demyelination due to systemic lupus erythematosus #> 4704 - - - - Demyelination due to Sjögren disease #> 4705 - - - - Demyelination due to Behcet disease #> 4706 - - - - Demyelination due to systemic vasculitis #> 4707 - - - - Demyelination due to mitochondrial disease #> 4708 - - - - White matter disorders due to certain specified systemic disease, unspecified #> 4709 - - - Other specified secondary white matter disorders #> 4710 - - - Secondary white matter disorders, unspecified #> 4711 - - Central demyelination of corpus callosum #> 4712 - - Other specified multiple sclerosis or other white matter disorders #> 4713 - - Multiple sclerosis or other white matter disorders, unspecified #> 4714 - Epilepsy or seizures #> 4715 - - Epilepsy due to structural or metabolic conditions or diseases #> 4716 - - - Epilepsy due to prenatal or perinatal brain insults #> 4717 - - - - Epilepsy due to prenatal or perinatal vascular insults #> 4718 - - - - Epilepsy due to neonatal hypoxic ischemic encephalopathy #> 4719 - - - - Epilepsy due to other prenatal or perinatal brain insults #> 4720 - - - - Epilepsy due to unspecified prenatal or perinatal brain insults #> 4721 - - - Epilepsy due to cerebrovascular disorders #> 4722 - - - Epilepsy due to degenerative brain disorders #> 4723 - - - Epilepsy due to dementias #> 4724 - - - Epilepsy due to central nervous system infections or infestations #> 4725 - - - Epilepsy due to injuries to the head #> 4726 - - - Epilepsy due to tumours of the nervous system #> 4727 - - - Epilepsy with mesial temporal sclerosis #> 4728 - - - Epilepsy due to immune disorders #> 4729 - - - Epilepsy due to abnormalities of brain development #> 4730 - - - Epilepsy due to genetic syndromes with widespread or progressive effects #> 4731 - - - Epilepsy due to multiple sclerosis or other demyelinating disorders #> 4732 - - - Epilepsy due to other structural or metabolic condition or disease #> 4733 - - - Epilepsy due to unspecified structural or metabolic condition or disease #> 4734 - - Genetic or presumed genetic syndromes primarily expressed as epilepsy #> 4735 - - - Genetic epileptic syndromes with neonatal onset #> 4736 - - - - Pyridoxal dependent epilepsy #> 4737 - - - - Other specified genetic epileptic syndromes with neonatal onset #> 4738 - - - - Genetic epileptic syndromes with neonatal onset, unspecified #> 4739 - - - Genetic epileptic syndromes with onset in infancy #> 4740 - - - - Benign familial infantile epilepsy #> 4741 - - - - Dravet syndrome #> 4742 - - - - Epilepsy of infancy with migrating focal seizures #> 4743 - - - - Other specified genetic epileptic syndromes with onset in infancy #> 4744 - - - - Genetic epileptic syndromes with onset in infancy, unspecified #> 4745 - - - Genetic epileptic syndromes with childhood onset #> 4746 - - - - Benign childhood epilepsy with centro-temporal spikes #> 4747 - - - - Childhood absence epilepsy #> 4748 - - - - Epilepsy with myoclonic-astatic seizures #> 4749 - - - - Myoclonic absences or absences with myoclonias #> 4750 - - - - Other specified genetic epileptic syndromes with childhood onset #> 4751 - - - - Genetic epileptic syndromes with childhood onset, unspecified #> 4752 - - - Genetic epileptic syndrome with adolescent or adult onset #> 4753 - - - - Juvenile myoclonic epilepsy #> 4754 - - - - Juvenile absence epilepsy #> 4755 - - - - Benign adult familial myoclonus epilepsy #> 4756 - - - - Other specified genetic epileptic syndrome with adolescent or adult onset #> 4757 - - - - Genetic epileptic syndrome with adolescent or adult onset, unspecified #> 4758 - - - Genetic epileptic syndromes with variable age of onset #> 4759 - - - - Reflex epilepsies #> 4760 - - - - Progressive myoclonic epilepsy #> 4761 - - - - Other specified genetic epileptic syndromes with variable age of onset #> 4762 - - - - Genetic epileptic syndromes with variable age of onset, unspecified #> 4763 - - - Other specified genetic or presumed genetic syndromes primarily expressed as epilepsy #> 4764 - - - Genetic or presumed genetic syndromes primarily expressed as epilepsy, unspecified #> 4765 - - Epileptic encephalopathies #> 4766 - - - Infantile spasms #> 4767 - - - Lennox-Gastaut syndrome #> 4768 - - - Acquired epileptic aphasia #> 4769 - - - Other specified epileptic encephalopathies #> 4770 - - - Epileptic encephalopathies, unspecified #> 4771 - - Seizure due to acute causes #> 4772 - - - Febrile seizures #> 4773 - - - - Simple febrile seizures #> 4774 - - - - Complex febrile seizures #> 4775 - - - - Other specified febrile seizures #> 4776 - - - - Febrile seizures, unspecified #> 4777 - - - Seizure due to other acute cause #> 4778 - - - Seizure due to unspecified acute cause #> 4779 - - Single seizure due to remote causes #> 4780 - - Single unprovoked seizure #> 4781 - - Status epilepticus #> 4782 - - - Convulsive status epilepticus #> 4783 - - - Non-convulsive status epilepticus #> 4784 - - - - Absence status epilepticus #> 4785 - - - - Other specified non-convulsive status epilepticus #> 4786 - - - - Non-convulsive status epilepticus, unspecified #> 4787 - - - Other specified status epilepticus #> 4788 - - - Status epilepticus, unspecified #> 4789 - - Acute repetitive seizures #> 4790 - - Types of seizures #> 4791 - - - Focal unaware seizure #> 4792 - - - Absence seizures, atypical #> 4793 - - - Absence seizures, typical #> 4794 - - - Focal aware seizure #> 4795 - - - Generalised tonic-clonic seizure #> 4796 - - - Generalised myoclonic seizure #> 4797 - - - Generalised tonic seizure #> 4798 - - - Generalised atonic seizure #> 4799 - - - Other specified type of seizure #> 4800 - - - Type of seizure, unspecified #> 4801 - - Other specified epilepsy or seizures #> 4802 - - Epilepsy or seizures, unspecified #> 4803 - Headache disorders #> 4804 - - Migraine #> 4805 - - - Migraine without aura #> 4806 - - - Migraine with aura #> 4807 - - - - Hemiplegic migraine #> 4808 - - - - Other specified migraine with aura #> 4809 - - - - Migraine with aura, unspecified #> 4810 - - - Chronic migraine #> 4811 - - - Complications related to migraine #> 4812 - - - - Status migrainosus #> 4813 - - - - Other specified complications related to migraine #> 4814 - - - Cyclic vomiting syndrome #> 4815 - - - Other specified migraine #> 4816 - - - Migraine, unspecified #> 4817 - - Tension-type headache #> 4818 - - - Infrequent episodic tension-type headache #> 4819 - - - Frequent episodic tension-type headache #> 4820 - - - Chronic tension-type headache #> 4821 - - - Other specified tension-type headache #> 4822 - - - Tension-type headache, unspecified #> 4823 - - Trigeminal autonomic cephalalgias #> 4824 - - Other primary headache disorder #> 4825 - - Secondary headache #> 4826 - - - Acute headache associated with traumatic injury to the head #> 4827 - - - Persistent headache associated with traumatic injury to the head #> 4828 - - - Other specified secondary headache #> 4829 - - - Secondary headache, unspecified #> 4830 - - Painful cranial neuropathies or other facial pains #> 4831 - - Other specified headache disorders #> 4832 - - Headache disorders, unspecified #> 4833 - Cerebrovascular diseases #> 4834 - - Intracranial haemorrhage #> 4835 - - - Intracerebral haemorrhage #> 4836 - - - - Deep hemispheric haemorrhage #> 4837 - - - - Lobar haemorrhage #> 4838 - - - - Brainstem haemorrhage #> 4839 - - - - Cerebellar haemorrhage #> 4840 - - - - Intraventricular haemorrhage without parenchymal haemorrhage #> 4841 - - - - Haemorrhage of multiple sites #> 4842 - - - - Intracerebral haemorrhage, site unspecified #> 4843 - - - Subarachnoid haemorrhage #> 4844 - - - - Aneurysmal subarachnoid haemorrhage #> 4845 - - - - Non-aneurysmal subarachnoid haemorrhage #> 4846 - - - - Subarachnoid haemorrhage not known if aneurysmal or non-aneurysmal #> 4847 - - - Nontraumatic subdural haemorrhage #> 4848 - - - Nontraumatic epidural haemorrhage #> 4849 - - - Intracranial haemorrhage, unspecified #> 4850 - - Cerebral ischaemia #> 4851 - - - Transient ischaemic attack #> 4852 - - - - Amaurosis fugax #> 4853 - - - - Other specified transient ischaemic attack #> 4854 - - - - Transient ischaemic attack, unspecified #> 4855 - - - Cerebral ischaemic stroke #> 4856 - - - - Cerebral ischaemic stroke due to extracranial large artery atherosclerosis #> 4857 - - - - Cerebral ischaemic stroke due to intracranial large artery atherosclerosis #> 4858 - - - - Cerebral ischaemic stroke due to embolic occlusion #> 4859 - - - - - Cerebral ischaemic stroke due to cardiac embolism #> 4860 - - - - - Cerebral ischaemic stroke due to aortic arch embolism #> 4861 - - - - - Cerebral ischaemic stroke due to paradoxical embolism #> 4862 - - - - - Cerebral ischaemic stroke due to other specified embolic occlusion #> 4863 - - - - - Cerebral ischaemic stroke due to embolic occlusion, unspecified #> 4864 - - - - Cerebral ischaemic stroke due to small artery occlusion #> 4865 - - - - Cerebral ischaemic stroke due to other known cause #> 4866 - - - - - Cerebral ischaemic stroke due to global hypoperfusion with watershed infarct #> 4867 - - - - - Cerebral ischaemic stroke due to other non-atherosclerotic arteriopathy #> 4868 - - - - - Cerebral ischaemic stroke due to hypercoagulable state #> 4869 - - - - - Cerebral ischaemic stroke in association with subarachnoid haemorrhage #> 4870 - - - - - Cerebral ischemic stroke from dissection #> 4871 - - - - Cerebral ischaemic stroke of unknown cause #> 4872 - - - - - Cerebral ischaemic stroke due to unspecified occlusion or stenosis of extracranial large artery #> 4873 - - - - - Cerebral ischaemic stroke due to unspecified occlusion or stenosis of intracranial large artery #> 4874 - - - - - Cerebral ischaemic stroke, unspecified #> 4875 - - - Other specified cerebral ischaemia #> 4876 - - - Cerebral ischaemia, unspecified #> 4877 - - Stroke not known if ischaemic or haemorrhagic #> 4878 - - Cerebrovascular disease with no acute cerebral symptom #> 4879 - - - Silent cerebral infarct #> 4880 - - - Silent cerebral microbleed #> 4881 - - - Other specified cerebrovascular disease with no acute cerebral symptom #> 4882 - - - Cerebrovascular disease with no acute cerebral symptom, unspecified #> 4883 - - Certain specified cerebrovascular diseases #> 4884 - - - Dissection of cerebral arteries #> 4885 - - - Cerebral venous thrombosis #> 4886 - - - Cerebral vasoconstriction syndromes #> 4887 - - - Isolated cerebral amyloid angiopathy #> 4888 - - - Intracranial vascular malformation #> 4889 - - - - Arteriovenous malformation of cerebral vessels #> 4890 - - - - Cerebral cavernous malformation #> 4891 - - - - Dural arteriovenous fistula #> 4892 - - - - Carotid cavernous fistula #> 4893 - - - - Other specified intracranial vascular malformation #> 4894 - - - - Intracranial vascular malformation, unspecified #> 4895 - - - Cerebral aneurysm, nonruptured #> 4896 - - - Familial cerebral saccular aneurysm #> 4897 - - - Cerebral arteritis, not elsewhere classified #> 4898 - - - - Primary cerebral arteritis #> 4899 - - - - Other specified cerebral arteritis, not elsewhere classified #> 4900 - - - - Cerebral arteritis, not elsewhere classified, unspecified #> 4901 - - - Hypertensive encephalopathy #> 4902 - - - Migraine-induced stroke #> 4903 - - - Subclavian steal syndrome #> 4904 - - - Moyamoya syndrome #> 4905 - - - Hereditary cerebrovascular diseases #> 4906 - - - - CADASIL - [cerebral autosomal dominant arteriopathy with subcortical infarcts and leukoencephalopathy] syndrome #> 4907 - - - - CARASIL - [cerebral autosomal recessive arteriopathy with subcortical infarcts and leukoencephalopathy] syndrome #> 4908 - - - - Other specified hereditary cerebrovascular diseases #> 4909 - - - - Hereditary cerebrovascular diseases, unspecified #> 4910 - - - Other specified cerebrovascular disease #> 4911 - - Cerebrovascular abnormalities #> 4912 - - Hypoxic-ischaemic encephalopathy #> 4913 - - - Anoxic-ischaemic encephalopathy #> 4914 - - - Other specified hypoxic-ischaemic encephalopathy #> 4915 - - - Hypoxic-ischaemic encephalopathy, unspecified #> 4916 - - Late effects of cerebrovascular disease #> 4917 - - - Late effects of cerebral ischemic stroke #> 4918 - - - Late effects of intracerebral haemorrhage #> 4919 - - - Late effects of subarachnoid haemorrhage #> 4920 - - - Late effects of other nontraumatic intracranial haemorrhage #> 4921 - - - Late effects of stroke not known if ischaemic or haemorrhagic #> 4922 - - - Late effects of other specified cerebrovascular disease #> 4923 - - - Late effects of cerebrovascular disease, unspecified #> 4924 - - Vascular syndromes of brain in cerebrovascular diseases #> 4925 - - - Brainstem stroke syndrome #> 4926 - - - Cerebellar stroke syndrome #> 4927 - - - Middle cerebral artery syndrome #> 4928 - - - Anterior cerebral artery syndrome #> 4929 - - - Posterior cerebral artery syndrome #> 4930 - - - Lacunar syndromes #> 4931 - - - - Pure motor lacunar syndrome #> 4932 - - - - Pure sensory lacunar syndrome #> 4933 - - - - Other specified lacunar syndromes #> 4934 - - - - Lacunar syndromes, unspecified #> 4935 - - - Other specified vascular syndromes of brain in cerebrovascular diseases #> 4936 - - - Vascular syndromes of brain in cerebrovascular diseases, unspecified #> 4937 - - Cerebrovascular diseases, unspecified #> 4938 - Spinal cord disorders excluding trauma #> 4939 - - Cauda equina syndrome #> 4940 - - Myelitis #> 4941 - - Myelopathy #> 4942 - - Non-compressive vascular myelopathies #> 4943 - - - Acute arterial infarction of the spinal cord #> 4944 - - - Acute venous infarction of the spinal cord #> 4945 - - - Chronic venous infarction of the spinal cord #> 4946 - - - Other specified non-compressive vascular myelopathies #> 4947 - - - Non-compressive vascular myelopathies, unspecified #> 4948 - - Degenerative myelopathic disorders #> 4949 - - - Hereditary spastic paraplegia #> 4950 - - - - Autosomal dominant hereditary spastic paraplegia #> 4951 - - - - Autosomal recessive hereditary spastic paraplegia #> 4952 - - - - X-linked hereditary spastic paraplegia #> 4953 - - - - Other specified hereditary spastic paraplegia #> 4954 - - - - Hereditary spastic paraplegia, unspecified #> 4955 - - - Other specified degenerative myelopathic disorders #> 4956 - - - Degenerative myelopathic disorders, unspecified #> 4957 - - Other specified spinal cord disorders excluding trauma #> 4958 - - Spinal cord disorders excluding trauma, unspecified #> 4959 - Motor neuron diseases or related disorders #> 4960 - - Motor neuron disease #> 4961 - - - Amyotrophic lateral sclerosis #> 4962 - - - Progressive bulbar palsy #> 4963 - - - Progressive pseudobulbar palsy #> 4964 - - - Progressive muscular atrophy #> 4965 - - - Primary lateral sclerosis #> 4966 - - - Amyotrophic lateral sclerosis-Plus #> 4967 - - - Monomelic amyotrophy #> 4968 - - - Madras type motor neuron disease #> 4969 - - - Other specified motor neuron disease #> 4970 - - - Motor neuron disease, unspecified #> 4971 - - Spinal muscular atrophy #> 4972 - - - Infantile spinal muscular atrophy, Type I #> 4973 - - - Late infantile spinal muscular atrophy, Type II #> 4974 - - - Juvenile form spinal muscular dystrophy, Type III #> 4975 - - - Adult onset spinal muscular atrophy, Type IV #> 4976 - - - Localised spinal muscular atrophy #> 4977 - - - Other specified spinal muscular atrophy #> 4978 - - - Spinal muscular atrophy, unspecified #> 4979 - - Post polio progressive muscular atrophy #> 4980 - - Other specified motor neuron diseases or related disorders #> 4981 - - Motor neuron diseases or related disorders, unspecified #> 4982 - Disorders of nerve root, plexus or peripheral nerves #> 4983 - - Disorders of cranial nerves #> 4984 - - - Disorders of olfactory nerve #> 4985 - - - Disorders of vestibulocochlear nerve #> 4986 - - - - Brainstem lesion #> 4987 - - - - Other specified disorders of vestibulocochlear nerve #> 4988 - - - - Disorders of vestibulocochlear nerve, unspecified #> 4989 - - - Disorders of trigeminal nerve #> 4990 - - - - Trigeminal neuralgia #> 4991 - - - - Disorders of trigeminal nerve, unspecified #> 4992 - - - Disorders of spinal accessory nerve #> 4993 - - - Disorders of hypoglossal nerve #> 4994 - - - Disorders of multiple cranial nerves #> 4995 - - - Disorders of vagus nerve #> 4996 - - - Disorders of glossopharyngeal nerve #> 4997 - - - Disorders of facial nerve #> 4998 - - - - Bell palsy #> 4999 - - - - Facial myokymia #> 5000 - - - - Hemifacial spasm #> 5001 - - - - Facial neuritis #> 5002 - - - - Other specified disorders of facial nerve #> 5003 - - - - Disorders of facial nerve, unspecified #> 5004 - - - Other specified disorders of cranial nerves #> 5005 - - - Disorders of cranial nerves, unspecified #> 5006 - - Nerve root or plexus disorders #> 5007 - - - Nerve root and plexus compressions #> 5008 - - - Brachial plexus disorders #> 5009 - - - - Neuralgic shoulder amyotrophy #> 5010 - - - - Thoracic outlet syndrome due to cervical rib #> 5011 - - - - Other specified brachial plexus disorders #> 5012 - - - - Brachial plexus disorders, unspecified #> 5013 - - - Lumbosacral plexus disorders #> 5014 - - - - Post radiation lumbosacral plexopathy #> 5015 - - - - Vasculitic lumbosacral plexopathy #> 5016 - - - - Diabetic lumbosacral plexopathy #> 5017 - - - - Lumbosacral radiculoplexopathy #> 5018 - - - - Other specified lumbosacral plexus disorders #> 5019 - - - - Lumbosacral plexus disorders, unspecified #> 5020 - - - Radiculopathy #> 5021 - - - - Radiculopathy due to compression #> 5022 - - - - Radiculopathy due to metabolic disorders #> 5023 - - - - Radiculopathy due to electric shock or lightning #> 5024 - - - - Radiculopathy due to radiation injury #> 5025 - - - - Radiculopathy due to nutritional deficiencies #> 5026 - - - - Radiculopathy due to toxicity #> 5027 - - - - Radiculopathy due to intervertebral disc disorders #> 5028 - - - - Radiculopathy due to neoplastic disease #> 5029 - - - - Radiculopathy due to spondylosis #> 5030 - - - - Other specified radiculopathy #> 5031 - - - - Radiculopathy, unspecified #> 5032 - - - Diabetic radiculoplexoneuropathy #> 5033 - - - Secondary brachial plexus lesion due to certain specified disorders #> 5034 - - - Other specified nerve root or plexus disorders #> 5035 - - - Nerve root or plexus disorders, unspecified #> 5036 - - Polyneuropathy #> 5037 - - - Idiopathic progressive neuropathy #> 5038 - - - Inflammatory polyneuropathy #> 5039 - - - - Acute inflammatory demyelinating polyneuropathy #> 5040 - - - - Post vaccinal neuropathy #> 5041 - - - - Subacute inflammatory demyelinating polyneuropathy #> 5042 - - - - Chronic inflammatory demyelinating polyneuropathy #> 5043 - - - - Other specified inflammatory polyneuropathy #> 5044 - - - - Inflammatory polyneuropathy, unspecified #> 5045 - - - Other secondary polyneuropathy #> 5046 - - - - Diabetic polyneuropathy #> 5047 - - - - Polyneuropathy due to infectious diseases #> 5048 - - - - Polyneuropathy in neoplastic disease #> 5049 - - - - Polyneuropathy in nutritional deficiency #> 5050 - - - - Polyneuropathy in systemic connective tissue disorders #> 5051 - - - - Other specified secondary polyneuropathy #> 5052 - - - - Other secondary polyneuropathy, unspecified #> 5053 - - - Other specified polyneuropathy #> 5054 - - - Polyneuropathy, unspecified #> 5055 - - Mononeuropathy #> 5056 - - - Mononeuropathies of upper limb #> 5057 - - - - Carpal tunnel syndrome #> 5058 - - - - Lesion of ulnar nerve #> 5059 - - - - Lesion of radial nerve #> 5060 - - - - Other specified mononeuropathies of upper limb #> 5061 - - - - Mononeuropathies of upper limb, unspecified #> 5062 - - - Mononeuropathies of lower limb #> 5063 - - - - Lesion of sciatic nerve #> 5064 - - - - - Sciatic nerve piriformis syndrome #> 5065 - - - - - Other specified lesion of sciatic nerve #> 5066 - - - - - Lesion of sciatic nerve, unspecified #> 5067 - - - - Meralgia paraesthetica #> 5068 - - - - Lesion of femoral nerve #> 5069 - - - - Lesion of common peroneal nerve #> 5070 - - - - Lesion of tibial nerve #> 5071 - - - - Tarsal tunnel syndrome #> 5072 - - - - Lesion of plantar nerve #> 5073 - - - - Other specified mononeuropathies of lower limb #> 5074 - - - - Mononeuropathies of lower limb, unspecified #> 5075 - - - Certain specified mononeuropathies #> 5076 - - - - Intercostal neuropathy #> 5077 - - - - Mononeuritis multiplex #> 5078 - - - - Lesion of suprascapular nerve #> 5079 - - - - Lesion of axillary nerve #> 5080 - - - - Lesion of long thoracic nerve #> 5081 - - - - Traumatic neuroma, not otherwise specified #> 5082 - - - - Mononeuropathy of other specified nerve #> 5083 - - - Mononeuropathy of other specified site #> 5084 - - - Mononeuropathy of unspecified site #> 5085 - - Hereditary neuropathy #> 5086 - - - Hereditary motor and sensory neuropathy #> 5087 - - - - Charcot-Marie-Tooth disease 1 demyelinating #> 5088 - - - - Charcot-Marie-Tooth disease 2 axonal #> 5089 - - - - Intermediate Charcot-Marie-Tooth disease #> 5090 - - - - Other specified hereditary motor and sensory neuropathy #> 5091 - - - - Hereditary motor and sensory neuropathy, unspecified #> 5092 - - - Hereditary sensory or autonomic neuropathy #> 5093 - - - - Hereditary sensory and autonomic neuropathy type I #> 5094 - - - - Hereditary sensory and autonomic neuropathy type III #> 5095 - - - - Hereditary sensory and autonomic neuropathy type IV #> 5096 - - - - Hereditary sensory and autonomic neuropathy type V #> 5097 - - - - Other specified hereditary sensory or autonomic neuropathy #> 5098 - - - - Hereditary sensory or autonomic neuropathy, unspecified #> 5099 - - - Other specified hereditary neuropathy #> 5100 - - - Hereditary neuropathy, unspecified #> 5101 - - Other specified disorders of nerve root, plexus or peripheral nerves #> 5102 - - Disorders of nerve root, plexus or peripheral nerves, unspecified #> 5103 - Diseases of neuromuscular junction or muscle #> 5104 - - Myasthenia gravis or certain specified neuromuscular junction disorders #> 5105 - - - Myasthenia gravis #> 5106 - - - - Drug-induced myasthenia gravis #> 5107 - - - - Other specified myasthenia gravis #> 5108 - - - - Myasthenia gravis, unspecified #> 5109 - - - Congenital myasthenic syndromes #> 5110 - - - Lambert-Eaton syndrome #> 5111 - - - Other specified myasthenia gravis and neuromuscular junction disorders #> 5112 - - - Unspecified myasthenia gravis or neuromuscular junction disorders #> 5113 - - Primary disorders of muscles #> 5114 - - - Muscular dystrophy #> 5115 - - - - Becker muscular dystrophy #> 5116 - - - - Duchenne muscular dystrophy #> 5117 - - - - Emery-Dreifuss muscular dystrophy #> 5118 - - - - Facioscapulohumeral muscular dystrophy #> 5119 - - - - Limb-girdle muscular dystrophy #> 5120 - - - - - Dominant limb-girdle muscular dystrophy #> 5121 - - - - - Recessive limb-girdle muscular dystrophy #> 5122 - - - - - Other specified limb-girdle muscular dystrophy #> 5123 - - - - - Limb-girdle muscular dystrophy, unspecified #> 5124 - - - - Scapuloperoneal muscular dystrophy #> 5125 - - - - Congenital muscular dystrophy #> 5126 - - - - Other specified muscular dystrophy #> 5127 - - - - Muscular dystrophy, unspecified #> 5128 - - - Myotonic disorders #> 5129 - - - - Myotonic dystrophy #> 5130 - - - - Chondrodystrophic myotonia #> 5131 - - - - Myotonia congenita #> 5132 - - - - Drug-induced myotonia #> 5133 - - - - Neuromyotonia #> 5134 - - - - Pseudomyotonia #> 5135 - - - - Other specified myotonic disorders #> 5136 - - - - Myotonic disorders, unspecified #> 5137 - - - Congenital myopathies #> 5138 - - - - Congenital myopathy with structural abnormalities #> 5139 - - - - - Nemaline myopathy #> 5140 - - - - - Centronuclear myopathy #> 5141 - - - - - Central core disease #> 5142 - - - - - Other specified congenital myopathy with structural abnormalities #> 5143 - - - - - Congenital myopathy with structural abnormalities, unspecified #> 5144 - - - - Congenital myopathy with no structural abnormalities #> 5145 - - - - Other specified congenital myopathies #> 5146 - - - - Congenital myopathies, unspecified #> 5147 - - - Mitochondrial myopathies #> 5148 - - - - Autosomal recessive cardiomyopathy or ophthalmoplegia #> 5149 - - - - Neuropathy, ataxia, and retinitis pigmentosa #> 5150 - - - - Other specified mitochondrial myopathies #> 5151 - - - - Mitochondrial myopathies, unspecified #> 5152 - - - Periodic paralyses or disorders of muscle membrane excitability #> 5153 - - - - Paramyotonia congenita #> 5154 - - - - Periodic paralysis #> 5155 - - - - - Hypokalaemic periodic paralysis #> 5156 - - - - - Hyperkalaemic periodic paralysis #> 5157 - - - - - Other specified periodic paralysis #> 5158 - - - - - Periodic paralysis, unspecified #> 5159 - - - - Other specified periodic paralyses or disorders of muscle membrane excitability #> 5160 - - - - Periodic paralyses or disorders of muscle membrane excitability, unspecified #> 5161 - - - Distal myopathies #> 5162 - - - Myofibrillar myopathy #> 5163 - - - Ocular myopathy #> 5164 - - - Malignant hyperthermia or hyperpyrexia #> 5165 - - - Other specified primary disorders of muscles #> 5166 - - - Primary disorders of muscles, unspecified #> 5167 - - Secondary myopathies #> 5168 - - - Drug-induced myopathy #> 5169 - - - Autoimmune myopathy #> 5170 - - - Myopathy in certain specified infectious or parasitic disease #> 5171 - - - Myopathy in certain specified endocrine disease #> 5172 - - - Secondary rhabdomyolysis #> 5173 - - - Other specified secondary myopathies #> 5174 - - - Secondary myopathies, unspecified #> 5175 - - Other specified diseases of neuromuscular junction or muscle #> 5176 - - Diseases of neuromuscular junction or muscle, unspecified #> 5177 - Cerebral palsy #> 5178 - - Spastic cerebral palsy #> 5179 - - - Spastic unilateral cerebral palsy #> 5180 - - - Spastic bilateral cerebral palsy #> 5181 - - - - Spastic quadriplegic cerebral palsy #> 5182 - - - - Spastic diplegic cerebral palsy #> 5183 - - - - Spastic bilateral cerebral palsy, unspecified #> 5184 - - - Other specified spastic cerebral palsy #> 5185 - - - Spastic cerebral palsy, unspecified #> 5186 - - Dyskinetic cerebral palsy #> 5187 - - Ataxic cerebral palsy #> 5188 - - Worster-Drought syndrome #> 5189 - - Other specified cerebral palsy #> 5190 - - Cerebral palsy, unspecified #> 5191 - Nutritional or toxic disorders of the nervous system #> 5192 - - Neurological disorders due to nutrient deficiency #> 5193 - - - Encephalopathy due to nutritional deficiency #> 5194 - - - Neuropathy due to nutritional deficiency #> 5195 - - - Myopathy due to nutritional deficiency #> 5196 - - - Intellectual developmental disorder due to nutritional deficiency #> 5197 - - - Other specified neurological disorders due to nutrient deficiency #> 5198 - - - Neurological disorders due to nutrient deficiency, unspecified #> 5199 - - Neurological disorders due to an excess of micro or macro nutrients #> 5200 - - - Peripheral neuropathy due to vitamin B6 hyperalimentation #> 5201 - - - Myopathy due to hypercalcaemia #> 5202 - - - Pseudotumour Cerebri related to Hypervitaminosis A #> 5203 - - - Other specified neurological disorders due to an excess of micro or macro nutrients #> 5204 - - - Neurological disorders due to an excess of micro or macro nutrients, unspecified #> 5205 - - Neurological disorders due to overweight or obesity in adults or children #> 5206 - - Neurological disorders due to toxicity #> 5207 - - - Encephalopathy due to toxicity #> 5208 - - - - Encephalopathy due to ammonia #> 5209 - - - - Other specified encephalopathy due to toxicity #> 5210 - - - - Encephalopathy due to toxicity, unspecified #> 5211 - - - Cognitive impairment due to toxicity #> 5212 - - - Neuropathy due to toxicity #> 5213 - - - - Drug-induced polyneuropathy #> 5214 - - - - Post radiation polyneuropathy #> 5215 - - - - Other specified neuropathy due to toxicity #> 5216 - - - - Neuropathy due to toxicity, unspecified #> 5217 - - - Myopathy due to toxicity #> 5218 - - - Movement disorders due to toxicity #> 5219 - - - Cassava poisoning #> 5220 - - - Other specified neurological disorders due to toxicity #> 5221 - - - Neurological disorders due to toxicity, unspecified #> 5222 - - Alcohol-related neurological disorders #> 5223 - - - Alcoholic polyneuropathy #> 5224 - - - Alcoholic myopathy #> 5225 - - - Other specified alcohol-related neurological disorders #> 5226 - - - Alcohol-related neurological disorders, unspecified #> 5227 - - Other specified nutritional or toxic disorders of the nervous system #> 5228 - - Nutritional or toxic disorders of the nervous system, unspecified #> 5229 - Disorders of cerebrospinal fluid pressure or flow #> 5230 - - Increased intracranial pressure #> 5231 - - - Brain herniation syndromes #> 5232 - - - Cerebral oedema #> 5233 - - - Other specified increased intracranial pressure #> 5234 - - - Increased intracranial pressure, unspecified #> 5235 - - Intracranial hypotension #> 5236 - - - Spontaneous intracranial hypotension #> 5237 - - - Secondary intracranial hypotension #> 5238 - - - Other specified intracranial hypotension #> 5239 - - - Intracranial hypotension, unspecified #> 5240 - - Cerebrospinal fluid rhinorrhoea #> 5241 - - Cerebrospinal fluid otorrhoea #> 5242 - - Hydrocephalus #> 5243 - - - Communicating hydrocephalus #> 5244 - - - - Increased cerebrospinal fluid production #> 5245 - - - - Congenital agenesis of arachnoid villi #> 5246 - - - - Post haemorrhagic hydrocephalus #> 5247 - - - - Post traumatic hydrocephalus #> 5248 - - - - Normal-pressure hydrocephalus #> 5249 - - - - Other specified communicating hydrocephalus #> 5250 - - - - Communicating hydrocephalus, unspecified #> 5251 - - - Non-communicating hydrocephalus #> 5252 - - - - Hydrocephalus due to structural malformations #> 5253 - - - - Other specified non-communicating hydrocephalus #> 5254 - - - - Non-communicating hydrocephalus, unspecified #> 5255 - - - Ex-vacuo hydrocephalus #> 5256 - - - Hydrocephalus, unspecified #> 5257 - - Cerebrospinal fluid fistula #> 5258 - - Syringomyelia or syringobulbia #> 5259 - - - Idiopathic syringomyelia #> 5260 - - - Syringomyelia due to certain specified cause #> 5261 - - - Syringobulbia #> 5262 - - - Other specified syringomyelia or syringobulbia #> 5263 - - - Syringomyelia or syringobulbia, unspecified #> 5264 - - Intracranial arachnoid cyst #> 5265 - - Porencephalic cyst #> 5266 - - Other specified disorders of cerebrospinal fluid pressure or flow #> 5267 - - Disorders of cerebrospinal fluid pressure or flow, unspecified #> 5268 - Disorders of autonomic nervous system #> 5269 - - Congenital malformations of the autonomic nervous system #> 5270 - - Inherited autonomic nervous system disorders #> 5271 - - Autoimmune disorders involving the autonomic nervous system #> 5272 - - Autonomic nervous system disorder due to infection #> 5273 - - Pure autonomic nervous system failure #> 5274 - - Autonomic nervous system disorder due to substances #> 5275 - - Autonomic nervous system hyperactivity #> 5276 - - Autonomic nervous system disorder due to certain specified neurodegenerative disorder #> 5277 - - - Multiple system atrophy #> 5278 - - - - Multiple system atrophy, Cerebellar type #> 5279 - - - - Multiple system atrophy, Parkinsonism #> 5280 - - - - Other specified multiple system atrophy #> 5281 - - - - Multiple system atrophy, unspecified #> 5282 - - - Other specified autonomic nervous system disorder due to specified neurodegenerative disorder #> 5283 - - Autonomic neuropathies #> 5284 - - - Autonomic neuropathy due to sodium channelopathies #> 5285 - - - Autonomic neuropathy due to diabetes mellitus #> 5286 - - - Immune mediated autonomic neuropathy #> 5287 - - - Autonomic disorder due to toxins #> 5288 - - - Autonomic neuropathy in endocrine and metabolic diseases #> 5289 - - - Other specified autonomic neuropathies #> 5290 - - - Autonomic neuropathies, unspecified #> 5291 - - Disorders of orthostatic tolerance #> 5292 - - - Reflex syncope #> 5293 - - - Syncope due to autonomic failure #> 5294 - - - Postural orthostatic tachycardia syndrome #> 5295 - - - Baroreflex failure #> 5296 - - - Other specified disorders of orthostatic tolerance #> 5297 - - - Disorders of orthostatic tolerance, unspecified #> 5298 - - Focal or segmental autonomic disorders #> 5299 - - - Horner syndrome #> 5300 - - - Episodic anisocoria #> 5301 - - - Other specified focal or segmental autonomic disorders #> 5302 - - - Focal or segmental autonomic disorders, unspecified #> 5303 - - Disorders affecting autonomic synaptic neurotransmission #> 5304 - - Autonomic dysreflexia #> 5305 - - Hypoglycaemia unawareness #> 5306 - - Other specified disorders of autonomic nervous system #> 5307 - - Disorders of autonomic nervous system, unspecified #> 5308 - Human prion diseases #> 5309 - - Sporadic Creutzfeldt-Jakob Disease #> 5310 - - Acquired prion disease #> 5311 - - - Iatrogenically acquired Creutzfeldt-Jakob Disease #> 5312 - - - Kuru #> 5313 - - - Variant Creutzfeldt-Jakob Disease #> 5314 - - - Other acquired Creutzfeldt-Jakob Disease #> 5315 - - - Acquired prion disease, unspecified #> 5316 - - Genetic prion diseases #> 5317 - - - Genetic Creutzfeldt-Jakob disease #> 5318 - - - Gerstmann-Straussler-Scheinker syndrome #> 5319 - - - Fatal familial insomnia #> 5320 - - - Other genetic prion diseases #> 5321 - - - Other specified Creutzfeldt-Jakob disease #> 5322 - - - Creutzfeldt-Jakob disease, unspecified #> 5323 - - Variably protease sensitive prionopathy #> 5324 - - Other specified human prion diseases #> 5325 - - Human prion diseases, unspecified #> 5326 - Disorders of consciousness #> 5327 - - Persistent vegetative state #> 5328 - - Permanent vegetative state #> 5329 - - Minimally conscious state #> 5330 - - - Minimally conscious state plus #> 5331 - - - Minimally conscious state minus #> 5332 - - - Other specified minimally conscious state #> 5333 - - - Minimally conscious state, unspecified #> 5334 - - Other specified disorders of consciousness #> 5335 - - Disorders of consciousness, unspecified #> 5336 - Other disorders of the nervous system #> 5337 - - Disorders of the meninges excluding infection #> 5338 - - - Neoplastic meningitis #> 5339 - - - Chemical meningitis #> 5340 - - - Inflammatory meningitis #> 5341 - - - Arachnoiditis #> 5342 - - - Other specified disorders of the meninges excluding infection #> 5343 - - - Disorders of the meninges excluding infection, unspecified #> 5344 - - Pachymeningitis #> 5345 - - - Pachymeningitis due to infection #> 5346 - - - Idiopathic hypertrophic pachymeningitis #> 5347 - - - Other specified pachymeningitis #> 5348 - - - Pachymeningitis, unspecified #> 5349 - - Superficial siderosis of the nervous system #> 5350 - - Pain disorders #> 5351 - - - Neuropathic pain #> 5352 - - - - Phantom limb syndrome #> 5353 - - - - Other specified neuropathic pain #> 5354 - - - - Neuropathic pain, unspecified #> 5355 - - - Other specified pain disorders #> 5356 - - - Pain disorders, unspecified #> 5357 - - Post anoxic brain damage #> 5358 - - Locked-in syndrome #> 5359 - - Reye syndrome #> 5360 - - Encephalopathy, not elsewhere classified #> 5361 - - Encephalitis, not elsewhere classified #> 5362 - - Postviral fatigue syndrome #> 5363 - - Paraneoplastic or autoimmune disorders of the nervous system #> 5364 - - - Paraneoplastic or autoimmune disorders of the central nervous system, brain or spinal cord #> 5365 - - - Paraneoplastic or autoimmune disorders of the peripheral or autonomic nervous system #> 5366 - - - Paraneoplastic or autoimmune neuromuscular transmission disorders #> 5367 - - - Paraneoplastic or autoimmune disorders of the muscle #> 5368 - - - Other specified paraneoplastic or autoimmune disorders of the nervous system #> 5369 - - - Paraneoplastic or autoimmune disorders of the nervous system, unspecified #> 5370 - - Other specified disorders of the nervous system #> 5371 - Postprocedural disorders of the nervous system #> 5372 - - Post ventricular shunting leak #> 5373 - - Post radiation injury of the nervous system #> 5374 - - - Radiation-induced brain injury #> 5375 - - - Spinal cord irradiation #> 5376 - - - Post radiation injury of the nervous system, unspecified #> 5377 - - Postprocedural meningitis #> 5378 - - Post pump encephalopathy #> 5379 - - Multifocal cerebral infarctions #> 5380 - - Intracranial hypotension due to lumbar puncture #> 5381 - Other specified diseases of the nervous system #> 5382 - Diseases of the nervous system, unspecified #> 5383 Diseases of the visual system #> 5384 - Disorders of the ocular adnexa or orbit #> 5385 - - Disorders of eyelid or peri-ocular area #> 5386 - - - Congenital malposition of eyelids #> 5387 - - - - Dystopia canthorum #> 5388 - - - - Telecanthus #> 5389 - - - - Other specified congenital malposition of eyelids #> 5390 - - - - Congenital malposition of eyelids, unspecified #> 5391 - - - Infectious disorders of eyelid #> 5392 - - - - Preseptal cellulitis #> 5393 - - - - Abscess of eyelid #> 5394 - - - - Hordeolum #> 5395 - - - - - Hordeolum externum #> 5396 - - - - - Hordeolum internum #> 5397 - - - - - Hordeolum, unspecified #> 5398 - - - - Infectious blepharitis #> 5399 - - - - Infestation of eyelid #> 5400 - - - - Other specified infectious disorders of eyelid #> 5401 - - - - Unspecified infectious disorders of eyelid #> 5402 - - - Inflammatory disorders of eyelid #> 5403 - - - - Chalazion #> 5404 - - - - - Chalazion externum #> 5405 - - - - - Chalazion internum #> 5406 - - - - - Other specified chalazion #> 5407 - - - - - Chalazion, unspecified #> 5408 - - - - Posterior blepharitis #> 5409 - - - - Ligneous conjunctivitis #> 5410 - - - - Meibomian gland dysfunction #> 5411 - - - - Other specified inflammatory disorders of eyelid #> 5412 - - - - Inflammatory disorders of eyelid, unspecified #> 5413 - - - Acquired malposition of eyelid #> 5414 - - - - Blepharoptosis #> 5415 - - - - - Marcus-Gunn syndrome #> 5416 - - - - - Mechanical ptosis of eyelid #> 5417 - - - - - Myogenic ptosis of eyelid #> 5418 - - - - - Paralytic ptosis of eyelid #> 5419 - - - - - Other specified blepharoptosis #> 5420 - - - - - Blepharoptosis, unspecified #> 5421 - - - - Entropion of eyelid #> 5422 - - - - - Cicatricial entropion of eyelid #> 5423 - - - - - Mechanical entropion of eyelid #> 5424 - - - - - Senile entropion of eyelid #> 5425 - - - - - Spastic entropion of eyelid #> 5426 - - - - - Other specified entropion of eyelid #> 5427 - - - - - Entropion of eyelid, unspecified #> 5428 - - - - Ectropion of eyelid #> 5429 - - - - - Cicatricial ectropion of eyelid #> 5430 - - - - - Mechanical ectropion of eyelid #> 5431 - - - - - Senile ectropion of eyelid #> 5432 - - - - - Spastic ectropion of eyelid #> 5433 - - - - - Floppy eyelid syndrome #> 5434 - - - - - Other specified ectropion of eyelid #> 5435 - - - - - Ectropion of eyelid, unspecified #> 5436 - - - - Eyelid retraction #> 5437 - - - - Lagophthalmos #> 5438 - - - - - Cicatricial lagophthalmos #> 5439 - - - - - Mechanical lagophthalmos #> 5440 - - - - - Paralytic lagophthalmos #> 5441 - - - - - Other specified lagophthalmos #> 5442 - - - - - Lagophthalmos, unspecified #> 5443 - - - - Dermatochalasis of eyelid #> 5444 - - - - Other specified acquired malposition of eyelid #> 5445 - - - - Acquired malposition of eyelid, unspecified #> 5446 - - - Acquired disorders of eyelashes #> 5447 - - - - Trichiasis without entropion #> 5448 - - - - Madarosis of eyelid or periocular area #> 5449 - - - - Other specified acquired disorders of eyelashes #> 5450 - - - - Acquired disorders of eyelashes, unspecified #> 5451 - - - Movement disorders of eyelid #> 5452 - - - - Myokymia of eyelid #> 5453 - - - - Eyelid apraxia #> 5454 - - - - Other specified movement disorders of eyelid #> 5455 - - - - Movement disorders of eyelid, unspecified #> 5456 - - - Certain specified disorders of eyelid #> 5457 - - - - Involvement of eyelid by dermatosis classified elsewhere #> 5458 - - - - Vitiligo of eyelid or periocular area #> 5459 - - - - Symblepharon, acquired #> 5460 - - - - Traumatic scar of eyelid #> 5461 - - - - Xanthelasma of eyelid #> 5462 - - - - Tear Trough Deformity #> 5463 - - - - Sunken Sulcus Deformity #> 5464 - - - - Dermatitis or eczema of eyelids #> 5465 - - - - - Atopic eczema of eyelids #> 5466 - - - - - Seborrhoeic dermatitis of eyelids #> 5467 - - - - - Allergic contact blepharoconjunctivitis #> 5468 - - - - - Other specified dermatitis or eczema of eyelids #> 5469 - - - - - Dermatitis or eczema of eyelids, type unspecified #> 5470 - - - - Blepharochalasis #> 5471 - - - - Other specified disorders of eyelid #> 5472 - - - Other specified disorders of eyelid or peri-ocular area #> 5473 - - - Disorders of eyelid or peri-ocular area, unspecified #> 5474 - - Disorders of lacrimal apparatus #> 5475 - - - Disorders of lacrimal gland #> 5476 - - - - Infections of the lacrimal gland #> 5477 - - - - Orbital inflammatory syndrome #> 5478 - - - - Benign lymphoepithelial lesion of lacrimal gland #> 5479 - - - - Hyperlacrimation #> 5480 - - - - Underproduction of tears #> 5481 - - - - Other specified disorders of lacrimal gland #> 5482 - - - - Disorders of lacrimal gland, unspecified #> 5483 - - - Disorders of lacrimal drainage system #> 5484 - - - - Eversion of lacrimal punctum #> 5485 - - - - Canaliculitis #> 5486 - - - - Dacryocystitis #> 5487 - - - - Conjunctivochalasis #> 5488 - - - - Punctal stenosis #> 5489 - - - - Nasolacrimal canalicular stenosis #> 5490 - - - - Dacryolith #> 5491 - - - - Nasolacrimal sac stenosis #> 5492 - - - - Nasolacrimal duct obstruction #> 5493 - - - - Other specified disorders of lacrimal drainage system #> 5494 - - - - Disorders of lacrimal drainage system, unspecified #> 5495 - - - Other specified disorders of lacrimal apparatus #> 5496 - - - Disorders of lacrimal apparatus, unspecified #> 5497 - - Disorders of orbit #> 5498 - - - Displacement of eyeball #> 5499 - - - - Axial displacement of eyeball #> 5500 - - - - - Outward displacement of eyeball #> 5501 - - - - - Inward displacement of eyeball #> 5502 - - - - - Other specified axial displacement of eyeball #> 5503 - - - - - Axial displacement of eyeball, unspecified #> 5504 - - - - Non-axial displacement of eyeball #> 5505 - - - - Other specified displacement of eyeball #> 5506 - - - - Displacement of eyeball, unspecified #> 5507 - - - Orbital infection #> 5508 - - - - Orbital cellulitis #> 5509 - - - - Orbital subperiosteal abscess #> 5510 - - - - Orbital abscess #> 5511 - - - - Periostitis of orbit #> 5512 - - - - Other specified orbital infection #> 5513 - - - - Orbital infection, unspecified #> 5514 - - - Orbital inflammation #> 5515 - - - - Dysthyroid orbitopathy #> 5516 - - - - Diffuse orbital inflammation #> 5517 - - - - Granulomatous orbital inflammation #> 5518 - - - - Other specified orbital inflammation #> 5519 - - - - Orbital inflammation, unspecified #> 5520 - - - Orbital cyst #> 5521 - - - - Congenital orbital cyst #> 5522 - - - - Acquired orbital cyst #> 5523 - - - - Orbital cyst, unspecified #> 5524 - - - Bony deformity of orbit #> 5525 - - - - Contraction of orbit #> 5526 - - - - Expansion of orbit #> 5527 - - - - Distortion of orbit #> 5528 - - - - Enlargement of bony orbit #> 5529 - - - - Exostosis of orbit #> 5530 - - - - Other specified bony deformity of orbit #> 5531 - - - - Bony deformity of orbit, unspecified #> 5532 - - - Soft tissue deformity of orbit #> 5533 - - - - Anophthalmic socket #> 5534 - - - - Microphthalmic socket #> 5535 - - - - Contracted socket #> 5536 - - - - Oedema of orbit #> 5537 - - - - Haemorrhage of orbit #> 5538 - - - - Atrophy of soft tissue of orbit #> 5539 - - - - Other specified soft tissue deformity of orbit #> 5540 - - - - Soft tissue deformity of orbit, unspecified #> 5541 - - - Combined bony and soft tissue deformity of orbit #> 5542 - - - Other specified disorders of orbit #> 5543 - - - Disorders of orbit, unspecified #> 5544 - - Other specified disorders of the ocular adnexa or orbit #> 5545 - - Disorders of the ocular adnexa or orbit, unspecified #> 5546 - Disorders of the eyeball - anterior segment #> 5547 - - Disorders of conjunctiva #> 5548 - - - Conjunctivitis #> 5549 - - - - Papillary conjunctivitis #> 5550 - - - - - Giant papillary conjunctivitis #> 5551 - - - - - Acute atopic conjunctivitis #> 5552 - - - - - Allergic conjunctivitis #> 5553 - - - - - Other specified papillary conjunctivitis #> 5554 - - - - - Papillary conjunctivitis, unspecified #> 5555 - - - - Follicular conjunctivitis #> 5556 - - - - Cicatrizing conjunctivitis #> ClassKind DepthInKind IsResidual ChapterNo BrowserLink isLeaf #> 2 chapter 1 False 01 NA False #> 3 block 1 False 01 NA False #> 4 block 2 False 01 NA False #> 5 category 1 False 01 NA True #> 6 category 1 False 01 NA True #> 7 category 1 False 01 NA True #> 8 category 1 False 01 NA False #> 9 category 2 False 01 NA True #> 10 category 2 False 01 NA True #> 11 category 2 False 01 NA True #> 12 category 2 False 01 NA True #> 13 category 2 True 01 NA True #> 14 category 2 True 01 NA True #> 15 category 1 False 01 NA True #> 16 category 1 False 01 NA True #> 17 category 1 False 01 NA True #> 18 category 1 False 01 NA False #> 19 category 2 False 01 NA True #> 20 category 2 True 01 NA True #> 21 category 2 True 01 NA True #> 22 category 1 False 01 NA True #> 23 category 1 False 01 NA False #> 24 category 2 False 01 NA True #> 25 category 2 True 01 NA True #> 26 category 2 True 01 NA True #> 27 category 1 True 01 NA True #> 28 category 1 True 01 NA True #> 29 block 2 False 01 NA False #> 30 category 1 False 01 NA True #> 31 category 1 False 01 NA False #> 32 category 2 False 01 NA True #> 33 category 2 False 01 NA True #> 34 category 2 True 01 NA True #> 35 category 1 False 01 NA True #> 36 category 1 False 01 NA True #> 37 category 1 True 01 NA True #> 38 category 1 True 01 NA True #> 39 block 2 False 01 NA False #> 40 category 1 False 01 NA True #> 41 category 1 False 01 NA True #> 42 category 1 False 01 NA True #> 43 category 1 False 01 NA True #> 44 category 1 False 01 NA True #> 45 category 1 True 01 NA True #> 46 category 1 True 01 NA True #> 47 block 2 False 01 NA False #> 48 category 1 False 01 NA True #> 49 category 1 False 01 NA True #> 50 category 1 False 01 NA True #> 51 category 1 False 01 NA False #> 52 category 2 False 01 NA True #> 53 category 2 False 01 NA True #> 54 category 2 True 01 NA True #> 55 category 2 True 01 NA True #> 56 category 1 False 01 NA True #> 57 category 1 False 01 NA True #> 58 category 1 False 01 NA False #> 59 category 2 False 01 NA False #> 60 category 3 False 01 NA True #> 61 category 3 False 01 NA True #> 62 category 3 True 01 NA True #> 63 category 2 False 01 NA False #> 64 category 3 False 01 NA True #> 65 category 3 False 01 NA True #> 66 category 3 False 01 NA True #> 67 category 3 True 01 NA True #> 68 category 2 True 01 NA True #> 69 category 1 True 01 NA True #> 70 category 1 True 01 NA True #> 71 category 1 False 01 NA False #> 72 category 2 False 01 NA True #> 73 category 2 True 01 NA True #> 74 block 1 False 01 NA False #> 75 block 2 False 01 NA False #> 76 category 1 False 01 NA False #> 77 category 2 False 01 NA True #> 78 category 2 False 01 NA True #> 79 category 2 False 01 NA True #> 80 category 2 False 01 NA True #> 81 category 2 False 01 NA True #> 82 category 2 False 01 NA True #> 83 category 2 True 01 NA True #> 84 category 1 False 01 NA False #> 85 category 2 False 01 NA True #> 86 category 2 False 01 NA True #> 87 category 2 False 01 NA True #> 88 category 2 False 01 NA True #> 89 category 2 False 01 NA True #> 90 category 2 False 01 NA True #> 91 category 2 True 01 NA True #> 92 category 2 True 01 NA True #> 93 category 1 False 01 NA False #> 94 category 2 False 01 NA False #> 95 category 3 False 01 NA True #> 96 category 3 False 01 NA True #> 97 category 3 True 01 NA True #> 98 category 2 False 01 NA True #> 99 category 2 False 01 NA False #> 100 category 3 False 01 NA True #> 101 category 3 False 01 NA True #> 102 category 3 False 01 NA True #> 103 category 3 True 01 NA True #> 104 category 3 True 01 NA True #> 105 category 2 True 01 NA True #> 106 category 2 True 01 NA True #> 107 category 1 False 01 NA True #> 108 category 1 True 01 NA True #> 109 block 2 False 01 NA False #> 110 category 1 False 01 NA False #> 111 category 2 False 01 NA False #> 112 category 3 False 01 NA True #> 113 category 3 True 01 NA True #> 114 category 3 True 01 NA True #> 115 category 2 False 01 NA True #> 116 category 2 True 01 NA True #> 117 category 2 True 01 NA True #> 118 category 1 False 01 NA True #> 119 category 1 False 01 NA False #> 120 category 2 False 01 NA True #> 121 category 2 False 01 NA True #> 122 category 2 False 01 NA True #> 123 category 2 False 01 NA True #> 124 category 2 False 01 NA True #> 125 category 2 True 01 NA True #> 126 category 1 False 01 NA True #> 127 category 1 True 01 NA True #> 128 block 2 False 01 NA False #> 129 category 1 False 01 NA True #> 130 category 1 False 01 NA False #> 131 category 2 False 01 NA True #> 132 category 2 False 01 NA True #> 133 category 2 True 01 NA True #> 134 category 2 True 01 NA True #> 135 category 1 True 01 NA True #> 136 category 1 True 01 NA True #> 137 category 1 False 01 NA True #> 138 category 1 False 01 NA True #> 139 category 1 False 01 NA True #> 140 category 1 False 01 NA True #> 141 category 1 False 01 NA False #> 142 category 2 False 01 NA True #> 143 category 2 False 01 NA True #> 144 category 2 True 01 NA True #> 145 category 1 False 01 NA False #> 146 category 2 False 01 NA True #> 147 category 2 False 01 NA True #> 148 category 2 False 01 NA True #> 149 category 2 True 01 NA True #> 150 category 1 True 01 NA True #> 151 category 1 True 01 NA True #> 152 block 1 False 01 NA False #> 153 block 2 False 01 NA False #> 154 category 1 False 01 NA False #> 155 category 2 False 01 NA True #> 156 category 2 False 01 NA True #> 157 category 2 True 01 NA True #> 158 category 1 False 01 NA False #> 159 category 2 False 01 NA True #> 160 category 2 False 01 NA True #> 161 category 2 False 01 NA True #> 162 category 2 False 01 NA True #> 163 category 2 True 01 NA True #> 164 category 2 True 01 NA True #> 165 category 1 False 01 NA False #> 166 category 2 False 01 NA True #> 167 category 2 False 01 NA True #> 168 category 2 False 01 NA True #> 169 category 2 False 01 NA True #> 170 category 2 False 01 NA False #> 171 category 3 False 01 NA True #> 172 category 3 False 01 NA True #> 173 category 3 True 01 NA True #> 174 category 3 True 01 NA True #> 175 category 2 False 01 NA True #> 176 category 2 False 01 NA True #> 177 category 2 False 01 NA True #> 178 category 2 False 01 NA True #> 179 category 2 True 01 NA True #> 180 category 1 False 01 NA False #> 181 category 2 False 01 NA True #> 182 category 2 False 01 NA True #> 183 category 2 False 01 NA True #> 184 category 2 True 01 NA True #> 185 category 2 True 01 NA True #> 186 category 1 False 01 NA True #> 187 category 1 True 01 NA True #> 188 category 1 True 01 NA True #> 189 category 1 False 01 NA False #> 190 category 2 False 01 NA True #> 191 category 2 False 01 NA True #> 192 category 2 False 01 NA False #> 193 category 3 False 01 NA True #> 194 category 3 False 01 NA True #> 195 category 2 False 01 NA True #> 196 category 2 True 01 NA True #> 197 category 1 False 01 NA False #> 198 category 2 False 01 NA True #> 199 category 2 False 01 NA True #> 200 category 2 False 01 NA False #> 201 category 3 False 01 NA True #> 202 category 3 True 01 NA True #> 203 category 3 True 01 NA True #> 204 category 2 False 01 NA True #> 205 category 2 False 01 NA True #> 206 category 2 True 01 NA True #> 207 category 2 True 01 NA True #> 208 category 1 True 01 NA True #> 209 category 1 True 01 NA True #> 210 block 1 False 01 NA False #> 211 block 2 False 01 NA False #> 212 category 1 False 01 NA False #> 213 category 2 False 01 NA True #> 214 category 2 True 01 NA True #> 215 category 2 True 01 NA True #> 216 category 1 False 01 NA False #> 217 category 2 False 01 NA True #> 218 category 2 False 01 NA False #> 219 category 3 False 01 NA True #> 220 category 3 True 01 NA True #> 221 category 3 True 01 NA True #> 222 category 2 False 01 NA True #> 223 category 2 True 01 NA True #> 224 category 2 True 01 NA True #> 225 category 1 False 01 NA True #> 226 category 1 False 01 NA True #> 227 category 1 False 01 NA True #> 228 category 1 False 01 NA True #> 229 category 1 False 01 NA True #> 230 category 1 True 01 NA True #> 231 category 1 True 01 NA True #> 232 block 1 False 01 NA False #> 233 category 1 False 01 NA False #> 234 category 2 False 01 NA False #> 235 category 3 False 01 NA True #> 236 category 3 False 01 NA True #> 237 category 3 False 01 NA True #> 238 category 3 True 01 NA True #> 239 category 3 True 01 NA True #> 240 category 2 False 01 NA True #> 241 category 2 False 01 NA True #> 242 category 2 False 01 NA True #> 243 category 2 True 01 NA True #> 244 category 2 True 01 NA True #> 245 category 1 False 01 NA False #> 246 category 2 False 01 NA True #> 247 category 2 False 01 NA True #> 248 category 2 False 01 NA True #> 249 category 2 True 01 NA True #> 250 category 2 True 01 NA True #> 251 category 1 False 01 NA False #> 252 category 2 False 01 NA True #> 253 category 2 False 01 NA True #> 254 category 2 False 01 NA True #> 255 category 2 True 01 NA True #> 256 category 2 True 01 NA True #> 257 category 1 False 01 NA False #> 258 category 2 False 01 NA True #> 259 category 2 False 01 NA True #> 260 category 2 False 01 NA True #> 261 category 2 True 01 NA True #> 262 category 2 True 01 NA True #> 263 category 1 False 01 NA False #> 264 category 2 False 01 NA True #> 265 category 2 True 01 NA True #> 266 category 2 True 01 NA True #> 267 category 1 False 01 NA False #> 268 category 2 False 01 NA True #> 269 category 2 False 01 NA True #> 270 category 2 False 01 NA True #> 271 category 2 False 01 NA True #> 272 category 2 False 01 NA True #> 273 category 2 True 01 NA True #> 274 category 1 True 01 NA True #> 275 category 1 True 01 NA True #> 276 block 1 False 01 NA False #> 277 category 1 False 01 NA False #> 278 category 2 False 01 NA True #> 279 category 2 False 01 NA True #> 280 category 1 False 01 NA True #> 281 category 1 False 01 NA True #> 282 category 1 False 01 NA False #> 283 category 2 False 01 NA True #> 284 category 2 False 01 NA True #> 285 category 2 False 01 NA True #> 286 category 2 False 01 NA True #> 287 category 2 True 01 NA True #> 288 category 2 True 01 NA True #> 289 category 1 False 01 NA False #> 290 category 2 False 01 NA True #> 291 category 2 True 01 NA True #> 292 category 2 True 01 NA True #> 293 category 1 False 01 NA True #> 294 category 1 False 01 NA True #> 295 category 1 False 01 NA True #> 296 category 1 False 01 NA True #> 297 category 1 False 01 NA True #> 298 category 1 False 01 NA True #> 299 category 1 True 01 NA True #> 300 block 1 False 01 NA False #> 301 category 1 False 01 NA False #> 302 category 2 False 01 NA True #> 303 category 2 False 01 NA True #> 304 category 2 False 01 NA True #> 305 category 2 False 01 NA True #> 306 category 2 True 01 NA True #> 307 category 2 True 01 NA True #> 308 category 1 False 01 NA False #> 309 category 2 False 01 NA False #> 310 category 3 False 01 NA True #> 311 category 3 False 01 NA True #> 312 category 2 False 01 NA True #> 313 category 2 True 01 NA True #> 314 category 2 True 01 NA True #> 315 category 1 False 01 NA False #> 316 category 2 False 01 NA True #> 317 category 2 False 01 NA True #> 318 category 2 True 01 NA True #> 319 category 2 True 01 NA True #> 320 category 1 False 01 NA True #> 321 category 1 False 01 NA True #> 322 category 1 False 01 NA True #> 323 category 1 False 01 NA True #> 324 category 1 False 01 NA False #> 325 category 2 False 01 NA False #> 326 category 3 False 01 NA True #> 327 category 3 True 01 NA True #> 328 category 3 True 01 NA True #> 329 category 2 False 01 NA True #> 330 category 2 False 01 NA True #> 331 category 2 False 01 NA True #> 332 category 2 True 01 NA True #> 333 category 2 True 01 NA True #> 334 category 1 False 01 NA True #> 335 category 1 False 01 NA False #> 336 category 2 False 01 NA True #> 337 category 2 False 01 NA True #> 338 category 2 True 01 NA True #> 339 category 1 False 01 NA False #> 340 category 2 False 01 NA True #> 341 category 2 False 01 NA True #> 342 category 2 True 01 NA True #> 343 category 2 True 01 NA True #> 344 category 1 False 01 NA False #> 345 category 2 False 01 NA True #> 346 category 2 False 01 NA True #> 347 category 2 True 01 NA True #> 348 category 2 True 01 NA True #> 349 category 1 False 01 NA False #> 350 category 2 False 01 NA True #> 351 category 2 False 01 NA True #> 352 category 2 False 01 NA False #> 353 category 3 False 01 NA True #> 354 category 3 True 01 NA True #> 355 category 3 True 01 NA True #> 356 category 2 True 01 NA True #> 357 category 2 True 01 NA True #> 358 category 1 False 01 NA False #> 359 category 2 False 01 NA True #> 360 category 2 False 01 NA True #> 361 category 2 False 01 NA True #> 362 category 2 False 01 NA True #> 363 category 2 True 01 NA True #> 364 category 1 False 01 NA False #> 365 category 2 False 01 NA True #> 366 category 2 False 01 NA True #> 367 category 2 False 01 NA True #> 368 category 2 False 01 NA True #> 369 category 2 True 01 NA True #> 370 category 1 False 01 NA True #> 371 category 1 False 01 NA False #> 372 category 2 False 01 NA True #> 373 category 2 False 01 NA False #> 374 category 3 False 01 NA True #> 375 category 3 False 01 NA True #> 376 category 3 False 01 NA True #> 377 category 3 False 01 NA True #> 378 category 3 False 01 NA True #> 379 category 3 True 01 NA True #> 380 category 3 True 01 NA True #> 381 category 2 True 01 NA True #> 382 category 2 True 01 NA True #> 383 category 1 False 01 NA False #> 384 category 2 False 01 NA True #> 385 category 2 True 01 NA True #> 386 category 2 True 01 NA True #> 387 category 1 False 01 NA False #> 388 category 2 False 01 NA True #> 389 category 2 False 01 NA True #> 390 category 2 True 01 NA True #> 391 block 2 False 01 NA False #> 392 category 1 False 01 NA True #> 393 category 1 False 01 NA True #> 394 category 1 False 01 NA True #> 395 category 1 False 01 NA False #> 396 category 2 False 01 NA True #> 397 category 2 False 01 NA True #> 398 category 2 True 01 NA True #> 399 category 2 True 01 NA True #> 400 category 1 True 01 NA True #> 401 category 1 True 01 NA True #> 402 block 2 False 01 NA False #> 403 category 1 False 01 NA False #> 404 category 2 False 01 NA True #> 405 category 2 False 01 NA True #> 406 category 2 False 01 NA True #> 407 category 2 False 01 NA True #> 408 category 2 True 01 NA True #> 409 category 2 True 01 NA True #> 410 category 1 False 01 NA False #> 411 category 2 False 01 NA True #> 412 category 2 False 01 NA True #> 413 category 2 False 01 NA True #> 414 category 2 False 01 NA True #> 415 category 2 True 01 NA True #> 416 category 2 True 01 NA True #> 417 category 1 False 01 NA True #> 418 category 1 False 01 NA True #> 419 category 1 True 01 NA True #> 420 category 1 True 01 NA True #> 421 category 1 False 01 NA True #> 422 category 1 False 01 NA True #> 423 category 1 False 01 NA True #> 424 category 1 False 01 NA True #> 425 category 1 False 01 NA True #> 426 category 1 False 01 NA False #> 427 category 2 False 01 NA True #> 428 category 2 False 01 NA True #> 429 category 2 True 01 NA True #> 430 category 2 True 01 NA True #> 431 category 1 True 01 NA True #> 432 category 1 True 01 NA True #> 433 block 1 False 01 NA False #> 434 category 1 False 01 NA False #> 435 category 2 False 01 NA True #> 436 category 2 False 01 NA True #> 437 category 2 False 01 NA True #> 438 category 2 False 01 NA False #> 439 category 3 False 01 NA True #> 440 category 3 True 01 NA True #> 441 category 3 True 01 NA True #> 442 category 2 True 01 NA True #> 443 category 1 False 01 NA False #> 444 category 2 False 01 NA True #> 445 category 2 False 01 NA True #> 446 category 2 False 01 NA True #> 447 category 2 False 01 NA False #> 448 category 3 False 01 NA True #> 449 category 3 True 01 NA True #> 450 category 3 True 01 NA True #> 451 category 2 True 01 NA True #> 452 category 1 False 01 NA False #> 453 category 2 False 01 NA True #> 454 category 2 False 01 NA True #> 455 category 2 False 01 NA True #> 456 category 2 False 01 NA False #> 457 category 3 False 01 NA True #> 458 category 3 True 01 NA True #> 459 category 3 True 01 NA True #> 460 category 2 True 01 NA True #> 461 block 1 False 01 NA False #> 462 category 1 False 01 NA True #> 463 category 1 False 01 NA True #> 464 category 1 False 01 NA True #> 465 category 1 False 01 NA True #> 466 category 1 False 01 NA True #> 467 category 1 False 01 NA True #> 468 category 1 False 01 NA True #> 469 category 1 False 01 NA True #> 470 category 1 False 01 NA True #> 471 category 1 False 01 NA True #> 472 category 1 False 01 NA True #> 473 category 1 False 01 NA True #> 474 category 1 False 01 NA False #> 475 category 2 False 01 NA True #> 476 category 2 False 01 NA True #> 477 category 2 True 01 NA True #> 478 category 2 True 01 NA True #> 479 category 1 False 01 NA True #> 480 category 1 False 01 NA False #> 481 category 2 False 01 NA True #> 482 category 2 False 01 NA True #> 483 category 2 False 01 NA True #> 484 category 2 True 01 NA True #> 485 category 1 True 01 NA True #> 486 category 1 True 01 NA True #> 487 block 1 False 01 NA False #> 488 category 1 False 01 NA False #> 489 category 2 False 01 NA True #> 490 category 2 False 01 NA True #> 491 category 2 False 01 NA True #> 492 category 2 True 01 NA True #> 493 category 2 True 01 NA True #> 494 category 1 False 01 NA False #> 495 category 2 False 01 NA False #> 496 category 3 False 01 NA True #> 497 category 3 True 01 NA True #> 498 category 3 True 01 NA True #> 499 category 2 False 01 NA True #> 500 category 2 False 01 NA True #> 501 category 2 False 01 NA True #> 502 category 2 True 01 NA True #> 503 category 2 True 01 NA True #> 504 category 1 False 01 NA False #> 505 category 2 False 01 NA True #> 506 category 2 False 01 NA True #> 507 category 2 False 01 NA True #> 508 category 2 False 01 NA True #> 509 category 2 True 01 NA True #> 510 category 2 True 01 NA True #> 511 category 1 False 01 NA False #> 512 category 2 False 01 NA True #> 513 category 2 False 01 NA True #> 514 category 2 False 01 NA True #> 515 category 2 False 01 NA False #> 516 category 3 False 01 NA True #> 517 category 3 False 01 NA True #> 518 category 3 False 01 NA True #> 519 category 3 False 01 NA True #> 520 category 3 True 01 NA True #> 521 category 3 True 01 NA True #> 522 category 2 False 01 NA True #> 523 category 2 False 01 NA True #> 524 category 2 True 01 NA True #> 525 category 2 True 01 NA True #> 526 category 1 False 01 NA False #> 527 category 2 False 01 NA True #> 528 category 2 False 01 NA False #> 529 category 3 False 01 NA True #> 530 category 3 True 01 NA True #> 531 category 3 True 01 NA True #> 532 category 2 False 01 NA True #> 533 category 2 False 01 NA True #> 534 category 2 False 01 NA True #> 535 category 2 False 01 NA True #> 536 category 2 True 01 NA True #> 537 category 2 True 01 NA True #> 538 category 1 False 01 NA False #> 539 category 2 False 01 NA True #> 540 category 2 False 01 NA True #> 541 category 2 True 01 NA True #> 542 category 2 True 01 NA True #> 543 category 1 True 01 NA True #> 544 category 1 True 01 NA True #> 545 block 1 False 01 NA False #> 546 category 1 False 01 NA True #> 547 category 1 False 01 NA True #> 548 category 1 False 01 NA True #> 549 category 1 True 01 NA True #> 550 block 1 False 01 NA False #> 551 category 1 False 01 NA True #> 552 category 1 False 01 NA True #> 553 category 1 False 01 NA True #> 554 category 1 False 01 NA True #> 555 category 1 False 01 NA True #> 556 category 1 False 01 NA True #> 557 category 1 False 01 NA True #> 558 category 1 False 01 NA True #> 559 category 1 False 01 NA True #> 560 category 1 False 01 NA True #> 561 category 1 False 01 NA True #> 562 category 1 False 01 NA True #> 563 category 1 False 01 NA True #> 564 category 1 False 01 NA True #> 565 category 1 False 01 NA True #> 566 category 1 True 01 NA True #> 567 category 1 True 01 NA True #> 568 block 1 False 01 NA False #> 569 category 1 False 01 NA False #> 570 category 2 False 01 NA False #> 571 category 3 False 01 NA True #> 572 category 3 False 01 NA True #> 573 category 3 False 01 NA True #> 574 category 3 False 01 NA True #> 575 category 3 True 01 NA True #> 576 category 3 True 01 NA True #> 577 category 2 False 01 NA False #> 578 category 3 False 01 NA True #> 579 category 3 False 01 NA True #> 580 category 3 True 01 NA True #> 581 category 3 True 01 NA True #> 582 category 2 True 01 NA True #> 583 category 2 True 01 NA True #> 584 category 1 False 01 NA False #> 585 category 2 False 01 NA True #> 586 category 2 False 01 NA True #> 587 category 2 False 01 NA True #> 588 category 2 False 01 NA True #> 589 category 2 True 01 NA True #> 590 category 2 True 01 NA True #> 591 category 1 False 01 NA False #> 592 category 2 False 01 NA True #> 593 category 2 False 01 NA True #> 594 category 2 False 01 NA True #> 595 category 2 True 01 NA True #> 596 category 2 True 01 NA True #> 597 category 1 False 01 NA True #> 598 category 1 False 01 NA True #> 599 category 1 False 01 NA True #> 600 category 1 True 01 NA True #> 601 category 1 True 01 NA True #> 602 block 1 False 01 NA False #> 603 category 1 False 01 NA False #> 604 category 2 False 01 NA True #> 605 category 2 False 01 NA True #> 606 category 2 False 01 NA True #> 607 category 2 False 01 NA True #> 608 category 2 False 01 NA True #> 609 category 2 True 01 NA True #> 610 category 1 False 01 NA False #> 611 category 2 False 01 NA True #> 612 category 2 False 01 NA True #> 613 category 2 True 01 NA True #> 614 category 2 True 01 NA True #> 615 category 1 False 01 NA False #> 616 category 2 False 01 NA True #> 617 category 2 False 01 NA True #> 618 category 2 True 01 NA True #> 619 category 2 True 01 NA True #> 620 category 1 False 01 NA True #> 621 category 1 False 01 NA False #> 622 category 2 False 01 NA True #> 623 category 2 False 01 NA True #> 624 category 2 True 01 NA True #> 625 category 2 True 01 NA True #> 626 category 1 False 01 NA False #> 627 category 2 False 01 NA True #> 628 category 2 False 01 NA True #> 629 category 2 False 01 NA True #> 630 category 2 False 01 NA True #> 631 category 2 False 01 NA True #> 632 category 2 True 01 NA True #> 633 category 2 True 01 NA True #> 634 category 1 False 01 NA True #> 635 block 2 False 01 NA False #> 636 category 1 False 01 NA True #> 637 category 1 False 01 NA True #> 638 category 1 False 01 NA True #> 639 category 1 False 01 NA True #> 640 category 1 True 01 NA True #> 641 category 1 True 01 NA True #> 642 category 1 True 01 NA True #> 643 category 1 True 01 NA True #> 644 block 1 False 01 NA False #> 645 category 1 False 01 NA True #> 646 category 1 False 01 NA True #> 647 category 1 False 01 NA True #> 648 block 1 False 01 NA False #> 649 category 1 False 01 NA False #> 650 category 2 False 01 NA True #> 651 category 2 False 01 NA True #> 652 category 2 False 01 NA True #> 653 category 2 False 01 NA True #> 654 category 2 False 01 NA True #> 655 category 2 True 01 NA True #> 656 category 2 True 01 NA True #> 657 category 1 False 01 NA False #> 658 category 2 False 01 NA False #> 659 category 3 False 01 NA True #> 660 category 3 True 01 NA True #> 661 category 3 True 01 NA True #> 662 category 2 False 01 NA True #> 663 category 2 False 01 NA True #> 664 category 2 False 01 NA True #> 665 category 2 True 01 NA True #> 666 category 2 True 01 NA True #> 667 category 1 True 01 NA True #> 668 block 1 False 01 NA False #> 669 block 2 False 01 NA False #> 670 category 1 False 01 NA True #> 671 category 1 False 01 NA True #> 672 category 1 False 01 NA True #> 673 category 1 False 01 NA True #> 674 category 1 False 01 NA True #> 675 category 1 False 01 NA True #> 676 category 1 False 01 NA True #> 677 category 1 True 01 NA True #> 678 category 1 True 01 NA True #> 679 block 2 False 01 NA False #> 680 category 1 False 01 NA False #> 681 category 2 False 01 NA True #> 682 category 2 False 01 NA True #> 683 category 2 True 01 NA True #> 684 category 2 True 01 NA True #> 685 category 1 False 01 NA True #> 686 category 1 False 01 NA False #> 687 category 2 False 01 NA True #> 688 category 1 False 01 NA True #> 689 category 1 True 01 NA True #> 690 block 2 False 01 NA False #> 691 category 1 False 01 NA False #> 692 category 2 False 01 NA True #> 693 category 2 False 01 NA True #> 694 category 2 False 01 NA True #> 695 category 2 True 01 NA True #> 696 category 2 True 01 NA True #> 697 category 1 False 01 NA False #> 698 category 2 False 01 NA True #> 699 category 2 False 01 NA True #> 700 category 2 False 01 NA True #> 701 category 2 False 01 NA True #> 702 category 2 False 01 NA False #> 703 category 3 False 01 NA True #> 704 category 3 False 01 NA True #> 705 category 3 True 01 NA True #> 706 category 3 True 01 NA True #> 707 category 2 False 01 NA True #> 708 category 2 True 01 NA True #> 709 category 2 True 01 NA True #> 710 category 1 False 01 NA False #> 711 category 2 False 01 NA False #> 712 category 3 False 01 NA True #> 713 category 3 False 01 NA True #> 714 category 3 False 01 NA True #> 715 category 3 False 01 NA True #> 716 category 3 True 01 NA True #> 717 category 2 False 01 NA False #> 718 category 3 False 01 NA True #> 719 category 3 False 01 NA True #> 720 category 3 True 01 NA True #> 721 category 3 True 01 NA True #> 722 category 2 False 01 NA False #> 723 category 3 False 01 NA True #> 724 category 3 False 01 NA True #> 725 category 3 True 01 NA True #> 726 category 2 False 01 NA True #> 727 category 2 True 01 NA True #> 728 category 2 True 01 NA True #> 729 category 1 False 01 NA True #> 730 category 1 False 01 NA False #> 731 category 2 False 01 NA True #> 732 category 2 False 01 NA True #> 733 category 2 False 01 NA True #> 734 category 2 True 01 NA True #> 735 category 1 False 01 NA False #> 736 category 2 False 01 NA True #> 737 category 2 False 01 NA True #> 738 category 2 False 01 NA True #> 739 category 2 True 01 NA True #> 740 category 1 False 01 NA True #> 741 category 1 False 01 NA False #> 742 category 2 False 01 NA True #> 743 category 2 False 01 NA True #> 744 category 2 False 01 NA True #> 745 category 2 False 01 NA True #> 746 category 2 True 01 NA True #> 747 category 1 True 01 NA True #> 748 category 1 True 01 NA True #> 749 block 1 False 01 NA False #> 750 category 1 False 01 NA False #> 751 category 2 False 01 NA False #> 752 category 3 False 01 NA True #> 753 category 3 False 01 NA True #> 754 category 3 False 01 NA True #> 755 category 3 True 01 NA True #> 756 category 3 True 01 NA True #> 757 category 2 False 01 NA False #> 758 category 3 False 01 NA True #> 759 category 3 False 01 NA True #> 760 category 3 False 01 NA True #> 761 category 3 False 01 NA True #> 762 category 3 False 01 NA True #> 763 category 3 False 01 NA True #> 764 category 3 True 01 NA True #> 765 category 3 True 01 NA True #> 766 category 2 True 01 NA True #> 767 category 1 False 01 NA True #> 768 category 1 False 01 NA True #> 769 category 1 False 01 NA False #> 770 category 2 False 01 NA True #> 771 category 2 False 01 NA False #> 772 category 3 False 01 NA True #> 773 category 3 False 01 NA True #> 774 category 3 False 01 NA True #> 775 category 3 False 01 NA True #> 776 category 3 False 01 NA True #> 777 category 3 False 01 NA True #> 778 category 3 False 01 NA True #> 779 category 3 True 01 NA True #> 780 category 3 True 01 NA True #> 781 category 2 False 01 NA True #> 782 category 2 False 01 NA False #> 783 category 3 False 01 NA True #> 784 category 3 False 01 NA True #> 785 category 3 True 01 NA True #> 786 category 3 True 01 NA True #> 787 category 2 True 01 NA True #> 788 category 2 True 01 NA True #> 789 category 1 False 01 NA True #> 790 category 1 False 01 NA False #> 791 category 2 False 01 NA False #> 792 category 3 False 01 NA True #> 793 category 3 False 01 NA True #> 794 category 2 False 01 NA False #> 795 category 3 False 01 NA True #> 796 category 3 False 01 NA True #> 797 category 3 False 01 NA True #> 798 category 3 True 01 NA True #> 799 category 3 True 01 NA True #> 800 category 2 True 01 NA True #> 801 category 1 False 01 NA True #> 802 category 1 False 01 NA False #> 803 category 2 False 01 NA True #> 804 category 2 False 01 NA False #> 805 category 3 False 01 NA True #> 806 category 2 False 01 NA True #> 807 category 2 True 01 NA True #> 808 category 2 True 01 NA True #> 809 category 1 False 01 NA False #> 810 category 2 False 01 NA True #> 811 category 2 False 01 NA True #> 812 category 2 False 01 NA True #> 813 category 2 False 01 NA True #> 814 category 2 False 01 NA True #> 815 category 2 False 01 NA True #> 816 category 2 True 01 NA True #> 817 category 2 True 01 NA True #> 818 category 1 False 01 NA True #> 819 category 1 False 01 NA False #> 820 category 2 False 01 NA True #> 821 category 2 False 01 NA True #> 822 category 2 True 01 NA True #> 823 category 2 True 01 NA True #> 824 category 1 False 01 NA True #> 825 category 1 False 01 NA True #> 826 category 1 False 01 NA False #> 827 category 2 False 01 NA True #> 828 category 2 False 01 NA True #> 829 category 2 False 01 NA True #> 830 category 2 False 01 NA True #> 831 category 2 False 01 NA True #> 832 category 2 False 01 NA True #> 833 category 2 True 01 NA True #> 834 category 2 True 01 NA True #> 835 category 1 False 01 NA False #> 836 category 2 False 01 NA True #> 837 category 2 False 01 NA True #> 838 category 2 True 01 NA True #> 839 category 2 True 01 NA True #> 840 category 1 False 01 NA True #> 841 category 1 False 01 NA False #> 842 category 2 False 01 NA True #> 843 category 2 True 01 NA True #> 844 category 1 False 01 NA True #> 845 category 1 False 01 NA False #> 846 category 2 False 01 NA True #> 847 category 2 False 01 NA True #> 848 category 2 False 01 NA True #> 849 category 2 False 01 NA True #> 850 category 2 True 01 NA True #> 851 category 2 True 01 NA True #> 852 category 1 False 01 NA True #> 853 category 1 False 01 NA False #> 854 category 2 False 01 NA True #> 855 category 2 False 01 NA True #> 856 category 2 True 01 NA True #> 857 category 2 True 01 NA True #> 858 category 1 True 01 NA True #> 859 category 1 True 01 NA True #> 860 block 1 False 01 NA False #> 861 block 2 False 01 NA False #> 862 category 1 False 01 NA False #> 863 category 2 False 01 NA True #> 864 category 2 True 01 NA True #> 865 category 2 True 01 NA True #> 866 category 1 False 01 NA False #> 867 category 2 False 01 NA True #> 868 category 2 True 01 NA True #> 869 category 2 True 01 NA True #> 870 category 1 False 01 NA False #> 871 category 2 False 01 NA True #> 872 category 2 True 01 NA True #> 873 category 2 True 01 NA True #> 874 category 1 False 01 NA True #> 875 category 1 False 01 NA True #> 876 category 1 False 01 NA True #> 877 category 1 True 01 NA True #> 878 block 2 False 01 NA False #> 879 category 1 False 01 NA True #> 880 category 1 False 01 NA False #> 881 category 2 False 01 NA False #> 882 category 3 False 01 NA True #> 883 category 3 True 01 NA True #> 884 category 3 True 01 NA True #> 885 category 2 False 01 NA False #> 886 category 3 False 01 NA True #> 887 category 3 True 01 NA True #> 888 category 3 True 01 NA True #> 889 category 2 True 01 NA True #> 890 category 2 True 01 NA True #> 891 category 1 False 01 NA True #> 892 category 1 False 01 NA False #> 893 category 2 False 01 NA True #> 894 category 2 False 01 NA True #> 895 category 2 False 01 NA True #> 896 category 2 False 01 NA True #> 897 category 2 True 01 NA True #> 898 category 2 True 01 NA True #> 899 category 1 False 01 NA False #> 900 category 2 False 01 NA True #> 901 category 2 False 01 NA True #> 902 category 2 False 01 NA True #> 903 category 2 True 01 NA True #> 904 category 1 False 01 NA True #> 905 category 1 False 01 NA True #> 906 category 1 False 01 NA False #> 907 category 2 False 01 NA True #> 908 category 2 False 01 NA True #> 909 category 2 False 01 NA True #> 910 category 2 False 01 NA True #> 911 category 2 True 01 NA True #> 912 category 2 True 01 NA True #> 913 category 1 False 01 NA True #> 914 category 1 True 01 NA True #> 915 block 2 False 01 NA False #> 916 block 3 False 01 NA False #> 917 category 1 False 01 NA False #> 918 category 2 False 01 NA True #> 919 category 2 False 01 NA True #> 920 category 2 True 01 NA True #> 921 category 2 True 01 NA True #> 922 category 1 False 01 NA True #> 923 category 1 False 01 NA True #> 924 category 1 False 01 NA False #> 925 category 2 False 01 NA True #> 926 category 2 True 01 NA True #> 927 category 2 True 01 NA True #> 928 category 1 False 01 NA True #> 929 category 1 False 01 NA True #> 930 category 1 False 01 NA False #> 931 category 2 False 01 NA True #> 932 category 2 False 01 NA True #> 933 category 2 False 01 NA True #> 934 category 2 False 01 NA False #> 935 category 3 False 01 NA True #> 936 category 3 False 01 NA True #> 937 category 3 False 01 NA True #> 938 category 3 True 01 NA True #> 939 category 2 False 01 NA True #> 940 category 2 True 01 NA True #> 941 category 2 True 01 NA True #> 942 category 1 False 01 NA True #> 943 category 1 False 01 NA False #> 944 category 2 False 01 NA True #> 945 category 2 False 01 NA True #> 946 category 2 False 01 NA True #> 947 category 1 False 01 NA True #> 948 category 1 False 01 NA False #> 949 category 2 False 01 NA True #> 950 category 2 False 01 NA True #> 951 category 2 True 01 NA True #> 952 category 2 True 01 NA True #> 953 category 1 False 01 NA True #> 954 category 1 False 01 NA True #> 955 category 1 False 01 NA True #> 956 category 1 False 01 NA True #> 957 category 1 False 01 NA True #> 958 category 1 False 01 NA True #> 959 category 1 False 01 NA True #> 960 category 1 True 01 NA True #> 961 category 1 True 01 NA True #> 962 block 3 False 01 NA False #> 963 category 1 False 01 NA False #> 964 category 2 False 01 NA False #> 965 category 3 False 01 NA True #> 966 category 3 True 01 NA True #> 967 category 2 False 01 NA True #> 968 category 2 True 01 NA True #> 969 category 2 True 01 NA True #> 970 category 1 False 01 NA True #> 971 category 1 False 01 NA True #> 972 category 1 False 01 NA False #> 973 category 2 False 01 NA True #> 974 category 2 False 01 NA True #> 975 category 2 False 01 NA True #> 976 category 2 False 01 NA True #> 977 category 2 True 01 NA True #> 978 category 2 True 01 NA True #> 979 category 1 False 01 NA True #> 980 category 1 False 01 NA True #> 981 category 1 False 01 NA False #> 982 category 2 False 01 NA True #> 983 category 2 False 01 NA True #> 984 category 2 True 01 NA True #> 985 category 2 True 01 NA True #> 986 category 1 True 01 NA True #> 987 category 1 True 01 NA True #> 988 block 3 False 01 NA False #> 989 category 1 False 01 NA True #> 990 category 1 False 01 NA True #> 991 category 1 False 01 NA True #> 992 category 1 False 01 NA True #> 993 category 1 False 01 NA True #> 994 category 1 False 01 NA True #> 995 category 1 False 01 NA False #> 996 category 2 False 01 NA True #> 997 category 2 False 01 NA True #> 998 category 2 False 01 NA True #> 999 category 2 False 01 NA True #> 1000 category 2 False 01 NA True #> 1001 category 2 False 01 NA True #> 1002 category 2 True 01 NA True #> 1003 category 1 True 01 NA True #> 1004 category 1 True 01 NA True #> 1005 category 1 False 01 NA False #> 1006 category 2 False 01 NA True #> 1007 category 2 False 01 NA True #> 1008 category 2 False 01 NA True #> 1009 category 2 True 01 NA True #> 1010 category 2 True 01 NA True #> 1011 category 1 False 01 NA True #> 1012 category 1 True 01 NA True #> 1013 block 2 False 01 NA False #> 1014 category 1 False 01 NA False #> 1015 category 2 False 01 NA True #> 1016 category 2 False 01 NA True #> 1017 category 2 True 01 NA True #> 1018 category 1 False 01 NA False #> 1019 category 2 False 01 NA True #> 1020 category 2 False 01 NA True #> 1021 category 2 False 01 NA True #> 1022 category 2 False 01 NA True #> 1023 category 2 True 01 NA True #> 1024 category 2 True 01 NA True #> 1025 category 1 False 01 NA True #> 1026 category 1 False 01 NA True #> 1027 category 1 False 01 NA False #> 1028 category 2 False 01 NA True #> 1029 category 2 False 01 NA True #> 1030 category 2 True 01 NA True #> 1031 category 1 False 01 NA True #> 1032 category 1 False 01 NA True #> 1033 category 1 False 01 NA False #> 1034 category 2 False 01 NA True #> 1035 category 2 True 01 NA True #> 1036 category 1 True 01 NA True #> 1037 category 1 True 01 NA True #> 1038 category 1 True 01 NA True #> 1039 category 1 True 01 NA True #> 1040 block 1 False 01 NA False #> 1041 category 1 False 01 NA True #> 1042 category 1 False 01 NA True #> 1043 category 1 False 01 NA False #> 1044 category 2 False 01 NA True #> 1045 category 2 False 01 NA True #> 1046 category 2 False 01 NA True #> 1047 category 2 True 01 NA True #> 1048 block 1 False 01 NA False #> 1049 category 1 False 01 NA True #> 1050 category 1 False 01 NA True #> 1051 category 1 False 01 NA True #> 1052 category 1 False 01 NA True #> 1053 category 1 False 01 NA True #> 1054 category 1 False 01 NA True #> 1055 category 1 True 01 NA True #> 1056 category 1 True 01 NA True #> 1057 chapter 1 False 02 NA False #> 1058 block 1 False 02 NA False #> 1059 category 1 False 02 NA False #> 1060 category 2 False 02 NA False #> 1061 category 3 False 02 NA True #> 1062 category 3 True 02 NA True #> 1063 category 3 True 02 NA True #> 1064 category 2 False 02 NA False #> 1065 category 3 False 02 NA True #> 1066 category 3 False 02 NA True #> 1067 category 3 True 02 NA True #> 1068 category 3 True 02 NA True #> 1069 category 2 False 02 NA False #> 1070 category 3 False 02 NA True #> 1071 category 3 False 02 NA True #> 1072 category 3 False 02 NA True #> 1073 category 3 True 02 NA True #> 1074 category 3 True 02 NA True #> 1075 category 2 False 02 NA True #> 1076 category 2 False 02 NA True #> 1077 category 2 False 02 NA True #> 1078 category 1 False 02 NA False #> 1079 category 2 False 02 NA False #> 1080 category 3 False 02 NA True #> 1081 category 3 True 02 NA True #> 1082 category 3 True 02 NA True #> 1083 category 2 False 02 NA True #> 1084 category 2 False 02 NA True #> 1085 category 1 False 02 NA False #> 1086 category 2 False 02 NA False #> 1087 category 3 False 02 NA True #> 1088 category 3 True 02 NA True #> 1089 category 3 True 02 NA True #> 1090 category 2 False 02 NA False #> 1091 category 3 False 02 NA True #> 1092 category 3 False 02 NA True #> 1093 category 3 False 02 NA True #> 1094 category 3 True 02 NA True #> 1095 category 3 True 02 NA True #> 1096 category 2 False 02 NA True #> 1097 category 2 False 02 NA True #> 1098 category 2 False 02 NA True #> 1099 category 1 True 02 NA True #> 1100 block 1 False 02 NA False #> 1101 block 2 False 02 NA False #> 1102 category 1 False 02 NA False #> 1103 category 2 False 02 NA False #> 1104 category 3 False 02 NA True #> 1105 category 3 False 02 NA True #> 1106 category 3 False 02 NA True #> 1107 category 3 False 02 NA True #> 1108 category 3 True 02 NA True #> 1109 category 3 True 02 NA True #> 1110 category 2 False 02 NA True #> 1111 category 2 False 02 NA True #> 1112 category 2 False 02 NA True #> 1113 category 2 False 02 NA True #> 1114 category 2 False 02 NA True #> 1115 category 2 True 02 NA True #> 1116 category 2 True 02 NA True #> 1117 category 1 False 02 NA False #> 1118 category 2 False 02 NA False #> 1119 category 3 False 02 NA True #> 1120 category 3 True 02 NA True #> 1121 category 3 True 02 NA True #> 1122 category 2 False 02 NA False #> 1123 category 3 False 02 NA True #> 1124 category 3 True 02 NA True #> 1125 category 3 True 02 NA True #> 1126 category 2 False 02 NA True #> 1127 category 2 False 02 NA True #> 1128 category 2 True 02 NA True #> 1129 category 2 True 02 NA True #> 1130 category 1 False 02 NA True #> 1131 block 2 False 02 NA False #> 1132 category 1 False 02 NA True #> 1133 category 1 False 02 NA True #> 1134 category 1 False 02 NA True #> 1135 category 1 False 02 NA True #> 1136 category 1 False 02 NA True #> 1137 category 1 False 02 NA True #> 1138 category 1 False 02 NA True #> 1139 category 1 False 02 NA True #> 1140 category 1 False 02 NA True #> 1141 category 1 True 02 NA True #> 1142 category 1 True 02 NA True #> 1143 block 2 False 02 NA False #> 1144 category 1 False 02 NA True #> 1145 category 1 False 02 NA True #> 1146 category 1 False 02 NA False #> 1147 category 2 False 02 NA True #> 1148 category 2 True 02 NA True #> 1149 category 2 True 02 NA True #> 1150 category 1 False 02 NA True #> 1151 category 1 False 02 NA True #> 1152 category 1 True 02 NA True #> 1153 category 1 True 02 NA True #> 1154 block 2 False 02 NA False #> 1155 category 1 False 02 NA True #> 1156 category 1 False 02 NA True #> 1157 category 1 False 02 NA True #> 1158 category 1 True 02 NA True #> 1159 category 1 False 02 NA False #> 1160 category 2 False 02 NA True #> 1161 category 2 False 02 NA True #> 1162 category 2 False 02 NA False #> 1163 category 3 False 02 NA True #> 1164 category 3 True 02 NA True #> 1165 category 3 True 02 NA True #> 1166 category 2 False 02 NA False #> 1167 category 3 False 02 NA True #> 1168 category 3 False 02 NA True #> 1169 category 3 False 02 NA True #> 1170 category 3 False 02 NA True #> 1171 category 3 False 02 NA True #> 1172 category 3 False 02 NA True #> 1173 category 3 False 02 NA True #> 1174 category 3 False 02 NA True #> 1175 category 3 False 02 NA True #> 1176 category 3 False 02 NA True #> 1177 category 3 True 02 NA True #> 1178 category 3 True 02 NA True #> 1179 category 2 False 02 NA False #> 1180 category 3 False 02 NA True #> 1181 category 3 False 02 NA True #> 1182 category 3 True 02 NA True #> 1183 category 3 True 02 NA True #> 1184 category 2 False 02 NA True #> 1185 category 2 True 02 NA True #> 1186 category 2 True 02 NA True #> 1187 category 1 False 02 NA True #> 1188 block 2 False 02 NA False #> 1189 category 1 False 02 NA False #> 1190 category 2 False 02 NA True #> 1191 category 2 False 02 NA True #> 1192 category 2 True 02 NA True #> 1193 category 1 False 02 NA True #> 1194 category 1 True 02 NA True #> 1195 block 2 False 02 NA False #> 1196 category 1 False 02 NA False #> 1197 category 2 False 02 NA True #> 1198 category 2 False 02 NA True #> 1199 category 2 False 02 NA True #> 1200 category 2 False 02 NA True #> 1201 category 2 False 02 NA True #> 1202 category 2 False 02 NA True #> 1203 category 2 False 02 NA True #> 1204 category 2 True 02 NA True #> 1205 category 2 True 02 NA True #> 1206 category 1 False 02 NA False #> 1207 category 2 False 02 NA True #> 1208 category 2 False 02 NA True #> 1209 category 2 False 02 NA True #> 1210 category 2 False 02 NA True #> 1211 category 2 False 02 NA True #> 1212 category 2 False 02 NA True #> 1213 category 2 False 02 NA True #> 1214 category 2 False 02 NA True #> 1215 category 2 False 02 NA True #> 1216 category 2 False 02 NA True #> 1217 category 2 False 02 NA True #> 1218 category 2 True 02 NA True #> 1219 category 2 True 02 NA True #> 1220 category 1 False 02 NA False #> 1221 category 2 False 02 NA False #> 1222 category 3 False 02 NA True #> 1223 category 3 True 02 NA True #> 1224 category 3 True 02 NA True #> 1225 category 2 False 02 NA False #> 1226 category 3 False 02 NA True #> 1227 category 3 True 02 NA True #> 1228 category 3 True 02 NA True #> 1229 category 2 False 02 NA True #> 1230 category 2 False 02 NA True #> 1231 category 2 True 02 NA True #> 1232 category 2 True 02 NA True #> 1233 category 1 False 02 NA False #> 1234 category 2 False 02 NA True #> 1235 category 2 False 02 NA True #> 1236 category 2 False 02 NA True #> 1237 category 2 False 02 NA True #> 1238 category 2 False 02 NA True #> 1239 category 2 False 02 NA False #> 1240 category 3 False 02 NA True #> 1241 category 3 False 02 NA True #> 1242 category 3 False 02 NA True #> 1243 category 2 True 02 NA True #> 1244 category 2 True 02 NA True #> 1245 category 1 False 02 NA False #> 1246 category 2 False 02 NA True #> 1247 category 2 False 02 NA True #> 1248 category 2 False 02 NA True #> 1249 category 2 True 02 NA True #> 1250 category 2 True 02 NA True #> 1251 category 1 False 02 NA False #> 1252 category 2 False 02 NA True #> 1253 category 2 False 02 NA True #> 1254 category 2 False 02 NA True #> 1255 category 2 False 02 NA True #> 1256 category 2 False 02 NA True #> 1257 category 2 False 02 NA True #> 1258 category 2 False 02 NA True #> 1259 category 2 True 02 NA True #> 1260 category 1 False 02 NA False #> 1261 category 2 False 02 NA True #> 1262 category 2 False 02 NA True #> 1263 category 2 False 02 NA True #> 1264 category 2 True 02 NA True #> 1265 category 2 True 02 NA True #> 1266 category 1 True 02 NA True #> 1267 block 2 False 02 NA False #> 1268 category 1 False 02 NA False #> 1269 category 2 False 02 NA True #> 1270 category 2 False 02 NA True #> 1271 category 2 False 02 NA True #> 1272 category 2 False 02 NA True #> 1273 category 2 False 02 NA True #> 1274 category 2 False 02 NA True #> 1275 category 2 False 02 NA True #> 1276 category 2 False 02 NA True #> 1277 category 2 False 02 NA True #> 1278 category 2 False 02 NA True #> 1279 category 2 False 02 NA True #> 1280 category 2 False 02 NA True #> 1281 category 2 False 02 NA True #> 1282 block 3 False 02 NA False #> 1283 category 1 False 02 NA True #> 1284 category 1 False 02 NA True #> 1285 category 1 False 02 NA True #> 1286 category 1 False 02 NA False #> 1287 category 2 False 02 NA True #> 1288 category 2 False 02 NA True #> 1289 category 1 True 02 NA True #> 1290 category 1 True 02 NA True #> 1291 category 1 True 02 NA True #> 1292 category 1 True 02 NA True #> 1293 category 1 False 02 NA False #> 1294 category 2 False 02 NA True #> 1295 category 2 False 02 NA False #> 1296 category 3 False 02 NA True #> 1297 category 3 False 02 NA True #> 1298 category 3 False 02 NA True #> 1299 category 3 False 02 NA True #> 1300 category 3 True 02 NA True #> 1301 category 2 True 02 NA True #> 1302 category 1 False 02 NA False #> 1303 category 2 False 02 NA True #> 1304 category 2 False 02 NA True #> 1305 category 2 False 02 NA False #> 1306 category 3 False 02 NA True #> 1307 category 3 True 02 NA True #> 1308 category 3 True 02 NA True #> 1309 category 2 False 02 NA True #> 1310 category 2 False 02 NA True #> 1311 category 2 False 02 NA True #> 1312 category 2 False 02 NA True #> 1313 category 2 False 02 NA True #> 1314 category 2 True 02 NA True #> 1315 category 2 True 02 NA True #> 1316 category 1 False 02 NA False #> 1317 category 2 False 02 NA True #> 1318 category 2 False 02 NA True #> 1319 category 2 False 02 NA True #> 1320 category 2 False 02 NA True #> 1321 category 2 True 02 NA True #> 1322 category 2 True 02 NA True #> 1323 category 1 False 02 NA False #> 1324 category 2 False 02 NA True #> 1325 category 2 False 02 NA True #> 1326 category 2 False 02 NA True #> 1327 category 2 False 02 NA True #> 1328 category 2 False 02 NA True #> 1329 category 2 False 02 NA True #> 1330 category 2 True 02 NA True #> 1331 category 1 True 02 NA True #> 1332 block 1 False 02 NA False #> 1333 block 2 False 02 NA False #> 1334 block 3 False 02 NA False #> 1335 category 1 False 02 NA False #> 1336 category 2 False 02 NA True #> 1337 category 2 False 02 NA True #> 1338 category 2 False 02 NA True #> 1339 category 2 True 02 NA True #> 1340 category 2 True 02 NA True #> 1341 category 1 False 02 NA False #> 1342 category 2 False 02 NA True #> 1343 category 2 False 02 NA True #> 1344 category 2 False 02 NA True #> 1345 category 2 True 02 NA True #> 1346 category 2 True 02 NA True #> 1347 category 1 False 02 NA False #> 1348 category 2 False 02 NA True #> 1349 category 2 False 02 NA True #> 1350 category 2 False 02 NA True #> 1351 category 2 False 02 NA True #> 1352 category 2 True 02 NA True #> 1353 category 2 True 02 NA True #> 1354 category 1 False 02 NA False #> 1355 category 2 False 02 NA True #> 1356 category 2 False 02 NA True #> 1357 category 2 True 02 NA True #> 1358 category 2 True 02 NA True #> 1359 category 1 False 02 NA False #> 1360 category 2 False 02 NA True #> 1361 category 2 False 02 NA True #> 1362 category 2 True 02 NA True #> 1363 category 2 True 02 NA True #> 1364 category 1 False 02 NA False #> 1365 category 2 False 02 NA True #> 1366 category 2 False 02 NA True #> 1367 category 2 False 02 NA True #> 1368 category 2 True 02 NA True #> 1369 category 2 True 02 NA True #> 1370 category 1 False 02 NA False #> 1371 category 2 False 02 NA True #> 1372 category 2 False 02 NA True #> 1373 category 2 False 02 NA True #> 1374 category 2 False 02 NA True #> 1375 category 2 True 02 NA True #> 1376 category 2 True 02 NA True #> 1377 category 1 False 02 NA False #> 1378 category 2 False 02 NA True #> 1379 category 2 False 02 NA True #> 1380 category 2 False 02 NA True #> 1381 category 2 True 02 NA True #> 1382 category 2 True 02 NA True #> 1383 category 1 False 02 NA False #> 1384 category 2 False 02 NA True #> 1385 category 2 False 02 NA True #> 1386 category 2 False 02 NA True #> 1387 category 2 True 02 NA True #> 1388 category 2 True 02 NA True #> 1389 category 1 False 02 NA False #> 1390 category 2 False 02 NA True #> 1391 category 2 False 02 NA True #> 1392 category 2 False 02 NA True #> 1393 category 2 True 02 NA True #> 1394 category 2 True 02 NA True #> 1395 category 1 False 02 NA False #> 1396 category 2 False 02 NA True #> 1397 category 2 False 02 NA True #> 1398 category 2 True 02 NA True #> 1399 category 2 True 02 NA True #> 1400 category 1 False 02 NA False #> 1401 category 2 False 02 NA True #> 1402 category 2 False 02 NA True #> 1403 category 2 True 02 NA True #> 1404 category 2 True 02 NA True #> 1405 category 1 False 02 NA True #> 1406 category 1 False 02 NA False #> 1407 category 2 False 02 NA True #> 1408 category 2 False 02 NA True #> 1409 category 2 True 02 NA True #> 1410 category 2 True 02 NA True #> 1411 category 1 False 02 NA True #> 1412 category 1 False 02 NA False #> 1413 category 2 False 02 NA True #> 1414 category 2 False 02 NA False #> 1415 category 3 False 02 NA True #> 1416 category 3 True 02 NA True #> 1417 category 3 True 02 NA True #> 1418 category 2 False 02 NA True #> 1419 category 2 False 02 NA True #> 1420 category 1 False 02 NA True #> 1421 category 1 False 02 NA True #> 1422 category 1 False 02 NA True #> 1423 category 1 False 02 NA True #> 1424 category 1 True 02 NA True #> 1425 category 1 True 02 NA True #> 1426 block 3 False 02 NA False #> 1427 category 1 False 02 NA False #> 1428 category 2 False 02 NA True #> 1429 category 2 False 02 NA True #> 1430 category 2 True 02 NA True #> 1431 category 2 True 02 NA True #> 1432 category 1 False 02 NA False #> 1433 category 2 False 02 NA True #> 1434 category 2 True 02 NA True #> 1435 category 2 True 02 NA True #> 1436 category 1 False 02 NA False #> 1437 category 2 False 02 NA True #> 1438 category 2 False 02 NA False #> 1439 category 3 False 02 NA True #> 1440 category 3 True 02 NA True #> 1441 category 2 True 02 NA True #> 1442 category 2 True 02 NA True #> 1443 category 1 False 02 NA False #> 1444 category 2 False 02 NA True #> 1445 category 2 True 02 NA True #> 1446 category 2 True 02 NA True #> 1447 category 1 False 02 NA False #> 1448 category 2 False 02 NA True #> 1449 category 2 True 02 NA True #> 1450 category 2 True 02 NA True #> 1451 category 1 False 02 NA False #> 1452 category 2 False 02 NA True #> 1453 category 2 False 02 NA True #> 1454 category 2 True 02 NA True #> 1455 category 2 True 02 NA True #> 1456 category 1 False 02 NA False #> 1457 category 2 False 02 NA True #> 1458 category 2 True 02 NA True #> 1459 category 2 True 02 NA True #> 1460 category 1 False 02 NA False #> 1461 category 2 False 02 NA True #> 1462 category 2 False 02 NA True #> 1463 category 2 True 02 NA True #> 1464 category 2 True 02 NA True #> 1465 category 1 False 02 NA False #> 1466 category 2 False 02 NA True #> 1467 category 2 False 02 NA True #> 1468 category 2 False 02 NA True #> 1469 category 2 True 02 NA True #> 1470 category 1 False 02 NA False #> 1471 category 2 False 02 NA True #> 1472 category 2 False 02 NA True #> 1473 category 2 True 02 NA True #> 1474 category 1 False 02 NA False #> 1475 category 2 False 02 NA True #> 1476 category 2 True 02 NA True #> 1477 category 2 True 02 NA True #> 1478 category 1 False 02 NA False #> 1479 category 2 False 02 NA True #> 1480 category 2 False 02 NA True #> 1481 category 2 False 02 NA False #> 1482 category 3 False 02 NA True #> 1483 category 3 False 02 NA True #> 1484 category 3 True 02 NA True #> 1485 category 3 True 02 NA True #> 1486 category 2 True 02 NA True #> 1487 category 2 True 02 NA True #> 1488 category 1 False 02 NA False #> 1489 category 2 False 02 NA True #> 1490 category 2 True 02 NA True #> 1491 category 2 True 02 NA True #> 1492 category 1 False 02 NA False #> 1493 category 2 False 02 NA True #> 1494 category 2 True 02 NA True #> 1495 category 2 True 02 NA True #> 1496 category 1 False 02 NA False #> 1497 category 2 False 02 NA True #> 1498 category 2 True 02 NA True #> 1499 category 2 True 02 NA True #> 1500 category 1 True 02 NA True #> 1501 block 3 False 02 NA False #> 1502 category 1 False 02 NA False #> 1503 category 2 False 02 NA False #> 1504 category 3 False 02 NA True #> 1505 category 3 True 02 NA True #> 1506 category 3 True 02 NA True #> 1507 category 2 False 02 NA True #> 1508 category 2 True 02 NA True #> 1509 category 2 True 02 NA True #> 1510 category 1 False 02 NA False #> 1511 category 2 False 02 NA True #> 1512 category 2 True 02 NA True #> 1513 category 2 True 02 NA True #> 1514 category 1 False 02 NA False #> 1515 category 2 False 02 NA True #> 1516 category 2 False 02 NA True #> 1517 category 2 True 02 NA True #> 1518 category 2 True 02 NA True #> 1519 block 4 False 02 NA False #> 1520 category 1 False 02 NA False #> 1521 category 2 False 02 NA False #> 1522 category 3 False 02 NA True #> 1523 category 3 False 02 NA True #> 1524 category 3 True 02 NA True #> 1525 category 3 True 02 NA True #> 1526 category 2 False 02 NA False #> 1527 category 3 False 02 NA True #> 1528 category 3 False 02 NA True #> 1529 category 3 True 02 NA True #> 1530 category 3 True 02 NA True #> 1531 category 2 False 02 NA False #> 1532 category 3 False 02 NA True #> 1533 category 3 False 02 NA True #> 1534 category 3 True 02 NA True #> 1535 category 2 True 02 NA True #> 1536 category 2 True 02 NA True #> 1537 category 1 False 02 NA False #> 1538 category 2 False 02 NA False #> 1539 category 3 False 02 NA True #> 1540 category 2 False 02 NA True #> 1541 category 2 True 02 NA True #> 1542 category 2 True 02 NA True #> 1543 block 5 False 02 NA False #> 1544 category 1 False 02 NA False #> 1545 category 2 False 02 NA False #> 1546 category 3 False 02 NA True #> 1547 category 3 True 02 NA True #> 1548 category 3 True 02 NA True #> 1549 category 2 False 02 NA False #> 1550 category 3 False 02 NA True #> 1551 category 3 True 02 NA True #> 1552 category 3 True 02 NA True #> 1553 category 2 False 02 NA False #> 1554 category 3 False 02 NA True #> 1555 category 3 True 02 NA True #> 1556 category 3 True 02 NA True #> 1557 category 2 False 02 NA False #> 1558 category 3 False 02 NA True #> 1559 category 3 True 02 NA True #> 1560 category 3 True 02 NA True #> 1561 category 2 True 02 NA True #> 1562 category 2 True 02 NA True #> 1563 category 1 False 02 NA False #> 1564 category 2 False 02 NA True #> 1565 category 2 True 02 NA True #> 1566 category 2 True 02 NA True #> 1567 category 1 False 02 NA False #> 1568 category 2 False 02 NA True #> 1569 category 2 False 02 NA True #> 1570 category 2 True 02 NA True #> 1571 category 2 True 02 NA True #> 1572 category 1 False 02 NA False #> 1573 category 2 False 02 NA True #> 1574 category 2 True 02 NA True #> 1575 category 2 True 02 NA True #> 1576 category 1 True 02 NA True #> 1577 category 1 False 02 NA False #> 1578 category 2 False 02 NA True #> 1579 category 2 False 02 NA True #> 1580 category 2 False 02 NA True #> 1581 category 2 False 02 NA True #> 1582 category 2 True 02 NA True #> 1583 category 2 True 02 NA True #> 1584 category 1 True 02 NA True #> 1585 category 1 True 02 NA True #> 1586 category 1 False 02 NA False #> 1587 category 2 False 02 NA True #> 1588 category 2 False 02 NA True #> 1589 category 2 True 02 NA True #> 1590 category 2 True 02 NA True #> 1591 category 1 False 02 NA False #> 1592 category 2 False 02 NA True #> 1593 category 2 False 02 NA True #> 1594 category 2 False 02 NA True #> 1595 category 2 True 02 NA True #> 1596 category 1 False 02 NA False #> 1597 category 2 False 02 NA False #> 1598 category 3 False 02 NA True #> 1599 category 3 False 02 NA True #> 1600 category 3 False 02 NA True #> 1601 category 3 False 02 NA True #> 1602 category 3 True 02 NA True #> 1603 category 3 True 02 NA True #> 1604 category 2 False 02 NA False #> 1605 category 3 False 02 NA True #> 1606 category 3 True 02 NA True #> 1607 category 3 True 02 NA True #> 1608 category 1 False 02 NA False #> 1609 category 2 False 02 NA True #> 1610 category 2 True 02 NA True #> 1611 category 2 True 02 NA True #> 1612 category 1 False 02 NA False #> 1613 category 2 False 02 NA True #> 1614 category 2 False 02 NA True #> 1615 category 2 False 02 NA True #> 1616 category 2 True 02 NA True #> 1617 category 2 True 02 NA True #> 1618 category 1 False 02 NA False #> 1619 category 2 False 02 NA True #> 1620 category 2 False 02 NA True #> 1621 category 2 False 02 NA True #> 1622 category 2 True 02 NA True #> 1623 category 2 True 02 NA True #> 1624 category 1 False 02 NA False #> 1625 category 2 False 02 NA True #> 1626 category 2 False 02 NA True #> 1627 category 2 True 02 NA True #> 1628 category 2 True 02 NA True #> 1629 category 1 False 02 NA False #> 1630 category 2 False 02 NA True #> 1631 category 2 False 02 NA True #> 1632 category 2 False 02 NA True #> 1633 category 2 True 02 NA True #> 1634 category 2 True 02 NA True #> 1635 category 1 False 02 NA False #> 1636 category 2 False 02 NA True #> 1637 category 2 False 02 NA True #> 1638 category 2 False 02 NA True #> 1639 category 2 True 02 NA True #> 1640 category 2 True 02 NA True #> 1641 category 1 True 02 NA True #> 1642 block 3 False 02 NA False #> 1643 category 1 False 02 NA False #> 1644 category 2 False 02 NA True #> 1645 category 2 False 02 NA True #> 1646 category 2 False 02 NA True #> 1647 category 2 False 02 NA True #> 1648 category 2 False 02 NA True #> 1649 category 2 True 02 NA True #> 1650 category 2 True 02 NA True #> 1651 category 1 False 02 NA False #> 1652 category 2 False 02 NA True #> 1653 category 2 False 02 NA True #> 1654 category 2 False 02 NA True #> 1655 category 2 True 02 NA True #> 1656 category 2 True 02 NA True #> 1657 category 1 False 02 NA False #> 1658 category 2 False 02 NA True #> 1659 category 2 False 02 NA False #> 1660 category 3 False 02 NA True #> 1661 category 3 True 02 NA True #> 1662 category 2 False 02 NA True #> 1663 category 2 False 02 NA True #> 1664 category 2 True 02 NA True #> 1665 category 2 True 02 NA True #> 1666 category 1 False 02 NA False #> 1667 category 2 False 02 NA False #> 1668 category 3 False 02 NA True #> 1669 category 3 True 02 NA True #> 1670 category 2 False 02 NA False #> 1671 category 3 False 02 NA True #> 1672 category 3 True 02 NA True #> 1673 category 2 False 02 NA False #> 1674 category 3 False 02 NA True #> 1675 category 3 False 02 NA True #> 1676 category 3 True 02 NA True #> 1677 category 2 False 02 NA True #> 1678 category 2 False 02 NA True #> 1679 category 2 True 02 NA True #> 1680 category 1 False 02 NA False #> 1681 category 2 False 02 NA True #> 1682 category 2 False 02 NA True #> 1683 category 2 False 02 NA True #> 1684 category 2 True 02 NA True #> 1685 category 2 True 02 NA True #> 1686 category 1 False 02 NA False #> 1687 category 2 False 02 NA True #> 1688 category 2 False 02 NA True #> 1689 category 2 False 02 NA True #> 1690 category 2 False 02 NA True #> 1691 category 2 False 02 NA True #> 1692 category 2 False 02 NA True #> 1693 category 2 True 02 NA True #> 1694 category 2 True 02 NA True #> 1695 category 1 False 02 NA False #> 1696 category 2 False 02 NA True #> 1697 category 2 True 02 NA True #> 1698 category 2 True 02 NA True #> 1699 category 1 False 02 NA False #> 1700 category 2 False 02 NA True #> 1701 category 2 False 02 NA True #> 1702 category 2 False 02 NA True #> 1703 category 2 True 02 NA True #> 1704 category 2 True 02 NA True #> 1705 category 1 False 02 NA False #> 1706 category 2 False 02 NA True #> 1707 category 2 False 02 NA True #> 1708 category 2 True 02 NA True #> 1709 category 1 False 02 NA False #> 1710 category 2 False 02 NA True #> 1711 category 2 False 02 NA True #> 1712 category 2 True 02 NA True #> 1713 category 1 True 02 NA True #> 1714 category 1 True 02 NA True #> 1715 block 3 False 02 NA False #> 1716 category 1 False 02 NA False #> 1717 category 2 False 02 NA True #> 1718 category 2 False 02 NA True #> 1719 category 2 False 02 NA True #> 1720 category 2 False 02 NA True #> 1721 category 2 True 02 NA True #> 1722 category 2 True 02 NA True #> 1723 category 1 False 02 NA False #> 1724 category 2 False 02 NA True #> 1725 category 2 False 02 NA True #> 1726 category 2 True 02 NA True #> 1727 category 1 False 02 NA False #> 1728 category 2 False 02 NA True #> 1729 category 2 False 02 NA True #> 1730 category 2 False 02 NA True #> 1731 category 2 True 02 NA True #> 1732 category 2 True 02 NA True #> 1733 category 1 False 02 NA True #> 1734 category 1 False 02 NA True #> 1735 category 1 False 02 NA True #> 1736 category 1 True 02 NA True #> 1737 category 1 True 02 NA True #> 1738 block 3 False 02 NA False #> 1739 category 1 False 02 NA True #> 1740 category 1 False 02 NA True #> 1741 category 1 True 02 NA True #> 1742 category 1 True 02 NA True #> 1743 block 3 False 02 NA False #> 1744 category 1 False 02 NA False #> 1745 category 2 False 02 NA True #> 1746 category 2 True 02 NA True #> 1747 category 2 True 02 NA True #> 1748 category 1 False 02 NA False #> 1749 category 2 False 02 NA True #> 1750 category 2 False 02 NA True #> 1751 category 2 False 02 NA False #> 1752 category 3 False 02 NA True #> 1753 category 3 False 02 NA True #> 1754 category 3 True 02 NA True #> 1755 category 3 True 02 NA True #> 1756 category 2 True 02 NA True #> 1757 category 2 True 02 NA True #> 1758 category 1 False 02 NA False #> 1759 category 2 False 02 NA True #> 1760 category 2 True 02 NA True #> 1761 category 2 True 02 NA True #> 1762 category 1 False 02 NA False #> 1763 category 2 False 02 NA True #> 1764 category 2 False 02 NA True #> 1765 category 2 True 02 NA True #> 1766 category 2 True 02 NA True #> 1767 category 1 True 02 NA True #> 1768 category 1 True 02 NA True #> 1769 block 3 False 02 NA False #> 1770 category 1 False 02 NA True #> 1771 category 1 False 02 NA False #> 1772 category 2 False 02 NA True #> 1773 category 2 False 02 NA True #> 1774 category 2 False 02 NA True #> 1775 category 2 False 02 NA True #> 1776 category 2 False 02 NA True #> 1777 category 1 False 02 NA True #> 1778 category 1 False 02 NA True #> 1779 category 1 False 02 NA True #> 1780 category 1 False 02 NA True #> 1781 category 1 True 02 NA True #> 1782 category 1 True 02 NA True #> 1783 block 3 False 02 NA False #> 1784 category 1 False 02 NA False #> 1785 category 2 False 02 NA True #> 1786 category 2 False 02 NA True #> 1787 category 2 False 02 NA True #> 1788 category 2 True 02 NA True #> 1789 category 2 True 02 NA True #> 1790 category 1 False 02 NA False #> 1791 category 2 False 02 NA True #> 1792 category 2 False 02 NA True #> 1793 category 2 False 02 NA True #> 1794 category 2 True 02 NA True #> 1795 category 2 True 02 NA True #> 1796 category 1 False 02 NA False #> 1797 category 2 False 02 NA True #> 1798 category 2 False 02 NA True #> 1799 category 2 False 02 NA True #> 1800 category 2 True 02 NA True #> 1801 category 2 True 02 NA True #> 1802 category 1 False 02 NA False #> 1803 category 2 False 02 NA False #> 1804 category 3 False 02 NA True #> 1805 category 3 False 02 NA True #> 1806 category 3 False 02 NA True #> 1807 category 3 False 02 NA True #> 1808 category 3 False 02 NA True #> 1809 category 3 True 02 NA True #> 1810 category 3 True 02 NA True #> 1811 category 2 False 02 NA True #> 1812 category 2 False 02 NA True #> 1813 category 2 False 02 NA True #> 1814 category 2 False 02 NA True #> 1815 category 2 False 02 NA True #> 1816 category 2 True 02 NA True #> 1817 category 2 True 02 NA True #> 1818 category 1 False 02 NA False #> 1819 category 2 False 02 NA True #> 1820 category 2 True 02 NA True #> 1821 category 2 True 02 NA True #> 1822 category 1 False 02 NA False #> 1823 category 2 False 02 NA True #> 1824 category 2 True 02 NA True #> 1825 category 2 True 02 NA True #> 1826 category 1 False 02 NA False #> 1827 category 2 False 02 NA True #> 1828 category 2 False 02 NA True #> 1829 category 2 False 02 NA True #> 1830 category 2 False 02 NA True #> 1831 category 2 False 02 NA False #> 1832 category 3 False 02 NA True #> 1833 category 3 False 02 NA True #> 1834 category 3 False 02 NA True #> 1835 category 3 False 02 NA True #> 1836 category 3 True 02 NA True #> 1837 category 2 True 02 NA True #> 1838 category 2 True 02 NA True #> 1839 category 1 False 02 NA False #> 1840 category 2 False 02 NA True #> 1841 category 2 False 02 NA True #> 1842 category 2 False 02 NA True #> 1843 category 2 False 02 NA True #> 1844 category 2 True 02 NA True #> 1845 category 2 True 02 NA True #> 1846 category 1 False 02 NA True #> 1847 category 1 False 02 NA True #> 1848 category 1 True 02 NA True #> 1849 category 1 True 02 NA True #> 1850 block 3 False 02 NA False #> 1851 category 1 False 02 NA False #> 1852 category 2 False 02 NA True #> 1853 category 2 True 02 NA True #> 1854 category 2 True 02 NA True #> 1855 category 1 False 02 NA False #> 1856 category 2 False 02 NA True #> 1857 category 2 False 02 NA True #> 1858 category 2 True 02 NA True #> 1859 category 2 True 02 NA True #> 1860 category 1 False 02 NA False #> 1861 category 2 False 02 NA True #> 1862 category 2 True 02 NA True #> 1863 category 2 True 02 NA True #> 1864 category 1 False 02 NA False #> 1865 category 2 False 02 NA True #> 1866 category 2 True 02 NA True #> 1867 category 2 True 02 NA True #> 1868 category 1 False 02 NA True #> 1869 category 1 True 02 NA True #> 1870 block 3 False 02 NA False #> 1871 category 1 False 02 NA False #> 1872 category 2 False 02 NA True #> 1873 category 2 True 02 NA True #> 1874 category 2 True 02 NA True #> 1875 category 1 False 02 NA False #> 1876 category 2 False 02 NA True #> 1877 category 2 True 02 NA True #> 1878 category 2 True 02 NA True #> 1879 category 1 False 02 NA False #> 1880 category 2 False 02 NA True #> 1881 category 2 True 02 NA True #> 1882 category 2 True 02 NA True #> 1883 category 1 False 02 NA False #> 1884 category 2 False 02 NA True #> 1885 category 2 False 02 NA True #> 1886 category 2 False 02 NA True #> 1887 category 2 True 02 NA True #> 1888 category 2 True 02 NA True #> 1889 category 1 False 02 NA False #> 1890 category 2 False 02 NA True #> 1891 category 2 False 02 NA True #> 1892 category 2 False 02 NA True #> 1893 category 2 True 02 NA True #> 1894 category 2 True 02 NA True #> 1895 category 1 False 02 NA False #> 1896 category 2 False 02 NA True #> 1897 category 2 False 02 NA True #> 1898 category 2 False 02 NA True #> 1899 category 2 True 02 NA True #> 1900 category 2 True 02 NA True #> 1901 category 1 True 02 NA True #> 1902 category 1 True 02 NA True #> 1903 block 3 False 02 NA False #> 1904 category 1 False 02 NA False #> 1905 category 2 False 02 NA True #> 1906 category 2 False 02 NA True #> 1907 category 2 False 02 NA True #> 1908 category 2 True 02 NA True #> 1909 category 2 True 02 NA True #> 1910 category 1 False 02 NA False #> 1911 category 2 False 02 NA True #> 1912 category 2 False 02 NA True #> 1913 category 2 True 02 NA True #> 1914 category 2 True 02 NA True #> 1915 category 1 False 02 NA False #> 1916 category 2 False 02 NA True #> 1917 category 2 False 02 NA True #> 1918 category 2 False 02 NA True #> 1919 category 2 True 02 NA True #> 1920 category 2 True 02 NA True #> 1921 category 1 False 02 NA False #> 1922 category 2 False 02 NA True #> 1923 category 2 False 02 NA True #> 1924 category 2 False 02 NA True #> 1925 category 2 True 02 NA True #> 1926 category 2 True 02 NA True #> 1927 category 1 False 02 NA True #> 1928 category 1 False 02 NA False #> 1929 category 2 False 02 NA True #> 1930 category 2 True 02 NA True #> 1931 category 2 True 02 NA True #> 1932 category 1 False 02 NA False #> 1933 category 2 False 02 NA True #> 1934 category 2 False 02 NA True #> 1935 category 2 False 02 NA True #> 1936 category 2 False 02 NA True #> 1937 category 2 True 02 NA True #> 1938 category 2 True 02 NA True #> 1939 category 1 False 02 NA False #> 1940 category 2 False 02 NA True #> 1941 category 2 False 02 NA True #> 1942 category 2 False 02 NA True #> 1943 category 2 True 02 NA True #> 1944 category 2 True 02 NA True #> 1945 category 1 True 02 NA True #> 1946 category 1 True 02 NA True #> 1947 block 3 False 02 NA False #> 1948 category 1 False 02 NA False #> 1949 category 2 False 02 NA True #> 1950 category 2 False 02 NA True #> 1951 category 2 False 02 NA True #> 1952 category 2 False 02 NA True #> 1953 category 2 False 02 NA True #> 1954 category 2 True 02 NA True #> 1955 category 2 True 02 NA True #> 1956 category 1 False 02 NA False #> 1957 category 2 False 02 NA True #> 1958 category 2 False 02 NA True #> 1959 category 2 False 02 NA True #> 1960 category 2 True 02 NA True #> 1961 category 2 True 02 NA True #> 1962 category 1 False 02 NA False #> 1963 category 2 False 02 NA True #> 1964 category 2 False 02 NA True #> 1965 category 2 True 02 NA True #> 1966 category 2 True 02 NA True #> 1967 category 1 True 02 NA True #> 1968 category 1 True 02 NA True #> 1969 category 1 True 02 NA True #> 1970 block 2 False 02 NA False #> 1971 category 1 False 02 NA True #> 1972 category 1 False 02 NA True #> 1973 category 1 False 02 NA True #> 1974 category 1 False 02 NA True #> 1975 category 1 False 02 NA True #> 1976 category 1 True 02 NA True #> 1977 category 1 True 02 NA True #> 1978 block 2 False 02 NA False #> 1979 category 1 False 02 NA True #> 1980 category 1 False 02 NA True #> 1981 category 1 False 02 NA True #> 1982 block 3 False 02 NA False #> 1983 category 1 False 02 NA False #> 1984 category 2 False 02 NA True #> 1985 category 2 False 02 NA True #> 1986 category 2 False 02 NA True #> 1987 category 2 False 02 NA True #> 1988 category 2 False 02 NA True #> 1989 category 2 False 02 NA True #> 1990 category 2 True 02 NA True #> 1991 category 2 True 02 NA True #> 1992 category 1 False 02 NA True #> 1993 category 1 True 02 NA True #> 1994 block 3 False 02 NA False #> 1995 category 1 False 02 NA True #> 1996 category 1 False 02 NA True #> 1997 category 1 False 02 NA True #> 1998 category 1 False 02 NA True #> 1999 category 1 True 02 NA True #> 2000 category 1 True 02 NA True #> 2001 block 3 False 02 NA False #> 2002 category 1 False 02 NA False #> 2003 category 2 False 02 NA True #> 2004 category 2 False 02 NA True #> 2005 category 1 False 02 NA True #> 2006 category 1 False 02 NA True #> 2007 category 1 False 02 NA True #> 2008 category 1 False 02 NA True #> 2009 category 1 False 02 NA True #> 2010 category 1 False 02 NA True #> 2011 category 1 True 02 NA True #> 2012 category 1 True 02 NA True #> 2013 block 3 False 02 NA False #> 2014 category 1 False 02 NA True #> 2015 category 1 False 02 NA True #> 2016 block 3 False 02 NA False #> 2017 category 1 False 02 NA True #> 2018 category 1 False 02 NA True #> 2019 category 1 False 02 NA True #> 2020 category 1 False 02 NA True #> 2021 category 1 False 02 NA True #> 2022 category 1 False 02 NA False #> 2023 category 2 False 02 NA True #> 2024 category 2 True 02 NA True #> 2025 category 2 True 02 NA True #> 2026 category 1 False 02 NA True #> 2027 category 1 False 02 NA True #> 2028 category 1 False 02 NA True #> 2029 category 1 False 02 NA True #> 2030 category 1 True 02 NA True #> 2031 category 1 True 02 NA True #> 2032 block 1 False 02 NA False #> 2033 category 1 False 02 NA False #> 2034 category 2 False 02 NA True #> 2035 category 2 False 02 NA True #> 2036 category 2 False 02 NA True #> 2037 category 1 False 02 NA False #> 2038 category 2 False 02 NA True #> 2039 category 2 False 02 NA True #> 2040 category 2 False 02 NA True #> 2041 category 2 False 02 NA True #> 2042 category 2 True 02 NA True #> 2043 category 2 True 02 NA True #> 2044 category 1 False 02 NA False #> 2045 category 2 False 02 NA True #> 2046 category 2 False 02 NA True #> 2047 category 2 False 02 NA True #> 2048 category 2 True 02 NA True #> 2049 category 2 True 02 NA True #> 2050 category 1 False 02 NA False #> 2051 category 2 False 02 NA False #> 2052 category 3 False 02 NA True #> 2053 category 3 True 02 NA True #> 2054 category 2 False 02 NA True #> 2055 category 2 True 02 NA True #> 2056 category 2 True 02 NA True #> 2057 category 1 False 02 NA False #> 2058 category 2 False 02 NA False #> 2059 category 3 False 02 NA True #> 2060 category 3 False 02 NA True #> 2061 category 3 True 02 NA True #> 2062 category 3 True 02 NA True #> 2063 category 2 False 02 NA True #> 2064 category 2 False 02 NA True #> 2065 category 2 True 02 NA True #> 2066 category 2 True 02 NA True #> 2067 category 1 False 02 NA False #> 2068 category 2 False 02 NA True #> 2069 category 2 False 02 NA True #> 2070 category 2 False 02 NA True #> 2071 category 2 False 02 NA True #> 2072 category 2 False 02 NA True #> 2073 category 2 False 02 NA True #> 2074 category 2 True 02 NA True #> 2075 category 2 True 02 NA True #> 2076 category 1 False 02 NA False #> 2077 category 2 False 02 NA True #> 2078 category 2 True 02 NA True #> 2079 category 2 True 02 NA True #> 2080 category 1 False 02 NA False #> 2081 category 2 False 02 NA True #> 2082 category 2 False 02 NA False #> 2083 category 3 False 02 NA True #> 2084 category 3 False 02 NA True #> 2085 category 3 False 02 NA True #> 2086 category 2 False 02 NA False #> 2087 category 3 False 02 NA True #> 2088 category 3 True 02 NA True #> 2089 category 3 True 02 NA True #> 2090 category 2 False 02 NA True #> 2091 category 2 False 02 NA False #> 2092 category 3 False 02 NA True #> 2093 category 3 False 02 NA True #> 2094 category 2 False 02 NA True #> 2095 category 2 False 02 NA True #> 2096 category 1 False 02 NA True #> 2097 category 1 False 02 NA True #> 2098 category 1 False 02 NA False #> 2099 category 2 False 02 NA True #> 2100 category 2 False 02 NA True #> 2101 category 2 True 02 NA True #> 2102 category 1 False 02 NA True #> 2103 category 1 True 02 NA True #> 2104 category 1 True 02 NA True #> 2105 block 1 False 02 NA False #> 2106 block 2 False 02 NA False #> 2107 category 1 False 02 NA False #> 2108 category 2 False 02 NA False #> 2109 category 3 False 02 NA True #> 2110 category 3 False 02 NA True #> 2111 category 3 False 02 NA True #> 2112 category 3 True 02 NA True #> 2113 category 3 True 02 NA True #> 2114 category 2 False 02 NA True #> 2115 category 2 True 02 NA True #> 2116 category 2 True 02 NA True #> 2117 category 1 False 02 NA False #> 2118 category 2 False 02 NA False #> 2119 category 3 False 02 NA True #> 2120 category 3 False 02 NA True #> 2121 category 3 True 02 NA True #> 2122 category 3 True 02 NA True #> 2123 category 2 False 02 NA False #> 2124 category 3 False 02 NA True #> 2125 category 3 False 02 NA True #> 2126 category 3 True 02 NA True #> 2127 category 3 True 02 NA True #> 2128 category 2 False 02 NA False #> 2129 category 3 False 02 NA True #> 2130 category 3 False 02 NA True #> 2131 category 3 True 02 NA True #> 2132 category 3 True 02 NA True #> 2133 category 2 True 02 NA True #> 2134 category 2 True 02 NA True #> 2135 category 1 False 02 NA False #> 2136 category 2 False 02 NA True #> 2137 category 2 False 02 NA True #> 2138 category 2 True 02 NA True #> 2139 category 1 False 02 NA False #> 2140 category 2 False 02 NA True #> 2141 category 2 False 02 NA True #> 2142 category 2 False 02 NA True #> 2143 category 2 False 02 NA True #> 2144 category 2 False 02 NA True #> 2145 category 2 False 02 NA True #> 2146 category 2 True 02 NA True #> 2147 category 2 True 02 NA True #> 2148 category 1 False 02 NA False #> 2149 category 2 False 02 NA True #> 2150 category 2 True 02 NA True #> 2151 category 2 True 02 NA True #> 2152 category 1 False 02 NA False #> 2153 category 2 False 02 NA True #> 2154 category 2 False 02 NA True #> 2155 category 2 False 02 NA True #> 2156 category 2 True 02 NA True #> 2157 category 2 True 02 NA True #> 2158 category 1 False 02 NA False #> 2159 category 2 False 02 NA True #> 2160 category 2 False 02 NA True #> 2161 category 2 False 02 NA True #> 2162 category 2 True 02 NA True #> 2163 category 2 True 02 NA True #> 2164 category 1 False 02 NA True #> 2165 category 1 False 02 NA True #> 2166 category 1 False 02 NA False #> 2167 category 2 False 02 NA True #> 2168 category 2 False 02 NA True #> 2169 category 2 True 02 NA True #> 2170 category 2 True 02 NA True #> 2171 category 1 False 02 NA True #> 2172 category 1 True 02 NA True #> 2173 category 1 True 02 NA True #> 2174 block 2 False 02 NA False #> 2175 category 1 False 02 NA False #> 2176 category 2 False 02 NA True #> 2177 category 2 False 02 NA True #> 2178 category 2 False 02 NA True #> 2179 category 2 False 02 NA True #> 2180 category 2 False 02 NA True #> 2181 category 2 False 02 NA True #> 2182 category 2 False 02 NA True #> 2183 category 2 False 02 NA True #> 2184 category 2 False 02 NA True #> 2185 category 1 False 02 NA False #> 2186 category 2 False 02 NA True #> 2187 category 2 False 02 NA True #> 2188 category 2 True 02 NA True #> 2189 category 1 False 02 NA False #> 2190 category 2 False 02 NA True #> 2191 category 2 False 02 NA True #> 2192 category 2 False 02 NA True #> 2193 category 2 False 02 NA True #> 2194 category 2 False 02 NA False #> 2195 category 3 False 02 NA True #> 2196 category 3 True 02 NA True #> 2197 category 3 True 02 NA True #> 2198 category 2 False 02 NA True #> 2199 category 2 False 02 NA True #> 2200 category 2 False 02 NA True #> 2201 category 2 False 02 NA True #> 2202 category 2 False 02 NA True #> 2203 category 2 True 02 NA True #> 2204 category 2 True 02 NA True #> 2205 block 3 False 02 NA False #> 2206 category 1 False 02 NA False #> 2207 category 2 False 02 NA True #> 2208 category 2 False 02 NA True #> 2209 category 2 False 02 NA True #> 2210 category 2 True 02 NA True #> 2211 category 2 True 02 NA True #> 2212 category 1 False 02 NA True #> 2213 category 1 True 02 NA True #> 2214 category 1 True 02 NA True #> 2215 category 1 False 02 NA True #> 2216 block 3 False 02 NA False #> 2217 category 1 False 02 NA False #> 2218 category 2 False 02 NA False #> 2219 category 3 False 02 NA True #> 2220 category 3 True 02 NA True #> 2221 category 3 True 02 NA True #> 2222 category 2 False 02 NA True #> 2223 category 2 False 02 NA False #> 2224 category 3 False 02 NA True #> 2225 category 3 True 02 NA True #> 2226 category 3 True 02 NA True #> 2227 category 2 False 02 NA True #> 2228 category 2 True 02 NA True #> 2229 category 2 True 02 NA True #> 2230 category 1 False 02 NA False #> 2231 category 2 False 02 NA True #> 2232 category 2 True 02 NA True #> 2233 category 1 False 02 NA True #> 2234 category 1 False 02 NA False #> 2235 category 2 False 02 NA True #> 2236 category 2 True 02 NA True #> 2237 category 1 False 02 NA True #> 2238 category 1 False 02 NA True #> 2239 category 1 False 02 NA True #> 2240 category 1 True 02 NA True #> 2241 category 1 True 02 NA True #> 2242 category 1 False 02 NA False #> 2243 category 2 False 02 NA True #> 2244 category 2 False 02 NA True #> 2245 category 2 False 02 NA True #> 2246 category 2 False 02 NA True #> 2247 category 2 False 02 NA True #> 2248 category 2 False 02 NA True #> 2249 category 2 False 02 NA True #> 2250 category 2 True 02 NA True #> 2251 category 2 True 02 NA True #> 2252 category 1 False 02 NA False #> 2253 category 2 False 02 NA True #> 2254 category 2 False 02 NA True #> 2255 category 2 False 02 NA True #> 2256 category 1 False 02 NA False #> 2257 category 2 False 02 NA True #> 2258 category 2 False 02 NA True #> 2259 category 2 False 02 NA True #> 2260 category 2 False 02 NA True #> 2261 category 2 True 02 NA True #> 2262 category 2 True 02 NA True #> 2263 category 1 False 02 NA True #> 2264 category 1 False 02 NA True #> 2265 category 1 False 02 NA True #> 2266 category 1 False 02 NA False #> 2267 category 2 False 02 NA True #> 2268 category 2 False 02 NA True #> 2269 category 2 False 02 NA True #> 2270 category 2 False 02 NA True #> 2271 category 2 False 02 NA True #> 2272 category 2 True 02 NA True #> 2273 category 2 True 02 NA True #> 2274 category 1 False 02 NA False #> 2275 category 2 False 02 NA True #> 2276 category 2 True 02 NA True #> 2277 category 2 True 02 NA True #> 2278 category 1 True 02 NA True #> 2279 category 1 True 02 NA True #> 2280 category 1 True 02 NA True #> 2281 category 1 True 02 NA True #> 2282 block 1 False 02 NA False #> 2283 category 1 False 02 NA False #> 2284 category 2 False 02 NA True #> 2285 category 2 False 02 NA True #> 2286 category 2 False 02 NA True #> 2287 category 2 False 02 NA True #> 2288 category 2 False 02 NA True #> 2289 category 2 False 02 NA True #> 2290 category 2 True 02 NA True #> 2291 category 2 True 02 NA True #> 2292 category 1 False 02 NA False #> 2293 category 2 False 02 NA True #> 2294 category 2 False 02 NA True #> 2295 category 2 False 02 NA True #> 2296 category 2 False 02 NA True #> 2297 category 2 False 02 NA True #> 2298 category 2 True 02 NA True #> 2299 category 2 True 02 NA True #> 2300 category 1 False 02 NA False #> 2301 category 2 False 02 NA True #> 2302 category 2 False 02 NA True #> 2303 category 2 True 02 NA True #> 2304 category 1 False 02 NA True #> 2305 category 1 False 02 NA True #> 2306 category 1 False 02 NA True #> 2307 category 1 False 02 NA True #> 2308 category 1 False 02 NA True #> 2309 category 1 False 02 NA True #> 2310 category 1 False 02 NA True #> 2311 category 1 False 02 NA False #> 2312 category 2 False 02 NA True #> 2313 category 2 True 02 NA True #> 2314 category 2 True 02 NA True #> 2315 category 1 False 02 NA True #> 2316 category 1 False 02 NA True #> 2317 category 1 True 02 NA True #> 2318 category 1 True 02 NA True #> 2319 block 1 False 02 NA False #> 2320 category 1 False 02 NA False #> 2321 category 2 False 02 NA True #> 2322 category 2 False 02 NA True #> 2323 category 2 True 02 NA True #> 2324 category 2 True 02 NA True #> 2325 category 1 False 02 NA False #> 2326 category 2 False 02 NA True #> 2327 category 2 False 02 NA True #> 2328 category 2 True 02 NA True #> 2329 category 2 True 02 NA True #> 2330 category 1 False 02 NA True #> 2331 category 1 False 02 NA True #> 2332 category 1 False 02 NA True #> 2333 category 1 False 02 NA True #> 2334 category 1 False 02 NA True #> 2335 category 1 False 02 NA True #> 2336 category 1 False 02 NA True #> 2337 category 1 False 02 NA True #> 2338 category 1 False 02 NA True #> 2339 category 1 False 02 NA True #> 2340 category 1 False 02 NA True #> 2341 category 1 True 02 NA True #> 2342 category 1 True 02 NA True #> 2343 chapter 1 False 03 NA False #> 2344 block 1 False 03 NA False #> 2345 block 2 False 03 NA False #> 2346 category 1 False 03 NA False #> 2347 category 2 False 03 NA False #> 2348 category 3 False 03 NA True #> 2349 category 3 True 03 NA True #> 2350 category 2 False 03 NA True #> 2351 category 2 False 03 NA True #> 2352 category 2 False 03 NA True #> 2353 category 2 True 03 NA True #> 2354 category 2 True 03 NA True #> 2355 category 1 False 03 NA False #> 2356 category 2 False 03 NA True #> 2357 category 2 False 03 NA True #> 2358 category 2 False 03 NA True #> 2359 category 2 False 03 NA False #> 2360 category 3 False 03 NA True #> 2361 category 3 True 03 NA True #> 2362 category 2 False 03 NA True #> 2363 category 2 False 03 NA True #> 2364 category 2 True 03 NA True #> 2365 category 2 True 03 NA True #> 2366 category 1 False 03 NA False #> 2367 category 2 False 03 NA True #> 2368 category 2 False 03 NA True #> 2369 category 2 False 03 NA True #> 2370 category 2 False 03 NA True #> 2371 category 2 False 03 NA True #> 2372 category 2 True 03 NA True #> 2373 category 2 True 03 NA True #> 2374 category 1 False 03 NA False #> 2375 category 2 False 03 NA True #> 2376 category 2 False 03 NA True #> 2377 category 2 False 03 NA True #> 2378 category 2 False 03 NA True #> 2379 category 2 False 03 NA False #> 2380 category 3 False 03 NA True #> 2381 category 3 False 03 NA True #> 2382 category 3 False 03 NA True #> 2383 category 3 True 03 NA True #> 2384 category 2 False 03 NA True #> 2385 category 2 False 03 NA True #> 2386 category 2 True 03 NA True #> 2387 block 2 False 03 NA False #> 2388 block 3 False 03 NA False #> 2389 category 1 False 03 NA False #> 2390 category 2 False 03 NA False #> 2391 category 3 False 03 NA True #> 2392 category 3 True 03 NA True #> 2393 category 3 True 03 NA True #> 2394 category 2 False 03 NA True #> 2395 category 2 False 03 NA True #> 2396 category 2 False 03 NA True #> 2397 category 2 True 03 NA True #> 2398 category 2 True 03 NA True #> 2399 category 1 True 03 NA True #> 2400 block 3 False 03 NA False #> 2401 category 1 False 03 NA False #> 2402 category 2 False 03 NA True #> 2403 category 2 False 03 NA True #> 2404 category 2 False 03 NA True #> 2405 category 2 False 03 NA True #> 2406 category 2 False 03 NA True #> 2407 category 2 False 03 NA True #> 2408 category 2 True 03 NA True #> 2409 category 1 False 03 NA False #> 2410 category 2 False 03 NA True #> 2411 category 2 False 03 NA True #> 2412 category 2 False 03 NA True #> 2413 category 2 True 03 NA True #> 2414 category 1 True 03 NA True #> 2415 category 1 True 03 NA True #> 2416 category 1 False 03 NA False #> 2417 category 2 False 03 NA False #> 2418 category 3 False 03 NA True #> 2419 category 3 False 03 NA True #> 2420 category 3 False 03 NA True #> 2421 category 3 False 03 NA True #> 2422 category 3 True 03 NA True #> 2423 category 3 True 03 NA True #> 2424 category 2 False 03 NA True #> 2425 category 2 False 03 NA True #> 2426 category 2 False 03 NA True #> 2427 category 2 False 03 NA True #> 2428 category 2 True 03 NA True #> 2429 category 2 True 03 NA True #> 2430 category 1 False 03 NA False #> 2431 category 2 False 03 NA True #> 2432 category 2 False 03 NA True #> 2433 category 2 False 03 NA True #> 2434 category 2 False 03 NA True #> 2435 category 2 False 03 NA True #> 2436 category 2 False 03 NA True #> 2437 category 2 False 03 NA True #> 2438 category 2 False 03 NA True #> 2439 category 2 False 03 NA True #> 2440 category 2 False 03 NA True #> 2441 category 2 False 03 NA True #> 2442 category 2 False 03 NA True #> 2443 category 2 True 03 NA True #> 2444 category 2 True 03 NA True #> 2445 block 2 False 03 NA False #> 2446 category 1 False 03 NA False #> 2447 category 2 False 03 NA True #> 2448 category 2 False 03 NA True #> 2449 category 2 True 03 NA True #> 2450 category 1 False 03 NA False #> 2451 category 2 False 03 NA True #> 2452 category 2 False 03 NA True #> 2453 category 2 True 03 NA True #> 2454 category 2 True 03 NA True #> 2455 category 1 True 03 NA True #> 2456 category 1 False 03 NA False #> 2457 category 2 False 03 NA True #> 2458 category 2 False 03 NA False #> 2459 category 3 False 03 NA True #> 2460 category 3 False 03 NA True #> 2461 category 3 False 03 NA True #> 2462 category 3 True 03 NA True #> 2463 category 3 True 03 NA True #> 2464 category 2 True 03 NA True #> 2465 category 1 False 03 NA False #> 2466 category 2 False 03 NA True #> 2467 category 2 False 03 NA True #> 2468 category 2 False 03 NA True #> 2469 category 2 True 03 NA True #> 2470 category 2 True 03 NA True #> 2471 category 1 False 03 NA False #> 2472 category 2 False 03 NA False #> 2473 category 3 False 03 NA True #> 2474 category 3 False 03 NA True #> 2475 category 3 True 03 NA True #> 2476 category 3 True 03 NA True #> 2477 category 2 False 03 NA True #> 2478 category 2 True 03 NA True #> 2479 category 1 False 03 NA True #> 2480 block 2 False 03 NA False #> 2481 category 1 False 03 NA False #> 2482 category 2 False 03 NA True #> 2483 category 2 True 03 NA True #> 2484 category 2 True 03 NA True #> 2485 category 1 False 03 NA False #> 2486 category 2 False 03 NA True #> 2487 category 2 False 03 NA True #> 2488 category 2 False 03 NA True #> 2489 category 2 True 03 NA True #> 2490 category 2 True 03 NA True #> 2491 category 1 True 03 NA True #> 2492 category 1 False 03 NA True #> 2493 category 1 False 03 NA True #> 2494 category 1 False 03 NA True #> 2495 category 1 False 03 NA True #> 2496 category 1 False 03 NA True #> 2497 category 1 True 03 NA True #> 2498 category 1 True 03 NA True #> 2499 block 1 False 03 NA False #> 2500 block 2 False 03 NA False #> 2501 block 3 False 03 NA False #> 2502 category 1 False 03 NA False #> 2503 category 2 False 03 NA True #> 2504 category 2 False 03 NA True #> 2505 category 2 True 03 NA True #> 2506 category 2 True 03 NA True #> 2507 category 1 False 03 NA False #> 2508 category 2 False 03 NA True #> 2509 category 2 True 03 NA True #> 2510 category 2 True 03 NA True #> 2511 category 1 False 03 NA True #> 2512 category 1 False 03 NA True #> 2513 category 1 False 03 NA False #> 2514 category 2 False 03 NA True #> 2515 category 2 False 03 NA True #> 2516 category 2 False 03 NA True #> 2517 category 2 True 03 NA True #> 2518 category 1 False 03 NA True #> 2519 category 1 True 03 NA True #> 2520 block 3 False 03 NA False #> 2521 category 1 False 03 NA True #> 2522 category 1 False 03 NA False #> 2523 category 2 False 03 NA True #> 2524 category 2 False 03 NA True #> 2525 category 2 True 03 NA True #> 2526 category 2 True 03 NA True #> 2527 category 1 False 03 NA True #> 2528 category 1 True 03 NA True #> 2529 category 1 True 03 NA True #> 2530 block 2 False 03 NA False #> 2531 category 1 False 03 NA False #> 2532 category 2 False 03 NA True #> 2533 category 2 False 03 NA True #> 2534 category 2 True 03 NA True #> 2535 category 2 True 03 NA True #> 2536 category 1 False 03 NA True #> 2537 category 1 False 03 NA False #> 2538 category 2 False 03 NA True #> 2539 category 2 False 03 NA True #> 2540 category 1 False 03 NA False #> 2541 category 2 False 03 NA False #> 2542 category 3 False 03 NA True #> 2543 category 3 True 03 NA True #> 2544 category 3 True 03 NA True #> 2545 category 2 False 03 NA True #> 2546 category 2 True 03 NA True #> 2547 category 2 True 03 NA True #> 2548 category 1 False 03 NA False #> 2549 category 2 False 03 NA False #> 2550 category 3 False 03 NA True #> 2551 category 3 False 03 NA True #> 2552 category 3 True 03 NA True #> 2553 category 3 True 03 NA True #> 2554 category 2 False 03 NA True #> 2555 category 2 False 03 NA True #> 2556 category 2 False 03 NA True #> 2557 category 2 False 03 NA True #> 2558 category 2 False 03 NA True #> 2559 category 2 True 03 NA True #> 2560 category 2 True 03 NA True #> 2561 category 1 False 03 NA False #> 2562 category 2 False 03 NA True #> 2563 category 2 False 03 NA False #> 2564 category 3 False 03 NA True #> 2565 category 3 True 03 NA True #> 2566 category 3 True 03 NA True #> 2567 category 2 True 03 NA True #> 2568 category 2 True 03 NA True #> 2569 category 1 False 03 NA False #> 2570 category 2 False 03 NA False #> 2571 category 3 False 03 NA True #> 2572 category 3 False 03 NA True #> 2573 category 3 True 03 NA True #> 2574 category 2 False 03 NA False #> 2575 category 3 False 03 NA True #> 2576 category 3 False 03 NA True #> 2577 category 3 False 03 NA True #> 2578 category 3 False 03 NA True #> 2579 category 3 False 03 NA True #> 2580 category 3 True 03 NA True #> 2581 category 2 True 03 NA True #> 2582 category 1 False 03 NA True #> 2583 category 1 True 03 NA True #> 2584 category 1 True 03 NA True #> 2585 block 1 False 03 NA False #> 2586 category 1 False 03 NA False #> 2587 category 2 False 03 NA True #> 2588 category 1 False 03 NA False #> 2589 category 2 False 03 NA True #> 2590 category 2 False 03 NA True #> 2591 category 2 False 03 NA True #> 2592 category 2 False 03 NA True #> 2593 category 2 False 03 NA True #> 2594 category 2 False 03 NA False #> 2595 category 3 False 03 NA True #> 2596 category 3 False 03 NA True #> 2597 category 3 True 03 NA True #> 2598 category 3 True 03 NA True #> 2599 category 2 False 03 NA True #> 2600 category 2 False 03 NA False #> 2601 category 3 False 03 NA True #> 2602 category 3 False 03 NA True #> 2603 category 3 True 03 NA True #> 2604 category 3 True 03 NA True #> 2605 category 2 False 03 NA True #> 2606 category 2 False 03 NA True #> 2607 category 2 False 03 NA True #> 2608 category 2 False 03 NA True #> 2609 category 2 False 03 NA True #> 2610 category 2 True 03 NA True #> 2611 category 2 True 03 NA True #> 2612 category 1 True 03 NA True #> 2613 category 1 True 03 NA True #> 2614 category 1 True 03 NA True #> 2615 chapter 1 False 04 NA False #> 2616 block 1 False 04 NA False #> 2617 category 1 False 04 NA False #> 2618 category 2 False 04 NA False #> 2619 category 3 False 04 NA True #> 2620 category 3 True 04 NA True #> 2621 category 3 True 04 NA True #> 2622 category 2 False 04 NA False #> 2623 category 3 False 04 NA True #> 2624 category 3 False 04 NA True #> 2625 category 3 False 04 NA True #> 2626 category 3 False 04 NA True #> 2627 category 3 False 04 NA True #> 2628 category 3 False 04 NA True #> 2629 category 3 True 04 NA True #> 2630 category 3 True 04 NA True #> 2631 category 2 False 04 NA True #> 2632 category 2 False 04 NA True #> 2633 category 2 True 04 NA True #> 2634 category 2 True 04 NA True #> 2635 category 1 False 04 NA False #> 2636 category 2 False 04 NA False #> 2637 category 3 False 04 NA True #> 2638 category 3 False 04 NA True #> 2639 category 3 False 04 NA True #> 2640 category 3 False 04 NA True #> 2641 category 3 False 04 NA True #> 2642 category 3 False 04 NA True #> 2643 category 3 True 04 NA True #> 2644 category 3 True 04 NA True #> 2645 category 2 False 04 NA False #> 2646 category 3 False 04 NA True #> 2647 category 3 False 04 NA True #> 2648 category 3 False 04 NA True #> 2649 category 3 True 04 NA True #> 2650 category 3 True 04 NA True #> 2651 category 2 False 04 NA False #> 2652 category 3 False 04 NA True #> 2653 category 3 False 04 NA True #> 2654 category 3 False 04 NA True #> 2655 category 3 False 04 NA True #> 2656 category 3 True 04 NA True #> 2657 category 3 True 04 NA True #> 2658 category 2 False 04 NA False #> 2659 category 3 False 04 NA True #> 2660 category 3 False 04 NA True #> 2661 category 3 False 04 NA True #> 2662 category 3 False 04 NA True #> 2663 category 3 False 04 NA True #> 2664 category 2 True 04 NA True #> 2665 category 1 True 04 NA True #> 2666 category 1 True 04 NA True #> 2667 category 1 False 04 NA False #> 2668 category 2 False 04 NA True #> 2669 category 2 False 04 NA True #> 2670 category 2 True 04 NA True #> 2671 category 2 True 04 NA True #> 2672 block 1 False 04 NA False #> 2673 category 1 False 04 NA False #> 2674 category 2 False 04 NA False #> 2675 category 3 False 04 NA True #> 2676 category 3 True 04 NA True #> 2677 category 3 True 04 NA True #> 2678 category 2 False 04 NA True #> 2679 category 2 True 04 NA True #> 2680 category 2 True 04 NA True #> 2681 category 1 False 04 NA False #> 2682 category 2 False 04 NA False #> 2683 category 3 False 04 NA True #> 2684 category 3 False 04 NA True #> 2685 category 3 True 04 NA True #> 2686 category 2 False 04 NA False #> 2687 category 3 False 04 NA True #> 2688 category 3 False 04 NA True #> 2689 category 3 True 04 NA True #> 2690 category 3 True 04 NA True #> 2691 category 2 False 04 NA False #> 2692 category 3 False 04 NA True #> 2693 category 3 False 04 NA True #> 2694 category 3 True 04 NA True #> 2695 category 2 True 04 NA True #> 2696 category 2 True 04 NA True #> 2697 category 1 False 04 NA False #> 2698 category 2 False 04 NA True #> 2699 category 2 False 04 NA True #> 2700 category 2 False 04 NA True #> 2701 category 2 True 04 NA True #> 2702 category 1 False 04 NA False #> 2703 category 2 False 04 NA True #> 2704 category 2 False 04 NA True #> 2705 category 2 False 04 NA False #> 2706 category 3 False 04 NA True #> 2707 category 3 False 04 NA True #> 2708 category 3 False 04 NA True #> 2709 category 3 True 04 NA True #> 2710 category 3 True 04 NA True #> 2711 category 2 False 04 NA True #> 2712 category 2 False 04 NA True #> 2713 category 2 True 04 NA True #> 2714 category 2 True 04 NA True #> 2715 category 1 False 04 NA False #> 2716 category 2 False 04 NA True #> 2717 category 2 False 04 NA True #> 2718 category 2 False 04 NA True #> 2719 category 2 False 04 NA True #> 2720 category 2 False 04 NA True #> 2721 category 2 False 04 NA True #> 2722 category 2 False 04 NA True #> 2723 category 2 False 04 NA True #> 2724 category 2 False 04 NA True #> 2725 category 2 False 04 NA False #> 2726 category 3 False 04 NA True #> 2727 category 3 False 04 NA True #> 2728 category 3 False 04 NA True #> 2729 category 3 True 04 NA True #> 2730 category 3 True 04 NA True #> 2731 category 2 False 04 NA False #> 2732 category 3 False 04 NA True #> 2733 category 3 False 04 NA True #> 2734 category 3 False 04 NA True #> 2735 category 3 True 04 NA True #> 2736 category 3 True 04 NA True #> 2737 category 2 False 04 NA False #> 2738 category 3 False 04 NA True #> 2739 category 3 True 04 NA True #> 2740 category 3 True 04 NA True #> 2741 category 2 True 04 NA True #> 2742 category 2 True 04 NA True #> 2743 category 1 False 04 NA False #> 2744 category 2 False 04 NA True #> 2745 category 2 False 04 NA True #> 2746 category 2 False 04 NA True #> 2747 category 2 False 04 NA True #> 2748 category 2 True 04 NA True #> 2749 category 1 True 04 NA True #> 2750 category 1 True 04 NA True #> 2751 block 1 False 04 NA False #> 2752 category 1 False 04 NA False #> 2753 category 2 False 04 NA True #> 2754 category 2 False 04 NA True #> 2755 category 2 False 04 NA True #> 2756 category 2 True 04 NA True #> 2757 category 2 True 04 NA True #> 2758 category 1 False 04 NA True #> 2759 category 1 False 04 NA True #> 2760 category 1 True 04 NA True #> 2761 category 1 True 04 NA True #> 2762 block 1 False 04 NA False #> 2763 category 1 False 04 NA False #> 2764 category 2 False 04 NA True #> 2765 category 2 False 04 NA True #> 2766 category 2 True 04 NA True #> 2767 category 2 True 04 NA True #> 2768 category 1 False 04 NA True #> 2769 category 1 False 04 NA True #> 2770 category 1 False 04 NA False #> 2771 category 2 False 04 NA True #> 2772 category 2 False 04 NA True #> 2773 category 2 True 04 NA True #> 2774 category 2 True 04 NA True #> 2775 category 1 False 04 NA False #> 2776 category 2 False 04 NA True #> 2777 category 2 False 04 NA True #> 2778 category 2 False 04 NA True #> 2779 category 2 False 04 NA False #> 2780 category 3 False 04 NA True #> 2781 category 3 False 04 NA True #> 2782 category 3 True 04 NA True #> 2783 category 3 True 04 NA True #> 2784 category 2 False 04 NA True #> 2785 category 2 False 04 NA True #> 2786 category 2 False 04 NA True #> 2787 category 2 True 04 NA True #> 2788 category 2 True 04 NA True #> 2789 category 1 False 04 NA False #> 2790 category 2 False 04 NA False #> 2791 category 3 False 04 NA True #> 2792 category 3 False 04 NA True #> 2793 category 3 False 04 NA True #> 2794 category 3 False 04 NA True #> 2795 category 3 False 04 NA True #> 2796 category 3 True 04 NA True #> 2797 category 3 True 04 NA True #> 2798 category 2 False 04 NA True #> 2799 category 2 False 04 NA False #> 2800 category 3 False 04 NA True #> 2801 category 3 False 04 NA True #> 2802 category 3 False 04 NA True #> 2803 category 3 True 04 NA True #> 2804 category 3 True 04 NA True #> 2805 category 2 False 04 NA False #> 2806 category 3 False 04 NA True #> 2807 category 3 False 04 NA True #> 2808 category 3 False 04 NA True #> 2809 category 2 True 04 NA True #> 2810 category 2 True 04 NA True #> 2811 category 1 True 04 NA True #> 2812 category 1 True 04 NA True #> 2813 block 1 False 04 NA False #> 2814 category 1 False 04 NA False #> 2815 category 2 False 04 NA False #> 2816 category 3 False 04 NA True #> 2817 category 3 False 04 NA True #> 2818 category 3 True 04 NA True #> 2819 category 2 False 04 NA False #> 2820 category 3 False 04 NA True #> 2821 category 3 False 04 NA True #> 2822 category 3 True 04 NA True #> 2823 category 2 True 04 NA True #> 2824 category 1 False 04 NA False #> 2825 category 2 False 04 NA False #> 2826 category 3 False 04 NA True #> 2827 category 3 False 04 NA True #> 2828 category 3 False 04 NA True #> 2829 category 3 False 04 NA True #> 2830 category 3 True 04 NA True #> 2831 category 3 True 04 NA True #> 2832 category 2 False 04 NA True #> 2833 category 2 True 04 NA True #> 2834 category 1 False 04 NA False #> 2835 category 2 False 04 NA True #> 2836 category 2 False 04 NA True #> 2837 category 2 True 04 NA True #> 2838 category 1 False 04 NA False #> 2839 category 2 False 04 NA True #> 2840 category 2 False 04 NA True #> 2841 category 2 True 04 NA True #> 2842 category 1 False 04 NA True #> 2843 category 1 False 04 NA True #> 2844 category 1 False 04 NA True #> 2845 category 1 False 04 NA True #> 2846 category 1 True 04 NA True #> 2847 category 1 True 04 NA True #> 2848 block 1 False 04 NA False #> 2849 category 1 False 04 NA False #> 2850 category 2 False 04 NA True #> 2851 category 2 False 04 NA True #> 2852 category 2 False 04 NA True #> 2853 category 2 False 04 NA True #> 2854 category 2 False 04 NA True #> 2855 category 2 False 04 NA True #> 2856 category 2 True 04 NA True #> 2857 category 2 True 04 NA True #> 2858 category 1 False 04 NA True #> 2859 category 1 False 04 NA True #> 2860 category 1 False 04 NA True #> 2861 category 1 False 04 NA False #> 2862 category 2 False 04 NA True #> 2863 category 2 False 04 NA True #> 2864 category 2 True 04 NA True #> 2865 category 2 True 04 NA True #> 2866 category 1 True 04 NA True #> 2867 category 1 False 04 NA False #> 2868 category 2 False 04 NA True #> 2869 category 2 False 04 NA True #> 2870 category 2 False 04 NA True #> 2871 category 2 True 04 NA True #> 2872 category 2 True 04 NA True #> 2873 category 1 True 04 NA True #> 2874 category 1 True 04 NA True #> 2875 chapter 1 False 05 NA False #> 2876 block 1 False 05 NA False #> 2877 block 2 False 05 NA False #> 2878 category 1 False 05 NA False #> 2879 category 2 False 05 NA False #> 2880 category 3 False 05 NA True #> 2881 category 3 False 05 NA True #> 2882 category 3 False 05 NA True #> 2883 category 3 False 05 NA True #> 2884 category 3 False 05 NA True #> 2885 category 3 True 05 NA True #> 2886 category 3 True 05 NA True #> 2887 category 2 False 05 NA False #> 2888 category 3 False 05 NA True #> 2889 category 3 False 05 NA True #> 2890 category 3 True 05 NA True #> 2891 category 2 False 05 NA False #> 2892 category 3 False 05 NA True #> 2893 category 3 False 05 NA True #> 2894 category 3 False 05 NA True #> 2895 category 3 True 05 NA True #> 2896 category 3 True 05 NA True #> 2897 category 2 True 05 NA True #> 2898 category 1 False 05 NA False #> 2899 category 2 False 05 NA True #> 2900 category 2 False 05 NA True #> 2901 category 2 False 05 NA True #> 2902 category 2 True 05 NA True #> 2903 category 1 False 05 NA False #> 2904 category 2 False 05 NA True #> 2905 category 2 False 05 NA True #> 2906 category 2 False 05 NA True #> 2907 category 2 False 05 NA True #> 2908 category 2 False 05 NA True #> 2909 category 2 False 05 NA True #> 2910 category 2 False 05 NA True #> 2911 category 2 True 05 NA True #> 2912 category 2 True 05 NA True #> 2913 category 1 False 05 NA False #> 2914 category 2 False 05 NA True #> 2915 category 2 False 05 NA True #> 2916 category 2 False 05 NA False #> 2917 category 3 False 05 NA True #> 2918 category 3 False 05 NA True #> 2919 category 3 True 05 NA True #> 2920 category 3 True 05 NA True #> 2921 category 2 True 05 NA True #> 2922 category 2 True 05 NA True #> 2923 category 1 False 05 NA True #> 2924 category 1 False 05 NA True #> 2925 category 1 False 05 NA True #> 2926 category 1 True 05 NA True #> 2927 category 1 True 05 NA True #> 2928 block 2 False 05 NA False #> 2929 category 1 False 05 NA True #> 2930 category 1 False 05 NA True #> 2931 category 1 False 05 NA True #> 2932 category 1 False 05 NA False #> 2933 category 2 False 05 NA True #> 2934 category 2 False 05 NA True #> 2935 category 2 False 05 NA True #> 2936 category 2 False 05 NA True #> 2937 category 2 False 05 NA True #> 2938 category 2 False 05 NA True #> 2939 category 2 False 05 NA True #> 2940 category 2 False 05 NA True #> 2941 category 2 True 05 NA True #> 2942 category 1 False 05 NA True #> 2943 block 3 False 05 NA False #> 2944 category 1 False 05 NA False #> 2945 category 2 False 05 NA True #> 2946 category 2 False 05 NA True #> 2947 category 2 True 05 NA True #> 2948 category 1 False 05 NA False #> 2949 category 2 False 05 NA True #> 2950 category 2 False 05 NA True #> 2951 category 2 True 05 NA True #> 2952 category 1 False 05 NA False #> 2953 category 2 False 05 NA True #> 2954 category 2 False 05 NA True #> 2955 category 2 False 05 NA True #> 2956 category 2 False 05 NA True #> 2957 category 2 True 05 NA True #> 2958 category 2 True 05 NA True #> 2959 category 1 False 05 NA True #> 2960 category 1 False 05 NA True #> 2961 category 1 True 05 NA True #> 2962 block 2 False 05 NA False #> 2963 category 1 False 05 NA False #> 2964 category 2 False 05 NA True #> 2965 category 2 False 05 NA True #> 2966 category 2 True 05 NA True #> 2967 category 2 True 05 NA True #> 2968 category 1 False 05 NA True #> 2969 category 1 False 05 NA True #> 2970 category 1 False 05 NA False #> 2971 category 2 False 05 NA True #> 2972 category 2 False 05 NA True #> 2973 category 2 True 05 NA True #> 2974 category 2 True 05 NA True #> 2975 category 1 False 05 NA True #> 2976 category 1 False 05 NA True #> 2977 category 1 True 05 NA True #> 2978 category 1 True 05 NA True #> 2979 block 2 False 05 NA False #> 2980 category 1 False 05 NA False #> 2981 category 2 False 05 NA False #> 2982 category 3 False 05 NA True #> 2983 category 3 False 05 NA True #> 2984 category 3 False 05 NA True #> 2985 category 3 False 05 NA True #> 2986 category 3 True 05 NA True #> 2987 category 3 True 05 NA True #> 2988 category 2 False 05 NA True #> 2989 category 2 True 05 NA True #> 2990 category 2 True 05 NA True #> 2991 category 1 False 05 NA False #> 2992 category 2 False 05 NA True #> 2993 category 2 False 05 NA True #> 2994 category 2 False 05 NA True #> 2995 category 2 True 05 NA True #> 2996 category 2 True 05 NA True #> 2997 category 1 True 05 NA True #> 2998 category 1 True 05 NA True #> 2999 block 2 False 05 NA False #> 3000 category 1 False 05 NA False #> 3001 category 2 False 05 NA True #> 3002 category 2 False 05 NA True #> 3003 category 2 False 05 NA False #> 3004 category 3 False 05 NA True #> 3005 category 3 True 05 NA True #> 3006 category 3 True 05 NA True #> 3007 category 2 False 05 NA True #> 3008 category 2 True 05 NA True #> 3009 category 2 True 05 NA True #> 3010 category 1 False 05 NA False #> 3011 category 2 False 05 NA True #> 3012 category 2 False 05 NA True #> 3013 category 2 False 05 NA True #> 3014 category 2 False 05 NA True #> 3015 category 2 False 05 NA False #> 3016 category 3 False 05 NA True #> 3017 category 3 False 05 NA True #> 3018 category 3 True 05 NA True #> 3019 category 3 True 05 NA True #> 3020 category 2 False 05 NA True #> 3021 category 2 False 05 NA True #> 3022 category 2 True 05 NA True #> 3023 category 1 True 05 NA True #> 3024 block 2 False 05 NA False #> 3025 category 1 False 05 NA False #> 3026 category 2 False 05 NA True #> 3027 category 2 False 05 NA True #> 3028 category 2 False 05 NA True #> 3029 category 2 False 05 NA True #> 3030 category 2 True 05 NA True #> 3031 category 2 True 05 NA True #> 3032 category 1 False 05 NA False #> 3033 category 2 False 05 NA False #> 3034 category 3 False 05 NA True #> 3035 category 3 False 05 NA True #> 3036 category 3 True 05 NA True #> 3037 category 3 True 05 NA True #> 3038 category 2 False 05 NA True #> 3039 category 2 True 05 NA True #> 3040 category 2 True 05 NA True #> 3041 category 1 False 05 NA False #> 3042 category 2 False 05 NA True #> 3043 category 2 False 05 NA True #> 3044 category 2 True 05 NA True #> 3045 category 1 False 05 NA True #> 3046 category 1 False 05 NA False #> 3047 category 2 False 05 NA True #> 3048 category 2 False 05 NA True #> 3049 category 2 True 05 NA True #> 3050 category 2 True 05 NA True #> 3051 category 1 False 05 NA True #> 3052 category 1 False 05 NA False #> 3053 category 2 False 05 NA True #> 3054 category 2 True 05 NA True #> 3055 category 1 True 05 NA True #> 3056 block 2 False 05 NA False #> 3057 category 1 False 05 NA False #> 3058 category 2 False 05 NA True #> 3059 category 2 False 05 NA True #> 3060 category 2 False 05 NA True #> 3061 category 2 False 05 NA True #> 3062 category 2 False 05 NA True #> 3063 category 2 False 05 NA True #> 3064 category 2 True 05 NA True #> 3065 category 2 True 05 NA True #> 3066 category 1 False 05 NA False #> 3067 category 2 False 05 NA True #> 3068 category 2 False 05 NA True #> 3069 category 2 True 05 NA True #> 3070 category 2 True 05 NA True #> 3071 category 1 True 05 NA True #> 3072 block 2 False 05 NA False #> 3073 category 1 False 05 NA True #> 3074 category 1 False 05 NA True #> 3075 category 1 False 05 NA True #> 3076 category 1 True 05 NA True #> 3077 category 1 True 05 NA True #> 3078 block 2 False 05 NA False #> 3079 category 1 False 05 NA True #> 3080 category 1 False 05 NA True #> 3081 category 1 True 05 NA True #> 3082 category 1 True 05 NA True #> 3083 block 2 False 05 NA False #> 3084 category 1 False 05 NA True #> 3085 category 1 False 05 NA True #> 3086 category 1 False 05 NA True #> 3087 category 1 True 05 NA True #> 3088 category 1 True 05 NA True #> 3089 category 1 True 05 NA True #> 3090 block 1 False 05 NA False #> 3091 block 2 False 05 NA False #> 3092 category 1 False 05 NA True #> 3093 category 1 False 05 NA True #> 3094 category 1 False 05 NA True #> 3095 category 1 False 05 NA True #> 3096 category 1 False 05 NA True #> 3097 category 1 False 05 NA False #> 3098 category 2 False 05 NA True #> 3099 category 2 False 05 NA True #> 3100 category 2 False 05 NA True #> 3101 category 2 False 05 NA True #> 3102 category 2 False 05 NA True #> 3103 category 2 False 05 NA True #> 3104 category 2 True 05 NA True #> 3105 category 2 True 05 NA True #> 3106 category 1 False 05 NA False #> 3107 category 2 False 05 NA True #> 3108 category 2 True 05 NA True #> 3109 category 2 True 05 NA True #> 3110 category 1 False 05 NA False #> 3111 category 2 False 05 NA True #> 3112 category 2 False 05 NA True #> 3113 category 2 True 05 NA True #> 3114 category 2 True 05 NA True #> 3115 category 1 False 05 NA True #> 3116 category 1 False 05 NA True #> 3117 category 1 False 05 NA False #> 3118 category 2 False 05 NA False #> 3119 category 3 False 05 NA True #> 3120 category 3 False 05 NA True #> 3121 category 3 True 05 NA True #> 3122 category 2 False 05 NA False #> 3123 category 3 False 05 NA True #> 3124 category 3 False 05 NA True #> 3125 category 3 True 05 NA True #> 3126 category 3 True 05 NA True #> 3127 category 2 True 05 NA True #> 3128 category 2 True 05 NA True #> 3129 category 1 False 05 NA True #> 3130 category 1 False 05 NA False #> 3131 category 2 False 05 NA True #> 3132 category 2 True 05 NA True #> 3133 category 2 True 05 NA True #> 3134 category 1 False 05 NA True #> 3135 category 1 False 05 NA True #> 3136 category 1 False 05 NA True #> 3137 category 1 False 05 NA True #> 3138 category 1 False 05 NA True #> 3139 category 1 False 05 NA True #> 3140 category 1 False 05 NA False #> 3141 category 2 False 05 NA True #> 3142 category 2 False 05 NA False #> 3143 category 3 False 05 NA True #> 3144 category 3 True 05 NA True #> 3145 category 3 True 05 NA True #> 3146 category 2 False 05 NA True #> 3147 category 2 False 05 NA True #> 3148 category 2 False 05 NA True #> 3149 category 2 False 05 NA True #> 3150 category 2 False 05 NA True #> 3151 category 2 False 05 NA True #> 3152 category 2 False 05 NA True #> 3153 category 2 False 05 NA True #> 3154 category 2 False 05 NA True #> 3155 category 2 False 05 NA True #> 3156 category 2 True 05 NA True #> 3157 category 2 True 05 NA True #> 3158 block 3 False 05 NA False #> 3159 category 1 False 05 NA True #> 3160 category 1 False 05 NA True #> 3161 category 1 False 05 NA True #> 3162 category 1 False 05 NA True #> 3163 category 1 True 05 NA True #> 3164 category 1 True 05 NA True #> 3165 category 1 False 05 NA True #> 3166 category 1 False 05 NA True #> 3167 category 1 True 05 NA True #> 3168 category 1 True 05 NA True #> 3169 block 2 False 05 NA False #> 3170 block 3 False 05 NA False #> 3171 category 1 False 05 NA False #> 3172 category 2 False 05 NA False #> 3173 category 3 False 05 NA True #> 3174 category 3 False 05 NA True #> 3175 category 3 True 05 NA True #> 3176 category 2 False 05 NA True #> 3177 category 1 False 05 NA False #> 3178 category 2 False 05 NA False #> 3179 category 3 False 05 NA True #> 3180 category 3 False 05 NA True #> 3181 category 2 False 05 NA True #> 3182 category 2 True 05 NA True #> 3183 category 2 True 05 NA True #> 3184 block 3 False 05 NA False #> 3185 category 1 False 05 NA False #> 3186 category 2 False 05 NA True #> 3187 category 2 False 05 NA True #> 3188 category 2 False 05 NA True #> 3189 category 2 False 05 NA True #> 3190 category 2 True 05 NA True #> 3191 category 2 True 05 NA True #> 3192 category 1 False 05 NA False #> 3193 category 2 False 05 NA True #> 3194 category 2 False 05 NA True #> 3195 category 2 False 05 NA True #> 3196 category 2 False 05 NA True #> 3197 category 2 False 05 NA True #> 3198 category 2 False 05 NA True #> 3199 category 2 True 05 NA True #> 3200 category 2 True 05 NA True #> 3201 category 1 True 05 NA True #> 3202 category 1 True 05 NA True #> 3203 category 1 True 05 NA True #> 3204 category 1 True 05 NA True #> 3205 category 1 True 05 NA True #> 3206 category 1 True 05 NA True #> 3207 block 1 False 05 NA False #> 3208 block 2 False 05 NA False #> 3209 category 1 False 05 NA False #> 3210 category 2 False 05 NA False #> 3211 category 3 False 05 NA True #> 3212 category 3 False 05 NA True #> 3213 category 3 False 05 NA True #> 3214 category 3 True 05 NA True #> 3215 category 3 True 05 NA True #> 3216 category 2 False 05 NA False #> 3217 category 3 False 05 NA True #> 3218 category 3 False 05 NA True #> 3219 category 3 False 05 NA True #> 3220 category 3 True 05 NA True #> 3221 category 3 True 05 NA True #> 3222 category 2 False 05 NA False #> 3223 category 3 False 05 NA True #> 3224 category 3 False 05 NA True #> 3225 category 3 True 05 NA True #> 3226 category 3 True 05 NA True #> 3227 category 2 False 05 NA True #> 3228 category 2 False 05 NA True #> 3229 category 2 False 05 NA True #> 3230 category 2 False 05 NA True #> 3231 category 2 False 05 NA False #> 3232 category 3 False 05 NA True #> 3233 category 3 False 05 NA True #> 3234 category 3 True 05 NA True #> 3235 category 3 True 05 NA True #> 3236 category 2 False 05 NA True #> 3237 category 2 False 05 NA True #> 3238 category 2 False 05 NA False #> 3239 category 3 False 05 NA True #> 3240 category 3 False 05 NA True #> 3241 category 3 False 05 NA True #> 3242 category 3 False 05 NA True #> 3243 category 3 True 05 NA True #> 3244 category 3 True 05 NA True #> 3245 category 2 False 05 NA True #> 3246 category 2 False 05 NA True #> 3247 category 2 False 05 NA False #> 3248 category 3 False 05 NA True #> 3249 category 3 True 05 NA True #> 3250 category 3 True 05 NA True #> 3251 category 2 False 05 NA False #> 3252 category 3 False 05 NA True #> 3253 category 3 False 05 NA True #> 3254 category 3 True 05 NA True #> 3255 category 3 True 05 NA True #> 3256 category 2 False 05 NA False #> 3257 category 3 False 05 NA True #> 3258 category 3 False 05 NA True #> 3259 category 3 False 05 NA True #> 3260 category 3 True 05 NA True #> 3261 category 3 True 05 NA True #> 3262 category 2 False 05 NA True #> 3263 category 2 True 05 NA True #> 3264 category 2 True 05 NA True #> 3265 category 1 False 05 NA False #> 3266 category 2 False 05 NA True #> 3267 category 2 False 05 NA True #> 3268 category 2 False 05 NA False #> 3269 category 3 False 05 NA True #> 3270 category 3 True 05 NA True #> 3271 category 3 True 05 NA True #> 3272 category 2 False 05 NA True #> 3273 category 2 False 05 NA False #> 3274 category 3 False 05 NA True #> 3275 category 3 False 05 NA True #> 3276 category 3 False 05 NA True #> 3277 category 3 True 05 NA True #> 3278 category 3 True 05 NA True #> 3279 category 2 False 05 NA False #> 3280 category 3 False 05 NA True #> 3281 category 3 True 05 NA True #> 3282 category 3 True 05 NA True #> 3283 category 2 True 05 NA True #> 3284 category 2 True 05 NA True #> 3285 category 1 False 05 NA False #> 3286 category 2 False 05 NA False #> 3287 category 3 False 05 NA True #> 3288 category 3 False 05 NA True #> 3289 category 3 False 05 NA True #> 3290 category 3 False 05 NA True #> 3291 category 3 True 05 NA True #> 3292 category 3 True 05 NA True #> 3293 category 2 False 05 NA False #> 3294 category 3 False 05 NA True #> 3295 category 3 False 05 NA True #> 3296 category 3 True 05 NA True #> 3297 category 3 True 05 NA True #> 3298 category 2 False 05 NA True #> 3299 category 2 True 05 NA True #> 3300 category 2 True 05 NA True #> 3301 category 1 False 05 NA False #> 3302 category 2 False 05 NA False #> 3303 category 3 False 05 NA True #> 3304 category 3 False 05 NA True #> 3305 category 3 False 05 NA True #> 3306 category 3 False 05 NA True #> 3307 category 3 True 05 NA True #> 3308 category 3 True 05 NA True #> 3309 category 2 False 05 NA True #> 3310 category 2 False 05 NA False #> 3311 category 3 False 05 NA True #> 3312 category 3 False 05 NA True #> 3313 category 3 False 05 NA True #> 3314 category 3 False 05 NA True #> 3315 category 3 False 05 NA True #> 3316 category 3 False 05 NA True #> 3317 category 3 True 05 NA True #> 3318 category 3 True 05 NA True #> 3319 category 2 False 05 NA False #> 3320 category 3 False 05 NA True #> 3321 category 3 False 05 NA True #> 3322 category 3 True 05 NA True #> 3323 category 3 True 05 NA True #> 3324 category 2 False 05 NA True #> 3325 category 2 True 05 NA True #> 3326 category 2 True 05 NA True #> 3327 category 1 False 05 NA False #> 3328 category 2 False 05 NA True #> 3329 category 2 False 05 NA True #> 3330 category 2 False 05 NA True #> 3331 category 2 True 05 NA True #> 3332 category 2 True 05 NA True #> 3333 category 1 False 05 NA False #> 3334 category 2 False 05 NA False #> 3335 category 3 False 05 NA True #> 3336 category 3 False 05 NA True #> 3337 category 3 True 05 NA True #> 3338 category 3 True 05 NA True #> 3339 category 2 False 05 NA True #> 3340 category 2 False 05 NA True #> 3341 category 2 True 05 NA True #> 3342 category 2 True 05 NA True #> 3343 category 1 False 05 NA False #> 3344 category 2 False 05 NA False #> 3345 category 3 False 05 NA True #> 3346 category 3 False 05 NA True #> 3347 category 3 False 05 NA True #> 3348 category 3 True 05 NA True #> 3349 category 3 True 05 NA True #> 3350 category 2 False 05 NA True #> 3351 category 2 False 05 NA False #> 3352 category 3 False 05 NA True #> 3353 category 3 False 05 NA True #> 3354 category 3 True 05 NA True #> 3355 category 3 True 05 NA True #> 3356 category 2 False 05 NA False #> 3357 category 3 False 05 NA True #> 3358 category 3 False 05 NA True #> 3359 category 3 False 05 NA True #> 3360 category 3 False 05 NA True #> 3361 category 3 True 05 NA True #> 3362 category 3 True 05 NA True #> 3363 category 2 False 05 NA True #> 3364 category 2 True 05 NA True #> 3365 category 2 True 05 NA True #> 3366 category 1 False 05 NA False #> 3367 category 2 False 05 NA True #> 3368 category 2 False 05 NA True #> 3369 category 2 True 05 NA True #> 3370 category 2 True 05 NA True #> 3371 category 1 False 05 NA False #> 3372 category 2 False 05 NA False #> 3373 category 3 False 05 NA True #> 3374 category 3 False 05 NA True #> 3375 category 3 False 05 NA True #> 3376 category 3 False 05 NA True #> 3377 category 3 False 05 NA True #> 3378 category 3 True 05 NA True #> 3379 category 3 True 05 NA True #> 3380 category 2 False 05 NA False #> 3381 category 3 False 05 NA True #> 3382 category 3 False 05 NA True #> 3383 category 3 False 05 NA True #> 3384 category 3 True 05 NA True #> 3385 category 3 True 05 NA True #> 3386 category 2 True 05 NA True #> 3387 category 2 True 05 NA True #> 3388 category 1 False 05 NA False #> 3389 category 2 False 05 NA False #> 3390 category 3 False 05 NA True #> 3391 category 3 False 05 NA True #> 3392 category 3 True 05 NA True #> 3393 category 3 True 05 NA True #> 3394 category 2 False 05 NA True #> 3395 category 2 False 05 NA True #> 3396 category 2 True 05 NA True #> 3397 category 2 True 05 NA True #> 3398 category 1 False 05 NA True #> 3399 category 1 True 05 NA True #> 3400 category 1 True 05 NA True #> 3401 block 2 False 05 NA False #> 3402 category 1 False 05 NA False #> 3403 category 2 False 05 NA True #> 3404 category 2 False 05 NA True #> 3405 category 2 False 05 NA True #> 3406 category 2 True 05 NA True #> 3407 category 2 True 05 NA True #> 3408 category 1 False 05 NA False #> 3409 category 2 False 05 NA True #> 3410 category 2 False 05 NA True #> 3411 category 2 False 05 NA True #> 3412 category 2 False 05 NA True #> 3413 category 2 False 05 NA False #> 3414 category 3 False 05 NA True #> 3415 category 3 True 05 NA True #> 3416 category 3 True 05 NA True #> 3417 category 2 False 05 NA True #> 3418 category 2 False 05 NA False #> 3419 category 3 False 05 NA True #> 3420 category 3 False 05 NA True #> 3421 category 3 False 05 NA True #> 3422 category 3 True 05 NA True #> 3423 category 2 True 05 NA True #> 3424 category 2 True 05 NA True #> 3425 category 1 False 05 NA True #> 3426 category 1 False 05 NA False #> 3427 category 2 False 05 NA True #> 3428 category 2 False 05 NA True #> 3429 category 2 False 05 NA False #> 3430 category 3 False 05 NA True #> 3431 category 3 False 05 NA True #> 3432 category 3 False 05 NA True #> 3433 category 3 True 05 NA True #> 3434 category 3 True 05 NA True #> 3435 category 2 True 05 NA True #> 3436 category 2 True 05 NA True #> 3437 category 1 False 05 NA False #> 3438 category 2 False 05 NA False #> 3439 category 3 False 05 NA True #> 3440 category 3 True 05 NA True #> 3441 category 3 True 05 NA True #> 3442 category 2 False 05 NA False #> 3443 category 3 False 05 NA True #> 3444 category 3 True 05 NA True #> 3445 category 3 True 05 NA True #> 3446 category 2 False 05 NA False #> 3447 category 3 False 05 NA True #> 3448 category 3 False 05 NA True #> 3449 category 3 True 05 NA True #> 3450 category 3 True 05 NA True #> 3451 category 2 False 05 NA True #> 3452 category 2 False 05 NA False #> 3453 category 3 False 05 NA True #> 3454 category 3 False 05 NA True #> 3455 category 3 True 05 NA True #> 3456 category 2 False 05 NA True #> 3457 category 2 False 05 NA True #> 3458 category 2 False 05 NA True #> 3459 category 2 True 05 NA True #> 3460 category 2 True 05 NA True #> 3461 category 1 True 05 NA True #> 3462 category 1 True 05 NA True #> 3463 block 2 False 05 NA False #> 3464 category 1 False 05 NA False #> 3465 category 2 False 05 NA True #> 3466 category 2 False 05 NA True #> 3467 category 2 True 05 NA True #> 3468 category 2 True 05 NA True #> 3469 category 1 False 05 NA True #> 3470 category 1 False 05 NA True #> 3471 category 1 False 05 NA False #> 3472 category 2 False 05 NA True #> 3473 category 2 False 05 NA True #> 3474 category 2 False 05 NA True #> 3475 category 2 True 05 NA True #> 3476 category 2 True 05 NA True #> 3477 category 1 False 05 NA True #> 3478 category 1 False 05 NA True #> 3479 category 1 False 05 NA True #> 3480 category 1 False 05 NA True #> 3481 category 1 False 05 NA True #> 3482 category 1 True 05 NA True #> 3483 category 1 True 05 NA True #> 3484 block 2 False 05 NA False #> 3485 category 1 False 05 NA False #> 3486 category 2 False 05 NA False #> 3487 category 3 False 05 NA True #> 3488 category 3 False 05 NA True #> 3489 category 3 True 05 NA True #> 3490 category 2 False 05 NA True #> 3491 category 2 False 05 NA True #> 3492 category 2 False 05 NA True #> 3493 category 2 True 05 NA True #> 3494 category 2 True 05 NA True #> 3495 category 1 False 05 NA False #> 3496 category 2 False 05 NA True #> 3497 category 2 False 05 NA True #> 3498 category 2 True 05 NA True #> 3499 category 2 True 05 NA True #> 3500 category 1 True 05 NA True #> 3501 category 1 True 05 NA True #> 3502 category 1 False 05 NA False #> 3503 category 2 False 05 NA True #> 3504 category 2 False 05 NA True #> 3505 category 2 False 05 NA True #> 3506 category 2 False 05 NA True #> 3507 category 2 False 05 NA True #> 3508 category 2 False 05 NA True #> 3509 category 2 True 05 NA True #> 3510 category 2 True 05 NA True #> 3511 block 2 False 05 NA False #> 3512 category 1 False 05 NA False #> 3513 category 2 False 05 NA True #> 3514 category 2 False 05 NA True #> 3515 category 2 False 05 NA False #> 3516 category 3 False 05 NA True #> 3517 category 3 False 05 NA True #> 3518 category 3 True 05 NA True #> 3519 category 3 True 05 NA True #> 3520 category 2 False 05 NA True #> 3521 category 2 True 05 NA True #> 3522 category 2 True 05 NA True #> 3523 category 1 False 05 NA True #> 3524 category 1 True 05 NA True #> 3525 category 1 True 05 NA True #> 3526 block 1 False 05 NA False #> 3527 category 1 False 05 NA False #> 3528 category 2 False 05 NA False #> 3529 category 3 False 05 NA True #> 3530 category 3 True 05 NA True #> 3531 category 3 True 05 NA True #> 3532 category 2 True 05 NA True #> 3533 category 2 True 05 NA True #> 3534 category 1 False 05 NA True #> 3535 category 1 False 05 NA True #> 3536 category 1 False 05 NA True #> 3537 category 1 False 05 NA True #> 3538 category 1 False 05 NA True #> 3539 category 1 False 05 NA True #> 3540 chapter 1 False 06 NA False #> 3541 block 1 False 06 NA False #> 3542 category 1 False 06 NA False #> 3543 category 2 False 06 NA True #> 3544 category 2 False 06 NA True #> 3545 category 2 False 06 NA True #> 3546 category 2 False 06 NA True #> 3547 category 2 False 06 NA True #> 3548 category 2 True 06 NA True #> 3549 category 1 False 06 NA False #> 3550 category 2 False 06 NA True #> 3551 category 2 False 06 NA True #> 3552 category 2 False 06 NA False #> 3553 category 3 False 06 NA True #> 3554 category 3 False 06 NA True #> 3555 category 3 False 06 NA True #> 3556 category 3 False 06 NA True #> 3557 category 2 True 06 NA True #> 3558 category 2 True 06 NA True #> 3559 category 1 False 06 NA False #> 3560 category 2 False 06 NA True #> 3561 category 2 False 06 NA True #> 3562 category 2 False 06 NA True #> 3563 category 2 False 06 NA True #> 3564 category 2 False 06 NA True #> 3565 category 2 True 06 NA True #> 3566 category 2 True 06 NA True #> 3567 category 1 False 06 NA False #> 3568 category 2 False 06 NA True #> 3569 category 2 False 06 NA True #> 3570 category 2 False 06 NA True #> 3571 category 2 False 06 NA True #> 3572 category 2 True 06 NA True #> 3573 category 1 False 06 NA True #> 3574 category 1 False 06 NA False #> 3575 category 2 False 06 NA True #> 3576 category 2 False 06 NA True #> 3577 category 2 False 06 NA True #> 3578 category 2 True 06 NA True #> 3579 category 2 True 06 NA True #> 3580 category 1 False 06 NA False #> 3581 category 2 False 06 NA True #> 3582 category 2 False 06 NA True #> 3583 category 2 True 06 NA True #> 3584 category 1 True 06 NA True #> 3585 category 1 True 06 NA True #> 3586 block 1 False 06 NA False #> 3587 category 1 False 06 NA False #> 3588 category 2 False 06 NA False #> 3589 category 3 False 06 NA True #> 3590 category 3 False 06 NA True #> 3591 category 3 False 06 NA True #> 3592 category 3 True 06 NA True #> 3593 category 2 False 06 NA False #> 3594 category 3 False 06 NA True #> 3595 category 3 False 06 NA True #> 3596 category 3 False 06 NA True #> 3597 category 3 True 06 NA True #> 3598 category 2 False 06 NA False #> 3599 category 3 False 06 NA True #> 3600 category 3 False 06 NA True #> 3601 category 3 False 06 NA True #> 3602 category 3 True 06 NA True #> 3603 category 2 True 06 NA True #> 3604 category 2 True 06 NA True #> 3605 category 1 False 06 NA False #> 3606 category 2 False 06 NA False #> 3607 category 3 False 06 NA True #> 3608 category 3 False 06 NA True #> 3609 category 3 False 06 NA True #> 3610 category 3 True 06 NA True #> 3611 category 2 False 06 NA False #> 3612 category 3 False 06 NA True #> 3613 category 3 False 06 NA True #> 3614 category 3 False 06 NA True #> 3615 category 3 True 06 NA True #> 3616 category 2 False 06 NA False #> 3617 category 3 False 06 NA True #> 3618 category 3 False 06 NA True #> 3619 category 3 False 06 NA True #> 3620 category 3 True 06 NA True #> 3621 category 2 True 06 NA True #> 3622 category 2 True 06 NA True #> 3623 category 1 False 06 NA True #> 3624 category 1 False 06 NA False #> 3625 category 2 False 06 NA False #> 3626 category 3 False 06 NA True #> 3627 category 3 False 06 NA True #> 3628 category 3 False 06 NA True #> 3629 category 3 True 06 NA True #> 3630 category 2 False 06 NA False #> 3631 category 3 False 06 NA True #> 3632 category 3 False 06 NA True #> 3633 category 3 False 06 NA True #> 3634 category 3 True 06 NA True #> 3635 category 2 True 06 NA True #> 3636 category 2 True 06 NA True #> 3637 category 1 False 06 NA False #> 3638 category 2 False 06 NA True #> 3639 category 2 False 06 NA True #> 3640 category 2 False 06 NA True #> 3641 category 2 True 06 NA True #> 3642 category 1 False 06 NA False #> 3643 category 2 False 06 NA True #> 3644 category 2 False 06 NA True #> 3645 category 2 False 06 NA True #> 3646 category 2 False 06 NA True #> 3647 category 2 False 06 NA True #> 3648 category 2 False 06 NA True #> 3649 category 1 True 06 NA True #> 3650 category 1 True 06 NA True #> 3651 block 1 False 06 NA False #> 3652 category 1 False 06 NA True #> 3653 category 1 False 06 NA True #> 3654 category 1 True 06 NA True #> 3655 block 1 False 06 NA False #> 3656 block 2 False 06 NA False #> 3657 category 1 False 06 NA False #> 3658 category 2 False 06 NA True #> 3659 category 2 False 06 NA True #> 3660 category 2 False 06 NA True #> 3661 category 2 False 06 NA True #> 3662 category 2 False 06 NA True #> 3663 category 2 False 06 NA True #> 3664 category 2 False 06 NA True #> 3665 category 2 False 06 NA True #> 3666 category 2 False 06 NA True #> 3667 category 2 False 06 NA True #> 3668 category 2 False 06 NA True #> 3669 category 2 False 06 NA True #> 3670 category 2 False 06 NA True #> 3671 category 2 False 06 NA True #> 3672 category 2 False 06 NA True #> 3673 category 2 False 06 NA True #> 3674 category 2 True 06 NA True #> 3675 category 2 True 06 NA True #> 3676 category 1 False 06 NA False #> 3677 category 2 False 06 NA True #> 3678 category 2 False 06 NA True #> 3679 category 2 False 06 NA True #> 3680 category 2 False 06 NA True #> 3681 category 2 False 06 NA True #> 3682 category 2 False 06 NA True #> 3683 category 2 False 06 NA True #> 3684 category 2 False 06 NA True #> 3685 category 2 False 06 NA True #> 3686 category 2 False 06 NA True #> 3687 category 2 False 06 NA True #> 3688 category 2 True 06 NA True #> 3689 category 2 True 06 NA True #> 3690 category 1 False 06 NA True #> 3691 category 1 True 06 NA True #> 3692 category 1 True 06 NA True #> 3693 block 2 False 06 NA False #> 3694 category 1 False 06 NA False #> 3695 category 2 False 06 NA True #> 3696 category 2 False 06 NA True #> 3697 category 2 False 06 NA True #> 3698 category 2 False 06 NA True #> 3699 category 2 False 06 NA True #> 3700 category 2 False 06 NA True #> 3701 category 2 False 06 NA True #> 3702 category 2 False 06 NA True #> 3703 category 2 True 06 NA True #> 3704 category 2 True 06 NA True #> 3705 category 1 False 06 NA False #> 3706 category 2 False 06 NA True #> 3707 category 2 False 06 NA True #> 3708 category 2 False 06 NA True #> 3709 category 2 False 06 NA True #> 3710 category 2 False 06 NA True #> 3711 category 2 False 06 NA True #> 3712 category 2 False 06 NA True #> 3713 category 2 False 06 NA True #> 3714 category 2 True 06 NA True #> 3715 category 2 True 06 NA True #> 3716 category 1 False 06 NA True #> 3717 category 1 False 06 NA True #> 3718 category 1 True 06 NA True #> 3719 category 1 True 06 NA True #> 3720 category 1 False 06 NA False #> 3721 category 2 False 06 NA True #> 3722 category 2 False 06 NA True #> 3723 category 2 False 06 NA True #> 3724 category 2 False 06 NA True #> 3725 category 2 False 06 NA True #> 3726 category 2 False 06 NA True #> 3727 category 1 True 06 NA True #> 3728 category 1 True 06 NA True #> 3729 block 1 False 06 NA False #> 3730 category 1 False 06 NA True #> 3731 category 1 False 06 NA True #> 3732 category 1 False 06 NA True #> 3733 category 1 False 06 NA True #> 3734 category 1 False 06 NA True #> 3735 category 1 False 06 NA True #> 3736 category 1 False 06 NA True #> 3737 category 1 True 06 NA True #> 3738 category 1 True 06 NA True #> 3739 block 1 False 06 NA False #> 3740 category 1 False 06 NA False #> 3741 category 2 False 06 NA True #> 3742 category 2 False 06 NA True #> 3743 category 2 True 06 NA True #> 3744 category 1 False 06 NA False #> 3745 category 2 False 06 NA True #> 3746 category 2 False 06 NA True #> 3747 category 2 True 06 NA True #> 3748 category 1 False 06 NA False #> 3749 category 2 False 06 NA True #> 3750 category 2 False 06 NA True #> 3751 category 2 True 06 NA True #> 3752 category 1 False 06 NA False #> 3753 category 2 False 06 NA True #> 3754 category 2 False 06 NA True #> 3755 category 2 True 06 NA True #> 3756 category 1 False 06 NA False #> 3757 category 2 False 06 NA True #> 3758 category 2 False 06 NA True #> 3759 category 2 True 06 NA True #> 3760 category 1 False 06 NA False #> 3761 category 2 False 06 NA True #> 3762 category 2 False 06 NA True #> 3763 category 2 True 06 NA True #> 3764 category 2 True 06 NA True #> 3765 category 1 True 06 NA True #> 3766 category 1 True 06 NA True #> 3767 block 1 False 06 NA False #> 3768 category 1 False 06 NA True #> 3769 category 1 False 06 NA True #> 3770 category 1 False 06 NA True #> 3771 category 1 False 06 NA True #> 3772 category 1 False 06 NA True #> 3773 category 1 False 06 NA True #> 3774 category 1 True 06 NA True #> 3775 category 1 True 06 NA True #> 3776 block 1 False 06 NA False #> 3777 category 1 False 06 NA False #> 3778 category 2 False 06 NA True #> 3779 category 2 False 06 NA True #> 3780 category 2 False 06 NA True #> 3781 category 2 False 06 NA True #> 3782 category 2 False 06 NA True #> 3783 category 2 False 06 NA True #> 3784 category 2 False 06 NA True #> 3785 category 2 False 06 NA True #> 3786 category 2 False 06 NA False #> 3787 category 3 False 06 NA True #> 3788 category 3 False 06 NA True #> 3789 category 3 False 06 NA True #> 3790 category 3 False 06 NA True #> 3791 category 3 False 06 NA True #> 3792 category 3 False 06 NA True #> 3793 category 3 True 06 NA True #> 3794 category 3 True 06 NA True #> 3795 category 2 False 06 NA True #> 3796 category 2 True 06 NA True #> 3797 category 2 True 06 NA True #> 3798 category 1 False 06 NA False #> 3799 category 2 False 06 NA True #> 3800 category 2 False 06 NA True #> 3801 category 2 True 06 NA True #> 3802 category 1 False 06 NA True #> 3803 category 1 False 06 NA True #> 3804 category 1 False 06 NA True #> 3805 category 1 False 06 NA True #> 3806 category 1 False 06 NA True #> 3807 category 1 True 06 NA True #> 3808 category 1 True 06 NA True #> 3809 block 1 False 06 NA False #> 3810 category 1 False 06 NA False #> 3811 category 2 False 06 NA False #> 3812 category 3 False 06 NA True #> 3813 category 3 False 06 NA True #> 3814 category 3 True 06 NA True #> 3815 category 2 False 06 NA False #> 3816 category 3 False 06 NA True #> 3817 category 3 False 06 NA True #> 3818 category 3 True 06 NA True #> 3819 category 2 False 06 NA True #> 3820 category 2 True 06 NA True #> 3821 category 2 True 06 NA True #> 3822 category 1 False 06 NA True #> 3823 category 1 False 06 NA True #> 3824 category 1 False 06 NA True #> 3825 category 1 False 06 NA True #> 3826 category 1 False 06 NA True #> 3827 category 1 True 06 NA True #> 3828 category 1 True 06 NA True #> 3829 block 1 False 06 NA False #> 3830 category 1 False 06 NA False #> 3831 category 2 False 06 NA True #> 3832 category 2 False 06 NA True #> 3833 category 2 False 06 NA True #> 3834 category 2 True 06 NA True #> 3835 category 1 False 06 NA False #> 3836 category 2 False 06 NA True #> 3837 category 2 False 06 NA True #> 3838 category 2 True 06 NA True #> 3839 category 1 True 06 NA True #> 3840 block 1 False 06 NA False #> 3841 category 1 False 06 NA False #> 3842 category 2 False 06 NA True #> 3843 category 2 False 06 NA True #> 3844 category 2 False 06 NA True #> 3845 category 2 True 06 NA True #> 3846 category 1 False 06 NA True #> 3847 category 1 True 06 NA True #> 3848 category 1 True 06 NA True #> 3849 block 1 False 06 NA False #> 3850 block 2 False 06 NA False #> 3851 category 1 False 06 NA False #> 3852 category 2 False 06 NA True #> 3853 category 2 False 06 NA False #> 3854 category 3 False 06 NA True #> 3855 category 3 False 06 NA True #> 3856 category 3 True 06 NA True #> 3857 category 2 False 06 NA False #> 3858 category 3 False 06 NA True #> 3859 category 3 False 06 NA True #> 3860 category 3 False 06 NA True #> 3861 category 3 False 06 NA True #> 3862 category 3 False 06 NA True #> 3863 category 3 True 06 NA True #> 3864 category 2 False 06 NA True #> 3865 category 2 False 06 NA False #> 3866 category 3 False 06 NA True #> 3867 category 3 False 06 NA True #> 3868 category 3 False 06 NA True #> 3869 category 3 False 06 NA True #> 3870 category 3 True 06 NA True #> 3871 category 2 False 06 NA True #> 3872 category 2 False 06 NA False #> 3873 category 3 False 06 NA True #> 3874 category 3 False 06 NA True #> 3875 category 3 False 06 NA True #> 3876 category 3 True 06 NA True #> 3877 category 2 False 06 NA False #> 3878 category 3 False 06 NA True #> 3879 category 3 False 06 NA True #> 3880 category 2 True 06 NA True #> 3881 category 2 True 06 NA True #> 3882 category 1 False 06 NA False #> 3883 category 2 False 06 NA True #> 3884 category 2 False 06 NA False #> 3885 category 3 False 06 NA True #> 3886 category 3 False 06 NA True #> 3887 category 3 True 06 NA True #> 3888 category 2 False 06 NA False #> 3889 category 3 False 06 NA True #> 3890 category 3 False 06 NA True #> 3891 category 3 False 06 NA True #> 3892 category 3 False 06 NA True #> 3893 category 3 True 06 NA True #> 3894 category 2 False 06 NA True #> 3895 category 2 False 06 NA True #> 3896 category 2 False 06 NA True #> 3897 category 2 False 06 NA True #> 3898 category 2 False 06 NA False #> 3899 category 3 False 06 NA True #> 3900 category 3 False 06 NA True #> 3901 category 2 True 06 NA True #> 3902 category 2 True 06 NA True #> 3903 category 1 False 06 NA False #> 3904 category 2 False 06 NA True #> 3905 category 2 False 06 NA False #> 3906 category 3 False 06 NA True #> 3907 category 3 False 06 NA True #> 3908 category 3 True 06 NA True #> 3909 category 3 True 06 NA True #> 3910 category 2 False 06 NA False #> 3911 category 3 False 06 NA True #> 3912 category 3 False 06 NA True #> 3913 category 3 False 06 NA True #> 3914 category 3 False 06 NA True #> 3915 category 3 True 06 NA True #> 3916 category 3 True 06 NA True #> 3917 category 2 False 06 NA True #> 3918 category 2 False 06 NA True #> 3919 category 2 False 06 NA True #> 3920 category 2 False 06 NA True #> 3921 category 2 False 06 NA False #> 3922 category 3 False 06 NA True #> 3923 category 3 False 06 NA True #> 3924 category 2 True 06 NA True #> 3925 category 2 True 06 NA True #> 3926 category 1 False 06 NA False #> 3927 category 2 False 06 NA True #> 3928 category 2 False 06 NA False #> 3929 category 3 False 06 NA True #> 3930 category 3 False 06 NA True #> 3931 category 3 True 06 NA True #> 3932 category 2 False 06 NA False #> 3933 category 3 False 06 NA True #> 3934 category 3 False 06 NA True #> 3935 category 3 False 06 NA True #> 3936 category 3 False 06 NA True #> 3937 category 3 True 06 NA True #> 3938 category 2 False 06 NA True #> 3939 category 2 False 06 NA True #> 3940 category 2 False 06 NA True #> 3941 category 2 False 06 NA True #> 3942 category 2 False 06 NA False #> 3943 category 3 False 06 NA True #> 3944 category 3 False 06 NA True #> 3945 category 2 True 06 NA True #> 3946 category 2 True 06 NA True #> 3947 category 1 False 06 NA False #> 3948 category 2 False 06 NA True #> 3949 category 2 False 06 NA False #> 3950 category 3 False 06 NA True #> 3951 category 3 False 06 NA True #> 3952 category 3 True 06 NA True #> 3953 category 2 False 06 NA False #> 3954 category 3 False 06 NA True #> 3955 category 3 False 06 NA True #> 3956 category 3 False 06 NA True #> 3957 category 3 False 06 NA True #> 3958 category 3 True 06 NA True #> 3959 category 2 False 06 NA True #> 3960 category 2 False 06 NA False #> 3961 category 3 False 06 NA True #> 3962 category 3 False 06 NA True #> 3963 category 3 False 06 NA True #> 3964 category 3 False 06 NA True #> 3965 category 3 True 06 NA True #> 3966 category 2 False 06 NA True #> 3967 category 2 False 06 NA True #> 3968 category 2 False 06 NA False #> 3969 category 3 False 06 NA True #> 3970 category 3 False 06 NA True #> 3971 category 2 True 06 NA True #> 3972 category 2 True 06 NA True #> 3973 category 1 False 06 NA False #> 3974 category 2 False 06 NA True #> 3975 category 2 False 06 NA False #> 3976 category 3 False 06 NA True #> 3977 category 3 False 06 NA True #> 3978 category 3 True 06 NA True #> 3979 category 2 False 06 NA False #> 3980 category 3 False 06 NA True #> 3981 category 3 False 06 NA True #> 3982 category 3 False 06 NA True #> 3983 category 3 False 06 NA True #> 3984 category 3 True 06 NA True #> 3985 category 2 False 06 NA True #> 3986 category 2 False 06 NA True #> 3987 category 2 False 06 NA True #> 3988 category 2 False 06 NA False #> 3989 category 3 False 06 NA True #> 3990 category 3 False 06 NA True #> 3991 category 3 False 06 NA True #> 3992 category 3 True 06 NA True #> 3993 category 2 False 06 NA False #> 3994 category 3 False 06 NA True #> 3995 category 3 False 06 NA True #> 3996 category 3 False 06 NA True #> 3997 category 3 False 06 NA True #> 3998 category 2 True 06 NA True #> 3999 category 2 True 06 NA True #> 4000 category 1 False 06 NA False #> 4001 category 2 False 06 NA True #> 4002 category 2 False 06 NA False #> 4003 category 3 False 06 NA True #> 4004 category 3 False 06 NA True #> 4005 category 3 True 06 NA True #> 4006 category 2 False 06 NA False #> 4007 category 3 False 06 NA True #> 4008 category 3 False 06 NA True #> 4009 category 3 False 06 NA True #> 4010 category 3 False 06 NA True #> 4011 category 3 True 06 NA True #> 4012 category 2 False 06 NA True #> 4013 category 2 False 06 NA True #> 4014 category 2 False 06 NA True #> 4015 category 2 False 06 NA False #> 4016 category 3 False 06 NA True #> 4017 category 3 False 06 NA True #> 4018 category 3 False 06 NA True #> 4019 category 3 True 06 NA True #> 4020 category 2 False 06 NA False #> 4021 category 3 False 06 NA True #> 4022 category 3 False 06 NA True #> 4023 category 3 False 06 NA True #> 4024 category 3 False 06 NA True #> 4025 category 2 True 06 NA True #> 4026 category 2 True 06 NA True #> 4027 category 1 False 06 NA False #> 4028 category 2 False 06 NA True #> 4029 category 2 False 06 NA False #> 4030 category 3 False 06 NA True #> 4031 category 3 False 06 NA True #> 4032 category 3 True 06 NA True #> 4033 category 3 True 06 NA True #> 4034 category 2 False 06 NA False #> 4035 category 3 False 06 NA True #> 4036 category 3 False 06 NA True #> 4037 category 3 False 06 NA True #> 4038 category 3 False 06 NA True #> 4039 category 3 True 06 NA True #> 4040 category 3 True 06 NA True #> 4041 category 2 False 06 NA True #> 4042 category 2 False 06 NA True #> 4043 category 2 False 06 NA True #> 4044 category 2 False 06 NA False #> 4045 category 3 False 06 NA True #> 4046 category 3 False 06 NA True #> 4047 category 3 False 06 NA True #> 4048 category 3 True 06 NA True #> 4049 category 2 False 06 NA False #> 4050 category 3 False 06 NA True #> 4051 category 3 False 06 NA True #> 4052 category 3 False 06 NA True #> 4053 category 3 False 06 NA True #> 4054 category 2 True 06 NA True #> 4055 category 2 True 06 NA True #> 4056 category 1 False 06 NA False #> 4057 category 2 False 06 NA True #> 4058 category 2 False 06 NA False #> 4059 category 3 False 06 NA True #> 4060 category 3 False 06 NA True #> 4061 category 3 True 06 NA True #> 4062 category 2 False 06 NA True #> 4063 category 2 False 06 NA True #> 4064 category 2 False 06 NA False #> 4065 category 3 False 06 NA True #> 4066 category 2 True 06 NA True #> 4067 category 2 True 06 NA True #> 4068 category 1 False 06 NA False #> 4069 category 2 False 06 NA True #> 4070 category 2 False 06 NA False #> 4071 category 3 False 06 NA True #> 4072 category 3 False 06 NA True #> 4073 category 3 True 06 NA True #> 4074 category 2 False 06 NA False #> 4075 category 3 False 06 NA True #> 4076 category 3 False 06 NA True #> 4077 category 3 False 06 NA True #> 4078 category 3 False 06 NA True #> 4079 category 3 True 06 NA True #> 4080 category 2 False 06 NA True #> 4081 category 2 False 06 NA True #> 4082 category 2 False 06 NA True #> 4083 category 2 False 06 NA False #> 4084 category 3 False 06 NA True #> 4085 category 3 False 06 NA True #> 4086 category 2 True 06 NA True #> 4087 category 2 True 06 NA True #> 4088 category 1 False 06 NA False #> 4089 category 2 False 06 NA True #> 4090 category 2 False 06 NA False #> 4091 category 3 False 06 NA True #> 4092 category 3 False 06 NA True #> 4093 category 3 True 06 NA True #> 4094 category 2 False 06 NA False #> 4095 category 3 False 06 NA True #> 4096 category 3 False 06 NA True #> 4097 category 3 False 06 NA True #> 4098 category 3 False 06 NA True #> 4099 category 3 True 06 NA True #> 4100 category 2 False 06 NA True #> 4101 category 2 False 06 NA True #> 4102 category 2 True 06 NA True #> 4103 category 2 True 06 NA True #> 4104 category 1 False 06 NA False #> 4105 category 2 False 06 NA True #> 4106 category 2 False 06 NA False #> 4107 category 3 False 06 NA True #> 4108 category 3 False 06 NA True #> 4109 category 3 True 06 NA True #> 4110 category 2 False 06 NA False #> 4111 category 3 False 06 NA True #> 4112 category 3 False 06 NA True #> 4113 category 3 False 06 NA True #> 4114 category 3 False 06 NA True #> 4115 category 3 True 06 NA True #> 4116 category 2 False 06 NA True #> 4117 category 2 False 06 NA True #> 4118 category 2 False 06 NA True #> 4119 category 2 False 06 NA True #> 4120 category 2 False 06 NA False #> 4121 category 3 False 06 NA True #> 4122 category 3 False 06 NA True #> 4123 category 2 True 06 NA True #> 4124 category 2 True 06 NA True #> 4125 category 1 False 06 NA False #> 4126 category 2 False 06 NA True #> 4127 category 2 False 06 NA False #> 4128 category 3 False 06 NA True #> 4129 category 3 False 06 NA True #> 4130 category 3 True 06 NA True #> 4131 category 2 False 06 NA False #> 4132 category 3 False 06 NA True #> 4133 category 3 False 06 NA True #> 4134 category 3 False 06 NA True #> 4135 category 3 False 06 NA True #> 4136 category 3 True 06 NA True #> 4137 category 2 False 06 NA True #> 4138 category 2 False 06 NA True #> 4139 category 2 False 06 NA True #> 4140 category 2 False 06 NA True #> 4141 category 2 False 06 NA False #> 4142 category 3 False 06 NA True #> 4143 category 3 False 06 NA True #> 4144 category 2 True 06 NA True #> 4145 category 2 True 06 NA True #> 4146 category 1 False 06 NA False #> 4147 category 2 False 06 NA True #> 4148 category 2 False 06 NA False #> 4149 category 3 False 06 NA True #> 4150 category 3 False 06 NA True #> 4151 category 3 True 06 NA True #> 4152 category 2 False 06 NA False #> 4153 category 3 False 06 NA True #> 4154 category 3 False 06 NA True #> 4155 category 3 False 06 NA True #> 4156 category 3 False 06 NA True #> 4157 category 3 True 06 NA True #> 4158 category 2 False 06 NA True #> 4159 category 2 False 06 NA True #> 4160 category 2 False 06 NA True #> 4161 category 2 False 06 NA False #> 4162 category 3 False 06 NA True #> 4163 category 3 False 06 NA True #> 4164 category 2 True 06 NA True #> 4165 category 2 True 06 NA True #> 4166 category 1 False 06 NA False #> 4167 category 2 False 06 NA True #> 4168 category 2 False 06 NA False #> 4169 category 3 False 06 NA True #> 4170 category 3 False 06 NA True #> 4171 category 3 True 06 NA True #> 4172 category 2 False 06 NA False #> 4173 category 3 False 06 NA True #> 4174 category 3 False 06 NA True #> 4175 category 3 False 06 NA True #> 4176 category 3 False 06 NA True #> 4177 category 3 True 06 NA True #> 4178 category 2 False 06 NA True #> 4179 category 2 False 06 NA False #> 4180 category 3 False 06 NA True #> 4181 category 3 False 06 NA True #> 4182 category 3 False 06 NA True #> 4183 category 3 False 06 NA True #> 4184 category 3 True 06 NA True #> 4185 category 2 False 06 NA True #> 4186 category 2 False 06 NA True #> 4187 category 2 False 06 NA False #> 4188 category 3 False 06 NA True #> 4189 category 3 False 06 NA True #> 4190 category 3 False 06 NA True #> 4191 category 3 False 06 NA True #> 4192 category 2 True 06 NA True #> 4193 category 2 True 06 NA True #> 4194 category 1 False 06 NA False #> 4195 category 2 False 06 NA True #> 4196 category 2 False 06 NA False #> 4197 category 3 False 06 NA True #> 4198 category 3 False 06 NA True #> 4199 category 3 True 06 NA True #> 4200 category 2 False 06 NA False #> 4201 category 3 False 06 NA True #> 4202 category 3 False 06 NA True #> 4203 category 3 False 06 NA True #> 4204 category 3 False 06 NA True #> 4205 category 3 True 06 NA True #> 4206 category 2 False 06 NA True #> 4207 category 2 False 06 NA False #> 4208 category 3 False 06 NA True #> 4209 category 3 False 06 NA True #> 4210 category 3 False 06 NA True #> 4211 category 3 False 06 NA True #> 4212 category 3 True 06 NA True #> 4213 category 3 True 06 NA True #> 4214 category 2 False 06 NA True #> 4215 category 2 False 06 NA True #> 4216 category 2 False 06 NA False #> 4217 category 3 False 06 NA True #> 4218 category 3 False 06 NA True #> 4219 category 3 False 06 NA True #> 4220 category 3 False 06 NA True #> 4221 category 2 True 06 NA True #> 4222 category 2 True 06 NA True #> 4223 category 1 False 06 NA False #> 4224 category 2 False 06 NA True #> 4225 category 2 False 06 NA False #> 4226 category 3 False 06 NA True #> 4227 category 3 False 06 NA True #> 4228 category 3 True 06 NA True #> 4229 category 2 False 06 NA False #> 4230 category 3 False 06 NA True #> 4231 category 3 False 06 NA True #> 4232 category 3 False 06 NA True #> 4233 category 3 False 06 NA True #> 4234 category 3 True 06 NA True #> 4235 category 2 False 06 NA True #> 4236 category 2 False 06 NA False #> 4237 category 3 False 06 NA True #> 4238 category 3 False 06 NA True #> 4239 category 3 False 06 NA True #> 4240 category 3 False 06 NA True #> 4241 category 3 True 06 NA True #> 4242 category 2 False 06 NA True #> 4243 category 2 False 06 NA True #> 4244 category 2 False 06 NA False #> 4245 category 3 False 06 NA True #> 4246 category 3 False 06 NA True #> 4247 category 3 False 06 NA True #> 4248 category 3 False 06 NA True #> 4249 category 2 True 06 NA True #> 4250 category 2 True 06 NA True #> 4251 category 1 False 06 NA False #> 4252 category 2 False 06 NA True #> 4253 category 2 False 06 NA False #> 4254 category 3 False 06 NA True #> 4255 category 3 False 06 NA True #> 4256 category 3 True 06 NA True #> 4257 category 2 True 06 NA True #> 4258 category 2 True 06 NA True #> 4259 category 1 True 06 NA True #> 4260 category 1 True 06 NA True #> 4261 block 2 False 06 NA False #> 4262 category 1 False 06 NA False #> 4263 category 2 False 06 NA True #> 4264 category 2 False 06 NA True #> 4265 category 2 True 06 NA True #> 4266 category 1 False 06 NA False #> 4267 category 2 False 06 NA True #> 4268 category 2 False 06 NA True #> 4269 category 2 True 06 NA True #> 4270 category 1 True 06 NA True #> 4271 category 1 True 06 NA True #> 4272 block 1 False 06 NA False #> 4273 category 1 False 06 NA True #> 4274 category 1 False 06 NA True #> 4275 category 1 False 06 NA True #> 4276 category 1 False 06 NA True #> 4277 category 1 True 06 NA True #> 4278 category 1 True 06 NA True #> 4279 block 1 False 06 NA False #> 4280 category 1 False 06 NA False #> 4281 category 2 False 06 NA False #> 4282 category 3 False 06 NA True #> 4283 category 3 False 06 NA True #> 4284 category 3 True 06 NA True #> 4285 category 2 False 06 NA False #> 4286 category 3 False 06 NA True #> 4287 category 3 False 06 NA True #> 4288 category 3 True 06 NA True #> 4289 category 2 True 06 NA True #> 4290 category 1 False 06 NA False #> 4291 category 2 False 06 NA False #> 4292 category 3 False 06 NA True #> 4293 category 3 False 06 NA True #> 4294 category 3 True 06 NA True #> 4295 category 2 False 06 NA False #> 4296 category 3 False 06 NA True #> 4297 category 3 False 06 NA True #> 4298 category 3 True 06 NA True #> 4299 category 2 True 06 NA True #> 4300 category 1 True 06 NA True #> 4301 category 1 True 06 NA True #> 4302 block 1 False 06 NA False #> 4303 category 1 False 06 NA False #> 4304 category 2 False 06 NA True #> 4305 category 2 False 06 NA True #> 4306 category 2 False 06 NA True #> 4307 category 2 True 06 NA True #> 4308 category 1 False 06 NA False #> 4309 category 2 False 06 NA True #> 4310 category 2 False 06 NA True #> 4311 category 2 False 06 NA True #> 4312 category 2 False 06 NA True #> 4313 category 2 False 06 NA True #> 4314 category 2 False 06 NA True #> 4315 block 1 False 06 NA False #> 4316 category 1 False 06 NA True #> 4317 category 1 False 06 NA True #> 4318 category 1 False 06 NA True #> 4319 category 1 False 06 NA True #> 4320 category 1 False 06 NA True #> 4321 category 1 False 06 NA True #> 4322 category 1 False 06 NA True #> 4323 category 1 True 06 NA True #> 4324 block 1 False 06 NA False #> 4325 category 1 False 06 NA True #> 4326 category 1 False 06 NA True #> 4327 category 1 True 06 NA True #> 4328 block 1 False 06 NA False #> 4329 category 1 False 06 NA False #> 4330 category 2 False 06 NA True #> 4331 category 2 False 06 NA True #> 4332 category 2 False 06 NA True #> 4333 category 2 True 06 NA True #> 4334 category 2 True 06 NA True #> 4335 category 1 False 06 NA True #> 4336 category 1 False 06 NA False #> 4337 category 2 False 06 NA True #> 4338 category 2 False 06 NA False #> 4339 category 3 False 06 NA True #> 4340 category 3 False 06 NA True #> 4341 category 3 False 06 NA True #> 4342 category 3 False 06 NA True #> 4343 category 2 True 06 NA True #> 4344 category 2 True 06 NA True #> 4345 block 2 False 06 NA False #> 4346 category 1 False 06 NA False #> 4347 category 2 False 06 NA True #> 4348 category 2 False 06 NA True #> 4349 category 2 False 06 NA True #> 4350 category 2 False 06 NA True #> 4351 category 2 True 06 NA True #> 4352 category 1 False 06 NA True #> 4353 category 1 False 06 NA True #> 4354 category 1 False 06 NA True #> 4355 category 1 False 06 NA False #> 4356 category 2 False 06 NA True #> 4357 category 2 False 06 NA True #> 4358 category 2 False 06 NA True #> 4359 category 2 True 06 NA True #> 4360 category 1 False 06 NA False #> 4361 category 2 False 06 NA True #> 4362 category 2 False 06 NA True #> 4363 category 2 False 06 NA True #> 4364 category 2 False 06 NA True #> 4365 category 2 False 06 NA True #> 4366 category 2 False 06 NA True #> 4367 category 2 False 06 NA True #> 4368 category 2 False 06 NA True #> 4369 category 2 False 06 NA True #> 4370 category 2 False 06 NA True #> 4371 category 2 True 06 NA True #> 4372 category 1 False 06 NA False #> 4373 category 2 False 06 NA True #> 4374 category 2 False 06 NA True #> 4375 category 2 False 06 NA True #> 4376 category 2 False 06 NA True #> 4377 category 2 False 06 NA True #> 4378 category 2 False 06 NA True #> 4379 category 2 False 06 NA True #> 4380 category 2 True 06 NA True #> 4381 category 2 True 06 NA True #> 4382 category 1 True 06 NA True #> 4383 category 1 True 06 NA True #> 4384 category 1 True 06 NA True #> 4385 category 1 True 06 NA True #> 4386 block 1 False 06 NA False #> 4387 category 1 False 06 NA True #> 4388 category 1 False 06 NA True #> 4389 category 1 True 06 NA True #> 4390 category 1 False 06 NA False #> 4391 category 2 False 06 NA True #> 4392 category 2 False 06 NA True #> 4393 category 2 False 06 NA True #> 4394 category 2 False 06 NA True #> 4395 category 2 False 06 NA True #> 4396 category 2 True 06 NA True #> 4397 category 2 True 06 NA True #> 4398 block 1 False 06 NA False #> 4399 category 1 False 06 NA False #> 4400 category 2 False 06 NA True #> 4401 category 2 True 06 NA True #> 4402 category 2 True 06 NA True #> 4403 category 1 False 06 NA False #> 4404 category 2 False 06 NA True #> 4405 category 2 False 06 NA True #> 4406 category 2 False 06 NA True #> 4407 category 2 False 06 NA True #> 4408 category 1 False 06 NA False #> 4409 category 2 False 06 NA True #> 4410 category 2 False 06 NA True #> 4411 category 2 False 06 NA True #> 4412 category 2 False 06 NA True #> 4413 category 1 False 06 NA True #> 4414 category 1 False 06 NA True #> 4415 category 1 False 06 NA True #> 4416 category 1 False 06 NA True #> 4417 category 1 False 06 NA True #> 4418 category 1 False 06 NA True #> 4419 category 1 False 06 NA True #> 4420 category 1 True 06 NA True #> 4421 category 1 True 06 NA True #> 4422 category 1 True 06 NA True #> 4423 category 1 True 06 NA True #> 4424 chapter 1 False 07 NA False #> 4425 block 1 False 07 NA False #> 4426 category 1 False 07 NA True #> 4427 category 1 False 07 NA True #> 4428 category 1 True 07 NA True #> 4429 block 1 False 07 NA False #> 4430 category 1 False 07 NA False #> 4431 category 2 False 07 NA True #> 4432 category 2 False 07 NA True #> 4433 category 2 True 07 NA True #> 4434 category 1 False 07 NA True #> 4435 category 1 False 07 NA True #> 4436 category 1 False 07 NA True #> 4437 category 1 False 07 NA True #> 4438 category 1 False 07 NA True #> 4439 category 1 False 07 NA True #> 4440 category 1 True 07 NA True #> 4441 category 1 True 07 NA True #> 4442 block 1 False 07 NA False #> 4443 category 1 False 07 NA False #> 4444 category 2 False 07 NA True #> 4445 category 2 False 07 NA True #> 4446 category 2 False 07 NA True #> 4447 category 2 False 07 NA True #> 4448 category 2 False 07 NA True #> 4449 category 2 False 07 NA True #> 4450 category 2 False 07 NA True #> 4451 category 2 False 07 NA True #> 4452 category 2 True 07 NA True #> 4453 category 2 True 07 NA True #> 4454 category 1 False 07 NA True #> 4455 category 1 False 07 NA False #> 4456 category 2 False 07 NA True #> 4457 category 2 False 07 NA True #> 4458 category 2 False 07 NA True #> 4459 category 2 False 07 NA True #> 4460 category 2 False 07 NA True #> 4461 category 2 False 07 NA True #> 4462 category 2 False 07 NA True #> 4463 category 2 True 07 NA True #> 4464 category 2 True 07 NA True #> 4465 category 1 True 07 NA True #> 4466 category 1 True 07 NA True #> 4467 block 1 False 07 NA False #> 4468 category 1 False 07 NA True #> 4469 category 1 False 07 NA True #> 4470 category 1 False 07 NA True #> 4471 category 1 False 07 NA True #> 4472 category 1 False 07 NA True #> 4473 category 1 False 07 NA True #> 4474 category 1 True 07 NA True #> 4475 block 1 False 07 NA False #> 4476 category 1 False 07 NA True #> 4477 category 1 False 07 NA True #> 4478 category 1 False 07 NA True #> 4479 category 1 False 07 NA True #> 4480 category 1 False 07 NA True #> 4481 category 1 False 07 NA True #> 4482 category 1 False 07 NA True #> 4483 category 1 False 07 NA True #> 4484 category 1 False 07 NA True #> 4485 category 1 True 07 NA True #> 4486 category 1 True 07 NA True #> 4487 block 1 False 07 NA False #> 4488 category 1 False 07 NA False #> 4489 category 2 False 07 NA True #> 4490 category 2 False 07 NA True #> 4491 category 2 False 07 NA True #> 4492 category 2 False 07 NA True #> 4493 category 2 True 07 NA True #> 4494 category 2 True 07 NA True #> 4495 category 1 False 07 NA False #> 4496 category 2 False 07 NA True #> 4497 category 2 False 07 NA True #> 4498 category 2 False 07 NA True #> 4499 category 2 True 07 NA True #> 4500 category 2 True 07 NA True #> 4501 category 1 False 07 NA False #> 4502 category 2 False 07 NA True #> 4503 category 2 False 07 NA True #> 4504 category 2 False 07 NA True #> 4505 category 2 False 07 NA True #> 4506 category 1 True 07 NA True #> 4507 category 1 True 07 NA True #> 4508 category 1 True 07 NA True #> 4509 category 1 True 07 NA True #> 4510 chapter 1 False 08 NA False #> 4511 block 1 False 08 NA False #> 4512 category 1 False 08 NA False #> 4513 category 2 False 08 NA False #> 4514 category 3 False 08 NA True #> 4515 category 3 False 08 NA True #> 4516 category 3 True 08 NA True #> 4517 category 3 True 08 NA True #> 4518 category 2 False 08 NA False #> 4519 category 3 False 08 NA True #> 4520 category 3 True 08 NA True #> 4521 category 3 True 08 NA True #> 4522 category 2 False 08 NA False #> 4523 category 3 False 08 NA True #> 4524 category 3 False 08 NA True #> 4525 category 3 False 08 NA True #> 4526 category 3 False 08 NA True #> 4527 category 3 False 08 NA True #> 4528 category 3 False 08 NA True #> 4529 category 3 False 08 NA True #> 4530 category 3 True 08 NA True #> 4531 category 3 True 08 NA True #> 4532 category 2 False 08 NA True #> 4533 category 2 True 08 NA True #> 4534 category 2 True 08 NA True #> 4535 category 1 False 08 NA False #> 4536 category 2 False 08 NA True #> 4537 category 2 False 08 NA False #> 4538 category 3 False 08 NA True #> 4539 category 3 False 08 NA True #> 4540 category 3 False 08 NA True #> 4541 category 3 False 08 NA True #> 4542 category 3 False 08 NA True #> 4543 category 3 False 08 NA True #> 4544 category 3 False 08 NA True #> 4545 category 3 True 08 NA True #> 4546 category 3 True 08 NA True #> 4547 category 2 False 08 NA False #> 4548 category 3 False 08 NA True #> 4549 category 3 False 08 NA True #> 4550 category 3 False 08 NA True #> 4551 category 3 True 08 NA True #> 4552 category 3 True 08 NA True #> 4553 category 2 True 08 NA True #> 4554 category 2 True 08 NA True #> 4555 category 1 False 08 NA False #> 4556 category 2 False 08 NA False #> 4557 category 3 False 08 NA True #> 4558 category 3 True 08 NA True #> 4559 category 3 True 08 NA True #> 4560 category 2 False 08 NA False #> 4561 category 3 False 08 NA True #> 4562 category 3 False 08 NA True #> 4563 category 3 False 08 NA True #> 4564 category 3 True 08 NA True #> 4565 category 3 True 08 NA True #> 4566 category 2 False 08 NA True #> 4567 category 2 False 08 NA True #> 4568 category 2 True 08 NA True #> 4569 category 2 True 08 NA True #> 4570 category 1 False 08 NA False #> 4571 category 2 False 08 NA True #> 4572 category 2 False 08 NA False #> 4573 category 3 False 08 NA True #> 4574 category 3 False 08 NA True #> 4575 category 3 False 08 NA True #> 4576 category 3 False 08 NA True #> 4577 category 3 False 08 NA True #> 4578 category 3 False 08 NA True #> 4579 category 3 False 08 NA True #> 4580 category 3 True 08 NA True #> 4581 category 3 True 08 NA True #> 4582 category 2 False 08 NA False #> 4583 category 3 False 08 NA True #> 4584 category 3 True 08 NA True #> 4585 category 3 True 08 NA True #> 4586 category 2 False 08 NA False #> 4587 category 3 False 08 NA True #> 4588 category 3 True 08 NA True #> 4589 category 3 True 08 NA True #> 4590 category 2 True 08 NA True #> 4591 category 2 True 08 NA True #> 4592 category 1 False 08 NA False #> 4593 category 2 False 08 NA True #> 4594 category 2 False 08 NA True #> 4595 category 2 False 08 NA True #> 4596 category 2 False 08 NA False #> 4597 category 3 False 08 NA True #> 4598 category 3 False 08 NA True #> 4599 category 3 False 08 NA True #> 4600 category 3 False 08 NA True #> 4601 category 3 True 08 NA True #> 4602 category 3 True 08 NA True #> 4603 category 2 False 08 NA True #> 4604 category 2 True 08 NA True #> 4605 category 2 True 08 NA True #> 4606 category 1 False 08 NA False #> 4607 category 2 False 08 NA False #> 4608 category 3 False 08 NA True #> 4609 category 3 False 08 NA True #> 4610 category 3 False 08 NA True #> 4611 category 3 False 08 NA True #> 4612 category 3 True 08 NA True #> 4613 category 3 True 08 NA True #> 4614 category 2 False 08 NA False #> 4615 category 3 False 08 NA True #> 4616 category 3 False 08 NA True #> 4617 category 3 True 08 NA True #> 4618 category 3 True 08 NA True #> 4619 category 2 True 08 NA True #> 4620 category 2 True 08 NA True #> 4621 category 1 False 08 NA False #> 4622 category 2 False 08 NA True #> 4623 category 2 False 08 NA True #> 4624 category 2 False 08 NA False #> 4625 category 3 False 08 NA True #> 4626 category 3 False 08 NA True #> 4627 category 3 True 08 NA True #> 4628 category 3 True 08 NA True #> 4629 category 2 True 08 NA True #> 4630 category 2 True 08 NA True #> 4631 category 1 False 08 NA False #> 4632 category 2 False 08 NA False #> 4633 category 3 False 08 NA True #> 4634 category 3 False 08 NA True #> 4635 category 3 True 08 NA True #> 4636 category 3 True 08 NA True #> 4637 category 2 False 08 NA True #> 4638 category 2 False 08 NA True #> 4639 category 1 True 08 NA True #> 4640 category 1 True 08 NA True #> 4641 block 1 False 08 NA False #> 4642 category 1 False 08 NA True #> 4643 category 1 False 08 NA False #> 4644 category 2 False 08 NA True #> 4645 category 2 True 08 NA True #> 4646 category 2 True 08 NA True #> 4647 category 1 False 08 NA True #> 4648 category 1 False 08 NA True #> 4649 category 1 True 08 NA True #> 4650 category 1 True 08 NA True #> 4651 block 1 False 08 NA False #> 4652 category 1 False 08 NA False #> 4653 category 2 False 08 NA True #> 4654 category 2 False 08 NA True #> 4655 category 2 False 08 NA True #> 4656 category 2 True 08 NA True #> 4657 category 2 True 08 NA True #> 4658 category 1 False 08 NA False #> 4659 category 2 False 08 NA True #> 4660 category 2 False 08 NA True #> 4661 category 2 True 08 NA True #> 4662 category 2 True 08 NA True #> 4663 category 1 False 08 NA False #> 4664 category 2 False 08 NA True #> 4665 category 2 True 08 NA True #> 4666 category 2 True 08 NA True #> 4667 category 1 False 08 NA False #> 4668 category 2 False 08 NA True #> 4669 category 2 False 08 NA True #> 4670 category 2 False 08 NA True #> 4671 category 2 False 08 NA True #> 4672 category 2 False 08 NA True #> 4673 category 2 False 08 NA True #> 4674 category 2 True 08 NA True #> 4675 category 2 True 08 NA True #> 4676 category 1 False 08 NA False #> 4677 category 2 False 08 NA True #> 4678 category 2 False 08 NA True #> 4679 category 2 False 08 NA True #> 4680 category 2 False 08 NA True #> 4681 category 2 False 08 NA True #> 4682 category 2 True 08 NA True #> 4683 category 1 False 08 NA False #> 4684 category 2 False 08 NA False #> 4685 category 3 False 08 NA True #> 4686 category 3 False 08 NA True #> 4687 category 3 False 08 NA True #> 4688 category 3 True 08 NA True #> 4689 category 3 True 08 NA True #> 4690 category 2 False 08 NA True #> 4691 category 2 False 08 NA False #> 4692 category 3 False 08 NA True #> 4693 category 3 False 08 NA True #> 4694 category 3 True 08 NA True #> 4695 category 3 True 08 NA True #> 4696 category 2 False 08 NA False #> 4697 category 3 False 08 NA True #> 4698 category 3 False 08 NA True #> 4699 category 3 True 08 NA True #> 4700 category 3 True 08 NA True #> 4701 category 2 False 08 NA False #> 4702 category 3 False 08 NA True #> 4703 category 3 False 08 NA True #> 4704 category 3 False 08 NA True #> 4705 category 3 False 08 NA True #> 4706 category 3 False 08 NA True #> 4707 category 3 False 08 NA True #> 4708 category 3 True 08 NA True #> 4709 category 2 True 08 NA True #> 4710 category 2 True 08 NA True #> 4711 category 1 False 08 NA True #> 4712 category 1 True 08 NA True #> 4713 category 1 True 08 NA True #> 4714 block 1 False 08 NA False #> 4715 category 1 False 08 NA False #> 4716 category 2 False 08 NA False #> 4717 category 3 False 08 NA True #> 4718 category 3 False 08 NA True #> 4719 category 3 True 08 NA True #> 4720 category 3 True 08 NA True #> 4721 category 2 False 08 NA True #> 4722 category 2 False 08 NA True #> 4723 category 2 False 08 NA True #> 4724 category 2 False 08 NA True #> 4725 category 2 False 08 NA True #> 4726 category 2 False 08 NA True #> 4727 category 2 False 08 NA True #> 4728 category 2 False 08 NA True #> 4729 category 2 False 08 NA True #> 4730 category 2 False 08 NA True #> 4731 category 2 False 08 NA True #> 4732 category 2 True 08 NA True #> 4733 category 2 True 08 NA True #> 4734 category 1 False 08 NA False #> 4735 category 2 False 08 NA False #> 4736 category 3 False 08 NA True #> 4737 category 3 True 08 NA True #> 4738 category 3 True 08 NA True #> 4739 category 2 False 08 NA False #> 4740 category 3 False 08 NA True #> 4741 category 3 False 08 NA True #> 4742 category 3 False 08 NA True #> 4743 category 3 True 08 NA True #> 4744 category 3 True 08 NA True #> 4745 category 2 False 08 NA False #> 4746 category 3 False 08 NA True #> 4747 category 3 False 08 NA True #> 4748 category 3 False 08 NA True #> 4749 category 3 False 08 NA True #> 4750 category 3 True 08 NA True #> 4751 category 3 True 08 NA True #> 4752 category 2 False 08 NA False #> 4753 category 3 False 08 NA True #> 4754 category 3 False 08 NA True #> 4755 category 3 False 08 NA True #> 4756 category 3 True 08 NA True #> 4757 category 3 True 08 NA True #> 4758 category 2 False 08 NA False #> 4759 category 3 False 08 NA True #> 4760 category 3 False 08 NA True #> 4761 category 3 True 08 NA True #> 4762 category 3 True 08 NA True #> 4763 category 2 True 08 NA True #> 4764 category 2 True 08 NA True #> 4765 category 1 False 08 NA False #> 4766 category 2 False 08 NA True #> 4767 category 2 False 08 NA True #> 4768 category 2 False 08 NA True #> 4769 category 2 True 08 NA True #> 4770 category 2 True 08 NA True #> 4771 category 1 False 08 NA False #> 4772 category 2 False 08 NA False #> 4773 category 3 False 08 NA True #> 4774 category 3 False 08 NA True #> 4775 category 3 True 08 NA True #> 4776 category 3 True 08 NA True #> 4777 category 2 True 08 NA True #> 4778 category 2 True 08 NA True #> 4779 category 1 False 08 NA True #> 4780 category 1 False 08 NA True #> 4781 category 1 False 08 NA False #> 4782 category 2 False 08 NA True #> 4783 category 2 False 08 NA False #> 4784 category 3 False 08 NA True #> 4785 category 3 True 08 NA True #> 4786 category 3 True 08 NA True #> 4787 category 2 True 08 NA True #> 4788 category 2 True 08 NA True #> 4789 category 1 False 08 NA True #> 4790 category 1 False 08 NA False #> 4791 category 2 False 08 NA True #> 4792 category 2 False 08 NA True #> 4793 category 2 False 08 NA True #> 4794 category 2 False 08 NA True #> 4795 category 2 False 08 NA True #> 4796 category 2 False 08 NA True #> 4797 category 2 False 08 NA True #> 4798 category 2 False 08 NA True #> 4799 category 2 True 08 NA True #> 4800 category 2 True 08 NA True #> 4801 category 1 True 08 NA True #> 4802 category 1 True 08 NA True #> 4803 block 1 False 08 NA False #> 4804 category 1 False 08 NA False #> 4805 category 2 False 08 NA True #> 4806 category 2 False 08 NA False #> 4807 category 3 False 08 NA True #> 4808 category 3 True 08 NA True #> 4809 category 3 True 08 NA True #> 4810 category 2 False 08 NA True #> 4811 category 2 False 08 NA False #> 4812 category 3 False 08 NA True #> 4813 category 3 True 08 NA True #> 4814 category 2 False 08 NA True #> 4815 category 2 True 08 NA True #> 4816 category 2 True 08 NA True #> 4817 category 1 False 08 NA False #> 4818 category 2 False 08 NA True #> 4819 category 2 False 08 NA True #> 4820 category 2 False 08 NA True #> 4821 category 2 True 08 NA True #> 4822 category 2 True 08 NA True #> 4823 category 1 False 08 NA True #> 4824 category 1 False 08 NA True #> 4825 category 1 False 08 NA False #> 4826 category 2 False 08 NA True #> 4827 category 2 False 08 NA True #> 4828 category 2 True 08 NA True #> 4829 category 2 True 08 NA True #> 4830 category 1 False 08 NA True #> 4831 category 1 True 08 NA True #> 4832 category 1 True 08 NA True #> 4833 block 1 False 08 NA False #> 4834 block 2 False 08 NA False #> 4835 category 1 False 08 NA False #> 4836 category 2 False 08 NA True #> 4837 category 2 False 08 NA True #> 4838 category 2 False 08 NA True #> 4839 category 2 False 08 NA True #> 4840 category 2 False 08 NA True #> 4841 category 2 False 08 NA True #> 4842 category 2 True 08 NA True #> 4843 category 1 False 08 NA False #> 4844 category 2 False 08 NA True #> 4845 category 2 False 08 NA True #> 4846 category 2 False 08 NA True #> 4847 category 1 False 08 NA True #> 4848 category 1 False 08 NA True #> 4849 category 1 True 08 NA True #> 4850 block 2 False 08 NA False #> 4851 category 1 False 08 NA False #> 4852 category 2 False 08 NA True #> 4853 category 2 True 08 NA True #> 4854 category 2 True 08 NA True #> 4855 category 1 False 08 NA False #> 4856 category 2 False 08 NA True #> 4857 category 2 False 08 NA True #> 4858 category 2 False 08 NA False #> 4859 category 3 False 08 NA True #> 4860 category 3 False 08 NA True #> 4861 category 3 False 08 NA True #> 4862 category 3 True 08 NA True #> 4863 category 3 True 08 NA True #> 4864 category 2 False 08 NA True #> 4865 category 2 False 08 NA False #> 4866 category 3 False 08 NA True #> 4867 category 3 False 08 NA True #> 4868 category 3 False 08 NA True #> 4869 category 3 False 08 NA True #> 4870 category 3 False 08 NA True #> 4871 category 2 False 08 NA False #> 4872 category 3 False 08 NA True #> 4873 category 3 False 08 NA True #> 4874 category 3 True 08 NA True #> 4875 category 1 True 08 NA True #> 4876 category 1 True 08 NA True #> 4877 category 1 False 08 NA True #> 4878 category 1 False 08 NA False #> 4879 category 2 False 08 NA True #> 4880 category 2 False 08 NA True #> 4881 category 2 True 08 NA True #> 4882 category 2 True 08 NA True #> 4883 category 1 False 08 NA False #> 4884 category 2 False 08 NA True #> 4885 category 2 False 08 NA True #> 4886 category 2 False 08 NA True #> 4887 category 2 False 08 NA True #> 4888 category 2 False 08 NA False #> 4889 category 3 False 08 NA True #> 4890 category 3 False 08 NA True #> 4891 category 3 False 08 NA True #> 4892 category 3 False 08 NA True #> 4893 category 3 True 08 NA True #> 4894 category 3 True 08 NA True #> 4895 category 2 False 08 NA True #> 4896 category 2 False 08 NA True #> 4897 category 2 False 08 NA False #> 4898 category 3 False 08 NA True #> 4899 category 3 True 08 NA True #> 4900 category 3 True 08 NA True #> 4901 category 2 False 08 NA True #> 4902 category 2 False 08 NA True #> 4903 category 2 False 08 NA True #> 4904 category 2 False 08 NA True #> 4905 category 2 False 08 NA False #> 4906 category 3 False 08 NA True #> 4907 category 3 False 08 NA True #> 4908 category 3 True 08 NA True #> 4909 category 3 True 08 NA True #> 4910 category 2 True 08 NA True #> 4911 category 1 False 08 NA True #> 4912 category 1 False 08 NA False #> 4913 category 2 False 08 NA True #> 4914 category 2 True 08 NA True #> 4915 category 2 True 08 NA True #> 4916 category 1 False 08 NA False #> 4917 category 2 False 08 NA True #> 4918 category 2 False 08 NA True #> 4919 category 2 False 08 NA True #> 4920 category 2 False 08 NA True #> 4921 category 2 False 08 NA True #> 4922 category 2 True 08 NA True #> 4923 category 2 True 08 NA True #> 4924 category 1 False 08 NA False #> 4925 category 2 False 08 NA True #> 4926 category 2 False 08 NA True #> 4927 category 2 False 08 NA True #> 4928 category 2 False 08 NA True #> 4929 category 2 False 08 NA True #> 4930 category 2 False 08 NA False #> 4931 category 3 False 08 NA True #> 4932 category 3 False 08 NA True #> 4933 category 3 True 08 NA True #> 4934 category 3 True 08 NA True #> 4935 category 2 True 08 NA True #> 4936 category 2 True 08 NA True #> 4937 category 1 True 08 NA True #> 4938 block 1 False 08 NA False #> 4939 category 1 False 08 NA True #> 4940 category 1 False 08 NA True #> 4941 category 1 False 08 NA True #> 4942 category 1 False 08 NA False #> 4943 category 2 False 08 NA True #> 4944 category 2 False 08 NA True #> 4945 category 2 False 08 NA True #> 4946 category 2 True 08 NA True #> 4947 category 2 True 08 NA True #> 4948 category 1 False 08 NA False #> 4949 category 2 False 08 NA False #> 4950 category 3 False 08 NA True #> 4951 category 3 False 08 NA True #> 4952 category 3 False 08 NA True #> 4953 category 3 True 08 NA True #> 4954 category 3 True 08 NA True #> 4955 category 2 True 08 NA True #> 4956 category 2 True 08 NA True #> 4957 category 1 True 08 NA True #> 4958 category 1 True 08 NA True #> 4959 block 1 False 08 NA False #> 4960 category 1 False 08 NA False #> 4961 category 2 False 08 NA True #> 4962 category 2 False 08 NA True #> 4963 category 2 False 08 NA True #> 4964 category 2 False 08 NA True #> 4965 category 2 False 08 NA True #> 4966 category 2 False 08 NA True #> 4967 category 2 False 08 NA True #> 4968 category 2 False 08 NA True #> 4969 category 2 True 08 NA True #> 4970 category 2 True 08 NA True #> 4971 category 1 False 08 NA False #> 4972 category 2 False 08 NA True #> 4973 category 2 False 08 NA True #> 4974 category 2 False 08 NA True #> 4975 category 2 False 08 NA True #> 4976 category 2 False 08 NA True #> 4977 category 2 True 08 NA True #> 4978 category 2 True 08 NA True #> 4979 category 1 False 08 NA True #> 4980 category 1 True 08 NA True #> 4981 category 1 True 08 NA True #> 4982 block 1 False 08 NA False #> 4983 block 2 False 08 NA False #> 4984 category 1 False 08 NA True #> 4985 category 1 False 08 NA False #> 4986 category 2 False 08 NA True #> 4987 category 2 True 08 NA True #> 4988 category 2 True 08 NA True #> 4989 category 1 False 08 NA False #> 4990 category 2 False 08 NA True #> 4991 category 2 True 08 NA True #> 4992 category 1 False 08 NA True #> 4993 category 1 False 08 NA True #> 4994 category 1 False 08 NA True #> 4995 category 1 False 08 NA True #> 4996 category 1 False 08 NA True #> 4997 category 1 False 08 NA False #> 4998 category 2 False 08 NA True #> 4999 category 2 False 08 NA True #> 5000 category 2 False 08 NA True #> 5001 category 2 False 08 NA True #> 5002 category 2 True 08 NA True #> 5003 category 2 True 08 NA True #> 5004 category 1 True 08 NA True #> 5005 category 1 True 08 NA True #> 5006 block 2 False 08 NA False #> 5007 category 1 False 08 NA True #> 5008 category 1 False 08 NA False #> 5009 category 2 False 08 NA True #> 5010 category 2 False 08 NA True #> 5011 category 2 True 08 NA True #> 5012 category 2 True 08 NA True #> 5013 category 1 False 08 NA False #> 5014 category 2 False 08 NA True #> 5015 category 2 False 08 NA True #> 5016 category 2 False 08 NA True #> 5017 category 2 False 08 NA True #> 5018 category 2 True 08 NA True #> 5019 category 2 True 08 NA True #> 5020 category 1 False 08 NA False #> 5021 category 2 False 08 NA True #> 5022 category 2 False 08 NA True #> 5023 category 2 False 08 NA True #> 5024 category 2 False 08 NA True #> 5025 category 2 False 08 NA True #> 5026 category 2 False 08 NA True #> 5027 category 2 False 08 NA True #> 5028 category 2 False 08 NA True #> 5029 category 2 False 08 NA True #> 5030 category 2 True 08 NA True #> 5031 category 2 True 08 NA True #> 5032 category 1 False 08 NA True #> 5033 category 1 False 08 NA True #> 5034 category 1 True 08 NA True #> 5035 category 1 True 08 NA True #> 5036 block 2 False 08 NA False #> 5037 category 1 False 08 NA True #> 5038 category 1 False 08 NA False #> 5039 category 2 False 08 NA True #> 5040 category 2 False 08 NA True #> 5041 category 2 False 08 NA True #> 5042 category 2 False 08 NA True #> 5043 category 2 True 08 NA True #> 5044 category 2 True 08 NA True #> 5045 category 1 False 08 NA False #> 5046 category 2 False 08 NA True #> 5047 category 2 False 08 NA True #> 5048 category 2 False 08 NA True #> 5049 category 2 False 08 NA True #> 5050 category 2 False 08 NA True #> 5051 category 2 True 08 NA True #> 5052 category 2 True 08 NA True #> 5053 category 1 True 08 NA True #> 5054 category 1 True 08 NA True #> 5055 block 2 False 08 NA False #> 5056 category 1 False 08 NA False #> 5057 category 2 False 08 NA True #> 5058 category 2 False 08 NA True #> 5059 category 2 False 08 NA True #> 5060 category 2 True 08 NA True #> 5061 category 2 True 08 NA True #> 5062 category 1 False 08 NA False #> 5063 category 2 False 08 NA False #> 5064 category 3 False 08 NA True #> 5065 category 3 True 08 NA True #> 5066 category 3 True 08 NA True #> 5067 category 2 False 08 NA True #> 5068 category 2 False 08 NA True #> 5069 category 2 False 08 NA True #> 5070 category 2 False 08 NA True #> 5071 category 2 False 08 NA True #> 5072 category 2 False 08 NA True #> 5073 category 2 True 08 NA True #> 5074 category 2 True 08 NA True #> 5075 category 1 False 08 NA False #> 5076 category 2 False 08 NA True #> 5077 category 2 False 08 NA True #> 5078 category 2 False 08 NA True #> 5079 category 2 False 08 NA True #> 5080 category 2 False 08 NA True #> 5081 category 2 False 08 NA True #> 5082 category 2 True 08 NA True #> 5083 category 1 True 08 NA True #> 5084 category 1 True 08 NA True #> 5085 block 2 False 08 NA False #> 5086 category 1 False 08 NA False #> 5087 category 2 False 08 NA True #> 5088 category 2 False 08 NA True #> 5089 category 2 False 08 NA True #> 5090 category 2 True 08 NA True #> 5091 category 2 True 08 NA True #> 5092 category 1 False 08 NA False #> 5093 category 2 False 08 NA True #> 5094 category 2 False 08 NA True #> 5095 category 2 False 08 NA True #> 5096 category 2 False 08 NA True #> 5097 category 2 True 08 NA True #> 5098 category 2 True 08 NA True #> 5099 category 1 True 08 NA True #> 5100 category 1 True 08 NA True #> 5101 category 1 True 08 NA True #> 5102 category 1 True 08 NA True #> 5103 block 1 False 08 NA False #> 5104 block 2 False 08 NA False #> 5105 category 1 False 08 NA False #> 5106 category 2 False 08 NA True #> 5107 category 2 True 08 NA True #> 5108 category 2 True 08 NA True #> 5109 category 1 False 08 NA True #> 5110 category 1 False 08 NA True #> 5111 category 1 True 08 NA True #> 5112 category 1 True 08 NA True #> 5113 block 2 False 08 NA False #> 5114 category 1 False 08 NA False #> 5115 category 2 False 08 NA True #> 5116 category 2 False 08 NA True #> 5117 category 2 False 08 NA True #> 5118 category 2 False 08 NA True #> 5119 category 2 False 08 NA False #> 5120 category 3 False 08 NA True #> 5121 category 3 False 08 NA True #> 5122 category 3 True 08 NA True #> 5123 category 3 True 08 NA True #> 5124 category 2 False 08 NA True #> 5125 category 2 False 08 NA True #> 5126 category 2 True 08 NA True #> 5127 category 2 True 08 NA True #> 5128 category 1 False 08 NA False #> 5129 category 2 False 08 NA True #> 5130 category 2 False 08 NA True #> 5131 category 2 False 08 NA True #> 5132 category 2 False 08 NA True #> 5133 category 2 False 08 NA True #> 5134 category 2 False 08 NA True #> 5135 category 2 True 08 NA True #> 5136 category 2 True 08 NA True #> 5137 category 1 False 08 NA False #> 5138 category 2 False 08 NA False #> 5139 category 3 False 08 NA True #> 5140 category 3 False 08 NA True #> 5141 category 3 False 08 NA True #> 5142 category 3 True 08 NA True #> 5143 category 3 True 08 NA True #> 5144 category 2 False 08 NA True #> 5145 category 2 True 08 NA True #> 5146 category 2 True 08 NA True #> 5147 category 1 False 08 NA False #> 5148 category 2 False 08 NA True #> 5149 category 2 False 08 NA True #> 5150 category 2 True 08 NA True #> 5151 category 2 True 08 NA True #> 5152 category 1 False 08 NA False #> 5153 category 2 False 08 NA True #> 5154 category 2 False 08 NA False #> 5155 category 3 False 08 NA True #> 5156 category 3 False 08 NA True #> 5157 category 3 True 08 NA True #> 5158 category 3 True 08 NA True #> 5159 category 2 True 08 NA True #> 5160 category 2 True 08 NA True #> 5161 category 1 False 08 NA True #> 5162 category 1 False 08 NA True #> 5163 category 1 False 08 NA True #> 5164 category 1 False 08 NA True #> 5165 category 1 True 08 NA True #> 5166 category 1 True 08 NA True #> 5167 block 2 False 08 NA False #> 5168 category 1 False 08 NA True #> 5169 category 1 False 08 NA True #> 5170 category 1 False 08 NA True #> 5171 category 1 False 08 NA True #> 5172 category 1 False 08 NA True #> 5173 category 1 True 08 NA True #> 5174 category 1 True 08 NA True #> 5175 category 1 True 08 NA True #> 5176 category 1 True 08 NA True #> 5177 block 1 False 08 NA False #> 5178 category 1 False 08 NA False #> 5179 category 2 False 08 NA True #> 5180 category 2 False 08 NA False #> 5181 category 3 False 08 NA True #> 5182 category 3 False 08 NA True #> 5183 category 3 True 08 NA True #> 5184 category 2 True 08 NA True #> 5185 category 2 True 08 NA True #> 5186 category 1 False 08 NA True #> 5187 category 1 False 08 NA True #> 5188 category 1 False 08 NA True #> 5189 category 1 True 08 NA True #> 5190 category 1 True 08 NA True #> 5191 block 1 False 08 NA False #> 5192 category 1 False 08 NA False #> 5193 category 2 False 08 NA True #> 5194 category 2 False 08 NA True #> 5195 category 2 False 08 NA True #> 5196 category 2 False 08 NA True #> 5197 category 2 True 08 NA True #> 5198 category 2 True 08 NA True #> 5199 category 1 False 08 NA False #> 5200 category 2 False 08 NA True #> 5201 category 2 False 08 NA True #> 5202 category 2 False 08 NA True #> 5203 category 2 True 08 NA True #> 5204 category 2 True 08 NA True #> 5205 category 1 False 08 NA True #> 5206 category 1 False 08 NA False #> 5207 category 2 False 08 NA False #> 5208 category 3 False 08 NA True #> 5209 category 3 True 08 NA True #> 5210 category 3 True 08 NA True #> 5211 category 2 False 08 NA True #> 5212 category 2 False 08 NA False #> 5213 category 3 False 08 NA True #> 5214 category 3 False 08 NA True #> 5215 category 3 True 08 NA True #> 5216 category 3 True 08 NA True #> 5217 category 2 False 08 NA True #> 5218 category 2 False 08 NA True #> 5219 category 2 False 08 NA True #> 5220 category 2 True 08 NA True #> 5221 category 2 True 08 NA True #> 5222 category 1 False 08 NA False #> 5223 category 2 False 08 NA True #> 5224 category 2 False 08 NA True #> 5225 category 2 True 08 NA True #> 5226 category 2 True 08 NA True #> 5227 category 1 True 08 NA True #> 5228 category 1 True 08 NA True #> 5229 block 1 False 08 NA False #> 5230 category 1 False 08 NA False #> 5231 category 2 False 08 NA True #> 5232 category 2 False 08 NA True #> 5233 category 2 True 08 NA True #> 5234 category 2 True 08 NA True #> 5235 category 1 False 08 NA False #> 5236 category 2 False 08 NA True #> 5237 category 2 False 08 NA True #> 5238 category 2 True 08 NA True #> 5239 category 2 True 08 NA True #> 5240 category 1 False 08 NA True #> 5241 category 1 False 08 NA True #> 5242 category 1 False 08 NA False #> 5243 category 2 False 08 NA False #> 5244 category 3 False 08 NA True #> 5245 category 3 False 08 NA True #> 5246 category 3 False 08 NA True #> 5247 category 3 False 08 NA True #> 5248 category 3 False 08 NA True #> 5249 category 3 True 08 NA True #> 5250 category 3 True 08 NA True #> 5251 category 2 False 08 NA False #> 5252 category 3 False 08 NA True #> 5253 category 3 True 08 NA True #> 5254 category 3 True 08 NA True #> 5255 category 2 False 08 NA True #> 5256 category 2 True 08 NA True #> 5257 category 1 False 08 NA True #> 5258 category 1 False 08 NA False #> 5259 category 2 False 08 NA True #> 5260 category 2 False 08 NA True #> 5261 category 2 False 08 NA True #> 5262 category 2 True 08 NA True #> 5263 category 2 True 08 NA True #> 5264 category 1 False 08 NA True #> 5265 category 1 False 08 NA True #> 5266 category 1 True 08 NA True #> 5267 category 1 True 08 NA True #> 5268 block 1 False 08 NA False #> 5269 category 1 False 08 NA True #> 5270 category 1 False 08 NA True #> 5271 category 1 False 08 NA True #> 5272 category 1 False 08 NA True #> 5273 category 1 False 08 NA True #> 5274 category 1 False 08 NA True #> 5275 category 1 False 08 NA True #> 5276 category 1 False 08 NA False #> 5277 category 2 False 08 NA False #> 5278 category 3 False 08 NA True #> 5279 category 3 False 08 NA True #> 5280 category 3 True 08 NA True #> 5281 category 3 True 08 NA True #> 5282 category 2 True 08 NA True #> 5283 category 1 False 08 NA False #> 5284 category 2 False 08 NA True #> 5285 category 2 False 08 NA True #> 5286 category 2 False 08 NA True #> 5287 category 2 False 08 NA True #> 5288 category 2 False 08 NA True #> 5289 category 2 True 08 NA True #> 5290 category 2 True 08 NA True #> 5291 category 1 False 08 NA False #> 5292 category 2 False 08 NA True #> 5293 category 2 False 08 NA True #> 5294 category 2 False 08 NA True #> 5295 category 2 False 08 NA True #> 5296 category 2 True 08 NA True #> 5297 category 2 True 08 NA True #> 5298 category 1 False 08 NA False #> 5299 category 2 False 08 NA True #> 5300 category 2 False 08 NA True #> 5301 category 2 True 08 NA True #> 5302 category 2 True 08 NA True #> 5303 category 1 False 08 NA True #> 5304 category 1 False 08 NA True #> 5305 category 1 False 08 NA True #> 5306 category 1 True 08 NA True #> 5307 category 1 True 08 NA True #> 5308 block 1 False 08 NA False #> 5309 category 1 False 08 NA True #> 5310 category 1 False 08 NA False #> 5311 category 2 False 08 NA True #> 5312 category 2 False 08 NA True #> 5313 category 2 False 08 NA True #> 5314 category 2 False 08 NA True #> 5315 category 2 True 08 NA True #> 5316 category 1 False 08 NA False #> 5317 category 2 False 08 NA True #> 5318 category 2 False 08 NA True #> 5319 category 2 False 08 NA True #> 5320 category 2 False 08 NA True #> 5321 category 2 True 08 NA True #> 5322 category 2 True 08 NA True #> 5323 category 1 False 08 NA True #> 5324 category 1 True 08 NA True #> 5325 category 1 True 08 NA True #> 5326 block 1 False 08 NA False #> 5327 category 1 False 08 NA True #> 5328 category 1 False 08 NA True #> 5329 category 1 False 08 NA False #> 5330 category 2 False 08 NA True #> 5331 category 2 False 08 NA True #> 5332 category 2 True 08 NA True #> 5333 category 2 True 08 NA True #> 5334 category 1 True 08 NA True #> 5335 category 1 True 08 NA True #> 5336 block 1 False 08 NA False #> 5337 category 1 False 08 NA False #> 5338 category 2 False 08 NA True #> 5339 category 2 False 08 NA True #> 5340 category 2 False 08 NA True #> 5341 category 2 False 08 NA True #> 5342 category 2 True 08 NA True #> 5343 category 2 True 08 NA True #> 5344 category 1 False 08 NA False #> 5345 category 2 False 08 NA True #> 5346 category 2 False 08 NA True #> 5347 category 2 True 08 NA True #> 5348 category 2 True 08 NA True #> 5349 category 1 False 08 NA True #> 5350 category 1 False 08 NA False #> 5351 category 2 False 08 NA False #> 5352 category 3 False 08 NA True #> 5353 category 3 True 08 NA True #> 5354 category 3 True 08 NA True #> 5355 category 2 True 08 NA True #> 5356 category 2 True 08 NA True #> 5357 category 1 False 08 NA True #> 5358 category 1 False 08 NA True #> 5359 category 1 False 08 NA True #> 5360 category 1 False 08 NA True #> 5361 category 1 False 08 NA True #> 5362 category 1 False 08 NA True #> 5363 category 1 False 08 NA False #> 5364 category 2 False 08 NA True #> 5365 category 2 False 08 NA True #> 5366 category 2 False 08 NA True #> 5367 category 2 False 08 NA True #> 5368 category 2 True 08 NA True #> 5369 category 2 True 08 NA True #> 5370 category 1 True 08 NA True #> 5371 block 1 False 08 NA False #> 5372 category 1 False 08 NA True #> 5373 category 1 False 08 NA False #> 5374 category 2 False 08 NA True #> 5375 category 2 False 08 NA True #> 5376 category 2 True 08 NA True #> 5377 category 1 False 08 NA True #> 5378 category 1 False 08 NA True #> 5379 category 1 False 08 NA True #> 5380 category 1 False 08 NA True #> 5381 category 1 True 08 NA True #> 5382 category 1 True 08 NA True #> 5383 chapter 1 False 09 NA False #> 5384 block 1 False 09 NA False #> 5385 block 2 False 09 NA False #> 5386 category 1 False 09 NA False #> 5387 category 2 False 09 NA True #> 5388 category 2 False 09 NA True #> 5389 category 2 True 09 NA True #> 5390 category 2 True 09 NA True #> 5391 category 1 False 09 NA False #> 5392 category 2 False 09 NA True #> 5393 category 2 False 09 NA True #> 5394 category 2 False 09 NA False #> 5395 category 3 False 09 NA True #> 5396 category 3 False 09 NA True #> 5397 category 3 True 09 NA True #> 5398 category 2 False 09 NA True #> 5399 category 2 False 09 NA True #> 5400 category 2 True 09 NA True #> 5401 category 2 True 09 NA True #> 5402 category 1 False 09 NA False #> 5403 category 2 False 09 NA False #> 5404 category 3 False 09 NA True #> 5405 category 3 False 09 NA True #> 5406 category 3 True 09 NA True #> 5407 category 3 True 09 NA True #> 5408 category 2 False 09 NA True #> 5409 category 2 False 09 NA True #> 5410 category 2 False 09 NA True #> 5411 category 2 True 09 NA True #> 5412 category 2 True 09 NA True #> 5413 category 1 False 09 NA False #> 5414 category 2 False 09 NA False #> 5415 category 3 False 09 NA True #> 5416 category 3 False 09 NA True #> 5417 category 3 False 09 NA True #> 5418 category 3 False 09 NA True #> 5419 category 3 True 09 NA True #> 5420 category 3 True 09 NA True #> 5421 category 2 False 09 NA False #> 5422 category 3 False 09 NA True #> 5423 category 3 False 09 NA True #> 5424 category 3 False 09 NA True #> 5425 category 3 False 09 NA True #> 5426 category 3 True 09 NA True #> 5427 category 3 True 09 NA True #> 5428 category 2 False 09 NA False #> 5429 category 3 False 09 NA True #> 5430 category 3 False 09 NA True #> 5431 category 3 False 09 NA True #> 5432 category 3 False 09 NA True #> 5433 category 3 False 09 NA True #> 5434 category 3 True 09 NA True #> 5435 category 3 True 09 NA True #> 5436 category 2 False 09 NA True #> 5437 category 2 False 09 NA False #> 5438 category 3 False 09 NA True #> 5439 category 3 False 09 NA True #> 5440 category 3 False 09 NA True #> 5441 category 3 True 09 NA True #> 5442 category 3 True 09 NA True #> 5443 category 2 False 09 NA True #> 5444 category 2 True 09 NA True #> 5445 category 2 True 09 NA True #> 5446 category 1 False 09 NA False #> 5447 category 2 False 09 NA True #> 5448 category 2 False 09 NA True #> 5449 category 2 True 09 NA True #> 5450 category 2 True 09 NA True #> 5451 category 1 False 09 NA False #> 5452 category 2 False 09 NA True #> 5453 category 2 False 09 NA True #> 5454 category 2 True 09 NA True #> 5455 category 2 True 09 NA True #> 5456 category 1 False 09 NA False #> 5457 category 2 False 09 NA True #> 5458 category 2 False 09 NA True #> 5459 category 2 False 09 NA True #> 5460 category 2 False 09 NA True #> 5461 category 2 False 09 NA True #> 5462 category 2 False 09 NA True #> 5463 category 2 False 09 NA True #> 5464 category 2 False 09 NA False #> 5465 category 3 False 09 NA True #> 5466 category 3 False 09 NA True #> 5467 category 3 False 09 NA True #> 5468 category 3 True 09 NA True #> 5469 category 3 True 09 NA True #> 5470 category 2 False 09 NA True #> 5471 category 2 True 09 NA True #> 5472 category 1 True 09 NA True #> 5473 category 1 True 09 NA True #> 5474 block 2 False 09 NA False #> 5475 category 1 False 09 NA False #> 5476 category 2 False 09 NA True #> 5477 category 2 False 09 NA True #> 5478 category 2 False 09 NA True #> 5479 category 2 False 09 NA True #> 5480 category 2 False 09 NA True #> 5481 category 2 True 09 NA True #> 5482 category 2 True 09 NA True #> 5483 category 1 False 09 NA False #> 5484 category 2 False 09 NA True #> 5485 category 2 False 09 NA True #> 5486 category 2 False 09 NA True #> 5487 category 2 False 09 NA True #> 5488 category 2 False 09 NA True #> 5489 category 2 False 09 NA True #> 5490 category 2 False 09 NA True #> 5491 category 2 False 09 NA True #> 5492 category 2 False 09 NA True #> 5493 category 2 True 09 NA True #> 5494 category 2 True 09 NA True #> 5495 category 1 True 09 NA True #> 5496 category 1 True 09 NA True #> 5497 block 2 False 09 NA False #> 5498 category 1 False 09 NA False #> 5499 category 2 False 09 NA False #> 5500 category 3 False 09 NA True #> 5501 category 3 False 09 NA True #> 5502 category 3 True 09 NA True #> 5503 category 3 True 09 NA True #> 5504 category 2 False 09 NA True #> 5505 category 2 True 09 NA True #> 5506 category 2 True 09 NA True #> 5507 category 1 False 09 NA False #> 5508 category 2 False 09 NA True #> 5509 category 2 False 09 NA True #> 5510 category 2 False 09 NA True #> 5511 category 2 False 09 NA True #> 5512 category 2 True 09 NA True #> 5513 category 2 True 09 NA True #> 5514 category 1 False 09 NA False #> 5515 category 2 False 09 NA True #> 5516 category 2 False 09 NA True #> 5517 category 2 False 09 NA True #> 5518 category 2 True 09 NA True #> 5519 category 2 True 09 NA True #> 5520 category 1 False 09 NA False #> 5521 category 2 False 09 NA True #> 5522 category 2 False 09 NA True #> 5523 category 2 True 09 NA True #> 5524 category 1 False 09 NA False #> 5525 category 2 False 09 NA True #> 5526 category 2 False 09 NA True #> 5527 category 2 False 09 NA True #> 5528 category 2 False 09 NA True #> 5529 category 2 False 09 NA True #> 5530 category 2 True 09 NA True #> 5531 category 2 True 09 NA True #> 5532 category 1 False 09 NA False #> 5533 category 2 False 09 NA True #> 5534 category 2 False 09 NA True #> 5535 category 2 False 09 NA True #> 5536 category 2 False 09 NA True #> 5537 category 2 False 09 NA True #> 5538 category 2 False 09 NA True #> 5539 category 2 True 09 NA True #> 5540 category 2 True 09 NA True #> 5541 category 1 False 09 NA True #> 5542 category 1 True 09 NA True #> 5543 category 1 True 09 NA True #> 5544 category 1 True 09 NA True #> 5545 category 1 True 09 NA True #> 5546 block 1 False 09 NA False #> 5547 block 2 False 09 NA False #> 5548 category 1 False 09 NA False #> 5549 category 2 False 09 NA False #> 5550 category 3 False 09 NA True #> 5551 category 3 False 09 NA True #> 5552 category 3 False 09 NA True #> 5553 category 3 True 09 NA True #> 5554 category 3 True 09 NA True #> 5555 category 2 False 09 NA True #> 5556 category 2 False 09 NA True #> Primary tabulation Grouping1 Grouping2 Grouping3 Grouping4 #> 2 #> 3 #> 4 BlockL1-1A0 #> 5 True BlockL1-1A0 BlockL2-1A0 #> 6 True BlockL1-1A0 BlockL2-1A0 #> 7 True BlockL1-1A0 BlockL2-1A0 #> 8 True BlockL1-1A0 BlockL2-1A0 #> 9 True BlockL1-1A0 BlockL2-1A0 #> 10 True BlockL1-1A0 BlockL2-1A0 #> 11 True BlockL1-1A0 BlockL2-1A0 #> 12 True BlockL1-1A0 BlockL2-1A0 #> 13 True BlockL1-1A0 BlockL2-1A0 #> 14 True BlockL1-1A0 BlockL2-1A0 #> 15 True BlockL1-1A0 BlockL2-1A0 #> 16 True BlockL1-1A0 BlockL2-1A0 #> 17 True BlockL1-1A0 BlockL2-1A0 #> 18 True BlockL1-1A0 BlockL2-1A0 #> 19 True BlockL1-1A0 BlockL2-1A0 #> 20 True BlockL1-1A0 BlockL2-1A0 #> 21 True BlockL1-1A0 BlockL2-1A0 #> 22 True BlockL1-1A0 BlockL2-1A0 #> 23 True BlockL1-1A0 BlockL2-1A0 #> 24 True BlockL1-1A0 BlockL2-1A0 #> 25 True BlockL1-1A0 BlockL2-1A0 #> 26 True BlockL1-1A0 BlockL2-1A0 #> 27 True BlockL1-1A0 BlockL2-1A0 #> 28 True BlockL1-1A0 BlockL2-1A0 #> 29 BlockL1-1A0 #> 30 True BlockL1-1A0 BlockL2-1A1 #> 31 True BlockL1-1A0 BlockL2-1A1 #> 32 True BlockL1-1A0 BlockL2-1A1 #> 33 True BlockL1-1A0 BlockL2-1A1 #> 34 True BlockL1-1A0 BlockL2-1A1 #> 35 True BlockL1-1A0 BlockL2-1A1 #> 36 True BlockL1-1A0 BlockL2-1A1 #> 37 True BlockL1-1A0 BlockL2-1A1 #> 38 True BlockL1-1A0 BlockL2-1A1 #> 39 BlockL1-1A0 #> 40 True BlockL1-1A0 BlockL2-1A2 #> 41 True BlockL1-1A0 BlockL2-1A2 #> 42 True BlockL1-1A0 BlockL2-1A2 #> 43 True BlockL1-1A0 BlockL2-1A2 #> 44 True BlockL1-1A0 BlockL2-1A2 #> 45 True BlockL1-1A0 BlockL2-1A2 #> 46 True BlockL1-1A0 BlockL2-1A2 #> 47 BlockL1-1A0 #> 48 True BlockL1-1A0 BlockL2-1A3 #> 49 True BlockL1-1A0 BlockL2-1A3 #> 50 True BlockL1-1A0 BlockL2-1A3 #> 51 True BlockL1-1A0 BlockL2-1A3 #> 52 True BlockL1-1A0 BlockL2-1A3 #> 53 True BlockL1-1A0 BlockL2-1A3 #> 54 True BlockL1-1A0 BlockL2-1A3 #> 55 True BlockL1-1A0 BlockL2-1A3 #> 56 True BlockL1-1A0 BlockL2-1A3 #> 57 True BlockL1-1A0 BlockL2-1A3 #> 58 True BlockL1-1A0 BlockL2-1A3 #> 59 True BlockL1-1A0 BlockL2-1A3 #> 60 True BlockL1-1A0 BlockL2-1A3 #> 61 True BlockL1-1A0 BlockL2-1A3 #> 62 True BlockL1-1A0 BlockL2-1A3 #> 63 True BlockL1-1A0 BlockL2-1A3 #> 64 True BlockL1-1A0 BlockL2-1A3 #> 65 True BlockL1-1A0 BlockL2-1A3 #> 66 True BlockL1-1A0 BlockL2-1A3 #> 67 True BlockL1-1A0 BlockL2-1A3 #> 68 True BlockL1-1A0 BlockL2-1A3 #> 69 True BlockL1-1A0 BlockL2-1A3 #> 70 True BlockL1-1A0 BlockL2-1A3 #> 71 True BlockL1-1A0 #> 72 True BlockL1-1A0 #> 73 True BlockL1-1A0 #> 74 #> 75 BlockL1-1A6 #> 76 True BlockL1-1A6 BlockL2-1A6 #> 77 True BlockL1-1A6 BlockL2-1A6 #> 78 True BlockL1-1A6 BlockL2-1A6 #> 79 True BlockL1-1A6 BlockL2-1A6 #> 80 True BlockL1-1A6 BlockL2-1A6 #> 81 True BlockL1-1A6 BlockL2-1A6 #> 82 True BlockL1-1A6 BlockL2-1A6 #> 83 True BlockL1-1A6 BlockL2-1A6 #> 84 True BlockL1-1A6 BlockL2-1A6 #> 85 True BlockL1-1A6 BlockL2-1A6 #> 86 True BlockL1-1A6 BlockL2-1A6 #> 87 True BlockL1-1A6 BlockL2-1A6 #> 88 True BlockL1-1A6 BlockL2-1A6 #> 89 True BlockL1-1A6 BlockL2-1A6 #> 90 True BlockL1-1A6 BlockL2-1A6 #> 91 True BlockL1-1A6 BlockL2-1A6 #> 92 True BlockL1-1A6 BlockL2-1A6 #> 93 True BlockL1-1A6 BlockL2-1A6 #> 94 True BlockL1-1A6 BlockL2-1A6 #> 95 True BlockL1-1A6 BlockL2-1A6 #> 96 True BlockL1-1A6 BlockL2-1A6 #> 97 True BlockL1-1A6 BlockL2-1A6 #> 98 True BlockL1-1A6 BlockL2-1A6 #> 99 True BlockL1-1A6 BlockL2-1A6 #> 100 True BlockL1-1A6 BlockL2-1A6 #> 101 True BlockL1-1A6 BlockL2-1A6 #> 102 True BlockL1-1A6 BlockL2-1A6 #> 103 True BlockL1-1A6 BlockL2-1A6 #> 104 True BlockL1-1A6 BlockL2-1A6 #> 105 True BlockL1-1A6 BlockL2-1A6 #> 106 True BlockL1-1A6 BlockL2-1A6 #> 107 True BlockL1-1A6 BlockL2-1A6 #> 108 True BlockL1-1A6 BlockL2-1A6 #> 109 BlockL1-1A6 #> 110 True BlockL1-1A6 BlockL2-1A7 #> 111 True BlockL1-1A6 BlockL2-1A7 #> 112 True BlockL1-1A6 BlockL2-1A7 #> 113 True BlockL1-1A6 BlockL2-1A7 #> 114 True BlockL1-1A6 BlockL2-1A7 #> 115 True BlockL1-1A6 BlockL2-1A7 #> 116 True BlockL1-1A6 BlockL2-1A7 #> 117 True BlockL1-1A6 BlockL2-1A7 #> 118 True BlockL1-1A6 BlockL2-1A7 #> 119 True BlockL1-1A6 BlockL2-1A7 #> 120 True BlockL1-1A6 BlockL2-1A7 #> 121 True BlockL1-1A6 BlockL2-1A7 #> 122 True BlockL1-1A6 BlockL2-1A7 #> 123 True BlockL1-1A6 BlockL2-1A7 #> 124 True BlockL1-1A6 BlockL2-1A7 #> 125 True BlockL1-1A6 BlockL2-1A7 #> 126 True BlockL1-1A6 BlockL2-1A7 #> 127 True BlockL1-1A6 BlockL2-1A7 #> 128 BlockL1-1A6 #> 129 True BlockL1-1A6 BlockL2-1A8 #> 130 True BlockL1-1A6 BlockL2-1A8 #> 131 True BlockL1-1A6 BlockL2-1A8 #> 132 True BlockL1-1A6 BlockL2-1A8 #> 133 True BlockL1-1A6 BlockL2-1A8 #> 134 True BlockL1-1A6 BlockL2-1A8 #> 135 True BlockL1-1A6 BlockL2-1A8 #> 136 True BlockL1-1A6 BlockL2-1A8 #> 137 True BlockL1-1A6 #> 138 True BlockL1-1A6 #> 139 True BlockL1-1A6 #> 140 True BlockL1-1A6 #> 141 True BlockL1-1A6 #> 142 True BlockL1-1A6 #> 143 True BlockL1-1A6 #> 144 True BlockL1-1A6 #> 145 True BlockL1-1A6 #> 146 True BlockL1-1A6 #> 147 True BlockL1-1A6 #> 148 True BlockL1-1A6 #> 149 True BlockL1-1A6 #> 150 True BlockL1-1A6 #> 151 True BlockL1-1A6 #> 152 #> 153 BlockL1-1B1 #> 154 True BlockL1-1B1 BlockL2-1B1 #> 155 True BlockL1-1B1 BlockL2-1B1 #> 156 True BlockL1-1B1 BlockL2-1B1 #> 157 True BlockL1-1B1 BlockL2-1B1 #> 158 True BlockL1-1B1 BlockL2-1B1 #> 159 True BlockL1-1B1 BlockL2-1B1 #> 160 True BlockL1-1B1 BlockL2-1B1 #> 161 True BlockL1-1B1 BlockL2-1B1 #> 162 True BlockL1-1B1 BlockL2-1B1 #> 163 True BlockL1-1B1 BlockL2-1B1 #> 164 True BlockL1-1B1 BlockL2-1B1 #> 165 True BlockL1-1B1 BlockL2-1B1 #> 166 True BlockL1-1B1 BlockL2-1B1 #> 167 True BlockL1-1B1 BlockL2-1B1 #> 168 True BlockL1-1B1 BlockL2-1B1 #> 169 True BlockL1-1B1 BlockL2-1B1 #> 170 True BlockL1-1B1 BlockL2-1B1 #> 171 True BlockL1-1B1 BlockL2-1B1 #> 172 True BlockL1-1B1 BlockL2-1B1 #> 173 True BlockL1-1B1 BlockL2-1B1 #> 174 True BlockL1-1B1 BlockL2-1B1 #> 175 True BlockL1-1B1 BlockL2-1B1 #> 176 True BlockL1-1B1 BlockL2-1B1 #> 177 True BlockL1-1B1 BlockL2-1B1 #> 178 True BlockL1-1B1 BlockL2-1B1 #> 179 True BlockL1-1B1 BlockL2-1B1 #> 180 True BlockL1-1B1 BlockL2-1B1 #> 181 True BlockL1-1B1 BlockL2-1B1 #> 182 True BlockL1-1B1 BlockL2-1B1 #> 183 True BlockL1-1B1 BlockL2-1B1 #> 184 True BlockL1-1B1 BlockL2-1B1 #> 185 True BlockL1-1B1 BlockL2-1B1 #> 186 True BlockL1-1B1 BlockL2-1B1 #> 187 True BlockL1-1B1 BlockL2-1B1 #> 188 True BlockL1-1B1 BlockL2-1B1 #> 189 True BlockL1-1B1 #> 190 True BlockL1-1B1 #> 191 True BlockL1-1B1 #> 192 True BlockL1-1B1 #> 193 True BlockL1-1B1 #> 194 True BlockL1-1B1 #> 195 True BlockL1-1B1 #> 196 True BlockL1-1B1 #> 197 True BlockL1-1B1 #> 198 True BlockL1-1B1 #> 199 True BlockL1-1B1 #> 200 True BlockL1-1B1 #> 201 True BlockL1-1B1 #> 202 True BlockL1-1B1 #> 203 True BlockL1-1B1 #> 204 True BlockL1-1B1 #> 205 True BlockL1-1B1 #> 206 True BlockL1-1B1 #> 207 True BlockL1-1B1 #> 208 True BlockL1-1B1 #> 209 True BlockL1-1B1 #> 210 #> 211 BlockL1-1B4 #> 212 True BlockL1-1B4 BlockL2-1B4 #> 213 True BlockL1-1B4 BlockL2-1B4 #> 214 True BlockL1-1B4 BlockL2-1B4 #> 215 True BlockL1-1B4 BlockL2-1B4 #> 216 True BlockL1-1B4 BlockL2-1B4 #> 217 True BlockL1-1B4 BlockL2-1B4 #> 218 True BlockL1-1B4 BlockL2-1B4 #> 219 True BlockL1-1B4 BlockL2-1B4 #> 220 True BlockL1-1B4 BlockL2-1B4 #> 221 True BlockL1-1B4 BlockL2-1B4 #> 222 True BlockL1-1B4 BlockL2-1B4 #> 223 True BlockL1-1B4 BlockL2-1B4 #> 224 True BlockL1-1B4 BlockL2-1B4 #> 225 True BlockL1-1B4 BlockL2-1B4 #> 226 True BlockL1-1B4 #> 227 True BlockL1-1B4 #> 228 True BlockL1-1B4 #> 229 True BlockL1-1B4 #> 230 True BlockL1-1B4 #> 231 True BlockL1-1B4 #> 232 #> 233 True BlockL1-1B7 #> 234 True BlockL1-1B7 #> 235 True BlockL1-1B7 #> 236 True BlockL1-1B7 #> 237 True BlockL1-1B7 #> 238 True BlockL1-1B7 #> 239 True BlockL1-1B7 #> 240 True BlockL1-1B7 #> 241 True BlockL1-1B7 #> 242 True BlockL1-1B7 #> 243 True BlockL1-1B7 #> 244 True BlockL1-1B7 #> 245 True BlockL1-1B7 #> 246 True BlockL1-1B7 #> 247 True BlockL1-1B7 #> 248 True BlockL1-1B7 #> 249 True BlockL1-1B7 #> 250 True BlockL1-1B7 #> 251 True BlockL1-1B7 #> 252 True BlockL1-1B7 #> 253 True BlockL1-1B7 #> 254 True BlockL1-1B7 #> 255 True BlockL1-1B7 #> 256 True BlockL1-1B7 #> 257 True BlockL1-1B7 #> 258 True BlockL1-1B7 #> 259 True BlockL1-1B7 #> 260 True BlockL1-1B7 #> 261 True BlockL1-1B7 #> 262 True BlockL1-1B7 #> 263 True BlockL1-1B7 #> 264 True BlockL1-1B7 #> 265 True BlockL1-1B7 #> 266 True BlockL1-1B7 #> 267 True BlockL1-1B7 #> 268 True BlockL1-1B7 #> 269 True BlockL1-1B7 #> 270 True BlockL1-1B7 #> 271 True BlockL1-1B7 #> 272 True BlockL1-1B7 #> 273 True BlockL1-1B7 #> 274 True BlockL1-1B7 #> 275 True BlockL1-1B7 #> 276 #> 277 True BlockL1-1B9 #> 278 True BlockL1-1B9 #> 279 True BlockL1-1B9 #> 280 True BlockL1-1B9 #> 281 True BlockL1-1B9 #> 282 True BlockL1-1B9 #> 283 True BlockL1-1B9 #> 284 True BlockL1-1B9 #> 285 True BlockL1-1B9 #> 286 True BlockL1-1B9 #> 287 True BlockL1-1B9 #> 288 True BlockL1-1B9 #> 289 True BlockL1-1B9 #> 290 True BlockL1-1B9 #> 291 True BlockL1-1B9 #> 292 True BlockL1-1B9 #> 293 True BlockL1-1B9 #> 294 True BlockL1-1B9 #> 295 True BlockL1-1B9 #> 296 True BlockL1-1B9 #> 297 True BlockL1-1B9 #> 298 True BlockL1-1B9 #> 299 True BlockL1-1B9 #> 300 #> 301 True BlockL1-1C1 #> 302 True BlockL1-1C1 #> 303 True BlockL1-1C1 #> 304 True BlockL1-1C1 #> 305 True BlockL1-1C1 #> 306 True BlockL1-1C1 #> 307 True BlockL1-1C1 #> 308 True BlockL1-1C1 #> 309 True BlockL1-1C1 #> 310 True BlockL1-1C1 #> 311 True BlockL1-1C1 #> 312 True BlockL1-1C1 #> 313 True BlockL1-1C1 #> 314 True BlockL1-1C1 #> 315 True BlockL1-1C1 #> 316 True BlockL1-1C1 #> 317 True BlockL1-1C1 #> 318 True BlockL1-1C1 #> 319 True BlockL1-1C1 #> 320 True BlockL1-1C1 #> 321 True BlockL1-1C1 #> 322 True BlockL1-1C1 #> 323 True BlockL1-1C1 #> 324 True BlockL1-1C1 #> 325 True BlockL1-1C1 #> 326 True BlockL1-1C1 #> 327 True BlockL1-1C1 #> 328 True BlockL1-1C1 #> 329 True BlockL1-1C1 #> 330 True BlockL1-1C1 #> 331 True BlockL1-1C1 #> 332 True BlockL1-1C1 #> 333 True BlockL1-1C1 #> 334 True BlockL1-1C1 #> 335 True BlockL1-1C1 #> 336 True BlockL1-1C1 #> 337 True BlockL1-1C1 #> 338 True BlockL1-1C1 #> 339 True BlockL1-1C1 #> 340 True BlockL1-1C1 #> 341 True BlockL1-1C1 #> 342 True BlockL1-1C1 #> 343 True BlockL1-1C1 #> 344 True BlockL1-1C1 #> 345 True BlockL1-1C1 #> 346 True BlockL1-1C1 #> 347 True BlockL1-1C1 #> 348 True BlockL1-1C1 #> 349 True BlockL1-1C1 #> 350 True BlockL1-1C1 #> 351 True BlockL1-1C1 #> 352 True BlockL1-1C1 #> 353 True BlockL1-1C1 #> 354 True BlockL1-1C1 #> 355 True BlockL1-1C1 #> 356 True BlockL1-1C1 #> 357 True BlockL1-1C1 #> 358 True BlockL1-1C1 #> 359 True BlockL1-1C1 #> 360 True BlockL1-1C1 #> 361 True BlockL1-1C1 #> 362 True BlockL1-1C1 #> 363 True BlockL1-1C1 #> 364 True BlockL1-1C1 #> 365 True BlockL1-1C1 #> 366 True BlockL1-1C1 #> 367 True BlockL1-1C1 #> 368 True BlockL1-1C1 #> 369 True BlockL1-1C1 #> 370 True BlockL1-1C1 #> 371 True BlockL1-1C1 #> 372 True BlockL1-1C1 #> 373 True BlockL1-1C1 #> 374 True BlockL1-1C1 #> 375 True BlockL1-1C1 #> 376 True BlockL1-1C1 #> 377 True BlockL1-1C1 #> 378 True BlockL1-1C1 #> 379 True BlockL1-1C1 #> 380 True BlockL1-1C1 #> 381 True BlockL1-1C1 #> 382 True BlockL1-1C1 #> 383 True BlockL1-1C1 #> 384 True BlockL1-1C1 #> 385 True BlockL1-1C1 #> 386 True BlockL1-1C1 #> 387 True BlockL1-1C1 #> 388 True BlockL1-1C1 #> 389 True BlockL1-1C1 #> 390 True BlockL1-1C1 #> 391 BlockL1-1C1 #> 392 True BlockL1-1C1 BlockL2-1C2 #> 393 True BlockL1-1C1 BlockL2-1C2 #> 394 True BlockL1-1C1 BlockL2-1C2 #> 395 True BlockL1-1C1 BlockL2-1C2 #> 396 True BlockL1-1C1 BlockL2-1C2 #> 397 True BlockL1-1C1 BlockL2-1C2 #> 398 True BlockL1-1C1 BlockL2-1C2 #> 399 True BlockL1-1C1 BlockL2-1C2 #> 400 True BlockL1-1C1 BlockL2-1C2 #> 401 True BlockL1-1C1 BlockL2-1C2 #> 402 BlockL1-1C1 #> 403 True BlockL1-1C1 BlockL2-1C3 #> 404 True BlockL1-1C1 BlockL2-1C3 #> 405 True BlockL1-1C1 BlockL2-1C3 #> 406 True BlockL1-1C1 BlockL2-1C3 #> 407 True BlockL1-1C1 BlockL2-1C3 #> 408 True BlockL1-1C1 BlockL2-1C3 #> 409 True BlockL1-1C1 BlockL2-1C3 #> 410 True BlockL1-1C1 BlockL2-1C3 #> 411 True BlockL1-1C1 BlockL2-1C3 #> 412 True BlockL1-1C1 BlockL2-1C3 #> 413 True BlockL1-1C1 BlockL2-1C3 #> 414 True BlockL1-1C1 BlockL2-1C3 #> 415 True BlockL1-1C1 BlockL2-1C3 #> 416 True BlockL1-1C1 BlockL2-1C3 #> 417 True BlockL1-1C1 BlockL2-1C3 #> 418 True BlockL1-1C1 BlockL2-1C3 #> 419 True BlockL1-1C1 BlockL2-1C3 #> 420 True BlockL1-1C1 BlockL2-1C3 #> 421 True BlockL1-1C1 #> 422 True BlockL1-1C1 #> 423 True BlockL1-1C1 #> 424 True BlockL1-1C1 #> 425 True BlockL1-1C1 #> 426 True BlockL1-1C1 #> 427 True BlockL1-1C1 #> 428 True BlockL1-1C1 #> 429 True BlockL1-1C1 #> 430 True BlockL1-1C1 #> 431 True BlockL1-1C1 #> 432 True BlockL1-1C1 #> 433 #> 434 True BlockL1-1C6 #> 435 True BlockL1-1C6 #> 436 True BlockL1-1C6 #> 437 True BlockL1-1C6 #> 438 True BlockL1-1C6 #> 439 True BlockL1-1C6 #> 440 True BlockL1-1C6 #> 441 True BlockL1-1C6 #> 442 True BlockL1-1C6 #> 443 True BlockL1-1C6 #> 444 True BlockL1-1C6 #> 445 True BlockL1-1C6 #> 446 True BlockL1-1C6 #> 447 True BlockL1-1C6 #> 448 True BlockL1-1C6 #> 449 True BlockL1-1C6 #> 450 True BlockL1-1C6 #> 451 True BlockL1-1C6 #> 452 True BlockL1-1C6 #> 453 True BlockL1-1C6 #> 454 True BlockL1-1C6 #> 455 True BlockL1-1C6 #> 456 True BlockL1-1C6 #> 457 True BlockL1-1C6 #> 458 True BlockL1-1C6 #> 459 True BlockL1-1C6 #> 460 True BlockL1-1C6 #> 461 #> 462 True BlockL1-1C8 #> 463 True BlockL1-1C8 #> 464 True BlockL1-1C8 #> 465 True BlockL1-1C8 #> 466 True BlockL1-1C8 #> 467 True BlockL1-1C8 #> 468 True BlockL1-1C8 #> 469 True BlockL1-1C8 #> 470 True BlockL1-1C8 #> 471 True BlockL1-1C8 #> 472 True BlockL1-1C8 #> 473 True BlockL1-1C8 #> 474 True BlockL1-1C8 #> 475 True BlockL1-1C8 #> 476 True BlockL1-1C8 #> 477 True BlockL1-1C8 #> 478 True BlockL1-1C8 #> 479 True BlockL1-1C8 #> 480 True BlockL1-1C8 #> 481 True BlockL1-1C8 #> 482 True BlockL1-1C8 #> 483 True BlockL1-1C8 #> 484 True BlockL1-1C8 #> 485 True BlockL1-1C8 #> 486 True BlockL1-1C8 #> 487 #> 488 False BlockL1-1D0 #> 489 False BlockL1-1D0 #> 490 False BlockL1-1D0 #> 491 False BlockL1-1D0 #> 492 False BlockL1-1D0 #> 493 False BlockL1-1D0 #> 494 False BlockL1-1D0 #> 495 False BlockL1-1D0 #> 496 False BlockL1-1D0 #> 497 False BlockL1-1D0 #> 498 False BlockL1-1D0 #> 499 False BlockL1-1D0 #> 500 False BlockL1-1D0 #> 501 False BlockL1-1D0 #> 502 False BlockL1-1D0 #> 503 False BlockL1-1D0 #> 504 False BlockL1-1D0 #> 505 False BlockL1-1D0 #> 506 False BlockL1-1D0 #> 507 False BlockL1-1D0 #> 508 False BlockL1-1D0 #> 509 False BlockL1-1D0 #> 510 False BlockL1-1D0 #> 511 False BlockL1-1D0 #> 512 False BlockL1-1D0 #> 513 False BlockL1-1D0 #> 514 False BlockL1-1D0 #> 515 False BlockL1-1D0 #> 516 False BlockL1-1D0 #> 517 False BlockL1-1D0 #> 518 False BlockL1-1D0 #> 519 False BlockL1-1D0 #> 520 False BlockL1-1D0 #> 521 False BlockL1-1D0 #> 522 False BlockL1-1D0 #> 523 False BlockL1-1D0 #> 524 False BlockL1-1D0 #> 525 False BlockL1-1D0 #> 526 True BlockL1-1D0 #> 527 True BlockL1-1D0 #> 528 True BlockL1-1D0 #> 529 True BlockL1-1D0 #> 530 True BlockL1-1D0 #> 531 True BlockL1-1D0 #> 532 True BlockL1-1D0 #> 533 True BlockL1-1D0 #> 534 True BlockL1-1D0 #> 535 True BlockL1-1D0 #> 536 True BlockL1-1D0 #> 537 True BlockL1-1D0 #> 538 True BlockL1-1D0 #> 539 True BlockL1-1D0 #> 540 True BlockL1-1D0 #> 541 True BlockL1-1D0 #> 542 True BlockL1-1D0 #> 543 True BlockL1-1D0 #> 544 True BlockL1-1D0 #> 545 #> 546 True BlockL1-1D2 #> 547 True BlockL1-1D2 #> 548 True BlockL1-1D2 #> 549 True BlockL1-1D2 #> 550 #> 551 True BlockL1-1D4 #> 552 True BlockL1-1D4 #> 553 True BlockL1-1D4 #> 554 True BlockL1-1D4 #> 555 True BlockL1-1D4 #> 556 True BlockL1-1D4 #> 557 True BlockL1-1D4 #> 558 True BlockL1-1D4 #> 559 True BlockL1-1D4 #> 560 True BlockL1-1D4 #> 561 True BlockL1-1D4 #> 562 True BlockL1-1D4 #> 563 True BlockL1-1D4 #> 564 True BlockL1-1D4 #> 565 True BlockL1-1D4 #> 566 True BlockL1-1D4 #> 567 True BlockL1-1D4 #> 568 #> 569 True BlockL1-1D6 #> 570 True BlockL1-1D6 #> 571 True BlockL1-1D6 #> 572 True BlockL1-1D6 #> 573 True BlockL1-1D6 #> 574 True BlockL1-1D6 #> 575 True BlockL1-1D6 #> 576 True BlockL1-1D6 #> 577 True BlockL1-1D6 #> 578 True BlockL1-1D6 #> 579 True BlockL1-1D6 #> 580 True BlockL1-1D6 #> 581 True BlockL1-1D6 #> 582 True BlockL1-1D6 #> 583 True BlockL1-1D6 #> 584 True BlockL1-1D6 #> 585 True BlockL1-1D6 #> 586 True BlockL1-1D6 #> 587 True BlockL1-1D6 #> 588 True BlockL1-1D6 #> 589 True BlockL1-1D6 #> 590 True BlockL1-1D6 #> 591 True BlockL1-1D6 #> 592 True BlockL1-1D6 #> 593 True BlockL1-1D6 #> 594 True BlockL1-1D6 #> 595 True BlockL1-1D6 #> 596 True BlockL1-1D6 #> 597 True BlockL1-1D6 #> 598 True BlockL1-1D6 #> 599 True BlockL1-1D6 #> 600 True BlockL1-1D6 #> 601 True BlockL1-1D6 #> 602 #> 603 True BlockL1-1D8 #> 604 True BlockL1-1D8 #> 605 True BlockL1-1D8 #> 606 True BlockL1-1D8 #> 607 True BlockL1-1D8 #> 608 True BlockL1-1D8 #> 609 True BlockL1-1D8 #> 610 True BlockL1-1D8 #> 611 True BlockL1-1D8 #> 612 True BlockL1-1D8 #> 613 True BlockL1-1D8 #> 614 True BlockL1-1D8 #> 615 True BlockL1-1D8 #> 616 True BlockL1-1D8 #> 617 True BlockL1-1D8 #> 618 True BlockL1-1D8 #> 619 True BlockL1-1D8 #> 620 True BlockL1-1D8 #> 621 False BlockL1-1D8 #> 622 False BlockL1-1D8 #> 623 False BlockL1-1D8 #> 624 False BlockL1-1D8 #> 625 False BlockL1-1D8 #> 626 True BlockL1-1D8 #> 627 True BlockL1-1D8 #> 628 True BlockL1-1D8 #> 629 True BlockL1-1D8 #> 630 True BlockL1-1D8 #> 631 True BlockL1-1D8 #> 632 True BlockL1-1D8 #> 633 True BlockL1-1D8 #> 634 True BlockL1-1D8 #> 635 BlockL1-1D8 #> 636 True BlockL1-1D8 BlockL2-1D9 #> 637 True BlockL1-1D8 BlockL2-1D9 #> 638 True BlockL1-1D8 BlockL2-1D9 #> 639 True BlockL1-1D8 BlockL2-1D9 #> 640 True BlockL1-1D8 BlockL2-1D9 #> 641 True BlockL1-1D8 BlockL2-1D9 #> 642 True BlockL1-1D8 #> 643 True BlockL1-1D8 #> 644 #> 645 True BlockL1-1E3 #> 646 True BlockL1-1E3 #> 647 True BlockL1-1E3 #> 648 #> 649 True BlockL1-1E5 #> 650 True BlockL1-1E5 #> 651 True BlockL1-1E5 #> 652 True BlockL1-1E5 #> 653 True BlockL1-1E5 #> 654 True BlockL1-1E5 #> 655 True BlockL1-1E5 #> 656 True BlockL1-1E5 #> 657 True BlockL1-1E5 #> 658 True BlockL1-1E5 #> 659 True BlockL1-1E5 #> 660 True BlockL1-1E5 #> 661 True BlockL1-1E5 #> 662 True BlockL1-1E5 #> 663 True BlockL1-1E5 #> 664 True BlockL1-1E5 #> 665 True BlockL1-1E5 #> 666 True BlockL1-1E5 #> 667 True BlockL1-1E5 #> 668 #> 669 BlockL1-1E7 #> 670 True BlockL1-1E7 BlockL2-1E7 #> 671 True BlockL1-1E7 BlockL2-1E7 #> 672 True BlockL1-1E7 BlockL2-1E7 #> 673 True BlockL1-1E7 BlockL2-1E7 #> 674 True BlockL1-1E7 BlockL2-1E7 #> 675 True BlockL1-1E7 BlockL2-1E7 #> 676 True BlockL1-1E7 BlockL2-1E7 #> 677 True BlockL1-1E7 BlockL2-1E7 #> 678 True BlockL1-1E7 BlockL2-1E7 #> 679 BlockL1-1E7 #> 680 True BlockL1-1E7 BlockL2-1E8 #> 681 True BlockL1-1E7 BlockL2-1E8 #> 682 True BlockL1-1E7 BlockL2-1E8 #> 683 True BlockL1-1E7 BlockL2-1E8 #> 684 True BlockL1-1E7 BlockL2-1E8 #> 685 True BlockL1-1E7 BlockL2-1E8 #> 686 True BlockL1-1E7 BlockL2-1E8 #> 687 True BlockL1-1E7 BlockL2-1E8 #> 688 True BlockL1-1E7 BlockL2-1E8 #> 689 True BlockL1-1E7 BlockL2-1E8 #> 690 BlockL1-1E7 #> 691 True BlockL1-1E7 BlockL2-1E9 #> 692 True BlockL1-1E7 BlockL2-1E9 #> 693 True BlockL1-1E7 BlockL2-1E9 #> 694 True BlockL1-1E7 BlockL2-1E9 #> 695 True BlockL1-1E7 BlockL2-1E9 #> 696 True BlockL1-1E7 BlockL2-1E9 #> 697 True BlockL1-1E7 BlockL2-1E9 #> 698 True BlockL1-1E7 BlockL2-1E9 #> 699 True BlockL1-1E7 BlockL2-1E9 #> 700 True BlockL1-1E7 BlockL2-1E9 #> 701 True BlockL1-1E7 BlockL2-1E9 #> 702 True BlockL1-1E7 BlockL2-1E9 #> 703 True BlockL1-1E7 BlockL2-1E9 #> 704 True BlockL1-1E7 BlockL2-1E9 #> 705 True BlockL1-1E7 BlockL2-1E9 #> 706 True BlockL1-1E7 BlockL2-1E9 #> 707 True BlockL1-1E7 BlockL2-1E9 #> 708 True BlockL1-1E7 BlockL2-1E9 #> 709 True BlockL1-1E7 BlockL2-1E9 #> 710 True BlockL1-1E7 #> 711 True BlockL1-1E7 #> 712 True BlockL1-1E7 #> 713 True BlockL1-1E7 #> 714 True BlockL1-1E7 #> 715 True BlockL1-1E7 #> 716 True BlockL1-1E7 #> 717 True BlockL1-1E7 #> 718 True BlockL1-1E7 #> 719 True BlockL1-1E7 #> 720 True BlockL1-1E7 #> 721 True BlockL1-1E7 #> 722 True BlockL1-1E7 #> 723 True BlockL1-1E7 #> 724 True BlockL1-1E7 #> 725 True BlockL1-1E7 #> 726 True BlockL1-1E7 #> 727 True BlockL1-1E7 #> 728 True BlockL1-1E7 #> 729 True BlockL1-1E7 #> 730 True BlockL1-1E7 #> 731 True BlockL1-1E7 #> 732 True BlockL1-1E7 #> 733 True BlockL1-1E7 #> 734 True BlockL1-1E7 #> 735 True BlockL1-1E7 #> 736 True BlockL1-1E7 #> 737 True BlockL1-1E7 #> 738 True BlockL1-1E7 #> 739 True BlockL1-1E7 #> 740 True BlockL1-1E7 #> 741 True BlockL1-1E7 #> 742 True BlockL1-1E7 #> 743 True BlockL1-1E7 #> 744 True BlockL1-1E7 #> 745 True BlockL1-1E7 #> 746 True BlockL1-1E7 #> 747 True BlockL1-1E7 #> 748 True BlockL1-1E7 #> 749 #> 750 True BlockL1-1F2 #> 751 True BlockL1-1F2 #> 752 True BlockL1-1F2 #> 753 True BlockL1-1F2 #> 754 True BlockL1-1F2 #> 755 True BlockL1-1F2 #> 756 True BlockL1-1F2 #> 757 True BlockL1-1F2 #> 758 True BlockL1-1F2 #> 759 True BlockL1-1F2 #> 760 True BlockL1-1F2 #> 761 True BlockL1-1F2 #> 762 True BlockL1-1F2 #> 763 True BlockL1-1F2 #> 764 True BlockL1-1F2 #> 765 True BlockL1-1F2 #> 766 True BlockL1-1F2 #> 767 True BlockL1-1F2 #> 768 True BlockL1-1F2 #> 769 True BlockL1-1F2 #> 770 True BlockL1-1F2 #> 771 True BlockL1-1F2 #> 772 True BlockL1-1F2 #> 773 True BlockL1-1F2 #> 774 True BlockL1-1F2 #> 775 True BlockL1-1F2 #> 776 True BlockL1-1F2 #> 777 True BlockL1-1F2 #> 778 True BlockL1-1F2 #> 779 True BlockL1-1F2 #> 780 True BlockL1-1F2 #> 781 True BlockL1-1F2 #> 782 True BlockL1-1F2 #> 783 True BlockL1-1F2 #> 784 True BlockL1-1F2 #> 785 True BlockL1-1F2 #> 786 True BlockL1-1F2 #> 787 True BlockL1-1F2 #> 788 True BlockL1-1F2 #> 789 True BlockL1-1F2 #> 790 True BlockL1-1F2 #> 791 True BlockL1-1F2 #> 792 True BlockL1-1F2 #> 793 True BlockL1-1F2 #> 794 True BlockL1-1F2 #> 795 True BlockL1-1F2 #> 796 True BlockL1-1F2 #> 797 True BlockL1-1F2 #> 798 True BlockL1-1F2 #> 799 True BlockL1-1F2 #> 800 True BlockL1-1F2 #> 801 True BlockL1-1F2 #> 802 True BlockL1-1F2 #> 803 True BlockL1-1F2 #> 804 True BlockL1-1F2 #> 805 False BlockL1-1F2 #> 806 True BlockL1-1F2 #> 807 True BlockL1-1F2 #> 808 True BlockL1-1F2 #> 809 True BlockL1-1F2 #> 810 True BlockL1-1F2 #> 811 True BlockL1-1F2 #> 812 True BlockL1-1F2 #> 813 True BlockL1-1F2 #> 814 True BlockL1-1F2 #> 815 True BlockL1-1F2 #> 816 True BlockL1-1F2 #> 817 True BlockL1-1F2 #> 818 True BlockL1-1F2 #> 819 True BlockL1-1F2 #> 820 True BlockL1-1F2 #> 821 True BlockL1-1F2 #> 822 True BlockL1-1F2 #> 823 True BlockL1-1F2 #> 824 True BlockL1-1F2 #> 825 True BlockL1-1F2 #> 826 True BlockL1-1F2 #> 827 True BlockL1-1F2 #> 828 True BlockL1-1F2 #> 829 True BlockL1-1F2 #> 830 True BlockL1-1F2 #> 831 True BlockL1-1F2 #> 832 True BlockL1-1F2 #> 833 True BlockL1-1F2 #> 834 True BlockL1-1F2 #> 835 True BlockL1-1F2 #> 836 True BlockL1-1F2 #> 837 True BlockL1-1F2 #> 838 True BlockL1-1F2 #> 839 True BlockL1-1F2 #> 840 True BlockL1-1F2 #> 841 True BlockL1-1F2 #> 842 True BlockL1-1F2 #> 843 True BlockL1-1F2 #> 844 True BlockL1-1F2 #> 845 True BlockL1-1F2 #> 846 True BlockL1-1F2 #> 847 True BlockL1-1F2 #> 848 True BlockL1-1F2 #> 849 True BlockL1-1F2 #> 850 True BlockL1-1F2 #> 851 True BlockL1-1F2 #> 852 True BlockL1-1F2 #> 853 True BlockL1-1F2 #> 854 True BlockL1-1F2 #> 855 True BlockL1-1F2 #> 856 True BlockL1-1F2 #> 857 True BlockL1-1F2 #> 858 True BlockL1-1F2 #> 859 True BlockL1-1F2 #> 860 #> 861 BlockL1-1F4 #> 862 True BlockL1-1F4 BlockL2-1F4 #> 863 True BlockL1-1F4 BlockL2-1F4 #> 864 True BlockL1-1F4 BlockL2-1F4 #> 865 True BlockL1-1F4 BlockL2-1F4 #> 866 True BlockL1-1F4 BlockL2-1F4 #> 867 True BlockL1-1F4 BlockL2-1F4 #> 868 True BlockL1-1F4 BlockL2-1F4 #> 869 True BlockL1-1F4 BlockL2-1F4 #> 870 True BlockL1-1F4 BlockL2-1F4 #> 871 True BlockL1-1F4 BlockL2-1F4 #> 872 True BlockL1-1F4 BlockL2-1F4 #> 873 True BlockL1-1F4 BlockL2-1F4 #> 874 True BlockL1-1F4 BlockL2-1F4 #> 875 True BlockL1-1F4 BlockL2-1F4 #> 876 True BlockL1-1F4 BlockL2-1F4 #> 877 True BlockL1-1F4 BlockL2-1F4 #> 878 BlockL1-1F4 #> 879 True BlockL1-1F4 BlockL2-1F5 #> 880 True BlockL1-1F4 BlockL2-1F5 #> 881 True BlockL1-1F4 BlockL2-1F5 #> 882 True BlockL1-1F4 BlockL2-1F5 #> 883 True BlockL1-1F4 BlockL2-1F5 #> 884 True BlockL1-1F4 BlockL2-1F5 #> 885 True BlockL1-1F4 BlockL2-1F5 #> 886 True BlockL1-1F4 BlockL2-1F5 #> 887 True BlockL1-1F4 BlockL2-1F5 #> 888 True BlockL1-1F4 BlockL2-1F5 #> 889 True BlockL1-1F4 BlockL2-1F5 #> 890 True BlockL1-1F4 BlockL2-1F5 #> 891 True BlockL1-1F4 BlockL2-1F5 #> 892 True BlockL1-1F4 BlockL2-1F5 #> 893 True BlockL1-1F4 BlockL2-1F5 #> 894 True BlockL1-1F4 BlockL2-1F5 #> 895 True BlockL1-1F4 BlockL2-1F5 #> 896 True BlockL1-1F4 BlockL2-1F5 #> 897 True BlockL1-1F4 BlockL2-1F5 #> 898 True BlockL1-1F4 BlockL2-1F5 #> 899 True BlockL1-1F4 BlockL2-1F5 #> 900 True BlockL1-1F4 BlockL2-1F5 #> 901 True BlockL1-1F4 BlockL2-1F5 #> 902 True BlockL1-1F4 BlockL2-1F5 #> 903 True BlockL1-1F4 BlockL2-1F5 #> 904 True BlockL1-1F4 BlockL2-1F5 #> 905 True BlockL1-1F4 BlockL2-1F5 #> 906 True BlockL1-1F4 BlockL2-1F5 #> 907 True BlockL1-1F4 BlockL2-1F5 #> 908 True BlockL1-1F4 BlockL2-1F5 #> 909 True BlockL1-1F4 BlockL2-1F5 #> 910 True BlockL1-1F4 BlockL2-1F5 #> 911 True BlockL1-1F4 BlockL2-1F5 #> 912 True BlockL1-1F4 BlockL2-1F5 #> 913 True BlockL1-1F4 BlockL2-1F5 #> 914 True BlockL1-1F4 BlockL2-1F5 #> 915 BlockL1-1F4 #> 916 BlockL1-1F4 BlockL2-1F6 #> 917 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 918 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 919 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 920 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 921 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 922 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 923 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 924 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 925 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 926 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 927 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 928 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 929 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 930 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 931 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 932 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 933 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 934 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 935 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 936 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 937 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 938 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 939 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 940 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 941 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 942 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 943 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 944 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 945 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 946 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 947 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 948 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 949 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 950 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 951 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 952 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 953 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 954 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 955 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 956 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 957 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 958 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 959 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 960 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 961 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F6 #> 962 BlockL1-1F4 BlockL2-1F6 #> 963 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 964 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 965 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 966 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 967 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 968 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 969 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 970 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 971 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 972 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 973 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 974 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 975 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 976 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 977 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 978 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 979 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 980 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 981 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 982 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 983 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 984 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 985 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 986 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 987 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F7 #> 988 BlockL1-1F4 BlockL2-1F6 #> 989 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 990 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 991 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 992 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 993 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 994 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 995 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 996 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 997 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 998 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 999 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 1000 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 1001 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 1002 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 1003 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 1004 True BlockL1-1F4 BlockL2-1F6 BlockL3-1F8 #> 1005 True BlockL1-1F4 BlockL2-1F6 #> 1006 True BlockL1-1F4 BlockL2-1F6 #> 1007 True BlockL1-1F4 BlockL2-1F6 #> 1008 True BlockL1-1F4 BlockL2-1F6 #> 1009 True BlockL1-1F4 BlockL2-1F6 #> 1010 True BlockL1-1F4 BlockL2-1F6 #> 1011 True BlockL1-1F4 BlockL2-1F6 #> 1012 True BlockL1-1F4 BlockL2-1F6 #> 1013 BlockL1-1F4 #> 1014 True BlockL1-1F4 BlockL2-1G0 #> 1015 True BlockL1-1F4 BlockL2-1G0 #> 1016 True BlockL1-1F4 BlockL2-1G0 #> 1017 True BlockL1-1F4 BlockL2-1G0 #> 1018 True BlockL1-1F4 BlockL2-1G0 #> 1019 True BlockL1-1F4 BlockL2-1G0 #> 1020 True BlockL1-1F4 BlockL2-1G0 #> 1021 True BlockL1-1F4 BlockL2-1G0 #> 1022 True BlockL1-1F4 BlockL2-1G0 #> 1023 True BlockL1-1F4 BlockL2-1G0 #> 1024 True BlockL1-1F4 BlockL2-1G0 #> 1025 True BlockL1-1F4 BlockL2-1G0 #> 1026 True BlockL1-1F4 BlockL2-1G0 #> 1027 True BlockL1-1F4 BlockL2-1G0 #> 1028 True BlockL1-1F4 BlockL2-1G0 #> 1029 True BlockL1-1F4 BlockL2-1G0 #> 1030 True BlockL1-1F4 BlockL2-1G0 #> 1031 True BlockL1-1F4 BlockL2-1G0 #> 1032 True BlockL1-1F4 BlockL2-1G0 #> 1033 True BlockL1-1F4 BlockL2-1G0 #> 1034 True BlockL1-1F4 BlockL2-1G0 #> 1035 True BlockL1-1F4 BlockL2-1G0 #> 1036 True BlockL1-1F4 BlockL2-1G0 #> 1037 True BlockL1-1F4 BlockL2-1G0 #> 1038 True BlockL1-1F4 #> 1039 True BlockL1-1F4 #> 1040 #> 1041 False BlockL1-1G4 #> 1042 False BlockL1-1G4 #> 1043 True #> 1044 True #> 1045 True #> 1046 True #> 1047 True #> 1048 #> 1049 True BlockL1-1G8 #> 1050 True BlockL1-1G8 #> 1051 True BlockL1-1G8 #> 1052 True BlockL1-1G8 #> 1053 True BlockL1-1G8 #> 1054 True BlockL1-1G8 #> 1055 True BlockL1-1G8 #> 1056 True #> 1057 #> 1058 #> 1059 True BlockL1-2A0 #> 1060 True BlockL1-2A0 #> 1061 True BlockL1-2A0 #> 1062 True BlockL1-2A0 #> 1063 True BlockL1-2A0 #> 1064 True BlockL1-2A0 #> 1065 True BlockL1-2A0 #> 1066 True BlockL1-2A0 #> 1067 True BlockL1-2A0 #> 1068 True BlockL1-2A0 #> 1069 True BlockL1-2A0 #> 1070 True BlockL1-2A0 #> 1071 True BlockL1-2A0 #> 1072 True BlockL1-2A0 #> 1073 True BlockL1-2A0 #> 1074 True BlockL1-2A0 #> 1075 True BlockL1-2A0 #> 1076 True BlockL1-2A0 #> 1077 True BlockL1-2A0 #> 1078 True BlockL1-2A0 #> 1079 True BlockL1-2A0 #> 1080 True BlockL1-2A0 #> 1081 True BlockL1-2A0 #> 1082 True BlockL1-2A0 #> 1083 True BlockL1-2A0 #> 1084 True BlockL1-2A0 #> 1085 True BlockL1-2A0 #> 1086 True BlockL1-2A0 #> 1087 True BlockL1-2A0 #> 1088 True BlockL1-2A0 #> 1089 True BlockL1-2A0 #> 1090 True BlockL1-2A0 #> 1091 True BlockL1-2A0 #> 1092 True BlockL1-2A0 #> 1093 True BlockL1-2A0 #> 1094 True BlockL1-2A0 #> 1095 True BlockL1-2A0 #> 1096 True BlockL1-2A0 #> 1097 True BlockL1-2A0 #> 1098 True BlockL1-2A0 #> 1099 True BlockL1-2A0 #> 1100 #> 1101 BlockL1-2A2 #> 1102 True BlockL1-2A2 BlockL2-2A2 #> 1103 True BlockL1-2A2 BlockL2-2A2 #> 1104 True BlockL1-2A2 BlockL2-2A2 #> 1105 True BlockL1-2A2 BlockL2-2A2 #> 1106 True BlockL1-2A2 BlockL2-2A2 #> 1107 True BlockL1-2A2 BlockL2-2A2 #> 1108 True BlockL1-2A2 BlockL2-2A2 #> 1109 True BlockL1-2A2 BlockL2-2A2 #> 1110 True BlockL1-2A2 BlockL2-2A2 #> 1111 True BlockL1-2A2 BlockL2-2A2 #> 1112 True BlockL1-2A2 BlockL2-2A2 #> 1113 True BlockL1-2A2 BlockL2-2A2 #> 1114 True BlockL1-2A2 BlockL2-2A2 #> 1115 True BlockL1-2A2 BlockL2-2A2 #> 1116 True BlockL1-2A2 BlockL2-2A2 #> 1117 True BlockL1-2A2 BlockL2-2A2 #> 1118 True BlockL1-2A2 BlockL2-2A2 #> 1119 True BlockL1-2A2 BlockL2-2A2 #> 1120 True BlockL1-2A2 BlockL2-2A2 #> 1121 True BlockL1-2A2 BlockL2-2A2 #> 1122 True BlockL1-2A2 BlockL2-2A2 #> 1123 True BlockL1-2A2 BlockL2-2A2 #> 1124 True BlockL1-2A2 BlockL2-2A2 #> 1125 True BlockL1-2A2 BlockL2-2A2 #> 1126 True BlockL1-2A2 BlockL2-2A2 #> 1127 True BlockL1-2A2 BlockL2-2A2 #> 1128 True BlockL1-2A2 BlockL2-2A2 #> 1129 True BlockL1-2A2 BlockL2-2A2 #> 1130 True BlockL1-2A2 BlockL2-2A2 #> 1131 BlockL1-2A2 #> 1132 True BlockL1-2A2 BlockL2-2A3 #> 1133 True BlockL1-2A2 BlockL2-2A3 #> 1134 True BlockL1-2A2 BlockL2-2A3 #> 1135 True BlockL1-2A2 BlockL2-2A3 #> 1136 True BlockL1-2A2 BlockL2-2A3 #> 1137 True BlockL1-2A2 BlockL2-2A3 #> 1138 True BlockL1-2A2 BlockL2-2A3 #> 1139 True BlockL1-2A2 BlockL2-2A3 #> 1140 True BlockL1-2A2 BlockL2-2A3 #> 1141 True BlockL1-2A2 BlockL2-2A3 #> 1142 True BlockL1-2A2 BlockL2-2A3 #> 1143 BlockL1-2A2 #> 1144 True BlockL1-2A2 BlockL2-2A4 #> 1145 True BlockL1-2A2 BlockL2-2A4 #> 1146 True BlockL1-2A2 BlockL2-2A4 #> 1147 True BlockL1-2A2 BlockL2-2A4 #> 1148 True BlockL1-2A2 BlockL2-2A4 #> 1149 True BlockL1-2A2 BlockL2-2A4 #> 1150 True BlockL1-2A2 BlockL2-2A4 #> 1151 True BlockL1-2A2 BlockL2-2A4 #> 1152 True BlockL1-2A2 BlockL2-2A4 #> 1153 True BlockL1-2A2 BlockL2-2A4 #> 1154 BlockL1-2A2 #> 1155 True BlockL1-2A2 BlockL2-2A5 #> 1156 True BlockL1-2A2 BlockL2-2A5 #> 1157 True BlockL1-2A2 BlockL2-2A5 #> 1158 True BlockL1-2A2 BlockL2-2A5 #> 1159 True BlockL1-2A2 #> 1160 True BlockL1-2A2 #> 1161 True BlockL1-2A2 #> 1162 True BlockL1-2A2 #> 1163 True BlockL1-2A2 #> 1164 True BlockL1-2A2 #> 1165 True BlockL1-2A2 #> 1166 True BlockL1-2A2 #> 1167 True BlockL1-2A2 #> 1168 True BlockL1-2A2 #> 1169 True BlockL1-2A2 #> 1170 True BlockL1-2A2 #> 1171 True BlockL1-2A2 #> 1172 True BlockL1-2A2 #> 1173 True BlockL1-2A2 #> 1174 True BlockL1-2A2 #> 1175 True BlockL1-2A2 #> 1176 True BlockL1-2A2 #> 1177 True BlockL1-2A2 #> 1178 True BlockL1-2A2 #> 1179 True BlockL1-2A2 #> 1180 True BlockL1-2A2 #> 1181 True BlockL1-2A2 #> 1182 True BlockL1-2A2 #> 1183 True BlockL1-2A2 #> 1184 True BlockL1-2A2 #> 1185 True BlockL1-2A2 #> 1186 True BlockL1-2A2 #> 1187 True BlockL1-2A2 #> 1188 BlockL1-2A2 #> 1189 True BlockL1-2A2 BlockL2-2A7 #> 1190 True BlockL1-2A2 BlockL2-2A7 #> 1191 True BlockL1-2A2 BlockL2-2A7 #> 1192 True BlockL1-2A2 BlockL2-2A7 #> 1193 True BlockL1-2A2 BlockL2-2A7 #> 1194 True BlockL1-2A2 BlockL2-2A7 #> 1195 BlockL1-2A2 #> 1196 True BlockL1-2A2 BlockL2-2A8 #> 1197 True BlockL1-2A2 BlockL2-2A8 #> 1198 True BlockL1-2A2 BlockL2-2A8 #> 1199 True BlockL1-2A2 BlockL2-2A8 #> 1200 True BlockL1-2A2 BlockL2-2A8 #> 1201 True BlockL1-2A2 BlockL2-2A8 #> 1202 True BlockL1-2A2 BlockL2-2A8 #> 1203 True BlockL1-2A2 BlockL2-2A8 #> 1204 True BlockL1-2A2 BlockL2-2A8 #> 1205 True BlockL1-2A2 BlockL2-2A8 #> 1206 True BlockL1-2A2 BlockL2-2A8 #> 1207 True BlockL1-2A2 BlockL2-2A8 #> 1208 True BlockL1-2A2 BlockL2-2A8 #> 1209 True BlockL1-2A2 BlockL2-2A8 #> 1210 True BlockL1-2A2 BlockL2-2A8 #> 1211 True BlockL1-2A2 BlockL2-2A8 #> 1212 True BlockL1-2A2 BlockL2-2A8 #> 1213 True BlockL1-2A2 BlockL2-2A8 #> 1214 True BlockL1-2A2 BlockL2-2A8 #> 1215 True BlockL1-2A2 BlockL2-2A8 #> 1216 True BlockL1-2A2 BlockL2-2A8 #> 1217 True BlockL1-2A2 BlockL2-2A8 #> 1218 True BlockL1-2A2 BlockL2-2A8 #> 1219 True BlockL1-2A2 BlockL2-2A8 #> 1220 True BlockL1-2A2 BlockL2-2A8 #> 1221 True BlockL1-2A2 BlockL2-2A8 #> 1222 True BlockL1-2A2 BlockL2-2A8 #> 1223 True BlockL1-2A2 BlockL2-2A8 #> 1224 True BlockL1-2A2 BlockL2-2A8 #> 1225 True BlockL1-2A2 BlockL2-2A8 #> 1226 True BlockL1-2A2 BlockL2-2A8 #> 1227 True BlockL1-2A2 BlockL2-2A8 #> 1228 True BlockL1-2A2 BlockL2-2A8 #> 1229 True BlockL1-2A2 BlockL2-2A8 #> 1230 True BlockL1-2A2 BlockL2-2A8 #> 1231 True BlockL1-2A2 BlockL2-2A8 #> 1232 True BlockL1-2A2 BlockL2-2A8 #> 1233 True BlockL1-2A2 BlockL2-2A8 #> 1234 True BlockL1-2A2 BlockL2-2A8 #> 1235 True BlockL1-2A2 BlockL2-2A8 #> 1236 True BlockL1-2A2 BlockL2-2A8 #> 1237 True BlockL1-2A2 BlockL2-2A8 #> 1238 True BlockL1-2A2 BlockL2-2A8 #> 1239 True BlockL1-2A2 BlockL2-2A8 #> 1240 True BlockL1-2A2 BlockL2-2A8 #> 1241 True BlockL1-2A2 BlockL2-2A8 #> 1242 True BlockL1-2A2 BlockL2-2A8 #> 1243 True BlockL1-2A2 BlockL2-2A8 #> 1244 True BlockL1-2A2 BlockL2-2A8 #> 1245 True BlockL1-2A2 BlockL2-2A8 #> 1246 True BlockL1-2A2 BlockL2-2A8 #> 1247 True BlockL1-2A2 BlockL2-2A8 #> 1248 True BlockL1-2A2 BlockL2-2A8 #> 1249 True BlockL1-2A2 BlockL2-2A8 #> 1250 True BlockL1-2A2 BlockL2-2A8 #> 1251 True BlockL1-2A2 BlockL2-2A8 #> 1252 True BlockL1-2A2 BlockL2-2A8 #> 1253 True BlockL1-2A2 BlockL2-2A8 #> 1254 True BlockL1-2A2 BlockL2-2A8 #> 1255 True BlockL1-2A2 BlockL2-2A8 #> 1256 True BlockL1-2A2 BlockL2-2A8 #> 1257 True BlockL1-2A2 BlockL2-2A8 #> 1258 True BlockL1-2A2 BlockL2-2A8 #> 1259 True BlockL1-2A2 BlockL2-2A8 #> 1260 True BlockL1-2A2 BlockL2-2A8 #> 1261 True BlockL1-2A2 BlockL2-2A8 #> 1262 True BlockL1-2A2 BlockL2-2A8 #> 1263 True BlockL1-2A2 BlockL2-2A8 #> 1264 True BlockL1-2A2 BlockL2-2A8 #> 1265 True BlockL1-2A2 BlockL2-2A8 #> 1266 True BlockL1-2A2 BlockL2-2A8 #> 1267 BlockL1-2A2 #> 1268 True BlockL1-2A2 BlockL2-2A9 #> 1269 True BlockL1-2A2 BlockL2-2A9 #> 1270 True BlockL1-2A2 BlockL2-2A9 #> 1271 True BlockL1-2A2 BlockL2-2A9 #> 1272 True BlockL1-2A2 BlockL2-2A9 #> 1273 True BlockL1-2A2 BlockL2-2A9 #> 1274 True BlockL1-2A2 BlockL2-2A9 #> 1275 True BlockL1-2A2 BlockL2-2A9 #> 1276 True BlockL1-2A2 BlockL2-2A9 #> 1277 True BlockL1-2A2 BlockL2-2A9 #> 1278 True BlockL1-2A2 BlockL2-2A9 #> 1279 True BlockL1-2A2 BlockL2-2A9 #> 1280 True BlockL1-2A2 BlockL2-2A9 #> 1281 True BlockL1-2A2 BlockL2-2A9 #> 1282 BlockL1-2A2 BlockL2-2A9 #> 1283 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1284 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1285 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1286 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1287 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1288 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1289 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1290 True BlockL1-2A2 BlockL2-2A9 BlockL3-2B0 #> 1291 True BlockL1-2A2 BlockL2-2A9 #> 1292 True BlockL1-2A2 BlockL2-2A9 #> 1293 True BlockL1-2A2 #> 1294 True BlockL1-2A2 #> 1295 True BlockL1-2A2 #> 1296 True BlockL1-2A2 #> 1297 True BlockL1-2A2 #> 1298 True BlockL1-2A2 #> 1299 True BlockL1-2A2 #> 1300 True BlockL1-2A2 #> 1301 True BlockL1-2A2 #> 1302 True BlockL1-2A2 #> 1303 True BlockL1-2A2 #> 1304 True BlockL1-2A2 #> 1305 True BlockL1-2A2 #> 1306 True BlockL1-2A2 #> 1307 True BlockL1-2A2 #> 1308 True BlockL1-2A2 #> 1309 True BlockL1-2A2 #> 1310 True BlockL1-2A2 #> 1311 True BlockL1-2A2 #> 1312 True BlockL1-2A2 #> 1313 True BlockL1-2A2 #> 1314 True BlockL1-2A2 #> 1315 True BlockL1-2A2 #> 1316 True BlockL1-2A2 #> 1317 True BlockL1-2A2 #> 1318 True BlockL1-2A2 #> 1319 True BlockL1-2A2 #> 1320 True BlockL1-2A2 #> 1321 True BlockL1-2A2 #> 1322 True BlockL1-2A2 #> 1323 True BlockL1-2A2 #> 1324 True BlockL1-2A2 #> 1325 True BlockL1-2A2 #> 1326 True BlockL1-2A2 #> 1327 True BlockL1-2A2 #> 1328 True BlockL1-2A2 #> 1329 True BlockL1-2A2 #> 1330 True BlockL1-2A2 #> 1331 True BlockL1-2A2 #> 1332 #> 1333 BlockL1-2B5 #> 1334 BlockL1-2B5 BlockL2-2B5 #> 1335 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1336 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1337 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1338 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1339 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1340 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1341 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1342 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1343 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1344 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1345 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1346 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1347 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1348 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1349 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1350 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1351 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1352 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1353 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1354 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1355 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1356 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1357 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1358 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1359 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1360 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1361 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1362 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1363 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1364 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1365 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1366 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1367 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1368 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1369 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1370 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1371 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1372 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1373 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1374 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1375 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1376 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1377 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1378 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1379 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1380 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1381 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1382 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1383 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1384 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1385 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1386 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1387 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1388 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1389 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1390 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1391 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1392 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1393 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1394 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1395 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1396 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1397 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1398 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1399 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1400 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1401 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1402 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1403 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1404 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1405 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1406 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1407 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1408 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1409 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1410 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1411 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1412 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1413 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1414 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1415 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1416 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1417 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1418 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1419 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1420 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1421 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1422 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1423 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1424 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1425 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B5 #> 1426 BlockL1-2B5 BlockL2-2B5 #> 1427 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1428 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1429 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1430 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1431 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1432 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1433 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1434 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1435 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1436 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1437 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1438 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1439 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1440 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1441 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1442 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1443 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1444 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1445 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1446 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1447 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1448 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1449 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1450 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1451 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1452 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1453 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1454 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1455 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1456 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1457 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1458 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1459 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1460 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1461 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1462 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1463 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1464 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1465 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1466 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1467 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1468 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1469 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1470 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1471 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1472 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1473 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1474 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1475 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1476 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1477 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1478 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1479 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1480 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1481 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1482 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1483 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1484 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1485 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1486 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1487 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1488 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1489 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1490 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1491 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1492 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1493 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1494 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1495 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1496 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1497 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1498 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1499 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1500 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B6 #> 1501 BlockL1-2B5 BlockL2-2B5 #> 1502 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1503 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1504 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1505 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1506 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1507 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1508 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1509 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1510 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1511 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1512 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1513 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1514 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1515 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1516 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1517 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1518 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1519 BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1520 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1521 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1522 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1523 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1524 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1525 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1526 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1527 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1528 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1529 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1530 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1531 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1532 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1533 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1534 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1535 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1536 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1537 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1538 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1539 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1540 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1541 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1542 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1543 BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1544 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1545 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1546 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1547 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1548 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1549 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1550 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1551 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1552 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1553 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1554 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1555 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1556 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1557 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1558 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1559 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1560 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1561 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1562 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1563 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1564 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1565 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1566 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1567 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1568 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1569 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1570 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1571 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1572 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1573 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1574 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1575 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1576 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1577 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1578 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1579 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1580 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1581 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1582 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1583 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1584 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1585 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 BlockL4-2B8 #> 1586 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1587 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1588 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1589 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1590 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1591 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1592 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1593 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1594 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1595 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1596 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1597 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1598 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1599 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1600 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1601 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1602 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1603 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1604 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1605 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1606 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1607 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1608 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1609 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1610 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1611 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1612 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1613 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1614 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1615 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1616 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1617 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1618 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1619 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1620 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1621 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1622 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1623 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1624 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1625 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1626 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1627 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1628 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1629 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1630 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1631 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1632 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1633 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1634 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1635 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1636 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1637 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1638 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1639 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1640 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1641 True BlockL1-2B5 BlockL2-2B5 BlockL3-2B7 #> 1642 BlockL1-2B5 BlockL2-2B5 #> 1643 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1644 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1645 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1646 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1647 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1648 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1649 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1650 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1651 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1652 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1653 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1654 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1655 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1656 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1657 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1658 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1659 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1660 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1661 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1662 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1663 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1664 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1665 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1666 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1667 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1668 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1669 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1670 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1671 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1672 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1673 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1674 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1675 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1676 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1677 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1678 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1679 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1680 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1681 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1682 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1683 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1684 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1685 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1686 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1687 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1688 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1689 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1690 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1691 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1692 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1693 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1694 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1695 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1696 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1697 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1698 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1699 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1700 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1701 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1702 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1703 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1704 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1705 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1706 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1707 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1708 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1709 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1710 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1711 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1712 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1713 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1714 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C2 #> 1715 BlockL1-2B5 BlockL2-2B5 #> 1716 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1717 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1718 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1719 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1720 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1721 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1722 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1723 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1724 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1725 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1726 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1727 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1728 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1729 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1730 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1731 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1732 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1733 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1734 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1735 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1736 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1737 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C3 #> 1738 BlockL1-2B5 BlockL2-2B5 #> 1739 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C4 #> 1740 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C4 #> 1741 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C4 #> 1742 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C4 #> 1743 BlockL1-2B5 BlockL2-2B5 #> 1744 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1745 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1746 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1747 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1748 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1749 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1750 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1751 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1752 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1753 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1754 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1755 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1756 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1757 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1758 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1759 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1760 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1761 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1762 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1763 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1764 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1765 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1766 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1767 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1768 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C5 #> 1769 BlockL1-2B5 BlockL2-2B5 #> 1770 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1771 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1772 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1773 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1774 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1775 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1776 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1777 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1778 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1779 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1780 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1781 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1782 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C6 #> 1783 BlockL1-2B5 BlockL2-2B5 #> 1784 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1785 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1786 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1787 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1788 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1789 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1790 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1791 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1792 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1793 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1794 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1795 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1796 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1797 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1798 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1799 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1800 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1801 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1802 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1803 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1804 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1805 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1806 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1807 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1808 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1809 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1810 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1811 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1812 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1813 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1814 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1815 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1816 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1817 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1818 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1819 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1820 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1821 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1822 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1823 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1824 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1825 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1826 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1827 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1828 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1829 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1830 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1831 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1832 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1833 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1834 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1835 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1836 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1837 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1838 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1839 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1840 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1841 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1842 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1843 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1844 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1845 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1846 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1847 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1848 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1849 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C7 #> 1850 BlockL1-2B5 BlockL2-2B5 #> 1851 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1852 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1853 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1854 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1855 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1856 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1857 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1858 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1859 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1860 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1861 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1862 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1863 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1864 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1865 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1866 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1867 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1868 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1869 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C8 #> 1870 BlockL1-2B5 BlockL2-2B5 #> 1871 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1872 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1873 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1874 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1875 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1876 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1877 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1878 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1879 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1880 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1881 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1882 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1883 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1884 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1885 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1886 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1887 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1888 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1889 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1890 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1891 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1892 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1893 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1894 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1895 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1896 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1897 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1898 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1899 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1900 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1901 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1902 True BlockL1-2B5 BlockL2-2B5 BlockL3-2C9 #> 1903 BlockL1-2B5 BlockL2-2B5 #> 1904 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1905 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1906 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1907 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1908 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1909 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1910 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1911 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1912 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1913 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1914 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1915 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1916 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1917 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1918 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1919 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1920 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1921 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1922 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1923 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1924 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1925 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1926 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1927 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1928 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1929 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1930 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1931 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1932 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1933 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1934 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1935 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1936 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1937 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1938 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1939 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1940 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1941 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1942 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1943 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1944 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1945 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1946 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D0 #> 1947 BlockL1-2B5 BlockL2-2B5 #> 1948 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1949 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1950 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1951 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1952 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1953 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1954 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1955 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1956 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1957 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1958 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1959 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1960 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1961 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1962 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1963 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1964 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1965 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1966 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1967 True BlockL1-2B5 BlockL2-2B5 BlockL3-2D1 #> 1968 True BlockL1-2B5 BlockL2-2B5 #> 1969 True BlockL1-2B5 BlockL2-2B5 #> 1970 BlockL1-2B5 #> 1971 True BlockL1-2B5 BlockL2-2D4 #> 1972 True BlockL1-2B5 BlockL2-2D4 #> 1973 True BlockL1-2B5 BlockL2-2D4 #> 1974 True BlockL1-2B5 BlockL2-2D4 #> 1975 True BlockL1-2B5 BlockL2-2D4 #> 1976 True BlockL1-2B5 BlockL2-2D4 #> 1977 True BlockL1-2B5 BlockL2-2D4 #> 1978 BlockL1-2B5 #> 1979 True BlockL1-2B5 BlockL2-2D5 #> 1980 True BlockL1-2B5 BlockL2-2D5 #> 1981 True BlockL1-2B5 BlockL2-2D5 #> 1982 BlockL1-2B5 BlockL2-2D5 #> 1983 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1984 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1985 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1986 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1987 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1988 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1989 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1990 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1991 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1992 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1993 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D6 #> 1994 BlockL1-2B5 BlockL2-2D5 #> 1995 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D7 #> 1996 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D7 #> 1997 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D7 #> 1998 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D7 #> 1999 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D7 #> 2000 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D7 #> 2001 BlockL1-2B5 BlockL2-2D5 #> 2002 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2003 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2004 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2005 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2006 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2007 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2008 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2009 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2010 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2011 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2012 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D8 #> 2013 BlockL1-2B5 BlockL2-2D5 #> 2014 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D9 #> 2015 True BlockL1-2B5 BlockL2-2D5 BlockL3-2D9 #> 2016 BlockL1-2B5 BlockL2-2D5 #> 2017 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2018 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2019 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2020 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2021 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2022 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2023 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2024 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2025 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2026 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2027 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2028 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2029 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2030 True BlockL1-2B5 BlockL2-2D5 BlockL3-2E0 #> 2031 True BlockL1-2B5 BlockL2-2D5 #> 2032 #> 2033 True BlockL1-2E6 #> 2034 True BlockL1-2E6 #> 2035 True BlockL1-2E6 #> 2036 True BlockL1-2E6 #> 2037 True BlockL1-2E6 #> 2038 True BlockL1-2E6 #> 2039 True BlockL1-2E6 #> 2040 True BlockL1-2E6 #> 2041 True BlockL1-2E6 #> 2042 True BlockL1-2E6 #> 2043 True BlockL1-2E6 #> 2044 True BlockL1-2E6 #> 2045 True BlockL1-2E6 #> 2046 True BlockL1-2E6 #> 2047 True BlockL1-2E6 #> 2048 True BlockL1-2E6 #> 2049 True BlockL1-2E6 #> 2050 True BlockL1-2E6 #> 2051 True BlockL1-2E6 #> 2052 True BlockL1-2E6 #> 2053 True BlockL1-2E6 #> 2054 True BlockL1-2E6 #> 2055 True BlockL1-2E6 #> 2056 True BlockL1-2E6 #> 2057 True BlockL1-2E6 #> 2058 True BlockL1-2E6 #> 2059 True BlockL1-2E6 #> 2060 True BlockL1-2E6 #> 2061 True BlockL1-2E6 #> 2062 True BlockL1-2E6 #> 2063 True BlockL1-2E6 #> 2064 True BlockL1-2E6 #> 2065 True BlockL1-2E6 #> 2066 True BlockL1-2E6 #> 2067 True BlockL1-2E6 #> 2068 True BlockL1-2E6 #> 2069 True BlockL1-2E6 #> 2070 True BlockL1-2E6 #> 2071 True BlockL1-2E6 #> 2072 True BlockL1-2E6 #> 2073 True BlockL1-2E6 #> 2074 True BlockL1-2E6 #> 2075 True BlockL1-2E6 #> 2076 True BlockL1-2E6 #> 2077 True BlockL1-2E6 #> 2078 True BlockL1-2E6 #> 2079 True BlockL1-2E6 #> 2080 True BlockL1-2E6 #> 2081 True BlockL1-2E6 #> 2082 True BlockL1-2E6 #> 2083 True BlockL1-2E6 #> 2084 True BlockL1-2E6 #> 2085 True BlockL1-2E6 #> 2086 True BlockL1-2E6 #> 2087 True BlockL1-2E6 #> 2088 True BlockL1-2E6 #> 2089 True BlockL1-2E6 #> 2090 True BlockL1-2E6 #> 2091 True BlockL1-2E6 #> 2092 True BlockL1-2E6 #> 2093 True BlockL1-2E6 #> 2094 True BlockL1-2E6 #> 2095 True BlockL1-2E6 #> 2096 True BlockL1-2E6 #> 2097 True BlockL1-2E6 #> 2098 True BlockL1-2E6 #> 2099 True BlockL1-2E6 #> 2100 True BlockL1-2E6 #> 2101 True BlockL1-2E6 #> 2102 True BlockL1-2E6 #> 2103 True BlockL1-2E6 #> 2104 True BlockL1-2E6 #> 2105 #> 2106 BlockL1-2E8 #> 2107 True BlockL1-2E8 BlockL2-2E8 #> 2108 True BlockL1-2E8 BlockL2-2E8 #> 2109 True BlockL1-2E8 BlockL2-2E8 #> 2110 True BlockL1-2E8 BlockL2-2E8 #> 2111 True BlockL1-2E8 BlockL2-2E8 #> 2112 True BlockL1-2E8 BlockL2-2E8 #> 2113 True BlockL1-2E8 BlockL2-2E8 #> 2114 True BlockL1-2E8 BlockL2-2E8 #> 2115 True BlockL1-2E8 BlockL2-2E8 #> 2116 True BlockL1-2E8 BlockL2-2E8 #> 2117 True BlockL1-2E8 BlockL2-2E8 #> 2118 True BlockL1-2E8 BlockL2-2E8 #> 2119 True BlockL1-2E8 BlockL2-2E8 #> 2120 True BlockL1-2E8 BlockL2-2E8 #> 2121 True BlockL1-2E8 BlockL2-2E8 #> 2122 True BlockL1-2E8 BlockL2-2E8 #> 2123 True BlockL1-2E8 BlockL2-2E8 #> 2124 True BlockL1-2E8 BlockL2-2E8 #> 2125 True BlockL1-2E8 BlockL2-2E8 #> 2126 True BlockL1-2E8 BlockL2-2E8 #> 2127 True BlockL1-2E8 BlockL2-2E8 #> 2128 True BlockL1-2E8 BlockL2-2E8 #> 2129 True BlockL1-2E8 BlockL2-2E8 #> 2130 True BlockL1-2E8 BlockL2-2E8 #> 2131 True BlockL1-2E8 BlockL2-2E8 #> 2132 True BlockL1-2E8 BlockL2-2E8 #> 2133 True BlockL1-2E8 BlockL2-2E8 #> 2134 True BlockL1-2E8 BlockL2-2E8 #> 2135 True BlockL1-2E8 BlockL2-2E8 #> 2136 True BlockL1-2E8 BlockL2-2E8 #> 2137 True BlockL1-2E8 BlockL2-2E8 #> 2138 True BlockL1-2E8 BlockL2-2E8 #> 2139 True BlockL1-2E8 BlockL2-2E8 #> 2140 True BlockL1-2E8 BlockL2-2E8 #> 2141 True BlockL1-2E8 BlockL2-2E8 #> 2142 True BlockL1-2E8 BlockL2-2E8 #> 2143 True BlockL1-2E8 BlockL2-2E8 #> 2144 True BlockL1-2E8 BlockL2-2E8 #> 2145 True BlockL1-2E8 BlockL2-2E8 #> 2146 True BlockL1-2E8 BlockL2-2E8 #> 2147 True BlockL1-2E8 BlockL2-2E8 #> 2148 True BlockL1-2E8 BlockL2-2E8 #> 2149 True BlockL1-2E8 BlockL2-2E8 #> 2150 True BlockL1-2E8 BlockL2-2E8 #> 2151 True BlockL1-2E8 BlockL2-2E8 #> 2152 True BlockL1-2E8 BlockL2-2E8 #> 2153 True BlockL1-2E8 BlockL2-2E8 #> 2154 True BlockL1-2E8 BlockL2-2E8 #> 2155 True BlockL1-2E8 BlockL2-2E8 #> 2156 True BlockL1-2E8 BlockL2-2E8 #> 2157 True BlockL1-2E8 BlockL2-2E8 #> 2158 True BlockL1-2E8 BlockL2-2E8 #> 2159 True BlockL1-2E8 BlockL2-2E8 #> 2160 True BlockL1-2E8 BlockL2-2E8 #> 2161 True BlockL1-2E8 BlockL2-2E8 #> 2162 True BlockL1-2E8 BlockL2-2E8 #> 2163 True BlockL1-2E8 BlockL2-2E8 #> 2164 True BlockL1-2E8 BlockL2-2E8 #> 2165 True BlockL1-2E8 BlockL2-2E8 #> 2166 True BlockL1-2E8 BlockL2-2E8 #> 2167 True BlockL1-2E8 BlockL2-2E8 #> 2168 True BlockL1-2E8 BlockL2-2E8 #> 2169 True BlockL1-2E8 BlockL2-2E8 #> 2170 True BlockL1-2E8 BlockL2-2E8 #> 2171 True BlockL1-2E8 BlockL2-2E8 #> 2172 True BlockL1-2E8 BlockL2-2E8 #> 2173 True BlockL1-2E8 BlockL2-2E8 #> 2174 BlockL1-2E8 #> 2175 True BlockL1-2E8 BlockL2-2E9 #> 2176 True BlockL1-2E8 BlockL2-2E9 #> 2177 True BlockL1-2E8 BlockL2-2E9 #> 2178 True BlockL1-2E8 BlockL2-2E9 #> 2179 True BlockL1-2E8 BlockL2-2E9 #> 2180 True BlockL1-2E8 BlockL2-2E9 #> 2181 True BlockL1-2E8 BlockL2-2E9 #> 2182 True BlockL1-2E8 BlockL2-2E9 #> 2183 True BlockL1-2E8 BlockL2-2E9 #> 2184 True BlockL1-2E8 BlockL2-2E9 #> 2185 True BlockL1-2E8 BlockL2-2E9 #> 2186 True BlockL1-2E8 BlockL2-2E9 #> 2187 True BlockL1-2E8 BlockL2-2E9 #> 2188 True BlockL1-2E8 BlockL2-2E9 #> 2189 True BlockL1-2E8 BlockL2-2E9 #> 2190 True BlockL1-2E8 BlockL2-2E9 #> 2191 True BlockL1-2E8 BlockL2-2E9 #> 2192 True BlockL1-2E8 BlockL2-2E9 #> 2193 True BlockL1-2E8 BlockL2-2E9 #> 2194 True BlockL1-2E8 BlockL2-2E9 #> 2195 True BlockL1-2E8 BlockL2-2E9 #> 2196 True BlockL1-2E8 BlockL2-2E9 #> 2197 True BlockL1-2E8 BlockL2-2E9 #> 2198 True BlockL1-2E8 BlockL2-2E9 #> 2199 True BlockL1-2E8 BlockL2-2E9 #> 2200 True BlockL1-2E8 BlockL2-2E9 #> 2201 True BlockL1-2E8 BlockL2-2E9 #> 2202 True BlockL1-2E8 BlockL2-2E9 #> 2203 True BlockL1-2E8 BlockL2-2E9 #> 2204 True BlockL1-2E8 BlockL2-2E9 #> 2205 BlockL1-2E8 BlockL2-2E9 #> 2206 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2207 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2208 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2209 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2210 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2211 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2212 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2213 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2214 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F0 #> 2215 True BlockL1-2E8 BlockL2-2E9 #> 2216 BlockL1-2E8 BlockL2-2E9 #> 2217 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2218 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2219 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2220 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2221 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2222 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2223 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2224 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2225 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2226 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2227 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2228 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2229 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2230 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2231 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2232 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2233 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2234 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2235 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2236 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2237 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2238 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2239 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2240 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2241 True BlockL1-2E8 BlockL2-2E9 BlockL3-2F2 #> 2242 True BlockL1-2E8 BlockL2-2E9 #> 2243 True BlockL1-2E8 BlockL2-2E9 #> 2244 True BlockL1-2E8 BlockL2-2E9 #> 2245 True BlockL1-2E8 BlockL2-2E9 #> 2246 True BlockL1-2E8 BlockL2-2E9 #> 2247 True BlockL1-2E8 BlockL2-2E9 #> 2248 True BlockL1-2E8 BlockL2-2E9 #> 2249 True BlockL1-2E8 BlockL2-2E9 #> 2250 True BlockL1-2E8 BlockL2-2E9 #> 2251 True BlockL1-2E8 BlockL2-2E9 #> 2252 True BlockL1-2E8 BlockL2-2E9 #> 2253 True BlockL1-2E8 BlockL2-2E9 #> 2254 True BlockL1-2E8 BlockL2-2E9 #> 2255 True BlockL1-2E8 BlockL2-2E9 #> 2256 True BlockL1-2E8 BlockL2-2E9 #> 2257 True BlockL1-2E8 BlockL2-2E9 #> 2258 True BlockL1-2E8 BlockL2-2E9 #> 2259 True BlockL1-2E8 BlockL2-2E9 #> 2260 True BlockL1-2E8 BlockL2-2E9 #> 2261 True BlockL1-2E8 BlockL2-2E9 #> 2262 True BlockL1-2E8 BlockL2-2E9 #> 2263 True BlockL1-2E8 BlockL2-2E9 #> 2264 True BlockL1-2E8 BlockL2-2E9 #> 2265 True BlockL1-2E8 BlockL2-2E9 #> 2266 True BlockL1-2E8 BlockL2-2E9 #> 2267 True BlockL1-2E8 BlockL2-2E9 #> 2268 True BlockL1-2E8 BlockL2-2E9 #> 2269 True BlockL1-2E8 BlockL2-2E9 #> 2270 True BlockL1-2E8 BlockL2-2E9 #> 2271 True BlockL1-2E8 BlockL2-2E9 #> 2272 True BlockL1-2E8 BlockL2-2E9 #> 2273 True BlockL1-2E8 BlockL2-2E9 #> 2274 True BlockL1-2E8 BlockL2-2E9 #> 2275 True BlockL1-2E8 BlockL2-2E9 #> 2276 True BlockL1-2E8 BlockL2-2E9 #> 2277 True BlockL1-2E8 BlockL2-2E9 #> 2278 True BlockL1-2E8 BlockL2-2E9 #> 2279 True BlockL1-2E8 BlockL2-2E9 #> 2280 True BlockL1-2E8 #> 2281 True BlockL1-2E8 #> 2282 #> 2283 True BlockL1-2F7 #> 2284 True BlockL1-2F7 #> 2285 True BlockL1-2F7 #> 2286 True BlockL1-2F7 #> 2287 True BlockL1-2F7 #> 2288 True BlockL1-2F7 #> 2289 True BlockL1-2F7 #> 2290 True BlockL1-2F7 #> 2291 True BlockL1-2F7 #> 2292 True BlockL1-2F7 #> 2293 True BlockL1-2F7 #> 2294 True BlockL1-2F7 #> 2295 True BlockL1-2F7 #> 2296 True BlockL1-2F7 #> 2297 True BlockL1-2F7 #> 2298 True BlockL1-2F7 #> 2299 True BlockL1-2F7 #> 2300 True BlockL1-2F7 #> 2301 True BlockL1-2F7 #> 2302 True BlockL1-2F7 #> 2303 True BlockL1-2F7 #> 2304 True BlockL1-2F7 #> 2305 True BlockL1-2F7 #> 2306 True BlockL1-2F7 #> 2307 True BlockL1-2F7 #> 2308 True BlockL1-2F7 #> 2309 True BlockL1-2F7 #> 2310 True BlockL1-2F7 #> 2311 True BlockL1-2F7 #> 2312 True BlockL1-2F7 #> 2313 True BlockL1-2F7 #> 2314 True BlockL1-2F7 #> 2315 True BlockL1-2F7 #> 2316 True BlockL1-2F7 #> 2317 True BlockL1-2F7 #> 2318 True BlockL1-2F7 #> 2319 #> 2320 True BlockL1-2F9 #> 2321 True BlockL1-2F9 #> 2322 True BlockL1-2F9 #> 2323 True BlockL1-2F9 #> 2324 True BlockL1-2F9 #> 2325 True BlockL1-2F9 #> 2326 True BlockL1-2F9 #> 2327 True BlockL1-2F9 #> 2328 True BlockL1-2F9 #> 2329 True BlockL1-2F9 #> 2330 True BlockL1-2F9 #> 2331 True BlockL1-2F9 #> 2332 True BlockL1-2F9 #> 2333 True BlockL1-2F9 #> 2334 True BlockL1-2F9 #> 2335 True BlockL1-2F9 #> 2336 True BlockL1-2F9 #> 2337 True BlockL1-2F9 #> 2338 True BlockL1-2F9 #> 2339 True BlockL1-2F9 #> 2340 True BlockL1-2F9 #> 2341 True BlockL1-2F9 #> 2342 True BlockL1-2F9 #> 2343 #> 2344 #> 2345 BlockL1-3A0 #> 2346 True BlockL1-3A0 BlockL2-3A0 #> 2347 True BlockL1-3A0 BlockL2-3A0 #> 2348 True BlockL1-3A0 BlockL2-3A0 #> 2349 True BlockL1-3A0 BlockL2-3A0 #> 2350 True BlockL1-3A0 BlockL2-3A0 #> 2351 True BlockL1-3A0 BlockL2-3A0 #> 2352 True BlockL1-3A0 BlockL2-3A0 #> 2353 True BlockL1-3A0 BlockL2-3A0 #> 2354 True BlockL1-3A0 BlockL2-3A0 #> 2355 True BlockL1-3A0 BlockL2-3A0 #> 2356 True BlockL1-3A0 BlockL2-3A0 #> 2357 True BlockL1-3A0 BlockL2-3A0 #> 2358 True BlockL1-3A0 BlockL2-3A0 #> 2359 True BlockL1-3A0 BlockL2-3A0 #> 2360 True BlockL1-3A0 BlockL2-3A0 #> 2361 True BlockL1-3A0 BlockL2-3A0 #> 2362 True BlockL1-3A0 BlockL2-3A0 #> 2363 True BlockL1-3A0 BlockL2-3A0 #> 2364 True BlockL1-3A0 BlockL2-3A0 #> 2365 True BlockL1-3A0 BlockL2-3A0 #> 2366 True BlockL1-3A0 BlockL2-3A0 #> 2367 True BlockL1-3A0 BlockL2-3A0 #> 2368 True BlockL1-3A0 BlockL2-3A0 #> 2369 True BlockL1-3A0 BlockL2-3A0 #> 2370 True BlockL1-3A0 BlockL2-3A0 #> 2371 True BlockL1-3A0 BlockL2-3A0 #> 2372 True BlockL1-3A0 BlockL2-3A0 #> 2373 True BlockL1-3A0 BlockL2-3A0 #> 2374 True BlockL1-3A0 BlockL2-3A0 #> 2375 True BlockL1-3A0 BlockL2-3A0 #> 2376 True BlockL1-3A0 BlockL2-3A0 #> 2377 True BlockL1-3A0 BlockL2-3A0 #> 2378 True BlockL1-3A0 BlockL2-3A0 #> 2379 True BlockL1-3A0 BlockL2-3A0 #> 2380 True BlockL1-3A0 BlockL2-3A0 #> 2381 True BlockL1-3A0 BlockL2-3A0 #> 2382 True BlockL1-3A0 BlockL2-3A0 #> 2383 True BlockL1-3A0 BlockL2-3A0 #> 2384 True BlockL1-3A0 BlockL2-3A0 #> 2385 True BlockL1-3A0 BlockL2-3A0 #> 2386 True BlockL1-3A0 BlockL2-3A0 #> 2387 BlockL1-3A0 #> 2388 BlockL1-3A0 BlockL2-3A1 #> 2389 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2390 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2391 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2392 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2393 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2394 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2395 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2396 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2397 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2398 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2399 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A1 #> 2400 BlockL1-3A0 BlockL2-3A1 #> 2401 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2402 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2403 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2404 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2405 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2406 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2407 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2408 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2409 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2410 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2411 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2412 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2413 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2414 True BlockL1-3A0 BlockL2-3A1 BlockL3-3A2 #> 2415 True BlockL1-3A0 BlockL2-3A1 #> 2416 True BlockL1-3A0 #> 2417 True BlockL1-3A0 #> 2418 True BlockL1-3A0 #> 2419 True BlockL1-3A0 #> 2420 True BlockL1-3A0 #> 2421 True BlockL1-3A0 #> 2422 True BlockL1-3A0 #> 2423 True BlockL1-3A0 #> 2424 True BlockL1-3A0 #> 2425 True BlockL1-3A0 #> 2426 True BlockL1-3A0 #> 2427 True BlockL1-3A0 #> 2428 True BlockL1-3A0 #> 2429 True BlockL1-3A0 #> 2430 True BlockL1-3A0 #> 2431 True BlockL1-3A0 #> 2432 True BlockL1-3A0 #> 2433 True BlockL1-3A0 #> 2434 True BlockL1-3A0 #> 2435 True BlockL1-3A0 #> 2436 True BlockL1-3A0 #> 2437 True BlockL1-3A0 #> 2438 True BlockL1-3A0 #> 2439 True BlockL1-3A0 #> 2440 True BlockL1-3A0 #> 2441 True BlockL1-3A0 #> 2442 True BlockL1-3A0 #> 2443 True BlockL1-3A0 #> 2444 True BlockL1-3A0 #> 2445 BlockL1-3A0 #> 2446 True BlockL1-3A0 BlockL2-3A6 #> 2447 True BlockL1-3A0 BlockL2-3A6 #> 2448 True BlockL1-3A0 BlockL2-3A6 #> 2449 True BlockL1-3A0 BlockL2-3A6 #> 2450 True BlockL1-3A0 BlockL2-3A6 #> 2451 True BlockL1-3A0 BlockL2-3A6 #> 2452 True BlockL1-3A0 BlockL2-3A6 #> 2453 True BlockL1-3A0 BlockL2-3A6 #> 2454 True BlockL1-3A0 BlockL2-3A6 #> 2455 True BlockL1-3A0 BlockL2-3A6 #> 2456 True BlockL1-3A0 #> 2457 True BlockL1-3A0 #> 2458 True BlockL1-3A0 #> 2459 True BlockL1-3A0 #> 2460 True BlockL1-3A0 #> 2461 True BlockL1-3A0 #> 2462 True BlockL1-3A0 #> 2463 True BlockL1-3A0 #> 2464 True BlockL1-3A0 #> 2465 False BlockL1-3A0 #> 2466 False BlockL1-3A0 #> 2467 False BlockL1-3A0 #> 2468 False BlockL1-3A0 #> 2469 False BlockL1-3A0 #> 2470 False BlockL1-3A0 #> 2471 True BlockL1-3A0 #> 2472 True BlockL1-3A0 #> 2473 True BlockL1-3A0 #> 2474 True BlockL1-3A0 #> 2475 True BlockL1-3A0 #> 2476 True BlockL1-3A0 #> 2477 True BlockL1-3A0 #> 2478 True BlockL1-3A0 #> 2479 True BlockL1-3A0 #> 2480 BlockL1-3A0 #> 2481 True BlockL1-3A0 BlockL2-3A8 #> 2482 True BlockL1-3A0 BlockL2-3A8 #> 2483 True BlockL1-3A0 BlockL2-3A8 #> 2484 True BlockL1-3A0 BlockL2-3A8 #> 2485 True BlockL1-3A0 BlockL2-3A8 #> 2486 True BlockL1-3A0 BlockL2-3A8 #> 2487 True BlockL1-3A0 BlockL2-3A8 #> 2488 True BlockL1-3A0 BlockL2-3A8 #> 2489 True BlockL1-3A0 BlockL2-3A8 #> 2490 True BlockL1-3A0 BlockL2-3A8 #> 2491 True BlockL1-3A0 BlockL2-3A8 #> 2492 True BlockL1-3A0 #> 2493 True BlockL1-3A0 #> 2494 True BlockL1-3A0 #> 2495 True BlockL1-3A0 #> 2496 True BlockL1-3A0 #> 2497 True BlockL1-3A0 #> 2498 True BlockL1-3A0 #> 2499 #> 2500 BlockL1-3B1 #> 2501 BlockL1-3B1 BlockL2-3B1 #> 2502 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2503 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2504 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2505 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2506 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2507 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2508 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2509 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2510 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2511 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2512 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2513 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2514 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2515 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2516 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2517 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2518 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2519 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B1 #> 2520 BlockL1-3B1 BlockL2-3B1 #> 2521 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2522 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2523 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2524 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2525 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2526 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2527 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2528 True BlockL1-3B1 BlockL2-3B1 BlockL3-3B2 #> 2529 True BlockL1-3B1 BlockL2-3B1 #> 2530 BlockL1-3B1 #> 2531 True BlockL1-3B1 BlockL2-3B5 #> 2532 True BlockL1-3B1 BlockL2-3B5 #> 2533 True BlockL1-3B1 BlockL2-3B5 #> 2534 True BlockL1-3B1 BlockL2-3B5 #> 2535 True BlockL1-3B1 BlockL2-3B5 #> 2536 True BlockL1-3B1 BlockL2-3B5 #> 2537 True BlockL1-3B1 #> 2538 True BlockL1-3B1 #> 2539 True BlockL1-3B1 #> 2540 True BlockL1-3B1 #> 2541 True BlockL1-3B1 #> 2542 True BlockL1-3B1 #> 2543 True BlockL1-3B1 #> 2544 True BlockL1-3B1 #> 2545 True BlockL1-3B1 #> 2546 True BlockL1-3B1 #> 2547 True BlockL1-3B1 #> 2548 True BlockL1-3B1 #> 2549 True BlockL1-3B1 #> 2550 True BlockL1-3B1 #> 2551 True BlockL1-3B1 #> 2552 True BlockL1-3B1 #> 2553 True BlockL1-3B1 #> 2554 True BlockL1-3B1 #> 2555 True BlockL1-3B1 #> 2556 True BlockL1-3B1 #> 2557 True BlockL1-3B1 #> 2558 True BlockL1-3B1 #> 2559 True BlockL1-3B1 #> 2560 True BlockL1-3B1 #> 2561 True BlockL1-3B1 #> 2562 True BlockL1-3B1 #> 2563 True BlockL1-3B1 #> 2564 True BlockL1-3B1 #> 2565 True BlockL1-3B1 #> 2566 True BlockL1-3B1 #> 2567 True BlockL1-3B1 #> 2568 True BlockL1-3B1 #> 2569 True BlockL1-3B1 #> 2570 True BlockL1-3B1 #> 2571 True BlockL1-3B1 #> 2572 True BlockL1-3B1 #> 2573 True BlockL1-3B1 #> 2574 True BlockL1-3B1 #> 2575 True BlockL1-3B1 #> 2576 True BlockL1-3B1 #> 2577 True BlockL1-3B1 #> 2578 True BlockL1-3B1 #> 2579 True BlockL1-3B1 #> 2580 True BlockL1-3B1 #> 2581 True BlockL1-3B1 #> 2582 True BlockL1-3B1 #> 2583 True BlockL1-3B1 #> 2584 True BlockL1-3B1 #> 2585 #> 2586 True BlockL1-3B8 #> 2587 True BlockL1-3B8 #> 2588 True BlockL1-3B8 #> 2589 True BlockL1-3B8 #> 2590 True BlockL1-3B8 #> 2591 True BlockL1-3B8 #> 2592 True BlockL1-3B8 #> 2593 True BlockL1-3B8 #> 2594 True BlockL1-3B8 #> 2595 True BlockL1-3B8 #> 2596 True BlockL1-3B8 #> 2597 True BlockL1-3B8 #> 2598 True BlockL1-3B8 #> 2599 True BlockL1-3B8 #> 2600 True BlockL1-3B8 #> 2601 True BlockL1-3B8 #> 2602 True BlockL1-3B8 #> 2603 True BlockL1-3B8 #> 2604 True BlockL1-3B8 #> 2605 True BlockL1-3B8 #> 2606 True BlockL1-3B8 #> 2607 True BlockL1-3B8 #> 2608 True BlockL1-3B8 #> 2609 True BlockL1-3B8 #> 2610 True BlockL1-3B8 #> 2611 True BlockL1-3B8 #> 2612 True BlockL1-3B8 #> 2613 True #> 2614 True #> 2615 #> 2616 #> 2617 True BlockL1-4A0 #> 2618 True BlockL1-4A0 #> 2619 True BlockL1-4A0 #> 2620 True BlockL1-4A0 #> 2621 True BlockL1-4A0 #> 2622 True BlockL1-4A0 #> 2623 True BlockL1-4A0 #> 2624 True BlockL1-4A0 #> 2625 True BlockL1-4A0 #> 2626 True BlockL1-4A0 #> 2627 True BlockL1-4A0 #> 2628 True BlockL1-4A0 #> 2629 True BlockL1-4A0 #> 2630 True BlockL1-4A0 #> 2631 True BlockL1-4A0 #> 2632 True BlockL1-4A0 #> 2633 True BlockL1-4A0 #> 2634 True BlockL1-4A0 #> 2635 True BlockL1-4A0 #> 2636 True BlockL1-4A0 #> 2637 True BlockL1-4A0 #> 2638 True BlockL1-4A0 #> 2639 True BlockL1-4A0 #> 2640 True BlockL1-4A0 #> 2641 True BlockL1-4A0 #> 2642 True BlockL1-4A0 #> 2643 True BlockL1-4A0 #> 2644 True BlockL1-4A0 #> 2645 True BlockL1-4A0 #> 2646 True BlockL1-4A0 #> 2647 True BlockL1-4A0 #> 2648 True BlockL1-4A0 #> 2649 True BlockL1-4A0 #> 2650 True BlockL1-4A0 #> 2651 True BlockL1-4A0 #> 2652 True BlockL1-4A0 #> 2653 True BlockL1-4A0 #> 2654 True BlockL1-4A0 #> 2655 True BlockL1-4A0 #> 2656 True BlockL1-4A0 #> 2657 True BlockL1-4A0 #> 2658 True BlockL1-4A0 #> 2659 True BlockL1-4A0 #> 2660 True BlockL1-4A0 #> 2661 True BlockL1-4A0 #> 2662 True BlockL1-4A0 #> 2663 True BlockL1-4A0 #> 2664 True BlockL1-4A0 #> 2665 True BlockL1-4A0 #> 2666 True BlockL1-4A0 #> 2667 True #> 2668 True #> 2669 True #> 2670 True #> 2671 True #> 2672 #> 2673 True BlockL1-4A4 #> 2674 True BlockL1-4A4 #> 2675 True BlockL1-4A4 #> 2676 True BlockL1-4A4 #> 2677 True BlockL1-4A4 #> 2678 True BlockL1-4A4 #> 2679 True BlockL1-4A4 #> 2680 True BlockL1-4A4 #> 2681 True BlockL1-4A4 #> 2682 True BlockL1-4A4 #> 2683 True BlockL1-4A4 #> 2684 True BlockL1-4A4 #> 2685 True BlockL1-4A4 #> 2686 True BlockL1-4A4 #> 2687 True BlockL1-4A4 #> 2688 True BlockL1-4A4 #> 2689 True BlockL1-4A4 #> 2690 True BlockL1-4A4 #> 2691 True BlockL1-4A4 #> 2692 True BlockL1-4A4 #> 2693 True BlockL1-4A4 #> 2694 True BlockL1-4A4 #> 2695 True BlockL1-4A4 #> 2696 True BlockL1-4A4 #> 2697 True BlockL1-4A4 #> 2698 True BlockL1-4A4 #> 2699 True BlockL1-4A4 #> 2700 True BlockL1-4A4 #> 2701 True BlockL1-4A4 #> 2702 True BlockL1-4A4 #> 2703 True BlockL1-4A4 #> 2704 True BlockL1-4A4 #> 2705 True BlockL1-4A4 #> 2706 True BlockL1-4A4 #> 2707 True BlockL1-4A4 #> 2708 True BlockL1-4A4 #> 2709 True BlockL1-4A4 #> 2710 True BlockL1-4A4 #> 2711 True BlockL1-4A4 #> 2712 True BlockL1-4A4 #> 2713 True BlockL1-4A4 #> 2714 True BlockL1-4A4 #> 2715 True BlockL1-4A4 #> 2716 True BlockL1-4A4 #> 2717 True BlockL1-4A4 #> 2718 True BlockL1-4A4 #> 2719 True BlockL1-4A4 #> 2720 True BlockL1-4A4 #> 2721 True BlockL1-4A4 #> 2722 True BlockL1-4A4 #> 2723 True BlockL1-4A4 #> 2724 True BlockL1-4A4 #> 2725 True BlockL1-4A4 #> 2726 True BlockL1-4A4 #> 2727 True BlockL1-4A4 #> 2728 True BlockL1-4A4 #> 2729 True BlockL1-4A4 #> 2730 True BlockL1-4A4 #> 2731 True BlockL1-4A4 #> 2732 True BlockL1-4A4 #> 2733 True BlockL1-4A4 #> 2734 True BlockL1-4A4 #> 2735 True BlockL1-4A4 #> 2736 True BlockL1-4A4 #> 2737 True BlockL1-4A4 #> 2738 True BlockL1-4A4 #> 2739 True BlockL1-4A4 #> 2740 True BlockL1-4A4 #> 2741 True BlockL1-4A4 #> 2742 True BlockL1-4A4 #> 2743 True BlockL1-4A4 #> 2744 True BlockL1-4A4 #> 2745 True BlockL1-4A4 #> 2746 True BlockL1-4A4 #> 2747 True BlockL1-4A4 #> 2748 True BlockL1-4A4 #> 2749 True BlockL1-4A4 #> 2750 True BlockL1-4A4 #> 2751 #> 2752 True BlockL1-4A6 #> 2753 True BlockL1-4A6 #> 2754 True BlockL1-4A6 #> 2755 True BlockL1-4A6 #> 2756 True BlockL1-4A6 #> 2757 True BlockL1-4A6 #> 2758 True BlockL1-4A6 #> 2759 True BlockL1-4A6 #> 2760 True BlockL1-4A6 #> 2761 True BlockL1-4A6 #> 2762 #> 2763 True BlockL1-4A8 #> 2764 True BlockL1-4A8 #> 2765 True BlockL1-4A8 #> 2766 True BlockL1-4A8 #> 2767 True BlockL1-4A8 #> 2768 True BlockL1-4A8 #> 2769 True BlockL1-4A8 #> 2770 True BlockL1-4A8 #> 2771 True BlockL1-4A8 #> 2772 True BlockL1-4A8 #> 2773 True BlockL1-4A8 #> 2774 True BlockL1-4A8 #> 2775 True BlockL1-4A8 #> 2776 True BlockL1-4A8 #> 2777 True BlockL1-4A8 #> 2778 True BlockL1-4A8 #> 2779 True BlockL1-4A8 #> 2780 True BlockL1-4A8 #> 2781 True BlockL1-4A8 #> 2782 True BlockL1-4A8 #> 2783 True BlockL1-4A8 #> 2784 True BlockL1-4A8 #> 2785 True BlockL1-4A8 #> 2786 True BlockL1-4A8 #> 2787 True BlockL1-4A8 #> 2788 True BlockL1-4A8 #> 2789 True BlockL1-4A8 #> 2790 True BlockL1-4A8 #> 2791 True BlockL1-4A8 #> 2792 True BlockL1-4A8 #> 2793 True BlockL1-4A8 #> 2794 True BlockL1-4A8 #> 2795 True BlockL1-4A8 #> 2796 True BlockL1-4A8 #> 2797 True BlockL1-4A8 #> 2798 True BlockL1-4A8 #> 2799 True BlockL1-4A8 #> 2800 True BlockL1-4A8 #> 2801 True BlockL1-4A8 #> 2802 True BlockL1-4A8 #> 2803 True BlockL1-4A8 #> 2804 True BlockL1-4A8 #> 2805 True BlockL1-4A8 #> 2806 True BlockL1-4A8 #> 2807 True BlockL1-4A8 #> 2808 True BlockL1-4A8 #> 2809 True BlockL1-4A8 #> 2810 True BlockL1-4A8 #> 2811 True BlockL1-4A8 #> 2812 True BlockL1-4A8 #> 2813 #> 2814 True BlockL1-4B0 #> 2815 True BlockL1-4B0 #> 2816 True BlockL1-4B0 #> 2817 True BlockL1-4B0 #> 2818 True BlockL1-4B0 #> 2819 True BlockL1-4B0 #> 2820 True BlockL1-4B0 #> 2821 True BlockL1-4B0 #> 2822 True BlockL1-4B0 #> 2823 True BlockL1-4B0 #> 2824 True BlockL1-4B0 #> 2825 True BlockL1-4B0 #> 2826 True BlockL1-4B0 #> 2827 True BlockL1-4B0 #> 2828 True BlockL1-4B0 #> 2829 True BlockL1-4B0 #> 2830 True BlockL1-4B0 #> 2831 True BlockL1-4B0 #> 2832 True BlockL1-4B0 #> 2833 True BlockL1-4B0 #> 2834 True BlockL1-4B0 #> 2835 True BlockL1-4B0 #> 2836 True BlockL1-4B0 #> 2837 True BlockL1-4B0 #> 2838 True BlockL1-4B0 #> 2839 True BlockL1-4B0 #> 2840 True BlockL1-4B0 #> 2841 True BlockL1-4B0 #> 2842 True BlockL1-4B0 #> 2843 True BlockL1-4B0 #> 2844 True BlockL1-4B0 #> 2845 True BlockL1-4B0 #> 2846 True BlockL1-4B0 #> 2847 True BlockL1-4B0 #> 2848 #> 2849 True BlockL1-4B2 #> 2850 True BlockL1-4B2 #> 2851 True BlockL1-4B2 #> 2852 True BlockL1-4B2 #> 2853 True BlockL1-4B2 #> 2854 True BlockL1-4B2 #> 2855 True BlockL1-4B2 #> 2856 True BlockL1-4B2 #> 2857 True BlockL1-4B2 #> 2858 True BlockL1-4B2 #> 2859 True BlockL1-4B2 #> 2860 True BlockL1-4B2 #> 2861 True BlockL1-4B2 #> 2862 True BlockL1-4B2 #> 2863 True BlockL1-4B2 #> 2864 True BlockL1-4B2 #> 2865 True BlockL1-4B2 #> 2866 True BlockL1-4B2 #> 2867 True #> 2868 True #> 2869 True #> 2870 True #> 2871 True #> 2872 True #> 2873 True #> 2874 True #> 2875 #> 2876 #> 2877 BlockL1-5A0 #> 2878 True BlockL1-5A0 BlockL2-5A0 #> 2879 True BlockL1-5A0 BlockL2-5A0 #> 2880 True BlockL1-5A0 BlockL2-5A0 #> 2881 True BlockL1-5A0 BlockL2-5A0 #> 2882 True BlockL1-5A0 BlockL2-5A0 #> 2883 True BlockL1-5A0 BlockL2-5A0 #> 2884 True BlockL1-5A0 BlockL2-5A0 #> 2885 True BlockL1-5A0 BlockL2-5A0 #> 2886 True BlockL1-5A0 BlockL2-5A0 #> 2887 True BlockL1-5A0 BlockL2-5A0 #> 2888 True BlockL1-5A0 BlockL2-5A0 #> 2889 True BlockL1-5A0 BlockL2-5A0 #> 2890 True BlockL1-5A0 BlockL2-5A0 #> 2891 True BlockL1-5A0 BlockL2-5A0 #> 2892 True BlockL1-5A0 BlockL2-5A0 #> 2893 True BlockL1-5A0 BlockL2-5A0 #> 2894 True BlockL1-5A0 BlockL2-5A0 #> 2895 True BlockL1-5A0 BlockL2-5A0 #> 2896 True BlockL1-5A0 BlockL2-5A0 #> 2897 True BlockL1-5A0 BlockL2-5A0 #> 2898 True BlockL1-5A0 BlockL2-5A0 #> 2899 True BlockL1-5A0 BlockL2-5A0 #> 2900 True BlockL1-5A0 BlockL2-5A0 #> 2901 True BlockL1-5A0 BlockL2-5A0 #> 2902 True BlockL1-5A0 BlockL2-5A0 #> 2903 True BlockL1-5A0 BlockL2-5A0 #> 2904 True BlockL1-5A0 BlockL2-5A0 #> 2905 True BlockL1-5A0 BlockL2-5A0 #> 2906 True BlockL1-5A0 BlockL2-5A0 #> 2907 True BlockL1-5A0 BlockL2-5A0 #> 2908 True BlockL1-5A0 BlockL2-5A0 #> 2909 True BlockL1-5A0 BlockL2-5A0 #> 2910 True BlockL1-5A0 BlockL2-5A0 #> 2911 True BlockL1-5A0 BlockL2-5A0 #> 2912 True BlockL1-5A0 BlockL2-5A0 #> 2913 True BlockL1-5A0 BlockL2-5A0 #> 2914 True BlockL1-5A0 BlockL2-5A0 #> 2915 True BlockL1-5A0 BlockL2-5A0 #> 2916 True BlockL1-5A0 BlockL2-5A0 #> 2917 True BlockL1-5A0 BlockL2-5A0 #> 2918 True BlockL1-5A0 BlockL2-5A0 #> 2919 True BlockL1-5A0 BlockL2-5A0 #> 2920 True BlockL1-5A0 BlockL2-5A0 #> 2921 True BlockL1-5A0 BlockL2-5A0 #> 2922 True BlockL1-5A0 BlockL2-5A0 #> 2923 True BlockL1-5A0 BlockL2-5A0 #> 2924 True BlockL1-5A0 BlockL2-5A0 #> 2925 True BlockL1-5A0 BlockL2-5A0 #> 2926 True BlockL1-5A0 BlockL2-5A0 #> 2927 True BlockL1-5A0 BlockL2-5A0 #> 2928 BlockL1-5A0 #> 2929 True BlockL1-5A0 BlockL2-5A1 #> 2930 True BlockL1-5A0 BlockL2-5A1 #> 2931 True BlockL1-5A0 BlockL2-5A1 #> 2932 True BlockL1-5A0 BlockL2-5A1 #> 2933 True BlockL1-5A0 BlockL2-5A1 #> 2934 True BlockL1-5A0 BlockL2-5A1 #> 2935 True BlockL1-5A0 BlockL2-5A1 #> 2936 True BlockL1-5A0 BlockL2-5A1 #> 2937 True BlockL1-5A0 BlockL2-5A1 #> 2938 True BlockL1-5A0 BlockL2-5A1 #> 2939 True BlockL1-5A0 BlockL2-5A1 #> 2940 True BlockL1-5A0 BlockL2-5A1 #> 2941 True BlockL1-5A0 BlockL2-5A1 #> 2942 True BlockL1-5A0 BlockL2-5A1 #> 2943 BlockL1-5A0 BlockL2-5A1 #> 2944 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2945 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2946 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2947 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2948 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2949 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2950 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2951 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2952 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2953 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2954 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2955 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2956 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2957 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2958 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2959 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2960 False BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2961 True BlockL1-5A0 BlockL2-5A1 BlockL3-5A2 #> 2962 BlockL1-5A0 #> 2963 True BlockL1-5A0 BlockL2-5A4 #> 2964 True BlockL1-5A0 BlockL2-5A4 #> 2965 True BlockL1-5A0 BlockL2-5A4 #> 2966 True BlockL1-5A0 BlockL2-5A4 #> 2967 True BlockL1-5A0 BlockL2-5A4 #> 2968 True BlockL1-5A0 BlockL2-5A4 #> 2969 True BlockL1-5A0 BlockL2-5A4 #> 2970 True BlockL1-5A0 BlockL2-5A4 #> 2971 True BlockL1-5A0 BlockL2-5A4 #> 2972 True BlockL1-5A0 BlockL2-5A4 #> 2973 True BlockL1-5A0 BlockL2-5A4 #> 2974 True BlockL1-5A0 BlockL2-5A4 #> 2975 False BlockL1-5A0 BlockL2-5A4 #> 2976 True BlockL1-5A0 BlockL2-5A4 #> 2977 True BlockL1-5A0 BlockL2-5A4 #> 2978 True BlockL1-5A0 BlockL2-5A4 #> 2979 BlockL1-5A0 #> 2980 True BlockL1-5A0 BlockL2-5A5 #> 2981 True BlockL1-5A0 BlockL2-5A5 #> 2982 True BlockL1-5A0 BlockL2-5A5 #> 2983 True BlockL1-5A0 BlockL2-5A5 #> 2984 True BlockL1-5A0 BlockL2-5A5 #> 2985 True BlockL1-5A0 BlockL2-5A5 #> 2986 True BlockL1-5A0 BlockL2-5A5 #> 2987 True BlockL1-5A0 BlockL2-5A5 #> 2988 True BlockL1-5A0 BlockL2-5A5 #> 2989 True BlockL1-5A0 BlockL2-5A5 #> 2990 True BlockL1-5A0 BlockL2-5A5 #> 2991 True BlockL1-5A0 BlockL2-5A5 #> 2992 True BlockL1-5A0 BlockL2-5A5 #> 2993 True BlockL1-5A0 BlockL2-5A5 #> 2994 True BlockL1-5A0 BlockL2-5A5 #> 2995 True BlockL1-5A0 BlockL2-5A5 #> 2996 True BlockL1-5A0 BlockL2-5A5 #> 2997 True BlockL1-5A0 BlockL2-5A5 #> 2998 True BlockL1-5A0 BlockL2-5A5 #> 2999 BlockL1-5A0 #> 3000 True BlockL1-5A0 BlockL2-5A6 #> 3001 True BlockL1-5A0 BlockL2-5A6 #> 3002 True BlockL1-5A0 BlockL2-5A6 #> 3003 True BlockL1-5A0 BlockL2-5A6 #> 3004 True BlockL1-5A0 BlockL2-5A6 #> 3005 True BlockL1-5A0 BlockL2-5A6 #> 3006 True BlockL1-5A0 BlockL2-5A6 #> 3007 True BlockL1-5A0 BlockL2-5A6 #> 3008 True BlockL1-5A0 BlockL2-5A6 #> 3009 True BlockL1-5A0 BlockL2-5A6 #> 3010 True BlockL1-5A0 BlockL2-5A6 #> 3011 True BlockL1-5A0 BlockL2-5A6 #> 3012 True BlockL1-5A0 BlockL2-5A6 #> 3013 True BlockL1-5A0 BlockL2-5A6 #> 3014 True BlockL1-5A0 BlockL2-5A6 #> 3015 True BlockL1-5A0 BlockL2-5A6 #> 3016 True BlockL1-5A0 BlockL2-5A6 #> 3017 True BlockL1-5A0 BlockL2-5A6 #> 3018 True BlockL1-5A0 BlockL2-5A6 #> 3019 True BlockL1-5A0 BlockL2-5A6 #> 3020 True BlockL1-5A0 BlockL2-5A6 #> 3021 True BlockL1-5A0 BlockL2-5A6 #> 3022 True BlockL1-5A0 BlockL2-5A6 #> 3023 True BlockL1-5A0 BlockL2-5A6 #> 3024 BlockL1-5A0 #> 3025 True BlockL1-5A0 BlockL2-5A7 #> 3026 True BlockL1-5A0 BlockL2-5A7 #> 3027 True BlockL1-5A0 BlockL2-5A7 #> 3028 True BlockL1-5A0 BlockL2-5A7 #> 3029 True BlockL1-5A0 BlockL2-5A7 #> 3030 True BlockL1-5A0 BlockL2-5A7 #> 3031 True BlockL1-5A0 BlockL2-5A7 #> 3032 True BlockL1-5A0 BlockL2-5A7 #> 3033 True BlockL1-5A0 BlockL2-5A7 #> 3034 True BlockL1-5A0 BlockL2-5A7 #> 3035 True BlockL1-5A0 BlockL2-5A7 #> 3036 True BlockL1-5A0 BlockL2-5A7 #> 3037 True BlockL1-5A0 BlockL2-5A7 #> 3038 True BlockL1-5A0 BlockL2-5A7 #> 3039 True BlockL1-5A0 BlockL2-5A7 #> 3040 True BlockL1-5A0 BlockL2-5A7 #> 3041 True BlockL1-5A0 BlockL2-5A7 #> 3042 True BlockL1-5A0 BlockL2-5A7 #> 3043 True BlockL1-5A0 BlockL2-5A7 #> 3044 True BlockL1-5A0 BlockL2-5A7 #> 3045 True BlockL1-5A0 BlockL2-5A7 #> 3046 True BlockL1-5A0 BlockL2-5A7 #> 3047 True BlockL1-5A0 BlockL2-5A7 #> 3048 True BlockL1-5A0 BlockL2-5A7 #> 3049 True BlockL1-5A0 BlockL2-5A7 #> 3050 True BlockL1-5A0 BlockL2-5A7 #> 3051 True BlockL1-5A0 BlockL2-5A7 #> 3052 True BlockL1-5A0 BlockL2-5A7 #> 3053 True BlockL1-5A0 BlockL2-5A7 #> 3054 True BlockL1-5A0 BlockL2-5A7 #> 3055 True BlockL1-5A0 BlockL2-5A7 #> 3056 BlockL1-5A0 #> 3057 True BlockL1-5A0 BlockL2-5A8 #> 3058 True BlockL1-5A0 BlockL2-5A8 #> 3059 True BlockL1-5A0 BlockL2-5A8 #> 3060 True BlockL1-5A0 BlockL2-5A8 #> 3061 True BlockL1-5A0 BlockL2-5A8 #> 3062 True BlockL1-5A0 BlockL2-5A8 #> 3063 True BlockL1-5A0 BlockL2-5A8 #> 3064 True BlockL1-5A0 BlockL2-5A8 #> 3065 True BlockL1-5A0 BlockL2-5A8 #> 3066 True BlockL1-5A0 BlockL2-5A8 #> 3067 True BlockL1-5A0 BlockL2-5A8 #> 3068 True BlockL1-5A0 BlockL2-5A8 #> 3069 True BlockL1-5A0 BlockL2-5A8 #> 3070 True BlockL1-5A0 BlockL2-5A8 #> 3071 True BlockL1-5A0 BlockL2-5A8 #> 3072 BlockL1-5A0 #> 3073 True BlockL1-5A0 BlockL2-5A9 #> 3074 True BlockL1-5A0 BlockL2-5A9 #> 3075 True BlockL1-5A0 BlockL2-5A9 #> 3076 True BlockL1-5A0 BlockL2-5A9 #> 3077 True BlockL1-5A0 BlockL2-5A9 #> 3078 BlockL1-5A0 #> 3079 True BlockL1-5A0 BlockL2-5B0 #> 3080 True BlockL1-5A0 BlockL2-5B0 #> 3081 True BlockL1-5A0 BlockL2-5B0 #> 3082 True BlockL1-5A0 BlockL2-5B0 #> 3083 BlockL1-5A0 #> 3084 True BlockL1-5A0 BlockL2-5B1 #> 3085 True BlockL1-5A0 BlockL2-5B1 #> 3086 True BlockL1-5A0 BlockL2-5B1 #> 3087 True BlockL1-5A0 BlockL2-5B1 #> 3088 True BlockL1-5A0 #> 3089 True BlockL1-5A0 #> 3090 #> 3091 BlockL1-5B5 #> 3092 True BlockL1-5B5 BlockL2-5B5 #> 3093 True BlockL1-5B5 BlockL2-5B5 #> 3094 True BlockL1-5B5 BlockL2-5B5 #> 3095 True BlockL1-5B5 BlockL2-5B5 #> 3096 True BlockL1-5B5 BlockL2-5B5 #> 3097 True BlockL1-5B5 BlockL2-5B5 #> 3098 True BlockL1-5B5 BlockL2-5B5 #> 3099 True BlockL1-5B5 BlockL2-5B5 #> 3100 True BlockL1-5B5 BlockL2-5B5 #> 3101 True BlockL1-5B5 BlockL2-5B5 #> 3102 True BlockL1-5B5 BlockL2-5B5 #> 3103 True BlockL1-5B5 BlockL2-5B5 #> 3104 True BlockL1-5B5 BlockL2-5B5 #> 3105 True BlockL1-5B5 BlockL2-5B5 #> 3106 True BlockL1-5B5 BlockL2-5B5 #> 3107 True BlockL1-5B5 BlockL2-5B5 #> 3108 True BlockL1-5B5 BlockL2-5B5 #> 3109 True BlockL1-5B5 BlockL2-5B5 #> 3110 True BlockL1-5B5 BlockL2-5B5 #> 3111 True BlockL1-5B5 BlockL2-5B5 #> 3112 True BlockL1-5B5 BlockL2-5B5 #> 3113 True BlockL1-5B5 BlockL2-5B5 #> 3114 True BlockL1-5B5 BlockL2-5B5 #> 3115 True BlockL1-5B5 BlockL2-5B5 #> 3116 True BlockL1-5B5 BlockL2-5B5 #> 3117 True BlockL1-5B5 BlockL2-5B5 #> 3118 True BlockL1-5B5 BlockL2-5B5 #> 3119 True BlockL1-5B5 BlockL2-5B5 #> 3120 True BlockL1-5B5 BlockL2-5B5 #> 3121 True BlockL1-5B5 BlockL2-5B5 #> 3122 True BlockL1-5B5 BlockL2-5B5 #> 3123 True BlockL1-5B5 BlockL2-5B5 #> 3124 True BlockL1-5B5 BlockL2-5B5 #> 3125 True BlockL1-5B5 BlockL2-5B5 #> 3126 True BlockL1-5B5 BlockL2-5B5 #> 3127 True BlockL1-5B5 BlockL2-5B5 #> 3128 True BlockL1-5B5 BlockL2-5B5 #> 3129 True BlockL1-5B5 BlockL2-5B5 #> 3130 True BlockL1-5B5 BlockL2-5B5 #> 3131 True BlockL1-5B5 BlockL2-5B5 #> 3132 True BlockL1-5B5 BlockL2-5B5 #> 3133 True BlockL1-5B5 BlockL2-5B5 #> 3134 True BlockL1-5B5 BlockL2-5B5 #> 3135 True BlockL1-5B5 BlockL2-5B5 #> 3136 True BlockL1-5B5 BlockL2-5B5 #> 3137 True BlockL1-5B5 BlockL2-5B5 #> 3138 True BlockL1-5B5 BlockL2-5B5 #> 3139 True BlockL1-5B5 BlockL2-5B5 #> 3140 True BlockL1-5B5 BlockL2-5B5 #> 3141 True BlockL1-5B5 BlockL2-5B5 #> 3142 True BlockL1-5B5 BlockL2-5B5 #> 3143 True BlockL1-5B5 BlockL2-5B5 #> 3144 True BlockL1-5B5 BlockL2-5B5 #> 3145 True BlockL1-5B5 BlockL2-5B5 #> 3146 True BlockL1-5B5 BlockL2-5B5 #> 3147 True BlockL1-5B5 BlockL2-5B5 #> 3148 True BlockL1-5B5 BlockL2-5B5 #> 3149 True BlockL1-5B5 BlockL2-5B5 #> 3150 True BlockL1-5B5 BlockL2-5B5 #> 3151 True BlockL1-5B5 BlockL2-5B5 #> 3152 True BlockL1-5B5 BlockL2-5B5 #> 3153 True BlockL1-5B5 BlockL2-5B5 #> 3154 True BlockL1-5B5 BlockL2-5B5 #> 3155 True BlockL1-5B5 BlockL2-5B5 #> 3156 True BlockL1-5B5 BlockL2-5B5 #> 3157 True BlockL1-5B5 BlockL2-5B5 #> 3158 BlockL1-5B5 BlockL2-5B5 #> 3159 True BlockL1-5B5 BlockL2-5B5 BlockL3-5B6 #> 3160 True BlockL1-5B5 BlockL2-5B5 BlockL3-5B6 #> 3161 True BlockL1-5B5 BlockL2-5B5 BlockL3-5B6 #> 3162 True BlockL1-5B5 BlockL2-5B5 BlockL3-5B6 #> 3163 True BlockL1-5B5 BlockL2-5B5 BlockL3-5B6 #> 3164 True BlockL1-5B5 BlockL2-5B5 BlockL3-5B6 #> 3165 True BlockL1-5B5 BlockL2-5B5 #> 3166 True BlockL1-5B5 BlockL2-5B5 #> 3167 True BlockL1-5B5 BlockL2-5B5 #> 3168 True BlockL1-5B5 BlockL2-5B5 #> 3169 BlockL1-5B5 #> 3170 BlockL1-5B5 BlockL2-5B8 #> 3171 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3172 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3173 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3174 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3175 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3176 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3177 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3178 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3179 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3180 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3181 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3182 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3183 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B8 #> 3184 BlockL1-5B5 BlockL2-5B8 #> 3185 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3186 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3187 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3188 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3189 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3190 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3191 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3192 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3193 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3194 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3195 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3196 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3197 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3198 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3199 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3200 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3201 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3202 True BlockL1-5B5 BlockL2-5B8 BlockL3-5B9 #> 3203 True BlockL1-5B5 BlockL2-5B8 #> 3204 True BlockL1-5B5 BlockL2-5B8 #> 3205 True BlockL1-5B5 #> 3206 True BlockL1-5B5 #> 3207 #> 3208 BlockL1-5C5 #> 3209 True BlockL1-5C5 BlockL2-5C5 #> 3210 True BlockL1-5C5 BlockL2-5C5 #> 3211 True BlockL1-5C5 BlockL2-5C5 #> 3212 True BlockL1-5C5 BlockL2-5C5 #> 3213 True BlockL1-5C5 BlockL2-5C5 #> 3214 True BlockL1-5C5 BlockL2-5C5 #> 3215 True BlockL1-5C5 BlockL2-5C5 #> 3216 True BlockL1-5C5 BlockL2-5C5 #> 3217 True BlockL1-5C5 BlockL2-5C5 #> 3218 True BlockL1-5C5 BlockL2-5C5 #> 3219 True BlockL1-5C5 BlockL2-5C5 #> 3220 True BlockL1-5C5 BlockL2-5C5 #> 3221 True BlockL1-5C5 BlockL2-5C5 #> 3222 True BlockL1-5C5 BlockL2-5C5 #> 3223 True BlockL1-5C5 BlockL2-5C5 #> 3224 True BlockL1-5C5 BlockL2-5C5 #> 3225 True BlockL1-5C5 BlockL2-5C5 #> 3226 True BlockL1-5C5 BlockL2-5C5 #> 3227 True BlockL1-5C5 BlockL2-5C5 #> 3228 True BlockL1-5C5 BlockL2-5C5 #> 3229 True BlockL1-5C5 BlockL2-5C5 #> 3230 True BlockL1-5C5 BlockL2-5C5 #> 3231 True BlockL1-5C5 BlockL2-5C5 #> 3232 True BlockL1-5C5 BlockL2-5C5 #> 3233 True BlockL1-5C5 BlockL2-5C5 #> 3234 True BlockL1-5C5 BlockL2-5C5 #> 3235 True BlockL1-5C5 BlockL2-5C5 #> 3236 True BlockL1-5C5 BlockL2-5C5 #> 3237 True BlockL1-5C5 BlockL2-5C5 #> 3238 True BlockL1-5C5 BlockL2-5C5 #> 3239 True BlockL1-5C5 BlockL2-5C5 #> 3240 True BlockL1-5C5 BlockL2-5C5 #> 3241 True BlockL1-5C5 BlockL2-5C5 #> 3242 True BlockL1-5C5 BlockL2-5C5 #> 3243 True BlockL1-5C5 BlockL2-5C5 #> 3244 True BlockL1-5C5 BlockL2-5C5 #> 3245 True BlockL1-5C5 BlockL2-5C5 #> 3246 True BlockL1-5C5 BlockL2-5C5 #> 3247 True BlockL1-5C5 BlockL2-5C5 #> 3248 True BlockL1-5C5 BlockL2-5C5 #> 3249 True BlockL1-5C5 BlockL2-5C5 #> 3250 True BlockL1-5C5 BlockL2-5C5 #> 3251 True BlockL1-5C5 BlockL2-5C5 #> 3252 True BlockL1-5C5 BlockL2-5C5 #> 3253 True BlockL1-5C5 BlockL2-5C5 #> 3254 True BlockL1-5C5 BlockL2-5C5 #> 3255 True BlockL1-5C5 BlockL2-5C5 #> 3256 True BlockL1-5C5 BlockL2-5C5 #> 3257 True BlockL1-5C5 BlockL2-5C5 #> 3258 True BlockL1-5C5 BlockL2-5C5 #> 3259 True BlockL1-5C5 BlockL2-5C5 #> 3260 True BlockL1-5C5 BlockL2-5C5 #> 3261 True BlockL1-5C5 BlockL2-5C5 #> 3262 True BlockL1-5C5 BlockL2-5C5 #> 3263 True BlockL1-5C5 BlockL2-5C5 #> 3264 True BlockL1-5C5 BlockL2-5C5 #> 3265 True BlockL1-5C5 BlockL2-5C5 #> 3266 True BlockL1-5C5 BlockL2-5C5 #> 3267 True BlockL1-5C5 BlockL2-5C5 #> 3268 True BlockL1-5C5 BlockL2-5C5 #> 3269 True BlockL1-5C5 BlockL2-5C5 #> 3270 True BlockL1-5C5 BlockL2-5C5 #> 3271 True BlockL1-5C5 BlockL2-5C5 #> 3272 True BlockL1-5C5 BlockL2-5C5 #> 3273 True BlockL1-5C5 BlockL2-5C5 #> 3274 True BlockL1-5C5 BlockL2-5C5 #> 3275 True BlockL1-5C5 BlockL2-5C5 #> 3276 True BlockL1-5C5 BlockL2-5C5 #> 3277 True BlockL1-5C5 BlockL2-5C5 #> 3278 True BlockL1-5C5 BlockL2-5C5 #> 3279 True BlockL1-5C5 BlockL2-5C5 #> 3280 True BlockL1-5C5 BlockL2-5C5 #> 3281 True BlockL1-5C5 BlockL2-5C5 #> 3282 True BlockL1-5C5 BlockL2-5C5 #> 3283 True BlockL1-5C5 BlockL2-5C5 #> 3284 True BlockL1-5C5 BlockL2-5C5 #> 3285 True BlockL1-5C5 BlockL2-5C5 #> 3286 True BlockL1-5C5 BlockL2-5C5 #> 3287 True BlockL1-5C5 BlockL2-5C5 #> 3288 True BlockL1-5C5 BlockL2-5C5 #> 3289 True BlockL1-5C5 BlockL2-5C5 #> 3290 True BlockL1-5C5 BlockL2-5C5 #> 3291 True BlockL1-5C5 BlockL2-5C5 #> 3292 True BlockL1-5C5 BlockL2-5C5 #> 3293 True BlockL1-5C5 BlockL2-5C5 #> 3294 True BlockL1-5C5 BlockL2-5C5 #> 3295 True BlockL1-5C5 BlockL2-5C5 #> 3296 True BlockL1-5C5 BlockL2-5C5 #> 3297 True BlockL1-5C5 BlockL2-5C5 #> 3298 True BlockL1-5C5 BlockL2-5C5 #> 3299 True BlockL1-5C5 BlockL2-5C5 #> 3300 True BlockL1-5C5 BlockL2-5C5 #> 3301 True BlockL1-5C5 BlockL2-5C5 #> 3302 True BlockL1-5C5 BlockL2-5C5 #> 3303 True BlockL1-5C5 BlockL2-5C5 #> 3304 True BlockL1-5C5 BlockL2-5C5 #> 3305 True BlockL1-5C5 BlockL2-5C5 #> 3306 True BlockL1-5C5 BlockL2-5C5 #> 3307 True BlockL1-5C5 BlockL2-5C5 #> 3308 True BlockL1-5C5 BlockL2-5C5 #> 3309 True BlockL1-5C5 BlockL2-5C5 #> 3310 True BlockL1-5C5 BlockL2-5C5 #> 3311 True BlockL1-5C5 BlockL2-5C5 #> 3312 True BlockL1-5C5 BlockL2-5C5 #> 3313 True BlockL1-5C5 BlockL2-5C5 #> 3314 True BlockL1-5C5 BlockL2-5C5 #> 3315 True BlockL1-5C5 BlockL2-5C5 #> 3316 True BlockL1-5C5 BlockL2-5C5 #> 3317 True BlockL1-5C5 BlockL2-5C5 #> 3318 True BlockL1-5C5 BlockL2-5C5 #> 3319 True BlockL1-5C5 BlockL2-5C5 #> 3320 True BlockL1-5C5 BlockL2-5C5 #> 3321 True BlockL1-5C5 BlockL2-5C5 #> 3322 True BlockL1-5C5 BlockL2-5C5 #> 3323 True BlockL1-5C5 BlockL2-5C5 #> 3324 True BlockL1-5C5 BlockL2-5C5 #> 3325 True BlockL1-5C5 BlockL2-5C5 #> 3326 True BlockL1-5C5 BlockL2-5C5 #> 3327 True BlockL1-5C5 BlockL2-5C5 #> 3328 True BlockL1-5C5 BlockL2-5C5 #> 3329 True BlockL1-5C5 BlockL2-5C5 #> 3330 True BlockL1-5C5 BlockL2-5C5 #> 3331 True BlockL1-5C5 BlockL2-5C5 #> 3332 True BlockL1-5C5 BlockL2-5C5 #> 3333 True BlockL1-5C5 BlockL2-5C5 #> 3334 True BlockL1-5C5 BlockL2-5C5 #> 3335 True BlockL1-5C5 BlockL2-5C5 #> 3336 True BlockL1-5C5 BlockL2-5C5 #> 3337 True BlockL1-5C5 BlockL2-5C5 #> 3338 True BlockL1-5C5 BlockL2-5C5 #> 3339 True BlockL1-5C5 BlockL2-5C5 #> 3340 True BlockL1-5C5 BlockL2-5C5 #> 3341 True BlockL1-5C5 BlockL2-5C5 #> 3342 True BlockL1-5C5 BlockL2-5C5 #> 3343 True BlockL1-5C5 BlockL2-5C5 #> 3344 True BlockL1-5C5 BlockL2-5C5 #> 3345 True BlockL1-5C5 BlockL2-5C5 #> 3346 True BlockL1-5C5 BlockL2-5C5 #> 3347 True BlockL1-5C5 BlockL2-5C5 #> 3348 True BlockL1-5C5 BlockL2-5C5 #> 3349 True BlockL1-5C5 BlockL2-5C5 #> 3350 True BlockL1-5C5 BlockL2-5C5 #> 3351 True BlockL1-5C5 BlockL2-5C5 #> 3352 True BlockL1-5C5 BlockL2-5C5 #> 3353 True BlockL1-5C5 BlockL2-5C5 #> 3354 True BlockL1-5C5 BlockL2-5C5 #> 3355 True BlockL1-5C5 BlockL2-5C5 #> 3356 True BlockL1-5C5 BlockL2-5C5 #> 3357 True BlockL1-5C5 BlockL2-5C5 #> 3358 True BlockL1-5C5 BlockL2-5C5 #> 3359 True BlockL1-5C5 BlockL2-5C5 #> 3360 True BlockL1-5C5 BlockL2-5C5 #> 3361 True BlockL1-5C5 BlockL2-5C5 #> 3362 True BlockL1-5C5 BlockL2-5C5 #> 3363 True BlockL1-5C5 BlockL2-5C5 #> 3364 True BlockL1-5C5 BlockL2-5C5 #> 3365 True BlockL1-5C5 BlockL2-5C5 #> 3366 True BlockL1-5C5 BlockL2-5C5 #> 3367 True BlockL1-5C5 BlockL2-5C5 #> 3368 True BlockL1-5C5 BlockL2-5C5 #> 3369 True BlockL1-5C5 BlockL2-5C5 #> 3370 True BlockL1-5C5 BlockL2-5C5 #> 3371 True BlockL1-5C5 BlockL2-5C5 #> 3372 True BlockL1-5C5 BlockL2-5C5 #> 3373 True BlockL1-5C5 BlockL2-5C5 #> 3374 True BlockL1-5C5 BlockL2-5C5 #> 3375 True BlockL1-5C5 BlockL2-5C5 #> 3376 True BlockL1-5C5 BlockL2-5C5 #> 3377 True BlockL1-5C5 BlockL2-5C5 #> 3378 True BlockL1-5C5 BlockL2-5C5 #> 3379 True BlockL1-5C5 BlockL2-5C5 #> 3380 True BlockL1-5C5 BlockL2-5C5 #> 3381 True BlockL1-5C5 BlockL2-5C5 #> 3382 True BlockL1-5C5 BlockL2-5C5 #> 3383 True BlockL1-5C5 BlockL2-5C5 #> 3384 True BlockL1-5C5 BlockL2-5C5 #> 3385 True BlockL1-5C5 BlockL2-5C5 #> 3386 True BlockL1-5C5 BlockL2-5C5 #> 3387 True BlockL1-5C5 BlockL2-5C5 #> 3388 True BlockL1-5C5 BlockL2-5C5 #> 3389 True BlockL1-5C5 BlockL2-5C5 #> 3390 True BlockL1-5C5 BlockL2-5C5 #> 3391 True BlockL1-5C5 BlockL2-5C5 #> 3392 True BlockL1-5C5 BlockL2-5C5 #> 3393 True BlockL1-5C5 BlockL2-5C5 #> 3394 True BlockL1-5C5 BlockL2-5C5 #> 3395 True BlockL1-5C5 BlockL2-5C5 #> 3396 True BlockL1-5C5 BlockL2-5C5 #> 3397 True BlockL1-5C5 BlockL2-5C5 #> 3398 True BlockL1-5C5 BlockL2-5C5 #> 3399 True BlockL1-5C5 BlockL2-5C5 #> 3400 True BlockL1-5C5 BlockL2-5C5 #> 3401 BlockL1-5C5 #> 3402 True BlockL1-5C5 BlockL2-5C6 #> 3403 True BlockL1-5C5 BlockL2-5C6 #> 3404 True BlockL1-5C5 BlockL2-5C6 #> 3405 True BlockL1-5C5 BlockL2-5C6 #> 3406 True BlockL1-5C5 BlockL2-5C6 #> 3407 True BlockL1-5C5 BlockL2-5C6 #> 3408 True BlockL1-5C5 BlockL2-5C6 #> 3409 True BlockL1-5C5 BlockL2-5C6 #> 3410 True BlockL1-5C5 BlockL2-5C6 #> 3411 True BlockL1-5C5 BlockL2-5C6 #> 3412 True BlockL1-5C5 BlockL2-5C6 #> 3413 True BlockL1-5C5 BlockL2-5C6 #> 3414 True BlockL1-5C5 BlockL2-5C6 #> 3415 True BlockL1-5C5 BlockL2-5C6 #> 3416 True BlockL1-5C5 BlockL2-5C6 #> 3417 True BlockL1-5C5 BlockL2-5C6 #> 3418 True BlockL1-5C5 BlockL2-5C6 #> 3419 True BlockL1-5C5 BlockL2-5C6 #> 3420 True BlockL1-5C5 BlockL2-5C6 #> 3421 True BlockL1-5C5 BlockL2-5C6 #> 3422 True BlockL1-5C5 BlockL2-5C6 #> 3423 True BlockL1-5C5 BlockL2-5C6 #> 3424 True BlockL1-5C5 BlockL2-5C6 #> 3425 True BlockL1-5C5 BlockL2-5C6 #> 3426 True BlockL1-5C5 BlockL2-5C6 #> 3427 True BlockL1-5C5 BlockL2-5C6 #> 3428 True BlockL1-5C5 BlockL2-5C6 #> 3429 True BlockL1-5C5 BlockL2-5C6 #> 3430 True BlockL1-5C5 BlockL2-5C6 #> 3431 True BlockL1-5C5 BlockL2-5C6 #> 3432 True BlockL1-5C5 BlockL2-5C6 #> 3433 True BlockL1-5C5 BlockL2-5C6 #> 3434 True BlockL1-5C5 BlockL2-5C6 #> 3435 True BlockL1-5C5 BlockL2-5C6 #> 3436 True BlockL1-5C5 BlockL2-5C6 #> 3437 True BlockL1-5C5 BlockL2-5C6 #> 3438 True BlockL1-5C5 BlockL2-5C6 #> 3439 True BlockL1-5C5 BlockL2-5C6 #> 3440 True BlockL1-5C5 BlockL2-5C6 #> 3441 True BlockL1-5C5 BlockL2-5C6 #> 3442 True BlockL1-5C5 BlockL2-5C6 #> 3443 True BlockL1-5C5 BlockL2-5C6 #> 3444 True BlockL1-5C5 BlockL2-5C6 #> 3445 True BlockL1-5C5 BlockL2-5C6 #> 3446 True BlockL1-5C5 BlockL2-5C6 #> 3447 True BlockL1-5C5 BlockL2-5C6 #> 3448 True BlockL1-5C5 BlockL2-5C6 #> 3449 True BlockL1-5C5 BlockL2-5C6 #> 3450 True BlockL1-5C5 BlockL2-5C6 #> 3451 True BlockL1-5C5 BlockL2-5C6 #> 3452 True BlockL1-5C5 BlockL2-5C6 #> 3453 True BlockL1-5C5 BlockL2-5C6 #> 3454 True BlockL1-5C5 BlockL2-5C6 #> 3455 True BlockL1-5C5 BlockL2-5C6 #> 3456 True BlockL1-5C5 BlockL2-5C6 #> 3457 True BlockL1-5C5 BlockL2-5C6 #> 3458 True BlockL1-5C5 BlockL2-5C6 #> 3459 True BlockL1-5C5 BlockL2-5C6 #> 3460 True BlockL1-5C5 BlockL2-5C6 #> 3461 True BlockL1-5C5 BlockL2-5C6 #> 3462 True BlockL1-5C5 BlockL2-5C6 #> 3463 BlockL1-5C5 #> 3464 True BlockL1-5C5 BlockL2-5C7 #> 3465 True BlockL1-5C5 BlockL2-5C7 #> 3466 True BlockL1-5C5 BlockL2-5C7 #> 3467 True BlockL1-5C5 BlockL2-5C7 #> 3468 True BlockL1-5C5 BlockL2-5C7 #> 3469 True BlockL1-5C5 BlockL2-5C7 #> 3470 True BlockL1-5C5 BlockL2-5C7 #> 3471 True BlockL1-5C5 BlockL2-5C7 #> 3472 True BlockL1-5C5 BlockL2-5C7 #> 3473 True BlockL1-5C5 BlockL2-5C7 #> 3474 True BlockL1-5C5 BlockL2-5C7 #> 3475 True BlockL1-5C5 BlockL2-5C7 #> 3476 True BlockL1-5C5 BlockL2-5C7 #> 3477 True BlockL1-5C5 BlockL2-5C7 #> 3478 True BlockL1-5C5 BlockL2-5C7 #> 3479 True BlockL1-5C5 BlockL2-5C7 #> 3480 True BlockL1-5C5 BlockL2-5C7 #> 3481 True BlockL1-5C5 BlockL2-5C7 #> 3482 True BlockL1-5C5 BlockL2-5C7 #> 3483 True BlockL1-5C5 BlockL2-5C7 #> 3484 BlockL1-5C5 #> 3485 True BlockL1-5C5 BlockL2-5C8 #> 3486 True BlockL1-5C5 BlockL2-5C8 #> 3487 True BlockL1-5C5 BlockL2-5C8 #> 3488 True BlockL1-5C5 BlockL2-5C8 #> 3489 True BlockL1-5C5 BlockL2-5C8 #> 3490 True BlockL1-5C5 BlockL2-5C8 #> 3491 True BlockL1-5C5 BlockL2-5C8 #> 3492 True BlockL1-5C5 BlockL2-5C8 #> 3493 True BlockL1-5C5 BlockL2-5C8 #> 3494 True BlockL1-5C5 BlockL2-5C8 #> 3495 True BlockL1-5C5 BlockL2-5C8 #> 3496 True BlockL1-5C5 BlockL2-5C8 #> 3497 True BlockL1-5C5 BlockL2-5C8 #> 3498 True BlockL1-5C5 BlockL2-5C8 #> 3499 True BlockL1-5C5 BlockL2-5C8 #> 3500 True BlockL1-5C5 BlockL2-5C8 #> 3501 True BlockL1-5C5 BlockL2-5C8 #> 3502 True BlockL1-5C5 #> 3503 True BlockL1-5C5 #> 3504 True BlockL1-5C5 #> 3505 True BlockL1-5C5 #> 3506 True BlockL1-5C5 #> 3507 True BlockL1-5C5 #> 3508 True BlockL1-5C5 #> 3509 True BlockL1-5C5 #> 3510 True BlockL1-5C5 #> 3511 BlockL1-5C5 #> 3512 True BlockL1-5C5 BlockL2-5D0 #> 3513 True BlockL1-5C5 BlockL2-5D0 #> 3514 True BlockL1-5C5 BlockL2-5D0 #> 3515 True BlockL1-5C5 BlockL2-5D0 #> 3516 True BlockL1-5C5 BlockL2-5D0 #> 3517 True BlockL1-5C5 BlockL2-5D0 #> 3518 True BlockL1-5C5 BlockL2-5D0 #> 3519 True BlockL1-5C5 BlockL2-5D0 #> 3520 True BlockL1-5C5 BlockL2-5D0 #> 3521 True BlockL1-5C5 BlockL2-5D0 #> 3522 True BlockL1-5C5 BlockL2-5D0 #> 3523 False BlockL1-5C5 BlockL2-5D0 #> 3524 True BlockL1-5C5 BlockL2-5D0 #> 3525 True BlockL1-5C5 #> 3526 #> 3527 True BlockL1-5D4 #> 3528 True BlockL1-5D4 #> 3529 True BlockL1-5D4 #> 3530 True BlockL1-5D4 #> 3531 True BlockL1-5D4 #> 3532 True BlockL1-5D4 #> 3533 True BlockL1-5D4 #> 3534 True BlockL1-5D4 #> 3535 True BlockL1-5D4 #> 3536 True BlockL1-5D4 #> 3537 True BlockL1-5D4 #> 3538 True BlockL1-5D4 #> 3539 True BlockL1-5D4 #> 3540 #> 3541 #> 3542 True BlockL1-6A0 #> 3543 True BlockL1-6A0 #> 3544 True BlockL1-6A0 #> 3545 True BlockL1-6A0 #> 3546 True BlockL1-6A0 #> 3547 True BlockL1-6A0 #> 3548 True BlockL1-6A0 #> 3549 True BlockL1-6A0 #> 3550 True BlockL1-6A0 #> 3551 True BlockL1-6A0 #> 3552 True BlockL1-6A0 #> 3553 True BlockL1-6A0 #> 3554 True BlockL1-6A0 #> 3555 True BlockL1-6A0 #> 3556 True BlockL1-6A0 #> 3557 True BlockL1-6A0 #> 3558 True BlockL1-6A0 #> 3559 True BlockL1-6A0 #> 3560 True BlockL1-6A0 #> 3561 True BlockL1-6A0 #> 3562 True BlockL1-6A0 #> 3563 True BlockL1-6A0 #> 3564 True BlockL1-6A0 #> 3565 True BlockL1-6A0 #> 3566 True BlockL1-6A0 #> 3567 True BlockL1-6A0 #> 3568 True BlockL1-6A0 #> 3569 True BlockL1-6A0 #> 3570 True BlockL1-6A0 #> 3571 True BlockL1-6A0 #> 3572 True BlockL1-6A0 #> 3573 True BlockL1-6A0 #> 3574 True BlockL1-6A0 #> 3575 True BlockL1-6A0 #> 3576 True BlockL1-6A0 #> 3577 True BlockL1-6A0 #> 3578 True BlockL1-6A0 #> 3579 True BlockL1-6A0 #> 3580 True BlockL1-6A0 #> 3581 True BlockL1-6A0 #> 3582 True BlockL1-6A0 #> 3583 True BlockL1-6A0 #> 3584 True BlockL1-6A0 #> 3585 True BlockL1-6A0 #> 3586 #> 3587 True BlockL1-6A2 #> 3588 True BlockL1-6A2 #> 3589 True BlockL1-6A2 #> 3590 True BlockL1-6A2 #> 3591 True BlockL1-6A2 #> 3592 True BlockL1-6A2 #> 3593 True BlockL1-6A2 #> 3594 True BlockL1-6A2 #> 3595 True BlockL1-6A2 #> 3596 True BlockL1-6A2 #> 3597 True BlockL1-6A2 #> 3598 True BlockL1-6A2 #> 3599 True BlockL1-6A2 #> 3600 True BlockL1-6A2 #> 3601 True BlockL1-6A2 #> 3602 True BlockL1-6A2 #> 3603 True BlockL1-6A2 #> 3604 True BlockL1-6A2 #> 3605 True BlockL1-6A2 #> 3606 True BlockL1-6A2 #> 3607 True BlockL1-6A2 #> 3608 True BlockL1-6A2 #> 3609 True BlockL1-6A2 #> 3610 True BlockL1-6A2 #> 3611 True BlockL1-6A2 #> 3612 True BlockL1-6A2 #> 3613 True BlockL1-6A2 #> 3614 True BlockL1-6A2 #> 3615 True BlockL1-6A2 #> 3616 True BlockL1-6A2 #> 3617 True BlockL1-6A2 #> 3618 True BlockL1-6A2 #> 3619 True BlockL1-6A2 #> 3620 True BlockL1-6A2 #> 3621 True BlockL1-6A2 #> 3622 True BlockL1-6A2 #> 3623 True BlockL1-6A2 #> 3624 True BlockL1-6A2 #> 3625 True BlockL1-6A2 #> 3626 True BlockL1-6A2 #> 3627 True BlockL1-6A2 #> 3628 True BlockL1-6A2 #> 3629 True BlockL1-6A2 #> 3630 True BlockL1-6A2 #> 3631 True BlockL1-6A2 #> 3632 True BlockL1-6A2 #> 3633 True BlockL1-6A2 #> 3634 True BlockL1-6A2 #> 3635 True BlockL1-6A2 #> 3636 True BlockL1-6A2 #> 3637 True BlockL1-6A2 #> 3638 True BlockL1-6A2 #> 3639 True BlockL1-6A2 #> 3640 True BlockL1-6A2 #> 3641 True BlockL1-6A2 #> 3642 False BlockL1-6A2 #> 3643 False BlockL1-6A2 #> 3644 False BlockL1-6A2 #> 3645 False BlockL1-6A2 #> 3646 False BlockL1-6A2 #> 3647 False BlockL1-6A2 #> 3648 False BlockL1-6A2 #> 3649 True BlockL1-6A2 #> 3650 True BlockL1-6A2 #> 3651 #> 3652 True BlockL1-6A4 #> 3653 True BlockL1-6A4 #> 3654 True BlockL1-6A4 #> 3655 #> 3656 BlockL1-6A6 #> 3657 True BlockL1-6A6 BlockL2-6A6 #> 3658 True BlockL1-6A6 BlockL2-6A6 #> 3659 True BlockL1-6A6 BlockL2-6A6 #> 3660 True BlockL1-6A6 BlockL2-6A6 #> 3661 True BlockL1-6A6 BlockL2-6A6 #> 3662 True BlockL1-6A6 BlockL2-6A6 #> 3663 True BlockL1-6A6 BlockL2-6A6 #> 3664 True BlockL1-6A6 BlockL2-6A6 #> 3665 True BlockL1-6A6 BlockL2-6A6 #> 3666 True BlockL1-6A6 BlockL2-6A6 #> 3667 True BlockL1-6A6 BlockL2-6A6 #> 3668 True BlockL1-6A6 BlockL2-6A6 #> 3669 True BlockL1-6A6 BlockL2-6A6 #> 3670 True BlockL1-6A6 BlockL2-6A6 #> 3671 True BlockL1-6A6 BlockL2-6A6 #> 3672 True BlockL1-6A6 BlockL2-6A6 #> 3673 True BlockL1-6A6 BlockL2-6A6 #> 3674 True BlockL1-6A6 BlockL2-6A6 #> 3675 True BlockL1-6A6 BlockL2-6A6 #> 3676 True BlockL1-6A6 BlockL2-6A6 #> 3677 True BlockL1-6A6 BlockL2-6A6 #> 3678 True BlockL1-6A6 BlockL2-6A6 #> 3679 True BlockL1-6A6 BlockL2-6A6 #> 3680 True BlockL1-6A6 BlockL2-6A6 #> 3681 True BlockL1-6A6 BlockL2-6A6 #> 3682 True BlockL1-6A6 BlockL2-6A6 #> 3683 True BlockL1-6A6 BlockL2-6A6 #> 3684 True BlockL1-6A6 BlockL2-6A6 #> 3685 True BlockL1-6A6 BlockL2-6A6 #> 3686 True BlockL1-6A6 BlockL2-6A6 #> 3687 True BlockL1-6A6 BlockL2-6A6 #> 3688 True BlockL1-6A6 BlockL2-6A6 #> 3689 True BlockL1-6A6 BlockL2-6A6 #> 3690 True BlockL1-6A6 BlockL2-6A6 #> 3691 True BlockL1-6A6 BlockL2-6A6 #> 3692 True BlockL1-6A6 BlockL2-6A6 #> 3693 BlockL1-6A6 #> 3694 True BlockL1-6A6 BlockL2-6A7 #> 3695 True BlockL1-6A6 BlockL2-6A7 #> 3696 True BlockL1-6A6 BlockL2-6A7 #> 3697 True BlockL1-6A6 BlockL2-6A7 #> 3698 True BlockL1-6A6 BlockL2-6A7 #> 3699 True BlockL1-6A6 BlockL2-6A7 #> 3700 True BlockL1-6A6 BlockL2-6A7 #> 3701 True BlockL1-6A6 BlockL2-6A7 #> 3702 True BlockL1-6A6 BlockL2-6A7 #> 3703 True BlockL1-6A6 BlockL2-6A7 #> 3704 True BlockL1-6A6 BlockL2-6A7 #> 3705 True BlockL1-6A6 BlockL2-6A7 #> 3706 True BlockL1-6A6 BlockL2-6A7 #> 3707 True BlockL1-6A6 BlockL2-6A7 #> 3708 True BlockL1-6A6 BlockL2-6A7 #> 3709 True BlockL1-6A6 BlockL2-6A7 #> 3710 True BlockL1-6A6 BlockL2-6A7 #> 3711 True BlockL1-6A6 BlockL2-6A7 #> 3712 True BlockL1-6A6 BlockL2-6A7 #> 3713 True BlockL1-6A6 BlockL2-6A7 #> 3714 True BlockL1-6A6 BlockL2-6A7 #> 3715 True BlockL1-6A6 BlockL2-6A7 #> 3716 True BlockL1-6A6 BlockL2-6A7 #> 3717 True BlockL1-6A6 BlockL2-6A7 #> 3718 True BlockL1-6A6 BlockL2-6A7 #> 3719 True BlockL1-6A6 BlockL2-6A7 #> 3720 True BlockL1-6A6 #> 3721 True BlockL1-6A6 #> 3722 True BlockL1-6A6 #> 3723 True BlockL1-6A6 #> 3724 True BlockL1-6A6 #> 3725 True BlockL1-6A6 #> 3726 True BlockL1-6A6 #> 3727 True BlockL1-6A6 #> 3728 True BlockL1-6A6 #> 3729 #> 3730 True BlockL1-6B0 #> 3731 True BlockL1-6B0 #> 3732 True BlockL1-6B0 #> 3733 True BlockL1-6B0 #> 3734 True BlockL1-6B0 #> 3735 True BlockL1-6B0 #> 3736 True BlockL1-6B0 #> 3737 True BlockL1-6B0 #> 3738 True BlockL1-6B0 #> 3739 #> 3740 True BlockL1-6B2 #> 3741 True BlockL1-6B2 #> 3742 True BlockL1-6B2 #> 3743 True BlockL1-6B2 #> 3744 True BlockL1-6B2 #> 3745 True BlockL1-6B2 #> 3746 True BlockL1-6B2 #> 3747 True BlockL1-6B2 #> 3748 True BlockL1-6B2 #> 3749 True BlockL1-6B2 #> 3750 True BlockL1-6B2 #> 3751 True BlockL1-6B2 #> 3752 True BlockL1-6B2 #> 3753 True BlockL1-6B2 #> 3754 True BlockL1-6B2 #> 3755 True BlockL1-6B2 #> 3756 True BlockL1-6B2 #> 3757 True BlockL1-6B2 #> 3758 True BlockL1-6B2 #> 3759 True BlockL1-6B2 #> 3760 True BlockL1-6B2 #> 3761 True BlockL1-6B2 #> 3762 True BlockL1-6B2 #> 3763 True BlockL1-6B2 #> 3764 True BlockL1-6B2 #> 3765 True BlockL1-6B2 #> 3766 True BlockL1-6B2 #> 3767 #> 3768 True BlockL1-6B4 #> 3769 True BlockL1-6B4 #> 3770 True BlockL1-6B4 #> 3771 True BlockL1-6B4 #> 3772 True BlockL1-6B4 #> 3773 True BlockL1-6B4 #> 3774 True BlockL1-6B4 #> 3775 True BlockL1-6B4 #> 3776 #> 3777 True BlockL1-6B6 #> 3778 True BlockL1-6B6 #> 3779 True BlockL1-6B6 #> 3780 True BlockL1-6B6 #> 3781 True BlockL1-6B6 #> 3782 True BlockL1-6B6 #> 3783 True BlockL1-6B6 #> 3784 True BlockL1-6B6 #> 3785 True BlockL1-6B6 #> 3786 True BlockL1-6B6 #> 3787 True BlockL1-6B6 #> 3788 True BlockL1-6B6 #> 3789 True BlockL1-6B6 #> 3790 True BlockL1-6B6 #> 3791 True BlockL1-6B6 #> 3792 True BlockL1-6B6 #> 3793 True BlockL1-6B6 #> 3794 True BlockL1-6B6 #> 3795 True BlockL1-6B6 #> 3796 True BlockL1-6B6 #> 3797 True BlockL1-6B6 #> 3798 True BlockL1-6B6 #> 3799 True BlockL1-6B6 #> 3800 True BlockL1-6B6 #> 3801 True BlockL1-6B6 #> 3802 True BlockL1-6B6 #> 3803 True BlockL1-6B6 #> 3804 True BlockL1-6B6 #> 3805 True BlockL1-6B6 #> 3806 True BlockL1-6B6 #> 3807 True BlockL1-6B6 #> 3808 True BlockL1-6B6 #> 3809 #> 3810 True BlockL1-6B8 #> 3811 True BlockL1-6B8 #> 3812 True BlockL1-6B8 #> 3813 True BlockL1-6B8 #> 3814 True BlockL1-6B8 #> 3815 True BlockL1-6B8 #> 3816 True BlockL1-6B8 #> 3817 True BlockL1-6B8 #> 3818 True BlockL1-6B8 #> 3819 True BlockL1-6B8 #> 3820 True BlockL1-6B8 #> 3821 True BlockL1-6B8 #> 3822 True BlockL1-6B8 #> 3823 True BlockL1-6B8 #> 3824 True BlockL1-6B8 #> 3825 True BlockL1-6B8 #> 3826 True BlockL1-6B8 #> 3827 True BlockL1-6B8 #> 3828 True BlockL1-6B8 #> 3829 #> 3830 True BlockL1-6C0 #> 3831 True BlockL1-6C0 #> 3832 True BlockL1-6C0 #> 3833 True BlockL1-6C0 #> 3834 True BlockL1-6C0 #> 3835 True BlockL1-6C0 #> 3836 True BlockL1-6C0 #> 3837 True BlockL1-6C0 #> 3838 True BlockL1-6C0 #> 3839 True BlockL1-6C0 #> 3840 #> 3841 True BlockL1-6C2 #> 3842 True BlockL1-6C2 #> 3843 True BlockL1-6C2 #> 3844 True BlockL1-6C2 #> 3845 True BlockL1-6C2 #> 3846 True BlockL1-6C2 #> 3847 True BlockL1-6C2 #> 3848 True BlockL1-6C2 #> 3849 #> 3850 BlockL1-6C4 #> 3851 True BlockL1-6C4 BlockL2-6C4 #> 3852 True BlockL1-6C4 BlockL2-6C4 #> 3853 True BlockL1-6C4 BlockL2-6C4 #> 3854 True BlockL1-6C4 BlockL2-6C4 #> 3855 True BlockL1-6C4 BlockL2-6C4 #> 3856 True BlockL1-6C4 BlockL2-6C4 #> 3857 True BlockL1-6C4 BlockL2-6C4 #> 3858 True BlockL1-6C4 BlockL2-6C4 #> 3859 True BlockL1-6C4 BlockL2-6C4 #> 3860 True BlockL1-6C4 BlockL2-6C4 #> 3861 True BlockL1-6C4 BlockL2-6C4 #> 3862 True BlockL1-6C4 BlockL2-6C4 #> 3863 True BlockL1-6C4 BlockL2-6C4 #> 3864 True BlockL1-6C4 BlockL2-6C4 #> 3865 True BlockL1-6C4 BlockL2-6C4 #> 3866 True BlockL1-6C4 BlockL2-6C4 #> 3867 True BlockL1-6C4 BlockL2-6C4 #> 3868 True BlockL1-6C4 BlockL2-6C4 #> 3869 True BlockL1-6C4 BlockL2-6C4 #> 3870 True BlockL1-6C4 BlockL2-6C4 #> 3871 True BlockL1-6C4 BlockL2-6C4 #> 3872 True BlockL1-6C4 BlockL2-6C4 #> 3873 True BlockL1-6C4 BlockL2-6C4 #> 3874 True BlockL1-6C4 BlockL2-6C4 #> 3875 True BlockL1-6C4 BlockL2-6C4 #> 3876 True BlockL1-6C4 BlockL2-6C4 #> 3877 True BlockL1-6C4 BlockL2-6C4 #> 3878 True BlockL1-6C4 BlockL2-6C4 #> 3879 True BlockL1-6C4 BlockL2-6C4 #> 3880 True BlockL1-6C4 BlockL2-6C4 #> 3881 True BlockL1-6C4 BlockL2-6C4 #> 3882 True BlockL1-6C4 BlockL2-6C4 #> 3883 True BlockL1-6C4 BlockL2-6C4 #> 3884 True BlockL1-6C4 BlockL2-6C4 #> 3885 True BlockL1-6C4 BlockL2-6C4 #> 3886 True BlockL1-6C4 BlockL2-6C4 #> 3887 True BlockL1-6C4 BlockL2-6C4 #> 3888 True BlockL1-6C4 BlockL2-6C4 #> 3889 True BlockL1-6C4 BlockL2-6C4 #> 3890 True BlockL1-6C4 BlockL2-6C4 #> 3891 True BlockL1-6C4 BlockL2-6C4 #> 3892 True BlockL1-6C4 BlockL2-6C4 #> 3893 True BlockL1-6C4 BlockL2-6C4 #> 3894 True BlockL1-6C4 BlockL2-6C4 #> 3895 True BlockL1-6C4 BlockL2-6C4 #> 3896 True BlockL1-6C4 BlockL2-6C4 #> 3897 True BlockL1-6C4 BlockL2-6C4 #> 3898 True BlockL1-6C4 BlockL2-6C4 #> 3899 True BlockL1-6C4 BlockL2-6C4 #> 3900 True BlockL1-6C4 BlockL2-6C4 #> 3901 True BlockL1-6C4 BlockL2-6C4 #> 3902 True BlockL1-6C4 BlockL2-6C4 #> 3903 True BlockL1-6C4 BlockL2-6C4 #> 3904 True BlockL1-6C4 BlockL2-6C4 #> 3905 True BlockL1-6C4 BlockL2-6C4 #> 3906 True BlockL1-6C4 BlockL2-6C4 #> 3907 True BlockL1-6C4 BlockL2-6C4 #> 3908 True BlockL1-6C4 BlockL2-6C4 #> 3909 True BlockL1-6C4 BlockL2-6C4 #> 3910 True BlockL1-6C4 BlockL2-6C4 #> 3911 True BlockL1-6C4 BlockL2-6C4 #> 3912 True BlockL1-6C4 BlockL2-6C4 #> 3913 True BlockL1-6C4 BlockL2-6C4 #> 3914 True BlockL1-6C4 BlockL2-6C4 #> 3915 True BlockL1-6C4 BlockL2-6C4 #> 3916 True BlockL1-6C4 BlockL2-6C4 #> 3917 True BlockL1-6C4 BlockL2-6C4 #> 3918 True BlockL1-6C4 BlockL2-6C4 #> 3919 True BlockL1-6C4 BlockL2-6C4 #> 3920 True BlockL1-6C4 BlockL2-6C4 #> 3921 True BlockL1-6C4 BlockL2-6C4 #> 3922 True BlockL1-6C4 BlockL2-6C4 #> 3923 True BlockL1-6C4 BlockL2-6C4 #> 3924 True BlockL1-6C4 BlockL2-6C4 #> 3925 True BlockL1-6C4 BlockL2-6C4 #> 3926 True BlockL1-6C4 BlockL2-6C4 #> 3927 True BlockL1-6C4 BlockL2-6C4 #> 3928 True BlockL1-6C4 BlockL2-6C4 #> 3929 True BlockL1-6C4 BlockL2-6C4 #> 3930 True BlockL1-6C4 BlockL2-6C4 #> 3931 True BlockL1-6C4 BlockL2-6C4 #> 3932 True BlockL1-6C4 BlockL2-6C4 #> 3933 True BlockL1-6C4 BlockL2-6C4 #> 3934 True BlockL1-6C4 BlockL2-6C4 #> 3935 True BlockL1-6C4 BlockL2-6C4 #> 3936 True BlockL1-6C4 BlockL2-6C4 #> 3937 True BlockL1-6C4 BlockL2-6C4 #> 3938 True BlockL1-6C4 BlockL2-6C4 #> 3939 True BlockL1-6C4 BlockL2-6C4 #> 3940 True BlockL1-6C4 BlockL2-6C4 #> 3941 True BlockL1-6C4 BlockL2-6C4 #> 3942 True BlockL1-6C4 BlockL2-6C4 #> 3943 True BlockL1-6C4 BlockL2-6C4 #> 3944 True BlockL1-6C4 BlockL2-6C4 #> 3945 True BlockL1-6C4 BlockL2-6C4 #> 3946 True BlockL1-6C4 BlockL2-6C4 #> 3947 True BlockL1-6C4 BlockL2-6C4 #> 3948 True BlockL1-6C4 BlockL2-6C4 #> 3949 True BlockL1-6C4 BlockL2-6C4 #> 3950 True BlockL1-6C4 BlockL2-6C4 #> 3951 True BlockL1-6C4 BlockL2-6C4 #> 3952 True BlockL1-6C4 BlockL2-6C4 #> 3953 True BlockL1-6C4 BlockL2-6C4 #> 3954 True BlockL1-6C4 BlockL2-6C4 #> 3955 True BlockL1-6C4 BlockL2-6C4 #> 3956 True BlockL1-6C4 BlockL2-6C4 #> 3957 True BlockL1-6C4 BlockL2-6C4 #> 3958 True BlockL1-6C4 BlockL2-6C4 #> 3959 True BlockL1-6C4 BlockL2-6C4 #> 3960 True BlockL1-6C4 BlockL2-6C4 #> 3961 True BlockL1-6C4 BlockL2-6C4 #> 3962 True BlockL1-6C4 BlockL2-6C4 #> 3963 True BlockL1-6C4 BlockL2-6C4 #> 3964 True BlockL1-6C4 BlockL2-6C4 #> 3965 True BlockL1-6C4 BlockL2-6C4 #> 3966 True BlockL1-6C4 BlockL2-6C4 #> 3967 True BlockL1-6C4 BlockL2-6C4 #> 3968 True BlockL1-6C4 BlockL2-6C4 #> 3969 True BlockL1-6C4 BlockL2-6C4 #> 3970 True BlockL1-6C4 BlockL2-6C4 #> 3971 True BlockL1-6C4 BlockL2-6C4 #> 3972 True BlockL1-6C4 BlockL2-6C4 #> 3973 True BlockL1-6C4 BlockL2-6C4 #> 3974 True BlockL1-6C4 BlockL2-6C4 #> 3975 True BlockL1-6C4 BlockL2-6C4 #> 3976 True BlockL1-6C4 BlockL2-6C4 #> 3977 True BlockL1-6C4 BlockL2-6C4 #> 3978 True BlockL1-6C4 BlockL2-6C4 #> 3979 True BlockL1-6C4 BlockL2-6C4 #> 3980 True BlockL1-6C4 BlockL2-6C4 #> 3981 True BlockL1-6C4 BlockL2-6C4 #> 3982 True BlockL1-6C4 BlockL2-6C4 #> 3983 True BlockL1-6C4 BlockL2-6C4 #> 3984 True BlockL1-6C4 BlockL2-6C4 #> 3985 True BlockL1-6C4 BlockL2-6C4 #> 3986 True BlockL1-6C4 BlockL2-6C4 #> 3987 True BlockL1-6C4 BlockL2-6C4 #> 3988 True BlockL1-6C4 BlockL2-6C4 #> 3989 True BlockL1-6C4 BlockL2-6C4 #> 3990 True BlockL1-6C4 BlockL2-6C4 #> 3991 True BlockL1-6C4 BlockL2-6C4 #> 3992 True BlockL1-6C4 BlockL2-6C4 #> 3993 True BlockL1-6C4 BlockL2-6C4 #> 3994 True BlockL1-6C4 BlockL2-6C4 #> 3995 True BlockL1-6C4 BlockL2-6C4 #> 3996 True BlockL1-6C4 BlockL2-6C4 #> 3997 True BlockL1-6C4 BlockL2-6C4 #> 3998 True BlockL1-6C4 BlockL2-6C4 #> 3999 True BlockL1-6C4 BlockL2-6C4 #> 4000 True BlockL1-6C4 BlockL2-6C4 #> 4001 True BlockL1-6C4 BlockL2-6C4 #> 4002 True BlockL1-6C4 BlockL2-6C4 #> 4003 True BlockL1-6C4 BlockL2-6C4 #> 4004 True BlockL1-6C4 BlockL2-6C4 #> 4005 True BlockL1-6C4 BlockL2-6C4 #> 4006 True BlockL1-6C4 BlockL2-6C4 #> 4007 True BlockL1-6C4 BlockL2-6C4 #> 4008 True BlockL1-6C4 BlockL2-6C4 #> 4009 True BlockL1-6C4 BlockL2-6C4 #> 4010 True BlockL1-6C4 BlockL2-6C4 #> 4011 True BlockL1-6C4 BlockL2-6C4 #> 4012 True BlockL1-6C4 BlockL2-6C4 #> 4013 True BlockL1-6C4 BlockL2-6C4 #> 4014 True BlockL1-6C4 BlockL2-6C4 #> 4015 True BlockL1-6C4 BlockL2-6C4 #> 4016 True BlockL1-6C4 BlockL2-6C4 #> 4017 True BlockL1-6C4 BlockL2-6C4 #> 4018 True BlockL1-6C4 BlockL2-6C4 #> 4019 True BlockL1-6C4 BlockL2-6C4 #> 4020 True BlockL1-6C4 BlockL2-6C4 #> 4021 True BlockL1-6C4 BlockL2-6C4 #> 4022 True BlockL1-6C4 BlockL2-6C4 #> 4023 True BlockL1-6C4 BlockL2-6C4 #> 4024 True BlockL1-6C4 BlockL2-6C4 #> 4025 True BlockL1-6C4 BlockL2-6C4 #> 4026 True BlockL1-6C4 BlockL2-6C4 #> 4027 True BlockL1-6C4 BlockL2-6C4 #> 4028 True BlockL1-6C4 BlockL2-6C4 #> 4029 True BlockL1-6C4 BlockL2-6C4 #> 4030 True BlockL1-6C4 BlockL2-6C4 #> 4031 True BlockL1-6C4 BlockL2-6C4 #> 4032 True BlockL1-6C4 BlockL2-6C4 #> 4033 True BlockL1-6C4 BlockL2-6C4 #> 4034 True BlockL1-6C4 BlockL2-6C4 #> 4035 True BlockL1-6C4 BlockL2-6C4 #> 4036 True BlockL1-6C4 BlockL2-6C4 #> 4037 True BlockL1-6C4 BlockL2-6C4 #> 4038 True BlockL1-6C4 BlockL2-6C4 #> 4039 True BlockL1-6C4 BlockL2-6C4 #> 4040 True BlockL1-6C4 BlockL2-6C4 #> 4041 True BlockL1-6C4 BlockL2-6C4 #> 4042 True BlockL1-6C4 BlockL2-6C4 #> 4043 True BlockL1-6C4 BlockL2-6C4 #> 4044 True BlockL1-6C4 BlockL2-6C4 #> 4045 True BlockL1-6C4 BlockL2-6C4 #> 4046 True BlockL1-6C4 BlockL2-6C4 #> 4047 True BlockL1-6C4 BlockL2-6C4 #> 4048 True BlockL1-6C4 BlockL2-6C4 #> 4049 True BlockL1-6C4 BlockL2-6C4 #> 4050 True BlockL1-6C4 BlockL2-6C4 #> 4051 True BlockL1-6C4 BlockL2-6C4 #> 4052 True BlockL1-6C4 BlockL2-6C4 #> 4053 True BlockL1-6C4 BlockL2-6C4 #> 4054 True BlockL1-6C4 BlockL2-6C4 #> 4055 True BlockL1-6C4 BlockL2-6C4 #> 4056 True BlockL1-6C4 BlockL2-6C4 #> 4057 True BlockL1-6C4 BlockL2-6C4 #> 4058 True BlockL1-6C4 BlockL2-6C4 #> 4059 True BlockL1-6C4 BlockL2-6C4 #> 4060 True BlockL1-6C4 BlockL2-6C4 #> 4061 True BlockL1-6C4 BlockL2-6C4 #> 4062 True BlockL1-6C4 BlockL2-6C4 #> 4063 True BlockL1-6C4 BlockL2-6C4 #> 4064 True BlockL1-6C4 BlockL2-6C4 #> 4065 True BlockL1-6C4 BlockL2-6C4 #> 4066 True BlockL1-6C4 BlockL2-6C4 #> 4067 True BlockL1-6C4 BlockL2-6C4 #> 4068 True BlockL1-6C4 BlockL2-6C4 #> 4069 True BlockL1-6C4 BlockL2-6C4 #> 4070 True BlockL1-6C4 BlockL2-6C4 #> 4071 True BlockL1-6C4 BlockL2-6C4 #> 4072 True BlockL1-6C4 BlockL2-6C4 #> 4073 True BlockL1-6C4 BlockL2-6C4 #> 4074 True BlockL1-6C4 BlockL2-6C4 #> 4075 True BlockL1-6C4 BlockL2-6C4 #> 4076 True BlockL1-6C4 BlockL2-6C4 #> 4077 True BlockL1-6C4 BlockL2-6C4 #> 4078 True BlockL1-6C4 BlockL2-6C4 #> 4079 True BlockL1-6C4 BlockL2-6C4 #> 4080 True BlockL1-6C4 BlockL2-6C4 #> 4081 True BlockL1-6C4 BlockL2-6C4 #> 4082 True BlockL1-6C4 BlockL2-6C4 #> 4083 True BlockL1-6C4 BlockL2-6C4 #> 4084 True BlockL1-6C4 BlockL2-6C4 #> 4085 True BlockL1-6C4 BlockL2-6C4 #> 4086 True BlockL1-6C4 BlockL2-6C4 #> 4087 True BlockL1-6C4 BlockL2-6C4 #> 4088 True BlockL1-6C4 BlockL2-6C4 #> 4089 True BlockL1-6C4 BlockL2-6C4 #> 4090 True BlockL1-6C4 BlockL2-6C4 #> 4091 True BlockL1-6C4 BlockL2-6C4 #> 4092 True BlockL1-6C4 BlockL2-6C4 #> 4093 True BlockL1-6C4 BlockL2-6C4 #> 4094 True BlockL1-6C4 BlockL2-6C4 #> 4095 True BlockL1-6C4 BlockL2-6C4 #> 4096 True BlockL1-6C4 BlockL2-6C4 #> 4097 True BlockL1-6C4 BlockL2-6C4 #> 4098 True BlockL1-6C4 BlockL2-6C4 #> 4099 True BlockL1-6C4 BlockL2-6C4 #> 4100 True BlockL1-6C4 BlockL2-6C4 #> 4101 True BlockL1-6C4 BlockL2-6C4 #> 4102 True BlockL1-6C4 BlockL2-6C4 #> 4103 True BlockL1-6C4 BlockL2-6C4 #> 4104 True BlockL1-6C4 BlockL2-6C4 #> 4105 True BlockL1-6C4 BlockL2-6C4 #> 4106 True BlockL1-6C4 BlockL2-6C4 #> 4107 True BlockL1-6C4 BlockL2-6C4 #> 4108 True BlockL1-6C4 BlockL2-6C4 #> 4109 True BlockL1-6C4 BlockL2-6C4 #> 4110 True BlockL1-6C4 BlockL2-6C4 #> 4111 True BlockL1-6C4 BlockL2-6C4 #> 4112 True BlockL1-6C4 BlockL2-6C4 #> 4113 True BlockL1-6C4 BlockL2-6C4 #> 4114 True BlockL1-6C4 BlockL2-6C4 #> 4115 True BlockL1-6C4 BlockL2-6C4 #> 4116 True BlockL1-6C4 BlockL2-6C4 #> 4117 True BlockL1-6C4 BlockL2-6C4 #> 4118 True BlockL1-6C4 BlockL2-6C4 #> 4119 True BlockL1-6C4 BlockL2-6C4 #> 4120 True BlockL1-6C4 BlockL2-6C4 #> 4121 True BlockL1-6C4 BlockL2-6C4 #> 4122 True BlockL1-6C4 BlockL2-6C4 #> 4123 True BlockL1-6C4 BlockL2-6C4 #> 4124 True BlockL1-6C4 BlockL2-6C4 #> 4125 True BlockL1-6C4 BlockL2-6C4 #> 4126 True BlockL1-6C4 BlockL2-6C4 #> 4127 True BlockL1-6C4 BlockL2-6C4 #> 4128 True BlockL1-6C4 BlockL2-6C4 #> 4129 True BlockL1-6C4 BlockL2-6C4 #> 4130 True BlockL1-6C4 BlockL2-6C4 #> 4131 True BlockL1-6C4 BlockL2-6C4 #> 4132 True BlockL1-6C4 BlockL2-6C4 #> 4133 True BlockL1-6C4 BlockL2-6C4 #> 4134 True BlockL1-6C4 BlockL2-6C4 #> 4135 True BlockL1-6C4 BlockL2-6C4 #> 4136 True BlockL1-6C4 BlockL2-6C4 #> 4137 True BlockL1-6C4 BlockL2-6C4 #> 4138 True BlockL1-6C4 BlockL2-6C4 #> 4139 True BlockL1-6C4 BlockL2-6C4 #> 4140 True BlockL1-6C4 BlockL2-6C4 #> 4141 True BlockL1-6C4 BlockL2-6C4 #> 4142 True BlockL1-6C4 BlockL2-6C4 #> 4143 True BlockL1-6C4 BlockL2-6C4 #> 4144 True BlockL1-6C4 BlockL2-6C4 #> 4145 True BlockL1-6C4 BlockL2-6C4 #> 4146 True BlockL1-6C4 BlockL2-6C4 #> 4147 True BlockL1-6C4 BlockL2-6C4 #> 4148 True BlockL1-6C4 BlockL2-6C4 #> 4149 True BlockL1-6C4 BlockL2-6C4 #> 4150 True BlockL1-6C4 BlockL2-6C4 #> 4151 True BlockL1-6C4 BlockL2-6C4 #> 4152 True BlockL1-6C4 BlockL2-6C4 #> 4153 True BlockL1-6C4 BlockL2-6C4 #> 4154 True BlockL1-6C4 BlockL2-6C4 #> 4155 True BlockL1-6C4 BlockL2-6C4 #> 4156 True BlockL1-6C4 BlockL2-6C4 #> 4157 True BlockL1-6C4 BlockL2-6C4 #> 4158 True BlockL1-6C4 BlockL2-6C4 #> 4159 True BlockL1-6C4 BlockL2-6C4 #> 4160 True BlockL1-6C4 BlockL2-6C4 #> 4161 True BlockL1-6C4 BlockL2-6C4 #> 4162 True BlockL1-6C4 BlockL2-6C4 #> 4163 True BlockL1-6C4 BlockL2-6C4 #> 4164 True BlockL1-6C4 BlockL2-6C4 #> 4165 True BlockL1-6C4 BlockL2-6C4 #> 4166 True BlockL1-6C4 BlockL2-6C4 #> 4167 True BlockL1-6C4 BlockL2-6C4 #> 4168 True BlockL1-6C4 BlockL2-6C4 #> 4169 True BlockL1-6C4 BlockL2-6C4 #> 4170 True BlockL1-6C4 BlockL2-6C4 #> 4171 True BlockL1-6C4 BlockL2-6C4 #> 4172 True BlockL1-6C4 BlockL2-6C4 #> 4173 True BlockL1-6C4 BlockL2-6C4 #> 4174 True BlockL1-6C4 BlockL2-6C4 #> 4175 True BlockL1-6C4 BlockL2-6C4 #> 4176 True BlockL1-6C4 BlockL2-6C4 #> 4177 True BlockL1-6C4 BlockL2-6C4 #> 4178 True BlockL1-6C4 BlockL2-6C4 #> 4179 True BlockL1-6C4 BlockL2-6C4 #> 4180 True BlockL1-6C4 BlockL2-6C4 #> 4181 True BlockL1-6C4 BlockL2-6C4 #> 4182 True BlockL1-6C4 BlockL2-6C4 #> 4183 True BlockL1-6C4 BlockL2-6C4 #> 4184 True BlockL1-6C4 BlockL2-6C4 #> 4185 True BlockL1-6C4 BlockL2-6C4 #> 4186 True BlockL1-6C4 BlockL2-6C4 #> 4187 True BlockL1-6C4 BlockL2-6C4 #> 4188 True BlockL1-6C4 BlockL2-6C4 #> 4189 True BlockL1-6C4 BlockL2-6C4 #> 4190 True BlockL1-6C4 BlockL2-6C4 #> 4191 True BlockL1-6C4 BlockL2-6C4 #> 4192 True BlockL1-6C4 BlockL2-6C4 #> 4193 True BlockL1-6C4 BlockL2-6C4 #> 4194 True BlockL1-6C4 BlockL2-6C4 #> 4195 True BlockL1-6C4 BlockL2-6C4 #> 4196 True BlockL1-6C4 BlockL2-6C4 #> 4197 True BlockL1-6C4 BlockL2-6C4 #> 4198 True BlockL1-6C4 BlockL2-6C4 #> 4199 True BlockL1-6C4 BlockL2-6C4 #> 4200 True BlockL1-6C4 BlockL2-6C4 #> 4201 True BlockL1-6C4 BlockL2-6C4 #> 4202 True BlockL1-6C4 BlockL2-6C4 #> 4203 True BlockL1-6C4 BlockL2-6C4 #> 4204 True BlockL1-6C4 BlockL2-6C4 #> 4205 True BlockL1-6C4 BlockL2-6C4 #> 4206 True BlockL1-6C4 BlockL2-6C4 #> 4207 True BlockL1-6C4 BlockL2-6C4 #> 4208 True BlockL1-6C4 BlockL2-6C4 #> 4209 True BlockL1-6C4 BlockL2-6C4 #> 4210 True BlockL1-6C4 BlockL2-6C4 #> 4211 True BlockL1-6C4 BlockL2-6C4 #> 4212 True BlockL1-6C4 BlockL2-6C4 #> 4213 True BlockL1-6C4 BlockL2-6C4 #> 4214 True BlockL1-6C4 BlockL2-6C4 #> 4215 True BlockL1-6C4 BlockL2-6C4 #> 4216 True BlockL1-6C4 BlockL2-6C4 #> 4217 True BlockL1-6C4 BlockL2-6C4 #> 4218 True BlockL1-6C4 BlockL2-6C4 #> 4219 True BlockL1-6C4 BlockL2-6C4 #> 4220 True BlockL1-6C4 BlockL2-6C4 #> 4221 True BlockL1-6C4 BlockL2-6C4 #> 4222 True BlockL1-6C4 BlockL2-6C4 #> 4223 True BlockL1-6C4 BlockL2-6C4 #> 4224 True BlockL1-6C4 BlockL2-6C4 #> 4225 True BlockL1-6C4 BlockL2-6C4 #> 4226 True BlockL1-6C4 BlockL2-6C4 #> 4227 True BlockL1-6C4 BlockL2-6C4 #> 4228 True BlockL1-6C4 BlockL2-6C4 #> 4229 True BlockL1-6C4 BlockL2-6C4 #> 4230 True BlockL1-6C4 BlockL2-6C4 #> 4231 True BlockL1-6C4 BlockL2-6C4 #> 4232 True BlockL1-6C4 BlockL2-6C4 #> 4233 True BlockL1-6C4 BlockL2-6C4 #> 4234 True BlockL1-6C4 BlockL2-6C4 #> 4235 True BlockL1-6C4 BlockL2-6C4 #> 4236 True BlockL1-6C4 BlockL2-6C4 #> 4237 True BlockL1-6C4 BlockL2-6C4 #> 4238 True BlockL1-6C4 BlockL2-6C4 #> 4239 True BlockL1-6C4 BlockL2-6C4 #> 4240 True BlockL1-6C4 BlockL2-6C4 #> 4241 True BlockL1-6C4 BlockL2-6C4 #> 4242 True BlockL1-6C4 BlockL2-6C4 #> 4243 True BlockL1-6C4 BlockL2-6C4 #> 4244 True BlockL1-6C4 BlockL2-6C4 #> 4245 True BlockL1-6C4 BlockL2-6C4 #> 4246 True BlockL1-6C4 BlockL2-6C4 #> 4247 True BlockL1-6C4 BlockL2-6C4 #> 4248 True BlockL1-6C4 BlockL2-6C4 #> 4249 True BlockL1-6C4 BlockL2-6C4 #> 4250 True BlockL1-6C4 BlockL2-6C4 #> 4251 True BlockL1-6C4 BlockL2-6C4 #> 4252 True BlockL1-6C4 BlockL2-6C4 #> 4253 True BlockL1-6C4 BlockL2-6C4 #> 4254 True BlockL1-6C4 BlockL2-6C4 #> 4255 True BlockL1-6C4 BlockL2-6C4 #> 4256 True BlockL1-6C4 BlockL2-6C4 #> 4257 True BlockL1-6C4 BlockL2-6C4 #> 4258 True BlockL1-6C4 BlockL2-6C4 #> 4259 True BlockL1-6C4 BlockL2-6C4 #> 4260 True BlockL1-6C4 BlockL2-6C4 #> 4261 BlockL1-6C4 #> 4262 True BlockL1-6C4 BlockL2-6C5 #> 4263 True BlockL1-6C4 BlockL2-6C5 #> 4264 True BlockL1-6C4 BlockL2-6C5 #> 4265 True BlockL1-6C4 BlockL2-6C5 #> 4266 True BlockL1-6C4 BlockL2-6C5 #> 4267 True BlockL1-6C4 BlockL2-6C5 #> 4268 True BlockL1-6C4 BlockL2-6C5 #> 4269 True BlockL1-6C4 BlockL2-6C5 #> 4270 True BlockL1-6C4 BlockL2-6C5 #> 4271 True BlockL1-6C4 BlockL2-6C5 #> 4272 #> 4273 True BlockL1-6C7 #> 4274 True BlockL1-6C7 #> 4275 True BlockL1-6C7 #> 4276 True BlockL1-6C7 #> 4277 True BlockL1-6C7 #> 4278 True BlockL1-6C7 #> 4279 #> 4280 True BlockL1-6C9 #> 4281 True BlockL1-6C9 #> 4282 True BlockL1-6C9 #> 4283 True BlockL1-6C9 #> 4284 True BlockL1-6C9 #> 4285 True BlockL1-6C9 #> 4286 True BlockL1-6C9 #> 4287 True BlockL1-6C9 #> 4288 True BlockL1-6C9 #> 4289 True BlockL1-6C9 #> 4290 True BlockL1-6C9 #> 4291 True BlockL1-6C9 #> 4292 True BlockL1-6C9 #> 4293 True BlockL1-6C9 #> 4294 True BlockL1-6C9 #> 4295 True BlockL1-6C9 #> 4296 True BlockL1-6C9 #> 4297 True BlockL1-6C9 #> 4298 True BlockL1-6C9 #> 4299 True BlockL1-6C9 #> 4300 True BlockL1-6C9 #> 4301 True BlockL1-6C9 #> 4302 #> 4303 True BlockL1-6D1 #> 4304 True BlockL1-6D1 #> 4305 True BlockL1-6D1 #> 4306 True BlockL1-6D1 #> 4307 True BlockL1-6D1 #> 4308 True BlockL1-6D1 #> 4309 True BlockL1-6D1 #> 4310 True BlockL1-6D1 #> 4311 True BlockL1-6D1 #> 4312 True BlockL1-6D1 #> 4313 True BlockL1-6D1 #> 4314 True BlockL1-6D1 #> 4315 #> 4316 True BlockL1-6D3 #> 4317 True BlockL1-6D3 #> 4318 True BlockL1-6D3 #> 4319 True BlockL1-6D3 #> 4320 True BlockL1-6D3 #> 4321 True BlockL1-6D3 #> 4322 True BlockL1-6D3 #> 4323 True BlockL1-6D3 #> 4324 #> 4325 True BlockL1-6D5 #> 4326 True BlockL1-6D5 #> 4327 True BlockL1-6D5 #> 4328 #> 4329 True BlockL1-6D7 #> 4330 True BlockL1-6D7 #> 4331 True BlockL1-6D7 #> 4332 True BlockL1-6D7 #> 4333 True BlockL1-6D7 #> 4334 True BlockL1-6D7 #> 4335 False BlockL1-6D7 #> 4336 True BlockL1-6D7 #> 4337 True BlockL1-6D7 #> 4338 True BlockL1-6D7 #> 4339 True BlockL1-6D7 #> 4340 True BlockL1-6D7 #> 4341 True BlockL1-6D7 #> 4342 True BlockL1-6D7 #> 4343 True BlockL1-6D7 #> 4344 True BlockL1-6D7 #> 4345 BlockL1-6D7 #> 4346 False BlockL1-6D7 BlockL2-6D8 #> 4347 False BlockL1-6D7 BlockL2-6D8 #> 4348 False BlockL1-6D7 BlockL2-6D8 #> 4349 False BlockL1-6D7 BlockL2-6D8 #> 4350 False BlockL1-6D7 BlockL2-6D8 #> 4351 False BlockL1-6D7 BlockL2-6D8 #> 4352 False BlockL1-6D7 BlockL2-6D8 #> 4353 False BlockL1-6D7 BlockL2-6D8 #> 4354 False BlockL1-6D7 BlockL2-6D8 #> 4355 False BlockL1-6D7 BlockL2-6D8 #> 4356 False BlockL1-6D7 BlockL2-6D8 #> 4357 False BlockL1-6D7 BlockL2-6D8 #> 4358 False BlockL1-6D7 BlockL2-6D8 #> 4359 False BlockL1-6D7 BlockL2-6D8 #> 4360 False BlockL1-6D7 BlockL2-6D8 #> 4361 False BlockL1-6D7 BlockL2-6D8 #> 4362 False BlockL1-6D7 BlockL2-6D8 #> 4363 False BlockL1-6D7 BlockL2-6D8 #> 4364 False BlockL1-6D7 BlockL2-6D8 #> 4365 False BlockL1-6D7 BlockL2-6D8 #> 4366 False BlockL1-6D7 BlockL2-6D8 #> 4367 False BlockL1-6D7 BlockL2-6D8 #> 4368 False BlockL1-6D7 BlockL2-6D8 #> 4369 False BlockL1-6D7 BlockL2-6D8 #> 4370 False BlockL1-6D7 BlockL2-6D8 #> 4371 False BlockL1-6D7 BlockL2-6D8 #> 4372 False BlockL1-6D7 BlockL2-6D8 #> 4373 False BlockL1-6D7 BlockL2-6D8 #> 4374 False BlockL1-6D7 BlockL2-6D8 #> 4375 False BlockL1-6D7 BlockL2-6D8 #> 4376 False BlockL1-6D7 BlockL2-6D8 #> 4377 False BlockL1-6D7 BlockL2-6D8 #> 4378 False BlockL1-6D7 BlockL2-6D8 #> 4379 False BlockL1-6D7 BlockL2-6D8 #> 4380 False BlockL1-6D7 BlockL2-6D8 #> 4381 False BlockL1-6D7 BlockL2-6D8 #> 4382 True BlockL1-6D7 BlockL2-6D8 #> 4383 True BlockL1-6D7 BlockL2-6D8 #> 4384 True BlockL1-6D7 #> 4385 True BlockL1-6D7 #> 4386 #> 4387 False BlockL1-6E2 #> 4388 False BlockL1-6E2 #> 4389 True BlockL1-6E2 #> 4390 True #> 4391 True #> 4392 True #> 4393 True #> 4394 True #> 4395 True #> 4396 True #> 4397 True #> 4398 #> 4399 False BlockL1-6E6 #> 4400 False BlockL1-6E6 #> 4401 False BlockL1-6E6 #> 4402 False BlockL1-6E6 #> 4403 False BlockL1-6E6 #> 4404 False BlockL1-6E6 #> 4405 False BlockL1-6E6 #> 4406 False BlockL1-6E6 #> 4407 False BlockL1-6E6 #> 4408 False BlockL1-6E6 #> 4409 False BlockL1-6E6 #> 4410 False BlockL1-6E6 #> 4411 False BlockL1-6E6 #> 4412 False BlockL1-6E6 #> 4413 False BlockL1-6E6 #> 4414 False BlockL1-6E6 #> 4415 False BlockL1-6E6 #> 4416 False BlockL1-6E6 #> 4417 False BlockL1-6E6 #> 4418 False BlockL1-6E6 #> 4419 False BlockL1-6E6 #> 4420 True BlockL1-6E6 #> 4421 True BlockL1-6E6 #> 4422 True #> 4423 True #> 4424 #> 4425 #> 4426 True BlockL1-7A0 #> 4427 True BlockL1-7A0 #> 4428 True BlockL1-7A0 #> 4429 #> 4430 True BlockL1-7A2 #> 4431 True BlockL1-7A2 #> 4432 True BlockL1-7A2 #> 4433 True BlockL1-7A2 #> 4434 True BlockL1-7A2 #> 4435 True BlockL1-7A2 #> 4436 True BlockL1-7A2 #> 4437 True BlockL1-7A2 #> 4438 True BlockL1-7A2 #> 4439 True BlockL1-7A2 #> 4440 True BlockL1-7A2 #> 4441 True BlockL1-7A2 #> 4442 #> 4443 True BlockL1-7A4 #> 4444 True BlockL1-7A4 #> 4445 True BlockL1-7A4 #> 4446 True BlockL1-7A4 #> 4447 True BlockL1-7A4 #> 4448 True BlockL1-7A4 #> 4449 True BlockL1-7A4 #> 4450 True BlockL1-7A4 #> 4451 True BlockL1-7A4 #> 4452 True BlockL1-7A4 #> 4453 True BlockL1-7A4 #> 4454 True BlockL1-7A4 #> 4455 True BlockL1-7A4 #> 4456 True BlockL1-7A4 #> 4457 True BlockL1-7A4 #> 4458 True BlockL1-7A4 #> 4459 True BlockL1-7A4 #> 4460 True BlockL1-7A4 #> 4461 True BlockL1-7A4 #> 4462 True BlockL1-7A4 #> 4463 True BlockL1-7A4 #> 4464 True BlockL1-7A4 #> 4465 True BlockL1-7A4 #> 4466 True BlockL1-7A4 #> 4467 #> 4468 True BlockL1-7A6 #> 4469 True BlockL1-7A6 #> 4470 True BlockL1-7A6 #> 4471 True BlockL1-7A6 #> 4472 True BlockL1-7A6 #> 4473 True BlockL1-7A6 #> 4474 True BlockL1-7A6 #> 4475 #> 4476 True BlockL1-7A8 #> 4477 True BlockL1-7A8 #> 4478 True BlockL1-7A8 #> 4479 True BlockL1-7A8 #> 4480 True BlockL1-7A8 #> 4481 True BlockL1-7A8 #> 4482 True BlockL1-7A8 #> 4483 False BlockL1-7A8 #> 4484 True BlockL1-7A8 #> 4485 True BlockL1-7A8 #> 4486 True BlockL1-7A8 #> 4487 #> 4488 True BlockL1-7B0 #> 4489 True BlockL1-7B0 #> 4490 True BlockL1-7B0 #> 4491 True BlockL1-7B0 #> 4492 True BlockL1-7B0 #> 4493 True BlockL1-7B0 #> 4494 True BlockL1-7B0 #> 4495 True BlockL1-7B0 #> 4496 True BlockL1-7B0 #> 4497 True BlockL1-7B0 #> 4498 True BlockL1-7B0 #> 4499 True BlockL1-7B0 #> 4500 True BlockL1-7B0 #> 4501 True BlockL1-7B0 #> 4502 True BlockL1-7B0 #> 4503 True BlockL1-7B0 #> 4504 True BlockL1-7B0 #> 4505 True BlockL1-7B0 #> 4506 True BlockL1-7B0 #> 4507 True BlockL1-7B0 #> 4508 True #> 4509 True #> 4510 #> 4511 #> 4512 True BlockL1-8A0 #> 4513 True BlockL1-8A0 #> 4514 True BlockL1-8A0 #> 4515 True BlockL1-8A0 #> 4516 True BlockL1-8A0 #> 4517 True BlockL1-8A0 #> 4518 True BlockL1-8A0 #> 4519 True BlockL1-8A0 #> 4520 True BlockL1-8A0 #> 4521 True BlockL1-8A0 #> 4522 True BlockL1-8A0 #> 4523 True BlockL1-8A0 #> 4524 True BlockL1-8A0 #> 4525 True BlockL1-8A0 #> 4526 True BlockL1-8A0 #> 4527 True BlockL1-8A0 #> 4528 True BlockL1-8A0 #> 4529 True BlockL1-8A0 #> 4530 True BlockL1-8A0 #> 4531 True BlockL1-8A0 #> 4532 True BlockL1-8A0 #> 4533 True BlockL1-8A0 #> 4534 True BlockL1-8A0 #> 4535 True BlockL1-8A0 #> 4536 True BlockL1-8A0 #> 4537 True BlockL1-8A0 #> 4538 True BlockL1-8A0 #> 4539 True BlockL1-8A0 #> 4540 True BlockL1-8A0 #> 4541 True BlockL1-8A0 #> 4542 True BlockL1-8A0 #> 4543 True BlockL1-8A0 #> 4544 True BlockL1-8A0 #> 4545 True BlockL1-8A0 #> 4546 True BlockL1-8A0 #> 4547 True BlockL1-8A0 #> 4548 True BlockL1-8A0 #> 4549 True BlockL1-8A0 #> 4550 True BlockL1-8A0 #> 4551 True BlockL1-8A0 #> 4552 True BlockL1-8A0 #> 4553 True BlockL1-8A0 #> 4554 True BlockL1-8A0 #> 4555 True BlockL1-8A0 #> 4556 True BlockL1-8A0 #> 4557 True BlockL1-8A0 #> 4558 True BlockL1-8A0 #> 4559 True BlockL1-8A0 #> 4560 True BlockL1-8A0 #> 4561 True BlockL1-8A0 #> 4562 True BlockL1-8A0 #> 4563 True BlockL1-8A0 #> 4564 True BlockL1-8A0 #> 4565 True BlockL1-8A0 #> 4566 True BlockL1-8A0 #> 4567 True BlockL1-8A0 #> 4568 True BlockL1-8A0 #> 4569 True BlockL1-8A0 #> 4570 True BlockL1-8A0 #> 4571 True BlockL1-8A0 #> 4572 True BlockL1-8A0 #> 4573 True BlockL1-8A0 #> 4574 True BlockL1-8A0 #> 4575 True BlockL1-8A0 #> 4576 True BlockL1-8A0 #> 4577 True BlockL1-8A0 #> 4578 True BlockL1-8A0 #> 4579 True BlockL1-8A0 #> 4580 True BlockL1-8A0 #> 4581 True BlockL1-8A0 #> 4582 True BlockL1-8A0 #> 4583 True BlockL1-8A0 #> 4584 True BlockL1-8A0 #> 4585 True BlockL1-8A0 #> 4586 True BlockL1-8A0 #> 4587 True BlockL1-8A0 #> 4588 True BlockL1-8A0 #> 4589 True BlockL1-8A0 #> 4590 True BlockL1-8A0 #> 4591 True BlockL1-8A0 #> 4592 True BlockL1-8A0 #> 4593 True BlockL1-8A0 #> 4594 True BlockL1-8A0 #> 4595 True BlockL1-8A0 #> 4596 True BlockL1-8A0 #> 4597 True BlockL1-8A0 #> 4598 True BlockL1-8A0 #> 4599 True BlockL1-8A0 #> 4600 True BlockL1-8A0 #> 4601 True BlockL1-8A0 #> 4602 True BlockL1-8A0 #> 4603 True BlockL1-8A0 #> 4604 True BlockL1-8A0 #> 4605 True BlockL1-8A0 #> 4606 True BlockL1-8A0 #> 4607 True BlockL1-8A0 #> 4608 True BlockL1-8A0 #> 4609 True BlockL1-8A0 #> 4610 True BlockL1-8A0 #> 4611 True BlockL1-8A0 #> 4612 True BlockL1-8A0 #> 4613 True BlockL1-8A0 #> 4614 True BlockL1-8A0 #> 4615 True BlockL1-8A0 #> 4616 True BlockL1-8A0 #> 4617 True BlockL1-8A0 #> 4618 True BlockL1-8A0 #> 4619 True BlockL1-8A0 #> 4620 True BlockL1-8A0 #> 4621 True BlockL1-8A0 #> 4622 True BlockL1-8A0 #> 4623 True BlockL1-8A0 #> 4624 True BlockL1-8A0 #> 4625 True BlockL1-8A0 #> 4626 True BlockL1-8A0 #> 4627 True BlockL1-8A0 #> 4628 True BlockL1-8A0 #> 4629 True BlockL1-8A0 #> 4630 True BlockL1-8A0 #> 4631 True BlockL1-8A0 #> 4632 True BlockL1-8A0 #> 4633 True BlockL1-8A0 #> 4634 True BlockL1-8A0 #> 4635 True BlockL1-8A0 #> 4636 True BlockL1-8A0 #> 4637 True BlockL1-8A0 #> 4638 True BlockL1-8A0 #> 4639 True BlockL1-8A0 #> 4640 True BlockL1-8A0 #> 4641 #> 4642 True BlockL1-8A2 #> 4643 True BlockL1-8A2 #> 4644 True BlockL1-8A2 #> 4645 True BlockL1-8A2 #> 4646 True BlockL1-8A2 #> 4647 True BlockL1-8A2 #> 4648 True BlockL1-8A2 #> 4649 True BlockL1-8A2 #> 4650 True BlockL1-8A2 #> 4651 #> 4652 True BlockL1-8A4 #> 4653 True BlockL1-8A4 #> 4654 True BlockL1-8A4 #> 4655 True BlockL1-8A4 #> 4656 True BlockL1-8A4 #> 4657 True BlockL1-8A4 #> 4658 True BlockL1-8A4 #> 4659 True BlockL1-8A4 #> 4660 True BlockL1-8A4 #> 4661 True BlockL1-8A4 #> 4662 True BlockL1-8A4 #> 4663 True BlockL1-8A4 #> 4664 True BlockL1-8A4 #> 4665 True BlockL1-8A4 #> 4666 True BlockL1-8A4 #> 4667 True BlockL1-8A4 #> 4668 True BlockL1-8A4 #> 4669 True BlockL1-8A4 #> 4670 True BlockL1-8A4 #> 4671 True BlockL1-8A4 #> 4672 True BlockL1-8A4 #> 4673 True BlockL1-8A4 #> 4674 True BlockL1-8A4 #> 4675 True BlockL1-8A4 #> 4676 True BlockL1-8A4 #> 4677 True BlockL1-8A4 #> 4678 True BlockL1-8A4 #> 4679 True BlockL1-8A4 #> 4680 True BlockL1-8A4 #> 4681 True BlockL1-8A4 #> 4682 True BlockL1-8A4 #> 4683 False BlockL1-8A4 #> 4684 False BlockL1-8A4 #> 4685 False BlockL1-8A4 #> 4686 False BlockL1-8A4 #> 4687 False BlockL1-8A4 #> 4688 False BlockL1-8A4 #> 4689 False BlockL1-8A4 #> 4690 False BlockL1-8A4 #> 4691 False BlockL1-8A4 #> 4692 False BlockL1-8A4 #> 4693 False BlockL1-8A4 #> 4694 False BlockL1-8A4 #> 4695 False BlockL1-8A4 #> 4696 False BlockL1-8A4 #> 4697 False BlockL1-8A4 #> 4698 False BlockL1-8A4 #> 4699 False BlockL1-8A4 #> 4700 False BlockL1-8A4 #> 4701 False BlockL1-8A4 #> 4702 False BlockL1-8A4 #> 4703 False BlockL1-8A4 #> 4704 False BlockL1-8A4 #> 4705 False BlockL1-8A4 #> 4706 False BlockL1-8A4 #> 4707 False BlockL1-8A4 #> 4708 False BlockL1-8A4 #> 4709 False BlockL1-8A4 #> 4710 False BlockL1-8A4 #> 4711 True BlockL1-8A4 #> 4712 True BlockL1-8A4 #> 4713 True BlockL1-8A4 #> 4714 #> 4715 True BlockL1-8A6 #> 4716 True BlockL1-8A6 #> 4717 True BlockL1-8A6 #> 4718 True BlockL1-8A6 #> 4719 True BlockL1-8A6 #> 4720 True BlockL1-8A6 #> 4721 True BlockL1-8A6 #> 4722 True BlockL1-8A6 #> 4723 True BlockL1-8A6 #> 4724 True BlockL1-8A6 #> 4725 True BlockL1-8A6 #> 4726 True BlockL1-8A6 #> 4727 True BlockL1-8A6 #> 4728 True BlockL1-8A6 #> 4729 True BlockL1-8A6 #> 4730 True BlockL1-8A6 #> 4731 True BlockL1-8A6 #> 4732 True BlockL1-8A6 #> 4733 True BlockL1-8A6 #> 4734 True BlockL1-8A6 #> 4735 True BlockL1-8A6 #> 4736 True BlockL1-8A6 #> 4737 True BlockL1-8A6 #> 4738 True BlockL1-8A6 #> 4739 True BlockL1-8A6 #> 4740 True BlockL1-8A6 #> 4741 True BlockL1-8A6 #> 4742 True BlockL1-8A6 #> 4743 True BlockL1-8A6 #> 4744 True BlockL1-8A6 #> 4745 True BlockL1-8A6 #> 4746 True BlockL1-8A6 #> 4747 True BlockL1-8A6 #> 4748 True BlockL1-8A6 #> 4749 True BlockL1-8A6 #> 4750 True BlockL1-8A6 #> 4751 True BlockL1-8A6 #> 4752 True BlockL1-8A6 #> 4753 True BlockL1-8A6 #> 4754 True BlockL1-8A6 #> 4755 True BlockL1-8A6 #> 4756 True BlockL1-8A6 #> 4757 True BlockL1-8A6 #> 4758 True BlockL1-8A6 #> 4759 True BlockL1-8A6 #> 4760 True BlockL1-8A6 #> 4761 True BlockL1-8A6 #> 4762 True BlockL1-8A6 #> 4763 True BlockL1-8A6 #> 4764 True BlockL1-8A6 #> 4765 True BlockL1-8A6 #> 4766 True BlockL1-8A6 #> 4767 True BlockL1-8A6 #> 4768 True BlockL1-8A6 #> 4769 True BlockL1-8A6 #> 4770 True BlockL1-8A6 #> 4771 False BlockL1-8A6 #> 4772 False BlockL1-8A6 #> 4773 False BlockL1-8A6 #> 4774 False BlockL1-8A6 #> 4775 False BlockL1-8A6 #> 4776 False BlockL1-8A6 #> 4777 False BlockL1-8A6 #> 4778 False BlockL1-8A6 #> 4779 False BlockL1-8A6 #> 4780 True BlockL1-8A6 #> 4781 True BlockL1-8A6 #> 4782 True BlockL1-8A6 #> 4783 True BlockL1-8A6 #> 4784 True BlockL1-8A6 #> 4785 True BlockL1-8A6 #> 4786 True BlockL1-8A6 #> 4787 True BlockL1-8A6 #> 4788 True BlockL1-8A6 #> 4789 True BlockL1-8A6 #> 4790 False BlockL1-8A6 #> 4791 False BlockL1-8A6 #> 4792 False BlockL1-8A6 #> 4793 False BlockL1-8A6 #> 4794 False BlockL1-8A6 #> 4795 False BlockL1-8A6 #> 4796 False BlockL1-8A6 #> 4797 False BlockL1-8A6 #> 4798 False BlockL1-8A6 #> 4799 False BlockL1-8A6 #> 4800 False BlockL1-8A6 #> 4801 True BlockL1-8A6 #> 4802 True BlockL1-8A6 #> 4803 #> 4804 True BlockL1-8A8 #> 4805 True BlockL1-8A8 #> 4806 True BlockL1-8A8 #> 4807 True BlockL1-8A8 #> 4808 True BlockL1-8A8 #> 4809 True BlockL1-8A8 #> 4810 True BlockL1-8A8 #> 4811 True BlockL1-8A8 #> 4812 True BlockL1-8A8 #> 4813 True BlockL1-8A8 #> 4814 True BlockL1-8A8 #> 4815 True BlockL1-8A8 #> 4816 True BlockL1-8A8 #> 4817 True BlockL1-8A8 #> 4818 True BlockL1-8A8 #> 4819 True BlockL1-8A8 #> 4820 True BlockL1-8A8 #> 4821 True BlockL1-8A8 #> 4822 True BlockL1-8A8 #> 4823 True BlockL1-8A8 #> 4824 True BlockL1-8A8 #> 4825 False BlockL1-8A8 #> 4826 False BlockL1-8A8 #> 4827 False BlockL1-8A8 #> 4828 False BlockL1-8A8 #> 4829 False BlockL1-8A8 #> 4830 True BlockL1-8A8 #> 4831 True BlockL1-8A8 #> 4832 True BlockL1-8A8 #> 4833 #> 4834 BlockL1-8B0 #> 4835 True BlockL1-8B0 BlockL2-8B0 #> 4836 False BlockL1-8B0 BlockL2-8B0 #> 4837 False BlockL1-8B0 BlockL2-8B0 #> 4838 False BlockL1-8B0 BlockL2-8B0 #> 4839 False BlockL1-8B0 BlockL2-8B0 #> 4840 False BlockL1-8B0 BlockL2-8B0 #> 4841 False BlockL1-8B0 BlockL2-8B0 #> 4842 False BlockL1-8B0 BlockL2-8B0 #> 4843 True BlockL1-8B0 BlockL2-8B0 #> 4844 True BlockL1-8B0 BlockL2-8B0 #> 4845 True BlockL1-8B0 BlockL2-8B0 #> 4846 True BlockL1-8B0 BlockL2-8B0 #> 4847 True BlockL1-8B0 BlockL2-8B0 #> 4848 True BlockL1-8B0 BlockL2-8B0 #> 4849 True BlockL1-8B0 BlockL2-8B0 #> 4850 BlockL1-8B0 #> 4851 True BlockL1-8B0 BlockL2-8B1 #> 4852 True BlockL1-8B0 BlockL2-8B1 #> 4853 True BlockL1-8B0 BlockL2-8B1 #> 4854 True BlockL1-8B0 BlockL2-8B1 #> 4855 True BlockL1-8B0 BlockL2-8B1 #> 4856 True BlockL1-8B0 BlockL2-8B1 #> 4857 True BlockL1-8B0 BlockL2-8B1 #> 4858 True BlockL1-8B0 BlockL2-8B1 #> 4859 True BlockL1-8B0 BlockL2-8B1 #> 4860 True BlockL1-8B0 BlockL2-8B1 #> 4861 True BlockL1-8B0 BlockL2-8B1 #> 4862 True BlockL1-8B0 BlockL2-8B1 #> 4863 True BlockL1-8B0 BlockL2-8B1 #> 4864 True BlockL1-8B0 BlockL2-8B1 #> 4865 True BlockL1-8B0 BlockL2-8B1 #> 4866 True BlockL1-8B0 BlockL2-8B1 #> 4867 True BlockL1-8B0 BlockL2-8B1 #> 4868 True BlockL1-8B0 BlockL2-8B1 #> 4869 True BlockL1-8B0 BlockL2-8B1 #> 4870 True BlockL1-8B0 BlockL2-8B1 #> 4871 True BlockL1-8B0 BlockL2-8B1 #> 4872 True BlockL1-8B0 BlockL2-8B1 #> 4873 True BlockL1-8B0 BlockL2-8B1 #> 4874 True BlockL1-8B0 BlockL2-8B1 #> 4875 True BlockL1-8B0 BlockL2-8B1 #> 4876 True BlockL1-8B0 BlockL2-8B1 #> 4877 True BlockL1-8B0 #> 4878 True BlockL1-8B0 #> 4879 True BlockL1-8B0 #> 4880 True BlockL1-8B0 #> 4881 True BlockL1-8B0 #> 4882 True BlockL1-8B0 #> 4883 True BlockL1-8B0 #> 4884 True BlockL1-8B0 #> 4885 True BlockL1-8B0 #> 4886 True BlockL1-8B0 #> 4887 True BlockL1-8B0 #> 4888 True BlockL1-8B0 #> 4889 True BlockL1-8B0 #> 4890 True BlockL1-8B0 #> 4891 True BlockL1-8B0 #> 4892 True BlockL1-8B0 #> 4893 True BlockL1-8B0 #> 4894 True BlockL1-8B0 #> 4895 True BlockL1-8B0 #> 4896 True BlockL1-8B0 #> 4897 True BlockL1-8B0 #> 4898 True BlockL1-8B0 #> 4899 True BlockL1-8B0 #> 4900 True BlockL1-8B0 #> 4901 True BlockL1-8B0 #> 4902 True BlockL1-8B0 #> 4903 True BlockL1-8B0 #> 4904 True BlockL1-8B0 #> 4905 True BlockL1-8B0 #> 4906 True BlockL1-8B0 #> 4907 True BlockL1-8B0 #> 4908 True BlockL1-8B0 #> 4909 True BlockL1-8B0 #> 4910 True BlockL1-8B0 #> 4911 False BlockL1-8B0 #> 4912 True BlockL1-8B0 #> 4913 True BlockL1-8B0 #> 4914 True BlockL1-8B0 #> 4915 True BlockL1-8B0 #> 4916 True BlockL1-8B0 #> 4917 True BlockL1-8B0 #> 4918 True BlockL1-8B0 #> 4919 True BlockL1-8B0 #> 4920 True BlockL1-8B0 #> 4921 True BlockL1-8B0 #> 4922 True BlockL1-8B0 #> 4923 True BlockL1-8B0 #> 4924 False BlockL1-8B0 #> 4925 False BlockL1-8B0 #> 4926 False BlockL1-8B0 #> 4927 False BlockL1-8B0 #> 4928 False BlockL1-8B0 #> 4929 False BlockL1-8B0 #> 4930 False BlockL1-8B0 #> 4931 False BlockL1-8B0 #> 4932 False BlockL1-8B0 #> 4933 False BlockL1-8B0 #> 4934 False BlockL1-8B0 #> 4935 False BlockL1-8B0 #> 4936 False BlockL1-8B0 #> 4937 True BlockL1-8B0 #> 4938 #> 4939 True BlockL1-8B4 #> 4940 False BlockL1-8B4 #> 4941 False BlockL1-8B4 #> 4942 True BlockL1-8B4 #> 4943 True BlockL1-8B4 #> 4944 True BlockL1-8B4 #> 4945 True BlockL1-8B4 #> 4946 True BlockL1-8B4 #> 4947 True BlockL1-8B4 #> 4948 True BlockL1-8B4 #> 4949 True BlockL1-8B4 #> 4950 True BlockL1-8B4 #> 4951 True BlockL1-8B4 #> 4952 True BlockL1-8B4 #> 4953 True BlockL1-8B4 #> 4954 True BlockL1-8B4 #> 4955 True BlockL1-8B4 #> 4956 True BlockL1-8B4 #> 4957 True BlockL1-8B4 #> 4958 True BlockL1-8B4 #> 4959 #> 4960 True BlockL1-8B6 #> 4961 True BlockL1-8B6 #> 4962 True BlockL1-8B6 #> 4963 True BlockL1-8B6 #> 4964 True BlockL1-8B6 #> 4965 True BlockL1-8B6 #> 4966 True BlockL1-8B6 #> 4967 True BlockL1-8B6 #> 4968 True BlockL1-8B6 #> 4969 True BlockL1-8B6 #> 4970 True BlockL1-8B6 #> 4971 True BlockL1-8B6 #> 4972 True BlockL1-8B6 #> 4973 True BlockL1-8B6 #> 4974 True BlockL1-8B6 #> 4975 True BlockL1-8B6 #> 4976 True BlockL1-8B6 #> 4977 True BlockL1-8B6 #> 4978 True BlockL1-8B6 #> 4979 True BlockL1-8B6 #> 4980 True BlockL1-8B6 #> 4981 True BlockL1-8B6 #> 4982 #> 4983 BlockL1-8B8 #> 4984 True BlockL1-8B8 BlockL2-8B8 #> 4985 True BlockL1-8B8 BlockL2-8B8 #> 4986 True BlockL1-8B8 BlockL2-8B8 #> 4987 True BlockL1-8B8 BlockL2-8B8 #> 4988 True BlockL1-8B8 BlockL2-8B8 #> 4989 True BlockL1-8B8 BlockL2-8B8 #> 4990 True BlockL1-8B8 BlockL2-8B8 #> 4991 True BlockL1-8B8 BlockL2-8B8 #> 4992 True BlockL1-8B8 BlockL2-8B8 #> 4993 True BlockL1-8B8 BlockL2-8B8 #> 4994 True BlockL1-8B8 BlockL2-8B8 #> 4995 True BlockL1-8B8 BlockL2-8B8 #> 4996 True BlockL1-8B8 BlockL2-8B8 #> 4997 True BlockL1-8B8 BlockL2-8B8 #> 4998 True BlockL1-8B8 BlockL2-8B8 #> 4999 True BlockL1-8B8 BlockL2-8B8 #> 5000 True BlockL1-8B8 BlockL2-8B8 #> 5001 True BlockL1-8B8 BlockL2-8B8 #> 5002 True BlockL1-8B8 BlockL2-8B8 #> 5003 True BlockL1-8B8 BlockL2-8B8 #> 5004 True BlockL1-8B8 BlockL2-8B8 #> 5005 True BlockL1-8B8 BlockL2-8B8 #> 5006 BlockL1-8B8 #> 5007 False BlockL1-8B8 BlockL2-8B9 #> 5008 True BlockL1-8B8 BlockL2-8B9 #> 5009 True BlockL1-8B8 BlockL2-8B9 #> 5010 True BlockL1-8B8 BlockL2-8B9 #> 5011 True BlockL1-8B8 BlockL2-8B9 #> 5012 True BlockL1-8B8 BlockL2-8B9 #> 5013 True BlockL1-8B8 BlockL2-8B9 #> 5014 True BlockL1-8B8 BlockL2-8B9 #> 5015 True BlockL1-8B8 BlockL2-8B9 #> 5016 True BlockL1-8B8 BlockL2-8B9 #> 5017 True BlockL1-8B8 BlockL2-8B9 #> 5018 True BlockL1-8B8 BlockL2-8B9 #> 5019 True BlockL1-8B8 BlockL2-8B9 #> 5020 True BlockL1-8B8 BlockL2-8B9 #> 5021 True BlockL1-8B8 BlockL2-8B9 #> 5022 True BlockL1-8B8 BlockL2-8B9 #> 5023 True BlockL1-8B8 BlockL2-8B9 #> 5024 True BlockL1-8B8 BlockL2-8B9 #> 5025 True BlockL1-8B8 BlockL2-8B9 #> 5026 True BlockL1-8B8 BlockL2-8B9 #> 5027 True BlockL1-8B8 BlockL2-8B9 #> 5028 True BlockL1-8B8 BlockL2-8B9 #> 5029 True BlockL1-8B8 BlockL2-8B9 #> 5030 True BlockL1-8B8 BlockL2-8B9 #> 5031 True BlockL1-8B8 BlockL2-8B9 #> 5032 False BlockL1-8B8 BlockL2-8B9 #> 5033 True BlockL1-8B8 BlockL2-8B9 #> 5034 True BlockL1-8B8 BlockL2-8B9 #> 5035 True BlockL1-8B8 BlockL2-8B9 #> 5036 BlockL1-8B8 #> 5037 True BlockL1-8B8 BlockL2-8C0 #> 5038 True BlockL1-8B8 BlockL2-8C0 #> 5039 True BlockL1-8B8 BlockL2-8C0 #> 5040 True BlockL1-8B8 BlockL2-8C0 #> 5041 True BlockL1-8B8 BlockL2-8C0 #> 5042 True BlockL1-8B8 BlockL2-8C0 #> 5043 True BlockL1-8B8 BlockL2-8C0 #> 5044 True BlockL1-8B8 BlockL2-8C0 #> 5045 False BlockL1-8B8 BlockL2-8C0 #> 5046 False BlockL1-8B8 BlockL2-8C0 #> 5047 False BlockL1-8B8 BlockL2-8C0 #> 5048 False BlockL1-8B8 BlockL2-8C0 #> 5049 False BlockL1-8B8 BlockL2-8C0 #> 5050 False BlockL1-8B8 BlockL2-8C0 #> 5051 False BlockL1-8B8 BlockL2-8C0 #> 5052 False BlockL1-8B8 BlockL2-8C0 #> 5053 True BlockL1-8B8 BlockL2-8C0 #> 5054 True BlockL1-8B8 BlockL2-8C0 #> 5055 BlockL1-8B8 #> 5056 False BlockL1-8B8 BlockL2-8C1 #> 5057 False BlockL1-8B8 BlockL2-8C1 #> 5058 False BlockL1-8B8 BlockL2-8C1 #> 5059 False BlockL1-8B8 BlockL2-8C1 #> 5060 False BlockL1-8B8 BlockL2-8C1 #> 5061 False BlockL1-8B8 BlockL2-8C1 #> 5062 False BlockL1-8B8 BlockL2-8C1 #> 5063 False BlockL1-8B8 BlockL2-8C1 #> 5064 False BlockL1-8B8 BlockL2-8C1 #> 5065 False BlockL1-8B8 BlockL2-8C1 #> 5066 False BlockL1-8B8 BlockL2-8C1 #> 5067 False BlockL1-8B8 BlockL2-8C1 #> 5068 False BlockL1-8B8 BlockL2-8C1 #> 5069 False BlockL1-8B8 BlockL2-8C1 #> 5070 False BlockL1-8B8 BlockL2-8C1 #> 5071 False BlockL1-8B8 BlockL2-8C1 #> 5072 False BlockL1-8B8 BlockL2-8C1 #> 5073 False BlockL1-8B8 BlockL2-8C1 #> 5074 False BlockL1-8B8 BlockL2-8C1 #> 5075 True BlockL1-8B8 BlockL2-8C1 #> 5076 True BlockL1-8B8 BlockL2-8C1 #> 5077 True BlockL1-8B8 BlockL2-8C1 #> 5078 True BlockL1-8B8 BlockL2-8C1 #> 5079 True BlockL1-8B8 BlockL2-8C1 #> 5080 True BlockL1-8B8 BlockL2-8C1 #> 5081 True BlockL1-8B8 BlockL2-8C1 #> 5082 True BlockL1-8B8 BlockL2-8C1 #> 5083 True BlockL1-8B8 BlockL2-8C1 #> 5084 True BlockL1-8B8 BlockL2-8C1 #> 5085 BlockL1-8B8 #> 5086 True BlockL1-8B8 BlockL2-8C2 #> 5087 True BlockL1-8B8 BlockL2-8C2 #> 5088 True BlockL1-8B8 BlockL2-8C2 #> 5089 True BlockL1-8B8 BlockL2-8C2 #> 5090 True BlockL1-8B8 BlockL2-8C2 #> 5091 True BlockL1-8B8 BlockL2-8C2 #> 5092 True BlockL1-8B8 BlockL2-8C2 #> 5093 True BlockL1-8B8 BlockL2-8C2 #> 5094 True BlockL1-8B8 BlockL2-8C2 #> 5095 True BlockL1-8B8 BlockL2-8C2 #> 5096 True BlockL1-8B8 BlockL2-8C2 #> 5097 True BlockL1-8B8 BlockL2-8C2 #> 5098 True BlockL1-8B8 BlockL2-8C2 #> 5099 True BlockL1-8B8 BlockL2-8C2 #> 5100 True BlockL1-8B8 BlockL2-8C2 #> 5101 True BlockL1-8B8 #> 5102 True BlockL1-8B8 #> 5103 #> 5104 BlockL1-8C6 #> 5105 True BlockL1-8C6 BlockL2-8C6 #> 5106 True BlockL1-8C6 BlockL2-8C6 #> 5107 True BlockL1-8C6 BlockL2-8C6 #> 5108 True BlockL1-8C6 BlockL2-8C6 #> 5109 True BlockL1-8C6 BlockL2-8C6 #> 5110 True BlockL1-8C6 BlockL2-8C6 #> 5111 True BlockL1-8C6 BlockL2-8C6 #> 5112 True BlockL1-8C6 BlockL2-8C6 #> 5113 BlockL1-8C6 #> 5114 True BlockL1-8C6 BlockL2-8C7 #> 5115 True BlockL1-8C6 BlockL2-8C7 #> 5116 True BlockL1-8C6 BlockL2-8C7 #> 5117 True BlockL1-8C6 BlockL2-8C7 #> 5118 True BlockL1-8C6 BlockL2-8C7 #> 5119 True BlockL1-8C6 BlockL2-8C7 #> 5120 True BlockL1-8C6 BlockL2-8C7 #> 5121 True BlockL1-8C6 BlockL2-8C7 #> 5122 True BlockL1-8C6 BlockL2-8C7 #> 5123 True BlockL1-8C6 BlockL2-8C7 #> 5124 True BlockL1-8C6 BlockL2-8C7 #> 5125 True BlockL1-8C6 BlockL2-8C7 #> 5126 True BlockL1-8C6 BlockL2-8C7 #> 5127 True BlockL1-8C6 BlockL2-8C7 #> 5128 True BlockL1-8C6 BlockL2-8C7 #> 5129 True BlockL1-8C6 BlockL2-8C7 #> 5130 True BlockL1-8C6 BlockL2-8C7 #> 5131 True BlockL1-8C6 BlockL2-8C7 #> 5132 True BlockL1-8C6 BlockL2-8C7 #> 5133 True BlockL1-8C6 BlockL2-8C7 #> 5134 True BlockL1-8C6 BlockL2-8C7 #> 5135 True BlockL1-8C6 BlockL2-8C7 #> 5136 True BlockL1-8C6 BlockL2-8C7 #> 5137 True BlockL1-8C6 BlockL2-8C7 #> 5138 True BlockL1-8C6 BlockL2-8C7 #> 5139 True BlockL1-8C6 BlockL2-8C7 #> 5140 True BlockL1-8C6 BlockL2-8C7 #> 5141 True BlockL1-8C6 BlockL2-8C7 #> 5142 True BlockL1-8C6 BlockL2-8C7 #> 5143 True BlockL1-8C6 BlockL2-8C7 #> 5144 True BlockL1-8C6 BlockL2-8C7 #> 5145 True BlockL1-8C6 BlockL2-8C7 #> 5146 True BlockL1-8C6 BlockL2-8C7 #> 5147 True BlockL1-8C6 BlockL2-8C7 #> 5148 True BlockL1-8C6 BlockL2-8C7 #> 5149 True BlockL1-8C6 BlockL2-8C7 #> 5150 True BlockL1-8C6 BlockL2-8C7 #> 5151 True BlockL1-8C6 BlockL2-8C7 #> 5152 True BlockL1-8C6 BlockL2-8C7 #> 5153 True BlockL1-8C6 BlockL2-8C7 #> 5154 True BlockL1-8C6 BlockL2-8C7 #> 5155 True BlockL1-8C6 BlockL2-8C7 #> 5156 True BlockL1-8C6 BlockL2-8C7 #> 5157 True BlockL1-8C6 BlockL2-8C7 #> 5158 True BlockL1-8C6 BlockL2-8C7 #> 5159 True BlockL1-8C6 BlockL2-8C7 #> 5160 True BlockL1-8C6 BlockL2-8C7 #> 5161 True BlockL1-8C6 BlockL2-8C7 #> 5162 True BlockL1-8C6 BlockL2-8C7 #> 5163 True BlockL1-8C6 BlockL2-8C7 #> 5164 True BlockL1-8C6 BlockL2-8C7 #> 5165 True BlockL1-8C6 BlockL2-8C7 #> 5166 True BlockL1-8C6 BlockL2-8C7 #> 5167 BlockL1-8C6 #> 5168 True BlockL1-8C6 BlockL2-8C8 #> 5169 False BlockL1-8C6 BlockL2-8C8 #> 5170 False BlockL1-8C6 BlockL2-8C8 #> 5171 False BlockL1-8C6 BlockL2-8C8 #> 5172 False BlockL1-8C6 BlockL2-8C8 #> 5173 True BlockL1-8C6 BlockL2-8C8 #> 5174 True BlockL1-8C6 BlockL2-8C8 #> 5175 True BlockL1-8C6 #> 5176 True BlockL1-8C6 #> 5177 #> 5178 True BlockL1-8D2 #> 5179 True BlockL1-8D2 #> 5180 True BlockL1-8D2 #> 5181 True BlockL1-8D2 #> 5182 True BlockL1-8D2 #> 5183 True BlockL1-8D2 #> 5184 True BlockL1-8D2 #> 5185 True BlockL1-8D2 #> 5186 True BlockL1-8D2 #> 5187 True BlockL1-8D2 #> 5188 True BlockL1-8D2 #> 5189 True BlockL1-8D2 #> 5190 True BlockL1-8D2 #> 5191 #> 5192 False BlockL1-8D4 #> 5193 False BlockL1-8D4 #> 5194 False BlockL1-8D4 #> 5195 False BlockL1-8D4 #> 5196 False BlockL1-8D4 #> 5197 False BlockL1-8D4 #> 5198 False BlockL1-8D4 #> 5199 False BlockL1-8D4 #> 5200 False BlockL1-8D4 #> 5201 False BlockL1-8D4 #> 5202 False BlockL1-8D4 #> 5203 False BlockL1-8D4 #> 5204 False BlockL1-8D4 #> 5205 False BlockL1-8D4 #> 5206 True BlockL1-8D4 #> 5207 True BlockL1-8D4 #> 5208 True BlockL1-8D4 #> 5209 True BlockL1-8D4 #> 5210 True BlockL1-8D4 #> 5211 True BlockL1-8D4 #> 5212 True BlockL1-8D4 #> 5213 True BlockL1-8D4 #> 5214 True BlockL1-8D4 #> 5215 True BlockL1-8D4 #> 5216 True BlockL1-8D4 #> 5217 True BlockL1-8D4 #> 5218 True BlockL1-8D4 #> 5219 True BlockL1-8D4 #> 5220 True BlockL1-8D4 #> 5221 True BlockL1-8D4 #> 5222 True BlockL1-8D4 #> 5223 True BlockL1-8D4 #> 5224 True BlockL1-8D4 #> 5225 True BlockL1-8D4 #> 5226 True BlockL1-8D4 #> 5227 True BlockL1-8D4 #> 5228 True BlockL1-8D4 #> 5229 #> 5230 True BlockL1-8D6 #> 5231 True BlockL1-8D6 #> 5232 True BlockL1-8D6 #> 5233 True BlockL1-8D6 #> 5234 True BlockL1-8D6 #> 5235 True BlockL1-8D6 #> 5236 True BlockL1-8D6 #> 5237 True BlockL1-8D6 #> 5238 True BlockL1-8D6 #> 5239 True BlockL1-8D6 #> 5240 True BlockL1-8D6 #> 5241 True BlockL1-8D6 #> 5242 True BlockL1-8D6 #> 5243 True BlockL1-8D6 #> 5244 True BlockL1-8D6 #> 5245 True BlockL1-8D6 #> 5246 True BlockL1-8D6 #> 5247 True BlockL1-8D6 #> 5248 True BlockL1-8D6 #> 5249 True BlockL1-8D6 #> 5250 True BlockL1-8D6 #> 5251 True BlockL1-8D6 #> 5252 True BlockL1-8D6 #> 5253 True BlockL1-8D6 #> 5254 True BlockL1-8D6 #> 5255 True BlockL1-8D6 #> 5256 True BlockL1-8D6 #> 5257 True BlockL1-8D6 #> 5258 True BlockL1-8D6 #> 5259 True BlockL1-8D6 #> 5260 True BlockL1-8D6 #> 5261 True BlockL1-8D6 #> 5262 True BlockL1-8D6 #> 5263 True BlockL1-8D6 #> 5264 True BlockL1-8D6 #> 5265 True BlockL1-8D6 #> 5266 True BlockL1-8D6 #> 5267 True BlockL1-8D6 #> 5268 #> 5269 True BlockL1-8D8 #> 5270 True BlockL1-8D8 #> 5271 True BlockL1-8D8 #> 5272 False BlockL1-8D8 #> 5273 True BlockL1-8D8 #> 5274 True BlockL1-8D8 #> 5275 True BlockL1-8D8 #> 5276 True BlockL1-8D8 #> 5277 True BlockL1-8D8 #> 5278 True BlockL1-8D8 #> 5279 True BlockL1-8D8 #> 5280 True BlockL1-8D8 #> 5281 True BlockL1-8D8 #> 5282 True BlockL1-8D8 #> 5283 True BlockL1-8D8 #> 5284 True BlockL1-8D8 #> 5285 True BlockL1-8D8 #> 5286 True BlockL1-8D8 #> 5287 True BlockL1-8D8 #> 5288 True BlockL1-8D8 #> 5289 True BlockL1-8D8 #> 5290 True BlockL1-8D8 #> 5291 True BlockL1-8D8 #> 5292 True BlockL1-8D8 #> 5293 True BlockL1-8D8 #> 5294 True BlockL1-8D8 #> 5295 True BlockL1-8D8 #> 5296 True BlockL1-8D8 #> 5297 True BlockL1-8D8 #> 5298 True BlockL1-8D8 #> 5299 True BlockL1-8D8 #> 5300 True BlockL1-8D8 #> 5301 True BlockL1-8D8 #> 5302 True BlockL1-8D8 #> 5303 True BlockL1-8D8 #> 5304 True BlockL1-8D8 #> 5305 True BlockL1-8D8 #> 5306 True BlockL1-8D8 #> 5307 True BlockL1-8D8 #> 5308 #> 5309 True BlockL1-8E0 #> 5310 True BlockL1-8E0 #> 5311 True BlockL1-8E0 #> 5312 True BlockL1-8E0 #> 5313 True BlockL1-8E0 #> 5314 True BlockL1-8E0 #> 5315 True BlockL1-8E0 #> 5316 True BlockL1-8E0 #> 5317 True BlockL1-8E0 #> 5318 True BlockL1-8E0 #> 5319 True BlockL1-8E0 #> 5320 True BlockL1-8E0 #> 5321 True BlockL1-8E0 #> 5322 True BlockL1-8E0 #> 5323 True BlockL1-8E0 #> 5324 True BlockL1-8E0 #> 5325 True BlockL1-8E0 #> 5326 #> 5327 True BlockL1-8E2 #> 5328 True BlockL1-8E2 #> 5329 True BlockL1-8E2 #> 5330 True BlockL1-8E2 #> 5331 True BlockL1-8E2 #> 5332 True BlockL1-8E2 #> 5333 True BlockL1-8E2 #> 5334 True BlockL1-8E2 #> 5335 True BlockL1-8E2 #> 5336 #> 5337 True BlockL1-8E4 #> 5338 True BlockL1-8E4 #> 5339 True BlockL1-8E4 #> 5340 True BlockL1-8E4 #> 5341 True BlockL1-8E4 #> 5342 True BlockL1-8E4 #> 5343 True BlockL1-8E4 #> 5344 True BlockL1-8E4 #> 5345 True BlockL1-8E4 #> 5346 True BlockL1-8E4 #> 5347 True BlockL1-8E4 #> 5348 True BlockL1-8E4 #> 5349 True BlockL1-8E4 #> 5350 True BlockL1-8E4 #> 5351 True BlockL1-8E4 #> 5352 True BlockL1-8E4 #> 5353 True BlockL1-8E4 #> 5354 True BlockL1-8E4 #> 5355 True BlockL1-8E4 #> 5356 True BlockL1-8E4 #> 5357 True BlockL1-8E4 #> 5358 True BlockL1-8E4 #> 5359 True BlockL1-8E4 #> 5360 False BlockL1-8E4 #> 5361 True BlockL1-8E4 #> 5362 True BlockL1-8E4 #> 5363 False BlockL1-8E4 #> 5364 False BlockL1-8E4 #> 5365 False BlockL1-8E4 #> 5366 False BlockL1-8E4 #> 5367 False BlockL1-8E4 #> 5368 False BlockL1-8E4 #> 5369 False BlockL1-8E4 #> 5370 True BlockL1-8E4 #> 5371 #> 5372 True BlockL1-8E6 #> 5373 True BlockL1-8E6 #> 5374 True BlockL1-8E6 #> 5375 True BlockL1-8E6 #> 5376 True BlockL1-8E6 #> 5377 True BlockL1-8E6 #> 5378 True BlockL1-8E6 #> 5379 True BlockL1-8E6 #> 5380 True BlockL1-8E6 #> 5381 True #> 5382 True #> 5383 #> 5384 #> 5385 BlockL1-9A0 #> 5386 True BlockL1-9A0 BlockL2-9A0 #> 5387 True BlockL1-9A0 BlockL2-9A0 #> 5388 True BlockL1-9A0 BlockL2-9A0 #> 5389 True BlockL1-9A0 BlockL2-9A0 #> 5390 True BlockL1-9A0 BlockL2-9A0 #> 5391 True BlockL1-9A0 BlockL2-9A0 #> 5392 True BlockL1-9A0 BlockL2-9A0 #> 5393 True BlockL1-9A0 BlockL2-9A0 #> 5394 True BlockL1-9A0 BlockL2-9A0 #> 5395 True BlockL1-9A0 BlockL2-9A0 #> 5396 True BlockL1-9A0 BlockL2-9A0 #> 5397 True BlockL1-9A0 BlockL2-9A0 #> 5398 True BlockL1-9A0 BlockL2-9A0 #> 5399 True BlockL1-9A0 BlockL2-9A0 #> 5400 True BlockL1-9A0 BlockL2-9A0 #> 5401 True BlockL1-9A0 BlockL2-9A0 #> 5402 True BlockL1-9A0 BlockL2-9A0 #> 5403 True BlockL1-9A0 BlockL2-9A0 #> 5404 True BlockL1-9A0 BlockL2-9A0 #> 5405 True BlockL1-9A0 BlockL2-9A0 #> 5406 True BlockL1-9A0 BlockL2-9A0 #> 5407 True BlockL1-9A0 BlockL2-9A0 #> 5408 True BlockL1-9A0 BlockL2-9A0 #> 5409 True BlockL1-9A0 BlockL2-9A0 #> 5410 True BlockL1-9A0 BlockL2-9A0 #> 5411 True BlockL1-9A0 BlockL2-9A0 #> 5412 True BlockL1-9A0 BlockL2-9A0 #> 5413 True BlockL1-9A0 BlockL2-9A0 #> 5414 True BlockL1-9A0 BlockL2-9A0 #> 5415 True BlockL1-9A0 BlockL2-9A0 #> 5416 True BlockL1-9A0 BlockL2-9A0 #> 5417 True BlockL1-9A0 BlockL2-9A0 #> 5418 True BlockL1-9A0 BlockL2-9A0 #> 5419 True BlockL1-9A0 BlockL2-9A0 #> 5420 True BlockL1-9A0 BlockL2-9A0 #> 5421 True BlockL1-9A0 BlockL2-9A0 #> 5422 True BlockL1-9A0 BlockL2-9A0 #> 5423 True BlockL1-9A0 BlockL2-9A0 #> 5424 True BlockL1-9A0 BlockL2-9A0 #> 5425 True BlockL1-9A0 BlockL2-9A0 #> 5426 True BlockL1-9A0 BlockL2-9A0 #> 5427 True BlockL1-9A0 BlockL2-9A0 #> 5428 True BlockL1-9A0 BlockL2-9A0 #> 5429 True BlockL1-9A0 BlockL2-9A0 #> 5430 True BlockL1-9A0 BlockL2-9A0 #> 5431 True BlockL1-9A0 BlockL2-9A0 #> 5432 True BlockL1-9A0 BlockL2-9A0 #> 5433 True BlockL1-9A0 BlockL2-9A0 #> 5434 True BlockL1-9A0 BlockL2-9A0 #> 5435 True BlockL1-9A0 BlockL2-9A0 #> 5436 True BlockL1-9A0 BlockL2-9A0 #> 5437 True BlockL1-9A0 BlockL2-9A0 #> 5438 True BlockL1-9A0 BlockL2-9A0 #> 5439 True BlockL1-9A0 BlockL2-9A0 #> 5440 True BlockL1-9A0 BlockL2-9A0 #> 5441 True BlockL1-9A0 BlockL2-9A0 #> 5442 True BlockL1-9A0 BlockL2-9A0 #> 5443 True BlockL1-9A0 BlockL2-9A0 #> 5444 True BlockL1-9A0 BlockL2-9A0 #> 5445 True BlockL1-9A0 BlockL2-9A0 #> 5446 True BlockL1-9A0 BlockL2-9A0 #> 5447 True BlockL1-9A0 BlockL2-9A0 #> 5448 True BlockL1-9A0 BlockL2-9A0 #> 5449 True BlockL1-9A0 BlockL2-9A0 #> 5450 True BlockL1-9A0 BlockL2-9A0 #> 5451 True BlockL1-9A0 BlockL2-9A0 #> 5452 True BlockL1-9A0 BlockL2-9A0 #> 5453 True BlockL1-9A0 BlockL2-9A0 #> 5454 True BlockL1-9A0 BlockL2-9A0 #> 5455 True BlockL1-9A0 BlockL2-9A0 #> 5456 True BlockL1-9A0 BlockL2-9A0 #> 5457 True BlockL1-9A0 BlockL2-9A0 #> 5458 True BlockL1-9A0 BlockL2-9A0 #> 5459 True BlockL1-9A0 BlockL2-9A0 #> 5460 True BlockL1-9A0 BlockL2-9A0 #> 5461 True BlockL1-9A0 BlockL2-9A0 #> 5462 True BlockL1-9A0 BlockL2-9A0 #> 5463 True BlockL1-9A0 BlockL2-9A0 #> 5464 True BlockL1-9A0 BlockL2-9A0 #> 5465 True BlockL1-9A0 BlockL2-9A0 #> 5466 True BlockL1-9A0 BlockL2-9A0 #> 5467 True BlockL1-9A0 BlockL2-9A0 #> 5468 True BlockL1-9A0 BlockL2-9A0 #> 5469 True BlockL1-9A0 BlockL2-9A0 #> 5470 True BlockL1-9A0 BlockL2-9A0 #> 5471 True BlockL1-9A0 BlockL2-9A0 #> 5472 True BlockL1-9A0 BlockL2-9A0 #> 5473 True BlockL1-9A0 BlockL2-9A0 #> 5474 BlockL1-9A0 #> 5475 True BlockL1-9A0 BlockL2-9A1 #> 5476 True BlockL1-9A0 BlockL2-9A1 #> 5477 True BlockL1-9A0 BlockL2-9A1 #> 5478 True BlockL1-9A0 BlockL2-9A1 #> 5479 True BlockL1-9A0 BlockL2-9A1 #> 5480 True BlockL1-9A0 BlockL2-9A1 #> 5481 True BlockL1-9A0 BlockL2-9A1 #> 5482 True BlockL1-9A0 BlockL2-9A1 #> 5483 True BlockL1-9A0 BlockL2-9A1 #> 5484 True BlockL1-9A0 BlockL2-9A1 #> 5485 True BlockL1-9A0 BlockL2-9A1 #> 5486 True BlockL1-9A0 BlockL2-9A1 #> 5487 True BlockL1-9A0 BlockL2-9A1 #> 5488 True BlockL1-9A0 BlockL2-9A1 #> 5489 True BlockL1-9A0 BlockL2-9A1 #> 5490 True BlockL1-9A0 BlockL2-9A1 #> 5491 True BlockL1-9A0 BlockL2-9A1 #> 5492 True BlockL1-9A0 BlockL2-9A1 #> 5493 True BlockL1-9A0 BlockL2-9A1 #> 5494 True BlockL1-9A0 BlockL2-9A1 #> 5495 True BlockL1-9A0 BlockL2-9A1 #> 5496 True BlockL1-9A0 BlockL2-9A1 #> 5497 BlockL1-9A0 #> 5498 True BlockL1-9A0 BlockL2-9A2 #> 5499 True BlockL1-9A0 BlockL2-9A2 #> 5500 True BlockL1-9A0 BlockL2-9A2 #> 5501 True BlockL1-9A0 BlockL2-9A2 #> 5502 True BlockL1-9A0 BlockL2-9A2 #> 5503 True BlockL1-9A0 BlockL2-9A2 #> 5504 True BlockL1-9A0 BlockL2-9A2 #> 5505 True BlockL1-9A0 BlockL2-9A2 #> 5506 True BlockL1-9A0 BlockL2-9A2 #> 5507 True BlockL1-9A0 BlockL2-9A2 #> 5508 True BlockL1-9A0 BlockL2-9A2 #> 5509 True BlockL1-9A0 BlockL2-9A2 #> 5510 True BlockL1-9A0 BlockL2-9A2 #> 5511 True BlockL1-9A0 BlockL2-9A2 #> 5512 True BlockL1-9A0 BlockL2-9A2 #> 5513 True BlockL1-9A0 BlockL2-9A2 #> 5514 True BlockL1-9A0 BlockL2-9A2 #> 5515 True BlockL1-9A0 BlockL2-9A2 #> 5516 True BlockL1-9A0 BlockL2-9A2 #> 5517 True BlockL1-9A0 BlockL2-9A2 #> 5518 True BlockL1-9A0 BlockL2-9A2 #> 5519 True BlockL1-9A0 BlockL2-9A2 #> 5520 True BlockL1-9A0 BlockL2-9A2 #> 5521 True BlockL1-9A0 BlockL2-9A2 #> 5522 True BlockL1-9A0 BlockL2-9A2 #> 5523 True BlockL1-9A0 BlockL2-9A2 #> 5524 True BlockL1-9A0 BlockL2-9A2 #> 5525 True BlockL1-9A0 BlockL2-9A2 #> 5526 True BlockL1-9A0 BlockL2-9A2 #> 5527 True BlockL1-9A0 BlockL2-9A2 #> 5528 True BlockL1-9A0 BlockL2-9A2 #> 5529 True BlockL1-9A0 BlockL2-9A2 #> 5530 True BlockL1-9A0 BlockL2-9A2 #> 5531 True BlockL1-9A0 BlockL2-9A2 #> 5532 True BlockL1-9A0 BlockL2-9A2 #> 5533 True BlockL1-9A0 BlockL2-9A2 #> 5534 True BlockL1-9A0 BlockL2-9A2 #> 5535 True BlockL1-9A0 BlockL2-9A2 #> 5536 True BlockL1-9A0 BlockL2-9A2 #> 5537 True BlockL1-9A0 BlockL2-9A2 #> 5538 True BlockL1-9A0 BlockL2-9A2 #> 5539 True BlockL1-9A0 BlockL2-9A2 #> 5540 True BlockL1-9A0 BlockL2-9A2 #> 5541 True BlockL1-9A0 BlockL2-9A2 #> 5542 True BlockL1-9A0 BlockL2-9A2 #> 5543 True BlockL1-9A0 BlockL2-9A2 #> 5544 True BlockL1-9A0 #> 5545 True BlockL1-9A0 #> 5546 #> 5547 BlockL1-9A6 #> 5548 True BlockL1-9A6 BlockL2-9A6 #> 5549 True BlockL1-9A6 BlockL2-9A6 #> 5550 True BlockL1-9A6 BlockL2-9A6 #> 5551 True BlockL1-9A6 BlockL2-9A6 #> 5552 True BlockL1-9A6 BlockL2-9A6 #> 5553 True BlockL1-9A6 BlockL2-9A6 #> 5554 True BlockL1-9A6 BlockL2-9A6 #> 5555 True BlockL1-9A6 BlockL2-9A6 #> 5556 True BlockL1-9A6 BlockL2-9A6 #> Grouping5 Version:2024 Jan 21 - 22:30 UTC #> 2 NA #> 3 NA #> 4 NA #> 5 NA #> 6 NA #> 7 NA #> 8 NA #> 9 NA #> 10 NA #> 11 NA #> 12 NA #> 13 NA #> 14 NA #> 15 NA #> 16 NA #> 17 NA #> 18 NA #> 19 NA #> 20 NA #> 21 NA #> 22 NA #> 23 NA #> 24 NA #> 25 NA #> 26 NA #> 27 NA #> 28 NA #> 29 NA #> 30 NA #> 31 NA #> 32 NA #> 33 NA #> 34 NA #> 35 NA #> 36 NA #> 37 NA #> 38 NA #> 39 NA #> 40 NA #> 41 NA #> 42 NA #> 43 NA #> 44 NA #> 45 NA #> 46 NA #> 47 NA #> 48 NA #> 49 NA #> 50 NA #> 51 NA #> 52 NA #> 53 NA #> 54 NA #> 55 NA #> 56 NA #> 57 NA #> 58 NA #> 59 NA #> 60 NA #> 61 NA #> 62 NA #> 63 NA #> 64 NA #> 65 NA #> 66 NA #> 67 NA #> 68 NA #> 69 NA #> 70 NA #> 71 NA #> 72 NA #> 73 NA #> 74 NA #> 75 NA #> 76 NA #> 77 NA #> 78 NA #> 79 NA #> 80 NA #> 81 NA #> 82 NA #> 83 NA #> 84 NA #> 85 NA #> 86 NA #> 87 NA #> 88 NA #> 89 NA #> 90 NA #> 91 NA #> 92 NA #> 93 NA #> 94 NA #> 95 NA #> 96 NA #> 97 NA #> 98 NA #> 99 NA #> 100 NA #> 101 NA #> 102 NA #> 103 NA #> 104 NA #> 105 NA #> 106 NA #> 107 NA #> 108 NA #> 109 NA #> 110 NA #> 111 NA #> 112 NA #> 113 NA #> 114 NA #> 115 NA #> 116 NA #> 117 NA #> 118 NA #> 119 NA #> 120 NA #> 121 NA #> 122 NA #> 123 NA #> 124 NA #> 125 NA #> 126 NA #> 127 NA #> 128 NA #> 129 NA #> 130 NA #> 131 NA #> 132 NA #> 133 NA #> 134 NA #> 135 NA #> 136 NA #> 137 NA #> 138 NA #> 139 NA #> 140 NA #> 141 NA #> 142 NA #> 143 NA #> 144 NA #> 145 NA #> 146 NA #> 147 NA #> 148 NA #> 149 NA #> 150 NA #> 151 NA #> 152 NA #> 153 NA #> 154 NA #> 155 NA #> 156 NA #> 157 NA #> 158 NA #> 159 NA #> 160 NA #> 161 NA #> 162 NA #> 163 NA #> 164 NA #> 165 NA #> 166 NA #> 167 NA #> 168 NA #> 169 NA #> 170 NA #> 171 NA #> 172 NA #> 173 NA #> 174 NA #> 175 NA #> 176 NA #> 177 NA #> 178 NA #> 179 NA #> 180 NA #> 181 NA #> 182 NA #> 183 NA #> 184 NA #> 185 NA #> 186 NA #> 187 NA #> 188 NA #> 189 NA #> 190 NA #> 191 NA #> 192 NA #> 193 NA #> 194 NA #> 195 NA #> 196 NA #> 197 NA #> 198 NA #> 199 NA #> 200 NA #> 201 NA #> 202 NA #> 203 NA #> 204 NA #> 205 NA #> 206 NA #> 207 NA #> 208 NA #> 209 NA #> 210 NA #> 211 NA #> 212 NA #> 213 NA #> 214 NA #> 215 NA #> 216 NA #> 217 NA #> 218 NA #> 219 NA #> 220 NA #> 221 NA #> 222 NA #> 223 NA #> 224 NA #> 225 NA #> 226 NA #> 227 NA #> 228 NA #> 229 NA #> 230 NA #> 231 NA #> 232 NA #> 233 NA #> 234 NA #> 235 NA #> 236 NA #> 237 NA #> 238 NA #> 239 NA #> 240 NA #> 241 NA #> 242 NA #> 243 NA #> 244 NA #> 245 NA #> 246 NA #> 247 NA #> 248 NA #> 249 NA #> 250 NA #> 251 NA #> 252 NA #> 253 NA #> 254 NA #> 255 NA #> 256 NA #> 257 NA #> 258 NA #> 259 NA #> 260 NA #> 261 NA #> 262 NA #> 263 NA #> 264 NA #> 265 NA #> 266 NA #> 267 NA #> 268 NA #> 269 NA #> 270 NA #> 271 NA #> 272 NA #> 273 NA #> 274 NA #> 275 NA #> 276 NA #> 277 NA #> 278 NA #> 279 NA #> 280 NA #> 281 NA #> 282 NA #> 283 NA #> 284 NA #> 285 NA #> 286 NA #> 287 NA #> 288 NA #> 289 NA #> 290 NA #> 291 NA #> 292 NA #> 293 NA #> 294 NA #> 295 NA #> 296 NA #> 297 NA #> 298 NA #> 299 NA #> 300 NA #> 301 NA #> 302 NA #> 303 NA #> 304 NA #> 305 NA #> 306 NA #> 307 NA #> 308 NA #> 309 NA #> 310 NA #> 311 NA #> 312 NA #> 313 NA #> 314 NA #> 315 NA #> 316 NA #> 317 NA #> 318 NA #> 319 NA #> 320 NA #> 321 NA #> 322 NA #> 323 NA #> 324 NA #> 325 NA #> 326 NA #> 327 NA #> 328 NA #> 329 NA #> 330 NA #> 331 NA #> 332 NA #> 333 NA #> 334 NA #> 335 NA #> 336 NA #> 337 NA #> 338 NA #> 339 NA #> 340 NA #> 341 NA #> 342 NA #> 343 NA #> 344 NA #> 345 NA #> 346 NA #> 347 NA #> 348 NA #> 349 NA #> 350 NA #> 351 NA #> 352 NA #> 353 NA #> 354 NA #> 355 NA #> 356 NA #> 357 NA #> 358 NA #> 359 NA #> 360 NA #> 361 NA #> 362 NA #> 363 NA #> 364 NA #> 365 NA #> 366 NA #> 367 NA #> 368 NA #> 369 NA #> 370 NA #> 371 NA #> 372 NA #> 373 NA #> 374 NA #> 375 NA #> 376 NA #> 377 NA #> 378 NA #> 379 NA #> 380 NA #> 381 NA #> 382 NA #> 383 NA #> 384 NA #> 385 NA #> 386 NA #> 387 NA #> 388 NA #> 389 NA #> 390 NA #> 391 NA #> 392 NA #> 393 NA #> 394 NA #> 395 NA #> 396 NA #> 397 NA #> 398 NA #> 399 NA #> 400 NA #> 401 NA #> 402 NA #> 403 NA #> 404 NA #> 405 NA #> 406 NA #> 407 NA #> 408 NA #> 409 NA #> 410 NA #> 411 NA #> 412 NA #> 413 NA #> 414 NA #> 415 NA #> 416 NA #> 417 NA #> 418 NA #> 419 NA #> 420 NA #> 421 NA #> 422 NA #> 423 NA #> 424 NA #> 425 NA #> 426 NA #> 427 NA #> 428 NA #> 429 NA #> 430 NA #> 431 NA #> 432 NA #> 433 NA #> 434 NA #> 435 NA #> 436 NA #> 437 NA #> 438 NA #> 439 NA #> 440 NA #> 441 NA #> 442 NA #> 443 NA #> 444 NA #> 445 NA #> 446 NA #> 447 NA #> 448 NA #> 449 NA #> 450 NA #> 451 NA #> 452 NA #> 453 NA #> 454 NA #> 455 NA #> 456 NA #> 457 NA #> 458 NA #> 459 NA #> 460 NA #> 461 NA #> 462 NA #> 463 NA #> 464 NA #> 465 NA #> 466 NA #> 467 NA #> 468 NA #> 469 NA #> 470 NA #> 471 NA #> 472 NA #> 473 NA #> 474 NA #> 475 NA #> 476 NA #> 477 NA #> 478 NA #> 479 NA #> 480 NA #> 481 NA #> 482 NA #> 483 NA #> 484 NA #> 485 NA #> 486 NA #> 487 NA #> 488 NA #> 489 NA #> 490 NA #> 491 NA #> 492 NA #> 493 NA #> 494 NA #> 495 NA #> 496 NA #> 497 NA #> 498 NA #> 499 NA #> 500 NA #> 501 NA #> 502 NA #> 503 NA #> 504 NA #> 505 NA #> 506 NA #> 507 NA #> 508 NA #> 509 NA #> 510 NA #> 511 NA #> 512 NA #> 513 NA #> 514 NA #> 515 NA #> 516 NA #> 517 NA #> 518 NA #> 519 NA #> 520 NA #> 521 NA #> 522 NA #> 523 NA #> 524 NA #> 525 NA #> 526 NA #> 527 NA #> 528 NA #> 529 NA #> 530 NA #> 531 NA #> 532 NA #> 533 NA #> 534 NA #> 535 NA #> 536 NA #> 537 NA #> 538 NA #> 539 NA #> 540 NA #> 541 NA #> 542 NA #> 543 NA #> 544 NA #> 545 NA #> 546 NA #> 547 NA #> 548 NA #> 549 NA #> 550 NA #> 551 NA #> 552 NA #> 553 NA #> 554 NA #> 555 NA #> 556 NA #> 557 NA #> 558 NA #> 559 NA #> 560 NA #> 561 NA #> 562 NA #> 563 NA #> 564 NA #> 565 NA #> 566 NA #> 567 NA #> 568 NA #> 569 NA #> 570 NA #> 571 NA #> 572 NA #> 573 NA #> 574 NA #> 575 NA #> 576 NA #> 577 NA #> 578 NA #> 579 NA #> 580 NA #> 581 NA #> 582 NA #> 583 NA #> 584 NA #> 585 NA #> 586 NA #> 587 NA #> 588 NA #> 589 NA #> 590 NA #> 591 NA #> 592 NA #> 593 NA #> 594 NA #> 595 NA #> 596 NA #> 597 NA #> 598 NA #> 599 NA #> 600 NA #> 601 NA #> 602 NA #> 603 NA #> 604 NA #> 605 NA #> 606 NA #> 607 NA #> 608 NA #> 609 NA #> 610 NA #> 611 NA #> 612 NA #> 613 NA #> 614 NA #> 615 NA #> 616 NA #> 617 NA #> 618 NA #> 619 NA #> 620 NA #> 621 NA #> 622 NA #> 623 NA #> 624 NA #> 625 NA #> 626 NA #> 627 NA #> 628 NA #> 629 NA #> 630 NA #> 631 NA #> 632 NA #> 633 NA #> 634 NA #> 635 NA #> 636 NA #> 637 NA #> 638 NA #> 639 NA #> 640 NA #> 641 NA #> 642 NA #> 643 NA #> 644 NA #> 645 NA #> 646 NA #> 647 NA #> 648 NA #> 649 NA #> 650 NA #> 651 NA #> 652 NA #> 653 NA #> 654 NA #> 655 NA #> 656 NA #> 657 NA #> 658 NA #> 659 NA #> 660 NA #> 661 NA #> 662 NA #> 663 NA #> 664 NA #> 665 NA #> 666 NA #> 667 NA #> 668 NA #> 669 NA #> 670 NA #> 671 NA #> 672 NA #> 673 NA #> 674 NA #> 675 NA #> 676 NA #> 677 NA #> 678 NA #> 679 NA #> 680 NA #> 681 NA #> 682 NA #> 683 NA #> 684 NA #> 685 NA #> 686 NA #> 687 NA #> 688 NA #> 689 NA #> 690 NA #> 691 NA #> 692 NA #> 693 NA #> 694 NA #> 695 NA #> 696 NA #> 697 NA #> 698 NA #> 699 NA #> 700 NA #> 701 NA #> 702 NA #> 703 NA #> 704 NA #> 705 NA #> 706 NA #> 707 NA #> 708 NA #> 709 NA #> 710 NA #> 711 NA #> 712 NA #> 713 NA #> 714 NA #> 715 NA #> 716 NA #> 717 NA #> 718 NA #> 719 NA #> 720 NA #> 721 NA #> 722 NA #> 723 NA #> 724 NA #> 725 NA #> 726 NA #> 727 NA #> 728 NA #> 729 NA #> 730 NA #> 731 NA #> 732 NA #> 733 NA #> 734 NA #> 735 NA #> 736 NA #> 737 NA #> 738 NA #> 739 NA #> 740 NA #> 741 NA #> 742 NA #> 743 NA #> 744 NA #> 745 NA #> 746 NA #> 747 NA #> 748 NA #> 749 NA #> 750 NA #> 751 NA #> 752 NA #> 753 NA #> 754 NA #> 755 NA #> 756 NA #> 757 NA #> 758 NA #> 759 NA #> 760 NA #> 761 NA #> 762 NA #> 763 NA #> 764 NA #> 765 NA #> 766 NA #> 767 NA #> 768 NA #> 769 NA #> 770 NA #> 771 NA #> 772 NA #> 773 NA #> 774 NA #> 775 NA #> 776 NA #> 777 NA #> 778 NA #> 779 NA #> 780 NA #> 781 NA #> 782 NA #> 783 NA #> 784 NA #> 785 NA #> 786 NA #> 787 NA #> 788 NA #> 789 NA #> 790 NA #> 791 NA #> 792 NA #> 793 NA #> 794 NA #> 795 NA #> 796 NA #> 797 NA #> 798 NA #> 799 NA #> 800 NA #> 801 NA #> 802 NA #> 803 NA #> 804 NA #> 805 NA #> 806 NA #> 807 NA #> 808 NA #> 809 NA #> 810 NA #> 811 NA #> 812 NA #> 813 NA #> 814 NA #> 815 NA #> 816 NA #> 817 NA #> 818 NA #> 819 NA #> 820 NA #> 821 NA #> 822 NA #> 823 NA #> 824 NA #> 825 NA #> 826 NA #> 827 NA #> 828 NA #> 829 NA #> 830 NA #> 831 NA #> 832 NA #> 833 NA #> 834 NA #> 835 NA #> 836 NA #> 837 NA #> 838 NA #> 839 NA #> 840 NA #> 841 NA #> 842 NA #> 843 NA #> 844 NA #> 845 NA #> 846 NA #> 847 NA #> 848 NA #> 849 NA #> 850 NA #> 851 NA #> 852 NA #> 853 NA #> 854 NA #> 855 NA #> 856 NA #> 857 NA #> 858 NA #> 859 NA #> 860 NA #> 861 NA #> 862 NA #> 863 NA #> 864 NA #> 865 NA #> 866 NA #> 867 NA #> 868 NA #> 869 NA #> 870 NA #> 871 NA #> 872 NA #> 873 NA #> 874 NA #> 875 NA #> 876 NA #> 877 NA #> 878 NA #> 879 NA #> 880 NA #> 881 NA #> 882 NA #> 883 NA #> 884 NA #> 885 NA #> 886 NA #> 887 NA #> 888 NA #> 889 NA #> 890 NA #> 891 NA #> 892 NA #> 893 NA #> 894 NA #> 895 NA #> 896 NA #> 897 NA #> 898 NA #> 899 NA #> 900 NA #> 901 NA #> 902 NA #> 903 NA #> 904 NA #> 905 NA #> 906 NA #> 907 NA #> 908 NA #> 909 NA #> 910 NA #> 911 NA #> 912 NA #> 913 NA #> 914 NA #> 915 NA #> 916 NA #> 917 NA #> 918 NA #> 919 NA #> 920 NA #> 921 NA #> 922 NA #> 923 NA #> 924 NA #> 925 NA #> 926 NA #> 927 NA #> 928 NA #> 929 NA #> 930 NA #> 931 NA #> 932 NA #> 933 NA #> 934 NA #> 935 NA #> 936 NA #> 937 NA #> 938 NA #> 939 NA #> 940 NA #> 941 NA #> 942 NA #> 943 NA #> 944 NA #> 945 NA #> 946 NA #> 947 NA #> 948 NA #> 949 NA #> 950 NA #> 951 NA #> 952 NA #> 953 NA #> 954 NA #> 955 NA #> 956 NA #> 957 NA #> 958 NA #> 959 NA #> 960 NA #> 961 NA #> 962 NA #> 963 NA #> 964 NA #> 965 NA #> 966 NA #> 967 NA #> 968 NA #> 969 NA #> 970 NA #> 971 NA #> 972 NA #> 973 NA #> 974 NA #> 975 NA #> 976 NA #> 977 NA #> 978 NA #> 979 NA #> 980 NA #> 981 NA #> 982 NA #> 983 NA #> 984 NA #> 985 NA #> 986 NA #> 987 NA #> 988 NA #> 989 NA #> 990 NA #> 991 NA #> 992 NA #> 993 NA #> 994 NA #> 995 NA #> 996 NA #> 997 NA #> 998 NA #> 999 NA #> 1000 NA #> 1001 NA #> 1002 NA #> 1003 NA #> 1004 NA #> 1005 NA #> 1006 NA #> 1007 NA #> 1008 NA #> 1009 NA #> 1010 NA #> 1011 NA #> 1012 NA #> 1013 NA #> 1014 NA #> 1015 NA #> 1016 NA #> 1017 NA #> 1018 NA #> 1019 NA #> 1020 NA #> 1021 NA #> 1022 NA #> 1023 NA #> 1024 NA #> 1025 NA #> 1026 NA #> 1027 NA #> 1028 NA #> 1029 NA #> 1030 NA #> 1031 NA #> 1032 NA #> 1033 NA #> 1034 NA #> 1035 NA #> 1036 NA #> 1037 NA #> 1038 NA #> 1039 NA #> 1040 NA #> 1041 NA #> 1042 NA #> 1043 NA #> 1044 NA #> 1045 NA #> 1046 NA #> 1047 NA #> 1048 NA #> 1049 NA #> 1050 NA #> 1051 NA #> 1052 NA #> 1053 NA #> 1054 NA #> 1055 NA #> 1056 NA #> 1057 NA #> 1058 NA #> 1059 NA #> 1060 NA #> 1061 NA #> 1062 NA #> 1063 NA #> 1064 NA #> 1065 NA #> 1066 NA #> 1067 NA #> 1068 NA #> 1069 NA #> 1070 NA #> 1071 NA #> 1072 NA #> 1073 NA #> 1074 NA #> 1075 NA #> 1076 NA #> 1077 NA #> 1078 NA #> 1079 NA #> 1080 NA #> 1081 NA #> 1082 NA #> 1083 NA #> 1084 NA #> 1085 NA #> 1086 NA #> 1087 NA #> 1088 NA #> 1089 NA #> 1090 NA #> 1091 NA #> 1092 NA #> 1093 NA #> 1094 NA #> 1095 NA #> 1096 NA #> 1097 NA #> 1098 NA #> 1099 NA #> 1100 NA #> 1101 NA #> 1102 NA #> 1103 NA #> 1104 NA #> 1105 NA #> 1106 NA #> 1107 NA #> 1108 NA #> 1109 NA #> 1110 NA #> 1111 NA #> 1112 NA #> 1113 NA #> 1114 NA #> 1115 NA #> 1116 NA #> 1117 NA #> 1118 NA #> 1119 NA #> 1120 NA #> 1121 NA #> 1122 NA #> 1123 NA #> 1124 NA #> 1125 NA #> 1126 NA #> 1127 NA #> 1128 NA #> 1129 NA #> 1130 NA #> 1131 NA #> 1132 NA #> 1133 NA #> 1134 NA #> 1135 NA #> 1136 NA #> 1137 NA #> 1138 NA #> 1139 NA #> 1140 NA #> 1141 NA #> 1142 NA #> 1143 NA #> 1144 NA #> 1145 NA #> 1146 NA #> 1147 NA #> 1148 NA #> 1149 NA #> 1150 NA #> 1151 NA #> 1152 NA #> 1153 NA #> 1154 NA #> 1155 NA #> 1156 NA #> 1157 NA #> 1158 NA #> 1159 NA #> 1160 NA #> 1161 NA #> 1162 NA #> 1163 NA #> 1164 NA #> 1165 NA #> 1166 NA #> 1167 NA #> 1168 NA #> 1169 NA #> 1170 NA #> 1171 NA #> 1172 NA #> 1173 NA #> 1174 NA #> 1175 NA #> 1176 NA #> 1177 NA #> 1178 NA #> 1179 NA #> 1180 NA #> 1181 NA #> 1182 NA #> 1183 NA #> 1184 NA #> 1185 NA #> 1186 NA #> 1187 NA #> 1188 NA #> 1189 NA #> 1190 NA #> 1191 NA #> 1192 NA #> 1193 NA #> 1194 NA #> 1195 NA #> 1196 NA #> 1197 NA #> 1198 NA #> 1199 NA #> 1200 NA #> 1201 NA #> 1202 NA #> 1203 NA #> 1204 NA #> 1205 NA #> 1206 NA #> 1207 NA #> 1208 NA #> 1209 NA #> 1210 NA #> 1211 NA #> 1212 NA #> 1213 NA #> 1214 NA #> 1215 NA #> 1216 NA #> 1217 NA #> 1218 NA #> 1219 NA #> 1220 NA #> 1221 NA #> 1222 NA #> 1223 NA #> 1224 NA #> 1225 NA #> 1226 NA #> 1227 NA #> 1228 NA #> 1229 NA #> 1230 NA #> 1231 NA #> 1232 NA #> 1233 NA #> 1234 NA #> 1235 NA #> 1236 NA #> 1237 NA #> 1238 NA #> 1239 NA #> 1240 NA #> 1241 NA #> 1242 NA #> 1243 NA #> 1244 NA #> 1245 NA #> 1246 NA #> 1247 NA #> 1248 NA #> 1249 NA #> 1250 NA #> 1251 NA #> 1252 NA #> 1253 NA #> 1254 NA #> 1255 NA #> 1256 NA #> 1257 NA #> 1258 NA #> 1259 NA #> 1260 NA #> 1261 NA #> 1262 NA #> 1263 NA #> 1264 NA #> 1265 NA #> 1266 NA #> 1267 NA #> 1268 NA #> 1269 NA #> 1270 NA #> 1271 NA #> 1272 NA #> 1273 NA #> 1274 NA #> 1275 NA #> 1276 NA #> 1277 NA #> 1278 NA #> 1279 NA #> 1280 NA #> 1281 NA #> 1282 NA #> 1283 NA #> 1284 NA #> 1285 NA #> 1286 NA #> 1287 NA #> 1288 NA #> 1289 NA #> 1290 NA #> 1291 NA #> 1292 NA #> 1293 NA #> 1294 NA #> 1295 NA #> 1296 NA #> 1297 NA #> 1298 NA #> 1299 NA #> 1300 NA #> 1301 NA #> 1302 NA #> 1303 NA #> 1304 NA #> 1305 NA #> 1306 NA #> 1307 NA #> 1308 NA #> 1309 NA #> 1310 NA #> 1311 NA #> 1312 NA #> 1313 NA #> 1314 NA #> 1315 NA #> 1316 NA #> 1317 NA #> 1318 NA #> 1319 NA #> 1320 NA #> 1321 NA #> 1322 NA #> 1323 NA #> 1324 NA #> 1325 NA #> 1326 NA #> 1327 NA #> 1328 NA #> 1329 NA #> 1330 NA #> 1331 NA #> 1332 NA #> 1333 NA #> 1334 NA #> 1335 NA #> 1336 NA #> 1337 NA #> 1338 NA #> 1339 NA #> 1340 NA #> 1341 NA #> 1342 NA #> 1343 NA #> 1344 NA #> 1345 NA #> 1346 NA #> 1347 NA #> 1348 NA #> 1349 NA #> 1350 NA #> 1351 NA #> 1352 NA #> 1353 NA #> 1354 NA #> 1355 NA #> 1356 NA #> 1357 NA #> 1358 NA #> 1359 NA #> 1360 NA #> 1361 NA #> 1362 NA #> 1363 NA #> 1364 NA #> 1365 NA #> 1366 NA #> 1367 NA #> 1368 NA #> 1369 NA #> 1370 NA #> 1371 NA #> 1372 NA #> 1373 NA #> 1374 NA #> 1375 NA #> 1376 NA #> 1377 NA #> 1378 NA #> 1379 NA #> 1380 NA #> 1381 NA #> 1382 NA #> 1383 NA #> 1384 NA #> 1385 NA #> 1386 NA #> 1387 NA #> 1388 NA #> 1389 NA #> 1390 NA #> 1391 NA #> 1392 NA #> 1393 NA #> 1394 NA #> 1395 NA #> 1396 NA #> 1397 NA #> 1398 NA #> 1399 NA #> 1400 NA #> 1401 NA #> 1402 NA #> 1403 NA #> 1404 NA #> 1405 NA #> 1406 NA #> 1407 NA #> 1408 NA #> 1409 NA #> 1410 NA #> 1411 NA #> 1412 NA #> 1413 NA #> 1414 NA #> 1415 NA #> 1416 NA #> 1417 NA #> 1418 NA #> 1419 NA #> 1420 NA #> 1421 NA #> 1422 NA #> 1423 NA #> 1424 NA #> 1425 NA #> 1426 NA #> 1427 NA #> 1428 NA #> 1429 NA #> 1430 NA #> 1431 NA #> 1432 NA #> 1433 NA #> 1434 NA #> 1435 NA #> 1436 NA #> 1437 NA #> 1438 NA #> 1439 NA #> 1440 NA #> 1441 NA #> 1442 NA #> 1443 NA #> 1444 NA #> 1445 NA #> 1446 NA #> 1447 NA #> 1448 NA #> 1449 NA #> 1450 NA #> 1451 NA #> 1452 NA #> 1453 NA #> 1454 NA #> 1455 NA #> 1456 NA #> 1457 NA #> 1458 NA #> 1459 NA #> 1460 NA #> 1461 NA #> 1462 NA #> 1463 NA #> 1464 NA #> 1465 NA #> 1466 NA #> 1467 NA #> 1468 NA #> 1469 NA #> 1470 NA #> 1471 NA #> 1472 NA #> 1473 NA #> 1474 NA #> 1475 NA #> 1476 NA #> 1477 NA #> 1478 NA #> 1479 NA #> 1480 NA #> 1481 NA #> 1482 NA #> 1483 NA #> 1484 NA #> 1485 NA #> 1486 NA #> 1487 NA #> 1488 NA #> 1489 NA #> 1490 NA #> 1491 NA #> 1492 NA #> 1493 NA #> 1494 NA #> 1495 NA #> 1496 NA #> 1497 NA #> 1498 NA #> 1499 NA #> 1500 NA #> 1501 NA #> 1502 NA #> 1503 NA #> 1504 NA #> 1505 NA #> 1506 NA #> 1507 NA #> 1508 NA #> 1509 NA #> 1510 NA #> 1511 NA #> 1512 NA #> 1513 NA #> 1514 NA #> 1515 NA #> 1516 NA #> 1517 NA #> 1518 NA #> 1519 NA #> 1520 NA #> 1521 NA #> 1522 NA #> 1523 NA #> 1524 NA #> 1525 NA #> 1526 NA #> 1527 NA #> 1528 NA #> 1529 NA #> 1530 NA #> 1531 NA #> 1532 NA #> 1533 NA #> 1534 NA #> 1535 NA #> 1536 NA #> 1537 NA #> 1538 NA #> 1539 NA #> 1540 NA #> 1541 NA #> 1542 NA #> 1543 NA #> 1544 BlockL5-2B9 NA #> 1545 BlockL5-2B9 NA #> 1546 BlockL5-2B9 NA #> 1547 BlockL5-2B9 NA #> 1548 BlockL5-2B9 NA #> 1549 BlockL5-2B9 NA #> 1550 BlockL5-2B9 NA #> 1551 BlockL5-2B9 NA #> 1552 BlockL5-2B9 NA #> 1553 BlockL5-2B9 NA #> 1554 BlockL5-2B9 NA #> 1555 BlockL5-2B9 NA #> 1556 BlockL5-2B9 NA #> 1557 BlockL5-2B9 NA #> 1558 BlockL5-2B9 NA #> 1559 BlockL5-2B9 NA #> 1560 BlockL5-2B9 NA #> 1561 BlockL5-2B9 NA #> 1562 BlockL5-2B9 NA #> 1563 BlockL5-2B9 NA #> 1564 BlockL5-2B9 NA #> 1565 BlockL5-2B9 NA #> 1566 BlockL5-2B9 NA #> 1567 BlockL5-2B9 NA #> 1568 BlockL5-2B9 NA #> 1569 BlockL5-2B9 NA #> 1570 BlockL5-2B9 NA #> 1571 BlockL5-2B9 NA #> 1572 BlockL5-2B9 NA #> 1573 BlockL5-2B9 NA #> 1574 BlockL5-2B9 NA #> 1575 BlockL5-2B9 NA #> 1576 BlockL5-2B9 NA #> 1577 NA #> 1578 NA #> 1579 NA #> 1580 NA #> 1581 NA #> 1582 NA #> 1583 NA #> 1584 NA #> 1585 NA #> 1586 NA #> 1587 NA #> 1588 NA #> 1589 NA #> 1590 NA #> 1591 NA #> 1592 NA #> 1593 NA #> 1594 NA #> 1595 NA #> 1596 NA #> 1597 NA #> 1598 NA #> 1599 NA #> 1600 NA #> 1601 NA #> 1602 NA #> 1603 NA #> 1604 NA #> 1605 NA #> 1606 NA #> 1607 NA #> 1608 NA #> 1609 NA #> 1610 NA #> 1611 NA #> 1612 NA #> 1613 NA #> 1614 NA #> 1615 NA #> 1616 NA #> 1617 NA #> 1618 NA #> 1619 NA #> 1620 NA #> 1621 NA #> 1622 NA #> 1623 NA #> 1624 NA #> 1625 NA #> 1626 NA #> 1627 NA #> 1628 NA #> 1629 NA #> 1630 NA #> 1631 NA #> 1632 NA #> 1633 NA #> 1634 NA #> 1635 NA #> 1636 NA #> 1637 NA #> 1638 NA #> 1639 NA #> 1640 NA #> 1641 NA #> 1642 NA #> 1643 NA #> 1644 NA #> 1645 NA #> 1646 NA #> 1647 NA #> 1648 NA #> 1649 NA #> 1650 NA #> 1651 NA #> 1652 NA #> 1653 NA #> 1654 NA #> 1655 NA #> 1656 NA #> 1657 NA #> 1658 NA #> 1659 NA #> 1660 NA #> 1661 NA #> 1662 NA #> 1663 NA #> 1664 NA #> 1665 NA #> 1666 NA #> 1667 NA #> 1668 NA #> 1669 NA #> 1670 NA #> 1671 NA #> 1672 NA #> 1673 NA #> 1674 NA #> 1675 NA #> 1676 NA #> 1677 NA #> 1678 NA #> 1679 NA #> 1680 NA #> 1681 NA #> 1682 NA #> 1683 NA #> 1684 NA #> 1685 NA #> 1686 NA #> 1687 NA #> 1688 NA #> 1689 NA #> 1690 NA #> 1691 NA #> 1692 NA #> 1693 NA #> 1694 NA #> 1695 NA #> 1696 NA #> 1697 NA #> 1698 NA #> 1699 NA #> 1700 NA #> 1701 NA #> 1702 NA #> 1703 NA #> 1704 NA #> 1705 NA #> 1706 NA #> 1707 NA #> 1708 NA #> 1709 NA #> 1710 NA #> 1711 NA #> 1712 NA #> 1713 NA #> 1714 NA #> 1715 NA #> 1716 NA #> 1717 NA #> 1718 NA #> 1719 NA #> 1720 NA #> 1721 NA #> 1722 NA #> 1723 NA #> 1724 NA #> 1725 NA #> 1726 NA #> 1727 NA #> 1728 NA #> 1729 NA #> 1730 NA #> 1731 NA #> 1732 NA #> 1733 NA #> 1734 NA #> 1735 NA #> 1736 NA #> 1737 NA #> 1738 NA #> 1739 NA #> 1740 NA #> 1741 NA #> 1742 NA #> 1743 NA #> 1744 NA #> 1745 NA #> 1746 NA #> 1747 NA #> 1748 NA #> 1749 NA #> 1750 NA #> 1751 NA #> 1752 NA #> 1753 NA #> 1754 NA #> 1755 NA #> 1756 NA #> 1757 NA #> 1758 NA #> 1759 NA #> 1760 NA #> 1761 NA #> 1762 NA #> 1763 NA #> 1764 NA #> 1765 NA #> 1766 NA #> 1767 NA #> 1768 NA #> 1769 NA #> 1770 NA #> 1771 NA #> 1772 NA #> 1773 NA #> 1774 NA #> 1775 NA #> 1776 NA #> 1777 NA #> 1778 NA #> 1779 NA #> 1780 NA #> 1781 NA #> 1782 NA #> 1783 NA #> 1784 NA #> 1785 NA #> 1786 NA #> 1787 NA #> 1788 NA #> 1789 NA #> 1790 NA #> 1791 NA #> 1792 NA #> 1793 NA #> 1794 NA #> 1795 NA #> 1796 NA #> 1797 NA #> 1798 NA #> 1799 NA #> 1800 NA #> 1801 NA #> 1802 NA #> 1803 NA #> 1804 NA #> 1805 NA #> 1806 NA #> 1807 NA #> 1808 NA #> 1809 NA #> 1810 NA #> 1811 NA #> 1812 NA #> 1813 NA #> 1814 NA #> 1815 NA #> 1816 NA #> 1817 NA #> 1818 NA #> 1819 NA #> 1820 NA #> 1821 NA #> 1822 NA #> 1823 NA #> 1824 NA #> 1825 NA #> 1826 NA #> 1827 NA #> 1828 NA #> 1829 NA #> 1830 NA #> 1831 NA #> 1832 NA #> 1833 NA #> 1834 NA #> 1835 NA #> 1836 NA #> 1837 NA #> 1838 NA #> 1839 NA #> 1840 NA #> 1841 NA #> 1842 NA #> 1843 NA #> 1844 NA #> 1845 NA #> 1846 NA #> 1847 NA #> 1848 NA #> 1849 NA #> 1850 NA #> 1851 NA #> 1852 NA #> 1853 NA #> 1854 NA #> 1855 NA #> 1856 NA #> 1857 NA #> 1858 NA #> 1859 NA #> 1860 NA #> 1861 NA #> 1862 NA #> 1863 NA #> 1864 NA #> 1865 NA #> 1866 NA #> 1867 NA #> 1868 NA #> 1869 NA #> 1870 NA #> 1871 NA #> 1872 NA #> 1873 NA #> 1874 NA #> 1875 NA #> 1876 NA #> 1877 NA #> 1878 NA #> 1879 NA #> 1880 NA #> 1881 NA #> 1882 NA #> 1883 NA #> 1884 NA #> 1885 NA #> 1886 NA #> 1887 NA #> 1888 NA #> 1889 NA #> 1890 NA #> 1891 NA #> 1892 NA #> 1893 NA #> 1894 NA #> 1895 NA #> 1896 NA #> 1897 NA #> 1898 NA #> 1899 NA #> 1900 NA #> 1901 NA #> 1902 NA #> 1903 NA #> 1904 NA #> 1905 NA #> 1906 NA #> 1907 NA #> 1908 NA #> 1909 NA #> 1910 NA #> 1911 NA #> 1912 NA #> 1913 NA #> 1914 NA #> 1915 NA #> 1916 NA #> 1917 NA #> 1918 NA #> 1919 NA #> 1920 NA #> 1921 NA #> 1922 NA #> 1923 NA #> 1924 NA #> 1925 NA #> 1926 NA #> 1927 NA #> 1928 NA #> 1929 NA #> 1930 NA #> 1931 NA #> 1932 NA #> 1933 NA #> 1934 NA #> 1935 NA #> 1936 NA #> 1937 NA #> 1938 NA #> 1939 NA #> 1940 NA #> 1941 NA #> 1942 NA #> 1943 NA #> 1944 NA #> 1945 NA #> 1946 NA #> 1947 NA #> 1948 NA #> 1949 NA #> 1950 NA #> 1951 NA #> 1952 NA #> 1953 NA #> 1954 NA #> 1955 NA #> 1956 NA #> 1957 NA #> 1958 NA #> 1959 NA #> 1960 NA #> 1961 NA #> 1962 NA #> 1963 NA #> 1964 NA #> 1965 NA #> 1966 NA #> 1967 NA #> 1968 NA #> 1969 NA #> 1970 NA #> 1971 NA #> 1972 NA #> 1973 NA #> 1974 NA #> 1975 NA #> 1976 NA #> 1977 NA #> 1978 NA #> 1979 NA #> 1980 NA #> 1981 NA #> 1982 NA #> 1983 NA #> 1984 NA #> 1985 NA #> 1986 NA #> 1987 NA #> 1988 NA #> 1989 NA #> 1990 NA #> 1991 NA #> 1992 NA #> 1993 NA #> 1994 NA #> 1995 NA #> 1996 NA #> 1997 NA #> 1998 NA #> 1999 NA #> 2000 NA #> 2001 NA #> 2002 NA #> 2003 NA #> 2004 NA #> 2005 NA #> 2006 NA #> 2007 NA #> 2008 NA #> 2009 NA #> 2010 NA #> 2011 NA #> 2012 NA #> 2013 NA #> 2014 NA #> 2015 NA #> 2016 NA #> 2017 NA #> 2018 NA #> 2019 NA #> 2020 NA #> 2021 NA #> 2022 NA #> 2023 NA #> 2024 NA #> 2025 NA #> 2026 NA #> 2027 NA #> 2028 NA #> 2029 NA #> 2030 NA #> 2031 NA #> 2032 NA #> 2033 NA #> 2034 NA #> 2035 NA #> 2036 NA #> 2037 NA #> 2038 NA #> 2039 NA #> 2040 NA #> 2041 NA #> 2042 NA #> 2043 NA #> 2044 NA #> 2045 NA #> 2046 NA #> 2047 NA #> 2048 NA #> 2049 NA #> 2050 NA #> 2051 NA #> 2052 NA #> 2053 NA #> 2054 NA #> 2055 NA #> 2056 NA #> 2057 NA #> 2058 NA #> 2059 NA #> 2060 NA #> 2061 NA #> 2062 NA #> 2063 NA #> 2064 NA #> 2065 NA #> 2066 NA #> 2067 NA #> 2068 NA #> 2069 NA #> 2070 NA #> 2071 NA #> 2072 NA #> 2073 NA #> 2074 NA #> 2075 NA #> 2076 NA #> 2077 NA #> 2078 NA #> 2079 NA #> 2080 NA #> 2081 NA #> 2082 NA #> 2083 NA #> 2084 NA #> 2085 NA #> 2086 NA #> 2087 NA #> 2088 NA #> 2089 NA #> 2090 NA #> 2091 NA #> 2092 NA #> 2093 NA #> 2094 NA #> 2095 NA #> 2096 NA #> 2097 NA #> 2098 NA #> 2099 NA #> 2100 NA #> 2101 NA #> 2102 NA #> 2103 NA #> 2104 NA #> 2105 NA #> 2106 NA #> 2107 NA #> 2108 NA #> 2109 NA #> 2110 NA #> 2111 NA #> 2112 NA #> 2113 NA #> 2114 NA #> 2115 NA #> 2116 NA #> 2117 NA #> 2118 NA #> 2119 NA #> 2120 NA #> 2121 NA #> 2122 NA #> 2123 NA #> 2124 NA #> 2125 NA #> 2126 NA #> 2127 NA #> 2128 NA #> 2129 NA #> 2130 NA #> 2131 NA #> 2132 NA #> 2133 NA #> 2134 NA #> 2135 NA #> 2136 NA #> 2137 NA #> 2138 NA #> 2139 NA #> 2140 NA #> 2141 NA #> 2142 NA #> 2143 NA #> 2144 NA #> 2145 NA #> 2146 NA #> 2147 NA #> 2148 NA #> 2149 NA #> 2150 NA #> 2151 NA #> 2152 NA #> 2153 NA #> 2154 NA #> 2155 NA #> 2156 NA #> 2157 NA #> 2158 NA #> 2159 NA #> 2160 NA #> 2161 NA #> 2162 NA #> 2163 NA #> 2164 NA #> 2165 NA #> 2166 NA #> 2167 NA #> 2168 NA #> 2169 NA #> 2170 NA #> 2171 NA #> 2172 NA #> 2173 NA #> 2174 NA #> 2175 NA #> 2176 NA #> 2177 NA #> 2178 NA #> 2179 NA #> 2180 NA #> 2181 NA #> 2182 NA #> 2183 NA #> 2184 NA #> 2185 NA #> 2186 NA #> 2187 NA #> 2188 NA #> 2189 NA #> 2190 NA #> 2191 NA #> 2192 NA #> 2193 NA #> 2194 NA #> 2195 NA #> 2196 NA #> 2197 NA #> 2198 NA #> 2199 NA #> 2200 NA #> 2201 NA #> 2202 NA #> 2203 NA #> 2204 NA #> 2205 NA #> 2206 NA #> 2207 NA #> 2208 NA #> 2209 NA #> 2210 NA #> 2211 NA #> 2212 NA #> 2213 NA #> 2214 NA #> 2215 NA #> 2216 NA #> 2217 NA #> 2218 NA #> 2219 NA #> 2220 NA #> 2221 NA #> 2222 NA #> 2223 NA #> 2224 NA #> 2225 NA #> 2226 NA #> 2227 NA #> 2228 NA #> 2229 NA #> 2230 NA #> 2231 NA #> 2232 NA #> 2233 NA #> 2234 NA #> 2235 NA #> 2236 NA #> 2237 NA #> 2238 NA #> 2239 NA #> 2240 NA #> 2241 NA #> 2242 NA #> 2243 NA #> 2244 NA #> 2245 NA #> 2246 NA #> 2247 NA #> 2248 NA #> 2249 NA #> 2250 NA #> 2251 NA #> 2252 NA #> 2253 NA #> 2254 NA #> 2255 NA #> 2256 NA #> 2257 NA #> 2258 NA #> 2259 NA #> 2260 NA #> 2261 NA #> 2262 NA #> 2263 NA #> 2264 NA #> 2265 NA #> 2266 NA #> 2267 NA #> 2268 NA #> 2269 NA #> 2270 NA #> 2271 NA #> 2272 NA #> 2273 NA #> 2274 NA #> 2275 NA #> 2276 NA #> 2277 NA #> 2278 NA #> 2279 NA #> 2280 NA #> 2281 NA #> 2282 NA #> 2283 NA #> 2284 NA #> 2285 NA #> 2286 NA #> 2287 NA #> 2288 NA #> 2289 NA #> 2290 NA #> 2291 NA #> 2292 NA #> 2293 NA #> 2294 NA #> 2295 NA #> 2296 NA #> 2297 NA #> 2298 NA #> 2299 NA #> 2300 NA #> 2301 NA #> 2302 NA #> 2303 NA #> 2304 NA #> 2305 NA #> 2306 NA #> 2307 NA #> 2308 NA #> 2309 NA #> 2310 NA #> 2311 NA #> 2312 NA #> 2313 NA #> 2314 NA #> 2315 NA #> 2316 NA #> 2317 NA #> 2318 NA #> 2319 NA #> 2320 NA #> 2321 NA #> 2322 NA #> 2323 NA #> 2324 NA #> 2325 NA #> 2326 NA #> 2327 NA #> 2328 NA #> 2329 NA #> 2330 NA #> 2331 NA #> 2332 NA #> 2333 NA #> 2334 NA #> 2335 NA #> 2336 NA #> 2337 NA #> 2338 NA #> 2339 NA #> 2340 NA #> 2341 NA #> 2342 NA #> 2343 NA #> 2344 NA #> 2345 NA #> 2346 NA #> 2347 NA #> 2348 NA #> 2349 NA #> 2350 NA #> 2351 NA #> 2352 NA #> 2353 NA #> 2354 NA #> 2355 NA #> 2356 NA #> 2357 NA #> 2358 NA #> 2359 NA #> 2360 NA #> 2361 NA #> 2362 NA #> 2363 NA #> 2364 NA #> 2365 NA #> 2366 NA #> 2367 NA #> 2368 NA #> 2369 NA #> 2370 NA #> 2371 NA #> 2372 NA #> 2373 NA #> 2374 NA #> 2375 NA #> 2376 NA #> 2377 NA #> 2378 NA #> 2379 NA #> 2380 NA #> 2381 NA #> 2382 NA #> 2383 NA #> 2384 NA #> 2385 NA #> 2386 NA #> 2387 NA #> 2388 NA #> 2389 NA #> 2390 NA #> 2391 NA #> 2392 NA #> 2393 NA #> 2394 NA #> 2395 NA #> 2396 NA #> 2397 NA #> 2398 NA #> 2399 NA #> 2400 NA #> 2401 NA #> 2402 NA #> 2403 NA #> 2404 NA #> 2405 NA #> 2406 NA #> 2407 NA #> 2408 NA #> 2409 NA #> 2410 NA #> 2411 NA #> 2412 NA #> 2413 NA #> 2414 NA #> 2415 NA #> 2416 NA #> 2417 NA #> 2418 NA #> 2419 NA #> 2420 NA #> 2421 NA #> 2422 NA #> 2423 NA #> 2424 NA #> 2425 NA #> 2426 NA #> 2427 NA #> 2428 NA #> 2429 NA #> 2430 NA #> 2431 NA #> 2432 NA #> 2433 NA #> 2434 NA #> 2435 NA #> 2436 NA #> 2437 NA #> 2438 NA #> 2439 NA #> 2440 NA #> 2441 NA #> 2442 NA #> 2443 NA #> 2444 NA #> 2445 NA #> 2446 NA #> 2447 NA #> 2448 NA #> 2449 NA #> 2450 NA #> 2451 NA #> 2452 NA #> 2453 NA #> 2454 NA #> 2455 NA #> 2456 NA #> 2457 NA #> 2458 NA #> 2459 NA #> 2460 NA #> 2461 NA #> 2462 NA #> 2463 NA #> 2464 NA #> 2465 NA #> 2466 NA #> 2467 NA #> 2468 NA #> 2469 NA #> 2470 NA #> 2471 NA #> 2472 NA #> 2473 NA #> 2474 NA #> 2475 NA #> 2476 NA #> 2477 NA #> 2478 NA #> 2479 NA #> 2480 NA #> 2481 NA #> 2482 NA #> 2483 NA #> 2484 NA #> 2485 NA #> 2486 NA #> 2487 NA #> 2488 NA #> 2489 NA #> 2490 NA #> 2491 NA #> 2492 NA #> 2493 NA #> 2494 NA #> 2495 NA #> 2496 NA #> 2497 NA #> 2498 NA #> 2499 NA #> 2500 NA #> 2501 NA #> 2502 NA #> 2503 NA #> 2504 NA #> 2505 NA #> 2506 NA #> 2507 NA #> 2508 NA #> 2509 NA #> 2510 NA #> 2511 NA #> 2512 NA #> 2513 NA #> 2514 NA #> 2515 NA #> 2516 NA #> 2517 NA #> 2518 NA #> 2519 NA #> 2520 NA #> 2521 NA #> 2522 NA #> 2523 NA #> 2524 NA #> 2525 NA #> 2526 NA #> 2527 NA #> 2528 NA #> 2529 NA #> 2530 NA #> 2531 NA #> 2532 NA #> 2533 NA #> 2534 NA #> 2535 NA #> 2536 NA #> 2537 NA #> 2538 NA #> 2539 NA #> 2540 NA #> 2541 NA #> 2542 NA #> 2543 NA #> 2544 NA #> 2545 NA #> 2546 NA #> 2547 NA #> 2548 NA #> 2549 NA #> 2550 NA #> 2551 NA #> 2552 NA #> 2553 NA #> 2554 NA #> 2555 NA #> 2556 NA #> 2557 NA #> 2558 NA #> 2559 NA #> 2560 NA #> 2561 NA #> 2562 NA #> 2563 NA #> 2564 NA #> 2565 NA #> 2566 NA #> 2567 NA #> 2568 NA #> 2569 NA #> 2570 NA #> 2571 NA #> 2572 NA #> 2573 NA #> 2574 NA #> 2575 NA #> 2576 NA #> 2577 NA #> 2578 NA #> 2579 NA #> 2580 NA #> 2581 NA #> 2582 NA #> 2583 NA #> 2584 NA #> 2585 NA #> 2586 NA #> 2587 NA #> 2588 NA #> 2589 NA #> 2590 NA #> 2591 NA #> 2592 NA #> 2593 NA #> 2594 NA #> 2595 NA #> 2596 NA #> 2597 NA #> 2598 NA #> 2599 NA #> 2600 NA #> 2601 NA #> 2602 NA #> 2603 NA #> 2604 NA #> 2605 NA #> 2606 NA #> 2607 NA #> 2608 NA #> 2609 NA #> 2610 NA #> 2611 NA #> 2612 NA #> 2613 NA #> 2614 NA #> 2615 NA #> 2616 NA #> 2617 NA #> 2618 NA #> 2619 NA #> 2620 NA #> 2621 NA #> 2622 NA #> 2623 NA #> 2624 NA #> 2625 NA #> 2626 NA #> 2627 NA #> 2628 NA #> 2629 NA #> 2630 NA #> 2631 NA #> 2632 NA #> 2633 NA #> 2634 NA #> 2635 NA #> 2636 NA #> 2637 NA #> 2638 NA #> 2639 NA #> 2640 NA #> 2641 NA #> 2642 NA #> 2643 NA #> 2644 NA #> 2645 NA #> 2646 NA #> 2647 NA #> 2648 NA #> 2649 NA #> 2650 NA #> 2651 NA #> 2652 NA #> 2653 NA #> 2654 NA #> 2655 NA #> 2656 NA #> 2657 NA #> 2658 NA #> 2659 NA #> 2660 NA #> 2661 NA #> 2662 NA #> 2663 NA #> 2664 NA #> 2665 NA #> 2666 NA #> 2667 NA #> 2668 NA #> 2669 NA #> 2670 NA #> 2671 NA #> 2672 NA #> 2673 NA #> 2674 NA #> 2675 NA #> 2676 NA #> 2677 NA #> 2678 NA #> 2679 NA #> 2680 NA #> 2681 NA #> 2682 NA #> 2683 NA #> 2684 NA #> 2685 NA #> 2686 NA #> 2687 NA #> 2688 NA #> 2689 NA #> 2690 NA #> 2691 NA #> 2692 NA #> 2693 NA #> 2694 NA #> 2695 NA #> 2696 NA #> 2697 NA #> 2698 NA #> 2699 NA #> 2700 NA #> 2701 NA #> 2702 NA #> 2703 NA #> 2704 NA #> 2705 NA #> 2706 NA #> 2707 NA #> 2708 NA #> 2709 NA #> 2710 NA #> 2711 NA #> 2712 NA #> 2713 NA #> 2714 NA #> 2715 NA #> 2716 NA #> 2717 NA #> 2718 NA #> 2719 NA #> 2720 NA #> 2721 NA #> 2722 NA #> 2723 NA #> 2724 NA #> 2725 NA #> 2726 NA #> 2727 NA #> 2728 NA #> 2729 NA #> 2730 NA #> 2731 NA #> 2732 NA #> 2733 NA #> 2734 NA #> 2735 NA #> 2736 NA #> 2737 NA #> 2738 NA #> 2739 NA #> 2740 NA #> 2741 NA #> 2742 NA #> 2743 NA #> 2744 NA #> 2745 NA #> 2746 NA #> 2747 NA #> 2748 NA #> 2749 NA #> 2750 NA #> 2751 NA #> 2752 NA #> 2753 NA #> 2754 NA #> 2755 NA #> 2756 NA #> 2757 NA #> 2758 NA #> 2759 NA #> 2760 NA #> 2761 NA #> 2762 NA #> 2763 NA #> 2764 NA #> 2765 NA #> 2766 NA #> 2767 NA #> 2768 NA #> 2769 NA #> 2770 NA #> 2771 NA #> 2772 NA #> 2773 NA #> 2774 NA #> 2775 NA #> 2776 NA #> 2777 NA #> 2778 NA #> 2779 NA #> 2780 NA #> 2781 NA #> 2782 NA #> 2783 NA #> 2784 NA #> 2785 NA #> 2786 NA #> 2787 NA #> 2788 NA #> 2789 NA #> 2790 NA #> 2791 NA #> 2792 NA #> 2793 NA #> 2794 NA #> 2795 NA #> 2796 NA #> 2797 NA #> 2798 NA #> 2799 NA #> 2800 NA #> 2801 NA #> 2802 NA #> 2803 NA #> 2804 NA #> 2805 NA #> 2806 NA #> 2807 NA #> 2808 NA #> 2809 NA #> 2810 NA #> 2811 NA #> 2812 NA #> 2813 NA #> 2814 NA #> 2815 NA #> 2816 NA #> 2817 NA #> 2818 NA #> 2819 NA #> 2820 NA #> 2821 NA #> 2822 NA #> 2823 NA #> 2824 NA #> 2825 NA #> 2826 NA #> 2827 NA #> 2828 NA #> 2829 NA #> 2830 NA #> 2831 NA #> 2832 NA #> 2833 NA #> 2834 NA #> 2835 NA #> 2836 NA #> 2837 NA #> 2838 NA #> 2839 NA #> 2840 NA #> 2841 NA #> 2842 NA #> 2843 NA #> 2844 NA #> 2845 NA #> 2846 NA #> 2847 NA #> 2848 NA #> 2849 NA #> 2850 NA #> 2851 NA #> 2852 NA #> 2853 NA #> 2854 NA #> 2855 NA #> 2856 NA #> 2857 NA #> 2858 NA #> 2859 NA #> 2860 NA #> 2861 NA #> 2862 NA #> 2863 NA #> 2864 NA #> 2865 NA #> 2866 NA #> 2867 NA #> 2868 NA #> 2869 NA #> 2870 NA #> 2871 NA #> 2872 NA #> 2873 NA #> 2874 NA #> 2875 NA #> 2876 NA #> 2877 NA #> 2878 NA #> 2879 NA #> 2880 NA #> 2881 NA #> 2882 NA #> 2883 NA #> 2884 NA #> 2885 NA #> 2886 NA #> 2887 NA #> 2888 NA #> 2889 NA #> 2890 NA #> 2891 NA #> 2892 NA #> 2893 NA #> 2894 NA #> 2895 NA #> 2896 NA #> 2897 NA #> 2898 NA #> 2899 NA #> 2900 NA #> 2901 NA #> 2902 NA #> 2903 NA #> 2904 NA #> 2905 NA #> 2906 NA #> 2907 NA #> 2908 NA #> 2909 NA #> 2910 NA #> 2911 NA #> 2912 NA #> 2913 NA #> 2914 NA #> 2915 NA #> 2916 NA #> 2917 NA #> 2918 NA #> 2919 NA #> 2920 NA #> 2921 NA #> 2922 NA #> 2923 NA #> 2924 NA #> 2925 NA #> 2926 NA #> 2927 NA #> 2928 NA #> 2929 NA #> 2930 NA #> 2931 NA #> 2932 NA #> 2933 NA #> 2934 NA #> 2935 NA #> 2936 NA #> 2937 NA #> 2938 NA #> 2939 NA #> 2940 NA #> 2941 NA #> 2942 NA #> 2943 NA #> 2944 NA #> 2945 NA #> 2946 NA #> 2947 NA #> 2948 NA #> 2949 NA #> 2950 NA #> 2951 NA #> 2952 NA #> 2953 NA #> 2954 NA #> 2955 NA #> 2956 NA #> 2957 NA #> 2958 NA #> 2959 NA #> 2960 NA #> 2961 NA #> 2962 NA #> 2963 NA #> 2964 NA #> 2965 NA #> 2966 NA #> 2967 NA #> 2968 NA #> 2969 NA #> 2970 NA #> 2971 NA #> 2972 NA #> 2973 NA #> 2974 NA #> 2975 NA #> 2976 NA #> 2977 NA #> 2978 NA #> 2979 NA #> 2980 NA #> 2981 NA #> 2982 NA #> 2983 NA #> 2984 NA #> 2985 NA #> 2986 NA #> 2987 NA #> 2988 NA #> 2989 NA #> 2990 NA #> 2991 NA #> 2992 NA #> 2993 NA #> 2994 NA #> 2995 NA #> 2996 NA #> 2997 NA #> 2998 NA #> 2999 NA #> 3000 NA #> 3001 NA #> 3002 NA #> 3003 NA #> 3004 NA #> 3005 NA #> 3006 NA #> 3007 NA #> 3008 NA #> 3009 NA #> 3010 NA #> 3011 NA #> 3012 NA #> 3013 NA #> 3014 NA #> 3015 NA #> 3016 NA #> 3017 NA #> 3018 NA #> 3019 NA #> 3020 NA #> 3021 NA #> 3022 NA #> 3023 NA #> 3024 NA #> 3025 NA #> 3026 NA #> 3027 NA #> 3028 NA #> 3029 NA #> 3030 NA #> 3031 NA #> 3032 NA #> 3033 NA #> 3034 NA #> 3035 NA #> 3036 NA #> 3037 NA #> 3038 NA #> 3039 NA #> 3040 NA #> 3041 NA #> 3042 NA #> 3043 NA #> 3044 NA #> 3045 NA #> 3046 NA #> 3047 NA #> 3048 NA #> 3049 NA #> 3050 NA #> 3051 NA #> 3052 NA #> 3053 NA #> 3054 NA #> 3055 NA #> 3056 NA #> 3057 NA #> 3058 NA #> 3059 NA #> 3060 NA #> 3061 NA #> 3062 NA #> 3063 NA #> 3064 NA #> 3065 NA #> 3066 NA #> 3067 NA #> 3068 NA #> 3069 NA #> 3070 NA #> 3071 NA #> 3072 NA #> 3073 NA #> 3074 NA #> 3075 NA #> 3076 NA #> 3077 NA #> 3078 NA #> 3079 NA #> 3080 NA #> 3081 NA #> 3082 NA #> 3083 NA #> 3084 NA #> 3085 NA #> 3086 NA #> 3087 NA #> 3088 NA #> 3089 NA #> 3090 NA #> 3091 NA #> 3092 NA #> 3093 NA #> 3094 NA #> 3095 NA #> 3096 NA #> 3097 NA #> 3098 NA #> 3099 NA #> 3100 NA #> 3101 NA #> 3102 NA #> 3103 NA #> 3104 NA #> 3105 NA #> 3106 NA #> 3107 NA #> 3108 NA #> 3109 NA #> 3110 NA #> 3111 NA #> 3112 NA #> 3113 NA #> 3114 NA #> 3115 NA #> 3116 NA #> 3117 NA #> 3118 NA #> 3119 NA #> 3120 NA #> 3121 NA #> 3122 NA #> 3123 NA #> 3124 NA #> 3125 NA #> 3126 NA #> 3127 NA #> 3128 NA #> 3129 NA #> 3130 NA #> 3131 NA #> 3132 NA #> 3133 NA #> 3134 NA #> 3135 NA #> 3136 NA #> 3137 NA #> 3138 NA #> 3139 NA #> 3140 NA #> 3141 NA #> 3142 NA #> 3143 NA #> 3144 NA #> 3145 NA #> 3146 NA #> 3147 NA #> 3148 NA #> 3149 NA #> 3150 NA #> 3151 NA #> 3152 NA #> 3153 NA #> 3154 NA #> 3155 NA #> 3156 NA #> 3157 NA #> 3158 NA #> 3159 NA #> 3160 NA #> 3161 NA #> 3162 NA #> 3163 NA #> 3164 NA #> 3165 NA #> 3166 NA #> 3167 NA #> 3168 NA #> 3169 NA #> 3170 NA #> 3171 NA #> 3172 NA #> 3173 NA #> 3174 NA #> 3175 NA #> 3176 NA #> 3177 NA #> 3178 NA #> 3179 NA #> 3180 NA #> 3181 NA #> 3182 NA #> 3183 NA #> 3184 NA #> 3185 NA #> 3186 NA #> 3187 NA #> 3188 NA #> 3189 NA #> 3190 NA #> 3191 NA #> 3192 NA #> 3193 NA #> 3194 NA #> 3195 NA #> 3196 NA #> 3197 NA #> 3198 NA #> 3199 NA #> 3200 NA #> 3201 NA #> 3202 NA #> 3203 NA #> 3204 NA #> 3205 NA #> 3206 NA #> 3207 NA #> 3208 NA #> 3209 NA #> 3210 NA #> 3211 NA #> 3212 NA #> 3213 NA #> 3214 NA #> 3215 NA #> 3216 NA #> 3217 NA #> 3218 NA #> 3219 NA #> 3220 NA #> 3221 NA #> 3222 NA #> 3223 NA #> 3224 NA #> 3225 NA #> 3226 NA #> 3227 NA #> 3228 NA #> 3229 NA #> 3230 NA #> 3231 NA #> 3232 NA #> 3233 NA #> 3234 NA #> 3235 NA #> 3236 NA #> 3237 NA #> 3238 NA #> 3239 NA #> 3240 NA #> 3241 NA #> 3242 NA #> 3243 NA #> 3244 NA #> 3245 NA #> 3246 NA #> 3247 NA #> 3248 NA #> 3249 NA #> 3250 NA #> 3251 NA #> 3252 NA #> 3253 NA #> 3254 NA #> 3255 NA #> 3256 NA #> 3257 NA #> 3258 NA #> 3259 NA #> 3260 NA #> 3261 NA #> 3262 NA #> 3263 NA #> 3264 NA #> 3265 NA #> 3266 NA #> 3267 NA #> 3268 NA #> 3269 NA #> 3270 NA #> 3271 NA #> 3272 NA #> 3273 NA #> 3274 NA #> 3275 NA #> 3276 NA #> 3277 NA #> 3278 NA #> 3279 NA #> 3280 NA #> 3281 NA #> 3282 NA #> 3283 NA #> 3284 NA #> 3285 NA #> 3286 NA #> 3287 NA #> 3288 NA #> 3289 NA #> 3290 NA #> 3291 NA #> 3292 NA #> 3293 NA #> 3294 NA #> 3295 NA #> 3296 NA #> 3297 NA #> 3298 NA #> 3299 NA #> 3300 NA #> 3301 NA #> 3302 NA #> 3303 NA #> 3304 NA #> 3305 NA #> 3306 NA #> 3307 NA #> 3308 NA #> 3309 NA #> 3310 NA #> 3311 NA #> 3312 NA #> 3313 NA #> 3314 NA #> 3315 NA #> 3316 NA #> 3317 NA #> 3318 NA #> 3319 NA #> 3320 NA #> 3321 NA #> 3322 NA #> 3323 NA #> 3324 NA #> 3325 NA #> 3326 NA #> 3327 NA #> 3328 NA #> 3329 NA #> 3330 NA #> 3331 NA #> 3332 NA #> 3333 NA #> 3334 NA #> 3335 NA #> 3336 NA #> 3337 NA #> 3338 NA #> 3339 NA #> 3340 NA #> 3341 NA #> 3342 NA #> 3343 NA #> 3344 NA #> 3345 NA #> 3346 NA #> 3347 NA #> 3348 NA #> 3349 NA #> 3350 NA #> 3351 NA #> 3352 NA #> 3353 NA #> 3354 NA #> 3355 NA #> 3356 NA #> 3357 NA #> 3358 NA #> 3359 NA #> 3360 NA #> 3361 NA #> 3362 NA #> 3363 NA #> 3364 NA #> 3365 NA #> 3366 NA #> 3367 NA #> 3368 NA #> 3369 NA #> 3370 NA #> 3371 NA #> 3372 NA #> 3373 NA #> 3374 NA #> 3375 NA #> 3376 NA #> 3377 NA #> 3378 NA #> 3379 NA #> 3380 NA #> 3381 NA #> 3382 NA #> 3383 NA #> 3384 NA #> 3385 NA #> 3386 NA #> 3387 NA #> 3388 NA #> 3389 NA #> 3390 NA #> 3391 NA #> 3392 NA #> 3393 NA #> 3394 NA #> 3395 NA #> 3396 NA #> 3397 NA #> 3398 NA #> 3399 NA #> 3400 NA #> 3401 NA #> 3402 NA #> 3403 NA #> 3404 NA #> 3405 NA #> 3406 NA #> 3407 NA #> 3408 NA #> 3409 NA #> 3410 NA #> 3411 NA #> 3412 NA #> 3413 NA #> 3414 NA #> 3415 NA #> 3416 NA #> 3417 NA #> 3418 NA #> 3419 NA #> 3420 NA #> 3421 NA #> 3422 NA #> 3423 NA #> 3424 NA #> 3425 NA #> 3426 NA #> 3427 NA #> 3428 NA #> 3429 NA #> 3430 NA #> 3431 NA #> 3432 NA #> 3433 NA #> 3434 NA #> 3435 NA #> 3436 NA #> 3437 NA #> 3438 NA #> 3439 NA #> 3440 NA #> 3441 NA #> 3442 NA #> 3443 NA #> 3444 NA #> 3445 NA #> 3446 NA #> 3447 NA #> 3448 NA #> 3449 NA #> 3450 NA #> 3451 NA #> 3452 NA #> 3453 NA #> 3454 NA #> 3455 NA #> 3456 NA #> 3457 NA #> 3458 NA #> 3459 NA #> 3460 NA #> 3461 NA #> 3462 NA #> 3463 NA #> 3464 NA #> 3465 NA #> 3466 NA #> 3467 NA #> 3468 NA #> 3469 NA #> 3470 NA #> 3471 NA #> 3472 NA #> 3473 NA #> 3474 NA #> 3475 NA #> 3476 NA #> 3477 NA #> 3478 NA #> 3479 NA #> 3480 NA #> 3481 NA #> 3482 NA #> 3483 NA #> 3484 NA #> 3485 NA #> 3486 NA #> 3487 NA #> 3488 NA #> 3489 NA #> 3490 NA #> 3491 NA #> 3492 NA #> 3493 NA #> 3494 NA #> 3495 NA #> 3496 NA #> 3497 NA #> 3498 NA #> 3499 NA #> 3500 NA #> 3501 NA #> 3502 NA #> 3503 NA #> 3504 NA #> 3505 NA #> 3506 NA #> 3507 NA #> 3508 NA #> 3509 NA #> 3510 NA #> 3511 NA #> 3512 NA #> 3513 NA #> 3514 NA #> 3515 NA #> 3516 NA #> 3517 NA #> 3518 NA #> 3519 NA #> 3520 NA #> 3521 NA #> 3522 NA #> 3523 NA #> 3524 NA #> 3525 NA #> 3526 NA #> 3527 NA #> 3528 NA #> 3529 NA #> 3530 NA #> 3531 NA #> 3532 NA #> 3533 NA #> 3534 NA #> 3535 NA #> 3536 NA #> 3537 NA #> 3538 NA #> 3539 NA #> 3540 NA #> 3541 NA #> 3542 NA #> 3543 NA #> 3544 NA #> 3545 NA #> 3546 NA #> 3547 NA #> 3548 NA #> 3549 NA #> 3550 NA #> 3551 NA #> 3552 NA #> 3553 NA #> 3554 NA #> 3555 NA #> 3556 NA #> 3557 NA #> 3558 NA #> 3559 NA #> 3560 NA #> 3561 NA #> 3562 NA #> 3563 NA #> 3564 NA #> 3565 NA #> 3566 NA #> 3567 NA #> 3568 NA #> 3569 NA #> 3570 NA #> 3571 NA #> 3572 NA #> 3573 NA #> 3574 NA #> 3575 NA #> 3576 NA #> 3577 NA #> 3578 NA #> 3579 NA #> 3580 NA #> 3581 NA #> 3582 NA #> 3583 NA #> 3584 NA #> 3585 NA #> 3586 NA #> 3587 NA #> 3588 NA #> 3589 NA #> 3590 NA #> 3591 NA #> 3592 NA #> 3593 NA #> 3594 NA #> 3595 NA #> 3596 NA #> 3597 NA #> 3598 NA #> 3599 NA #> 3600 NA #> 3601 NA #> 3602 NA #> 3603 NA #> 3604 NA #> 3605 NA #> 3606 NA #> 3607 NA #> 3608 NA #> 3609 NA #> 3610 NA #> 3611 NA #> 3612 NA #> 3613 NA #> 3614 NA #> 3615 NA #> 3616 NA #> 3617 NA #> 3618 NA #> 3619 NA #> 3620 NA #> 3621 NA #> 3622 NA #> 3623 NA #> 3624 NA #> 3625 NA #> 3626 NA #> 3627 NA #> 3628 NA #> 3629 NA #> 3630 NA #> 3631 NA #> 3632 NA #> 3633 NA #> 3634 NA #> 3635 NA #> 3636 NA #> 3637 NA #> 3638 NA #> 3639 NA #> 3640 NA #> 3641 NA #> 3642 NA #> 3643 NA #> 3644 NA #> 3645 NA #> 3646 NA #> 3647 NA #> 3648 NA #> 3649 NA #> 3650 NA #> 3651 NA #> 3652 NA #> 3653 NA #> 3654 NA #> 3655 NA #> 3656 NA #> 3657 NA #> 3658 NA #> 3659 NA #> 3660 NA #> 3661 NA #> 3662 NA #> 3663 NA #> 3664 NA #> 3665 NA #> 3666 NA #> 3667 NA #> 3668 NA #> 3669 NA #> 3670 NA #> 3671 NA #> 3672 NA #> 3673 NA #> 3674 NA #> 3675 NA #> 3676 NA #> 3677 NA #> 3678 NA #> 3679 NA #> 3680 NA #> 3681 NA #> 3682 NA #> 3683 NA #> 3684 NA #> 3685 NA #> 3686 NA #> 3687 NA #> 3688 NA #> 3689 NA #> 3690 NA #> 3691 NA #> 3692 NA #> 3693 NA #> 3694 NA #> 3695 NA #> 3696 NA #> 3697 NA #> 3698 NA #> 3699 NA #> 3700 NA #> 3701 NA #> 3702 NA #> 3703 NA #> 3704 NA #> 3705 NA #> 3706 NA #> 3707 NA #> 3708 NA #> 3709 NA #> 3710 NA #> 3711 NA #> 3712 NA #> 3713 NA #> 3714 NA #> 3715 NA #> 3716 NA #> 3717 NA #> 3718 NA #> 3719 NA #> 3720 NA #> 3721 NA #> 3722 NA #> 3723 NA #> 3724 NA #> 3725 NA #> 3726 NA #> 3727 NA #> 3728 NA #> 3729 NA #> 3730 NA #> 3731 NA #> 3732 NA #> 3733 NA #> 3734 NA #> 3735 NA #> 3736 NA #> 3737 NA #> 3738 NA #> 3739 NA #> 3740 NA #> 3741 NA #> 3742 NA #> 3743 NA #> 3744 NA #> 3745 NA #> 3746 NA #> 3747 NA #> 3748 NA #> 3749 NA #> 3750 NA #> 3751 NA #> 3752 NA #> 3753 NA #> 3754 NA #> 3755 NA #> 3756 NA #> 3757 NA #> 3758 NA #> 3759 NA #> 3760 NA #> 3761 NA #> 3762 NA #> 3763 NA #> 3764 NA #> 3765 NA #> 3766 NA #> 3767 NA #> 3768 NA #> 3769 NA #> 3770 NA #> 3771 NA #> 3772 NA #> 3773 NA #> 3774 NA #> 3775 NA #> 3776 NA #> 3777 NA #> 3778 NA #> 3779 NA #> 3780 NA #> 3781 NA #> 3782 NA #> 3783 NA #> 3784 NA #> 3785 NA #> 3786 NA #> 3787 NA #> 3788 NA #> 3789 NA #> 3790 NA #> 3791 NA #> 3792 NA #> 3793 NA #> 3794 NA #> 3795 NA #> 3796 NA #> 3797 NA #> 3798 NA #> 3799 NA #> 3800 NA #> 3801 NA #> 3802 NA #> 3803 NA #> 3804 NA #> 3805 NA #> 3806 NA #> 3807 NA #> 3808 NA #> 3809 NA #> 3810 NA #> 3811 NA #> 3812 NA #> 3813 NA #> 3814 NA #> 3815 NA #> 3816 NA #> 3817 NA #> 3818 NA #> 3819 NA #> 3820 NA #> 3821 NA #> 3822 NA #> 3823 NA #> 3824 NA #> 3825 NA #> 3826 NA #> 3827 NA #> 3828 NA #> 3829 NA #> 3830 NA #> 3831 NA #> 3832 NA #> 3833 NA #> 3834 NA #> 3835 NA #> 3836 NA #> 3837 NA #> 3838 NA #> 3839 NA #> 3840 NA #> 3841 NA #> 3842 NA #> 3843 NA #> 3844 NA #> 3845 NA #> 3846 NA #> 3847 NA #> 3848 NA #> 3849 NA #> 3850 NA #> 3851 NA #> 3852 NA #> 3853 NA #> 3854 NA #> 3855 NA #> 3856 NA #> 3857 NA #> 3858 NA #> 3859 NA #> 3860 NA #> 3861 NA #> 3862 NA #> 3863 NA #> 3864 NA #> 3865 NA #> 3866 NA #> 3867 NA #> 3868 NA #> 3869 NA #> 3870 NA #> 3871 NA #> 3872 NA #> 3873 NA #> 3874 NA #> 3875 NA #> 3876 NA #> 3877 NA #> 3878 NA #> 3879 NA #> 3880 NA #> 3881 NA #> 3882 NA #> 3883 NA #> 3884 NA #> 3885 NA #> 3886 NA #> 3887 NA #> 3888 NA #> 3889 NA #> 3890 NA #> 3891 NA #> 3892 NA #> 3893 NA #> 3894 NA #> 3895 NA #> 3896 NA #> 3897 NA #> 3898 NA #> 3899 NA #> 3900 NA #> 3901 NA #> 3902 NA #> 3903 NA #> 3904 NA #> 3905 NA #> 3906 NA #> 3907 NA #> 3908 NA #> 3909 NA #> 3910 NA #> 3911 NA #> 3912 NA #> 3913 NA #> 3914 NA #> 3915 NA #> 3916 NA #> 3917 NA #> 3918 NA #> 3919 NA #> 3920 NA #> 3921 NA #> 3922 NA #> 3923 NA #> 3924 NA #> 3925 NA #> 3926 NA #> 3927 NA #> 3928 NA #> 3929 NA #> 3930 NA #> 3931 NA #> 3932 NA #> 3933 NA #> 3934 NA #> 3935 NA #> 3936 NA #> 3937 NA #> 3938 NA #> 3939 NA #> 3940 NA #> 3941 NA #> 3942 NA #> 3943 NA #> 3944 NA #> 3945 NA #> 3946 NA #> 3947 NA #> 3948 NA #> 3949 NA #> 3950 NA #> 3951 NA #> 3952 NA #> 3953 NA #> 3954 NA #> 3955 NA #> 3956 NA #> 3957 NA #> 3958 NA #> 3959 NA #> 3960 NA #> 3961 NA #> 3962 NA #> 3963 NA #> 3964 NA #> 3965 NA #> 3966 NA #> 3967 NA #> 3968 NA #> 3969 NA #> 3970 NA #> 3971 NA #> 3972 NA #> 3973 NA #> 3974 NA #> 3975 NA #> 3976 NA #> 3977 NA #> 3978 NA #> 3979 NA #> 3980 NA #> 3981 NA #> 3982 NA #> 3983 NA #> 3984 NA #> 3985 NA #> 3986 NA #> 3987 NA #> 3988 NA #> 3989 NA #> 3990 NA #> 3991 NA #> 3992 NA #> 3993 NA #> 3994 NA #> 3995 NA #> 3996 NA #> 3997 NA #> 3998 NA #> 3999 NA #> 4000 NA #> 4001 NA #> 4002 NA #> 4003 NA #> 4004 NA #> 4005 NA #> 4006 NA #> 4007 NA #> 4008 NA #> 4009 NA #> 4010 NA #> 4011 NA #> 4012 NA #> 4013 NA #> 4014 NA #> 4015 NA #> 4016 NA #> 4017 NA #> 4018 NA #> 4019 NA #> 4020 NA #> 4021 NA #> 4022 NA #> 4023 NA #> 4024 NA #> 4025 NA #> 4026 NA #> 4027 NA #> 4028 NA #> 4029 NA #> 4030 NA #> 4031 NA #> 4032 NA #> 4033 NA #> 4034 NA #> 4035 NA #> 4036 NA #> 4037 NA #> 4038 NA #> 4039 NA #> 4040 NA #> 4041 NA #> 4042 NA #> 4043 NA #> 4044 NA #> 4045 NA #> 4046 NA #> 4047 NA #> 4048 NA #> 4049 NA #> 4050 NA #> 4051 NA #> 4052 NA #> 4053 NA #> 4054 NA #> 4055 NA #> 4056 NA #> 4057 NA #> 4058 NA #> 4059 NA #> 4060 NA #> 4061 NA #> 4062 NA #> 4063 NA #> 4064 NA #> 4065 NA #> 4066 NA #> 4067 NA #> 4068 NA #> 4069 NA #> 4070 NA #> 4071 NA #> 4072 NA #> 4073 NA #> 4074 NA #> 4075 NA #> 4076 NA #> 4077 NA #> 4078 NA #> 4079 NA #> 4080 NA #> 4081 NA #> 4082 NA #> 4083 NA #> 4084 NA #> 4085 NA #> 4086 NA #> 4087 NA #> 4088 NA #> 4089 NA #> 4090 NA #> 4091 NA #> 4092 NA #> 4093 NA #> 4094 NA #> 4095 NA #> 4096 NA #> 4097 NA #> 4098 NA #> 4099 NA #> 4100 NA #> 4101 NA #> 4102 NA #> 4103 NA #> 4104 NA #> 4105 NA #> 4106 NA #> 4107 NA #> 4108 NA #> 4109 NA #> 4110 NA #> 4111 NA #> 4112 NA #> 4113 NA #> 4114 NA #> 4115 NA #> 4116 NA #> 4117 NA #> 4118 NA #> 4119 NA #> 4120 NA #> 4121 NA #> 4122 NA #> 4123 NA #> 4124 NA #> 4125 NA #> 4126 NA #> 4127 NA #> 4128 NA #> 4129 NA #> 4130 NA #> 4131 NA #> 4132 NA #> 4133 NA #> 4134 NA #> 4135 NA #> 4136 NA #> 4137 NA #> 4138 NA #> 4139 NA #> 4140 NA #> 4141 NA #> 4142 NA #> 4143 NA #> 4144 NA #> 4145 NA #> 4146 NA #> 4147 NA #> 4148 NA #> 4149 NA #> 4150 NA #> 4151 NA #> 4152 NA #> 4153 NA #> 4154 NA #> 4155 NA #> 4156 NA #> 4157 NA #> 4158 NA #> 4159 NA #> 4160 NA #> 4161 NA #> 4162 NA #> 4163 NA #> 4164 NA #> 4165 NA #> 4166 NA #> 4167 NA #> 4168 NA #> 4169 NA #> 4170 NA #> 4171 NA #> 4172 NA #> 4173 NA #> 4174 NA #> 4175 NA #> 4176 NA #> 4177 NA #> 4178 NA #> 4179 NA #> 4180 NA #> 4181 NA #> 4182 NA #> 4183 NA #> 4184 NA #> 4185 NA #> 4186 NA #> 4187 NA #> 4188 NA #> 4189 NA #> 4190 NA #> 4191 NA #> 4192 NA #> 4193 NA #> 4194 NA #> 4195 NA #> 4196 NA #> 4197 NA #> 4198 NA #> 4199 NA #> 4200 NA #> 4201 NA #> 4202 NA #> 4203 NA #> 4204 NA #> 4205 NA #> 4206 NA #> 4207 NA #> 4208 NA #> 4209 NA #> 4210 NA #> 4211 NA #> 4212 NA #> 4213 NA #> 4214 NA #> 4215 NA #> 4216 NA #> 4217 NA #> 4218 NA #> 4219 NA #> 4220 NA #> 4221 NA #> 4222 NA #> 4223 NA #> 4224 NA #> 4225 NA #> 4226 NA #> 4227 NA #> 4228 NA #> 4229 NA #> 4230 NA #> 4231 NA #> 4232 NA #> 4233 NA #> 4234 NA #> 4235 NA #> 4236 NA #> 4237 NA #> 4238 NA #> 4239 NA #> 4240 NA #> 4241 NA #> 4242 NA #> 4243 NA #> 4244 NA #> 4245 NA #> 4246 NA #> 4247 NA #> 4248 NA #> 4249 NA #> 4250 NA #> 4251 NA #> 4252 NA #> 4253 NA #> 4254 NA #> 4255 NA #> 4256 NA #> 4257 NA #> 4258 NA #> 4259 NA #> 4260 NA #> 4261 NA #> 4262 NA #> 4263 NA #> 4264 NA #> 4265 NA #> 4266 NA #> 4267 NA #> 4268 NA #> 4269 NA #> 4270 NA #> 4271 NA #> 4272 NA #> 4273 NA #> 4274 NA #> 4275 NA #> 4276 NA #> 4277 NA #> 4278 NA #> 4279 NA #> 4280 NA #> 4281 NA #> 4282 NA #> 4283 NA #> 4284 NA #> 4285 NA #> 4286 NA #> 4287 NA #> 4288 NA #> 4289 NA #> 4290 NA #> 4291 NA #> 4292 NA #> 4293 NA #> 4294 NA #> 4295 NA #> 4296 NA #> 4297 NA #> 4298 NA #> 4299 NA #> 4300 NA #> 4301 NA #> 4302 NA #> 4303 NA #> 4304 NA #> 4305 NA #> 4306 NA #> 4307 NA #> 4308 NA #> 4309 NA #> 4310 NA #> 4311 NA #> 4312 NA #> 4313 NA #> 4314 NA #> 4315 NA #> 4316 NA #> 4317 NA #> 4318 NA #> 4319 NA #> 4320 NA #> 4321 NA #> 4322 NA #> 4323 NA #> 4324 NA #> 4325 NA #> 4326 NA #> 4327 NA #> 4328 NA #> 4329 NA #> 4330 NA #> 4331 NA #> 4332 NA #> 4333 NA #> 4334 NA #> 4335 NA #> 4336 NA #> 4337 NA #> 4338 NA #> 4339 NA #> 4340 NA #> 4341 NA #> 4342 NA #> 4343 NA #> 4344 NA #> 4345 NA #> 4346 NA #> 4347 NA #> 4348 NA #> 4349 NA #> 4350 NA #> 4351 NA #> 4352 NA #> 4353 NA #> 4354 NA #> 4355 NA #> 4356 NA #> 4357 NA #> 4358 NA #> 4359 NA #> 4360 NA #> 4361 NA #> 4362 NA #> 4363 NA #> 4364 NA #> 4365 NA #> 4366 NA #> 4367 NA #> 4368 NA #> 4369 NA #> 4370 NA #> 4371 NA #> 4372 NA #> 4373 NA #> 4374 NA #> 4375 NA #> 4376 NA #> 4377 NA #> 4378 NA #> 4379 NA #> 4380 NA #> 4381 NA #> 4382 NA #> 4383 NA #> 4384 NA #> 4385 NA #> 4386 NA #> 4387 NA #> 4388 NA #> 4389 NA #> 4390 NA #> 4391 NA #> 4392 NA #> 4393 NA #> 4394 NA #> 4395 NA #> 4396 NA #> 4397 NA #> 4398 NA #> 4399 NA #> 4400 NA #> 4401 NA #> 4402 NA #> 4403 NA #> 4404 NA #> 4405 NA #> 4406 NA #> 4407 NA #> 4408 NA #> 4409 NA #> 4410 NA #> 4411 NA #> 4412 NA #> 4413 NA #> 4414 NA #> 4415 NA #> 4416 NA #> 4417 NA #> 4418 NA #> 4419 NA #> 4420 NA #> 4421 NA #> 4422 NA #> 4423 NA #> 4424 NA #> 4425 NA #> 4426 NA #> 4427 NA #> 4428 NA #> 4429 NA #> 4430 NA #> 4431 NA #> 4432 NA #> 4433 NA #> 4434 NA #> 4435 NA #> 4436 NA #> 4437 NA #> 4438 NA #> 4439 NA #> 4440 NA #> 4441 NA #> 4442 NA #> 4443 NA #> 4444 NA #> 4445 NA #> 4446 NA #> 4447 NA #> 4448 NA #> 4449 NA #> 4450 NA #> 4451 NA #> 4452 NA #> 4453 NA #> 4454 NA #> 4455 NA #> 4456 NA #> 4457 NA #> 4458 NA #> 4459 NA #> 4460 NA #> 4461 NA #> 4462 NA #> 4463 NA #> 4464 NA #> 4465 NA #> 4466 NA #> 4467 NA #> 4468 NA #> 4469 NA #> 4470 NA #> 4471 NA #> 4472 NA #> 4473 NA #> 4474 NA #> 4475 NA #> 4476 NA #> 4477 NA #> 4478 NA #> 4479 NA #> 4480 NA #> 4481 NA #> 4482 NA #> 4483 NA #> 4484 NA #> 4485 NA #> 4486 NA #> 4487 NA #> 4488 NA #> 4489 NA #> 4490 NA #> 4491 NA #> 4492 NA #> 4493 NA #> 4494 NA #> 4495 NA #> 4496 NA #> 4497 NA #> 4498 NA #> 4499 NA #> 4500 NA #> 4501 NA #> 4502 NA #> 4503 NA #> 4504 NA #> 4505 NA #> 4506 NA #> 4507 NA #> 4508 NA #> 4509 NA #> 4510 NA #> 4511 NA #> 4512 NA #> 4513 NA #> 4514 NA #> 4515 NA #> 4516 NA #> 4517 NA #> 4518 NA #> 4519 NA #> 4520 NA #> 4521 NA #> 4522 NA #> 4523 NA #> 4524 NA #> 4525 NA #> 4526 NA #> 4527 NA #> 4528 NA #> 4529 NA #> 4530 NA #> 4531 NA #> 4532 NA #> 4533 NA #> 4534 NA #> 4535 NA #> 4536 NA #> 4537 NA #> 4538 NA #> 4539 NA #> 4540 NA #> 4541 NA #> 4542 NA #> 4543 NA #> 4544 NA #> 4545 NA #> 4546 NA #> 4547 NA #> 4548 NA #> 4549 NA #> 4550 NA #> 4551 NA #> 4552 NA #> 4553 NA #> 4554 NA #> 4555 NA #> 4556 NA #> 4557 NA #> 4558 NA #> 4559 NA #> 4560 NA #> 4561 NA #> 4562 NA #> 4563 NA #> 4564 NA #> 4565 NA #> 4566 NA #> 4567 NA #> 4568 NA #> 4569 NA #> 4570 NA #> 4571 NA #> 4572 NA #> 4573 NA #> 4574 NA #> 4575 NA #> 4576 NA #> 4577 NA #> 4578 NA #> 4579 NA #> 4580 NA #> 4581 NA #> 4582 NA #> 4583 NA #> 4584 NA #> 4585 NA #> 4586 NA #> 4587 NA #> 4588 NA #> 4589 NA #> 4590 NA #> 4591 NA #> 4592 NA #> 4593 NA #> 4594 NA #> 4595 NA #> 4596 NA #> 4597 NA #> 4598 NA #> 4599 NA #> 4600 NA #> 4601 NA #> 4602 NA #> 4603 NA #> 4604 NA #> 4605 NA #> 4606 NA #> 4607 NA #> 4608 NA #> 4609 NA #> 4610 NA #> 4611 NA #> 4612 NA #> 4613 NA #> 4614 NA #> 4615 NA #> 4616 NA #> 4617 NA #> 4618 NA #> 4619 NA #> 4620 NA #> 4621 NA #> 4622 NA #> 4623 NA #> 4624 NA #> 4625 NA #> 4626 NA #> 4627 NA #> 4628 NA #> 4629 NA #> 4630 NA #> 4631 NA #> 4632 NA #> 4633 NA #> 4634 NA #> 4635 NA #> 4636 NA #> 4637 NA #> 4638 NA #> 4639 NA #> 4640 NA #> 4641 NA #> 4642 NA #> 4643 NA #> 4644 NA #> 4645 NA #> 4646 NA #> 4647 NA #> 4648 NA #> 4649 NA #> 4650 NA #> 4651 NA #> 4652 NA #> 4653 NA #> 4654 NA #> 4655 NA #> 4656 NA #> 4657 NA #> 4658 NA #> 4659 NA #> 4660 NA #> 4661 NA #> 4662 NA #> 4663 NA #> 4664 NA #> 4665 NA #> 4666 NA #> 4667 NA #> 4668 NA #> 4669 NA #> 4670 NA #> 4671 NA #> 4672 NA #> 4673 NA #> 4674 NA #> 4675 NA #> 4676 NA #> 4677 NA #> 4678 NA #> 4679 NA #> 4680 NA #> 4681 NA #> 4682 NA #> 4683 NA #> 4684 NA #> 4685 NA #> 4686 NA #> 4687 NA #> 4688 NA #> 4689 NA #> 4690 NA #> 4691 NA #> 4692 NA #> 4693 NA #> 4694 NA #> 4695 NA #> 4696 NA #> 4697 NA #> 4698 NA #> 4699 NA #> 4700 NA #> 4701 NA #> 4702 NA #> 4703 NA #> 4704 NA #> 4705 NA #> 4706 NA #> 4707 NA #> 4708 NA #> 4709 NA #> 4710 NA #> 4711 NA #> 4712 NA #> 4713 NA #> 4714 NA #> 4715 NA #> 4716 NA #> 4717 NA #> 4718 NA #> 4719 NA #> 4720 NA #> 4721 NA #> 4722 NA #> 4723 NA #> 4724 NA #> 4725 NA #> 4726 NA #> 4727 NA #> 4728 NA #> 4729 NA #> 4730 NA #> 4731 NA #> 4732 NA #> 4733 NA #> 4734 NA #> 4735 NA #> 4736 NA #> 4737 NA #> 4738 NA #> 4739 NA #> 4740 NA #> 4741 NA #> 4742 NA #> 4743 NA #> 4744 NA #> 4745 NA #> 4746 NA #> 4747 NA #> 4748 NA #> 4749 NA #> 4750 NA #> 4751 NA #> 4752 NA #> 4753 NA #> 4754 NA #> 4755 NA #> 4756 NA #> 4757 NA #> 4758 NA #> 4759 NA #> 4760 NA #> 4761 NA #> 4762 NA #> 4763 NA #> 4764 NA #> 4765 NA #> 4766 NA #> 4767 NA #> 4768 NA #> 4769 NA #> 4770 NA #> 4771 NA #> 4772 NA #> 4773 NA #> 4774 NA #> 4775 NA #> 4776 NA #> 4777 NA #> 4778 NA #> 4779 NA #> 4780 NA #> 4781 NA #> 4782 NA #> 4783 NA #> 4784 NA #> 4785 NA #> 4786 NA #> 4787 NA #> 4788 NA #> 4789 NA #> 4790 NA #> 4791 NA #> 4792 NA #> 4793 NA #> 4794 NA #> 4795 NA #> 4796 NA #> 4797 NA #> 4798 NA #> 4799 NA #> 4800 NA #> 4801 NA #> 4802 NA #> 4803 NA #> 4804 NA #> 4805 NA #> 4806 NA #> 4807 NA #> 4808 NA #> 4809 NA #> 4810 NA #> 4811 NA #> 4812 NA #> 4813 NA #> 4814 NA #> 4815 NA #> 4816 NA #> 4817 NA #> 4818 NA #> 4819 NA #> 4820 NA #> 4821 NA #> 4822 NA #> 4823 NA #> 4824 NA #> 4825 NA #> 4826 NA #> 4827 NA #> 4828 NA #> 4829 NA #> 4830 NA #> 4831 NA #> 4832 NA #> 4833 NA #> 4834 NA #> 4835 NA #> 4836 NA #> 4837 NA #> 4838 NA #> 4839 NA #> 4840 NA #> 4841 NA #> 4842 NA #> 4843 NA #> 4844 NA #> 4845 NA #> 4846 NA #> 4847 NA #> 4848 NA #> 4849 NA #> 4850 NA #> 4851 NA #> 4852 NA #> 4853 NA #> 4854 NA #> 4855 NA #> 4856 NA #> 4857 NA #> 4858 NA #> 4859 NA #> 4860 NA #> 4861 NA #> 4862 NA #> 4863 NA #> 4864 NA #> 4865 NA #> 4866 NA #> 4867 NA #> 4868 NA #> 4869 NA #> 4870 NA #> 4871 NA #> 4872 NA #> 4873 NA #> 4874 NA #> 4875 NA #> 4876 NA #> 4877 NA #> 4878 NA #> 4879 NA #> 4880 NA #> 4881 NA #> 4882 NA #> 4883 NA #> 4884 NA #> 4885 NA #> 4886 NA #> 4887 NA #> 4888 NA #> 4889 NA #> 4890 NA #> 4891 NA #> 4892 NA #> 4893 NA #> 4894 NA #> 4895 NA #> 4896 NA #> 4897 NA #> 4898 NA #> 4899 NA #> 4900 NA #> 4901 NA #> 4902 NA #> 4903 NA #> 4904 NA #> 4905 NA #> 4906 NA #> 4907 NA #> 4908 NA #> 4909 NA #> 4910 NA #> 4911 NA #> 4912 NA #> 4913 NA #> 4914 NA #> 4915 NA #> 4916 NA #> 4917 NA #> 4918 NA #> 4919 NA #> 4920 NA #> 4921 NA #> 4922 NA #> 4923 NA #> 4924 NA #> 4925 NA #> 4926 NA #> 4927 NA #> 4928 NA #> 4929 NA #> 4930 NA #> 4931 NA #> 4932 NA #> 4933 NA #> 4934 NA #> 4935 NA #> 4936 NA #> 4937 NA #> 4938 NA #> 4939 NA #> 4940 NA #> 4941 NA #> 4942 NA #> 4943 NA #> 4944 NA #> 4945 NA #> 4946 NA #> 4947 NA #> 4948 NA #> 4949 NA #> 4950 NA #> 4951 NA #> 4952 NA #> 4953 NA #> 4954 NA #> 4955 NA #> 4956 NA #> 4957 NA #> 4958 NA #> 4959 NA #> 4960 NA #> 4961 NA #> 4962 NA #> 4963 NA #> 4964 NA #> 4965 NA #> 4966 NA #> 4967 NA #> 4968 NA #> 4969 NA #> 4970 NA #> 4971 NA #> 4972 NA #> 4973 NA #> 4974 NA #> 4975 NA #> 4976 NA #> 4977 NA #> 4978 NA #> 4979 NA #> 4980 NA #> 4981 NA #> 4982 NA #> 4983 NA #> 4984 NA #> 4985 NA #> 4986 NA #> 4987 NA #> 4988 NA #> 4989 NA #> 4990 NA #> 4991 NA #> 4992 NA #> 4993 NA #> 4994 NA #> 4995 NA #> 4996 NA #> 4997 NA #> 4998 NA #> 4999 NA #> 5000 NA #> 5001 NA #> 5002 NA #> 5003 NA #> 5004 NA #> 5005 NA #> 5006 NA #> 5007 NA #> 5008 NA #> 5009 NA #> 5010 NA #> 5011 NA #> 5012 NA #> 5013 NA #> 5014 NA #> 5015 NA #> 5016 NA #> 5017 NA #> 5018 NA #> 5019 NA #> 5020 NA #> 5021 NA #> 5022 NA #> 5023 NA #> 5024 NA #> 5025 NA #> 5026 NA #> 5027 NA #> 5028 NA #> 5029 NA #> 5030 NA #> 5031 NA #> 5032 NA #> 5033 NA #> 5034 NA #> 5035 NA #> 5036 NA #> 5037 NA #> 5038 NA #> 5039 NA #> 5040 NA #> 5041 NA #> 5042 NA #> 5043 NA #> 5044 NA #> 5045 NA #> 5046 NA #> 5047 NA #> 5048 NA #> 5049 NA #> 5050 NA #> 5051 NA #> 5052 NA #> 5053 NA #> 5054 NA #> 5055 NA #> 5056 NA #> 5057 NA #> 5058 NA #> 5059 NA #> 5060 NA #> 5061 NA #> 5062 NA #> 5063 NA #> 5064 NA #> 5065 NA #> 5066 NA #> 5067 NA #> 5068 NA #> 5069 NA #> 5070 NA #> 5071 NA #> 5072 NA #> 5073 NA #> 5074 NA #> 5075 NA #> 5076 NA #> 5077 NA #> 5078 NA #> 5079 NA #> 5080 NA #> 5081 NA #> 5082 NA #> 5083 NA #> 5084 NA #> 5085 NA #> 5086 NA #> 5087 NA #> 5088 NA #> 5089 NA #> 5090 NA #> 5091 NA #> 5092 NA #> 5093 NA #> 5094 NA #> 5095 NA #> 5096 NA #> 5097 NA #> 5098 NA #> 5099 NA #> 5100 NA #> 5101 NA #> 5102 NA #> 5103 NA #> 5104 NA #> 5105 NA #> 5106 NA #> 5107 NA #> 5108 NA #> 5109 NA #> 5110 NA #> 5111 NA #> 5112 NA #> 5113 NA #> 5114 NA #> 5115 NA #> 5116 NA #> 5117 NA #> 5118 NA #> 5119 NA #> 5120 NA #> 5121 NA #> 5122 NA #> 5123 NA #> 5124 NA #> 5125 NA #> 5126 NA #> 5127 NA #> 5128 NA #> 5129 NA #> 5130 NA #> 5131 NA #> 5132 NA #> 5133 NA #> 5134 NA #> 5135 NA #> 5136 NA #> 5137 NA #> 5138 NA #> 5139 NA #> 5140 NA #> 5141 NA #> 5142 NA #> 5143 NA #> 5144 NA #> 5145 NA #> 5146 NA #> 5147 NA #> 5148 NA #> 5149 NA #> 5150 NA #> 5151 NA #> 5152 NA #> 5153 NA #> 5154 NA #> 5155 NA #> 5156 NA #> 5157 NA #> 5158 NA #> 5159 NA #> 5160 NA #> 5161 NA #> 5162 NA #> 5163 NA #> 5164 NA #> 5165 NA #> 5166 NA #> 5167 NA #> 5168 NA #> 5169 NA #> 5170 NA #> 5171 NA #> 5172 NA #> 5173 NA #> 5174 NA #> 5175 NA #> 5176 NA #> 5177 NA #> 5178 NA #> 5179 NA #> 5180 NA #> 5181 NA #> 5182 NA #> 5183 NA #> 5184 NA #> 5185 NA #> 5186 NA #> 5187 NA #> 5188 NA #> 5189 NA #> 5190 NA #> 5191 NA #> 5192 NA #> 5193 NA #> 5194 NA #> 5195 NA #> 5196 NA #> 5197 NA #> 5198 NA #> 5199 NA #> 5200 NA #> 5201 NA #> 5202 NA #> 5203 NA #> 5204 NA #> 5205 NA #> 5206 NA #> 5207 NA #> 5208 NA #> 5209 NA #> 5210 NA #> 5211 NA #> 5212 NA #> 5213 NA #> 5214 NA #> 5215 NA #> 5216 NA #> 5217 NA #> 5218 NA #> 5219 NA #> 5220 NA #> 5221 NA #> 5222 NA #> 5223 NA #> 5224 NA #> 5225 NA #> 5226 NA #> 5227 NA #> 5228 NA #> 5229 NA #> 5230 NA #> 5231 NA #> 5232 NA #> 5233 NA #> 5234 NA #> 5235 NA #> 5236 NA #> 5237 NA #> 5238 NA #> 5239 NA #> 5240 NA #> 5241 NA #> 5242 NA #> 5243 NA #> 5244 NA #> 5245 NA #> 5246 NA #> 5247 NA #> 5248 NA #> 5249 NA #> 5250 NA #> 5251 NA #> 5252 NA #> 5253 NA #> 5254 NA #> 5255 NA #> 5256 NA #> 5257 NA #> 5258 NA #> 5259 NA #> 5260 NA #> 5261 NA #> 5262 NA #> 5263 NA #> 5264 NA #> 5265 NA #> 5266 NA #> 5267 NA #> 5268 NA #> 5269 NA #> 5270 NA #> 5271 NA #> 5272 NA #> 5273 NA #> 5274 NA #> 5275 NA #> 5276 NA #> 5277 NA #> 5278 NA #> 5279 NA #> 5280 NA #> 5281 NA #> 5282 NA #> 5283 NA #> 5284 NA #> 5285 NA #> 5286 NA #> 5287 NA #> 5288 NA #> 5289 NA #> 5290 NA #> 5291 NA #> 5292 NA #> 5293 NA #> 5294 NA #> 5295 NA #> 5296 NA #> 5297 NA #> 5298 NA #> 5299 NA #> 5300 NA #> 5301 NA #> 5302 NA #> 5303 NA #> 5304 NA #> 5305 NA #> 5306 NA #> 5307 NA #> 5308 NA #> 5309 NA #> 5310 NA #> 5311 NA #> 5312 NA #> 5313 NA #> 5314 NA #> 5315 NA #> 5316 NA #> 5317 NA #> 5318 NA #> 5319 NA #> 5320 NA #> 5321 NA #> 5322 NA #> 5323 NA #> 5324 NA #> 5325 NA #> 5326 NA #> 5327 NA #> 5328 NA #> 5329 NA #> 5330 NA #> 5331 NA #> 5332 NA #> 5333 NA #> 5334 NA #> 5335 NA #> 5336 NA #> 5337 NA #> 5338 NA #> 5339 NA #> 5340 NA #> 5341 NA #> 5342 NA #> 5343 NA #> 5344 NA #> 5345 NA #> 5346 NA #> 5347 NA #> 5348 NA #> 5349 NA #> 5350 NA #> 5351 NA #> 5352 NA #> 5353 NA #> 5354 NA #> 5355 NA #> 5356 NA #> 5357 NA #> 5358 NA #> 5359 NA #> 5360 NA #> 5361 NA #> 5362 NA #> 5363 NA #> 5364 NA #> 5365 NA #> 5366 NA #> 5367 NA #> 5368 NA #> 5369 NA #> 5370 NA #> 5371 NA #> 5372 NA #> 5373 NA #> 5374 NA #> 5375 NA #> 5376 NA #> 5377 NA #> 5378 NA #> 5379 NA #> 5380 NA #> 5381 NA #> 5382 NA #> 5383 NA #> 5384 NA #> 5385 NA #> 5386 NA #> 5387 NA #> 5388 NA #> 5389 NA #> 5390 NA #> 5391 NA #> 5392 NA #> 5393 NA #> 5394 NA #> 5395 NA #> 5396 NA #> 5397 NA #> 5398 NA #> 5399 NA #> 5400 NA #> 5401 NA #> 5402 NA #> 5403 NA #> 5404 NA #> 5405 NA #> 5406 NA #> 5407 NA #> 5408 NA #> 5409 NA #> 5410 NA #> 5411 NA #> 5412 NA #> 5413 NA #> 5414 NA #> 5415 NA #> 5416 NA #> 5417 NA #> 5418 NA #> 5419 NA #> 5420 NA #> 5421 NA #> 5422 NA #> 5423 NA #> 5424 NA #> 5425 NA #> 5426 NA #> 5427 NA #> 5428 NA #> 5429 NA #> 5430 NA #> 5431 NA #> 5432 NA #> 5433 NA #> 5434 NA #> 5435 NA #> 5436 NA #> 5437 NA #> 5438 NA #> 5439 NA #> 5440 NA #> 5441 NA #> 5442 NA #> 5443 NA #> 5444 NA #> 5445 NA #> 5446 NA #> 5447 NA #> 5448 NA #> 5449 NA #> 5450 NA #> 5451 NA #> 5452 NA #> 5453 NA #> 5454 NA #> 5455 NA #> 5456 NA #> 5457 NA #> 5458 NA #> 5459 NA #> 5460 NA #> 5461 NA #> 5462 NA #> 5463 NA #> 5464 NA #> 5465 NA #> 5466 NA #> 5467 NA #> 5468 NA #> 5469 NA #> 5470 NA #> 5471 NA #> 5472 NA #> 5473 NA #> 5474 NA #> 5475 NA #> 5476 NA #> 5477 NA #> 5478 NA #> 5479 NA #> 5480 NA #> 5481 NA #> 5482 NA #> 5483 NA #> 5484 NA #> 5485 NA #> 5486 NA #> 5487 NA #> 5488 NA #> 5489 NA #> 5490 NA #> 5491 NA #> 5492 NA #> 5493 NA #> 5494 NA #> 5495 NA #> 5496 NA #> 5497 NA #> 5498 NA #> 5499 NA #> 5500 NA #> 5501 NA #> 5502 NA #> 5503 NA #> 5504 NA #> 5505 NA #> 5506 NA #> 5507 NA #> 5508 NA #> 5509 NA #> 5510 NA #> 5511 NA #> 5512 NA #> 5513 NA #> 5514 NA #> 5515 NA #> 5516 NA #> 5517 NA #> 5518 NA #> 5519 NA #> 5520 NA #> 5521 NA #> 5522 NA #> 5523 NA #> 5524 NA #> 5525 NA #> 5526 NA #> 5527 NA #> 5528 NA #> 5529 NA #> 5530 NA #> 5531 NA #> 5532 NA #> 5533 NA #> 5534 NA #> 5535 NA #> 5536 NA #> 5537 NA #> 5538 NA #> 5539 NA #> 5540 NA #> 5541 NA #> 5542 NA #> 5543 NA #> 5544 NA #> 5545 NA #> 5546 NA #> 5547 NA #> 5548 NA #> 5549 NA #> 5550 NA #> 5551 NA #> 5552 NA #> 5553 NA #> 5554 NA #> 5555 NA #> 5556 NA #> [ reached 'max' / getOption(\"max.print\") -- omitted 30489 rows ]"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_authenticate.html","id":null,"dir":"Reference","previous_headings":"","what":"OAuth2 authentication to ICD API — icd_oauth_client","title":"OAuth2 authentication to ICD API — icd_oauth_client","text":"OAuth2 authentication ICD API","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_authenticate.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"OAuth2 authentication to ICD API — icd_oauth_client","text":"","code":"icd_oauth_client( id = \"6fc8a1e4-4da9-43a8-bd0c-c164c0cb0ebd_3c7e272e-2f4b-46de-b127-df7454e36be8\", token_url = \"https://icdaccessmanagement.who.int/connect/token\", secret = \"OGIly8mTatQ2ILuhBTbviIp2FofWiQR3fj4HaPiGseE=\", name = \"icd_client\", ... ) icd_authenticate( req, client = icd_oauth_client(), scope = \"icdapi_access\", ... )"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_authenticate.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"OAuth2 authentication to ICD API — icd_oauth_client","text":"id Consumer key, also sometimes called client ID. token_url url used exchange unauthenticated authenticated token. secret Consumer secret, also sometimes called client secret. Despite name, necessarily need protected like password, .e. user still authenticate grant app permission access resources behalf. name Name application. used OAuth, used make easier identify different applications. ... parameters/arguments passed onto httr2::oauth_client() httr2::req_oauth_client_credentials() req request client OAuth2 client. Default call icd_oauth_client(). scope Scopes requested resource owner. Default \"icdapi_access\" specified ICD API documentation.","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_authenticate.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"OAuth2 authentication to ICD API — icd_oauth_client","text":"httr2_oauth_client class object.","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_authenticate.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"OAuth2 authentication to ICD API — icd_oauth_client","text":"","code":"icd_oauth_client() #> #> name: icd_client #> id: 6fc8a1e4-4da9-43a8-bd0c-c164c0cb0ebd_3c7e272e-2f4b-46de-b127-df7454e36be8 #> secret: #> token_url: https://icdaccessmanagement.who.int/connect/token #> auth: oauth_client_req_auth_header"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_get.html","id":null,"dir":"Reference","previous_headings":"","what":"Get information on various ICD 11 Foundation entities — icd_get_foundation","title":"Get information on various ICD 11 Foundation entities — icd_get_foundation","text":"Get information various ICD 11 Foundation entities","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_get.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Get information on various ICD 11 Foundation entities — icd_get_foundation","text":"","code":"icd_get_foundation( base_url = \"https://id.who.int\", client = icd_oauth_client(), scope = \"icdapi_access\", release = NULL, api_version = c(\"v2\", \"v1\"), language = \"en\", parse = TRUE ) icd_get_entity( base_url = \"https://id.who.int\", client = icd_oauth_client(), scope = \"icdapi_access\", id, release = NULL, include = NULL, api_version = c(\"v2\", \"v1\"), language = \"en\", parse = TRUE )"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_get.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Get information on various ICD 11 Foundation entities — icd_get_foundation","text":"base_url base URL API. Default uses API server https://id..int. using locally deployed server hosting ICD API server, specify URL instance . client OAuth2 client produced call icd_oauth_client(). scope Scopes requested resource owner. Default \"icdapi_access\" specified ICD API documentation. release string specifying release version Foundation search . specified, defaults latest release version. See available versions icd_versions. api_version Version API. Possible values v1 v2. example, provide value v2, API respond format version 2 API. Default v2. language ICD-API multi-lingual. changing header, may make API respond different languages. Languages available translations ICD-11 completes. values language codes en, es, zh, etc. Depending release_id specified, available languages vary. Default English (\"en\"). parse Logical. JSON response body parsed? Default TRUE. FALSE, response body kept raw JSON. id Unique numerical identifier entity. include string vector strings optional property values included response. property values can included \"ancestor\", \"descendant\", \"diagnosticCriteria\". specified, properties included response.","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_get.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Get information on various ICD 11 Foundation entities — icd_get_foundation","text":"list JSON (depending parse) information specified ICD 11 Foundation top level entities","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_get.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Get information on various ICD 11 Foundation entities — icd_get_foundation","text":"","code":"icd_get_foundation() #> $`@context` #> [1] \"http://id.who.int/icd/contexts/contextForTopLevel.json\" #> #> $`@id` #> [1] \"http://id.who.int/icd/entity\" #> #> $title #> $title$`@language` #> [1] \"en\" #> #> $title$`@value` #> [1] \"WHO Family of International Classifications Foundation\" #> #> #> $releaseId #> [1] \"2024-01\" #> #> $availableLanguages #> $availableLanguages[[1]] #> [1] \"ar\" #> #> $availableLanguages[[2]] #> [1] \"cs\" #> #> $availableLanguages[[3]] #> [1] \"en\" #> #> $availableLanguages[[4]] #> [1] \"es\" #> #> $availableLanguages[[5]] #> [1] \"fr\" #> #> $availableLanguages[[6]] #> [1] \"pt\" #> #> $availableLanguages[[7]] #> [1] \"ru\" #> #> $availableLanguages[[8]] #> [1] \"tr\" #> #> $availableLanguages[[9]] #> [1] \"uz\" #> #> $availableLanguages[[10]] #> [1] \"zh\" #> #> #> $releaseDate #> [1] \"2024-01-21\" #> #> $child #> $child[[1]] #> [1] \"http://id.who.int/icd/entity/448895267\" #> #> $child[[2]] #> [1] \"http://id.who.int/icd/entity/1405434703\" #> #> #> $browserUrl #> [1] \"https://icd.who.int/browse/2024-01/foundation/en\" #> icd_get_entity(id = \"1112016389\") #> $`@context` #> [1] \"http://id.who.int/icd/contexts/contextForFoundationEntity.json\" #> #> $`@id` #> [1] \"http://id.who.int/icd/entity/1112016389\" #> #> $parent #> $parent[[1]] #> [1] \"http://id.who.int/icd/entity/762120574\" #> #> #> $child #> $child[[1]] #> [1] \"http://id.who.int/icd/entity/1181462425\" #> #> #> $browserUrl #> [1] \"https://icd.who.int/browse/2024-01/foundation/en#1112016389\" #> #> $title #> $title$`@language` #> [1] \"en\" #> #> $title$`@value` #> [1] \"Gonorrhoea of penis\" #> #> #> $relatedEntitiesInMaternalChapter #> $relatedEntitiesInMaternalChapter[[1]] #> [1] \"http://id.who.int/icd/entity/1477699562\" #> #> #> $relatedEntitiesInPerinatalChapter #> $relatedEntitiesInPerinatalChapter[[1]] #> [1] \"http://id.who.int/icd/entity/911707612\" #> #>"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search.html","id":null,"dir":"Reference","previous_headings":"","what":"Search the foundation component of the ICD-11 — icd_search_foundation","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"Search foundation component ICD-11","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"","code":"icd_search_foundation( base_url = \"https://id.who.int\", client = icd_oauth_client(), scope = \"icdapi_access\", q, subtree = NULL, chapter = NULL, flexisearch = FALSE, flat = TRUE, properties = NULL, release = NULL, highlight = FALSE, api_version = c(\"v2\", \"v1\"), language = \"en\" )"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"base_url base URL API. Default uses API server https://id..int. using locally deployed server hosting ICD API server, specify URL instance . client OAuth2 client produced call icd_oauth_client(). scope Scopes requested resource owner. Default \"icdapi_access\" specified ICD API documentation. q String. Text searched. character % end regarded wild card word. subtree string vector strings URIs. provided, search performed entities provided descendants. chapter string vector strings chapter codes eg: c(\"01\", \"02\") provided, search performed chapters. flexisearch Logical. Default FALSE. Changes search mode flexible search. regular search mode, Coding Tool give results contain words used search. accepts different variants synonyms words essentially searches result contains components search. Whereas flexible search mode, results contain words typed. still try find best matching phrase may words search matched . recommended use flexible search regular search provide result. flat Logical. Default FALSE. set true search result entities provided nested data structure representing ICD-11 hierarchy. Otherwise listed flat list matches. properties string vector strings properties searched. default system searches, \"Title\", \"Synonyms\", \"FullySpecifiedName\". valid values used : Title\", \"Synonym\", \"NarrowerTerm\", \"FullySpecifiedName\", \"Definition\", \"Exclusion\". release string specifying release version Foundation search . specified, defaults latest release version. See available versions icd_versions. highlight Logical. Default FALSE. set FALSE search result highlighting turned results contain special tags highlighting results found within text. api_version Version API. Possible values v1 v2. example, provide value v2, API respond format version 2 API. Default v2. language ICD-API multi-lingual. changing header, may make API respond different languages. Languages available translations ICD-11 completes. values language codes en, es, zh, etc. Depending release_id specified, available languages vary. Default English (\"en\").","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"httr2_response object","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"","code":"icd_search_foundation(q = \"cholera\") #> $error #> [1] FALSE #> #> $errorMessage #> NULL #> #> $resultChopped #> [1] FALSE #> #> $wordSuggestionsChopped #> [1] FALSE #> #> $guessType #> [1] 2 #> #> $uniqueSearchId #> [1] \"8579e8dc-d00b-4cd7-823f-99c7f9b8bf19\" #> #> $words #> NULL #> #> $destinationEntities #> $destinationEntities[[1]] #> $destinationEntities[[1]]$id #> [1] \"http://id.who.int/icd/entity/257068234\" #> #> $destinationEntities[[1]]$title #> [1] \"Cholera\" #> #> $destinationEntities[[1]]$stemId #> [1] \"http://id.who.int/icd/entity/257068234\" #> #> $destinationEntities[[1]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[1]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[1]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[1]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[1]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[1]]$matchingPVs #> $destinationEntities[[1]]$matchingPVs[[1]] #> $destinationEntities[[1]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[1]]$matchingPVs[[1]]$label #> [1] \"cholera syndrome\" #> #> $destinationEntities[[1]]$matchingPVs[[1]]$score #> [1] 0.8780647 #> #> $destinationEntities[[1]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[1]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/257068234\" #> #> $destinationEntities[[1]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> $destinationEntities[[1]]$matchingPVs[[2]] #> $destinationEntities[[1]]$matchingPVs[[2]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[1]]$matchingPVs[[2]]$label #> [1] \"epidemic cholera\" #> #> $destinationEntities[[1]]$matchingPVs[[2]]$score #> [1] 0.6680576 #> #> $destinationEntities[[1]]$matchingPVs[[2]]$important #> [1] FALSE #> #> $destinationEntities[[1]]$matchingPVs[[2]]$foundationUri #> [1] \"http://id.who.int/icd/entity/257068234\" #> #> $destinationEntities[[1]]$matchingPVs[[2]]$propertyValueType #> [1] 0 #> #> #> $destinationEntities[[1]]$matchingPVs[[3]] #> $destinationEntities[[1]]$matchingPVs[[3]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[1]]$matchingPVs[[3]]$label #> [1] \"asiatic cholera\" #> #> $destinationEntities[[1]]$matchingPVs[[3]]$score #> [1] 0.5068888 #> #> $destinationEntities[[1]]$matchingPVs[[3]]$important #> [1] FALSE #> #> $destinationEntities[[1]]$matchingPVs[[3]]$foundationUri #> [1] \"http://id.who.int/icd/entity/257068234\" #> #> $destinationEntities[[1]]$matchingPVs[[3]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[1]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[1]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[1]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[1]]$chapter #> [1] \"01\" #> #> $destinationEntities[[1]]$theCode #> NULL #> #> $destinationEntities[[1]]$score #> [1] 1 #> #> $destinationEntities[[1]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[1]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[1]]$entityType #> [1] 0 #> #> $destinationEntities[[1]]$important #> [1] TRUE #> #> $destinationEntities[[1]]$descendants #> list() #> #> #> $destinationEntities[[2]] #> $destinationEntities[[2]]$id #> [1] \"http://id.who.int/icd/entity/733451521\" #> #> $destinationEntities[[2]]$title #> [1] \"Exposure to cholera\" #> #> $destinationEntities[[2]]$stemId #> [1] \"http://id.who.int/icd/entity/733451521\" #> #> $destinationEntities[[2]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[2]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[2]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[2]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[2]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[2]]$matchingPVs #> $destinationEntities[[2]]$matchingPVs[[1]] #> $destinationEntities[[2]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[2]]$matchingPVs[[1]]$label #> [1] \"cholera contact\" #> #> $destinationEntities[[2]]$matchingPVs[[1]]$score #> [1] 0.8004876 #> #> $destinationEntities[[2]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[2]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/733451521\" #> #> $destinationEntities[[2]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[2]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[2]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[2]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[2]]$chapter #> [1] \"24\" #> #> $destinationEntities[[2]]$theCode #> NULL #> #> $destinationEntities[[2]]$score #> [1] 0.8004876 #> #> $destinationEntities[[2]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[2]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[2]]$entityType #> [1] 0 #> #> $destinationEntities[[2]]$important #> [1] FALSE #> #> $destinationEntities[[2]]$descendants #> list() #> #> #> $destinationEntities[[3]] #> $destinationEntities[[3]]$id #> [1] \"http://id.who.int/icd/entity/1471383174\" #> #> $destinationEntities[[3]]$title #> [1] \"Cholera vaccines\" #> #> $destinationEntities[[3]]$stemId #> [1] \"http://id.who.int/icd/entity/1471383174\" #> #> $destinationEntities[[3]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[3]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[3]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[3]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[3]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[3]]$matchingPVs #> list() #> #> $destinationEntities[[3]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[3]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[3]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[3]]$chapter #> [1] \"X\" #> #> $destinationEntities[[3]]$theCode #> NULL #> #> $destinationEntities[[3]]$score #> [1] 0.7708042 #> #> $destinationEntities[[3]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[3]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[3]]$entityType #> [1] 0 #> #> $destinationEntities[[3]]$important #> [1] FALSE #> #> $destinationEntities[[3]]$descendants #> list() #> #> #> $destinationEntities[[4]] #> $destinationEntities[[4]]$id #> [1] \"http://id.who.int/icd/entity/1205958647\" #> #> $destinationEntities[[4]]$title #> [1] \"Cholera due to Vibrio cholerae O1, biovar cholerae\" #> #> $destinationEntities[[4]]$stemId #> [1] \"http://id.who.int/icd/entity/1205958647\" #> #> $destinationEntities[[4]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[4]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[4]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[4]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[4]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[4]]$matchingPVs #> $destinationEntities[[4]]$matchingPVs[[1]] #> $destinationEntities[[4]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[4]]$matchingPVs[[1]]$label #> [1] \"classical cholera\" #> #> $destinationEntities[[4]]$matchingPVs[[1]]$score #> [1] 0.7336125 #> #> $destinationEntities[[4]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[4]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/1205958647\" #> #> $destinationEntities[[4]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[4]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[4]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[4]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[4]]$chapter #> [1] \"01\" #> #> $destinationEntities[[4]]$theCode #> NULL #> #> $destinationEntities[[4]]$score #> [1] 0.7336125 #> #> $destinationEntities[[4]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[4]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[4]]$entityType #> [1] 0 #> #> $destinationEntities[[4]]$important #> [1] FALSE #> #> $destinationEntities[[4]]$descendants #> list() #> #> #> $destinationEntities[[5]] #> $destinationEntities[[5]]$id #> [1] \"http://id.who.int/icd/entity/1474305701\" #> #> $destinationEntities[[5]]$title #> [1] \"Cholera carrier\" #> #> $destinationEntities[[5]]$stemId #> [1] \"http://id.who.int/icd/entity/1474305701\" #> #> $destinationEntities[[5]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[5]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[5]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[5]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[5]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[5]]$matchingPVs #> list() #> #> $destinationEntities[[5]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[5]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[5]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[5]]$chapter #> [1] \"24\" #> #> $destinationEntities[[5]]$theCode #> NULL #> #> $destinationEntities[[5]]$score #> [1] 0.6813468 #> #> $destinationEntities[[5]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[5]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[5]]$entityType #> [1] 0 #> #> $destinationEntities[[5]]$important #> [1] FALSE #> #> $destinationEntities[[5]]$descendants #> list() #> #> #> $destinationEntities[[6]] #> $destinationEntities[[6]]$id #> [1] \"http://id.who.int/icd/entity/824826401\" #> #> $destinationEntities[[6]]$title #> [1] \"Vibrio cholerae\" #> #> $destinationEntities[[6]]$stemId #> [1] \"http://id.who.int/icd/entity/824826401\" #> #> $destinationEntities[[6]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[6]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[6]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[6]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[6]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[6]]$matchingPVs #> list() #> #> $destinationEntities[[6]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[6]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[6]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[6]]$chapter #> [1] \"X\" #> #> $destinationEntities[[6]]$theCode #> NULL #> #> $destinationEntities[[6]]$score #> [1] 0.6482333 #> #> $destinationEntities[[6]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[6]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[6]]$entityType #> [1] 0 #> #> $destinationEntities[[6]]$important #> [1] FALSE #> #> $destinationEntities[[6]]$descendants #> list() #> #> #> $destinationEntities[[7]] #> $destinationEntities[[7]]$id #> [1] \"http://id.who.int/icd/entity/238837919\" #> #> $destinationEntities[[7]]$title #> [1] \"Antimonial cholera\" #> #> $destinationEntities[[7]]$stemId #> [1] \"http://id.who.int/icd/entity/238837919\" #> #> $destinationEntities[[7]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[7]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[7]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[7]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[7]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[7]]$matchingPVs #> list() #> #> $destinationEntities[[7]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[7]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[7]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[7]]$chapter #> [1] \"22\" #> #> $destinationEntities[[7]]$theCode #> NULL #> #> $destinationEntities[[7]]$score #> [1] 0.6280132 #> #> $destinationEntities[[7]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[7]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[7]]$entityType #> [1] 0 #> #> $destinationEntities[[7]]$important #> [1] FALSE #> #> $destinationEntities[[7]]$descendants #> list() #> #> #> $destinationEntities[[8]] #> $destinationEntities[[8]]$id #> [1] \"http://id.who.int/icd/entity/2053472774\" #> #> $destinationEntities[[8]]$title #> [1] \"Harmful effects of Cholera vaccine\" #> #> $destinationEntities[[8]]$stemId #> [1] \"http://id.who.int/icd/entity/2053472774\" #> #> $destinationEntities[[8]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[8]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[8]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[8]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[8]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[8]]$matchingPVs #> list() #> #> $destinationEntities[[8]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[8]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[8]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[8]]$chapter #> [1] \"22\" #> #> $destinationEntities[[8]]$theCode #> NULL #> #> $destinationEntities[[8]]$score #> [1] 0.4906102 #> #> $destinationEntities[[8]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[8]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[8]]$entityType #> [1] 0 #> #> $destinationEntities[[8]]$important #> [1] FALSE #> #> $destinationEntities[[8]]$descendants #> list() #> #> #> $destinationEntities[[9]] #> $destinationEntities[[9]]$id #> [1] \"http://id.who.int/icd/entity/581614179\" #> #> $destinationEntities[[9]]$title #> [1] \"Cholera due to Vibrio cholerae O1, biovar eltor\" #> #> $destinationEntities[[9]]$stemId #> [1] \"http://id.who.int/icd/entity/581614179\" #> #> $destinationEntities[[9]]$isLeaf #> [1] FALSE #> #> $destinationEntities[[9]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[9]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[9]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[9]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[9]]$matchingPVs #> $destinationEntities[[9]]$matchingPVs[[1]] #> $destinationEntities[[9]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[9]]$matchingPVs[[1]]$label #> [1] \"cholera due to Cholera eltor\" #> #> $destinationEntities[[9]]$matchingPVs[[1]]$score #> [1] 0.2167264 #> #> $destinationEntities[[9]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[9]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/581614179\" #> #> $destinationEntities[[9]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> $destinationEntities[[9]]$matchingPVs[[2]] #> $destinationEntities[[9]]$matchingPVs[[2]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[9]]$matchingPVs[[2]]$label #> [1] \"cholera due to Vibrio cholerae 01, Cholera eltor\" #> #> $destinationEntities[[9]]$matchingPVs[[2]]$score #> [1] -0.5273059 #> #> $destinationEntities[[9]]$matchingPVs[[2]]$important #> [1] FALSE #> #> $destinationEntities[[9]]$matchingPVs[[2]]$foundationUri #> [1] \"http://id.who.int/icd/entity/581614179\" #> #> $destinationEntities[[9]]$matchingPVs[[2]]$propertyValueType #> [1] 0 #> #> #> $destinationEntities[[9]]$matchingPVs[[3]] #> $destinationEntities[[9]]$matchingPVs[[3]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[9]]$matchingPVs[[3]]$label #> [1] \"cholera - vibrio cholerae 01 eltor biotype\" #> #> $destinationEntities[[9]]$matchingPVs[[3]]$score #> [1] -0.9886038 #> #> $destinationEntities[[9]]$matchingPVs[[3]]$important #> [1] FALSE #> #> $destinationEntities[[9]]$matchingPVs[[3]]$foundationUri #> [1] \"http://id.who.int/icd/entity/581614179\" #> #> $destinationEntities[[9]]$matchingPVs[[3]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[9]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[9]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[9]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[9]]$chapter #> [1] \"01\" #> #> $destinationEntities[[9]]$theCode #> NULL #> #> $destinationEntities[[9]]$score #> [1] 0.2167264 #> #> $destinationEntities[[9]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[9]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[9]]$entityType #> [1] 0 #> #> $destinationEntities[[9]]$important #> [1] FALSE #> #> $destinationEntities[[9]]$descendants #> list() #> #> #> $destinationEntities[[10]] #> $destinationEntities[[10]]$id #> [1] \"http://id.who.int/icd/entity/136299182\" #> #> $destinationEntities[[10]]$title #> [1] \"Cholera screening\" #> #> $destinationEntities[[10]]$stemId #> [1] \"http://id.who.int/icd/entity/136299182\" #> #> $destinationEntities[[10]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[10]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[10]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[10]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[10]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[10]]$matchingPVs #> list() #> #> $destinationEntities[[10]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[10]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[10]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[10]]$chapter #> [1] \"24\" #> #> $destinationEntities[[10]]$theCode #> NULL #> #> $destinationEntities[[10]]$score #> [1] 0.1900829 #> #> $destinationEntities[[10]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[10]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[10]]$entityType #> [1] 0 #> #> $destinationEntities[[10]]$important #> [1] FALSE #> #> $destinationEntities[[10]]$descendants #> list() #> #> #> $destinationEntities[[11]] #> $destinationEntities[[11]]$id #> [1] \"http://id.who.int/icd/entity/1472302478\" #> #> $destinationEntities[[11]]$title #> [1] \"Need for immunization against cholera alone\" #> #> $destinationEntities[[11]]$stemId #> [1] \"http://id.who.int/icd/entity/1472302478\" #> #> $destinationEntities[[11]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[11]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[11]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[11]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[11]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[11]]$matchingPVs #> $destinationEntities[[11]]$matchingPVs[[1]] #> $destinationEntities[[11]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[11]]$matchingPVs[[1]]$label #> [1] \"prophylactic vaccination against cholera\" #> #> $destinationEntities[[11]]$matchingPVs[[1]]$score #> [1] 0.1540597 #> #> $destinationEntities[[11]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[11]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/1472302478\" #> #> $destinationEntities[[11]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[11]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[11]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[11]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[11]]$chapter #> [1] \"24\" #> #> $destinationEntities[[11]]$theCode #> NULL #> #> $destinationEntities[[11]]$score #> [1] 0.1540597 #> #> $destinationEntities[[11]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[11]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[11]]$entityType #> [1] 0 #> #> $destinationEntities[[11]]$important #> [1] FALSE #> #> $destinationEntities[[11]]$descendants #> list() #> #> #> $destinationEntities[[12]] #> $destinationEntities[[12]]$id #> [1] \"http://id.who.int/icd/entity/1147064900\" #> #> $destinationEntities[[12]]$title #> [1] \"Cholera, live attenuated vaccines\" #> #> $destinationEntities[[12]]$stemId #> [1] \"http://id.who.int/icd/entity/1147064900\" #> #> $destinationEntities[[12]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[12]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[12]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[12]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[12]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[12]]$matchingPVs #> list() #> #> $destinationEntities[[12]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[12]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[12]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[12]]$chapter #> [1] \"X\" #> #> $destinationEntities[[12]]$theCode #> NULL #> #> $destinationEntities[[12]]$score #> [1] 0.1394327 #> #> $destinationEntities[[12]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[12]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[12]]$entityType #> [1] 0 #> #> $destinationEntities[[12]]$important #> [1] FALSE #> #> $destinationEntities[[12]]$descendants #> list() #> #> #> $destinationEntities[[13]] #> $destinationEntities[[13]]$id #> [1] \"http://id.who.int/icd/entity/1384028266\" #> #> $destinationEntities[[13]]$title #> [1] \"Enteritis due to Cholera due to Vibrio cholerae O1, biovar cholerae\" #> #> $destinationEntities[[13]]$stemId #> [1] \"http://id.who.int/icd/entity/1384028266\" #> #> $destinationEntities[[13]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[13]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[13]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[13]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[13]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[13]]$matchingPVs #> $destinationEntities[[13]]$matchingPVs[[1]] #> $destinationEntities[[13]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[13]]$matchingPVs[[1]]$label #> [1] \"Enteritis due to classical cholera\" #> #> $destinationEntities[[13]]$matchingPVs[[1]]$score #> [1] -0.02692786 #> #> $destinationEntities[[13]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[13]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/1384028266\" #> #> $destinationEntities[[13]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[13]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[13]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[13]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[13]]$chapter #> [1] \"01\" #> #> $destinationEntities[[13]]$theCode #> NULL #> #> $destinationEntities[[13]]$score #> [1] -0.02692786 #> #> $destinationEntities[[13]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[13]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[13]]$entityType #> [1] 0 #> #> $destinationEntities[[13]]$important #> [1] FALSE #> #> $destinationEntities[[13]]$descendants #> list() #> #> #> $destinationEntities[[14]] #> $destinationEntities[[14]]$id #> [1] \"http://id.who.int/icd/entity/1859125126\" #> #> $destinationEntities[[14]]$title #> [1] \"Cholera, inactivated, whole cell vaccines\" #> #> $destinationEntities[[14]]$stemId #> [1] \"http://id.who.int/icd/entity/1859125126\" #> #> $destinationEntities[[14]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[14]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[14]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[14]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[14]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[14]]$matchingPVs #> list() #> #> $destinationEntities[[14]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[14]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[14]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[14]]$chapter #> [1] \"X\" #> #> $destinationEntities[[14]]$theCode #> NULL #> #> $destinationEntities[[14]]$score #> [1] -0.03419258 #> #> $destinationEntities[[14]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[14]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[14]]$entityType #> [1] 0 #> #> $destinationEntities[[14]]$important #> [1] FALSE #> #> $destinationEntities[[14]]$descendants #> list() #> #> #> $destinationEntities[[15]] #> $destinationEntities[[15]]$id #> [1] \"http://id.who.int/icd/entity/1972085775\" #> #> $destinationEntities[[15]]$title #> [1] \"Cholera due to Vibrio cholerae O139\" #> #> $destinationEntities[[15]]$stemId #> [1] \"http://id.who.int/icd/entity/1972085775\" #> #> $destinationEntities[[15]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[15]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[15]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[15]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[15]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[15]]$matchingPVs #> list() #> #> $destinationEntities[[15]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[15]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[15]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[15]]$chapter #> [1] \"01\" #> #> $destinationEntities[[15]]$theCode #> NULL #> #> $destinationEntities[[15]]$score #> [1] -0.0880754 #> #> $destinationEntities[[15]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[15]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[15]]$entityType #> [1] 0 #> #> $destinationEntities[[15]]$important #> [1] FALSE #> #> $destinationEntities[[15]]$descendants #> list() #> #> #> $destinationEntities[[16]] #> $destinationEntities[[16]]$id #> [1] \"http://id.who.int/icd/entity/21927667\" #> #> $destinationEntities[[16]]$title #> [1] \"Vibrio cholerae O139\" #> #> $destinationEntities[[16]]$stemId #> [1] \"http://id.who.int/icd/entity/21927667\" #> #> $destinationEntities[[16]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[16]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[16]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[16]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[16]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[16]]$matchingPVs #> list() #> #> $destinationEntities[[16]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[16]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[16]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[16]]$chapter #> [1] \"X\" #> #> $destinationEntities[[16]]$theCode #> NULL #> #> $destinationEntities[[16]]$score #> [1] -0.0880754 #> #> $destinationEntities[[16]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[16]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[16]]$entityType #> [1] 0 #> #> $destinationEntities[[16]]$important #> [1] FALSE #> #> $destinationEntities[[16]]$descendants #> list() #> #> #> $destinationEntities[[17]] #> $destinationEntities[[17]]$id #> [1] \"http://id.who.int/icd/entity/1388151503\" #> #> $destinationEntities[[17]]$title #> [1] \"Unintentional exposure to or harmful effects of cholera vaccine\" #> #> $destinationEntities[[17]]$stemId #> [1] \"http://id.who.int/icd/entity/1388151503\" #> #> $destinationEntities[[17]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[17]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[17]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[17]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[17]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[17]]$matchingPVs #> list() #> #> $destinationEntities[[17]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[17]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[17]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[17]]$chapter #> [1] \"23\" #> #> $destinationEntities[[17]]$theCode #> NULL #> #> $destinationEntities[[17]]$score #> [1] -0.2044832 #> #> $destinationEntities[[17]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[17]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[17]]$entityType #> [1] 0 #> #> $destinationEntities[[17]]$important #> [1] FALSE #> #> $destinationEntities[[17]]$descendants #> list() #> #> #> $destinationEntities[[18]] #> $destinationEntities[[18]]$id #> [1] \"http://id.who.int/icd/entity/194483911\" #> #> $destinationEntities[[18]]$title #> [1] \"Vibrio cholerae O1, biovar cholerae\" #> #> $destinationEntities[[18]]$stemId #> [1] \"http://id.who.int/icd/entity/194483911\" #> #> $destinationEntities[[18]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[18]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[18]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[18]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[18]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[18]]$matchingPVs #> list() #> #> $destinationEntities[[18]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[18]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[18]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[18]]$chapter #> [1] \"X\" #> #> $destinationEntities[[18]]$theCode #> NULL #> #> $destinationEntities[[18]]$score #> [1] -0.2060272 #> #> $destinationEntities[[18]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[18]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[18]]$entityType #> [1] 0 #> #> $destinationEntities[[18]]$important #> [1] FALSE #> #> $destinationEntities[[18]]$descendants #> list() #> #> #> $destinationEntities[[19]] #> $destinationEntities[[19]]$id #> [1] \"http://id.who.int/icd/entity/1832869108\" #> #> $destinationEntities[[19]]$title #> [1] \"Need for immunization against cholera with typhoid-paratyphoid\" #> #> $destinationEntities[[19]]$stemId #> [1] \"http://id.who.int/icd/entity/1832869108\" #> #> $destinationEntities[[19]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[19]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[19]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[19]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[19]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[19]]$matchingPVs #> $destinationEntities[[19]]$matchingPVs[[1]] #> $destinationEntities[[19]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[19]]$matchingPVs[[1]]$label #> [1] \"cholera with TAB immunisation\" #> #> $destinationEntities[[19]]$matchingPVs[[1]]$score #> [1] -0.3055559 #> #> $destinationEntities[[19]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[19]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/1832869108\" #> #> $destinationEntities[[19]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> $destinationEntities[[19]]$matchingPVs[[2]] #> $destinationEntities[[19]]$matchingPVs[[2]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[19]]$matchingPVs[[2]]$label #> [1] \"prophylactic vaccination against cholera with typhoid-paratyphoid\" #> #> $destinationEntities[[19]]$matchingPVs[[2]]$score #> [1] -1.877626 #> #> $destinationEntities[[19]]$matchingPVs[[2]]$important #> [1] FALSE #> #> $destinationEntities[[19]]$matchingPVs[[2]]$foundationUri #> [1] \"http://id.who.int/icd/entity/1832869108\" #> #> $destinationEntities[[19]]$matchingPVs[[2]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[19]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[19]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[19]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[19]]$chapter #> [1] \"24\" #> #> $destinationEntities[[19]]$theCode #> NULL #> #> $destinationEntities[[19]]$score #> [1] -0.3055559 #> #> $destinationEntities[[19]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[19]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[19]]$entityType #> [1] 0 #> #> $destinationEntities[[19]]$important #> [1] FALSE #> #> $destinationEntities[[19]]$descendants #> list() #> #> #> $destinationEntities[[20]] #> $destinationEntities[[20]]$id #> [1] \"http://id.who.int/icd/entity/304914281\" #> #> $destinationEntities[[20]]$title #> [1] \"Intentional self-harm by exposure to or harmful effects of cholera vaccine\" #> #> $destinationEntities[[20]]$stemId #> [1] \"http://id.who.int/icd/entity/304914281\" #> #> $destinationEntities[[20]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[20]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[20]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[20]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[20]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[20]]$matchingPVs #> list() #> #> $destinationEntities[[20]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[20]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[20]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[20]]$chapter #> [1] \"23\" #> #> $destinationEntities[[20]]$theCode #> NULL #> #> $destinationEntities[[20]]$score #> [1] -0.3677743 #> #> $destinationEntities[[20]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[20]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[20]]$entityType #> [1] 0 #> #> $destinationEntities[[20]]$important #> [1] FALSE #> #> $destinationEntities[[20]]$descendants #> list() #> #> #> $destinationEntities[[21]] #> $destinationEntities[[21]]$id #> [1] \"http://id.who.int/icd/entity/1642936749\" #> #> $destinationEntities[[21]]$title #> [1] \"Exposure to or harmful effects of undetermined intent of cholera vaccine\" #> #> $destinationEntities[[21]]$stemId #> [1] \"http://id.who.int/icd/entity/1642936749\" #> #> $destinationEntities[[21]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[21]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[21]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[21]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[21]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[21]]$matchingPVs #> list() #> #> $destinationEntities[[21]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[21]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[21]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[21]]$chapter #> [1] \"23\" #> #> $destinationEntities[[21]]$theCode #> NULL #> #> $destinationEntities[[21]]$score #> [1] -0.3853351 #> #> $destinationEntities[[21]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[21]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[21]]$entityType #> [1] 0 #> #> $destinationEntities[[21]]$important #> [1] FALSE #> #> $destinationEntities[[21]]$descendants #> list() #> #> #> $destinationEntities[[22]] #> $destinationEntities[[22]]$id #> [1] \"http://id.who.int/icd/entity/402305888\" #> #> $destinationEntities[[22]]$title #> [1] \"Assault by or harmful exposure to cholera vaccine\" #> #> $destinationEntities[[22]]$stemId #> [1] \"http://id.who.int/icd/entity/402305888\" #> #> $destinationEntities[[22]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[22]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[22]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[22]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[22]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[22]]$matchingPVs #> list() #> #> $destinationEntities[[22]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[22]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[22]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[22]]$chapter #> [1] \"23\" #> #> $destinationEntities[[22]]$theCode #> NULL #> #> $destinationEntities[[22]]$score #> [1] -0.4972295 #> #> $destinationEntities[[22]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[22]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[22]]$entityType #> [1] 0 #> #> $destinationEntities[[22]]$important #> [1] FALSE #> #> $destinationEntities[[22]]$descendants #> list() #> #> #> $destinationEntities[[23]] #> $destinationEntities[[23]]$id #> [1] \"http://id.who.int/icd/entity/375406584\" #> #> $destinationEntities[[23]]$title #> [1] \"Enteritis due to cholera due to Vibrio cholerae O1, biovar eltor\" #> #> $destinationEntities[[23]]$stemId #> [1] \"http://id.who.int/icd/entity/375406584\" #> #> $destinationEntities[[23]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[23]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[23]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[23]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[23]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[23]]$matchingPVs #> $destinationEntities[[23]]$matchingPVs[[1]] #> $destinationEntities[[23]]$matchingPVs[[1]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[23]]$matchingPVs[[1]]$label #> [1] \"Enteritis due to cholera due to Cholera eltor\" #> #> $destinationEntities[[23]]$matchingPVs[[1]]$score #> [1] -0.5438139 #> #> $destinationEntities[[23]]$matchingPVs[[1]]$important #> [1] FALSE #> #> $destinationEntities[[23]]$matchingPVs[[1]]$foundationUri #> [1] \"http://id.who.int/icd/entity/375406584\" #> #> $destinationEntities[[23]]$matchingPVs[[1]]$propertyValueType #> [1] 0 #> #> #> $destinationEntities[[23]]$matchingPVs[[2]] #> $destinationEntities[[23]]$matchingPVs[[2]]$propertyId #> [1] \"Synonym\" #> #> $destinationEntities[[23]]$matchingPVs[[2]]$label #> [1] \"infectious enteritis due to vibrio cholerae 01, biovar eltor\" #> #> $destinationEntities[[23]]$matchingPVs[[2]]$score #> [1] -2.08133 #> #> $destinationEntities[[23]]$matchingPVs[[2]]$important #> [1] FALSE #> #> $destinationEntities[[23]]$matchingPVs[[2]]$foundationUri #> [1] \"http://id.who.int/icd/entity/375406584\" #> #> $destinationEntities[[23]]$matchingPVs[[2]]$propertyValueType #> [1] 0 #> #> #> #> $destinationEntities[[23]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[23]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[23]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[23]]$chapter #> [1] \"01\" #> #> $destinationEntities[[23]]$theCode #> NULL #> #> $destinationEntities[[23]]$score #> [1] -0.5438139 #> #> $destinationEntities[[23]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[23]]$titleIsTopScore #> [1] FALSE #> #> $destinationEntities[[23]]$entityType #> [1] 0 #> #> $destinationEntities[[23]]$important #> [1] FALSE #> #> $destinationEntities[[23]]$descendants #> list() #> #> #> $destinationEntities[[24]] #> $destinationEntities[[24]]$id #> [1] \"http://id.who.int/icd/entity/802386629\" #> #> $destinationEntities[[24]]$title #> [1] \"Vibrio cholerae O1, biovar eltor\" #> #> $destinationEntities[[24]]$stemId #> [1] \"http://id.who.int/icd/entity/802386629\" #> #> $destinationEntities[[24]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[24]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[24]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[24]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[24]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[24]]$matchingPVs #> list() #> #> $destinationEntities[[24]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[24]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[24]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[24]]$chapter #> [1] \"X\" #> #> $destinationEntities[[24]]$theCode #> NULL #> #> $destinationEntities[[24]]$score #> [1] -0.9893008 #> #> $destinationEntities[[24]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[24]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[24]]$entityType #> [1] 0 #> #> $destinationEntities[[24]]$important #> [1] FALSE #> #> $destinationEntities[[24]]$descendants #> list() #> #> #> $destinationEntities[[25]] #> $destinationEntities[[25]]$id #> [1] \"http://id.who.int/icd/entity/1170831944\" #> #> $destinationEntities[[25]]$title #> [1] \"Enteritis due to cholera due to Vibrio cholerae, non-O1 strains\" #> #> $destinationEntities[[25]]$stemId #> [1] \"http://id.who.int/icd/entity/1170831944\" #> #> $destinationEntities[[25]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[25]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[25]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[25]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[25]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[25]]$matchingPVs #> list() #> #> $destinationEntities[[25]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[25]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[25]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[25]]$chapter #> [1] \"01\" #> #> $destinationEntities[[25]]$theCode #> NULL #> #> $destinationEntities[[25]]$score #> [1] -1.013056 #> #> $destinationEntities[[25]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[25]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[25]]$entityType #> [1] 0 #> #> $destinationEntities[[25]]$important #> [1] FALSE #> #> $destinationEntities[[25]]$descendants #> list() #> #> #> $destinationEntities[[26]] #> $destinationEntities[[26]]$id #> [1] \"http://id.who.int/icd/entity/1322480936\" #> #> $destinationEntities[[26]]$title #> [1] \"Cholera, combinations with typhoid vaccine, inactivated, whole cell vaccines\" #> #> $destinationEntities[[26]]$stemId #> [1] \"http://id.who.int/icd/entity/1322480936\" #> #> $destinationEntities[[26]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[26]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[26]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[26]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[26]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[26]]$matchingPVs #> list() #> #> $destinationEntities[[26]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[26]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[26]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[26]]$chapter #> [1] \"X\" #> #> $destinationEntities[[26]]$theCode #> NULL #> #> $destinationEntities[[26]]$score #> [1] -1.258335 #> #> $destinationEntities[[26]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[26]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[26]]$entityType #> [1] 0 #> #> $destinationEntities[[26]]$important #> [1] FALSE #> #> $destinationEntities[[26]]$descendants #> list() #> #> #> $destinationEntities[[27]] #> $destinationEntities[[27]]$id #> [1] \"http://id.who.int/icd/entity/296398626\" #> #> $destinationEntities[[27]]$title #> [1] \"Drugs medicaments or biological substances associated with injury or harm in therapeutic use, Bacterial vaccines, Cholera vaccine\" #> #> $destinationEntities[[27]]$stemId #> [1] \"http://id.who.int/icd/entity/296398626\" #> #> $destinationEntities[[27]]$isLeaf #> [1] TRUE #> #> $destinationEntities[[27]]$postcoordinationAvailability #> [1] 0 #> #> $destinationEntities[[27]]$hasCodingNote #> [1] FALSE #> #> $destinationEntities[[27]]$hasMaternalChapterLink #> [1] FALSE #> #> $destinationEntities[[27]]$hasPerinatalChapterLink #> [1] FALSE #> #> $destinationEntities[[27]]$matchingPVs #> list() #> #> $destinationEntities[[27]]$propertiesTruncated #> [1] FALSE #> #> $destinationEntities[[27]]$isResidualOther #> [1] FALSE #> #> $destinationEntities[[27]]$isResidualUnspecified #> [1] FALSE #> #> $destinationEntities[[27]]$chapter #> [1] \"23\" #> #> $destinationEntities[[27]]$theCode #> NULL #> #> $destinationEntities[[27]]$score #> [1] -1.326383 #> #> $destinationEntities[[27]]$titleIsASearchResult #> [1] TRUE #> #> $destinationEntities[[27]]$titleIsTopScore #> [1] TRUE #> #> $destinationEntities[[27]]$entityType #> [1] 0 #> #> $destinationEntities[[27]]$important #> [1] FALSE #> #> $destinationEntities[[27]]$descendants #> list() #> #> #>"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search_foundation.html","id":null,"dir":"Reference","previous_headings":"","what":"Search the foundation component of the ICD-11 — icd_search_foundation","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"Search foundation component ICD-11","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search_foundation.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"","code":"icd_search_foundation( base_url = \"https://id.who.int/icd\", client = icd_oauth_client(), q = NULL, flexisearch = FALSE, flat = TRUE, highlight = FALSE, api_version = c(\"v2\", \"v1\"), language = \"en\" )"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search_foundation.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"base_url base URL API. Default uses API server https://id..int/icd/entity client OAuth2 client produced call icd_oauth_client() q String. Text searched. character % end regarded wild card word flexisearch Logical. Default FALSE. Changes search mode flexible search. regular search mode, Coding Tool give results contain words used search. accepts different variants synonyms words essentially searches result contains components search. Whereas flexible search mode, results contain words typed. still try find best matching phrase may words search matched . recommended use flexible search regular search provide result flat Logical. Default FALSE. set true search result entities provided nested data structure representing ICD-11 hierarchy. Otherwise listed flat list matches highlight Logical. Default FALSE. set FALSE search result highlighting turned results contain special tags highlighting results found within text api_version Version API. Possible values v1 v2. example, provide value v2, API respond format version 2 API. Default v2 language ICD-API multi-lingual. changing header, may make API respond different languages. Languages available translations ICD-11 completes. values language codes en, es, zh, etc. Depending release_id specified, available languages vary. Default English (\"en\").","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search_foundation.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"httr2_response object","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_search_foundation.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Search the foundation component of the ICD-11 — icd_search_foundation","text":"","code":"icd_search_foundation(q = \"cholera\") #> #> GET #> https://id.who.int/icd/entity/search?q=cholera&useFlexisearch=false&flatResults=true&highlightingEnabled=false #> Status: 200 OK #> Content-Type: application/json #> Body: In memory (17590 bytes)"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_structure.html","id":null,"dir":"Reference","previous_headings":"","what":"Structure ICD list outputs — icd_structure_foundation","title":"Structure ICD list outputs — icd_structure_foundation","text":"Structure ICD list outputs","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_structure.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Structure ICD list outputs — icd_structure_foundation","text":"","code":"icd_structure_foundation(icd_list)"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_structure.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Structure ICD list outputs — icd_structure_foundation","text":"icd_list icd_list object produced call icd_get functions","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_structure.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Structure ICD list outputs — icd_structure_foundation","text":"object class icd_tbl basically data.frame format ICD outputs","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_structure.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Structure ICD list outputs — icd_structure_foundation","text":"","code":"icd_list <- icd_get_foundation() icd_tbl_foundation <- icd_structure_foundation(icd_list)"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_versions.html","id":null,"dir":"Reference","previous_headings":"","what":"Table of supported classifications and versions by the ICD API — icd_versions","title":"Table of supported classifications and versions by the ICD API — icd_versions","text":"Table supported classifications versions ICD API","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_versions.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Table of supported classifications and versions by the ICD API — icd_versions","text":"","code":"icd_versions"},{"path":"https://oxford-ihtm.io/codigo/reference/icd_versions.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"Table of supported classifications and versions by the ICD API — icd_versions","text":"data frame 6 columns 11 rows: logical fields specify NA, indicates particular version release, particular field applicable relevant.","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_versions.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"Table of supported classifications and versions by the ICD API — icd_versions","text":"https://icd..int/docs/icd-api/SupportedClassifications/","code":""},{"path":"https://oxford-ihtm.io/codigo/reference/icd_versions.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Table of supported classifications and versions by the ICD API — icd_versions","text":"","code":"icd_versions #> # A tibble: 11 × 6 #> Classification `Release ID` Foundation MMS ICF Languages #> #> 1 ICD-11 2024-01 TRUE TRUE TRUE ar, cs, en, es, fr, pt, r… #> 2 ICD-11 2023-01 TRUE TRUE FALSE ar, en, es, fr, ru, tr, zh #> 3 ICD-11 2022-02 TRUE TRUE FALSE ar, en, es, fr, zh #> 4 ICD-11 2021-05 TRUE TRUE FALSE ar, en, es, zh #> 5 ICD-11 2020-09 TRUE TRUE FALSE ar, en, es #> 6 ICD-11 2019-04 TRUE TRUE FALSE en #> 7 ICD-11 2018 TRUE TRUE FALSE en #> 8 ICD-10 2019 NA NA NA en #> 9 ICD-10 2016 NA NA NA en #> 10 ICD-10 2010 NA NA NA en #> 11 ICD-10 2008 NA NA NA en, fr"}] diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 63d19e0..f2d8407 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -42,6 +42,9 @@ https://oxford-ihtm.io/codigo/reference/icd_search_foundation.html + + https://oxford-ihtm.io/codigo/reference/icd_structure.html + https://oxford-ihtm.io/codigo/reference/icd_versions.html diff --git a/man/icd_structure.Rd b/man/icd_structure.Rd new file mode 100644 index 0000000..3d41f8e --- /dev/null +++ b/man/icd_structure.Rd @@ -0,0 +1,24 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/icd_structure.R +\name{icd_structure_foundation} +\alias{icd_structure_foundation} +\title{Structure ICD list outputs} +\usage{ +icd_structure_foundation(icd_list) +} +\arguments{ +\item{icd_list}{An \code{icd_list} object produced by a call to any of the \code{icd_get} +functions} +} +\value{ +An object of class \code{icd_tbl} which is basically a \code{data.frame} format +of ICD outputs +} +\description{ +Structure ICD list outputs +} +\examples{ +icd_list <- icd_get_foundation() +icd_tbl_foundation <- icd_structure_foundation(icd_list) + +} diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index 334ae67..28234b1 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -56,6 +56,10 @@ reference: - icd_get_foundation - icd_get_entity + - title: Structure + contents: + - icd_structure_foundation + - title: Supporting datasets contents: - icd_versions