Changeset 929


Ignore:
Timestamp:
Sep 6, 2010, 11:25:41 AM (14 years ago)
Author:
George Lilly
Message:

midnight update

Location:
qrda/schematron
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • qrda/schematron/QRDA_CategoryI_WorldVistAH-2011-Working.xml

    r927 r929  
    677677                        </entryRelationship>
    678678                      </act>
    679                                                               </entry>
     679                </entry>
    680680                    <!--DRIV is derived from and both source and target are observations Next three lines are WVP-->
    681681                    <entry typeCode="DRIV">
     
    718718                       </entryRelationship>
    719719                     </act>
    720                                                               </entry>
     720              </entry>
    721721                    <entry typeCode="DRIV">
    722722                      <act classCode="ACT" moodCode="EVN">
     
    731731                            <!--10.20.1.50 is for observation-->
    732732                            <templateId root="2.16.840.1.113883.10.20.1.28"/>
     733                            <templateId root="2.16.840.1.113883.3.249.11.100.8"/>
    733734                            <!-- Problem observation template -->
    734735                            <id root="82826641-8669-11df-a4ee-0800200c9c66"/>
     
    747748                                <!--10.20.1.50 is observation template OID-->
    748749                                <templateId root="2.16.840.1.113883.10.20.1.50"/>
    749                                 <!-- Problem status observation template -->
     750                                <templateId root="2.16.840.1.113883.3.249.11.100.12"/>
    750751                                <!--33999-4 is for status template-->
    751752                                <code code="33999-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Status"/>
     
    753754                                <!--55561003 is fro active CE is for coded with equivalents data type and 6.96 is SNOMED  CT-->
    754755                                <value xsi:type="CE" code="73425007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNM" displayName="Inactive"/>
    755                               </observation>
     756                                </observation>
    756757                            </entryRelationship>
     758                            <entryRelationship>
     759                               <observation classCode="OBS" moodCode="EVN">
     760                                <templateId root="2.16.840.1.113883.10.20.1.51"/>
     761                                  <code code="11323-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Health status"/>
     762                                  <statusCode code="completed"/>
     763                                  <value xsi:type="CE" code="161901003" displayName="Chronically ill" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNM"/>
     764                              </observation>
     765                             </entryRelationship>
    757766                          </observation>
    758767                        </entryRelationship>
    759768                      </act>
    760                                                               </entry>
     769                    </entry>
    761770                  </section>
    762  </component>
     771              </component>
    763772                <!--
    764773                *********************************************
  • qrda/schematron/templates/2.16.840.1.113883.10.20.12.ent

    r927 r929  
    616616        Warning: CONF-QRDA1-159, CONF-QRDA1-160:  A problem MAY reference a problem observation, alert observation or othe clinical statement this is the subject of concern, by setting the value for Act /entryRelationship / @typeCode to be SUBJ 2.16.840.1.113883.5.1002 ActRelationshipType STATIC. The target of a problem  act with Act /entryRelationship / @typeCode SUBJ SHOULD be a problem observation (in the Problem section) or alert observation but MAY be some other clinical statement.
    617617        </assert>
    618         </rule>
     618       <assert test='cda:entryRelationship/cda:observation/cda:templateId[@root="2.16.840.1.113883.10.20.1.28"]'> Error: CONF-QRDA1-161 The CMS EHR QRDA Report Problem observation (2.16.840.1.113883.3.249.11.100.8) SHALL confirm to the rules of Problem observation (2.16.840.1.113883.10.20.1.28) and SHALL be represented with Observation.
     619        </assert>
    619620         <!-- this goes in Social History
    620621         <assert test="count(cda:templateId[@root='2.16.840.1.113883.10.20.1.41']) &lt;= 1">A problem act MAY contain exactly one episode observation. The template identifier for an episode observation is 2.16.840.1.113883.10.20.1.41.</assert> -->
     
    622623
    623624<!-- Problem observation template is 2.16.840.1.113883.10.20.1.28-->
     625       
     626         </rule>
    624627    <rule context='*[cda:templateId/@root="2.16.840.1.113883.10.20.1.28"]'>
    625628    <!--DAVID LOOK BELOW IT WORKS BUT DOES NOT MAKE MUCH SENSE TO ME-->
    626         <assert test="self::cda:observation[@moodCode='EVN']">
    627         Errror: CONF-QRDA1-161 CONF-QRDA1-162:A problem observation (templateId 2.16.840.1.113883.10.20.1.28) SHALL be represented with Observation. The value for "Observation / moodCode" in a problem observation SHALL be "EVN"  2.16.840.1.113883.5.1001 ActMood STATIC.</assert>
     629        <!--<assert test='cda:observation\cda:templateId[@root="2.16.840.1.113883.3.249.11.100.8"]'> Error: CONF-QRDA1-161 The CMS EHR QRDA Report Problem observation (2.16.840.1.113883.3.249.11.100.8) SHALL confrim to the rules of Problem observation (2.16.840.1.113883.10.20.1.28) and SHALL be represented with Observation.
     630        </assert>-->
     631       
     632        <assert test='self::cda:observation[@moodCode="EVN"]'>
     633        Error: CONF-QRDA1-161 CONF-QRDA1-162:A problem observation (templateId 2.16.840.1.113883.10.20.1.28) SHALL be represented with Observation. The value for "Observation / moodCode" in a problem observation SHALL be "EVN"  2.16.840.1.113883.5.1001 ActMood STATIC.
     634        </assert>
    628635        <assert test="count(cda:statusCode)=1">
    629636        Error: CONF-QRDA1-163 problem observation SHALL include exactly one Observation / statusCode.
     
    637644        </assert>
    638645        <!--The next node is for when neither precise dates nor ages are known-->
    639         <assert test='cda:entryRelationship[@typeCode="SUBJ"]'> Warning: CONF-QRDA1-167 The value for Observation / entry Relationship / @typeCode in a problem observation MAY be SUBJ 2.16.840.1.113883.5.1002 ActRelationshipType STATIC to reference an age observation (templateId 2.16.840.1.113883.10.20.1.38)
    640         </assert>
     646       
    641647        <!--Additional information for the next assertion -  the Problem Type Codes 2.16.840.1.113883.1.11.20.14 include 64572001 with displayName="condition", 418799008 with displayName="symptom", 404684003 with displayName="finding", 409586006 with displayName="complaint", and 24853006 with displayName="functional limitation".  The code system is SNOMED CT and the codeType="CD".)-->
    642648        <assert test='cda:code[(@code="64572001") or (@code="418799008") or (@code="404684003") or (@code="409586006") or (@code="24853006")]'> Warning: CONF-QRDA1-166 The value for Observation /code in a problem observation MAY be selected from ValueSet 2.16.840.1.113883.1.11.20.14 ProblemTypeCode STATIC 20061017.
    643649        </assert>
     650        <!--<assert test='cda:entryRelationship[@typeCode="SUBJ"]'> Warning: CONF-QRDA1-167 The value for Observation / entry Relationship / @typeCode in a problem observation MAY be SUBJ 2.16.840.1.113883.5.1002 ActRelationshipType STATIC to reference an age observation (templateId 2.16.840.1.113883.10.20.1.38)
     651        </assert>-->
    644652        <!--for CONF-QRDA1-168 see the include file referenced below-->
    645653        <include href="./templates/2.16.840.113883.10.20.1.28-AppendixC-2011.entInclude"/>
    646        <!--<assert test='cda:observation/cda:value[(@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.92" and @displayName="AB NOS UNCOMPLICAT-COMP")]'>
    647         Error:  CONF-QRDA1-168 he value for Observation / value/ @code in a problem observation SHALL be from Appendix_C-Problems tab of the Downloadable resources table.
    648         </assert>-->
     654        <assert test='cda:entryRelationship/cda:observation/cda:templateId[@root="2.16.840.1.113883.10.20.1.50"]'>  Error: CONF-QRDA1-169 A CMS EHR QRDA Problem status observation (2.16.840.1.113883.3.249.11.100.12) SHALL conform to the rules of the Problem status Observation problem status observation (2.16.840.1.113883.10.20.1.50).
     655        </assert>
     656        </rule>
     657        <rule context='*[cda:templateId/@root="2.16.840.1.113883.10.20.1.50"]'>
     658        <assert test='count(self::cda:observation) = 1'> Error: CONF-QRDA1-169 A problem observation SHALL contain exactly one CMS EHR QRDA Problem status observation.  The template identifier for a problem status observation is 2.16.840.1.113883.10.20.1.50.
     659        </assert> 
     660        <assert test='self::cda:observation/cda:code[@code="33999-4"]'> Error: CONF-QRDA1-170 the value for observation/code/@code in problem status observation (templateId 2.16.840.1.113883.10.20.1.50) SHALL be 33999-4 status 2.16.840.1.113883.6.1 LOINC STATIC.
     661        </assert>
     662        <assert test='self::cda:observation/cda:value[(@code="55561003" and @displayName="Active" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="73425007" and @displayName="Inactive" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="90734009" and @displayName="Chronic" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="7087005" and @displayName="Intermittent" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="255227004" and @displayName="Recurrent" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="415684004" and @displayName="Rule out" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="410516002" and @displayName="Ruled out" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="413322009" and @displayName="Resolved" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM")]'>
     663        Error: CONF-QRDA1-171 The value for Observation / value in a problem status observation SHALL be seleced from ValuseSet 2.16.840.1.113883.1.11.20.13 ProbleStatusCode STATIC 20061017. Refer Apendix_P-Vocabs_and_ValueSets tab of the Downloadabe Resources table.
     664        </assert>
    649665       
    650         <!--<assert test="count(cda:templateId[@root='2.16.840.1.113883.10.20.1.50']) &lt; 2">A problem observation MAY contain exactly one problem status observation. The template identifier for a problem status observation is 2.16.840.1.113883.10.20.1.50.</assert>
    651         <assert test="count(cda:templateId[@root='2.16.840.1.113883.10.20.1.51']) &lt; 2">A problem observation MAY contain exactly one problem healthstatus observation. The template identifier for a problem healthstatus observation is 2.16.840.1.113883.10.20.1.51.</assert>
    652         <assert test="count(cda:templateId[@root='2.16.840.1.113883.10.20.1.48']) &lt; 2">A problem observation MAY contain exactly one patient awareness.</assert>
    653666        </rule>
    654         <rule context='*[cda:templateId/@root="2.16.840.1.113883.10.20.1.28"]'>
    655         <assert test="count(cda:effectiveTime)=1">A problem observation SHOULD contain exactly one Observation / effectiveTime, to indicate the timing of condition (e.g. the time the condition started, the onset of the illness or symptom).</assert>
    656 </rule>-->
    657 
    658 
    659    </rule>
     667       <!--<assert test='count(cda:observation/cda:templateId[@root='2.16.840.1.113883.10.20.1.51']) = 1"> Warning: CONF-QRDA1-172 A problem observation MAY contain exactly one problem healthstatus observation. The template identifier for a problem healthstatus observation is 2.16.840.1.113883.10.20.1.51.
     668       </assert>-->
     669        <rule context='*[cda:templateId/@root="2.16.840.1.113883.10.20.1.51"]'>
     670        <assert test='count(self::cda:observation) = 1'> Warning: CONF-QRDA1-172 A problem observation MAY contain exactly one problem healthstatus observation. The template identifier for a problem healthstatus observation is 2.16.840.1.113883.10.20.1.51.
     671        </assert>
     672       <assert test='cda:value[(@code="81323004" and @displayName="Alive and well" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="313386006" and @displayName="In remission" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="162467007" and @displayName="Symptom free" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="161901003" and @displayName="Chronically ill" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="271593001" and @displayName="Severely ill" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="21134002" and @displayName="Disabled" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="161045001" and @displayName="Severely disabled" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM") or (@code="419099009" and @displayName="Deceased" and @codeSystem="2.16.840.1.113883.6.96" and @codeSystemName="SNM")]'> Error: CONF-QRDA1-173 The value for Observation /value in a problem healthstatusobservation SHALL be selected from ValuseSet 2.16.840.1.113883.1.11.20.12 ProblemHealthStatus STATIC 20061017.  Refer Appendix_P-Vocabs_and_ValueSets tab of the Downloadable Resources table.
     673       </assert>
     674        </rule>
     675       
     676
     677
    660678
    661679</pattern>
  • qrda/schematron/templates/2.16.840.113883.10.20.1.28-AppendixC-2011.entInclude

    r928 r929  
    1 <assert test='cda:observation/cda:value[(@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.92" and @displayName="AB NOS UNCOMPLICAT-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.92" and @displayName="AB NOS UNCOMPLICAT-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.92" and @displayName="AB NOS UNCOMPLICAT-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.91" and @displayName="AB NOS UNCOMPLICAT-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.91" and @displayName="AB NOS UNCOMPLICAT-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.91" and @displayName="AB NOS UNCOMPLICAT-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.90" and @displayName="AB NOS UNCOMPLICAT-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.90" and @displayName="AB NOS UNCOMPLICAT-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.90" and @displayName="AB NOS UNCOMPLICAT-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.72" and @displayName="AB NOS W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.72" and @displayName="AB NOS W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.72" and @displayName="AB NOS W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.71" and @displayName="AB NOS W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.71" and @displayName="AB NOS W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.71" and @displayName="AB NOS W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.70" and @displayName="AB NOS W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.70" and @displayName="AB NOS W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.70" and @displayName="AB NOS W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.82" and @displayName="AB NOS W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.82" and @displayName="AB NOS W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.82" and @displayName="AB NOS W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.81" and @displayName="AB NOS W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.81" and @displayName="AB NOS W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.81" and @displayName="AB NOS W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.80" and @displayName="AB NOS W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.80" and @displayName="AB NOS W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.80" and @displayName="AB NOS W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.62" and @displayName="AB NOS W EMBOLISM-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.62" and @displayName="AB NOS W EMBOLISM-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.62" and @displayName="AB NOS W EMBOLISM-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.61" and @displayName="AB NOS W EMBOLISM-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.61" and @displayName="AB NOS W EMBOLISM-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.61" and @displayName="AB NOS W EMBOLISM-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.60" and @displayName="AB NOS W EMBOLISM-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.60" and @displayName="AB NOS W EMBOLISM-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.60" and @displayName="AB NOS W EMBOLISM-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.42" and @displayName="AB NOS W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.42" and @displayName="AB NOS W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.42" and @displayName="AB NOS W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.41" and @displayName="AB NOS W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.41" and @displayName="AB NOS W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.41" and @displayName="AB NOS W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.40" and @displayName="AB NOS W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.40" and @displayName="AB NOS W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.40" and @displayName="AB NOS W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.22" and @displayName="AB NOS W PELV DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.22" and @displayName="AB NOS W PELV DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.22" and @displayName="AB NOS W PELV DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.21" and @displayName="AB NOS W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.21" and @displayName="AB NOS W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.21" and @displayName="AB NOS W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.20" and @displayName="AB NOS W PELV DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.20" and @displayName="AB NOS W PELV DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.20" and @displayName="AB NOS W PELV DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.32" and @displayName="AB NOS W RENAL FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.32" and @displayName="AB NOS W RENAL FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.32" and @displayName="AB NOS W RENAL FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.31" and @displayName="AB NOS W RENAL FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.31" and @displayName="AB NOS W RENAL FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.31" and @displayName="AB NOS W RENAL FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.30" and @displayName="AB NOS W RENAL FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.30" and @displayName="AB NOS W RENAL FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.30" and @displayName="AB NOS W RENAL FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.01" and @displayName="ABD PREG W INTRAUT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.01" and @displayName="ABD PREG W INTRAUT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.01" and @displayName="ABD PREG W INTRAUT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.00" and @displayName="ABD PREG W/O INTRAU PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.00" and @displayName="ABD PREG W/O INTRAU PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.00" and @displayName="ABD PREG W/O INTRAU PREG") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82661006" and @displayName="Abdominal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82661006" and @displayName="Abdominal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82661006" and @displayName="Abdominal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251167004" and @displayName="Aberrant premature complex ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.73" and @displayName="ABN FETAL HRT RATE/RHY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.73" and @displayName="ABN FETAL HRT RATE/RHY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.73" and @displayName="ABN FETAL HRT RATE/RHY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.71" and @displayName="ABN FETAL HRT RATE/RHY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.71" and @displayName="ABN FETAL HRT RATE/RHY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.71" and @displayName="ABN FETAL HRT RATE/RHY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.70" and @displayName="ABN FETAL HRT RATE/RHY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.70" and @displayName="ABN FETAL HRT RATE/RHY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.70" and @displayName="ABN FETAL HRT RATE/RHY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.84" and @displayName="ABN GLUCOS-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.84" and @displayName="ABN GLUCOS-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.84" and @displayName="ABN GLUCOS-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.83" and @displayName="ABN GLUCOSE IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.83" and @displayName="ABN GLUCOSE IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.83" and @displayName="ABN GLUCOSE IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.82" and @displayName="ABN GLUCOSE IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.82" and @displayName="ABN GLUCOSE IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.82" and @displayName="ABN GLUCOSE IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.81" and @displayName="ABN GLUCOSE IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.81" and @displayName="ABN GLUCOSE IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.81" and @displayName="ABN GLUCOSE IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.80" and @displayName="ABN GLUCOSE IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.80" and @displayName="ABN GLUCOSE IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.80" and @displayName="ABN GLUCOSE IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.80" and @displayName="ABN GLUCOSE IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.80" and @displayName="ABN GLUCOSE IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.80" and @displayName="ABN GLUCOSE IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.84" and @displayName="ABN GLUCOSE IN PREG-W P/COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.84" and @displayName="ABN GLUCOSE IN PREG-W P/COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.84" and @displayName="ABN GLUCOSE IN PREG-W P/COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.81" and @displayName="ABN GLUCOSE TOLER-DELIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.81" and @displayName="ABN GLUCOSE TOLER-DELIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.81" and @displayName="ABN GLUCOSE TOLER-DELIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.83" and @displayName="ABN GLUCOSE-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.83" and @displayName="ABN GLUCOSE-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.83" and @displayName="ABN GLUCOSE-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.82" and @displayName="ABN GLUCOSE-DELIV W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.82" and @displayName="ABN GLUCOSE-DELIV W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.82" and @displayName="ABN GLUCOSE-DELIV W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.43" and @displayName="ABN GRAV UTERUS NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.43" and @displayName="ABN GRAV UTERUS NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.43" and @displayName="ABN GRAV UTERUS NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.42" and @displayName="ABN GRAV UTERUS NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.42" and @displayName="ABN GRAV UTERUS NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.42" and @displayName="ABN GRAV UTERUS NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.41" and @displayName="ABN GRAV UTERUS NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.41" and @displayName="ABN GRAV UTERUS NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.41" and @displayName="ABN GRAV UTERUS NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.40" and @displayName="ABN GRAV UTERUS NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.40" and @displayName="ABN GRAV UTERUS NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.40" and @displayName="ABN GRAV UTERUS NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.44" and @displayName="ABN GRAV UTERUS NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.44" and @displayName="ABN GRAV UTERUS NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.44" and @displayName="ABN GRAV UTERUS NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.93" and @displayName="ABN LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.93" and @displayName="ABN LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.93" and @displayName="ABN LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.91" and @displayName="ABN LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.91" and @displayName="ABN LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.91" and @displayName="ABN LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.90" and @displayName="ABN LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.90" and @displayName="ABN LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.90" and @displayName="ABN LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.93" and @displayName="ABN PELV NEC IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.93" and @displayName="ABN PELV NEC IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.93" and @displayName="ABN PELV NEC IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.92" and @displayName="ABN PELV NEC IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.92" and @displayName="ABN PELV NEC IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.92" and @displayName="ABN PELV NEC IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.91" and @displayName="ABN PELV NEC IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.91" and @displayName="ABN PELV NEC IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.91" and @displayName="ABN PELV NEC IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.90" and @displayName="ABN PELV NEC IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.90" and @displayName="ABN PELV NEC IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.90" and @displayName="ABN PELV NEC IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.94" and @displayName="ABN PELV NEC IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.94" and @displayName="ABN PELV NEC IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.94" and @displayName="ABN PELV NEC IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.23" and @displayName="ABN PELVIC TIS OBST-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.23" and @displayName="ABN PELVIC TIS OBST-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.23" and @displayName="ABN PELVIC TIS OBST-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.21" and @displayName="ABN PELVIC TIS OBST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.21" and @displayName="ABN PELVIC TIS OBST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.21" and @displayName="ABN PELVIC TIS OBST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.20" and @displayName="ABN PELVIC TIS OBST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.20" and @displayName="ABN PELVIC TIS OBST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.20" and @displayName="ABN PELVIC TIS OBST-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253714001" and @displayName="Abnormal coronary artery course") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253709000" and @displayName="Abnormal coronary orifice") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.23" and @displayName="ABO ISOIMMUNIZAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.23" and @displayName="ABO ISOIMMUNIZAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.23" and @displayName="ABO ISOIMMUNIZAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.21" and @displayName="ABO ISOIMMUNIZAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.21" and @displayName="ABO ISOIMMUNIZAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.21" and @displayName="ABO ISOIMMUNIZAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.20" and @displayName="ABO ISOIMMUNIZAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.20" and @displayName="ABO ISOIMMUNIZAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.20" and @displayName="ABO ISOIMMUNIZAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.12" and @displayName="ABORT NOS W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.12" and @displayName="ABORT NOS W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.12" and @displayName="ABORT NOS W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.11" and @displayName="ABORT NOS W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.11" and @displayName="ABORT NOS W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.11" and @displayName="ABORT NOS W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.10" and @displayName="ABORT NOS W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.10" and @displayName="ABORT NOS W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.10" and @displayName="ABORT NOS W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.02" and @displayName="ABORT NOS W PEL INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.02" and @displayName="ABORT NOS W PEL INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.02" and @displayName="ABORT NOS W PEL INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.01" and @displayName="ABORT NOS W PEL INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.01" and @displayName="ABORT NOS W PEL INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.01" and @displayName="ABORT NOS W PEL INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.00" and @displayName="ABORT NOS W PEL INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.00" and @displayName="ABORT NOS W PEL INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.00" and @displayName="ABORT NOS W PEL INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.52" and @displayName="ABORT NOS W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.52" and @displayName="ABORT NOS W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.52" and @displayName="ABORT NOS W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.51" and @displayName="ABORT NOS W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.51" and @displayName="ABORT NOS W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.51" and @displayName="ABORT NOS W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.50" and @displayName="ABORT NOS W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.50" and @displayName="ABORT NOS W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.50" and @displayName="ABORT NOS W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.31" and @displayName="AC DIASTOLIC HRT FAILURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="411.89" and @displayName="AC ISCHEMIC HRT DIS NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.33" and @displayName="AC ON CHR DIASTOLIC HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.23" and @displayName="AC ON CHR SYSTOLIC HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.30" and @displayName="AC REN FAIL FOL DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.30" and @displayName="AC REN FAIL FOL DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.30" and @displayName="AC REN FAIL FOL DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.32" and @displayName="AC REN FAIL-FOL DELIVERY-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.32" and @displayName="AC REN FAIL-FOL DELIVERY-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.32" and @displayName="AC REN FAIL-FOL DELIVERY-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.34" and @displayName="AC REN FAIL-FOL DELIVERY-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.34" and @displayName="AC REN FAIL-FOL DELIVERY-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.34" and @displayName="AC REN FAIL-FOL DELIVERY-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="584.6" and @displayName="AC RENAL FAILURE W LESION OF RENAL CORTICAL NECROSIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="584.5" and @displayName="AC RENAL FAILURE W LESION TUBULAR NECROSIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="584.8" and @displayName="AC RENAL FAILURE W OTH SPEC PATH LESION IN KIDNEY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="584.7" and @displayName="AC RENAL FAILURE W RENAL MEDULLARY NECROSIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.21" and @displayName="AC SYSTOLIC HRT FAILURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.41" and @displayName="AC SYSTOLIC/DIASTOLIC HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.43" and @displayName="AC/CHR SYSTOLIC/DIASTOLIC HF") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="61277005" and @displayName="Accerated idioventricular rhythm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="269765000" and @displayName="Accidental poisoning by alcohol") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="216633005" and @displayName="Accidental poisoning by alcoholic beverages") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413389003" and @displayName="Acclerated phase chronic myeloid leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.01" and @displayName="Acute alcoholic intoxication in alcoholism continuous drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.02" and @displayName="Acute alcoholic intoxication in alcoholism episodic drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.03" and @displayName="Acute alcoholic intoxication in alcoholism in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.00" and @displayName="Acute alcoholic intoxication in alcoholism unspecified drinking behavior") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="62695002" and @displayName="Acute anteroseptal myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="304527002" and @displayName="Acute asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="278453007" and @displayName="Acute biphenotypic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="24059009" and @displayName="Acute cerebellar ataxia due to varicella") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10633002" and @displayName="Acute congestive heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="411.81" and @displayName="ACUTE COR OCCLSN W/O MI") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277604002" and @displayName="Acute eosinophilic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.02" and @displayName="Acute erthremia and erthroleukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.01" and @displayName="Acute erthremia and erthroleukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.00" and @displayName="Acute erthremia and erthroleukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="442025000" and @displayName="Acute exacerbation of chronic asthmatic bronchitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.51" and @displayName="Acute graft-versus-host disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="56675007" and @displayName="Acute heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="423628002" and @displayName="Acute herpes zoster neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="232400003" and @displayName="Acute herpes zoster pharyngitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195114002" and @displayName="Acute left ventricular failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="74960003" and @displayName="Acute left-sided congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="364006" and @displayName="Acute left-sided heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91855006" and @displayName="Acute leukemia ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91854005" and @displayName="Acute leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.02" and @displayName="Acute leukemia of unspecified cell type in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.01" and @displayName="Acute leukemia of unspecified cell type in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.00" and @displayName="Acute leukemia of unspecified cell type without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371012000" and @displayName="Acute lymphoblastic leukemia transitional pre-B-cell") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.02" and @displayName="Acute lymphoid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.01" and @displayName="Acute lymphoid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91856007" and @displayName="Acute lymphoid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.00" and @displayName="Acute lymphoid leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91857003" and @displayName="Acute lymphoid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277602003" and @displayName="Acute megakaryoblastic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277601005" and @displayName="Acute monoblastic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.02" and @displayName="Acute monocytic leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.01" and @displayName="Acute monocytic leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91858008" and @displayName="Acute monocytic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.00" and @displayName="Acute monocytic leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413441006" and @displayName="Acute monocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413442004" and @displayName="Acute monocytic/monoblastic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.02" and @displayName="Acute myeloid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.01" and @displayName="Acute myeloid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91860005" and @displayName="Acute myeloid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426124006" and @displayName="Acute myeloid leukemia with maturation FAB M2 in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359648001" and @displayName="Acute myeloid leukemia with maturation FAB M2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359640008" and @displayName="Acute myeloid leukemia without maturation FAB M1") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.00" and @displayName="Acute myeloid leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91861009" and @displayName="Acute myeloid leukemia disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359631009" and @displayName="Acute myeloid leukemia minimal differentiation FAB M0") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285839005" and @displayName="Acute myelomonocytic leukemia - eosinophilic variant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427658007" and @displayName="Acute myelomonocytic leukemia FAB M4 in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="110005000" and @displayName="Acute myelomonocytic leukemia FAB M4") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="54329005" and @displayName="Acute myocardial infarction of anterior wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70211005" and @displayName="Acute myocardial infarction of anterolateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59063002" and @displayName="Acute myocardial infarction of apical-lateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="282006" and @displayName="Acute myocardial infarction of basal-lateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="64627002" and @displayName="Acute myocardial infarction of high lateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73795002" and @displayName="Acute myocardial infarction of inferior wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65547006" and @displayName="Acute myocardial infarction of inferolateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="76593002" and @displayName="Acute myocardial infarction of inferoposterior wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="58612006" and @displayName="Acute myocardial infarction of lateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70998009" and @displayName="Acute myocardial infarction of posterobasal wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="15990001" and @displayName="Acute myocardial infarction of posterolateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79009004" and @displayName="Acute myocardial infarction of septum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="57054005" and @displayName="Acute myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233828006" and @displayName="Acute non-Q wave infarction - anterolateral") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233826005" and @displayName="Acute non-Q wave infarction - anteroseptal") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233830008" and @displayName="Acute non-Q wave infarction - inferior") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233832000" and @displayName="Acute non-Q wave infarction - inferolateral") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233834004" and @displayName="Acute non-Q wave infarction - lateral") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233837006" and @displayName="Acute non-Q wave infarction - widespread") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307140009" and @displayName="Acute non-Q wave infarction") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.53" and @displayName="Acute on chronic graft-versus-host disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109991003" and @displayName="Acute panmyelosis with myelofifrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233838001" and @displayName="Acute posterior myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="110004001" and @displayName="Acute promyelcytic leukemia FAB M3") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285769009" and @displayName="Acute promyelocytic leukemia - hypograndular variant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425869007" and @displayName="Acute promyelocytic leukemia FAB M3 in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233827001" and @displayName="Acute Q wave infarction - anterolateral") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233825009" and @displayName="Acute Q wave infarction - anteroseptal") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233829003" and @displayName="Acute Q wave infarction - inferior") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233831007" and @displayName="Acute Q wave infarction - inferolateral") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233833005" and @displayName="Acute Q wave infarction - lateral") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233836002" and @displayName="Acute Q wave infarction - widespread") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="304914007" and @displayName="Acute Q wave myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429224003" and @displayName="Acute renal failure due to acute cortical necrosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="584.9" and @displayName="ACUTE RENAL FAILURE NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="14669001" and @displayName="Acute renal failure syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="298015003" and @displayName="Acute renal papillary necrosis with renal failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359620001" and @displayName="Acute right heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="80479009" and @displayName="Acute right-sided congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359617009" and @displayName="Acute right-sided heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="401303003" and @displayName="Acute ST segment elevation myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70422006" and @displayName="Acute subendocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230536009" and @displayName="Acute trigeminal herpes zoster") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="35455006" and @displayName="Acute tublar necrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425178004" and @displayName="Adenocarcinoma of rectosigmoid junction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="301756000" and @displayName="Adenocarcinoma of sigmoid colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="183486001" and @displayName="Admitted to alcohol detoxification center") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188729005" and @displayName="Adult T-cell leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="110007008" and @displayName="Adult T-cell leukemia/lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281078001" and @displayName="Advice relating to alcohol consumption") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240531002" and @displayName="African Burkitts lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360900008" and @displayName="Aggressive ex-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404136008" and @displayName="Aggressive NK-cell leukemia involving skin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360918006" and @displayName="Aggressive non-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408946003" and @displayName="Alcohol abuse prevention assessment") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408947007" and @displayName="Alcohol abuse prevention education") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408948002" and @displayName="Alcohol abuse prevention management") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408945004" and @displayName="Alcohol abuse prevention") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="305.01" and @displayName="Alcohol abuse continuous drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="305.02" and @displayName="Alcohol abuse episodic drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="305.03" and @displayName="Alcohol abuse in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="305.00" and @displayName="Alcohol abuse unspecified drinking behavior") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="15167005" and @displayName="Alcohol abuse") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73097000" and @displayName="Alcohol amnestic disorder ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413473000" and @displayName="Alcohol consumption counseling") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="171208001" and @displayName="Alcohol consumption screening ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="66590003" and @displayName="Alcohol dependence ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413130000" and @displayName="Alcohol disorder monitoring") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="7052005" and @displayName="Alcohol hallucinosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.82" and @displayName="Alcohol induced sleep disorders") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="365967005" and @displayName="Alcohol intake - finding") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160592001" and @displayName="Alcohol intake above recommended sensible limits") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429775004" and @displayName="Alcohol intake exceeds recommended daily limit") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160573003" and @displayName="Alcohol intake") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="102612005" and @displayName="Alcohol intolerance") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.0" and @displayName="Alcohol Intoxication Delirium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="18653004" and @displayName="Alcohol intoxication delirium") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.89" and @displayName="Alcohol mental disorder NEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79578000" and @displayName="Alcohol paranoia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191478006" and @displayName="Alcohol paranoia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413475007" and @displayName="Alcohol questionnaire completed") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8635005" and @displayName="Alcohol withdrawal delirium ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191476005" and @displayName="Alcohol withdrawal hallucinosis ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191480000" and @displayName="Alcohol withdrawal syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.81" and @displayName="Alcohol withdrawal") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="226138001" and @displayName="Alcohol-free diet") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34938008" and @displayName="Alcohol-induced anxiety disorder") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="300992002" and @displayName="Alcohol-induced cerebellar ataxia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="53936005" and @displayName="Alcohol-induced mood disorder ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29212009" and @displayName="Alcohol-induced organic mental disorder") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.1" and @displayName="Alcohol-Induced Persisting Amnestic Disorder") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.2" and @displayName="Alcohol-Induced Persisting Dementia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="61144001" and @displayName="Alcohol-induced psychotic disorder with delusions ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.5" and @displayName="Alcohol-induced psychotic disorder with delusions") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.3" and @displayName="Alcohol-Induced Psychotic Disorder With Hallucinations") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="41083005" and @displayName="Alcohol-induced sleep disorder ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="361267005" and @displayName="Alcohol-related fit") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70701004" and @displayName="Alcoholic amblyopia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.5" and @displayName="Alcoholic cardiomyopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29756008" and @displayName="Alcoholic pellagra") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="7916009" and @displayName="Alcoholic polyneuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="7200002" and @displayName="Alcoholism") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426217000" and @displayName="Aleukemic leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302856006" and @displayName="Aleukemic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188728002" and @displayName="Aleukemic lymhoid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426248008" and @displayName="Aleukemic lymphoid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188748009" and @displayName="Aleukemic monocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188741003" and @displayName="Aleukemic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="389145006" and @displayName="Allergic asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="30352005" and @displayName="Allergic-infective asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123313007" and @displayName="Alpha heavy chain disease enteric form") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="25050002" and @displayName="Alpha heavy chain disease respiratory form") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109982002" and @displayName="Alpha heavy chain disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.11" and @displayName="AMI ANTERIOR WALL INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.12" and @displayName="AMI ANTERIOR WALLSUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.10" and @displayName="AMI ANTERIOR WALLUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.01" and @displayName="AMI ANTEROLATERAL INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.02" and @displayName="AMI ANTEROLATERALSUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.00" and @displayName="AMI ANTEROLATERALUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.41" and @displayName="AMI INFERIOR WALL INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.42" and @displayName="AMI INFERIOR WALLSUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.40" and @displayName="AMI INFERIOR WALLUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.21" and @displayName="AMI INFEROLATERAL INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.22" and @displayName="AMI INFEROLATERALSUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.20" and @displayName="AMI INFEROLATERALUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.31" and @displayName="AMI INFEROPOST INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.32" and @displayName="AMI INFEROPOST SUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.30" and @displayName="AMI INFEROPOST UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.51" and @displayName="AMI LATERAL NEC INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.52" and @displayName="AMI LATERAL NEC SUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.50" and @displayName="AMI LATERAL NEC UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.91" and @displayName="AMI NOS INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.92" and @displayName="AMI NOS SUBSEQUENT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.90" and @displayName="AMI NOSUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.81" and @displayName="AMI OTHER SPEC SITEINITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.82" and @displayName="AMI OTHER SPEC SITESUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.80" and @displayName="AMI OTHER SPEC SITEUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.93" and @displayName="AMNIONTIC PROB NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.93" and @displayName="AMNIONTIC PROB NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.93" and @displayName="AMNIONTIC PROB NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.13" and @displayName="AMNIOTIC EMBOLISM-ANTEPARTUN COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.13" and @displayName="AMNIOTIC EMBOLISM-ANTEPARTUN COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.13" and @displayName="AMNIOTIC EMBOLISM-ANTEPARTUN COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.12" and @displayName="AMNIOTIC EMBOLISM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.12" and @displayName="AMNIOTIC EMBOLISM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.12" and @displayName="AMNIOTIC EMBOLISM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.11" and @displayName="AMNIOTIC EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.11" and @displayName="AMNIOTIC EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.11" and @displayName="AMNIOTIC EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.10" and @displayName="AMNIOTIC EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.10" and @displayName="AMNIOTIC EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.10" and @displayName="AMNIOTIC EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.14" and @displayName="AMNIOTIC EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.14" and @displayName="AMNIOTIC EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.14" and @displayName="AMNIOTIC EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.43" and @displayName="AMNIOTIC INFECTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.43" and @displayName="AMNIOTIC INFECTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.43" and @displayName="AMNIOTIC INFECTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.41" and @displayName="AMNIOTIC INFECTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.41" and @displayName="AMNIOTIC INFECTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.41" and @displayName="AMNIOTIC INFECTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.40" and @displayName="AMNIOTIC INFECTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.40" and @displayName="AMNIOTIC INFECTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.40" and @displayName="AMNIOTIC INFECTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.83" and @displayName="AMNIOTIC PROB NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.83" and @displayName="AMNIOTIC PROB NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.83" and @displayName="AMNIOTIC PROB NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.81" and @displayName="AMNIOTIC PROB NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.81" and @displayName="AMNIOTIC PROB NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.81" and @displayName="AMNIOTIC PROB NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.80" and @displayName="AMNIOTIC PROB NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.80" and @displayName="AMNIOTIC PROB NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.80" and @displayName="AMNIOTIC PROB NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.91" and @displayName="AMNIOTIC PROB NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.91" and @displayName="AMNIOTIC PROB NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.91" and @displayName="AMNIOTIC PROB NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.90" and @displayName="AMNIOTIC PROB NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.90" and @displayName="AMNIOTIC PROB NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.90" and @displayName="AMNIOTIC PROB NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230262004" and @displayName="Amyotrophy due to herpes zoster") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.61" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.61" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.61" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.64" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.64" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.64" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.60" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.60" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.60" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.63" and @displayName="Anaplastic large cell lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.66" and @displayName="Anaplastic large cell lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.62" and @displayName="Anaplastic large cell lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.68" and @displayName="Anaplastic large cell lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.64" and @displayName="Anaplastic large cell lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.61" and @displayName="Anaplastic large cell lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.65" and @displayName="Anaplastic large cell lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.67" and @displayName="Anaplastic large cell lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.60" and @displayName="Anaplastic large cell lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404134006" and @displayName="Anaplastic large T-cell systemic malignant lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422348008" and @displayName="Andersen tawil syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.13" and @displayName="ANE CARD COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.13" and @displayName="ANE CARD COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.13" and @displayName="ANE CARD COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.11" and @displayName="ANE CARD COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.11" and @displayName="ANE CARD COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.11" and @displayName="ANE CARD COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.12" and @displayName="ANE CARD COMP IN LAB/DEL-DELIVEREDW P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.12" and @displayName="ANE CARD COMP IN LAB/DEL-DELIVEREDW P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.12" and @displayName="ANE CARD COMP IN LAB/DEL-DELIVEREDW P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.10" and @displayName="ANE CARD COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.10" and @displayName="ANE CARD COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.10" and @displayName="ANE CARD COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.14" and @displayName="ANE CARD COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.14" and @displayName="ANE CARD COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.14" and @displayName="ANE CARD COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.23" and @displayName="ANE CNS COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.23" and @displayName="ANE CNS COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.23" and @displayName="ANE CNS COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.22" and @displayName="ANE CNS COMP IN LAB/DEL-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.22" and @displayName="ANE CNS COMP IN LAB/DEL-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.22" and @displayName="ANE CNS COMP IN LAB/DEL-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.21" and @displayName="ANE CNS COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.21" and @displayName="ANE CNS COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.21" and @displayName="ANE CNS COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.20" and @displayName="ANE CNS COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.20" and @displayName="ANE CNS COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.20" and @displayName="ANE CNS COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.24" and @displayName="ANE CNS COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.24" and @displayName="ANE CNS COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.24" and @displayName="ANE CNS COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.83" and @displayName="ANE COMP IN LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.83" and @displayName="ANE COMP IN LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.83" and @displayName="ANE COMP IN LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.82" and @displayName="ANE COMP IN LAB/DEL NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.82" and @displayName="ANE COMP IN LAB/DEL NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.82" and @displayName="ANE COMP IN LAB/DEL NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.81" and @displayName="ANE COMP IN LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.81" and @displayName="ANE COMP IN LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.81" and @displayName="ANE COMP IN LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.80" and @displayName="ANE COMP IN LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.80" and @displayName="ANE COMP IN LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.80" and @displayName="ANE COMP IN LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.84" and @displayName="ANE COMP IN LAB/DEL NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.84" and @displayName="ANE COMP IN LAB/DEL NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.84" and @displayName="ANE COMP IN LAB/DEL NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.93" and @displayName="ANE COMP IN LAB/DEL NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.93" and @displayName="ANE COMP IN LAB/DEL NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.93" and @displayName="ANE COMP IN LAB/DEL NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.92" and @displayName="ANE COMP IN LAB/DEL NOS-DELIVERED W P/PCOMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.92" and @displayName="ANE COMP IN LAB/DEL NOS-DELIVERED W P/PCOMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.92" and @displayName="ANE COMP IN LAB/DEL NOS-DELIVERED W P/PCOMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.91" and @displayName="ANE COMP IN LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.91" and @displayName="ANE COMP IN LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.91" and @displayName="ANE COMP IN LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.90" and @displayName="ANE COMP IN LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.90" and @displayName="ANE COMP IN LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.90" and @displayName="ANE COMP IN LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.94" and @displayName="ANE COMP IN LAB/DEL NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.94" and @displayName="ANE COMP IN LAB/DEL NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.94" and @displayName="ANE COMP IN LAB/DEL NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.03" and @displayName="ANE PULM COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.03" and @displayName="ANE PULM COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.03" and @displayName="ANE PULM COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.02" and @displayName="ANE PULM COMP IN LAB/DEL-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.02" and @displayName="ANE PULM COMP IN LAB/DEL-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.02" and @displayName="ANE PULM COMP IN LAB/DEL-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.01" and @displayName="ANE PULM COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.01" and @displayName="ANE PULM COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.01" and @displayName="ANE PULM COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.00" and @displayName="ANE PULM COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.00" and @displayName="ANE PULM COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.00" and @displayName="ANE PULM COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.04" and @displayName="ANE PULM COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.04" and @displayName="ANE PULM COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.04" and @displayName="ANE PULM COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.23" and @displayName="ANEMIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.23" and @displayName="ANEMIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.23" and @displayName="ANEMIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.22" and @displayName="ANEMIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.22" and @displayName="ANEMIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.22" and @displayName="ANEMIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.21" and @displayName="ANEMIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.21" and @displayName="ANEMIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.21" and @displayName="ANEMIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.20" and @displayName="ANEMIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.20" and @displayName="ANEMIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.20" and @displayName="ANEMIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.24" and @displayName="ANEMIA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.24" and @displayName="ANEMIA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.24" and @displayName="ANEMIA IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="50570003" and @displayName="Aneurysm of coronary vessels") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="41991004" and @displayName="Angiectasis pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="41991004" and @displayName="Angiectasis pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="41991004" and @displayName="Angiectasis pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59021001" and @displayName="Angina debubitus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="413.0" and @displayName="ANGINA DECUBITUS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="413.9" and @displayName="ANGINA PECTORIS NEC/NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404135007" and @displayName="Angiocentric NK/T-cell malignant lymphoma involving skin") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="277.6" and @displayName="ANGIOEDEMA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="255102004" and @displayName="Angioendotheliomatosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413537009" and @displayName="Angioimmunoblastic T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198627000" and @displayName="Angular pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198627000" and @displayName="Angular pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198627000" and @displayName="Angular pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="17869006" and @displayName="Anomalous atrioventricular excitation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="270510008" and @displayName="Anomalous communication of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253708008" and @displayName="Anomalous origin of coronary artery from left pulmonary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253706007" and @displayName="Anomalous origin of coronary artery from pulmonary arterial tree") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253707003" and @displayName="Anomalous origin of coronary artery from right pulmonary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75398000" and @displayName="Anomalous origin of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253704005" and @displayName="Anomalous origin of left anterior descending from right coronary artery") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="995.68" and @displayName="ANPHYLCT SHK EGGS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.6" and @displayName="Antenatal screen strep b") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.6" and @displayName="Antenatal screen strep b") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.6" and @displayName="Antenatal screen strep b") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.89" and @displayName="Antenatal screening NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.89" and @displayName="Antenatal screening NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.89" and @displayName="Antenatal screening NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.9" and @displayName="Antenatal screening NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.9" and @displayName="Antenatal screening NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.9" and @displayName="Antenatal screening NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.83" and @displayName="ANTEPART HEM NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.83" and @displayName="ANTEPART HEM NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.83" and @displayName="ANTEPART HEM NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.81" and @displayName="ANTEPART HEM NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.81" and @displayName="ANTEPART HEM NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.81" and @displayName="ANTEPART HEM NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.80" and @displayName="ANTEPART HEM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.80" and @displayName="ANTEPART HEM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.80" and @displayName="ANTEPART HEM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.93" and @displayName="ANTEPART HEM NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.93" and @displayName="ANTEPART HEM NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.93" and @displayName="ANTEPART HEM NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.91" and @displayName="ANTEPART HEM NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.91" and @displayName="ANTEPART HEM NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.91" and @displayName="ANTEPART HEM NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.90" and @displayName="ANTEPART HEM NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.90" and @displayName="ANTEPART HEM NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.90" and @displayName="ANTEPART HEM NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="76887001" and @displayName="Anterior fascicular block posterior fascicular block AND incomplete right bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="309814006" and @displayName="Aortocoronary bypass grafting") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="16147005" and @displayName="Arteriolar nephritis (disorder)") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.71" and @displayName="Arthritis due to rubella") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251173003" and @displayName="Artial bigeminy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251187003" and @displayName="Artial escape complex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251174009" and @displayName="Artial trigeminy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.33" and @displayName="ARTIFIC RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.33" and @displayName="ARTIFIC RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.33" and @displayName="ARTIFIC RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.31" and @displayName="ARTIFIC RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.31" and @displayName="ARTIFIC RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.31" and @displayName="ARTIFIC RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.30" and @displayName="ARTIFIC RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.30" and @displayName="ARTIFIC RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.30" and @displayName="ARTIFIC RUPT MEMBR-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="407674008" and @displayName="Aspirin-induced asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="266364000" and @displayName="Asthma attack") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.92" and @displayName="ASTHMA NOS W (AC) EXAC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.91" and @displayName="ASTHMA NOS W STATUS ASTH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.90" and @displayName="ASTHMA NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="57546000" and @displayName="Asthma with status asthmaticus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="55570000" and @displayName="Asthma without status asthmaticus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195967001" and @displayName="Asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195979001" and @displayName="Asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="405944004" and @displayName="Asthmatic bronchitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.53" and @displayName="ASY BACTERIURIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.53" and @displayName="ASY BACTERIURIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.53" and @displayName="ASY BACTERIURIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.52" and @displayName="ASY BACTERIURIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.52" and @displayName="ASY BACTERIURIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.52" and @displayName="ASY BACTERIURIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.51" and @displayName="ASY BACTERIURIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.51" and @displayName="ASY BACTERIURIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.51" and @displayName="ASY BACTERIURIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.50" and @displayName="ASY BACTERIURIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.50" and @displayName="ASY BACTERIURIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.50" and @displayName="ASY BACTERIURIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.54" and @displayName="ASY BACTERIURIA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.54" and @displayName="ASY BACTERIURIA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.54" and @displayName="ASY BACTERIURIA IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="315348000" and @displayName="Asymptomatic coronary heart disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91947003" and @displayName="Asymptomatic human immunodeficiency virus infection ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91948008" and @displayName="Asymptomatic human immunodeficiency virus infection in pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="440422002" and @displayName="Asymptomatic multiple myeloma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V08" and @displayName="Asypmtomatic human immunodeficiency virus [HIV] infection status") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="129692003" and @displayName="At risk for urge incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="45281005" and @displayName="Athersclerosis of renal artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="204431007" and @displayName="Atresia and stenosis of aorta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="747.22" and @displayName="ATRESIA/STENOSIS OF AORTA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="17366009" and @displayName="Atrial arrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251188008" and @displayName="Atrial parasystole") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="287057009" and @displayName="Atrial premature complex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276796006" and @displayName="Atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233917008" and @displayName="Atrioventricular block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="418341009" and @displayName="Atrioventricular conduction disorder") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="50799005" and @displayName="Atrioventricular dissociation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.4" and @displayName="ATTEM ABOR W METABOL DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.4" and @displayName="ATTEM ABOR W METABOL DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.4" and @displayName="ATTEM ABOR W METABOL DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.1" and @displayName="ATTEM ABORT W HEMORRHAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.1" and @displayName="ATTEM ABORT W HEMORRHAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.1" and @displayName="ATTEM ABORT W HEMORRHAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.2" and @displayName="ATTEM ABORT W PELV DAMAG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.2" and @displayName="ATTEM ABORT W PELV DAMAG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.2" and @displayName="ATTEM ABORT W PELV DAMAG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.0" and @displayName="ATTEM ABORT W PELVIC INF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.0" and @displayName="ATTEM ABORT W PELVIC INF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.0" and @displayName="ATTEM ABORT W PELVIC INF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.3" and @displayName="ATTEM ABORT W RENAL FAIL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.3" and @displayName="ATTEM ABORT W RENAL FAIL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.3" and @displayName="ATTEM ABORT W RENAL FAIL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.5" and @displayName="ATTEM ABORTION W SHOCK") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.5" and @displayName="ATTEM ABORTION W SHOCK") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.5" and @displayName="ATTEM ABORTION W SHOCK") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.7" and @displayName="ATTEMP ABORT W COMPL NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.7" and @displayName="ATTEMP ABORT W COMPL NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.7" and @displayName="ATTEMP ABORT W COMPL NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.8" and @displayName="ATTEMP ABORT W COMPL NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.8" and @displayName="ATTEMP ABORT W COMPL NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.8" and @displayName="ATTEMP ABORT W COMPL NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.6" and @displayName="ATTEMP ABORT W EMBOLISM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.6" and @displayName="ATTEMP ABORT W EMBOLISM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.6" and @displayName="ATTEMP ABORT W EMBOLISM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.9" and @displayName="ATTEMPTED ABORT UNCOMPL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.9" and @displayName="ATTEMPTED ABORT UNCOMPL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.9" and @displayName="ATTEMPTED ABORT UNCOMPL") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277589003" and @displayName="Atypical chronic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307341004" and @displayName="Atypical hairy cell leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.49" and @displayName="Autoimmune disease not elsewhere classified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.41" and @displayName="Autoimmune lymphoproliferative syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="426.0" and @displayName="AV BLOCK COMPLETE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="426.13" and @displayName="AV BLOCK-2ND DEGREE NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="426.12" and @displayName="AV BLOCK-MOBITZ II") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251163000" and @displayName="AV junctional (nodal) arrest") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251162005" and @displayName="AV junctional (nodal) bradycardia ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251165007" and @displayName="AV junctional (nodal) tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11849007" and @displayName="AV junctional rhythm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251166008" and @displayName="AV nodal re-entry tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="88412007" and @displayName="AV node arrhythmia ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277571004" and @displayName="B-cell acute lymphoblastic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277474005" and @displayName="B-cell chronic lymphocytic leukemia variant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277473004" and @displayName="B-cell chronic lymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109979007" and @displayName="B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277619001" and @displayName="B-cell prolymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253730009" and @displayName="Balanced coronary system") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.24" and @displayName="BARIATRC SURG STAT W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.24" and @displayName="BARIATRC SURG STAT W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.24" and @displayName="BARIATRC SURG STAT W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.23" and @displayName="BARIATRC SURG STAT-ANTEP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.23" and @displayName="BARIATRC SURG STAT-ANTEP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.23" and @displayName="BARIATRC SURG STAT-ANTEP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.21" and @displayName="BARIATRIC SURG STAT-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.21" and @displayName="BARIATRIC SURG STAT-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.21" and @displayName="BARIATRIC SURG STAT-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.20" and @displayName="BARIATRIC SURG STAT-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.20" and @displayName="BARIATRIC SURG STAT-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.20" and @displayName="BARIATRIC SURG STAT-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.22" and @displayName="BARIATRIC SURG-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.22" and @displayName="BARIATRIC SURG-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.22" and @displayName="BARIATRIC SURG-DEL W P/P") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="278085001" and @displayName="Baseline bradycardia ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307592006" and @displayName="Basophilic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.23" and @displayName="BEARST ENGORGEMENT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.23" and @displayName="BEARST ENGORGEMENT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.23" and @displayName="BEARST ENGORGEMENT-ANTEPARTUM COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230085005" and @displayName="Beer intake") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.03" and @displayName="BEN ESS HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.03" and @displayName="BEN ESS HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.03" and @displayName="BEN ESS HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.02" and @displayName="BEN ESS HYP IN PREG-DELIVERED- W P/P COMP ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.02" and @displayName="BEN ESS HYP IN PREG-DELIVERED- W P/P COMP ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.02" and @displayName="BEN ESS HYP IN PREG-DELIVERED- W P/P COMP ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.01" and @displayName="BEN ESS HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.01" and @displayName="BEN ESS HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.01" and @displayName="BEN ESS HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.00" and @displayName="BEN ESS HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.00" and @displayName="BEN ESS HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.00" and @displayName="BEN ESS HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.04" and @displayName="BEN ESS HYP-IN PREG- W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.04" and @displayName="BEN ESS HYP-IN PREG- W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.04" and @displayName="BEN ESS HYP-IN PREG- W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.11" and @displayName="BEN HYP HRT DIS W HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.11" and @displayName="BEN HYP HRT/REN DIS W HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.13" and @displayName="BEN HYP HRT/REN DIS W HF and RF ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.13" and @displayName="BEN HYP HRT/REN DIS W HF and RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.12" and @displayName="BEN HYP HRT/REN DIS W RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.11" and @displayName="BEN HYP REN DIS W RF") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71874008" and @displayName="Benign essential hypertension complicating AND/OR reason for care during childbirth") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23717007" and @displayName="Benign essential hypertension complicating AND/OR reason for care during pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="35303009" and @displayName="Benign essential hypertension complicating AND/OR reason for care during puerperium ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198945003" and @displayName="Benign essential hypertension complicating pregnancy childbirth and the puerperium - delivered with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198944004" and @displayName="Benign essential hypertension complicating pregnancy childbirth and the puerperium - delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198946002" and @displayName="Benign essential hypertension complicating pregnancy childbirth and the puerperium - not delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198947006" and @displayName="Benign essential hypertension complicating pregnancy childbirth and the puerperium with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198942000" and @displayName="Benign essential hypertension complicating pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="63287004" and @displayName="Benign essential hypertension in obsteric context") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="401.1" and @displayName="Benign essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="1201005" and @displayName="Benign essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10725009" and @displayName="Benign hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194767001" and @displayName="Benign hypertensive heart disease with congestive cardiac failure ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="77737007" and @displayName="Benign hypertensive heart disease with congestive heart failure ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.11" and @displayName="Benign hypertensive heart disease with heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.10" and @displayName="Benign hypertensive heart disease without heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="193003" and @displayName="Benign hypertensive renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194785008" and @displayName="Benign secondary hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73410007" and @displayName="Benign secondary renovascular hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13839000" and @displayName="Bernheim s syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="74021003" and @displayName="Bifascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371894001" and @displayName="Bifurcation lesion of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="20143001" and @displayName="Bilateral bundle branch block") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.48" and @displayName="BILATERAL EXTENDED RADICAL MASTECTOMY") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.44" and @displayName="BILATERAL EXTENDED SIMPLE MASTECTOMY") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.46" and @displayName="BILATERAL RADICAL MASTECTOMY") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.42" and @displayName="BILATERAL SIMPLE MASTECTOMY") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228315001" and @displayName="Binge drinker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92506005" and @displayName="Biventricular congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281045008" and @displayName="Bladder assessment observations") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="268390008" and @displayName="Bladder assessment") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281047000" and @displayName="Bladder continence assessment") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281046009" and @displayName="Bladder incontinence assessment") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413656006" and @displayName="Blastic phase chronic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251170000" and @displayName="Blocked premature atrial contraction") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G8417" and @displayName="BMI Calculated above upper parameter and plan documented in medical record") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G8417" and @displayName="BMI Calculated above upper parameter and plan documented in medical record") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.73" and @displayName="BONE DISORDER IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.73" and @displayName="BONE DISORDER IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.73" and @displayName="BONE DISORDER IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.72" and @displayName="BONE DISORDER IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.72" and @displayName="BONE DISORDER IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.72" and @displayName="BONE DISORDER IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.71" and @displayName="BONE DISORDER IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.71" and @displayName="BONE DISORDER IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.71" and @displayName="BONE DISORDER IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.70" and @displayName="BONE DISORDER IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.70" and @displayName="BONE DISORDER IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.70" and @displayName="BONE DISORDER IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.74" and @displayName="BONE DISORDER IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.74" and @displayName="BONE DISORDER IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.74" and @displayName="BONE DISORDER IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.13" and @displayName="BONY PELVIS OBST-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.13" and @displayName="BONY PELVIS OBST-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.13" and @displayName="BONY PELVIS OBST-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.11" and @displayName="BONY PELVIS OBST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.11" and @displayName="BONY PELVIS OBST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.11" and @displayName="BONY PELVIS OBST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.10" and @displayName="BONY PELVIS OBST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.10" and @displayName="BONY PELVIS OBST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.10" and @displayName="BONY PELVIS OBST-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421869004" and @displayName="Bradyarrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="48867003" and @displayName="Bradycardia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.12" and @displayName="BREAST ABSCESS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.12" and @displayName="BREAST ABSCESS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.12" and @displayName="BREAST ABSCESS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.11" and @displayName="BREAST ABSCESS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.11" and @displayName="BREAST ABSCESS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.11" and @displayName="BREAST ABSCESS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.10" and @displayName="BREAST ABSCESS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.10" and @displayName="BREAST ABSCESS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.10" and @displayName="BREAST ABSCESS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.13" and @displayName="BREAST ABSCESS-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.13" and @displayName="BREAST ABSCESS-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.13" and @displayName="BREAST ABSCESS-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.14" and @displayName="BREAST ABSCESS-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.14" and @displayName="BREAST ABSCESS-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.14" and @displayName="BREAST ABSCESS-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.22" and @displayName="BREAST ENGORGEMENT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.22" and @displayName="BREAST ENGORGEMENT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.22" and @displayName="BREAST ENGORGEMENT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.21" and @displayName="BREAST ENGORGEMENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.21" and @displayName="BREAST ENGORGEMENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.21" and @displayName="BREAST ENGORGEMENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.20" and @displayName="BREAST ENGORGEMENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.20" and @displayName="BREAST ENGORGEMENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.20" and @displayName="BREAST ENGORGEMENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.24" and @displayName="BREAST ENGORGEMENT-WP/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.24" and @displayName="BREAST ENGORGEMENT-WP/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.24" and @displayName="BREAST ENGORGEMENT-WP/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.83" and @displayName="BREAST INFECTION IN PREG NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.83" and @displayName="BREAST INFECTION IN PREG NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.83" and @displayName="BREAST INFECTION IN PREG NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.82" and @displayName="BREAST INFECTION IN PREG NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.82" and @displayName="BREAST INFECTION IN PREG NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.82" and @displayName="BREAST INFECTION IN PREG NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.81" and @displayName="BREAST INFECTION IN PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.81" and @displayName="BREAST INFECTION IN PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.81" and @displayName="BREAST INFECTION IN PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.80" and @displayName="BREAST INFECTION IN PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.80" and @displayName="BREAST INFECTION IN PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.80" and @displayName="BREAST INFECTION IN PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.84" and @displayName="BREAST INFECTION IN PREG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.84" and @displayName="BREAST INFECTION IN PREG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.84" and @displayName="BREAST INFECTION IN PREG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.93" and @displayName="BREAST INFECTION IN PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.93" and @displayName="BREAST INFECTION IN PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.93" and @displayName="BREAST INFECTION IN PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.92" and @displayName="BREAST INFECTION IN PREG NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.92" and @displayName="BREAST INFECTION IN PREG NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.92" and @displayName="BREAST INFECTION IN PREG NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.91" and @displayName="BREAST INFECTION IN PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.91" and @displayName="BREAST INFECTION IN PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.91" and @displayName="BREAST INFECTION IN PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.94" and @displayName="BREAST INFECTION IN PREG NOS-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.94" and @displayName="BREAST INFECTION IN PREG NOS-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.94" and @displayName="BREAST INFECTION IN PREG NOS-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.90" and @displayName="BREAST INFECTION IN PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.90" and @displayName="BREAST INFECTION IN PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.90" and @displayName="BREAST INFECTION IN PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.61" and @displayName="BREECH EXTR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.61" and @displayName="BREECH EXTR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.61" and @displayName="BREECH EXTR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.60" and @displayName="BREECH EXTR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.60" and @displayName="BREECH EXTR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.60" and @displayName="BREECH EXTR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.23" and @displayName="BREECH PRESENT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.23" and @displayName="BREECH PRESENT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.23" and @displayName="BREECH PRESENT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.21" and @displayName="BREECH PRESENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.21" and @displayName="BREECH PRESENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.21" and @displayName="BREECH PRESENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.20" and @displayName="BREECH PRESENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.20" and @displayName="BREECH PRESENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.20" and @displayName="BREECH PRESENT-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="225057002" and @displayName="Brittle asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11530004" and @displayName="Brittle diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11530004" and @displayName="Brittle diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11530004" and @displayName="Brittle diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="418818005" and @displayName="Brugada syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404115006" and @displayName="Bullous mycosis fungoides") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="6374002" and @displayName="Bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422052002" and @displayName="Burkitt s lymphoma associated with AIDS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188512009" and @displayName="Burkitt s lymphoma of intra-abdominal lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188515006" and @displayName="Burkitts lymphoma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188511002" and @displayName="Burkitts lymphoma of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188513004" and @displayName="Burkitts lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188510001" and @displayName="Burkitts lymphoma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188514005" and @displayName="Burkitts lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188517003" and @displayName="Burkitts lymphoma of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188516007" and @displayName="Burkitts lymphoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118617000" and @displayName="Burkitts lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92516002" and @displayName="Burkitts tumor of extranodal AND/OR solid organ site") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92508006" and @displayName="Burkitts tumor of intra-abdominal lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92512000" and @displayName="Burkitts tumor of lymph nodes of head face AND/OR neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92514004" and @displayName="Burkitts tumor of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92515003" and @displayName="Burkitts tumor of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.23" and @displayName="Burkitts tumor or lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.26" and @displayName="Burkitt tumor or lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.22" and @displayName="Burkitts tumor or lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.28" and @displayName="Burkitts tumor or lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.24" and @displayName="Burkitts tumor or lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.21" and @displayName="Burkitts tumor or lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.25" and @displayName="Burkitts tumor or lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.27" and @displayName="Burkitts tumor or lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.20" and @displayName="Burkitts tumor or lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233672007" and @displayName="Byssinosis grade 3") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="85761009" and @displayName="Byssinosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92517006" and @displayName="Calcific coronary arteriosclerosis") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G8417" and @displayName="CALCULATED BMI ABOVE UPPER PARAMETER PLAN DOCUMENTED IN CHART") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312111009" and @displayName="Carcinoma of ascending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="255081007" and @displayName="Carcinoma of cecum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="269533000" and @displayName="Carcinoma of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312113007" and @displayName="Carcinoma of descending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312114001" and @displayName="Carcinoma of hepatic flexure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285312008" and @displayName="Carcinoma of sigmoid colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312115000" and @displayName="Carcinoma of splenic flexure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="269544008" and @displayName="Carcinoma of the rectosigmoid junction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312112002" and @displayName="Carcinoma of transverse colon") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="427.89" and @displayName="CARDIAC DYSRHYTHMIAS NEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5053004" and @displayName="Cardiac insufficiency due to prosthesis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60856006" and @displayName="Cardiac insufficiency following cardiac surgery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23852006" and @displayName="Cardiac monitoring") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="14106009" and @displayName="Cardiac pacemaker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="56961003" and @displayName="Cardiac transvenous pacemaker") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.8" and @displayName="Cardiomyopathy in other diseases classified elsewhere") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="410431009" and @displayName="Cardiorespiratory failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404128004" and @displayName="CD-30 negative cutaneous T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404130002" and @displayName="CD-30 negative pleomorphic large T-cell cutaneous lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404131003" and @displayName="CD-30 negative T-immunoblastic cutaneous lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404125001" and @displayName="CD-30 positive anaplastic large T-cell cutaneous lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404126000" and @displayName="CD-30 positive pleomorphic large T-cell cutaneous lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.13" and @displayName="CEPHALIC VERS NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.13" and @displayName="CEPHALIC VERS NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.13" and @displayName="CEPHALIC VERS NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.11" and @displayName="CEPHALIC VERS NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.11" and @displayName="CEPHALIC VERS NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.11" and @displayName="CEPHALIC VERS NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.10" and @displayName="CEPHALIC VERS NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.10" and @displayName="CEPHALIC VERS NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.10" and @displayName="CEPHALIC VERS NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="361272001" and @displayName="Cerebellar ataxia due to alcoholism") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.53" and @displayName="CERV INCOMPET IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.53" and @displayName="CERV INCOMPET IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.53" and @displayName="CERV INCOMPET IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.52" and @displayName="CERV INCOMPET IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.52" and @displayName="CERV INCOMPET IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.52" and @displayName="CERV INCOMPET IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.51" and @displayName="CERV INCOMPET IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.51" and @displayName="CERV INCOMPET IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.51" and @displayName="CERV INCOMPET IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.50" and @displayName="CERV INCOMPET IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.50" and @displayName="CERV INCOMPET IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.50" and @displayName="CERV INCOMPET IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.54" and @displayName="CERV INCOMPET IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.54" and @displayName="CERV INCOMPET IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.54" and @displayName="CERV INCOMPET IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79290002" and @displayName="Cervical pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79290002" and @displayName="Cervical pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79290002" and @displayName="Cervical pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.73" and @displayName="Cervical shortening-ante") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.73" and @displayName="Cervical shortening-ante") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.73" and @displayName="Cervical shortening-ante") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.71" and @displayName="Cervical shortening-del") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.71" and @displayName="Cervical shortening-del") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.71" and @displayName="Cervical shortening-del") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.70" and @displayName="Cervical shortening-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.70" and @displayName="Cervical shortening-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.70" and @displayName="Cervical shortening-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.71" and @displayName="CESAREAN DELIVERY ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.71" and @displayName="CESAREAN DELIVERY ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.71" and @displayName="CESAREAN DELIVERY ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.70" and @displayName="CESAREAN DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.70" and @displayName="CESAREAN DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.70" and @displayName="CESAREAN DELIVERY-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230065006" and @displayName="Chain smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92807009" and @displayName="Chemical-induced asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228516001" and @displayName="Chews loose leaf tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228514003" and @displayName="Chews plug tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228518000" and @displayName="Chews products containing tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81703003" and @displayName="Chews tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228515002" and @displayName="Chews twist tobacco") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.0" and @displayName="CHF NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195911009" and @displayName="Chickenpox pneumonia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23737006" and @displayName="Chickenpox with complication") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="052.7" and @displayName="Chickenpox with other specified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="052.8" and @displayName="Chickenpox with unspecified complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233678006" and @displayName="Childhood asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188737002" and @displayName="Chloroma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.32" and @displayName="CHR DIASTOLIC HRT FAIL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.8" and @displayName="CHR ISCHEMIC HRT DIS NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.9" and @displayName="CHR ISCHEMIC HRT DIS NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.20" and @displayName="CHR OBST ASTHMA UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.22" and @displayName="CHR OBST ASTHMA W (AC) EXAC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.21" and @displayName="CHR OBST ASTHMA W STATUS ASTH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.22" and @displayName="CHR SYSTOLIC HRT FAILURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.42" and @displayName="CHR SYSTOLIC/DIASTOLIC HF") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191475009" and @displayName="Chronic alcoholic brain syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195949008" and @displayName="Chronic asthmatic bronchitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="88805009" and @displayName="Chronic congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="441530006" and @displayName="Chronic diastolic heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="26950008" and @displayName="Chronic ectopic atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188733003" and @displayName="Chronic eosinophilic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.12" and @displayName="Chronic erthremia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.11" and @displayName="Chronic erthremia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.10" and @displayName="Chronic erthremia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.52" and @displayName="Chronic graft-versus-host disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="48447003" and @displayName="Chronic heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8218002" and @displayName="Chronic hypertension complicating AND/OR reason for care during childbirth (disorder)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="37618003" and @displayName="Chronic hypertension complicating AND/OR reason for care during pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="24042004" and @displayName="Chronic hypertension complicating AND/OR reason for care during puerperium ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8762007" and @displayName="Chronic hypertension in obstetric context") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="78544004" and @displayName="Chronic hypertensive uremia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="286963007" and @displayName="Chronic hypotension - idiopathic") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="458.1" and @displayName="CHRONIC HYPOTENSION") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="77545000" and @displayName="Chronic hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="433146000" and @displayName="Chronic kidney disease stage 5") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="585.5" and @displayName="CHRONIC KIDNEY DISEASE STAGE V") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5375005" and @displayName="Chronic left-sided congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111283005" and @displayName="Chronic left-sided heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92811003" and @displayName="Chronic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.12" and @displayName="Chronic leukemia of unspecified cell type in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.11" and @displayName="Chronic leukemia of unspecified cell type in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.10" and @displayName="Chronic leukemia of unspecified cell type without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92812005" and @displayName="Chronic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277549009" and @displayName="Chronic lymphocytic prolymphocytic leukemia syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.12" and @displayName="Chronic lymphoid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.11" and @displayName="Chronic lymphoid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92813000" and @displayName="Chronic lymphoid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.10" and @displayName="Chronic lymphoid leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92814006" and @displayName="Chronic lymphoid leukemia disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.12" and @displayName="Chronic monocytic leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.11" and @displayName="Chronic monocytic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.10" and @displayName="Chronic monocytic leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188745007" and @displayName="Chronic monocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413842007" and @displayName="Chronic myeloid leukemia in lymphoid blast crisis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413843002" and @displayName="Chronic myeloid leukemia in myeloid blast crisis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.12" and @displayName="Chronic myeloid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.11" and @displayName="Chronic myeloid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92817004" and @displayName="Chronic myeloid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.10" and @displayName="Chronic myeloid leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92818009" and @displayName="Chronic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127225006" and @displayName="Chronic myelomonocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188734009" and @displayName="Chronic neutrophilic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75181005" and @displayName="Chronic orthostatic hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="193184006" and @displayName="Chronic painful diabetic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="193184006" and @displayName="Chronic painful diabetic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="193184006" and @displayName="Chronic painful diabetic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90688005" and @displayName="Chronic renal failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="66989003" and @displayName="Chronic right-sided congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10335000" and @displayName="Chronic right-sided heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="441481004" and @displayName="Chronic systolic heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59978006" and @displayName="Cigar cmoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65568007" and @displayName="Cigarette smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253719006" and @displayName="Circumflex posterior to aorta") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253718003" and @displayName="Circumflex posterior to pulmomary trunk") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.33" and @displayName="COAG DEF HEM/ANTEPART-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.33" and @displayName="COAG DEF HEM/ANTEPART-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.33" and @displayName="COAG DEF HEM/ANTEPART-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.31" and @displayName="COAG DEF HEM/ANTEPART-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.31" and @displayName="COAG DEF HEM/ANTEPART-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.31" and @displayName="COAG DEF HEM/ANTEPART-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.30" and @displayName="COAG DEF HEM/ANTEPART-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.30" and @displayName="COAG DEF HEM/ANTEPART-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.30" and @displayName="COAG DEF HEM/ANTEPART-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.33" and @displayName="COAGULATION DEF-ANTEPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.33" and @displayName="COAGULATION DEF-ANTEPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.33" and @displayName="COAGULATION DEF-ANTEPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.31" and @displayName="COAGULATION DEF-DELIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.31" and @displayName="COAGULATION DEF-DELIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.31" and @displayName="COAGULATION DEF-DELIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.34" and @displayName="COAGULATION DEF-POSTPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.34" and @displayName="COAGULATION DEF-POSTPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.34" and @displayName="COAGULATION DEF-POSTPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.30" and @displayName="COAGULATION DEF-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.30" and @displayName="COAGULATION DEF-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.30" and @displayName="COAGULATION DEF-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.32" and @displayName="COAGULATN DEF-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.32" and @displayName="COAGULATN DEF-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.32" and @displayName="COAGULATN DEF-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.2" and @displayName="Combined immunity deficiency") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31601007" and @displayName="Combined pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31601007" and @displayName="Combined pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31601007" and @displayName="Combined pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277573001" and @displayName="Common acute lymphoblastic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.06" and @displayName="Common variable immunodeficiency") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.83" and @displayName="COMP LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.83" and @displayName="COMP LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.83" and @displayName="COMP LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.82" and @displayName="COMP LAB/DEL NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.82" and @displayName="COMP LAB/DEL NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.82" and @displayName="COMP LAB/DEL NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.81" and @displayName="COMP LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.81" and @displayName="COMP LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.81" and @displayName="COMP LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.80" and @displayName="COMP LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.80" and @displayName="COMP LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.80" and @displayName="COMP LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.84" and @displayName="COMP LAB/DEL NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.84" and @displayName="COMP LAB/DEL NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.84" and @displayName="COMP LAB/DEL NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.93" and @displayName="COMP LAB/DEL NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.93" and @displayName="COMP LAB/DEL NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.93" and @displayName="COMP LAB/DEL NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.92" and @displayName="COMP LAB/DEL NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.92" and @displayName="COMP LAB/DEL NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.92" and @displayName="COMP LAB/DEL NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.91" and @displayName="COMP LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.91" and @displayName="COMP LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.91" and @displayName="COMP LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.90" and @displayName="COMP LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.90" and @displayName="COMP LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.90" and @displayName="COMP LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.94" and @displayName="COMP LAB/DEL NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.94" and @displayName="COMP LAB/DEL NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.94" and @displayName="COMP LAB/DEL NOS-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195112003" and @displayName="Compensated cardiac failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="27885002" and @displayName="Complete atrioventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="6180003" and @displayName="Complete left bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251123001" and @displayName="Complete right bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190030009" and @displayName="Compound leukemias") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233922008" and @displayName="Concealed accessory pathway") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44808001" and @displayName="Conduction disorders of the heart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.03" and @displayName="CONGEN ABN UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.03" and @displayName="CONGEN ABN UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.03" and @displayName="CONGEN ABN UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.02" and @displayName="CONGEN ABN UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.02" and @displayName="CONGEN ABN UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.02" and @displayName="CONGEN ABN UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.01" and @displayName="CONGEN ABN UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.01" and @displayName="CONGEN ABN UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.01" and @displayName="CONGEN ABN UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.00" and @displayName="CONGEN ABN UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.00" and @displayName="CONGEN ABN UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.00" and @displayName="CONGEN ABN UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.04" and @displayName="CONGEN ABN UTERUS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.04" and @displayName="CONGEN ABN UTERUS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.04" and @displayName="CONGEN ABN UTERUS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.53" and @displayName="CONGEN CV DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.53" and @displayName="CONGEN CV DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.53" and @displayName="CONGEN CV DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.52" and @displayName="CONGEN CV DIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.52" and @displayName="CONGEN CV DIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.52" and @displayName="CONGEN CV DIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.51" and @displayName="CONGEN CV DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.51" and @displayName="CONGEN CV DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.51" and @displayName="CONGEN CV DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.50" and @displayName="CONGEN CV DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.50" and @displayName="CONGEN CV DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.50" and @displayName="CONGEN CV DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.54" and @displayName="CONGEN CV DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.54" and @displayName="CONGEN CV DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.54" and @displayName="CONGEN CV DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.63" and @displayName="CONGEN/ACQ ABN CERVIX NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.63" and @displayName="CONGEN/ACQ ABN CERVIX NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.63" and @displayName="CONGEN/ACQ ABN CERVIX NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.62" and @displayName="CONGEN/ACQ ABN CERVIX NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.62" and @displayName="CONGEN/ACQ ABN CERVIX NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.62" and @displayName="CONGEN/ACQ ABN CERVIX NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.61" and @displayName="CONGEN/ACQ ABN CERVIX NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.61" and @displayName="CONGEN/ACQ ABN CERVIX NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.61" and @displayName="CONGEN/ACQ ABN CERVIX NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.60" and @displayName="CONGEN/ACQ ABN CERVIX NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.60" and @displayName="CONGEN/ACQ ABN CERVIX NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.60" and @displayName="CONGEN/ACQ ABN CERVIX NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.64" and @displayName="CONGEN/ACQ ABN CERVIX NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.64" and @displayName="CONGEN/ACQ ABN CERVIX NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.64" and @displayName="CONGEN/ACQ ABN CERVIX NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.73" and @displayName="CONGEN/ACQ ABN VAGINA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.73" and @displayName="CONGEN/ACQ ABN VAGINA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.73" and @displayName="CONGEN/ACQ ABN VAGINA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.72" and @displayName="CONGEN/ACQ ABN VAGINA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.72" and @displayName="CONGEN/ACQ ABN VAGINA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.72" and @displayName="CONGEN/ACQ ABN VAGINA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.71" and @displayName="CONGEN/ACQ ABN VAGINA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.71" and @displayName="CONGEN/ACQ ABN VAGINA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.71" and @displayName="CONGEN/ACQ ABN VAGINA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.70" and @displayName="CONGEN/ACQ ABN VAGINA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.70" and @displayName="CONGEN/ACQ ABN VAGINA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.70" and @displayName="CONGEN/ACQ ABN VAGINA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.74" and @displayName="CONGEN/ACQ ABN VAGINA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.74" and @displayName="CONGEN/ACQ ABN VAGINA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.74" and @displayName="CONGEN/ACQ ABN VAGINA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.83" and @displayName="CONGEN/ACQ ABN VULVA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.83" and @displayName="CONGEN/ACQ ABN VULVA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.83" and @displayName="CONGEN/ACQ ABN VULVA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.82" and @displayName="CONGEN/ACQ ABN VULVA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.82" and @displayName="CONGEN/ACQ ABN VULVA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.82" and @displayName="CONGEN/ACQ ABN VULVA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.81" and @displayName="CONGEN/ACQ ABN VULVA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.81" and @displayName="CONGEN/ACQ ABN VULVA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.81" and @displayName="CONGEN/ACQ ABN VULVA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.80" and @displayName="CONGEN/ACQ ABN VULVA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.80" and @displayName="CONGEN/ACQ ABN VULVA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.80" and @displayName="CONGEN/ACQ ABN VULVA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.84" and @displayName="CONGEN/ACQ ABN VULVA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.84" and @displayName="CONGEN/ACQ ABN VULVA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.84" and @displayName="CONGEN/ACQ ABN VULVA-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5230009" and @displayName="Congenital absence of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28574005" and @displayName="Congenital anomaly of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="206586007" and @displayName="Congenital cardiac failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82580003" and @displayName="Congenital complete atrioventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="204383001" and @displayName="Congenital complete atrioventricular heart block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302944009" and @displayName="Congenital complete heart block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253725005" and @displayName="Congenital coronary artery calcification") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128555001" and @displayName="Congenital coronary artery fistula to left atrium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128556000" and @displayName="Congenital coronary artery fistula to left ventricle") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="129582000" and @displayName="Congenital coronary artery fistula to pulmonary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128557009" and @displayName="Congenital coronary artery fistula to right atrium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128558004" and @displayName="Congenital coronary artery fistula to right ventricle") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42866003" and @displayName="Congenital coronary artery sclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46619002" and @displayName="Congenital heart block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="64872007" and @displayName="Congenital incomplete atrioventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="204384007" and @displayName="Congenital incomplete atrioventricular heart block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="204379001" and @displayName="Congenital stricture of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90433002" and @displayName="Congenital varicella infection") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277644009" and @displayName="Congenital varicella syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="204378009" and @displayName="Congential coronary aneurysm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253720000" and @displayName="Congential coronary arteriovenous fistula") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11433004" and @displayName="Congential coronary artery fistula") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.04" and @displayName="Congential hypogammaglobulinemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426263006" and @displayName="Congestive heart failure due to left ventricular systolic dysfunction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426611007" and @displayName="Congestive heart failure due to valvular disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42343007" and @displayName="Congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82523003" and @displayName="Congestive rheumatic heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="224702002" and @displayName="Continuous enuresis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.37" and @displayName="Continuous leakage of urine") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.13" and @displayName="CONTRACTED PELVIS NOS-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.13" and @displayName="CONTRACTED PELVIS NOS-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.13" and @displayName="CONTRACTED PELVIS NOS-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.11" and @displayName="CONTRACTED PELVIS NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.11" and @displayName="CONTRACTED PELVIS NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.11" and @displayName="CONTRACTED PELVIS NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.10" and @displayName="CONTRACTED PELVIS NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.10" and @displayName="CONTRACTED PELVIS NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.10" and @displayName="CONTRACTED PELVIS NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.02" and @displayName="COR ATH ATLG VN BPS GRAFT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.05" and @displayName="COR ATH BPS GRAFT NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.07" and @displayName="COR ATH BPS GRAFT TP HRT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.04" and @displayName="COR ATH MAMMARY ART BPS GRAFT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.06" and @displayName="COR ATH NATV ART TP HRT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.01" and @displayName="COR ATH NATVE VESSEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.03" and @displayName="COR ATH NONATLG BLG GRAFT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.00" and @displayName="COR ATH UNSPEC VESSEL NTV/GRAFT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.13" and @displayName="CORD AROUND NECK W/COMP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.13" and @displayName="CORD AROUND NECK W/COMP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.13" and @displayName="CORD AROUND NECK W/COMP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.11" and @displayName="CORD AROUND NECK W/COMP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.11" and @displayName="CORD AROUND NECK W/COMP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.11" and @displayName="CORD AROUND NECK W/COMP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.10" and @displayName="CORD AROUND NECK W/COMP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.10" and @displayName="CORD AROUND NECK W/COMP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.10" and @displayName="CORD AROUND NECK W/COMP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.83" and @displayName="CORD COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.83" and @displayName="CORD COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.83" and @displayName="CORD COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.81" and @displayName="CORD COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.81" and @displayName="CORD COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.81" and @displayName="CORD COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.80" and @displayName="CORD COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.80" and @displayName="CORD COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.80" and @displayName="CORD COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.93" and @displayName="CORD COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.93" and @displayName="CORD COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.93" and @displayName="CORD COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.91" and @displayName="CORD COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.91" and @displayName="CORD COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.91" and @displayName="CORD COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.90" and @displayName="CORD COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.90" and @displayName="CORD COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.90" and @displayName="CORD COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.23" and @displayName="CORD ENTGLE W/COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.23" and @displayName="CORD ENTGLE W/COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.23" and @displayName="CORD ENTGLE W/COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.21" and @displayName="CORD ENTGLE W/COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.21" and @displayName="CORD ENTGLE W/COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.21" and @displayName="CORD ENTGLE W/COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.20" and @displayName="CORD ENTGLE W/COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.20" and @displayName="CORD ENTGLE W/COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.20" and @displayName="CORD ENTGLE W/COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.33" and @displayName="CORD ENTGLE W/O COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.33" and @displayName="CORD ENTGLE W/O COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.33" and @displayName="CORD ENTGLE W/O COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.31" and @displayName="CORD ENTGLE W/O COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.31" and @displayName="CORD ENTGLE W/O COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.31" and @displayName="CORD ENTGLE W/O COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.30" and @displayName="CORD ENTGLE W/O COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.30" and @displayName="CORD ENTGLE W/O COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.30" and @displayName="CORD ENTGLE W/O COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.03" and @displayName="CORD PROLAPSE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.03" and @displayName="CORD PROLAPSE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.03" and @displayName="CORD PROLAPSE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.01" and @displayName="CORD PROLAPSE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.01" and @displayName="CORD PROLAPSE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.01" and @displayName="CORD PROLAPSE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.00" and @displayName="CORD PROLAPSE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.00" and @displayName="CORD PROLAPSE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.00" and @displayName="CORD PROLAPSE-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424353002" and @displayName="Corneal haze due to herpes zoster") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87605005" and @displayName="Cornual pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87605005" and @displayName="Cornual pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87605005" and @displayName="Cornual pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427919004" and @displayName="Coronary arteriosclerosis due to radiation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="53741008" and @displayName="Coronary arteriosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="62827000" and @displayName="Coronary arteritis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="88596007" and @displayName="Coronary artery arising from aorta") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="74218008" and @displayName="Coronary artery arising from main pulmonary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="67682002" and @displayName="Coronary artery atheroma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408546009" and @displayName="Coronary artery bypass graft occlusion") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29899005" and @displayName="Coronary artery embolism") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="373092008" and @displayName="Coronary artery fistula to left atrium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="373094009" and @displayName="Coronary artery fistula to left ventricle") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="373095005" and @displayName="Coronary artery fistula to right atrium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="373096006" and @displayName="Coronary artery fistula to right ventricle") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="373093003" and @displayName="Coronary artery fistula") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253703004" and @displayName="Coronary artery origin from non-facing sinus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253717008" and @displayName="Coronary artery runs between aorta and pulmonary trunk") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28931004" and @displayName="Coronary artery rupture") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23687008" and @displayName="Coronary artery spasm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421327009" and @displayName="Coronary artery stent thrombosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="398274000" and @displayName="Coronary artery thrombosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253724009" and @displayName="Coronary fistulae from left ventricle") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253723003" and @displayName="Coronary fistulae from right ventricle") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251024009" and @displayName="Coronary graft stenosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="63739005" and @displayName="Coronary occlusion") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253710005" and @displayName="Coronary orifice abnormally high") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253711009" and @displayName="Coronary orifice asymmetrical") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253713007" and @displayName="Coronary orifice atresia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="26900001" and @displayName="Coronary ostium stenosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="234029006" and @displayName="Coronary steal syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59062007" and @displayName="Coronary stricture") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194821006" and @displayName="Coronary thrombosis not resulting in myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236659004" and @displayName="Cough - urge incontinence of urine") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.82" and @displayName="COUGH VARIANT ASTHMA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="409663006" and @displayName="Cough variant asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.13" and @displayName="CRACKED NIPPLE PREG/LACT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.13" and @displayName="CRACKED NIPPLE PREG/LACT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.13" and @displayName="CRACKED NIPPLE PREG/LACT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.12" and @displayName="CRACKED NIPPLE PREG/LACT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.12" and @displayName="CRACKED NIPPLE PREG/LACT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.12" and @displayName="CRACKED NIPPLE PREG/LACT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.11" and @displayName="CRACKED NIPPLE PREG/LACT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.11" and @displayName="CRACKED NIPPLE PREG/LACT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.11" and @displayName="CRACKED NIPPLE PREG/LACT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.10" and @displayName="CRACKED NIPPLE PREG/LACT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.10" and @displayName="CRACKED NIPPLE PREG/LACT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.10" and @displayName="CRACKED NIPPLE PREG/LACT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.14" and @displayName="CRACKED NIPPLE PREG/LACT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.14" and @displayName="CRACKED NIPPLE PREG/LACT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.14" and @displayName="CRACKED NIPPLE PREG/LACT-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23697004" and @displayName="Crush syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="219006" and @displayName="Current drinker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="405746006" and @displayName="Current non smoker but past smoking history unknown") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="266919005" and @displayName="Current non-smoker but past smoking history unknown") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128874001" and @displayName="Cutaneous CD30+ lymphoproliferative disorder") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277613000" and @displayName="Cutaneous/peripheral T-cell lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.63" and @displayName="CV DIS NEC IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.63" and @displayName="CV DIS NEC IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.63" and @displayName="CV DIS NEC IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.62" and @displayName="CV DIS NEC IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.62" and @displayName="CV DIS NEC IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.62" and @displayName="CV DIS NEC IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.61" and @displayName="CV DIS NEC IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.61" and @displayName="CV DIS NEC IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.61" and @displayName="CV DIS NEC IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.60" and @displayName="CV DIS NEC IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.60" and @displayName="CV DIS NEC IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.60" and @displayName="CV DIS NEC IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.64" and @displayName="CV DIS NEC IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.64" and @displayName="CV DIS NEC IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.64" and @displayName="CV DIS NEC IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.61" and @displayName="DAMG TO PELVIC JT/LIG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.61" and @displayName="DAMG TO PELVIC JT/LIG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.61" and @displayName="DAMG TO PELVIC JT/LIG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.60" and @displayName="DAMG TO PELVIC JT/LIG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.60" and @displayName="DAMG TO PELVIC JT/LIG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.60" and @displayName="DAMG TO PELVIC JT/LIG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.64" and @displayName="DAMG TO PELVIC JT/LIG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.64" and @displayName="DAMG TO PELVIC JT/LIG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.64" and @displayName="DAMG TO PELVIC JT/LIG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281862002" and @displayName="Daytime enuresis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195111005" and @displayName="Decompensated cardiac failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424404003" and @displayName="Decompensated chronic heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.73" and @displayName="DECRS FETAL MOVMT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.73" and @displayName="DECRS FETAL MOVMT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.73" and @displayName="DECRS FETAL MOVMT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.71" and @displayName="DECRS FETAL MOVMT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.71" and @displayName="DECRS FETAL MOVMT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.71" and @displayName="DECRS FETAL MOVMT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.70" and @displayName="DECRS FETAL MOVMT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.70" and @displayName="DECRS FETAL MOVMT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.70" and @displayName="DECRS FETAL MOVMT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.33" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.33" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.33" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.31" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.31" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.31" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.30" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.30" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.30" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.42" and @displayName="DEEP VEIN THROMBOSIS P/P-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.42" and @displayName="DEEP VEIN THROMBOSIS P/P-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.42" and @displayName="DEEP VEIN THROMBOSIS P/P-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.40" and @displayName="DEEP VEIN THROMBOSIS P/P-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.40" and @displayName="DEEP VEIN THROMBOSIS P/P-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.40" and @displayName="DEEP VEIN THROMBOSIS P/P-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.44" and @displayName="DEEP VEIN THROMBOSIS P/P-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.44" and @displayName="DEEP VEIN THROMBOSIS P/P-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.44" and @displayName="DEEP VEIN THROMBOSIS P/P-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.01" and @displayName="DEL W 1 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.01" and @displayName="DEL W 1 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.01" and @displayName="DEL W 1 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.00" and @displayName="DEL W 1 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.00" and @displayName="DEL W 1 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.00" and @displayName="DEL W 1 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.04" and @displayName="DEL W 1 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.04" and @displayName="DEL W 1 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.04" and @displayName="DEL W 1 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.11" and @displayName="DEL W 2 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.11" and @displayName="DEL W 2 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.11" and @displayName="DEL W 2 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.10" and @displayName="DEL W 2 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.10" and @displayName="DEL W 2 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.10" and @displayName="DEL W 2 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.14" and @displayName="DEL W 2 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.14" and @displayName="DEL W 2 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.14" and @displayName="DEL W 2 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.21" and @displayName="DEL W 3 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.21" and @displayName="DEL W 3 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.21" and @displayName="DEL W 3 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.20" and @displayName="DEL W 3 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.20" and @displayName="DEL W 3 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.20" and @displayName="DEL W 3 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.24" and @displayName="DEL W 3 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.24" and @displayName="DEL W 3 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.24" and @displayName="DEL W 3 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.31" and @displayName="DEL W 4 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.31" and @displayName="DEL W 4 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.31" and @displayName="DEL W 4 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.30" and @displayName="DEL W 4 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.30" and @displayName="DEL W 4 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.30" and @displayName="DEL W 4 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.34" and @displayName="DEL W 4 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.34" and @displayName="DEL W 4 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.34" and @displayName="DEL W 4 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.33" and @displayName="DELAY DEL 2ND TWIN ETC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.33" and @displayName="DELAY DEL 2ND TWIN ETC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.33" and @displayName="DELAY DEL 2ND TWIN ETC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.31" and @displayName="DELAY DEL 2ND TWIN ETC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.31" and @displayName="DELAY DEL 2ND TWIN ETC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.31" and @displayName="DELAY DEL 2ND TWIN ETC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.30" and @displayName="DELAY DEL 2ND TWIN ETC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.30" and @displayName="DELAY DEL 2ND TWIN ETC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.30" and @displayName="DELAY DEL 2ND TWIN ETC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.22" and @displayName="DELAY/SEC P/P HEM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.22" and @displayName="DELAY/SEC P/P HEM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.22" and @displayName="DELAY/SEC P/P HEM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.20" and @displayName="DELAY/SEC P/P HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.20" and @displayName="DELAY/SEC P/P HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.20" and @displayName="DELAY/SEC P/P HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.24" and @displayName="DELAY/SEC P/P HEM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.24" and @displayName="DELAY/SEC P/P HEM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.24" and @displayName="DELAY/SEC P/P HEM-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="20224008" and @displayName="Delta heavy chain disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281004" and @displayName="Dementia associated with alcoholism") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413968004" and @displayName="Denies alcohol abuse") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236666003" and @displayName="Dependency urinary incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34140002" and @displayName="Diabeteic gastroparesis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34140002" and @displayName="Diabeteic gastroparesis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34140002" and @displayName="Diabeteic gastroparesis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.03" and @displayName="DIABETES IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.03" and @displayName="DIABETES IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.03" and @displayName="DIABETES IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.02" and @displayName="DIABETES IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.02" and @displayName="DIABETES IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.02" and @displayName="DIABETES IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.02" and @displayName="DIABETES IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.02" and @displayName="DIABETES IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.02" and @displayName="DIABETES IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.01" and @displayName="DIABETES IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.01" and @displayName="DIABETES IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.01" and @displayName="DIABETES IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.01" and @displayName="DIABETES IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.01" and @displayName="DIABETES IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.01" and @displayName="DIABETES IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.00" and @displayName="DIABETES IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.00" and @displayName="DIABETES IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.00" and @displayName="DIABETES IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.00" and @displayName="DIABETES IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.00" and @displayName="DIABETES IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.00" and @displayName="DIABETES IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.03" and @displayName="DIABETES IN PREG-W ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.03" and @displayName="DIABETES IN PREG-W ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.03" and @displayName="DIABETES IN PREG-W ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.04" and @displayName="DIABETES IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.04" and @displayName="DIABETES IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.04" and @displayName="DIABETES IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.04" and @displayName="DIABETES IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.04" and @displayName="DIABETES IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.04" and @displayName="DIABETES IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70694009" and @displayName="Diabetes mellitus AND insipidus with optic atrophy AND deafness") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70694009" and @displayName="Diabetes mellitus AND insipidus with optic atrophy AND deafness") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70694009" and @displayName="Diabetes mellitus AND insipidus with optic atrophy AND deafness") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426705001" and @displayName="Diabetes mellitus associated with cystic fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426705001" and @displayName="Diabetes mellitus associated with cystic fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426705001" and @displayName="Diabetes mellitus associated with cystic fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5969009" and @displayName="Diabetes mellitus associated with genetic syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5969009" and @displayName="Diabetes mellitus associated with genetic syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5969009" and @displayName="Diabetes mellitus associated with genetic syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59079001" and @displayName="Diabetes mellitus associated with hormonal etiology") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59079001" and @displayName="Diabetes mellitus associated with hormonal etiology") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59079001" and @displayName="Diabetes mellitus associated with hormonal etiology") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="51002006" and @displayName="Diabetes mellitus associated with pancreatic disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="51002006" and @displayName="Diabetes mellitus associated with pancreatic disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="51002006" and @displayName="Diabetes mellitus associated with pancreatic disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42954008" and @displayName="Diabetes mellitus associated with recptor abnormality") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42954008" and @displayName="Diabetes mellitus associated with recptor abnormality") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42954008" and @displayName="Diabetes mellitus associated with recptor abnormality") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237604008" and @displayName="Diabetes mellitus autosomal dominant type II") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237604008" and @displayName="Diabetes mellitus autosomal dominant type II") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237604008" and @displayName="Diabetes mellitus autosomal dominant type II") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427089005" and @displayName="Diabetes mellitus due to cystic fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427089005" and @displayName="Diabetes mellitus due to cystic fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427089005" and @displayName="Diabetes mellitus due to cystic fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75682002" and @displayName="Diabetes mellitus due to insulin recptor antibodies") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75682002" and @displayName="Diabetes mellitus due to insulin recptor antibodies") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75682002" and @displayName="Diabetes mellitus due to insulin recptor antibodies") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91352004" and @displayName="Diabetes mellitus due to structurally abnormal insulin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91352004" and @displayName="Diabetes mellitus due to structurally abnormal insulin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91352004" and @displayName="Diabetes mellitus due to structurally abnormal insulin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199227004" and @displayName="Diabetes mellitus during pregnancy - baby not yet delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199227004" and @displayName="Diabetes mellitus during pregnancy - baby not yet delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199227004" and @displayName="Diabetes mellitus during pregnancy - baby not yet delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199223000" and @displayName="Diabetes mellitus during pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199223000" and @displayName="Diabetes mellitus during pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199223000" and @displayName="Diabetes mellitus during pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="76751001" and @displayName="Diabetes mellitus in mother complicating pregnancy childbirth AND/OR puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="76751001" and @displayName="Diabetes mellitus in mother complicating pregnancy childbirth AND/OR puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="76751001" and @displayName="Diabetes mellitus in mother complicating pregnancy childbirth AND/OR puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413183008" and @displayName="Diabetes mellitus induced by non-steroid drugs without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413183008" and @displayName="Diabetes mellitus induced by non-steroid drugs without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413183008" and @displayName="Diabetes mellitus induced by non-steroid drugs without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408540003" and @displayName="Diabetes mellitus induced by non-steroid drugs") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408540003" and @displayName="Diabetes mellitus induced by non-steroid drugs") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408540003" and @displayName="Diabetes mellitus induced by non-steroid drugs") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46635009" and @displayName="Diabetes mellitus type 1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46635009" and @displayName="Diabetes mellitus type 1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46635009" and @displayName="Diabetes mellitus type 1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359642000" and @displayName="Diabetes mellitus type 2 in nonobese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359642000" and @displayName="Diabetes mellitus type 2 in nonobese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359642000" and @displayName="Diabetes mellitus type 2 in nonobese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81531005" and @displayName="Diabetes mellitus type 2 in obese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81531005" and @displayName="Diabetes mellitus type 2 in obese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81531005" and @displayName="Diabetes mellitus type 2 in obese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44054006" and @displayName="Diabetes mellitus type 2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44054006" and @displayName="Diabetes mellitus type 2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44054006" and @displayName="Diabetes mellitus type 2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190321005" and @displayName="Diabetes mellitus with no mention of complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190321005" and @displayName="Diabetes mellitus with no mention of complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190321005" and @displayName="Diabetes mellitus with no mention of complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190417004" and @displayName="Diabetes mellitus with other specified manifestation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190417004" and @displayName="Diabetes mellitus with other specified manifestation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190417004" and @displayName="Diabetes mellitus with other specified manifestation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111552007" and @displayName="Diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111552007" and @displayName="Diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111552007" and @displayName="Diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190331003" and @displayName="Diabetes mellitus adult onset with hyperosmolar coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190331003" and @displayName="Diabetes mellitus adult onset with hyperosmolar coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190331003" and @displayName="Diabetes mellitus adult onset with hyperosmolar coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190330002" and @displayName="Diabetes mellitus juvenile type with hyperosmolar coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190330002" and @displayName="Diabetes mellitus juvenile type with hyperosmolar coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190330002" and @displayName="Diabetes mellitus juvenile type with hyperosmolar coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73211009" and @displayName="Diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73211009" and @displayName="Diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73211009" and @displayName="Diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190328004" and @displayName="Diabetes mellutis NOS eith ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190328004" and @displayName="Diabetes mellutis NOS eith ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190328004" and @displayName="Diabetes mellutis NOS eith ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237619009" and @displayName="Diabetes-deafness syndrome maternally transmitted") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237619009" and @displayName="Diabetes-deafness syndrome maternally transmitted") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237619009" and @displayName="Diabetes-deafness syndrome maternally transmitted") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="54181000" and @displayName="Diabetes-nephrosis syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="54181000" and @displayName="Diabetes-nephrosis syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="54181000" and @displayName="Diabetes-nephrosis syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39058009" and @displayName="Diabetic amyotrophy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39058009" and @displayName="Diabetic amyotrophy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39058009" and @displayName="Diabetic amyotrophy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425442003" and @displayName="Diabetic autonomic neuropathy associated with type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425442003" and @displayName="Diabetic autonomic neuropathy associated with type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425442003" and @displayName="Diabetic autonomic neuropathy associated with type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="423263001" and @displayName="Diabetic autonomic neuropathy associated with type 2 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="423263001" and @displayName="Diabetic autonomic neuropathy associated with type 2 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="423263001" and @displayName="Diabetic autonomic neuropathy associated with type 2 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="50620007" and @displayName="Diabetic autonomic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="50620007" and @displayName="Diabetic autonomic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="50620007" and @displayName="Diabetic autonomic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421920002" and @displayName="Diabetic cataract associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421920002" and @displayName="Diabetic cataract associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421920002" and @displayName="Diabetic cataract associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420756003" and @displayName="Diabetic cataract associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420756003" and @displayName="Diabetic cataract associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420756003" and @displayName="Diabetic cataract associated with type II diabetes mellitus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="366.41" and @displayName="DIABETIC CATARACT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="366.41" and @displayName="DIABETIC CATARACT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="366.41" and @displayName="DIABETIC CATARACT") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43959009" and @displayName="Diabetic cataract") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43959009" and @displayName="Diabetic cataract") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43959009" and @displayName="Diabetic cataract") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="26298008" and @displayName="Diabetic coma with ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="26298008" and @displayName="Diabetic coma with ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="26298008" and @displayName="Diabetic coma with ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371087003" and @displayName="Diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371087003" and @displayName="Diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371087003" and @displayName="Diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="25907005" and @displayName="Diabetic gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="25907005" and @displayName="Diabetic gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="25907005" and @displayName="Diabetic gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425159004" and @displayName="Diabetic gastroparesis associated with type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425159004" and @displayName="Diabetic gastroparesis associated with type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425159004" and @displayName="Diabetic gastroparesis associated with type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424989000" and @displayName="Diabetic gastroparesis associated with type 2 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424989000" and @displayName="Diabetic gastroparesis associated with type 2 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424989000" and @displayName="Diabetic gastroparesis associated with type 2 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="309426007" and @displayName="Diabetic glomerulopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="309426007" and @displayName="Diabetic glomerulopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="309426007" and @displayName="Diabetic glomerulopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="310387003" and @displayName="Diabetic intracapillary glomerulosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="310387003" and @displayName="Diabetic intracapillary glomerulosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="310387003" and @displayName="Diabetic intracapillary glomerulosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420422005" and @displayName="Diabetic ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420422005" and @displayName="Diabetic ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420422005" and @displayName="Diabetic ketoacidosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.07" and @displayName="DIABETIC MACULAR EDEMA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.07" and @displayName="DIABETIC MACULAR EDEMA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.07" and @displayName="DIABETIC MACULAR EDEMA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312912001" and @displayName="Diabetic macular edema") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312912001" and @displayName="Diabetic macular edema") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312912001" and @displayName="Diabetic macular edema") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81830002" and @displayName="Diabetic mononeuropathy simplex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81830002" and @displayName="Diabetic mononeuropathy simplex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81830002" and @displayName="Diabetic mononeuropathy simplex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230577008" and @displayName="Diabetic mononeuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230577008" and @displayName="Diabetic mononeuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230577008" and @displayName="Diabetic mononeuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359611005" and @displayName="Diabetic neuropathy with neurologic complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359611005" and @displayName="Diabetic neuropathy with neurologic complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359611005" and @displayName="Diabetic neuropathy with neurologic complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230572002" and @displayName="Diabetic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230572002" and @displayName="Diabetic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230572002" and @displayName="Diabetic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421165007" and @displayName="Diabetic oculopathy associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421165007" and @displayName="Diabetic oculopathy associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421165007" and @displayName="Diabetic oculopathy associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422099009" and @displayName="Diabetic oculopathy associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422099009" and @displayName="Diabetic oculopathy associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422099009" and @displayName="Diabetic oculopathy associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314537004" and @displayName="Diabetic optic papillopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314537004" and @displayName="Diabetic optic papillopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314537004" and @displayName="Diabetic optic papillopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127014009" and @displayName="Diabetic peripheral angiopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127014009" and @displayName="Diabetic peripheral angiopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127014009" and @displayName="Diabetic peripheral angiopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424736006" and @displayName="Diabetic peripheral neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424736006" and @displayName="Diabetic peripheral neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424736006" and @displayName="Diabetic peripheral neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49455004" and @displayName="Diabetic polyneuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49455004" and @displayName="Diabetic polyneuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49455004" and @displayName="Diabetic polyneuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39181008" and @displayName="Diabetic radiculopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39181008" and @displayName="Diabetic radiculopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39181008" and @displayName="Diabetic radiculopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127013003" and @displayName="Diabetic renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127013003" and @displayName="Diabetic renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127013003" and @displayName="Diabetic renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420789003" and @displayName="Diabetic retinopathy associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420789003" and @displayName="Diabetic retinopathy associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420789003" and @displayName="Diabetic retinopathy associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422034002" and @displayName="Diabetic retinopathy associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422034002" and @displayName="Diabetic retinopathy associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422034002" and @displayName="Diabetic retinopathy associated with type II diabetes mellitus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.01" and @displayName="DIABETIC RETINOPATHY NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.01" and @displayName="DIABETIC RETINOPATHY NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.01" and @displayName="DIABETIC RETINOPATHY NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4855003" and @displayName="Diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4855003" and @displayName="Diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4855003" and @displayName="Diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422183001" and @displayName="Diabetic skin ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422183001" and @displayName="Diabetic skin ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422183001" and @displayName="Diabetic skin ulcer") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.30" and @displayName="DIASTOLC HRT FAILURE NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="418304008" and @displayName="Diastolic heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="48146000" and @displayName="Diastolic hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V65.3" and @displayName="Dietary surveillance and counseling") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V65.3" and @displayName="Dietary surveillance and counseling") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V65.3" and @displayName="Dietary surveillance and counseling") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277626001" and @displayName="Diffuse high grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82226007" and @displayName="Diffuse intraventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404148006" and @displayName="Diffuse large B-cell lymphoma (nodal/systemic with skin involvement)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277616008" and @displayName="Diffuse low grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302842009" and @displayName="Diffuse malignant lymphoma - centroblastic ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277632006" and @displayName="Diffuse malignant lymphoma - centroblastic polymorphic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307624007" and @displayName="Diffuse malignant lymphoma - centroblastic-centrocytic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277628000" and @displayName="Diffuse malignant lymphoma - large cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277629008" and @displayName="Diffuse malignant lymphoma - large non-cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188674006" and @displayName="Diffuse malignant lymphoma - small non-cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188679001" and @displayName="Diffuse non-Hodgkins lymphoma undifferentiated (diffuse)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109966003" and @displayName="Diffuse non-Hodgkins lymphoma immunoblastic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109969005" and @displayName="Diffuse non-Hodgkins lymphoma large cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109965004" and @displayName="Diffuse non-Hodgkins lymphoma lymphoblastic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109968002" and @displayName="Diffuse non-Hodgkins lymphoma small cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109967007" and @displayName="Diffuse non-Hodgkins lymphoma small cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109964000" and @displayName="Diffuse non-Hodgkins lymphoma undifferentiated") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109962001" and @displayName="Diffuse non-Hodgkins lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.11" and @displayName="DiGeorge syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414024009" and @displayName="Disorder of coronary artery") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.83" and @displayName="DISPROPOR NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.83" and @displayName="DISPROPOR NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.83" and @displayName="DISPROPOR NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.81" and @displayName="DISPROPOR NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.81" and @displayName="DISPROPOR NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.81" and @displayName="DISPROPOR NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.80" and @displayName="DISPROPOR NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.80" and @displayName="DISPROPOR NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.80" and @displayName="DISPROPOR NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.93" and @displayName="DISPROPOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.93" and @displayName="DISPROPOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.93" and @displayName="DISPROPOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.91" and @displayName="DISPROPOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.91" and @displayName="DISPROPOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.91" and @displayName="DISPROPOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.90" and @displayName="DISPROPOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.90" and @displayName="DISPROPOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.90" and @displayName="DISPROPOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.12" and @displayName="DISRUPT C-SECT WND-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.12" and @displayName="DISRUPT C-SECT WND-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.12" and @displayName="DISRUPT C-SECT WND-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.10" and @displayName="DISRUPT C-SECT WND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.10" and @displayName="DISRUPT C-SECT WND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.10" and @displayName="DISRUPT C-SECT WND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.14" and @displayName="DISRUPT C-SECT WND-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.14" and @displayName="DISRUPT C-SECT WND-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.14" and @displayName="DISRUPT C-SECT WND-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.22" and @displayName="DISRUPT PERINEAL WND-DEL W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.22" and @displayName="DISRUPT PERINEAL WND-DEL W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.22" and @displayName="DISRUPT PERINEAL WND-DEL W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.20" and @displayName="DISRUPT PERINEAL WND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.20" and @displayName="DISRUPT PERINEAL WND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.20" and @displayName="DISRUPT PERINEAL WND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.24" and @displayName="DISRUPT PERINEAL WND-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.24" and @displayName="DISRUPT PERINEAL WND-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.24" and @displayName="DISRUPT PERINEAL WND-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70390005" and @displayName="Dissecting aneurysm of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="55560002" and @displayName="Disseminated herpes zoster") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.23" and @displayName="DMI W HYPEROSMO UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.23" and @displayName="DMI W HYPEROSMO UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.23" and @displayName="DMI W HYPEROSMO UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.21" and @displayName="DMI W HYPEROSOMO NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.21" and @displayName="DMI W HYPEROSOMO NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.21" and @displayName="DMI W HYPEROSOMO NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.11" and @displayName="DMI W KETOACID NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.11" and @displayName="DMI W KETOACID NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.11" and @displayName="DMI W KETOACID NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.13" and @displayName="DMI W KETOACID UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.13" and @displayName="DMI W KETOACID UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.13" and @displayName="DMI W KETOACID UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.61" and @displayName="DMI W NEURO MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.61" and @displayName="DMI W NEURO MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.61" and @displayName="DMI W NEURO MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.63" and @displayName="DMI W NEURO MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.63" and @displayName="DMI W NEURO MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.63" and @displayName="DMI W NEURO MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.51" and @displayName="DMI W OPHTH MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.51" and @displayName="DMI W OPHTH MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.51" and @displayName="DMI W OPHTH MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.53" and @displayName="DMI W OPHTH MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.53" and @displayName="DMI W OPHTH MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.53" and @displayName="DMI W OPHTH MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.31" and @displayName="DMI W OTH COMA NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.31" and @displayName="DMI W OTH COMA NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.31" and @displayName="DMI W OTH COMA NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.33" and @displayName="DMI W OTH COMA UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.33" and @displayName="DMI W OTH COMA UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.33" and @displayName="DMI W OTH COMA UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.81" and @displayName="DMI W OTH SPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.81" and @displayName="DMI W OTH SPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.81" and @displayName="DMI W OTH SPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.83" and @displayName="DMI W OTH SPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.83" and @displayName="DMI W OTH SPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.83" and @displayName="DMI W OTH SPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.71" and @displayName="DMI W PERIPH CIRC DISORDER NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.71" and @displayName="DMI W PERIPH CIRC DISORDER NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.71" and @displayName="DMI W PERIPH CIRC DISORDER NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.73" and @displayName="DMI W PERIPH CIRC DISORDER UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.73" and @displayName="DMI W PERIPH CIRC DISORDER UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.73" and @displayName="DMI W PERIPH CIRC DISORDER UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.41" and @displayName="DMI W RENAL MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.41" and @displayName="DMI W RENAL MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.41" and @displayName="DMI W RENAL MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.43" and @displayName="DMI W RENAL MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.43" and @displayName="DMI W RENAL MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.43" and @displayName="DMI W RENAL MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.91" and @displayName="DMI W UNSPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.91" and @displayName="DMI W UNSPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.91" and @displayName="DMI W UNSPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.93" and @displayName="DMI W UNSPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.93" and @displayName="DMI W UNSPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.93" and @displayName="DMI W UNSPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.01" and @displayName="DMI W/O CMP NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.01" and @displayName="DMI W/O CMP NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.01" and @displayName="DMI W/O CMP NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.03" and @displayName="DMI W/O CMP UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.03" and @displayName="DMI W/O CMP UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.03" and @displayName="DMI W/O CMP UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.20" and @displayName="DMII W HYPEROSMO NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.20" and @displayName="DMII W HYPEROSMO NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.20" and @displayName="DMII W HYPEROSMO NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.22" and @displayName="DMII W HYPEROSMO UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.22" and @displayName="DMII W HYPEROSMO UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.22" and @displayName="DMII W HYPEROSMO UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.10" and @displayName="DMII W KETOACID NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.10" and @displayName="DMII W KETOACID NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.10" and @displayName="DMII W KETOACID NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.12" and @displayName="DMII W KETOACID UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.12" and @displayName="DMII W KETOACID UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.12" and @displayName="DMII W KETOACID UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.60" and @displayName="DMII W NEURO MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.60" and @displayName="DMII W NEURO MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.60" and @displayName="DMII W NEURO MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.62" and @displayName="DMII W NEURO MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.62" and @displayName="DMII W NEURO MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.62" and @displayName="DMII W NEURO MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.50" and @displayName="DMII W OPHTH MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.50" and @displayName="DMII W OPHTH MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.50" and @displayName="DMII W OPHTH MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.52" and @displayName="DMII W OPHTH MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.52" and @displayName="DMII W OPHTH MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.52" and @displayName="DMII W OPHTH MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.30" and @displayName="DMII W OTH COMA NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.30" and @displayName="DMII W OTH COMA NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.30" and @displayName="DMII W OTH COMA NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.32" and @displayName="DMII W OTH COMA UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.32" and @displayName="DMII W OTH COMA UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.32" and @displayName="DMII W OTH COMA UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.80" and @displayName="DMII W OTH SPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.80" and @displayName="DMII W OTH SPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.80" and @displayName="DMII W OTH SPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.82" and @displayName="DMII W OTH SPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.82" and @displayName="DMII W OTH SPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.82" and @displayName="DMII W OTH SPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.70" and @displayName="DMII W PERIPH CIRC DISORDER NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.70" and @displayName="DMII W PERIPH CIRC DISORDER NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.70" and @displayName="DMII W PERIPH CIRC DISORDER NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.72" and @displayName="DMII W PERIPH CIRC DISORDER UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.72" and @displayName="DMII W PERIPH CIRC DISORDER UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.72" and @displayName="DMII W PERIPH CIRC DISORDER UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.42" and @displayName="DMII W RENAL MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.42" and @displayName="DMII W RENAL MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.42" and @displayName="DMII W RENAL MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.40" and @displayName="DMII W RENAL MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.40" and @displayName="DMII W RENAL MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.40" and @displayName="DMII W RENAL MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.90" and @displayName="DMII W UNSPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.90" and @displayName="DMII W UNSPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.90" and @displayName="DMII W UNSPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.92" and @displayName="DMII W UNSPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.92" and @displayName="DMII W UNSPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.92" and @displayName="DMII W UNSPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.00" and @displayName="DMII W/O CMP NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.00" and @displayName="DMII W/O CMP NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.00" and @displayName="DMII W/O CMP NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.02" and @displayName="DMII W/O CMP UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.02" and @displayName="DMII W/O CMP UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.02" and @displayName="DMII W/O CMP UNCNTRLD") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228511006" and @displayName="Does not chew tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228491005" and @displayName="Does not use snuff") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194843003" and @displayName="Double coronary vessel disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="78459008" and @displayName="Double incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228312003" and @displayName="Drinks alcohol evenly through week") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408942001" and @displayName="Drug abuse prevention assessment") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.33" and @displayName="DRUG DEPEND IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.33" and @displayName="DRUG DEPEND IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.33" and @displayName="DRUG DEPEND IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.32" and @displayName="DRUG DEPEND IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.32" and @displayName="DRUG DEPEND IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.32" and @displayName="DRUG DEPEND IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.31" and @displayName="DRUG DEPEND IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.31" and @displayName="DRUG DEPEND IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.31" and @displayName="DRUG DEPEND IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.30" and @displayName="DRUG DEPEND IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.30" and @displayName="DRUG DEPEND IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.30" and @displayName="DRUG DEPEND IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.34" and @displayName="DRUG DEPEND IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.34" and @displayName="DRUG DEPEND IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.34" and @displayName="DRUG DEPEND IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93432008" and @displayName="Drug-induced asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="397841007" and @displayName="Drug-induced bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5368009" and @displayName="Drug-induced diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5368009" and @displayName="Drug-induced diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5368009" and @displayName="Drug-induced diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="234171009" and @displayName="Drug-induced hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253712002" and @displayName="Dual coronary orifice ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46109009" and @displayName="Dubendocardial ischemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="416704001" and @displayName="DXA scan contraindicated") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="416888009" and @displayName="DXA scan declined") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="417013004" and @displayName="DXA scan not indicated") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.21" and @displayName="EARLY ONSET DELIVERY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.21" and @displayName="EARLY ONSET DELIVERY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.21" and @displayName="EARLY ONSET DELIVERY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.20" and @displayName="EARLY ONSET DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.20" and @displayName="EARLY ONSET DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.20" and @displayName="EARLY ONSET DELIVERY-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426627000" and @displayName="ECG: bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426177001" and @displayName="ECG: sinus bradycardia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.63" and @displayName="ECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.63" and @displayName="ECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.63" and @displayName="ECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.62" and @displayName="ECLAMPSIA-DELIVERED-W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.62" and @displayName="ECLAMPSIA-DELIVERED-W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.62" and @displayName="ECLAMPSIA-DELIVERED-W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.61" and @displayName="ECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.61" and @displayName="ECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.61" and @displayName="ECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.60" and @displayName="ECLAMPSIA-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.60" and @displayName="ECLAMPSIA-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.60" and @displayName="ECLAMPSIA-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.64" and @displayName="ECLAMPSIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.64" and @displayName="ECLAMPSIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.64" and @displayName="ECLAMPSIA-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="15938005" and @displayName="Eclampsia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.80" and @displayName="ECT PREG NEC W/O INT PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.80" and @displayName="ECT PREG NEC W/O INT PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.80" and @displayName="ECT PREG NEC W/O INT PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.90" and @displayName="ECT PREG NOS W/O INT PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.90" and @displayName="ECT PREG NOS W/O INT PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.90" and @displayName="ECT PREG NOS W/O INT PRG") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="406461004" and @displayName="Ectopic atrial beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233892002" and @displayName="Ectopic atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233895000" and @displayName="Ectopic atrioventricular node tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="33413000" and @displayName="Ectopic beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34801009" and @displayName="Ectopic pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34801009" and @displayName="Ectopic pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34801009" and @displayName="Ectopic pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29320008" and @displayName="Ectopic rhythm") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.91" and @displayName="ECTP PREG NOS W INT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.91" and @displayName="ECTP PREG NOS W INT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.91" and @displayName="ECTP PREG NOS W INT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.81" and @displayName="ECTPC PRG NEC W INT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.81" and @displayName="ECTPC PRG NEC W INT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.81" and @displayName="ECTPC PRG NEC W INT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.13" and @displayName="EDEMA IN PREG W/O HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.13" and @displayName="EDEMA IN PREG W/O HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.13" and @displayName="EDEMA IN PREG W/O HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.12" and @displayName="EDEMA IN PREG W/O HYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.12" and @displayName="EDEMA IN PREG W/O HYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.12" and @displayName="EDEMA IN PREG W/O HYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.11" and @displayName="EDEMA IN PREG W/O HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.11" and @displayName="EDEMA IN PREG W/O HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.11" and @displayName="EDEMA IN PREG W/O HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.10" and @displayName="EDEMA IN PREG W/O HYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.10" and @displayName="EDEMA IN PREG W/O HYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.10" and @displayName="EDEMA IN PREG W/O HYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.14" and @displayName="EDEMA IN PREG W/O HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.14" and @displayName="EDEMA IN PREG W/O HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.14" and @displayName="EDEMA IN PREG W/O HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.63" and @displayName="ELDERLY MULTIGRAVDA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.63" and @displayName="ELDERLY MULTIGRAVDA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.63" and @displayName="ELDERLY MULTIGRAVDA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.61" and @displayName="ELDERLY MULTIGRAVIDA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.61" and @displayName="ELDERLY MULTIGRAVIDA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.61" and @displayName="ELDERLY MULTIGRAVIDA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.60" and @displayName="ELDERLY MULTIGRAVIDA-UNSEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.60" and @displayName="ELDERLY MULTIGRAVIDA-UNSEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.60" and @displayName="ELDERLY MULTIGRAVIDA-UNSEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.53" and @displayName="ELDERLY PRIMIGRAVIDA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.53" and @displayName="ELDERLY PRIMIGRAVIDA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.53" and @displayName="ELDERLY PRIMIGRAVIDA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.51" and @displayName="ELDERLY PRIMIGRAVIDA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.51" and @displayName="ELDERLY PRIMIGRAVIDA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.51" and @displayName="ELDERLY PRIMIGRAVIDA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.50" and @displayName="ELDERLY PRIMIGRAVIDA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.50" and @displayName="ELDERLY PRIMIGRAVIDA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.50" and @displayName="ELDERLY PRIMIGRAVIDA-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29399001" and @displayName="Elderly primigravida") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29399001" and @displayName="Elderly primigravida") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29399001" and @displayName="Elderly primigravida") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="309809007" and @displayName="Electromechanical dissocation with successful resuscitation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="234172002" and @displayName="Electromechanical dissocation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="323.51" and @displayName="Encephalitis and encephalmyelitis following immunization procedures") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.01" and @displayName="Encephalomyelitis due to rubella") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="585.6" and @displayName="END STAGE RENAL DISEASE") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46177005" and @displayName="End stage renal disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.3" and @displayName="Endocardial fibroelastosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59997006" and @displayName="Endocrine hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.0" and @displayName="Endomyocardial fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277654008" and @displayName="Enteropathy-associated T-cell lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="307.6" and @displayName="Enuresis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.43" and @displayName="EPILEPSY-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.43" and @displayName="EPILEPSY-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.43" and @displayName="EPILEPSY-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.42" and @displayName="EPILEPSY-DELIVERED W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.42" and @displayName="EPILEPSY-DELIVERED W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.42" and @displayName="EPILEPSY-DELIVERED W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.41" and @displayName="EPILEPSY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.41" and @displayName="EPILEPSY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.41" and @displayName="EPILEPSY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.44" and @displayName="EPILEPSY-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.44" and @displayName="EPILEPSY-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.44" and @displayName="EPILEPSY-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.40" and @displayName="EPILEPSY-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.40" and @displayName="EPILEPSY-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.40" and @displayName="EPILEPSY-UNSPECIFIED") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60620005" and @displayName="Epsilon heavy chain disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426642002" and @displayName="Erthroleukemia FAB M6 in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93451002" and @displayName="Erthroleukemia FAB M6") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404114005" and @displayName="Erythrodermic mycosis fungoides") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="18416000" and @displayName="Essential hypertension complicating AND/OR reason for care during childbirth") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="78808002" and @displayName="Essential hypertension complicating AND/OR reason for care during pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9901000" and @displayName="Essential hypertension complicating AND/OR reason for care during puerperium (disorder)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="72022006" and @displayName="Essential hypertension in obsteric context") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59621000" and @displayName="Essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="266924008" and @displayName="Ex-heavy cigarette smoker (20-29 cigs/day)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8517006" and @displayName="Ex-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228493008" and @displayName="Ex-snuff user") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228513009" and @displayName="Ex-tobacco chewer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228503001" and @displayName="Ex-user of moist powdered tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281239006" and @displayName="Exacerbation of asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425969006" and @displayName="Exacerbation of intermittent asthma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427354000" and @displayName="Exacerbation of persistent asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="423333008" and @displayName="Exanthem due to chicken pox") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428633000" and @displayName="Exanthem due to herpes zoster") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.63" and @displayName="EXCESS FETAL GROWTH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.63" and @displayName="EXCESS FETAL GROWTH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.63" and @displayName="EXCESS FETAL GROWTH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.61" and @displayName="EXCESS FETAL GROWTH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.61" and @displayName="EXCESS FETAL GROWTH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.61" and @displayName="EXCESS FETAL GROWTH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.60" and @displayName="EXCESS FETAL GROWTH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.60" and @displayName="EXCESS FETAL GROWTH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.60" and @displayName="EXCESS FETAL GROWTH-UNSPEC") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9451" and @displayName="EXERCISE CLASSES NON-PHYSICIAN PROVIDER PER SESSION") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9451" and @displayName="EXERCISE CLASSES NONPHYSICIAN PROVIDER") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V65.41" and @displayName="Exercise counseling") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31387002" and @displayName="Exercise-induced asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.81" and @displayName="EXERCSE IND BRONCHOSPASM") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429198000" and @displayName="Exertional hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429561008" and @displayName="Exertional hypotension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V56.0" and @displayName="EXTRACORPOREAL DIALYSIS ENCOUNTER") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188718006" and @displayName="Extramedullary plasmacytoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414166008" and @displayName="Extranodal NK/T-cell lymphoma nasal type") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.00" and @displayName="EXTRINSIC ASTHMA UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.02" and @displayName="EXTRINSIC ASTHMA W (AC) EXAC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.01" and @displayName="EXTRINSIC ASTHMA W STATUS ASTH") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233681001" and @displayName="Extrinsic asthma with asthma attack") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91340006" and @displayName="Extrinsic asthma with status asthmaticus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="63088003" and @displayName="Extrinsic asthma without status asthmaticus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.43" and @displayName="FACE/BROW PRES-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.43" and @displayName="FACE/BROW PRES-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.43" and @displayName="FACE/BROW PRES-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.41" and @displayName="FACE/BROW PRESENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.41" and @displayName="FACE/BROW PRESENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.41" and @displayName="FACE/BROW PRESENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.40" and @displayName="FACE/BROW PRESENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.40" and @displayName="FACE/BROW PRESENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.40" and @displayName="FACE/BROW PRESENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.73" and @displayName="FAILED FORCEP/VAC EXT -ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.73" and @displayName="FAILED FORCEP/VAC EXT -ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.73" and @displayName="FAILED FORCEP/VAC EXT -ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.71" and @displayName="FAILED FORCEP/VAC EXT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.71" and @displayName="FAILED FORCEP/VAC EXT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.71" and @displayName="FAILED FORCEP/VAC EXT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.70" and @displayName="FAILED FORCEP/VAC EXT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.70" and @displayName="FAILED FORCEP/VAC EXT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.70" and @displayName="FAILED FORCEP/VAC EXT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.13" and @displayName="FAILED INDUCTION NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.13" and @displayName="FAILED INDUCTION NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.13" and @displayName="FAILED INDUCTION NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.11" and @displayName="FAILED INDUCTION NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.11" and @displayName="FAILED INDUCTION NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.11" and @displayName="FAILED INDUCTION NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.10" and @displayName="FAILED INDUCTION NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.10" and @displayName="FAILED INDUCTION NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.10" and @displayName="FAILED INDUCTION NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.03" and @displayName="FAILED MECH INDUCTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.03" and @displayName="FAILED MECH INDUCTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.03" and @displayName="FAILED MECH INDUCTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.01" and @displayName="FAILED MECH INDUCTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.01" and @displayName="FAILED MECH INDUCTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.01" and @displayName="FAILED MECH INDUCTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.00" and @displayName="FAILED MECH INDUCTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.00" and @displayName="FAILED MECH INDUCTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.00" and @displayName="FAILED MECH INDUCTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.63" and @displayName="FAILED TRIAL LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.63" and @displayName="FAILED TRIAL LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.63" and @displayName="FAILED TRIAL LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.61" and @displayName="FAILED TRIAL LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.61" and @displayName="FAILED TRIAL LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.61" and @displayName="FAILED TRIAL LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.60" and @displayName="FAILED TRIAL LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.60" and @displayName="FAILED TRIAL LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.60" and @displayName="FAILED TRIAL LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.23" and @displayName="FAMIL HEREDIT DIS AFF FETUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.23" and @displayName="FAMIL HEREDIT DIS AFF FETUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.23" and @displayName="FAMIL HEREDIT DIS AFF FETUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.21" and @displayName="FAMIL HEREDIT DIS AFF FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.21" and @displayName="FAMIL HEREDIT DIS AFF FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.21" and @displayName="FAMIL HEREDIT DIS AFF FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.20" and @displayName="FAMIL HEREDIT DIS AFF FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.20" and @displayName="FAMIL HEREDIT DIS AFF FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.20" and @displayName="FAMIL HEREDIT DIS AFF FETUS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233919006" and @displayName="Familial islate d complete right branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60241006" and @displayName="Female stress incontinence") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.83" and @displayName="FETAL ABN NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.83" and @displayName="FETAL ABN NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.83" and @displayName="FETAL ABN NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.81" and @displayName="FETAL ABN NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.81" and @displayName="FETAL ABN NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.81" and @displayName="FETAL ABN NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.80" and @displayName="FETAL ABN NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.80" and @displayName="FETAL ABN NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.80" and @displayName="FETAL ABN NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.93" and @displayName="FETAL ABN NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.93" and @displayName="FETAL ABN NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.93" and @displayName="FETAL ABN NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.91" and @displayName="FETAL ABN NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.91" and @displayName="FETAL ABN NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.91" and @displayName="FETAL ABN NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.90" and @displayName="FETAL ABN NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.90" and @displayName="FETAL ABN NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.90" and @displayName="FETAL ABN NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.13" and @displayName="FETAL CHROMOSO ABN-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.13" and @displayName="FETAL CHROMOSO ABN-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.13" and @displayName="FETAL CHROMOSO ABN-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.11" and @displayName="FETAL CHROMOSO ABN-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.11" and @displayName="FETAL CHROMOSO ABN-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.11" and @displayName="FETAL CHROMOSO ABN-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.10" and @displayName="FETAL CHROMOSO ABN-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.10" and @displayName="FETAL CHROMOSO ABN-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.10" and @displayName="FETAL CHROMOSO ABN-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.03" and @displayName="FETAL CNS MALFORM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.03" and @displayName="FETAL CNS MALFORM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.03" and @displayName="FETAL CNS MALFORM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.01" and @displayName="FETAL CNS MALFORM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.01" and @displayName="FETAL CNS MALFORM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.01" and @displayName="FETAL CNS MALFORM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.00" and @displayName="FETAL CNS MALFORM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.00" and @displayName="FETAL CNS MALFORM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.00" and @displayName="FETAL CNS MALFORM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.53" and @displayName="FETAL DAMG D/T DRUGS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.53" and @displayName="FETAL DAMG D/T DRUGS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.53" and @displayName="FETAL DAMG D/T DRUGS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.51" and @displayName="FETAL DAMG D/T DRUGS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.51" and @displayName="FETAL DAMG D/T DRUGS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.51" and @displayName="FETAL DAMG D/T DRUGS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.50" and @displayName="FETAL DAMG D/T DRUGS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.50" and @displayName="FETAL DAMG D/T DRUGS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.50" and @displayName="FETAL DAMG D/T DRUGS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.43" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.43" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.43" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.41" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.41" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.41" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.40" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.40" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.40" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.63" and @displayName="FETAL DAMG D/T RADIAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.63" and @displayName="FETAL DAMG D/T RADIAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.63" and @displayName="FETAL DAMG D/T RADIAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.61" and @displayName="FETAL DAMG D/T RADIAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.61" and @displayName="FETAL DAMG D/T RADIAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.61" and @displayName="FETAL DAMG D/T RADIAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.60" and @displayName="FETAL DAMG D/T RADIAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.60" and @displayName="FETAL DAMG D/T RADIAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.60" and @displayName="FETAL DAMG D/T RADIAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.33" and @displayName="FETAL DAMG D/T VIR IN MOM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.33" and @displayName="FETAL DAMG D/T VIR IN MOM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.33" and @displayName="FETAL DAMG D/T VIR IN MOM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.31" and @displayName="FETAL DAMG D/T VIR IN MOM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.31" and @displayName="FETAL DAMG D/T VIR IN MOM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.31" and @displayName="FETAL DAMG D/T VIR IN MOM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.30" and @displayName="FETAL DAMG D/T VIR IN MOM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.30" and @displayName="FETAL DAMG D/T VIR IN MOM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.30" and @displayName="FETAL DAMG D/T VIR IN MOM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.53" and @displayName="FETAL DISPROPOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.53" and @displayName="FETAL DISPROPOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.53" and @displayName="FETAL DISPROPOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.51" and @displayName="FETAL DISPROPOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.51" and @displayName="FETAL DISPROPOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.51" and @displayName="FETAL DISPROPOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.50" and @displayName="FETAL DISPROPOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.50" and @displayName="FETAL DISPROPOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.50" and @displayName="FETAL DISPROPOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.33" and @displayName="FETAL DISTRESS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.33" and @displayName="FETAL DISTRESS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.33" and @displayName="FETAL DISTRESS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.31" and @displayName="FETAL DISTRESS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.31" and @displayName="FETAL DISTRESS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.31" and @displayName="FETAL DISTRESS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.30" and @displayName="FETAL DISTRESS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.30" and @displayName="FETAL DISTRESS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.30" and @displayName="FETAL DISTRESS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.03" and @displayName="FETAL-MATERNAL HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.03" and @displayName="FETAL-MATERNAL HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.03" and @displayName="FETAL-MATERNAL HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.01" and @displayName="FETAL-MATERNAL HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.01" and @displayName="FETAL-MATERNAL HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.01" and @displayName="FETAL-MATERNAL HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.00" and @displayName="FETAL-MATERNAL HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.00" and @displayName="FETAL-MATERNAL HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.00" and @displayName="FETAL-MATERNAL HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.83" and @displayName="FETAL/PLAC PROB NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.83" and @displayName="FETAL/PLAC PROB NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.83" and @displayName="FETAL/PLAC PROB NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.81" and @displayName="FETAL/PLAC PROB NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.81" and @displayName="FETAL/PLAC PROB NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.81" and @displayName="FETAL/PLAC PROB NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.80" and @displayName="FETAL/PLAC PROB NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.80" and @displayName="FETAL/PLAC PROB NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.80" and @displayName="FETAL/PLAC PROB NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.93" and @displayName="FETAL/PLAC PROB NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.93" and @displayName="FETAL/PLAC PROB NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.93" and @displayName="FETAL/PLAC PROB NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.91" and @displayName="FETAL/PLAC PROB NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.91" and @displayName="FETAL/PLAC PROB NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.91" and @displayName="FETAL/PLAC PROB NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.90" and @displayName="FETAL/PLAC PROB NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.90" and @displayName="FETAL/PLAC PROB NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.90" and @displayName="FETAL/PLAC PROB NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.43" and @displayName="FETOPELVIC DISPROPOR-ANTEPARTUM CODN/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.43" and @displayName="FETOPELVIC DISPROPOR-ANTEPARTUM CODN/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.43" and @displayName="FETOPELVIC DISPROPOR-ANTEPARTUM CODN/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.41" and @displayName="FETOPELVIC DISPROPOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.41" and @displayName="FETOPELVIC DISPROPOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.41" and @displayName="FETOPELVIC DISPROPOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.40" and @displayName="FETOPELVIC DISPROPOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.40" and @displayName="FETOPELVIC DISPROPOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.40" and @displayName="FETOPELVIC DISPROPOR-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="40593004" and @displayName="Fibrillation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="2751001" and @displayName="Fibrocalculous pancreatic diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="2751001" and @displayName="Fibrocalculous pancreatic diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="2751001" and @displayName="Fibrocalculous pancreatic diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420663008" and @displayName="Finding of urinary incontinence occurrence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228273003" and @displayName="Finding relating to alcohol drinking behavior") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228499007" and @displayName="Finding relating to moist tobacco use") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228509002" and @displayName="Finding relating to tobacco chewing") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="270492004" and @displayName="First degree atrioventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13151001" and @displayName="Flax-dressers disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404147001" and @displayName="Follicular center B-cell lymphoma (nodal/systemic with skin involvement) ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277618009" and @displayName="Follicular low grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277641001" and @displayName="Follicular malignant lymphoma - large cell ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277624003" and @displayName="Follicular malignant lymphoma - mixed cell type") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277625002" and @displayName="Follicular malignant lymphoma - small cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404109006" and @displayName="Follicular mucinosis type mycosis fungoides") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="308121000" and @displayName="Follicular non-Hodgkins lymphoma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109972003" and @displayName="Follicular non-Hodgkins lymphoma large cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109971005" and @displayName="Follicular non-Hodgkins lymphoma mixed small cleaved cell and large cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109970006" and @displayName="Follicular non-Hodgkins lymphoma small cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188672005" and @displayName="Follicular non-Hodgkins mixed small cleaved and large cell lymphoma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="170795002" and @displayName="Follow-up obesity assessment") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.51" and @displayName="FORCEP/VAC EXT DELIVERY NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.51" and @displayName="FORCEP/VAC EXT DELIVERY NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.51" and @displayName="FORCEP/VAC EXT DELIVERY NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.50" and @displayName="FORCEP/VAC EXT DELIVERY NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.50" and @displayName="FORCEP/VAC EXT DELIVERY NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.50" and @displayName="FORCEP/VAC EXT DELIVERY NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="129847007" and @displayName="Functional urinary incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="440444007" and @displayName="Furcation lesion of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13640000" and @displayName="Fusion beats") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.63" and @displayName="GALACTORRHEA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.63" and @displayName="GALACTORRHEA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.63" and @displayName="GALACTORRHEA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.62" and @displayName="GALACTORRHEA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.62" and @displayName="GALACTORRHEA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.62" and @displayName="GALACTORRHEA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.61" and @displayName="GALACTORRHEA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.61" and @displayName="GALACTORRHEA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.61" and @displayName="GALACTORRHEA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.60" and @displayName="GALACTORRHEA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.60" and @displayName="GALACTORRHEA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.60" and @displayName="GALACTORRHEA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.64" and @displayName="GALACTORRHEA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.64" and @displayName="GALACTORRHEA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.64" and @displayName="GALACTORRHEA-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109984001" and @displayName="Gamma heavy chain disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422275004" and @displayName="Gangrene associated with diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422275004" and @displayName="Gangrene associated with diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422275004" and @displayName="Gangrene associated with diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276811008" and @displayName="Gastric lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.11" and @displayName="Geniculate herpes zoster") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="22220005" and @displayName="Genuine stress incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46894009" and @displayName="Gestational diabetes mellitus class A 2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46894009" and @displayName="Gestational diabetes mellitus class A 2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46894009" and @displayName="Gestational diabetes mellitus class A 2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75022004" and @displayName="Gestational diabetes mellitus class A1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75022004" and @displayName="Gestational diabetes mellitus class A1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75022004" and @displayName="Gestational diabetes mellitus class A1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71546005" and @displayName="Gestational diabetes mellitus class B 1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71546005" and @displayName="Gestational diabetes mellitus class B 1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71546005" and @displayName="Gestational diabetes mellitus class B 1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422155003" and @displayName="Gestational diabetes mellitus class B") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422155003" and @displayName="Gestational diabetes mellitus class B") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422155003" and @displayName="Gestational diabetes mellitus class B") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421389009" and @displayName="Gestational diabetes mellitus class C") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421389009" and @displayName="Gestational diabetes mellitus class C") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421389009" and @displayName="Gestational diabetes mellitus class C") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421443003" and @displayName="Gestational diabetes mellitus class D") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421443003" and @displayName="Gestational diabetes mellitus class D") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421443003" and @displayName="Gestational diabetes mellitus class D") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421223006" and @displayName="Gestational diabetes mellitus class F") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421223006" and @displayName="Gestational diabetes mellitus class F") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421223006" and @displayName="Gestational diabetes mellitus class F") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420491007" and @displayName="Gestational diabetes mellitus class H") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420491007" and @displayName="Gestational diabetes mellitus class H") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420491007" and @displayName="Gestational diabetes mellitus class H") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420989005" and @displayName="Gestational diabetes mellitus class R") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420989005" and @displayName="Gestational diabetes mellitus class R") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420989005" and @displayName="Gestational diabetes mellitus class R") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420738003" and @displayName="Gestational diabetes mellitus class T") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420738003" and @displayName="Gestational diabetes mellitus class T") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420738003" and @displayName="Gestational diabetes mellitus class T") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11687002" and @displayName="Gestational diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11687002" and @displayName="Gestational diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11687002" and @displayName="Gestational diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="308551004" and @displayName="Gestational hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236660009" and @displayName="Giggle incontinence of urine") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123800009" and @displayName="Goldblatt hypertension (disorder)") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.13" and @displayName="GONORRHEA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.13" and @displayName="GONORRHEA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.13" and @displayName="GONORRHEA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.12" and @displayName="GONORRHEA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.12" and @displayName="GONORRHEA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.12" and @displayName="GONORRHEA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.11" and @displayName="GONORRHEA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.11" and @displayName="GONORRHEA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.11" and @displayName="GONORRHEA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.10" and @displayName="GONORRHEA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.10" and @displayName="GONORRHEA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.10" and @displayName="GONORRHEA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.14" and @displayName="GONORRHEA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.14" and @displayName="GONORRHEA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.14" and @displayName="GONORRHEA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.50" and @displayName="Graft-versus-host disease unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.43" and @displayName="GRAND MULTIPARITY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.43" and @displayName="GRAND MULTIPARITY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.43" and @displayName="GRAND MULTIPARITY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.41" and @displayName="GRAND MULTIPARITY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.41" and @displayName="GRAND MULTIPARITY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.41" and @displayName="GRAND MULTIPARITY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.40" and @displayName="GRAND MULTIPARITY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.40" and @displayName="GRAND MULTIPARITY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.40" and @displayName="GRAND MULTIPARITY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.3" and @displayName="GRAND MULTIPARITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.5" and @displayName="GRAND MULTIPARITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.3" and @displayName="GRAND MULTIPARITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.5" and @displayName="GRAND MULTIPARITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.3" and @displayName="GRAND MULTIPARITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.5" and @displayName="GRAND MULTIPARITY") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404155008" and @displayName="Granulocytic sarcoma affecting skin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188738007" and @displayName="Granulocytic sarcoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404112009" and @displayName="Granulomatous mycosis fungoides") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.63" and @displayName="GU INFECTION IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.63" and @displayName="GU INFECTION IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.63" and @displayName="GU INFECTION IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.62" and @displayName="GU INFECTION IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.62" and @displayName="GU INFECTION IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.62" and @displayName="GU INFECTION IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.61" and @displayName="GU INFECTION IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.61" and @displayName="GU INFECTION IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.61" and @displayName="GU INFECTION IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.60" and @displayName="GU INFECTION IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.60" and @displayName="GU INFECTION IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.60" and @displayName="GU INFECTION IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.64" and @displayName="GU INFECTION IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.64" and @displayName="GU INFECTION IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.64" and @displayName="GU INFECTION IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="161466001" and @displayName="H/O: alcoholism") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="308065005" and @displayName="H/O: myocardial infarction in last year") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275905002" and @displayName="H/O: myocardial problem") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.33" and @displayName="HABITUAL ABORTER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.33" and @displayName="HABITUAL ABORTER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.33" and @displayName="HABITUAL ABORTER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.31" and @displayName="HABITUAL ABORTER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.31" and @displayName="HABITUAL ABORTER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.31" and @displayName="HABITUAL ABORTER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.30" and @displayName="HABITUAL ABORTER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.30" and @displayName="HABITUAL ABORTER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.30" and @displayName="HABITUAL ABORTER-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118613001" and @displayName="Hairy cell leukemia (clinical)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93151007" and @displayName="Hairy cell leukemia of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277568007" and @displayName="Hairy cell leukemia variant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230088007" and @displayName="Hard liquor intake") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="67415000" and @displayName="Hay asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233683003" and @displayName="Hay fever with asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.6" and @displayName="Health examination in population surveys") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.6" and @displayName="Health examination in population surveys") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.6" and @displayName="Health examination in population surveys") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.6" and @displayName="Health examination in population surveys") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.5" and @displayName="Health examination of defined subpopulations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.5" and @displayName="Health examination of defined subpopulations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.5" and @displayName="Health examination of defined subpopulations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.5" and @displayName="Health examination of defined subpopulations") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233924009" and @displayName="Heart failure as a complication of care") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.9" and @displayName="HEART FAILURE NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="84114007" and @displayName="Heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="68979007" and @displayName="Heavy chain disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160605003" and @displayName="Heavy cigarette smoker (20-29 cigs/day)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230063004" and @displayName="Heavy cigarette smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="56771006" and @displayName="Heavy smoker (20 or more per day)") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.83" and @displayName="HEM EARLY PREG NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.83" and @displayName="HEM EARLY PREG NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.83" and @displayName="HEM EARLY PREG NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.81" and @displayName="HEM EARLY PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.81" and @displayName="HEM EARLY PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.81" and @displayName="HEM EARLY PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.80" and @displayName="HEM EARLY PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.80" and @displayName="HEM EARLY PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.80" and @displayName="HEM EARLY PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.93" and @displayName="HEM EARLY PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.93" and @displayName="HEM EARLY PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.93" and @displayName="HEM EARLY PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.91" and @displayName="HEM EARLY PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.91" and @displayName="HEM EARLY PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.91" and @displayName="HEM EARLY PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.90" and @displayName="HEM EARLY PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.90" and @displayName="HEM EARLY PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.90" and @displayName="HEM EARLY PREG NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408667000" and @displayName="Hemodialysis-associated hypotension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="458.21" and @displayName="HEMODODIALYSIS HYPOTENSN") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V02.61" and @displayName="Hepatitis B carrier") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="315058005" and @displayName="Hereditary nonpolyposis colon cancer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422471006" and @displayName="Herpes zoster acute retinal necrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422127002" and @displayName="Herpes zoster associated with AIDS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="21954000" and @displayName="Herpes zoster auricularis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="410509003" and @displayName="Herpes zoster conjunctivitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424801004" and @displayName="Herpes zoster corneal endotheliolitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422666006" and @displayName="Herpes zoster corneal epitheliopathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.20" and @displayName="Herpes zoster dermatitis of eyelid") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="186525007" and @displayName="Herpes zoster dermatitis of eyelids") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="400020001" and @displayName="Herpes zoster dermatitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230176008" and @displayName="Herpes zoster encephalitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="235059009" and @displayName="Herpes zoster infection of oral mucosa") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426570007" and @displayName="Herpes zoster interstitial keratitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="402897003" and @displayName="Herpes zoster involving cervical dermatome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="402898008" and @displayName="Herpes zoster involving sacral dermatome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.22" and @displayName="Herpes zoster iridocyclitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10698009" and @displayName="Herpes zoster iridocyclitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="397573005" and @displayName="Herpes zoster keratitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.21" and @displayName="Herpes zoster keratoconjunctivitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42448002" and @displayName="Herpes zoster keratoconjunctivitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.14" and @displayName="Herpes zoster myelitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87513003" and @displayName="Herpes zoster ophthalmicus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424435009" and @displayName="Herpes zoster pseudodendrites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424941009" and @displayName="Herpes zoster radiculitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425356002" and @displayName="Herpes zoster retinal pigment epithelial detachment") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422446008" and @displayName="Herpes zoster subepithelial infiltrates") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49183009" and @displayName="Herpes zoster with complication") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.0" and @displayName="Herpes zoster with meningitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10491005" and @displayName="Herpes zoster with meningitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111861003" and @displayName="Herpes zoster with nervous system complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="186524006" and @displayName="Herpes zoster with ophthalmic complication") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.19" and @displayName="Herpes zoster with other nervous system complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.29" and @displayName="Herpes zoster with other ophthalmic complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.79" and @displayName="Herpes zoster with other specified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.8" and @displayName="Herpes zoster with unspecified complication") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.10" and @displayName="Herpes zoster with unspecified nervous system complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111859007" and @displayName="Herpes zoster without complication") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.9" and @displayName="Herpes zoster without mention of complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4740000" and @displayName="Herpes zoster") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277617004" and @displayName="High grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277643003" and @displayName="High grade T-cell lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.53" and @displayName="HIGH HEAD AT TERM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.53" and @displayName="HIGH HEAD AT TERM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.53" and @displayName="HIGH HEAD AT TERM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.51" and @displayName="HIGH HEAD AT TERM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.51" and @displayName="HIGH HEAD AT TERM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.51" and @displayName="HIGH HEAD AT TERM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.50" and @displayName="HIGH HEAD AT TERM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.50" and @displayName="HIGH HEAD AT TERM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.50" and @displayName="HIGH HEAD AT TERM-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10091002" and @displayName="High output heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="386322007" and @displayName="High risk pregnancy care") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="386322007" and @displayName="High risk pregnancy care") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="386322007" and @displayName="High risk pregnancy care") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="47200007" and @displayName="High risk pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="47200007" and @displayName="High risk pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="47200007" and @displayName="High risk pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.41" and @displayName="HIGH VAGINAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.41" and @displayName="HIGH VAGINAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.41" and @displayName="HIGH VAGINAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.40" and @displayName="HIGH VAGINAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.40" and @displayName="HIGH VAGINAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.40" and @displayName="HIGH VAGINAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.44" and @displayName="HIGH VAGINAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.44" and @displayName="HIGH VAGINAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.44" and @displayName="HIGH VAGINAL LAC-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="19769006" and @displayName="High-renin essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="161503005" and @displayName="History of - myocardial infarct at age greater than 60") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="161502000" and @displayName="History of - myocardial infarct at age less than 60") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="399211009" and @displayName="History of - myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429047008" and @displayName="History of adenomatous polyp of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="440935004" and @displayName="History of beta adrenergic recptor blocking agent therapy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427816007" and @displayName="History of colectomy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429699009" and @displayName="History of malignant neoplasm of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429084005" and @displayName="History of malignant neoplasm of rectum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428283002" and @displayName="History of polyp of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="186723002" and @displayName="HIV disease resulting in Burkitts lymphoma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118607005" and @displayName="Hodgkin lymphoma lymphocyte-rich ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118605002" and @displayName="Hodgkin lymphoma nodular lymphocyte predominance") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="402882001" and @displayName="Hodgkins disease affecting skin ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426071002" and @displayName="Hodgkins disease in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93528000" and @displayName="Hodgkins disease of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93520007" and @displayName="Hodgkins disease of intra-abdominal lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93521006" and @displayName="Hodgkins disease of intrapelvic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93522004" and @displayName="Hodgkins disease of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93523009" and @displayName="Hodgkins disease of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93524003" and @displayName="Hodgkins disease of lymph nodes of head face AND/OR neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93525002" and @displayName="Hodgkins disease of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93526001" and @displayName="Hodgkins disease of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93527005" and @displayName="Hodgkins disease of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.93" and @displayName="Hodgkins disease unspecified intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.96" and @displayName="Hodgkins disease unspecified intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.92" and @displayName="Hodgkins disease unspecified intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.98" and @displayName="Hodgkins disease unspecified lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.94" and @displayName="Hodgkins disease unspecified lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.91" and @displayName="Hodgkins disease unspecified lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.95" and @displayName="Hodgkins disease unspecified lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.97" and @displayName="Hodgkins disease unspecified spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.90" and @displayName="Hodgkins disease unspecified unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.43" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.46" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.42" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.48" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.44" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.41" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.45" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.47" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.40" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.63" and @displayName="Hodgkins disease with mixed cellularity of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.66" and @displayName="Hodgkins disease with mixed cellularity of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.62" and @displayName="Hodgkins disease with mixed cellularity of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.68" and @displayName="Hodgkins disease with mixed cellularity of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.64" and @displayName="Hodgkins disease with mixed cellularity of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.61" and @displayName="Hodgkins disease with mixed cellularity of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.65" and @displayName="Hodgkins disease with mixed cellularity of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.67" and @displayName="Hodgkins disease with mixed cellularity of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.60" and @displayName="Hodgkins disease with mixed cellularity of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.53" and @displayName="Hodgkins disease with nodular sclerosis of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.56" and @displayName="Hodgkins disease with nodular sclerosis of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.52" and @displayName="Hodgkins disease with nodular sclerosis of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.58" and @displayName="Hodgkins disease with nodular sclerosis of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.54" and @displayName="Hodgkins disease with nodular sclerosis of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.51" and @displayName="Hodgkins disease with nodular sclerosis of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.55" and @displayName="Hodgkins disease with nodular sclerosis of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.57" and @displayName="Hodgkins disease with nodular sclerosis of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.50" and @displayName="Hodgkins disease with nodular sclerosis of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93492006" and @displayName="Hodgkins disease lymphocytic depletion of extranodal AND/OR solid organ site") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188587006" and @displayName="Hodgkins disease lymphocytic depletion of intra-abdominal lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188591001" and @displayName="Hodgkins disease lymphocytic depletion of intrapelvic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188586002" and @displayName="Hodgkins disease lymphocytic depletion of intrathoracic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188589009" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93487009" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188585003" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93488004" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of head face AND/OR neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426885008" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of head") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188590000" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93489007" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188593003" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of multiple sites ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188592008" and @displayName="Hodgkins disease lymphocytic depletion of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307633009" and @displayName="Hodgkins disease lymphocytic depletion diffuse fibrosis ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307634003" and @displayName="Hodgkins disease lymphocytic depletion reticular type ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118610003" and @displayName="Hodgkins disease lymphocytic depletion") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277609007" and @displayName="Hodgkins disease lymphocytic predominance - diffuse") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277608004" and @displayName="Hodgkins disease lymphocytic predominance - nodular") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93501005" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93493001" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of intra-abdominal lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93494007" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93495008" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of intrathoracic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188558005" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93496009" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of axilla AND/OR upper limb ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188554007" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93497000" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of head face AND/OR neck ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188559002" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93498005" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of inguinal region AND/OR lower limb ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188562004" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93500006" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93510002" and @displayName="Hodgkins disease mixed cellularity of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188577007" and @displayName="Hodgkins disease mixed cellularity of intra-abdominal lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188580008" and @displayName="Hodgkins disease mixed cellularity of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188576003" and @displayName="Hodgkins disease mixed cellularity of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188578002" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93505001" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188575004" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93506000" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of head face AND/OR neck ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188579005" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93507009" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188582000" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of multiple sites ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93509007" and @displayName="Hodgkins disease mixed cellularity of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118609008" and @displayName="Hodgkins disease mixed cellularity") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307635002" and @displayName="Hodgkins disease nodular sclerosis - cellular phase (disorder)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277612005" and @displayName="Hodgkins disease nodular sclerosis - lymphocytic depletion ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277610002" and @displayName="Hodgkins disease nodular sclerosis - lymphocytic predominance ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277611003" and @displayName="Hodgkins disease nodular sclerosis - mixed cellularity ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118608000" and @displayName="Hodgkins disease nodular sclerosis ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93519001" and @displayName="Hodgkins disease nodular sclerosis of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188567005" and @displayName="Hodgkins disease nodular sclerosis of intra-abdominal lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188570009" and @displayName="Hodgkins disease nodular sclerosis of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188566001" and @displayName="Hodgkins disease nodular sclerosis of intrathoracic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188568000" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93514006" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188565002" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93515007" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of head face AND/OR neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188569008" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93516008" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188572001" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of multiple sites ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93518009" and @displayName="Hodgkins disease nodular sclerosis of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118599009" and @displayName="Hodgkins disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.73" and @displayName="Hodgkins diseasse with lymphocytic depletion of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.76" and @displayName="Hodgkins diseasse with lymphocytic depletion of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.72" and @displayName="Hodgkins diseasse with lymphocytic depletion of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.78" and @displayName="Hodgkins diseasse with lymphocytic depletion of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.74" and @displayName="Hodgkins diseasse with lymphocytic depletion of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.71" and @displayName="Hodgkins diseasse with lymphocytic depletion of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.75" and @displayName="Hodgkins diseasse with lymphocytic depletion of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.77" and @displayName="Hodgkins diseasse with lymphocytic depletion of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.70" and @displayName="Hodgkins diseasse with lymphocytic depletion of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93537000" and @displayName="Hodgkins granuloma of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188536008" and @displayName="Hodgkins granuloma of intra-abdominal lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.13" and @displayName="Hodgkins granuloma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.16" and @displayName="Hodgkins granuloma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93530003" and @displayName="Hodgkins granuloma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.12" and @displayName="Hodgkins granuloma of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93531004" and @displayName="Hodgkins granuloma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.18" and @displayName="Hodgkins granuloma of lymph nodes multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188537004" and @displayName="Hodgkins granuloma of lymph nodes of axilla and upper limb ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.14" and @displayName="Hodgkins granuloma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93532006" and @displayName="Hodgkins granuloma of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.11" and @displayName="Hodgkins granuloma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188534006" and @displayName="Hodgkins granuloma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93533001" and @displayName="Hodgkins granuloma of lymph nodes of head face AND/OR neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188538009" and @displayName="Hodgkins granuloma of lymph nodes of inguinal region and lower limb ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.15" and @displayName="Hodgkins granuloma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93534007" and @displayName="Hodgkins granuloma of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188541000" and @displayName="Hodgkins granuloma of lymph nodes of multiple sites ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.17" and @displayName="Hodgkins granuloma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93536009" and @displayName="Hodgkins granuloma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.10" and @displayName="Hodgkins granuloma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118602004" and @displayName="Hodgkins granuloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93546006" and @displayName="Hodgkins paragranuloma of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188526000" and @displayName="Hodgkins paragranuloma of intra-abdominal lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.03" and @displayName="Hodgkins paragranuloma of intra-abdominal lympn nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188529007" and @displayName="Hodgkins paragranuloma of intrapelvic lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.06" and @displayName="Hodgkins paragranuloma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188524002" and @displayName="Hodgkins paragranuloma of intrathoracic lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.02" and @displayName="Hodgkins paragranuloma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.08" and @displayName="Hodgkins paragranuloma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.04" and @displayName="Hodgkins paragranuloma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93541001" and @displayName="Hodgkins paragranuloma of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.01" and @displayName="Hodgkins paragranuloma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93542008" and @displayName="Hodgkins paragranuloma of lymph nodes of head face AND/OR neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.05" and @displayName="Hodgkins paragranuloma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93543003" and @displayName="Hodgkins paragranuloma of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188531003" and @displayName="Hodgkins paragranuloma of lymph nodes of multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.07" and @displayName="Hodgkins paragranuloma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93545005" and @displayName="Hodgkins paragranuloma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.00" and @displayName="Hodgkins paragranuloma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118606001" and @displayName="Hodgkins sarcoma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93555009" and @displayName="Hodgkins sarcoma of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93547002" and @displayName="Hodgkins sarcoma of intra-abdominal lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.23" and @displayName="Hodgkins sarcoma of intra-abdominal lympn nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93548007" and @displayName="Hodgkins sarcoma of intrapelvic lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.26" and @displayName="Hodgkins sarcoma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93549004" and @displayName="Hodgkins sarcoma of intrathoracic lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.22" and @displayName="Hodgkins sarcoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.28" and @displayName="Hodgkins sarcoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.24" and @displayName="Hodgkins sarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188547001" and @displayName="Hodgkins sarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93550004" and @displayName="Hodgkins sarcoma of lymph nodes of axilla AND/OR upper limb ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.21" and @displayName="Hodgkins sarcoma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93551000" and @displayName="Hodgkins sarcoma of lymph nodes of head face AND/OR neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.25" and @displayName="Hodgkins sarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188548006" and @displayName="Hodgkins sarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93552007" and @displayName="Hodgkins sarcoma of lymph nodes of inguinal region AND/OR lower limb ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188551004" and @displayName="Hodgkins sarcoma of lymph nodes of multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.27" and @displayName="Hodgkins sarcoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93554008" and @displayName="Hodgkins sarcoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.20" and @displayName="Hodgkins sarcoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188561006" and @displayName="Hodgkins lymphocytic-histiocytic predominance of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123763000" and @displayName="Houssays syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123763000" and @displayName="Houssays syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123763000" and @displayName="Houssays syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="042" and @displayName="Human immunodeficiency virus [HIV] disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="410500004" and @displayName="Hutchinson`s sign") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V10.05" and @displayName="HX OF COLONIC MALIGNANCY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V15.03" and @displayName="HX OF IRRADIATION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V10.06" and @displayName="HX-RECTAL  and  ANAL MALIGN") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="630" and @displayName="HYDATIDIFORM MOLE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="630" and @displayName="HYDATIDIFORM MOLE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="630" and @displayName="HYDATIDIFORM MOLE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.63" and @displayName="HYDROCEPH FETUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.63" and @displayName="HYDROCEPH FETUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.63" and @displayName="HYDROCEPH FETUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.61" and @displayName="HYDROCEPH FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.61" and @displayName="HYDROCEPH FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.61" and @displayName="HYDROCEPH FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.60" and @displayName="HYDROCEPH FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.60" and @displayName="HYDROCEPH FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.60" and @displayName="HYDROCEPH FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.91" and @displayName="HYP HRT DIS NOS W HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.91" and @displayName="HYP HRT/REN DIS W HF ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.93" and @displayName="HYP HRT/REN DIS W HF and RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.92" and @displayName="HYP HRT/REN DIS W RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.93" and @displayName="HYP IN PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.93" and @displayName="HYP IN PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.93" and @displayName="HYP IN PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.92" and @displayName="HYP IN PREG NOS-DELIVERED- W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.92" and @displayName="HYP IN PREG NOS-DELIVERED- W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.92" and @displayName="HYP IN PREG NOS-DELIVERED- W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.91" and @displayName="HYP IN PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.91" and @displayName="HYP IN PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.91" and @displayName="HYP IN PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.90" and @displayName="HYP IN PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.90" and @displayName="HYP IN PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.90" and @displayName="HYP IN PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.94" and @displayName="HYP IN PREG NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.94" and @displayName="HYP IN PREG NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.94" and @displayName="HYP IN PREG NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.91" and @displayName="HYP REN DIS W RF") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="61933008" and @displayName="Hyperadrenergic postural hypotension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.13" and @displayName="HYPEREM GRAV W METAB DIS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.13" and @displayName="HYPEREM GRAV W METAB DIS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.13" and @displayName="HYPEREM GRAV W METAB DIS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.11" and @displayName="HYPEREM GRAV W METAB DIS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.11" and @displayName="HYPEREM GRAV W METAB DIS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.11" and @displayName="HYPEREM GRAV W METAB DIS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.10" and @displayName="HYPEREM GRAV W METAB DIS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.10" and @displayName="HYPEREM GRAV W METAB DIS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.10" and @displayName="HYPEREM GRAV W METAB DIS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="278189009" and @displayName="Hypergranular promyelocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428896009" and @displayName="Hyperosmolality due to uncontrolled type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428896009" and @displayName="Hyperosmolality due to uncontrolled type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428896009" and @displayName="Hyperosmolality due to uncontrolled type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237613005" and @displayName="Hyperproinsulinemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237613005" and @displayName="Hyperproinsulinemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237613005" and @displayName="Hyperproinsulinemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427889009" and @displayName="Hypertension associated with transplantation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198941007" and @displayName="Hypertension complicating pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="169465000" and @displayName="Hypertension induced by oral contraceptive pill") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194791005" and @displayName="Hypertension secondary to drug") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194788005" and @displayName="Hypertension secondary to endocrine disorder") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428575007" and @displayName="Hypertension secondary to kidney transplant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="26078007" and @displayName="Hypertension secondary to renal disease complicating AND/OR reason for care during childbirth") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="48552006" and @displayName="Hypertension secondary to renal disease complicating AND/OR reason for care during pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39727004" and @displayName="Hypertension secondary to renal disease complicating AND/OR reason for care during puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="397748008" and @displayName="Hypertension with albuminuria") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="367390009" and @displayName="Hypertension without albuminuria AND without edema in the obstetric context") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.00" and @displayName="Hypertensive chronic kidney disease malignant with chronic kidney disease stage I through stage IV or unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="50490005" and @displayName="Hypertensive encephalopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="62275004" and @displayName="Hypertensive episode") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.03" and @displayName="Hypertensive heart and chronic kidney disease malignant with heart failure and chronic kidney failure stage V or end stage renal disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.02" and @displayName="Hypertensive heart and chronic kidney disease malignant without heart failure and with chronic kidney disease stage V or end stage renal disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.00" and @displayName="Hypertensive heart and chronic kidney disease malignant without mention of heart failure and with chronic kidney disease stage I through stage IV or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.01" and @displayName="Hypertensive heart and kidney disease malignant with heart failure and with chronic kidney disease stage I through stage IV or unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="86234004" and @displayName="Hypertensive heart AND renal disease ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194779001" and @displayName="Hypertensive heart and renal disease with (congestive) heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194781004" and @displayName="Hypertensive heart and renal disease with both (congestive) heart failure and renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.13" and @displayName="Hypertensive heart and renal disease benign with heart failure and renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.11" and @displayName="Hypertensive heart and renal disease benign with heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.12" and @displayName="Hypertensive heart and renal disease benign with renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.10" and @displayName="Hypertensive heart and renal disease benign without mention of heart failure or renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.93" and @displayName="Hypertensive heart and renal disease unspecified with heart failure and renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.91" and @displayName="Hypertensive heart and renal disease unspecified with heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.92" and @displayName="Hypertensive heart and renal disease unspecified with renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.90" and @displayName="Hypertensive heart and renal disease unspecified without mention of heart failure or renal failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5148006" and @displayName="Hypertensive heart disease with congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46113002" and @displayName="Hypertensive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194774006" and @displayName="Hypertensive renal disease with renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.11" and @displayName="Hypertensive renal disease benign with renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.10" and @displayName="Hypertensive renal disease benign without mention of renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.01" and @displayName="Hypertensive renal disease malignant with chronic kidney disease stage V or end stage renal disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.91" and @displayName="Hypertensive renal disease unspecified with renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.90" and @displayName="Hypertensive renal disease unspecified without mention of renal failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38481006" and @displayName="Hypertensive renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49220004" and @displayName="Hypertensive renal failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73030000" and @displayName="Hypertenvie renal disease in obsteric context") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.1" and @displayName="HYPERTR OBSTR CARDIOMYOP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233873004" and @displayName="Hypertrophic cardiomyopathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.1" and @displayName="Hypertrophic obstructive cardiomyopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="45227007" and @displayName="Hypertrophic obstructive cardiomyopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="86234004" and @displayName="Hypetensive heart AND renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70247006" and @displayName="Hypoadrenergic postural hypotension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.00" and @displayName="Hypogammaglobulinemia unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360546002" and @displayName="Hypoglycemic shock") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360546002" and @displayName="Hypoglycemic shock") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360546002" and @displayName="Hypoglycemic shock") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="458.8" and @displayName="HYPOTENSION NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="458.9" and @displayName="HYPOTENSION NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="458.29" and @displayName="IATROGENC HYPOTNSION NEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408668005" and @displayName="Iatrogenic hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69730002" and @displayName="Idiojunctional tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195506001" and @displayName="Idiopathic hypotension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.4" and @displayName="Idiosyncratic alcohol intoxication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285423008" and @displayName="IgA monoclonal gammopathy of uncertain significance ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285420006" and @displayName="IgA myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285428004" and @displayName="IgD monoclonal gammopathy of uncertain significance") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285422003" and @displayName="IgD myeloma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424643009" and @displayName="IgE-mediated allergic asthma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285424002" and @displayName="IgG monoclonal gammopathy of uncertain significance ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285421005" and @displayName="IgG myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285426000" and @displayName="IgM monoclonal gammopathy of uncertain significance") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.71" and @displayName="ILLEG AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.71" and @displayName="ILLEG AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.71" and @displayName="ILLEG AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.81" and @displayName="ILLEG AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.81" and @displayName="ILLEG AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.81" and @displayName="ILLEG AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.62" and @displayName="ILLEG AB W EMBOLISM-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.62" and @displayName="ILLEG AB W EMBOLISM-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.62" and @displayName="ILLEG AB W EMBOLISM-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.61" and @displayName="ILLEG AB W EMBOLISM-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.61" and @displayName="ILLEG AB W EMBOLISM-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.61" and @displayName="ILLEG AB W EMBOLISM-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.60" and @displayName="ILLEG AB W EMBOLISM-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.60" and @displayName="ILLEG AB W EMBOLISM-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.60" and @displayName="ILLEG AB W EMBOLISM-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.12" and @displayName="ILLEG AB W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.12" and @displayName="ILLEG AB W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.12" and @displayName="ILLEG AB W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.11" and @displayName="ILLEG AB W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.11" and @displayName="ILLEG AB W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.11" and @displayName="ILLEG AB W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.10" and @displayName="ILLEG AB W HEMORR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.10" and @displayName="ILLEG AB W HEMORR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.10" and @displayName="ILLEG AB W HEMORR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.42" and @displayName="ILLEG AB W MET DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.42" and @displayName="ILLEG AB W MET DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.42" and @displayName="ILLEG AB W MET DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.40" and @displayName="ILLEG AB W MET DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.40" and @displayName="ILLEG AB W MET DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.40" and @displayName="ILLEG AB W MET DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.41" and @displayName="ILLEG AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.41" and @displayName="ILLEG AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.41" and @displayName="ILLEG AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.21" and @displayName="ILLEG AB W PEL DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.21" and @displayName="ILLEG AB W PEL DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.21" and @displayName="ILLEG AB W PEL DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.22" and @displayName="ILLEG AB W PEL DAMG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.22" and @displayName="ILLEG AB W PEL DAMG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.22" and @displayName="ILLEG AB W PEL DAMG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.20" and @displayName="ILLEG AB W PEL DAMG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.20" and @displayName="ILLEG AB W PEL DAMG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.20" and @displayName="ILLEG AB W PEL DAMG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.02" and @displayName="ILLEG AB W PELV INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.02" and @displayName="ILLEG AB W PELV INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.02" and @displayName="ILLEG AB W PELV INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.01" and @displayName="ILLEG AB W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.01" and @displayName="ILLEG AB W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.01" and @displayName="ILLEG AB W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.00" and @displayName="ILLEG AB W PELV INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.00" and @displayName="ILLEG AB W PELV INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.00" and @displayName="ILLEG AB W PELV INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.32" and @displayName="ILLEG AB W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.32" and @displayName="ILLEG AB W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.32" and @displayName="ILLEG AB W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.31" and @displayName="ILLEG AB W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.31" and @displayName="ILLEG AB W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.31" and @displayName="ILLEG AB W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.30" and @displayName="ILLEG AB W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.30" and @displayName="ILLEG AB W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.30" and @displayName="ILLEG AB W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.92" and @displayName="ILLEG ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.92" and @displayName="ILLEG ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.92" and @displayName="ILLEG ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.91" and @displayName="ILLEG ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.91" and @displayName="ILLEG ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.91" and @displayName="ILLEG ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.90" and @displayName="ILLEG ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.90" and @displayName="ILLEG ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.90" and @displayName="ILLEG ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.52" and @displayName="ILLEG ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.52" and @displayName="ILLEG ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.52" and @displayName="ILLEG ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.51" and @displayName="ILLEG ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.51" and @displayName="ILLEG ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.51" and @displayName="ILLEG ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.50" and @displayName="ILLEG ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.50" and @displayName="ILLEG ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.50" and @displayName="ILLEG ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.72" and @displayName="ILLG AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.72" and @displayName="ILLG AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.72" and @displayName="ILLG AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.70" and @displayName="ILLG AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.70" and @displayName="ILLG AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.70" and @displayName="ILLG AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.82" and @displayName="ILLG AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.82" and @displayName="ILLG AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.82" and @displayName="ILLG AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.80" and @displayName="ILLG AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.80" and @displayName="ILLG AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.80" and @displayName="ILLG AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.12" and @displayName="IMMEDIATE P/P HEM NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.12" and @displayName="IMMEDIATE P/P HEM NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.12" and @displayName="IMMEDIATE P/P HEM NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.10" and @displayName="IMMEDIATE P/P HEM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.10" and @displayName="IMMEDIATE P/P HEM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.10" and @displayName="IMMEDIATE P/P HEM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.14" and @displayName="IMMEDIATE P/P HEM NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.14" and @displayName="IMMEDIATE P/P HEM NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.14" and @displayName="IMMEDIATE P/P HEM NEC-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421835000" and @displayName="Immunoblastic lymphoma associated with AIDS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.05" and @displayName="Immunodeficiency with increased IgM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.10" and @displayName="Immunodeficiency with predominant T-cell defect unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237282002" and @displayName="Impending eclpamsia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233894001" and @displayName="Incessant atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="77221000" and @displayName="Incomplete atrioventricular block with atrioventricular response") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251120003" and @displayName="Incomplete left bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251124007" and @displayName="Incomplete right bundle branch block") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.34" and @displayName="Incontinence without sensory awareness") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="441313008" and @displayName="Indolent multiple myeloma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.83" and @displayName="INFECT/PARA DIS IN PREG NEC-ANTEPARTUM COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.83" and @displayName="INFECT/PARA DIS IN PREG NEC-ANTEPARTUM COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.83" and @displayName="INFECT/PARA DIS IN PREG NEC-ANTEPARTUM COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.82" and @displayName="INFECT/PARA DIS IN PREG NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.82" and @displayName="INFECT/PARA DIS IN PREG NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.82" and @displayName="INFECT/PARA DIS IN PREG NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.81" and @displayName="INFECT/PARA DIS IN PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.81" and @displayName="INFECT/PARA DIS IN PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.81" and @displayName="INFECT/PARA DIS IN PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.80" and @displayName="INFECT/PARA DIS IN PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.80" and @displayName="INFECT/PARA DIS IN PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.80" and @displayName="INFECT/PARA DIS IN PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.84" and @displayName="INFECT/PARA DIS IN PREG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.84" and @displayName="INFECT/PARA DIS IN PREG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.84" and @displayName="INFECT/PARA DIS IN PREG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.03" and @displayName="INFECTION NIPPLE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.03" and @displayName="INFECTION NIPPLE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.03" and @displayName="INFECTION NIPPLE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.02" and @displayName="INFECTION NIPPLE-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.02" and @displayName="INFECTION NIPPLE-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.02" and @displayName="INFECTION NIPPLE-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.01" and @displayName="INFECTION NIPPLE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.01" and @displayName="INFECTION NIPPLE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.01" and @displayName="INFECTION NIPPLE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.00" and @displayName="INFECTION NIPPLE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.00" and @displayName="INFECTION NIPPLE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.00" and @displayName="INFECTION NIPPLE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.04" and @displayName="INFECTION NIPPLE-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.04" and @displayName="INFECTION NIPPLE-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.04" and @displayName="INFECTION NIPPLE-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.91" and @displayName="INFECTION NOS IN PREG -DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.91" and @displayName="INFECTION NOS IN PREG -DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.91" and @displayName="INFECTION NOS IN PREG -DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.93" and @displayName="INFECTION NOS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.93" and @displayName="INFECTION NOS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.93" and @displayName="INFECTION NOS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.92" and @displayName="INFECTION NOS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.92" and @displayName="INFECTION NOS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.92" and @displayName="INFECTION NOS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.90" and @displayName="INFECTION NOS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.90" and @displayName="INFECTION NOS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.90" and @displayName="INFECTION NOS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.94" and @displayName="INFECTION NOS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.94" and @displayName="INFECTION NOS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.94" and @displayName="INFECTION NOS IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390796006" and @displayName="INFLUENZA VACCINATION CONTRAINDICATED") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="315640000" and @displayName="INFLUENZA VACCINATION DECLINED") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="407573008" and @displayName="Influenza vaccination not indicated") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.23" and @displayName="INLET CONTRACTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.23" and @displayName="INLET CONTRACTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.23" and @displayName="INLET CONTRACTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.21" and @displayName="INLET CONTRACTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.21" and @displayName="INLET CONTRACTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.21" and @displayName="INLET CONTRACTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.20" and @displayName="INLET CONTRACTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.20" and @displayName="INLET CONTRACTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.20" and @displayName="INLET CONTRACTION-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="25106000" and @displayName="Inpending infarction") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.83" and @displayName="INSUFFICENT PRENATAL CARE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.83" and @displayName="INSUFFICENT PRENATAL CARE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.83" and @displayName="INSUFFICENT PRENATAL CARE") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408539000" and @displayName="Insulin autoimmune syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408539000" and @displayName="Insulin autoimmune syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408539000" and @displayName="Insulin autoimmune syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111558006" and @displayName="Insulin coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111558006" and @displayName="Insulin coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111558006" and @displayName="Insulin coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23045005" and @displayName="Insulin dependant diabetes mellitus type IA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23045005" and @displayName="Insulin dependant diabetes mellitus type IA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23045005" and @displayName="Insulin dependant diabetes mellitus type IA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28032008" and @displayName="Insulin dependant diabetes mellitus type IB") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28032008" and @displayName="Insulin dependant diabetes mellitus type IB") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28032008" and @displayName="Insulin dependant diabetes mellitus type IB") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237618001" and @displayName="Insulin-dependent diabetes mellitus secretory diarrhea syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237618001" and @displayName="Insulin-dependent diabetes mellitus secretory diarrhea syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237618001" and @displayName="Insulin-dependent diabetes mellitus secretory diarrhea syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9859006" and @displayName="Insulin-resistant diabetes mellitus AND acanthosis nigricans") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9859006" and @displayName="Insulin-resistant diabetes mellitus AND acanthosis nigricans") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9859006" and @displayName="Insulin-resistant diabetes mellitus AND acanthosis nigricans") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237599002" and @displayName="Insulin-treated non-insulin-dependent diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237599002" and @displayName="Insulin-treated non-insulin-dependent diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237599002" and @displayName="Insulin-treated non-insulin-dependent diabetes mellitus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="411.1" and @displayName="INTERMED CORONARY SYND") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285776004" and @displayName="Intermediate grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427603009" and @displayName="Intermittent asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251114004" and @displayName="Intermittent second degree atrioventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38274001" and @displayName="Interpolated PVCs") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360890004" and @displayName="Intolerant ex-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360929005" and @displayName="Intolerant non-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253715000" and @displayName="Intramural coronary artery course") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420788006" and @displayName="Intraocular non-Hodgkin malignant lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.43" and @displayName="INTRAUTERINE DEATH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.43" and @displayName="INTRAUTERINE DEATH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.43" and @displayName="INTRAUTERINE DEATH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.41" and @displayName="INTRAUTERINE DEATH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.41" and @displayName="INTRAUTERINE DEATH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.41" and @displayName="INTRAUTERINE DEATH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.40" and @displayName="INTRAUTERINE DEATH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.40" and @displayName="INTRAUTERINE DEATH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.40" and @displayName="INTRAUTERINE DEATH-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360127006" and @displayName="Intravenous cardiac pacemaker system") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360128001" and @displayName="Intravenous triggered cardiac pacemaker system") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4554005" and @displayName="Intraventricular conduction defect") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.10" and @displayName="INTRINSIC ASTHMA UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.12" and @displayName="INTRINSIC ASTHMA W (AC) EXAC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.11" and @displayName="INTRINSIC ASTHMA W STATUS ASTH") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233685005" and @displayName="Intrinsic asthma with asthma attack") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59327009" and @displayName="Intrinsic asthma with status asthmaticus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="12428000" and @displayName="Intrinsic asthma without status asthmaticus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="266361008" and @displayName="Intrinsic asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.22" and @displayName="INVERSION UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.22" and @displayName="INVERSION UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.22" and @displayName="INVERSION UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.20" and @displayName="INVERSION UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.20" and @displayName="INVERSION UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.20" and @displayName="INVERSION UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.24" and @displayName="INVERSION UTERUS-WP/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.24" and @displayName="INVERSION UTERUS-WP/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.24" and @displayName="INVERSION UTERUS-WP/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="225566008" and @displayName="Ischemic chest pain") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201250006" and @displayName="Ischemic ulcer diabetic foot") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201250006" and @displayName="Ischemic ulcer diabetic foot") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201250006" and @displayName="Ischemic ulcer diabetic foot") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="47830009" and @displayName="Junctional escape beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251164006" and @displayName="Junctional premature complex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81681009" and @displayName="Juntional premature beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277587001" and @displayName="Juvenile chronic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414553000" and @displayName="Kappa light chain myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421750000" and @displayName="Ketoacidosis in type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421750000" and @displayName="Ketoacidosis in type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421750000" and @displayName="Ketoacidosis in type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421847006" and @displayName="Ketoacidotic coma in type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421847006" and @displayName="Ketoacidotic coma in type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421847006" and @displayName="Ketoacidotic coma in type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="311366001" and @displayName="Kimmelstiel-Wilson syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="311366001" and @displayName="Kimmelstiel-Wilson syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="311366001" and @displayName="Kimmelstiel-Wilson syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65518004" and @displayName="Labile disastolic hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371125006" and @displayName="Labile essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276789009" and @displayName="Labile hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.31" and @displayName="LAC OF CERVIX-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.31" and @displayName="LAC OF CERVIX-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.31" and @displayName="LAC OF CERVIX-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.30" and @displayName="LAC OF CERVIX-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.30" and @displayName="LAC OF CERVIX-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.30" and @displayName="LAC OF CERVIX-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.34" and @displayName="LAC OF CERVIX-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.34" and @displayName="LAC OF CERVIX-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.34" and @displayName="LAC OF CERVIX-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.43" and @displayName="LACTATION FAILURE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.43" and @displayName="LACTATION FAILURE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.43" and @displayName="LACTATION FAILURE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.42" and @displayName="LACTATION FAILURE-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.42" and @displayName="LACTATION FAILURE-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.42" and @displayName="LACTATION FAILURE-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.41" and @displayName="LACTATION FAILURE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.41" and @displayName="LACTATION FAILURE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.41" and @displayName="LACTATION FAILURE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.40" and @displayName="LACTATION FAILURE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.40" and @displayName="LACTATION FAILURE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.40" and @displayName="LACTATION FAILURE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.44" and @displayName="LACTATION FAILURE-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.44" and @displayName="LACTATION FAILURE-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.44" and @displayName="LACTATION FAILURE-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313427003" and @displayName="Lambda light chain myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277637000" and @displayName="Large cell anaplastic lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.73" and @displayName="Large cell lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.76" and @displayName="Large cell lymphoma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="441962003" and @displayName="Large cell lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.72" and @displayName="Large cell lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.78" and @displayName="Large cell lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.74" and @displayName="Large cell lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.71" and @displayName="Large cell lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.75" and @displayName="Large cell lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.77" and @displayName="Large cell lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.70" and @displayName="Large cell lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277569004" and @displayName="Large granular lymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233679003" and @displayName="Late onset asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.23" and @displayName="LATE VOMITING OF PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.23" and @displayName="LATE VOMITING OF PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.23" and @displayName="LATE VOMITING OF PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.21" and @displayName="LATE VOMITING OF PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.21" and @displayName="LATE VOMITING OF PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.21" and @displayName="LATE VOMITING OF PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.20" and @displayName="LATE VOMITING OF PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.20" and @displayName="LATE VOMITING OF PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.20" and @displayName="LATE VOMITING OF PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426875007" and @displayName="Latent autonimmune diabetes mellitus in adult") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426875007" and @displayName="Latent autonimmune diabetes mellitus in adult") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426875007" and @displayName="Latent autonimmune diabetes mellitus in adult") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253716004" and @displayName="Left anterior decending runs across right ventricular outflow tract") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28248000" and @displayName="Left anterior descending coronary artery thrombosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="37760005" and @displayName="Left anterior fascicular block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="63467002" and @displayName="Left bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4973001" and @displayName="Left bundle branch hemiblock") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123641001" and @displayName="Left coronary artery occlusion") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253729004" and @displayName="Left dominant coronary system") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.1" and @displayName="LEFT HEART FAILURE") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="85232009" and @displayName="Left heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371804009" and @displayName="Left main coronary artery disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195046004" and @displayName="Left main stem bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="62026008" and @displayName="Left posterior fascicular block") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.72" and @displayName="LEG AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.72" and @displayName="LEG AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.72" and @displayName="LEG AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.71" and @displayName="LEG AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.71" and @displayName="LEG AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.71" and @displayName="LEG AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.70" and @displayName="LEG AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.70" and @displayName="LEG AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.70" and @displayName="LEG AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.82" and @displayName="LEG AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.82" and @displayName="LEG AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.82" and @displayName="LEG AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.81" and @displayName="LEG AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.81" and @displayName="LEG AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.81" and @displayName="LEG AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.80" and @displayName="LEG AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.80" and @displayName="LEG AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.80" and @displayName="LEG AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.42" and @displayName="LEG AB W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.42" and @displayName="LEG AB W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.42" and @displayName="LEG AB W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.41" and @displayName="LEG AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.41" and @displayName="LEG AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.41" and @displayName="LEG AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.40" and @displayName="LEG AB W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.40" and @displayName="LEG AB W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.40" and @displayName="LEG AB W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.22" and @displayName="LEG AB W PELV DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.22" and @displayName="LEG AB W PELV DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.22" and @displayName="LEG AB W PELV DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.21" and @displayName="LEG AB W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.21" and @displayName="LEG AB W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.21" and @displayName="LEG AB W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.20" and @displayName="LEG AB W PELV DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.20" and @displayName="LEG AB W PELV DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.20" and @displayName="LEG AB W PELV DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.02" and @displayName="LEG ABOR W PELV INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.02" and @displayName="LEG ABOR W PELV INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.02" and @displayName="LEG ABOR W PELV INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.01" and @displayName="LEG ABOR W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.01" and @displayName="LEG ABOR W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.01" and @displayName="LEG ABOR W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.00" and @displayName="LEG ABOR W PELV INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.00" and @displayName="LEG ABOR W PELV INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.00" and @displayName="LEG ABOR W PELV INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.32" and @displayName="LEG ABOR W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.32" and @displayName="LEG ABOR W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.32" and @displayName="LEG ABOR W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.31" and @displayName="LEG ABOR W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.31" and @displayName="LEG ABOR W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.31" and @displayName="LEG ABOR W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.30" and @displayName="LEG ABOR W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.30" and @displayName="LEG ABOR W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.30" and @displayName="LEG ABOR W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.12" and @displayName="LEGAL ABOR W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.12" and @displayName="LEGAL ABOR W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.12" and @displayName="LEGAL ABOR W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.10" and @displayName="LEGAL ABOR W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.10" and @displayName="LEGAL ABOR W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.10" and @displayName="LEGAL ABOR W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.92" and @displayName="LEGAL ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.92" and @displayName="LEGAL ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.92" and @displayName="LEGAL ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.91" and @displayName="LEGAL ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.91" and @displayName="LEGAL ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.91" and @displayName="LEGAL ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.90" and @displayName="LEGAL ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.90" and @displayName="LEGAL ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.90" and @displayName="LEGAL ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.62" and @displayName="LEGAL ABORT W EMBOL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.62" and @displayName="LEGAL ABORT W EMBOL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.62" and @displayName="LEGAL ABORT W EMBOL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.61" and @displayName="LEGAL ABORT W EMBOL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.61" and @displayName="LEGAL ABORT W EMBOL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.61" and @displayName="LEGAL ABORT W EMBOL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.60" and @displayName="LEGAL ABORT W EMBOL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.60" and @displayName="LEGAL ABORT W EMBOL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.60" and @displayName="LEGAL ABORT W EMBOL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.11" and @displayName="LEGAL ABORT W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.11" and @displayName="LEGAL ABORT W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.11" and @displayName="LEGAL ABORT W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.52" and @displayName="LEGAL ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.52" and @displayName="LEGAL ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.52" and @displayName="LEGAL ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.51" and @displayName="LEGAL ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.51" and @displayName="LEGAL ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.51" and @displayName="LEGAL ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.50" and @displayName="LEGAL ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.50" and @displayName="LEGAL ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.50" and @displayName="LEGAL ABORT W SHOCK-UNSP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93130009" and @displayName="Lenegres disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="58961005" and @displayName="Lethal midline granuloma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.53" and @displayName="Letterer-Siwe disease of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.56" and @displayName="Letterer-Siwe disease of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.52" and @displayName="Letterer-Siwe disease of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.58" and @displayName="Letterer-Siwe disease of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.54" and @displayName="Letterer-Siwe disease of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.51" and @displayName="Letterer-Siwe disease of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.55" and @displayName="Letterer-Siwe disease of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.57" and @displayName="Letterer-Siwe disease of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.50" and @displayName="Letterer-Siwe disease of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93143009" and @displayName="Leukemia ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93142004" and @displayName="Leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404122003" and @displayName="Leukemic infiltration of skin (chronic T-cell lymphocytic leukemia)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404124002" and @displayName="Leukemic infiltration of skin (T-cell lymphoblastic leukemia)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404123008" and @displayName="Leukemic infiltration of skin (T-cell prolymphocytic leukemia)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404152006" and @displayName="Leukemic infiltration of skin in acute myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404153001" and @displayName="Leukemic infiltration of skin in chronic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404139001" and @displayName="Leukemic infiltration of skin in hairy cell leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404154007" and @displayName="Leukemic infiltration of skin in monocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404151004" and @displayName="Leukemic infiltration of skin in myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93152000" and @displayName="Leukemic reticuloendotheliosis of extranodal AND/OR solid organ site") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93144003" and @displayName="Leukemic reticuloendotheliosis of intra-abdominal lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.43" and @displayName="Leukemic reticuloendotheliosis of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.46" and @displayName="Leukemic reticuloendotheliosis of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93145002" and @displayName="Leukemic reticuloendotheliosis of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.42" and @displayName="Leukemic reticuloendotheliosis of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93146001" and @displayName="Leukemic reticuloendotheliosis of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.48" and @displayName="Leukemic reticuloendotheliosis of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.44" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188648000" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93147005" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.41" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188645002" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93148000" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of head face AND/OR neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.45" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188649008" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93149008" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93150008" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.47" and @displayName="Leukemic reticuloendotheliosis of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188651007" and @displayName="Leukemic reticuloendotheliosis of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.40" and @displayName="Leukemic reticuloendotheliosis of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="283645003" and @displayName="Levs syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285430002" and @displayName="Light chain monoclonal gammopathy of uncertain significance ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277579002" and @displayName="Light chain myeloma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160603005" and @displayName="Light cigarette smoker (1-9 cigs/day)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230060001" and @displayName="Light cigarette smoker") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.73" and @displayName="LIVER DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.73" and @displayName="LIVER DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.73" and @displayName="LIVER DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.71" and @displayName="LIVER DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.71" and @displayName="LIVER DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.71" and @displayName="LIVER DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.70" and @displayName="LIVER DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.70" and @displayName="LIVER DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.70" and @displayName="LIVER DIS IN PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314965007" and @displayName="Local recurrence of malignant tumor of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404120006" and @displayName="Localized pagetoid reticulosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.53" and @displayName="LOCKED TWINS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.53" and @displayName="LOCKED TWINS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.53" and @displayName="LOCKED TWINS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.51" and @displayName="LOCKED TWINS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.51" and @displayName="LOCKED TWINS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.51" and @displayName="LOCKED TWINS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.50" and @displayName="LOCKED TWINS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.50" and @displayName="LOCKED TWINS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.50" and @displayName="LOCKED TWINS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9651007" and @displayName="Long QT syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="271870002" and @displayName="Low blood pressure reading") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="45007003" and @displayName="Low blood pressure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277615007" and @displayName="Low grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277642008" and @displayName="Low grade T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="25544003" and @displayName="Low output heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46481004" and @displayName="Low-renin essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="55475008" and @displayName="Lown-Ganong-Levine syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240471009" and @displayName="Lumbar herpes zoster infection") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188725004" and @displayName="Lymhoid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109976000" and @displayName="Lymphoepithelioid lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93169003" and @displayName="Lymphoid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276815004" and @displayName="Lymphoma of intestine") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236513009" and @displayName="Lymphoma of kidney") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="232075002" and @displayName="Lymphoma of retina") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422853008" and @displayName="Lymphoma of retroperitoneal space") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277570003" and @displayName="Lymphoma with spill") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404103007" and @displayName="Lymphomatoid papulosis type A (CD-30 positive type)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404104001" and @displayName="Lymphomatoid papulosis type B - mycosis fungoides-like") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404105000" and @displayName="Lymphomatoid papulosis type C (anaplastic large-cell lymphoma-like) ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404106004" and @displayName="Lymphomatoid papulosis with Hodgkins disease ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404111002" and @displayName="Lymphomatoid papulosis-associated mycosis fungoides") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31047003" and @displayName="Lymphomatoid papulosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277606000" and @displayName="Lymphoreticular tumor") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188487008" and @displayName="Lymphosarcoma and reticulosarcoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188502002" and @displayName="Lymphosarcoma of intra-abdominal lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.13" and @displayName="Lymphosarcoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.16" and @displayName="Lymphosarcoma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188505000" and @displayName="Lymphosarcoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.12" and @displayName="Lymphosarcoma of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188501009" and @displayName="Lymphosarcoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.18" and @displayName="Lymphosarcoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.14" and @displayName="Lymphosarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188503007" and @displayName="Lymphosarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.11" and @displayName="Lymphosarcoma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188500005" and @displayName="Lymphosarcoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.15" and @displayName="Lymphosarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188504001" and @displayName="Lymphosarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188507008" and @displayName="Lymphosarcoma of lymph nodes of multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.17" and @displayName="Lymphosarcoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188506004" and @displayName="Lymphosarcoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.10" and @displayName="Lymphosarcoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188498009" and @displayName="Lymphosarcoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.82" and @displayName="Maj prp inf NEC-dl w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.82" and @displayName="Maj prp inf NEC-dl w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.82" and @displayName="Maj prp inf NEC-dl w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.80" and @displayName="Maj prp infec NEC-unspec") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.80" and @displayName="Maj prp infec NEC-unspec") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.80" and @displayName="Maj prp infec NEC-unspec") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.84" and @displayName="Maj puerp infec NEC-p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.84" and @displayName="Maj puerp infec NEC-p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.84" and @displayName="Maj puerp infec NEC-p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.02" and @displayName="MAJOR PUERP INFECTION-DELIVERED P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.02" and @displayName="MAJOR PUERP INFECTION-DELIVERED P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.02" and @displayName="MAJOR PUERP INFECTION-DELIVERED P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.04" and @displayName="MAJOR PUERP INFECTION-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.04" and @displayName="MAJOR PUERP INFECTION-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.04" and @displayName="MAJOR PUERP INFECTION-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.00" and @displayName="MAJOR PUERP INFECTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.00" and @displayName="MAJOR PUERP INFECTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.00" and @displayName="MAJOR PUERP INFECTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.01" and @displayName="MAL HYP HRT DIS W HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.01" and @displayName="MAL HYP HRT/REN DIS W HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.03" and @displayName="MAL HYP HRT/REN DIS W HF and RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.93" and @displayName="MAL HYP HRT/REN DIS W HF and RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.03" and @displayName="MAL HYP HRT/REN DIS W HF and RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.02" and @displayName="MAL HYP HRT/REN DIS W RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.01" and @displayName="MAL HYP REN DIS W RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.2" and @displayName="MAL NEO DESCEND COLON") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.0" and @displayName="MAL NEO HEPATIC FLEXURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="154.0" and @displayName="MAL NEO RECTOSIGMOID JCT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.3" and @displayName="MAL NEO SIGMOID COLON") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.7" and @displayName="MAL NEO SPLENIC FLEXURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.1" and @displayName="MAL NEO TRANSVERSE COLON") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.43" and @displayName="MALARIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.43" and @displayName="MALARIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.43" and @displayName="MALARIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.42" and @displayName="MALARIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.42" and @displayName="MALARIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.42" and @displayName="MALARIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.41" and @displayName="MALARIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.41" and @displayName="MALARIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.41" and @displayName="MALARIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.40" and @displayName="MALARIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.40" and @displayName="MALARIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.40" and @displayName="MALARIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.44" and @displayName="MALARIA INPREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.44" and @displayName="MALARIA INPREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.44" and @displayName="MALARIA INPREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.6" and @displayName="MALIG NEO ASCEND COLON") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="401.0" and @displayName="Malignant essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="78975002" and @displayName="Malignant essential hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.33" and @displayName="Malignant histlocytosis of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.36" and @displayName="Malignant histlocytosis of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.32" and @displayName="Malignant histlocytosis of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.38" and @displayName="Malignant histlocytosis of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.34" and @displayName="Malignant histlocytosis of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.31" and @displayName="Malignant histlocytosis of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.35" and @displayName="Malignant histlocytosis of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.37" and @displayName="Malignant histlocytosis of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.30" and @displayName="Malignant histlocytosis of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10562009" and @displayName="Malignant hypertension complicating AND/OR reason for care during childbirth") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29259002" and @displayName="Malignant hypertension complicating AND/OR reason for care during pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23786008" and @displayName="Malignant hypertension complicating AND/OR reason for care during puerperium ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81626002" and @displayName="Malignant hypertension in obsteric context") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111438007" and @displayName="Malignant hypertension secondary to renal disease in obsteric context") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70272006" and @displayName="Malignant hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="83105008" and @displayName="Malignant hypertensive heart disease with congestive heart failure ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.01" and @displayName="Malignant hypertensive heart disease with heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.00" and @displayName="Malignant hypertensive heart disease without heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65443008" and @displayName="Malignant hypertensive renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307625008" and @displayName="Malignant lymphoma - centrocytic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="274905008" and @displayName="Malignant lymphoma - lymphocytic intermediate differentiation ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307623001" and @displayName="Malignant lymphoma - lymphoplasmacytic ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188676008" and @displayName="Malignant lymphoma - mixed small and large cell ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188675007" and @displayName="Malignant lymphoma - small cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302841002" and @displayName="Malignant lymphoma - small lymphocytic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427141003" and @displayName="Malignant lymphoma in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93194002" and @displayName="Malignant lymphoma of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="278052009" and @displayName="Malignant lymphoma of breast") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93199007" and @displayName="Malignant lymphoma of extranodal AND/OR solid organ site") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93191005" and @displayName="Malignant lymphoma of intra-abdominal lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93192003" and @displayName="Malignant lymphoma of intrapelvic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93193008" and @displayName="Malignant lymphoma of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93195001" and @displayName="Malignant lymphoma of lymph nodes of head face AND/OR neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93196000" and @displayName="Malignant lymphoma of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93197009" and @displayName="Malignant lymphoma of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127220001" and @displayName="Malignant lymphoma of lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93198004" and @displayName="Malignant lymphoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277664004" and @displayName="Malignant lymphoma of testis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420519005" and @displayName="Malignant lymphoma of the eye region") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="278051002" and @displayName="Malignant lymphoma of thyroid gland") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307647008" and @displayName="Malignant lymphoma centroblastic type follicular") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307637005" and @displayName="Malignant lymphoma centroblastic-centrocytic follicular") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="303017006" and @displayName="Malignant lymphoma convoluted cell type") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="303056000" and @displayName="Malignant lymphoma follicular center cell cleaved") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="303057009" and @displayName="Malignant lymphoma follicular center cell non-cleaved") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="303055001" and @displayName="Malignant lymphoma follicular center cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371134001" and @displayName="Malignant lymphoma large cell polymorphous immunoblastic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307646004" and @displayName="Malignant lymphoma lymphocytic poorly differentiated nodular ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307636001" and @displayName="Malignant lymphoma mixed lymphocytic-histiocytic nodular") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118600007" and @displayName="Malignant lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.63" and @displayName="Malignant mast cell tumors of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.66" and @displayName="Malignant mast cell tumors of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.62" and @displayName="Malignant mast cell tumors of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.68" and @displayName="Malignant mast cell tumors of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.64" and @displayName="Malignant mast cell tumors of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.61" and @displayName="Malignant mast cell tumors of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.65" and @displayName="Malignant mast cell tumors of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.67" and @displayName="Malignant mast cell tumors of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.60" and @displayName="Malignant mast cell tumors of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.5" and @displayName="MALIGNANT NEO APPENDIX") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.8" and @displayName="MALIGNANT NEO COLON NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.9" and @displayName="MALIGNANT NEO COLON NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="154.1" and @displayName="MALIGNANT NEOPL RECTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.4" and @displayName="MALIGNANT NEOPLASM CECUM") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="187757001" and @displayName="Malignant neoplasm overlapping lesion of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="89242004" and @displayName="Malignant secondary hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194783001" and @displayName="Malignant secondary renovascular hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363411007" and @displayName="Malignant tumor of appendix") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363412000" and @displayName="Malignant tumor of ascending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363350007" and @displayName="Malignant tumor of cecum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363406005" and @displayName="Malignant tumor of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363409003" and @displayName="Malignant tumor of descending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363407001" and @displayName="Malignant tumor of hepatic flexure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363510005" and @displayName="Malignant tumor of large intestine") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="269475001" and @displayName="Malignant tumor of lymphoid hemopoietic and related tissue") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363414004" and @displayName="Malignant tumor of rectosigmoid junction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363351006" and @displayName="Malignant tumor of rectum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363410008" and @displayName="Malignant tumor of sigmoid colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363413005" and @displayName="Malignant tumor of splenic flexure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363408006" and @displayName="Malignant tumor of transverse colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75524006" and @displayName="Malnutrition related diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75524006" and @displayName="Malnutrition related diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75524006" and @displayName="Malnutrition related diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237600004" and @displayName="Malnutrition-related diabetes mellitus - fibrocalculous") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237600004" and @displayName="Malnutrition-related diabetes mellitus - fibrocalculous") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237600004" and @displayName="Malnutrition-related diabetes mellitus - fibrocalculous") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190406000" and @displayName="Malnutrition-related diabetes mellitus with ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190406000" and @displayName="Malnutrition-related diabetes mellitus with ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190406000" and @displayName="Malnutrition-related diabetes mellitus with ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190411003" and @displayName="Malnutrition-related diabetes mellitus with muliple complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190411003" and @displayName="Malnutrition-related diabetes mellitus with muliple complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190411003" and @displayName="Malnutrition-related diabetes mellitus with muliple complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190410002" and @displayName="Malnutrition-related diabetes mellitus with peripheral circulatory complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190410002" and @displayName="Malnutrition-related diabetes mellitus with peripheral circulatory complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190410002" and @displayName="Malnutrition-related diabetes mellitus with peripheral circulatory complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190407009" and @displayName="Malnutrition-related diabetes mellitus with renal complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190407009" and @displayName="Malnutrition-related diabetes mellitus with renal complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190407009" and @displayName="Malnutrition-related diabetes mellitus with renal complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190412005" and @displayName="Malnutrition-related diabetes mellitus without compliations") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190412005" and @displayName="Malnutrition-related diabetes mellitus without compliations") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190412005" and @displayName="Malnutrition-related diabetes mellitus without compliations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.83" and @displayName="MALPOSITION NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.83" and @displayName="MALPOSITION NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.83" and @displayName="MALPOSITION NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.81" and @displayName="MALPOSITION NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.81" and @displayName="MALPOSITION NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.81" and @displayName="MALPOSITION NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.80" and @displayName="MALPOSITION NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.80" and @displayName="MALPOSITION NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.80" and @displayName="MALPOSITION NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.93" and @displayName="MALPOSITION NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.93" and @displayName="MALPOSITION NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.93" and @displayName="MALPOSITION NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.91" and @displayName="MALPOSITION NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.91" and @displayName="MALPOSITION NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.91" and @displayName="MALPOSITION NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.90" and @displayName="MALPOSITION NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.90" and @displayName="MALPOSITION NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.90" and @displayName="MALPOSITION NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240473007" and @displayName="Mandibular herpes zoster infection") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404150003" and @displayName="Mantle cell B-cell lymphoma (nodal/systemic with skin involvement)") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.43" and @displayName="Mantle cell lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.46" and @displayName="Mantle cell lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.42" and @displayName="Mantle cell lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.48" and @displayName="Mantle cell lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.44" and @displayName="Mantle cell lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.41" and @displayName="Mantle cell lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.45" and @displayName="Mantle cell lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.47" and @displayName="Mantle cell lymphoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="441559006" and @displayName="Mantle cell lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.40" and @displayName="Mantle cell lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.33" and @displayName="Marginal zone lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.36" and @displayName="Marginal zone lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.32" and @displayName="Marginal zone lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.38" and @displayName="Marginal zone lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.34" and @displayName="Marginal zone lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.31" and @displayName="Marginal zone lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.35" and @displayName="Marginal zone lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.37" and @displayName="Marginal zone lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.30" and @displayName="Marginal zone lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251152003" and @displayName="Marked sinus arrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="110002002" and @displayName="Mast cell leukemia (clinical)") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.20" and @displayName="MASTITIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.20" and @displayName="MASTITIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.20" and @displayName="MASTITIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.23" and @displayName="MASTITIS-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.23" and @displayName="MASTITIS-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.23" and @displayName="MASTITIS-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.22" and @displayName="MASTITIS-IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.22" and @displayName="MASTITIS-IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.22" and @displayName="MASTITIS-IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.21" and @displayName="MASTITIS-IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.21" and @displayName="MASTITIS-IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.21" and @displayName="MASTITIS-IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.24" and @displayName="MASTITIS-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.24" and @displayName="MASTITIS-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.24" and @displayName="MASTITIS-IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="169942003" and @displayName="Maternal alcohol abuse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.02" and @displayName="MATERNAL DISTRESS IN LAB/DEL DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.02" and @displayName="MATERNAL DISTRESS IN LAB/DEL DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.02" and @displayName="MATERNAL DISTRESS IN LAB/DEL DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.03" and @displayName="MATERNAL DISTRESS IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.03" and @displayName="MATERNAL DISTRESS IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.03" and @displayName="MATERNAL DISTRESS IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.01" and @displayName="MATERNAL DISTRESS IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.01" and @displayName="MATERNAL DISTRESS IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.01" and @displayName="MATERNAL DISTRESS IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.04" and @displayName="MATERNAL DISTRESS IN LAB/DEL-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.04" and @displayName="MATERNAL DISTRESS IN LAB/DEL-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.04" and @displayName="MATERNAL DISTRESS IN LAB/DEL-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.00" and @displayName="MATERNAL DISTRESS IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.00" and @displayName="MATERNAL DISTRESS IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.00" and @displayName="MATERNAL DISTRESS IN LAB/DEL-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="288250001" and @displayName="Maternal hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="200113008" and @displayName="Maternal hypotension syndrome with antenatal problem") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="200114002" and @displayName="Maternal hypotension syndrome with postnatal problem") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="88887003" and @displayName="Maternal hypotension syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.23" and @displayName="MATERNAL HYPOTENTION SYN-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.23" and @displayName="MATERNAL HYPOTENTION SYN-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.23" and @displayName="MATERNAL HYPOTENTION SYN-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.22" and @displayName="MATERNAL HYPOTENTION SYN-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.22" and @displayName="MATERNAL HYPOTENTION SYN-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.22" and @displayName="MATERNAL HYPOTENTION SYN-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.21" and @displayName="MATERNAL HYPOTENTION SYN-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.21" and @displayName="MATERNAL HYPOTENTION SYN-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.21" and @displayName="MATERNAL HYPOTENTION SYN-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.20" and @displayName="MATERNAL HYPOTENTION SYN-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.20" and @displayName="MATERNAL HYPOTENTION SYN-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.20" and @displayName="MATERNAL HYPOTENTION SYN-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.24" and @displayName="MATERNAL HYPOTENTION SYN-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.24" and @displayName="MATERNAL HYPOTENTION SYN-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.24" and @displayName="MATERNAL HYPOTENTION SYN-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="169940006" and @displayName="Maternal tobacco abuse") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421418009" and @displayName="Mature T-cell AND/OR NK cell neoplasm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28453007" and @displayName="Maturity onset diabetes mellitus in young") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28453007" and @displayName="Maturity onset diabetes mellitus in young") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28453007" and @displayName="Maturity onset diabetes mellitus in young") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240472002" and @displayName="Maxillary herpes zoster infection") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.9" and @displayName="Mealses without mention of complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.71" and @displayName="Measles keratoconjunctivitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.79" and @displayName="Measles with other specified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.8" and @displayName="Measles with unspecified complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="213037002" and @displayName="Mechanical complication of coronary bypass") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G0270" and @displayName="MEDICAL NUTRITION THERAPY EACH 15 MIN GROUP") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G0271" and @displayName="MEDICAL NUTRITION THERAPY EACH 30 MIN INDV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.22" and @displayName="Megakaryocytic leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.21" and @displayName="Megakaryocytic leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94148006" and @displayName="Megakaryocytic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.20" and @displayName="Megakaryocytic leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188754005" and @displayName="Megakaryocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198624007" and @displayName="Membranous pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198624007" and @displayName="Membranous pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198624007" and @displayName="Membranous pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.43" and @displayName="MENTAL DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.43" and @displayName="MENTAL DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.43" and @displayName="MENTAL DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.42" and @displayName="MENTAL DIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.42" and @displayName="MENTAL DIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.42" and @displayName="MENTAL DIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.41" and @displayName="MENTAL DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.41" and @displayName="MENTAL DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.41" and @displayName="MENTAL DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.40" and @displayName="MENTAL DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.40" and @displayName="MENTAL DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.40" and @displayName="MENTAL DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.44" and @displayName="MENTAL DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.44" and @displayName="MENTAL DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.44" and @displayName="MENTAL DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198626009" and @displayName="Mesenteric pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198626009" and @displayName="Mesenteric pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198626009" and @displayName="Mesenteric pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60000008" and @displayName="Mesometric pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60000008" and @displayName="Mesometric pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60000008" and @displayName="Mesometric pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285611007" and @displayName="Metastasis to colon of unknown primary") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="370218001" and @displayName="Mild asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.03" and @displayName="MILD HYPEREM GRAV-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.03" and @displayName="MILD HYPEREM GRAV-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.03" and @displayName="MILD HYPEREM GRAV-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.01" and @displayName="MILD HYPEREM GRAV-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.01" and @displayName="MILD HYPEREM GRAV-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.01" and @displayName="MILD HYPEREM GRAV-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.00" and @displayName="MILD HYPEREM GRAV-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.00" and @displayName="MILD HYPEREM GRAV-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.00" and @displayName="MILD HYPEREM GRAV-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427679007" and @displayName="Mild intermittent asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312903003" and @displayName="Mild non pro-liferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312903003" and @displayName="Mild non pro-liferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312903003" and @displayName="Mild non pro-liferative diabetic retinopathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.04" and @displayName="MILD NONPROLF DB RETNOPH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.04" and @displayName="MILD NONPROLF DB RETNOPH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.04" and @displayName="MILD NONPROLF DB RETNOPH") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426979002" and @displayName="Mild persistent asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="41114007" and @displayName="Mild pre-eclampsia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.43" and @displayName="MILD/NOS PREECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.43" and @displayName="MILD/NOS PREECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.43" and @displayName="MILD/NOS PREECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.42" and @displayName="MILD/NOS PREECLAMPSIA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.42" and @displayName="MILD/NOS PREECLAMPSIA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.42" and @displayName="MILD/NOS PREECLAMPSIA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.41" and @displayName="MILD/NOS PREECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.41" and @displayName="MILD/NOS PREECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.41" and @displayName="MILD/NOS PREECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.44" and @displayName="MILD/NOS PREECLAMPSIA-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.44" and @displayName="MILD/NOS PREECLAMPSIA-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.44" and @displayName="MILD/NOS PREECLAMPSIA-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.40" and @displayName="MILD/NOS PREECLAMPSIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.40" and @displayName="MILD/NOS PREECLAMPSIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.40" and @displayName="MILD/NOS PREECLAMPSIA-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11641008" and @displayName="Millers asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251125008" and @displayName="Minor intraventricular conduction defect") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="632" and @displayName="MISSED ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="632" and @displayName="MISSED ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="632" and @displayName="MISSED ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="396.8" and @displayName="MITR/AORTIC MULT INVOLV") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194733006" and @displayName="Mitral and aortic stenosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="396.2" and @displayName="MITRAL INSUFF/AORTIC STENOSIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="396.0" and @displayName="MITRAL/AORTIC STENOSIS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195977004" and @displayName="Mixed asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94686001" and @displayName="Mixed cell type lymphosacroma of intra-abdominal lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94687005" and @displayName="Mixed cell type lymphosacroma of intrapelvic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94688000" and @displayName="Mixed cell type lymphosacroma of intrathoracic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94690004" and @displayName="Mixed cell type lymphosacroma of lymph nodes of head face AND/OR neck ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201252003" and @displayName="Mixed diabetic ulcer - foot ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201252003" and @displayName="Mixed diabetic ulcer - foot ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201252003" and @displayName="Mixed diabetic ulcer - foot ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.33" and @displayName="Mixed incontinence (female) (male)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413343005" and @displayName="Mixed incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="54016002" and @displayName="Mobitz type I incomplete atrioventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28189009" and @displayName="Mobitz type II atrioventricular block ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.05" and @displayName="MOD NONPROLF DB RETNOPH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.05" and @displayName="MOD NONPROLF DB RETNOPH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.05" and @displayName="MOD NONPROLF DB RETNOPH") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312904009" and @displayName="Moderate nonproliferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312904009" and @displayName="Moderate nonproliferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312904009" and @displayName="Moderate nonproliferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="370219009" and @displayName="Moderate asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160604004" and @displayName="Moderate cigarette smoker (10-19 cigs/day)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230062009" and @displayName="Moderate cigarette smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427295004" and @displayName="Moderate persistent asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237281009" and @displayName="Moderate proteinuric hypertension of pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="56578002" and @displayName="Moderate smoker (20 or less per day)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44782008" and @displayName="Molar pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44782008" and @displayName="Molar pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44782008" and @displayName="Molar pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277577000" and @displayName="Monoclonal gammopathy of uncertain significance") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188744006" and @displayName="Monocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277623009" and @displayName="Monocytoid B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="2374000" and @displayName="Monofascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="61493004" and @displayName="Mu heavy chain disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414780005" and @displayName="Mucosa-associated lymphoid tissue (MALT) lymphoma of orbit") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277622004" and @displayName="Mucosa-associated lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.73" and @displayName="MUL GEST-FET REDUCT ANTE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.73" and @displayName="MUL GEST-FET REDUCT ANTE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.73" and @displayName="MUL GEST-FET REDUCT ANTE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.70" and @displayName="MUL GEST-FET REDUCT UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.70" and @displayName="MUL GEST-FET REDUCT UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.70" and @displayName="MUL GEST-FET REDUCT UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.63" and @displayName="MULT GEST MALPRES-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.63" and @displayName="MULT GEST MALPRES-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.63" and @displayName="MULT GEST MALPRES-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.61" and @displayName="MULT GEST MALPRES-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.61" and @displayName="MULT GEST MALPRES-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.61" and @displayName="MULT GEST MALPRES-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.60" and @displayName="MULT GEST MALPRES-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.60" and @displayName="MULT GEST MALPRES-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.60" and @displayName="MULT GEST MALPRES-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.91" and @displayName="MULT GEST NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.91" and @displayName="MULT GEST NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.91" and @displayName="MULT GEST NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.63" and @displayName="MULT GEST W FET LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.63" and @displayName="MULT GEST W FET LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.63" and @displayName="MULT GEST W FET LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.61" and @displayName="MULT GEST W FET LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.61" and @displayName="MULT GEST W FET LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.61" and @displayName="MULT GEST W FET LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.60" and @displayName="MULT GEST W FET LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.60" and @displayName="MULT GEST W FET LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.60" and @displayName="MULT GEST W FET LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.71" and @displayName="MULT GEST-FET REDUCT DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.71" and @displayName="MULT GEST-FET REDUCT DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.71" and @displayName="MULT GEST-FET REDUCT DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.83" and @displayName="MULTI GEST NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.83" and @displayName="MULTI GEST NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.83" and @displayName="MULTI GEST NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.81" and @displayName="MULTI GEST NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.81" and @displayName="MULTI GEST NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.81" and @displayName="MULTI GEST NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.80" and @displayName="MULTI GEST NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.80" and @displayName="MULTI GEST NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.80" and @displayName="MULTI GEST NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.93" and @displayName="MULTI GEST NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.93" and @displayName="MULTI GEST NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.93" and @displayName="MULTI GEST NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.90" and @displayName="MULTI GEST NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.90" and @displayName="MULTI GEST NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.90" and @displayName="MULTI GEST NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371803003" and @displayName="Multi vessel coronary artery disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240474001" and @displayName="Multidermatomal herpes zoster infection") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49982000" and @displayName="Multifocal atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="63232000" and @displayName="Multifocal premature beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10626002" and @displayName="Multifocal PVCs") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422228004" and @displayName="Multiple complications of type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422228004" and @displayName="Multiple complications of type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422228004" and @displayName="Multiple complications of type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420414003" and @displayName="Multiple complications of type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420414003" and @displayName="Multiple complications of type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420414003" and @displayName="Multiple complications of type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253722008" and @displayName="Multiple coronary artery fistulae") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194737007" and @displayName="Multiple mitral and aortic valve involvement") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.02" and @displayName="Multiple myeloma in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.01" and @displayName="Multiple myeloma in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94704006" and @displayName="Multiple myeloma in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.00" and @displayName="Multiple myeloma without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109989006" and @displayName="Multiple myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="16356006" and @displayName="Multiple pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="16356006" and @displayName="Multiple pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="16356006" and @displayName="Multiple pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251176006" and @displayName="Multiple premature ventriclar complexes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414785000" and @displayName="Multiple solitary plasmacytomas") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251179004" and @displayName="Multiple ventricluar interpolated complexes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.2" and @displayName="Mumps encephalitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.71" and @displayName="Mumps hepatitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.1" and @displayName="Mumps meningitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.0" and @displayName="Mumps orchitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.3" and @displayName="Mumps pancreatitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.72" and @displayName="Mumps polyneuropathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.79" and @displayName="Mumps with other specified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.8" and @displayName="Mumps with unspecified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.9" and @displayName="Mumps without mention of complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69532007" and @displayName="Mural pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69532007" and @displayName="Mural pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69532007" and @displayName="Mural pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94715001" and @displayName="Mycosis fungoides of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94707004" and @displayName="Mycosis fungoides of intra-abdominal lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.13" and @displayName="Mycosis fungoides of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.16" and @displayName="Mycosis fungoides of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94708009" and @displayName="Mycosis fungoides of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94709001" and @displayName="Mycosis fungoides of intrathoracic lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.12" and @displayName="Mycosis fungoides of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.18" and @displayName="Mycosis fungoides of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.14" and @displayName="Mycosis fungoides of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94710006" and @displayName="Mycosis fungoides of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.11" and @displayName="Mycosis fungoides of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94711005" and @displayName="Mycosis fungoides of lymph nodes of head face AND/OR neck ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.15" and @displayName="Mycosis fungoides of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94712003" and @displayName="Mycosis fungoides of lymph nodes of inguinal region AND/OR lower limb ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188627002" and @displayName="Mycosis fungoides of lymph nodes of multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.17" and @displayName="Mycosis fungoides of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94714002" and @displayName="Mycosis fungoides of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.10" and @displayName="Mycosis fungoides of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404116007" and @displayName="Mycosis fungoides with systemic infiltration") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118618005" and @displayName="Mycosis fungoides") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94716000" and @displayName="Myeloid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188732008" and @displayName="Myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94719007" and @displayName="Myeloid sarcoma ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.32" and @displayName="Myeloid sarcoma in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.31" and @displayName="Myeloid sarcoma in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94718004" and @displayName="Myeloid sarcoma in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.30" and @displayName="Myeloid sarcoma without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188768003" and @displayName="Myelomonocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="22298006" and @displayName="Myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390901002" and @displayName="Negotiated date of cessation of smoking") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413341007" and @displayName="Neonatal bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276513001" and @displayName="Neonatal dsrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="206596003" and @displayName="Neonatal hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276519002" and @displayName="Neonatal hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="126838000" and @displayName="Neoplasm of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="32916005" and @displayName="Nephrosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="197605007" and @displayName="Nephrotic syndrome in diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="197605007" and @displayName="Nephrotic syndrome in diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="197605007" and @displayName="Nephrotic syndrome in diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240468001" and @displayName="Neurological varicella") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201251005" and @displayName="Neurpathic diabetic ulcer - foot") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201251005" and @displayName="Neurpathic diabetic ulcer - foot") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201251005" and @displayName="Neurpathic diabetic ulcer - foot") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307617006" and @displayName="Neutrophlilic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228512004" and @displayName="Never chewed tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160618006" and @displayName="Never smoked tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228502006" and @displayName="Never used moist powdered tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228492003" and @displayName="Never used snuff") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.13" and @displayName="Nezelofs syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359638003" and @displayName="NIDDM in nonobese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359638003" and @displayName="NIDDM in nonobese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359638003" and @displayName="NIDDM in nonobese") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.36" and @displayName="Nocturnal enuresis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71792006" and @displayName="Nodal rhythm disorder") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71792006" and @displayName="Nodal rhythm disorder") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38542009" and @displayName="Nodular glomerulosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38542009" and @displayName="Nodular glomerulosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38542009" and @displayName="Nodular glomerulosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277627005" and @displayName="Nodular high grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="269476000" and @displayName="Nodular lymphoma ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.03" and @displayName="Nodular lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.06" and @displayName="Nodular lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.02" and @displayName="Nodular lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.08" and @displayName="Nodular lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.04" and @displayName="Nodular lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.01" and @displayName="Nodular lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.05" and @displayName="Nodular lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.07" and @displayName="Nodular lymphoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95194004" and @displayName="Nodular lymphoma of extranodal AND/OR solid organ site") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95186006" and @displayName="Nodular lymphoma of intra-abdominal lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95187002" and @displayName="Nodular lymphoma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95188007" and @displayName="Nodular lymphoma of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188612002" and @displayName="Nodular lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188609000" and @displayName="Nodular lymphoma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188613007" and @displayName="Nodular lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95192000" and @displayName="Nodular lymphoma of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95193005" and @displayName="Nodular lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.00" and @displayName="Nodular lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302848008" and @displayName="Nodular malignant lymphoma lymphocytic - intermediate differentiation ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302845006" and @displayName="Nodular malignant lymphoma lymphocytic - well differentiated") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="105542008" and @displayName="Non - drinker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="442537007" and @displayName="Non-Hodgkin lymphoma associated with Human immunodeficiency virus infection ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118601006" and @displayName="Non-Hodgkins lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="423889005" and @displayName="Non-IgE mediated allergic asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="1891009" and @displayName="Non-organic enuresis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307632004" and @displayName="Non-proteinuric hypertension of pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314207007" and @displayName="Non-Q wave myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277580004" and @displayName="Non-secretory myeloma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="105541001" and @displayName="Non-smoker for medical reasons") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="105539002" and @displayName="Non-smoker for personal reasons") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="105540000" and @displayName="Non-smoker for religious reasons") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8392000" and @displayName="Non-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="238645007" and @displayName="Nondependent alcohol abuse") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39260000" and @displayName="Nonparoxysmal AV nodal tachycardia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.03" and @displayName="NONPROLF DB RETNOPH NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.03" and @displayName="NONPROLF DB RETNOPH NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.03" and @displayName="NONPROLF DB RETNOPH NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390834004" and @displayName="Nonproliferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390834004" and @displayName="Nonproliferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390834004" and @displayName="Nonproliferative diabetic retinopathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="650" and @displayName="NORMAL DELIVERY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="650" and @displayName="NORMAL DELIVERY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="650" and @displayName="NORMAL DELIVERY") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="72892002" and @displayName="Normal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="72892002" and @displayName="Normal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="72892002" and @displayName="Normal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277574007" and @displayName="Null cell acute lymphoblastic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127363001" and @displayName="Number of pregnancies currently pregnant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127363001" and @displayName="Number of pregnancies currently pregnant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127363001" and @displayName="Number of pregnancies currently pregnant") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9452" and @displayName="NUTRITION CLASSES NON-PHYSICIAN PROVIDER PER SESSION") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9452" and @displayName="NUTRITION CLASSES NONPHYSICIAN PROVIDER ") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9470" and @displayName="NUTRITION DIETICIAN VISIT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.7" and @displayName="Nutritional and metabolic cardiomyopathy") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9470" and @displayName="NUTRITIONAL COUNSELING DIETITIAN VISIT") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="163024003" and @displayName="O/E - BP boderline low") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="163022004" and @displayName="O/E - BP reading very low") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414890007" and @displayName="O/E - left chronic diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414890007" and @displayName="O/E - left chronic diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414890007" and @displayName="O/E - left chronic diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162988008" and @displayName="O/E - pulse rate - bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414906009" and @displayName="O/E - right chronic diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414906009" and @displayName="O/E - right chronic diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414906009" and @displayName="O/E - right chronic diabetic foot ulcer") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.03" and @displayName="OB AIR EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.03" and @displayName="OB AIR EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.03" and @displayName="OB AIR EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.02" and @displayName="OB AIR EMBOLISM-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.02" and @displayName="OB AIR EMBOLISM-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.02" and @displayName="OB AIR EMBOLISM-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.01" and @displayName="OB AIR EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.01" and @displayName="OB AIR EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.01" and @displayName="OB AIR EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.00" and @displayName="OB AIR EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.00" and @displayName="OB AIR EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.00" and @displayName="OB AIR EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.04" and @displayName="OB AIR EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.04" and @displayName="OB AIR EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.04" and @displayName="OB AIR EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.23" and @displayName="OB PULM EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.23" and @displayName="OB PULM EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.23" and @displayName="OB PULM EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.21" and @displayName="OB PULM EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.21" and @displayName="OB PULM EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.21" and @displayName="OB PULM EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.22" and @displayName="OB PULM EMBOLISM-DELVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.22" and @displayName="OB PULM EMBOLISM-DELVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.22" and @displayName="OB PULM EMBOLISM-DELVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.20" and @displayName="OB PULM EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.20" and @displayName="OB PULM EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.20" and @displayName="OB PULM EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.24" and @displayName="OB PULM EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.24" and @displayName="OB PULM EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.24" and @displayName="OB PULM EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.33" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.33" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.33" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.32" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.32" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.32" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.31" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.31" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.31" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.30" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.30" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.30" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.34" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.34" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.34" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.13" and @displayName="OB SHOCK-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.13" and @displayName="OB SHOCK-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.13" and @displayName="OB SHOCK-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.12" and @displayName="OB SHOCK-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.12" and @displayName="OB SHOCK-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.12" and @displayName="OB SHOCK-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.11" and @displayName="OB SHOCK-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.11" and @displayName="OB SHOCK-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.11" and @displayName="OB SHOCK-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.10" and @displayName="OB SHOCK-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.10" and @displayName="OB SHOCK-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.10" and @displayName="OB SHOCK-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.14" and @displayName="OB SHOCK-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.14" and @displayName="OB SHOCK-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.14" and @displayName="OB SHOCK-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.32" and @displayName="OB SURG COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.32" and @displayName="OB SURG COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.32" and @displayName="OB SURG COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.30" and @displayName="OB SURG COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.30" and @displayName="OB SURG COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.30" and @displayName="OB SURG COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.34" and @displayName="OB SURG COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.34" and @displayName="OB SURG COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.34" and @displayName="OB SURG COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.83" and @displayName="OB TRAUMA NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.83" and @displayName="OB TRAUMA NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.83" and @displayName="OB TRAUMA NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.82" and @displayName="OB TRAUMA NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.82" and @displayName="OB TRAUMA NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.82" and @displayName="OB TRAUMA NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.81" and @displayName="OB TRAUMA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.81" and @displayName="OB TRAUMA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.81" and @displayName="OB TRAUMA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.80" and @displayName="OB TRAUMA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.80" and @displayName="OB TRAUMA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.80" and @displayName="OB TRAUMA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.84" and @displayName="OB TRAUMA NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.84" and @displayName="OB TRAUMA NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.84" and @displayName="OB TRAUMA NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.93" and @displayName="OB TRAUMA NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.93" and @displayName="OB TRAUMA NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.93" and @displayName="OB TRAUMA NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.92" and @displayName="OB TRAUMA NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.92" and @displayName="OB TRAUMA NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.92" and @displayName="OB TRAUMA NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.91" and @displayName="OB TRAUMA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.91" and @displayName="OB TRAUMA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.91" and @displayName="OB TRAUMA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.90" and @displayName="OB TRAUMA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.90" and @displayName="OB TRAUMA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.90" and @displayName="OB TRAUMA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.94" and @displayName="OB TRAUMA NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.94" and @displayName="OB TRAUMA NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.94" and @displayName="OB TRAUMA NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.13" and @displayName="OBESITY-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.13" and @displayName="OBESITY-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.13" and @displayName="OBESITY-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.12" and @displayName="OBESITY-DELIVERED W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.12" and @displayName="OBESITY-DELIVERED W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.12" and @displayName="OBESITY-DELIVERED W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.11" and @displayName="OBESITY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.11" and @displayName="OBESITY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.11" and @displayName="OBESITY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.14" and @displayName="OBESITY-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.14" and @displayName="OBESITY-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.14" and @displayName="OBESITY-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.10" and @displayName="OBESITY-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.10" and @displayName="OBESITY-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.10" and @displayName="OBESITY-UNSPECIFIED") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420006002" and @displayName="Obliterative coronary artery disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.2" and @displayName="Obscure cardiomyopathy of Africa") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.83" and @displayName="OBST LABOR NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.83" and @displayName="OBST LABOR NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.83" and @displayName="OBST LABOR NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.81" and @displayName="OBST LABOR NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.81" and @displayName="OBST LABOR NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.81" and @displayName="OBST LABOR NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.80" and @displayName="OBST LABOR NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.80" and @displayName="OBST LABOR NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.80" and @displayName="OBST LABOR NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.93" and @displayName="OBST LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.93" and @displayName="OBST LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.93" and @displayName="OBST LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.91" and @displayName="OBST LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.91" and @displayName="OBST LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.91" and @displayName="OBST LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.90" and @displayName="OBST LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.90" and @displayName="OBST LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.90" and @displayName="OBST LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.03" and @displayName="OBST/FETAL MALPOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.03" and @displayName="OBST/FETAL MALPOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.03" and @displayName="OBST/FETAL MALPOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.01" and @displayName="OBST/FETAL MALPOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.01" and @displayName="OBST/FETAL MALPOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.01" and @displayName="OBST/FETAL MALPOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.00" and @displayName="OBST/FETAL MALPOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.00" and @displayName="OBST/FETAL MALPOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.00" and @displayName="OBST/FETAL MALPOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="370220003" and @displayName="Occasional asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230059006" and @displayName="Occasional cigarette smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233839009" and @displayName="Old anterior myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233840006" and @displayName="Old inferior myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233841005" and @displayName="Old lateral myocardial infarction") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="412" and @displayName="OLD MYOCARDIAL INFARCT") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="1755008" and @displayName="Old myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233842003" and @displayName="Old posterior myocardial infarction") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.03" and @displayName="OLIGOHYDRAMNIOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.03" and @displayName="OLIGOHYDRAMNIOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.03" and @displayName="OLIGOHYDRAMNIOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.01" and @displayName="OLIGOHYDRAMNIOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.01" and @displayName="OLIGOHYDRAMNIOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.01" and @displayName="OLIGOHYDRAMNIOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.00" and @displayName="OLIGOHYDRAMNIOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.00" and @displayName="OLIGOHYDRAMNIOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.00" and @displayName="OLIGOHYDRAMNIOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.5" and @displayName="OLIGURIA  and  ANURIA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="271845002" and @displayName="Oliguria and anuria") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13048006" and @displayName="Orbital lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236663006" and @displayName="Orgasmic incontinence of urine") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="55546004" and @displayName="Origin of left circumflex artery from right coronary artery") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="458.0" and @displayName="ORTHOSTATIC HYPOTENSION") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28651003" and @displayName="Orthostatic hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425657001" and @displayName="Osteosclerotic myeloma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.33" and @displayName="OTH  and  UNSPEC BREAST DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.33" and @displayName="OTH  and  UNSPEC BREAST DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.33" and @displayName="OTH  and  UNSPEC BREAST DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.32" and @displayName="OTH  and  UNSPEC BREAST DISORDER-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.32" and @displayName="OTH  and  UNSPEC BREAST DISORDER-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.32" and @displayName="OTH  and  UNSPEC BREAST DISORDER-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.31" and @displayName="OTH  and  UNSPEC BREAST DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.31" and @displayName="OTH  and  UNSPEC BREAST DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.31" and @displayName="OTH  and  UNSPEC BREAST DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.30" and @displayName="OTH  and  UNSPEC BREAST DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.30" and @displayName="OTH  and  UNSPEC BREAST DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.30" and @displayName="OTH  and  UNSPEC BREAST DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.34" and @displayName="OTH  and  UNSPEC BREAST DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.34" and @displayName="OTH  and  UNSPEC BREAST DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.34" and @displayName="OTH  and  UNSPEC BREAST DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.73" and @displayName="OTH ABN FETAL DISPROPOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.73" and @displayName="OTH ABN FETAL DISPROPOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.73" and @displayName="OTH ABN FETAL DISPROPOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.71" and @displayName="OTH ABN FETAL DISPROPOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.71" and @displayName="OTH ABN FETAL DISPROPOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.71" and @displayName="OTH ABN FETAL DISPROPOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.70" and @displayName="OTH ABN FETAL DISPROPOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.70" and @displayName="OTH ABN FETAL DISPROPOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.70" and @displayName="OTH ABN FETAL DISPROPOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="631" and @displayName="OTH ABN PROD CONCEPTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="631" and @displayName="OTH ABN PROD CONCEPTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="631" and @displayName="OTH ABN PROD CONCEPTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.93" and @displayName="OTH CURR COND IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.93" and @displayName="OTH CURR COND IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.93" and @displayName="OTH CURR COND IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.92" and @displayName="OTH CURR COND IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.92" and @displayName="OTH CURR COND IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.92" and @displayName="OTH CURR COND IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.91" and @displayName="OTH CURR COND IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.91" and @displayName="OTH CURR COND IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.91" and @displayName="OTH CURR COND IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.90" and @displayName="OTH CURR COND IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.90" and @displayName="OTH CURR COND IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.90" and @displayName="OTH CURR COND IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.94" and @displayName="OTH CURR COND IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.94" and @displayName="OTH CURR COND IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.94" and @displayName="OTH CURR COND IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.51" and @displayName="OTH INJ PELVIC ORG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.51" and @displayName="OTH INJ PELVIC ORG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.51" and @displayName="OTH INJ PELVIC ORG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.50" and @displayName="OTH INJ PELVIC ORG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.50" and @displayName="OTH INJ PELVIC ORG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.50" and @displayName="OTH INJ PELVIC ORG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.54" and @displayName="OTH INJ PELVIC ORG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.54" and @displayName="OTH INJ PELVIC ORG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.54" and @displayName="OTH INJ PELVIC ORG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.83" and @displayName="OTH LACTATION DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.83" and @displayName="OTH LACTATION DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.83" and @displayName="OTH LACTATION DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.82" and @displayName="OTH LACTATION DISORDER-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.82" and @displayName="OTH LACTATION DISORDER-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.82" and @displayName="OTH LACTATION DISORDER-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.81" and @displayName="OTH LACTATION DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.81" and @displayName="OTH LACTATION DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.81" and @displayName="OTH LACTATION DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.80" and @displayName="OTH LACTATION DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.80" and @displayName="OTH LACTATION DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.80" and @displayName="OTH LACTATION DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.84" and @displayName="OTH LACTATION DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.84" and @displayName="OTH LACTATION DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.84" and @displayName="OTH LACTATION DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.43" and @displayName="OTH OB SURG COMP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.43" and @displayName="OTH OB SURG COMP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.43" and @displayName="OTH OB SURG COMP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.42" and @displayName="OTH OB SURG COMP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.42" and @displayName="OTH OB SURG COMP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.42" and @displayName="OTH OB SURG COMP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.41" and @displayName="OTH OB SURG COMP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.41" and @displayName="OTH OB SURG COMP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.41" and @displayName="OTH OB SURG COMP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.40" and @displayName="OTH OB SURG COMP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.40" and @displayName="OTH OB SURG COMP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.40" and @displayName="OTH OB SURG COMP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.44" and @displayName="OTH OB SURG COMP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.44" and @displayName="OTH OB SURG COMP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.44" and @displayName="OTH OB SURG COMP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.73" and @displayName="OTH PLAC COND-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.73" and @displayName="OTH PLAC COND-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.73" and @displayName="OTH PLAC COND-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.71" and @displayName="OTH PLAC COND-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.71" and @displayName="OTH PLAC COND-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.71" and @displayName="OTH PLAC COND-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.70" and @displayName="OTH PLAC COND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.70" and @displayName="OTH PLAC COND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.70" and @displayName="OTH PLAC COND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.83" and @displayName="OTH PROB LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.83" and @displayName="OTH PROB LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.83" and @displayName="OTH PROB LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.81" and @displayName="OTH PROB LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.81" and @displayName="OTH PROB LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.81" and @displayName="OTH PROB LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.80" and @displayName="OTH PROB LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.80" and @displayName="OTH PROB LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.80" and @displayName="OTH PROB LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.83" and @displayName="OTH PULM EMBOLISM NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.83" and @displayName="OTH PULM EMBOLISM NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.83" and @displayName="OTH PULM EMBOLISM NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.82" and @displayName="OTH PULM EMBOLISM NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.82" and @displayName="OTH PULM EMBOLISM NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.82" and @displayName="OTH PULM EMBOLISM NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.81" and @displayName="OTH PULM EMBOLISM NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.81" and @displayName="OTH PULM EMBOLISM NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.81" and @displayName="OTH PULM EMBOLISM NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.80" and @displayName="OTH PULM EMBOLISM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.80" and @displayName="OTH PULM EMBOLISM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.80" and @displayName="OTH PULM EMBOLISM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.84" and @displayName="OTH PULM EMBOLISM NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.84" and @displayName="OTH PULM EMBOLISM NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.84" and @displayName="OTH PULM EMBOLISM NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.63" and @displayName="OTH VIRAL DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.63" and @displayName="OTH VIRAL DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.63" and @displayName="OTH VIRAL DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.62" and @displayName="OTH VIRAL DIS IN PREG-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.62" and @displayName="OTH VIRAL DIS IN PREG-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.62" and @displayName="OTH VIRAL DIS IN PREG-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.61" and @displayName="OTH VIRAL DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.61" and @displayName="OTH VIRAL DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.61" and @displayName="OTH VIRAL DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.60" and @displayName="OTH VIRAL DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.60" and @displayName="OTH VIRAL DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.60" and @displayName="OTH VIRAL DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.64" and @displayName="OTH VIRAL DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.64" and @displayName="OTH VIRAL DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.64" and @displayName="OTH VIRAL DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.91" and @displayName="Other and unspecified alcohol dependence continuous drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.92" and @displayName="Other and unspecified alcohol dependence episodic drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.93" and @displayName="Other and unspecified alcohol dependence in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.90" and @displayName="Other and unspecified alcohol dependence unspecified drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.93" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.96" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.92" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.98" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.94" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.91" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.95" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.97" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.90" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.19" and @displayName="Other deficiency of cell-mediated immunity") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.09" and @displayName="Other deficiency of humoral immunity") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.3" and @displayName="Other general medical examination for administrative purposes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.3" and @displayName="Other general medical examination for administrative purposes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.3" and @displayName="Other general medical examination for administrative purposes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.3" and @displayName="Other general medical examination for administrative purposes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.82" and @displayName="Other immunoproliferative neoplasms in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.81" and @displayName="Other immunoproliferative neoplasms in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.80" and @displayName="Other immunoproliferative neoplasms without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.82" and @displayName="Other leukemia of unspecified cell type in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.81" and @displayName="Other leukemia of unspecified cell type in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.80" and @displayName="Other leukemia of unspecified cell type without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.82" and @displayName="Other lymphoid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.81" and @displayName="Other lymphoid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.80" and @displayName="Other lymphoid leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.83" and @displayName="Other lymphomas of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.86" and @displayName="Other lymphomas of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.82" and @displayName="Other lymphomas of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.88" and @displayName="Other lymphomas of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.84" and @displayName="Other lymphomas of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.81" and @displayName="Other lymphomas of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.85" and @displayName="Other lymphomas of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.87" and @displayName="Other lymphomas of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.80" and @displayName="Other lymphomas of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.82" and @displayName="Other monocytic leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.81" and @displayName="Other monocytic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.80" and @displayName="Other monocytic leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.82" and @displayName="Other myeloid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.81" and @displayName="Other myeloid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.80" and @displayName="Other myeloid leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.83" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.86" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.82" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.88" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.84" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.81" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.85" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.87" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.80" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.4" and @displayName="Other primary cardiomyopathies") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.03" and @displayName="Other selective immunoglobulin deficiencies") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.8" and @displayName="Other specified disorders involving the immune mechanism") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.8" and @displayName="Other specified general medical examinations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.8" and @displayName="Other specified general medical examinations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.8" and @displayName="Other specified general medical examinations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.8" and @displayName="Other specified general medical examinations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.82" and @displayName="OTHER SPECIFIED LEUKEMIA IN RELAPSE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.81" and @displayName="Other specified leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.80" and @displayName="Other specified leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188680003" and @displayName="Other types of follicular non-Hodgkins lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.39" and @displayName="Other urinary incontinence") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.23" and @displayName="OTHER VD IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.23" and @displayName="OTHER VD IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.23" and @displayName="OTHER VD IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.22" and @displayName="OTHER VD IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.22" and @displayName="OTHER VD IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.22" and @displayName="OTHER VD IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.21" and @displayName="OTHER VD IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.21" and @displayName="OTHER VD IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.21" and @displayName="OTHER VD IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.20" and @displayName="OTHER VD IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.20" and @displayName="OTHER VD IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.20" and @displayName="OTHER VD IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.24" and @displayName="OTHER VD IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.24" and @displayName="OTHER VD IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.24" and @displayName="OTHER VD IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.71" and @displayName="Otitis externa due to herpes zoster") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="36292003" and @displayName="Otitis externa due to Herpes zoster") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.33" and @displayName="OUTLET CONTRACTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.33" and @displayName="OUTLET CONTRACTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.33" and @displayName="OUTLET CONTRACTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.31" and @displayName="OUTLET CONTRACTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.31" and @displayName="OUTLET CONTRACTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.31" and @displayName="OUTLET CONTRACTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.30" and @displayName="OUTLET CONTRACTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.30" and @displayName="OUTLET CONTRACTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.30" and @displayName="OUTLET CONTRACTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.21" and @displayName="OVARIAN PREG W INTRA PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.21" and @displayName="OVARIAN PREG W INTRA PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.21" and @displayName="OVARIAN PREG W INTRA PRG") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9899009" and @displayName="Ovarian pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9899009" and @displayName="Ovarian pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9899009" and @displayName="Ovarian pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.20" and @displayName="OVARN PREG W/O INTRA PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.20" and @displayName="OVARN PREG W/O INTRA PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.20" and @displayName="OVARN PREG W/O INTRA PRG") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="397878005" and @displayName="Overflow incontinence of urine") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.38" and @displayName="Overflow incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109838007" and @displayName="Overlapping malignant neoplasm of colon") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.53" and @displayName="P/P CARDIOMYOPATHY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.53" and @displayName="P/P CARDIOMYOPATHY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.53" and @displayName="P/P CARDIOMYOPATHY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.52" and @displayName="P/P CARDIOMYOPATHY-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.52" and @displayName="P/P CARDIOMYOPATHY-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.52" and @displayName="P/P CARDIOMYOPATHY-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.51" and @displayName="P/P CARDIOMYOPATHY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.51" and @displayName="P/P CARDIOMYOPATHY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.51" and @displayName="P/P CARDIOMYOPATHY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.50" and @displayName="P/P CARDIOMYOPATHY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.50" and @displayName="P/P CARDIOMYOPATHY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.50" and @displayName="P/P CARDIOMYOPATHY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.54" and @displayName="P/P CARDIOMYOPATHY-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.54" and @displayName="P/P CARDIOMYOPATHY-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.54" and @displayName="P/P CARDIOMYOPATHY-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.32" and @displayName="P/P COAG DEFECT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.32" and @displayName="P/P COAG DEFECT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.32" and @displayName="P/P COAG DEFECT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.30" and @displayName="P/P COAG DEFECT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.30" and @displayName="P/P COAG DEFECT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.30" and @displayName="P/P COAG DEFECT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.34" and @displayName="P/P COAG DEFECT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.34" and @displayName="P/P COAG DEFECT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.34" and @displayName="P/P COAG DEFECT-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="129575004" and @displayName="Pacemaker twiddlers syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404119000" and @displayName="Pagetoid reticulosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251182009" and @displayName="Paired ventriclar premature complexes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="251.8" and @displayName="PANCREATIC DISORDER NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="251.8" and @displayName="PANCREATIC DISORDER NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="251.8" and @displayName="PANCREATIC DISORDER NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.03" and @displayName="PAPYRACEOUS FET-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.03" and @displayName="PAPYRACEOUS FET-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.03" and @displayName="PAPYRACEOUS FET-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.01" and @displayName="PAPYRACEOUS FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.01" and @displayName="PAPYRACEOUS FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.01" and @displayName="PAPYRACEOUS FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.00" and @displayName="PAPYRACEOUS FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.00" and @displayName="PAPYRACEOUS FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.00" and @displayName="PAPYRACEOUS FETUS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233915000" and @displayName="Paraoxysmal familial ventricular fibrillation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10164001" and @displayName="Parasystole") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23130000" and @displayName="Paraxysmal hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="57684003" and @displayName="Parenchymal renal hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39357005" and @displayName="Paroxysmal atrial tachycardia with block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195069001" and @displayName="Paroxysmal atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195070000" and @displayName="Paroxysmal atrioventricular tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195071001" and @displayName="Paroxysmal junctional tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195072008" and @displayName="Paroxysmal nodal tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195039008" and @displayName="Partial atrioventricular block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="32574007" and @displayName="Past myocardial infarction diagnosed on ECG AND/OR other special investigation but currently presenting no symptoms ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="164867002" and @displayName="Past myocardial infarction diagnosed on ECG AND/OR other special investigation but currently presenting no symptoms") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404107008" and @displayName="Patch/plaque stage mycosis fungoides") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G8422" and @displayName="Patient not eligible for BMI calculation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="103699006" and @displayName="Patient referral to dietitian") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="103699006" and @displayName="Patient refferal to dietitian") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.03" and @displayName="PELVIC DEFORMITY NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.03" and @displayName="PELVIC DEFORMITY NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.03" and @displayName="PELVIC DEFORMITY NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.01" and @displayName="PELVIC DEFORMITY NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.01" and @displayName="PELVIC DEFORMITY NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.01" and @displayName="PELVIC DEFORMITY NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.00" and @displayName="PELVIC DEFORMITY NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.00" and @displayName="PELVIC DEFORMITY NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.00" and @displayName="PELVIC DEFORMITY NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.72" and @displayName="PELVIC HEMATOMA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.72" and @displayName="PELVIC HEMATOMA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.72" and @displayName="PELVIC HEMATOMA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.71" and @displayName="PELVIC HEMATOMA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.71" and @displayName="PELVIC HEMATOMA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.71" and @displayName="PELVIC HEMATOMA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.70" and @displayName="PELVIC HEMATOMA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.70" and @displayName="PELVIC HEMATOMA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.70" and @displayName="PELVIC HEMATOMA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.74" and @displayName="PELVIC HEMATOMA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.74" and @displayName="PELVIC HEMATOMA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.74" and @displayName="PELVIC HEMATOMA-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240469009" and @displayName="Perinatal varicella") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.81" and @displayName="PERINEAL/VULVA TRAUMA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.81" and @displayName="PERINEAL/VULVA TRAUMA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.81" and @displayName="PERINEAL/VULVA TRAUMA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.80" and @displayName="PERINEAL/VULVA TRAUMA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.80" and @displayName="PERINEAL/VULVA TRAUMA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.80" and @displayName="PERINEAL/VULVA TRAUMA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.84" and @displayName="PERINEAL/VULVA TRAUMA NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.84" and @displayName="PERINEAL/VULVA TRAUMA NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.84" and @displayName="PERINEAL/VULVA TRAUMA NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.91" and @displayName="PERINEAL/VULVA TRAUMA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.91" and @displayName="PERINEAL/VULVA TRAUMA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.91" and @displayName="PERINEAL/VULVA TRAUMA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.90" and @displayName="PERINEAL/VULVA TRAUMA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.90" and @displayName="PERINEAL/VULVA TRAUMA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.90" and @displayName="PERINEAL/VULVA TRAUMA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.94" and @displayName="PERINEAL/VULVA TRAUMA NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.94" and @displayName="PERINEAL/VULVA TRAUMA NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.94" and @displayName="PERINEAL/VULVA TRAUMA NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.43" and @displayName="PERIPH NEUR IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.43" and @displayName="PERIPH NEUR IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.43" and @displayName="PERIPH NEUR IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.42" and @displayName="PERIPH NEUR IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.42" and @displayName="PERIPH NEUR IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.42" and @displayName="PERIPH NEUR IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.41" and @displayName="PERIPH NEUR IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.41" and @displayName="PERIPH NEUR IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.41" and @displayName="PERIPH NEUR IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.40" and @displayName="PERIPH NEUR IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.40" and @displayName="PERIPH NEUR IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.40" and @displayName="PERIPH NEUR IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.44" and @displayName="PERIPH NEUR IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.44" and @displayName="PERIPH NEUR IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.44" and @displayName="PERIPH NEUR IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421895002" and @displayName="Peripheral circulatory disorder associated with diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421895002" and @displayName="Peripheral circulatory disorder associated with diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421895002" and @displayName="Peripheral circulatory disorder associated with diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277653002" and @displayName="Peripheral T-cell lymphoma - pleomorphic medium and large cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277651000" and @displayName="Peripheral T-cell lymphoma - pleomorphic small cell") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.73" and @displayName="Peripheral T-cell lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.76" and @displayName="Peripheral T-cell lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.72" and @displayName="Peripheral T-cell lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.78" and @displayName="Peripheral T-cell lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.74" and @displayName="Peripheral T-cell lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.71" and @displayName="Peripheral T-cell lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.75" and @displayName="Peripheral T-cell lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.77" and @displayName="Peripheral T-cell lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.70" and @displayName="Peripheral T-cell lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109977009" and @displayName="Peripheral T-cell lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V56.8" and @displayName="PERITONEAL DIALYSIS ENCOUNTER") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424921004" and @displayName="Permanent cardiac pacemaker device") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233904005" and @displayName="Permanent junctional reciprocating tachycardia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.30" and @displayName="PERSIST OCCIPITPOST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.30" and @displayName="PERSIST OCCIPITPOST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.30" and @displayName="PERSIST OCCIPITPOST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.33" and @displayName="PERSIST OCCIPTPOST-ANTEPARTUM CODN/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.33" and @displayName="PERSIST OCCIPTPOST-ANTEPARTUM CODN/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.33" and @displayName="PERSIST OCCIPTPOST-ANTEPARTUM CODN/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.31" and @displayName="PERSIST OCCIPTPOST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.31" and @displayName="PERSIST OCCIPTPOST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.31" and @displayName="PERSIST OCCIPTPOST-DELIVERED") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="284591009" and @displayName="Persistent alcohol abuse") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44602002" and @displayName="Persistent sinus bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71192002" and @displayName="Pertoneal dialysis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425688002" and @displayName="Philadelphia chromosome-positive acute lymphoblastic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.53" and @displayName="PHLEB/THROMBOSIS NEC-ANTEPARTUM COND/COPM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.53" and @displayName="PHLEB/THROMBOSIS NEC-ANTEPARTUM COND/COPM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.53" and @displayName="PHLEB/THROMBOSIS NEC-ANTEPARTUM COND/COPM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.52" and @displayName="PHLEB/THROMBOSIS NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.52" and @displayName="PHLEB/THROMBOSIS NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.52" and @displayName="PHLEB/THROMBOSIS NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.51" and @displayName="PHLEB/THROMBOSIS NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.51" and @displayName="PHLEB/THROMBOSIS NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.51" and @displayName="PHLEB/THROMBOSIS NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.50" and @displayName="PHLEB/THROMBOSIS NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.50" and @displayName="PHLEB/THROMBOSIS NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.50" and @displayName="PHLEB/THROMBOSIS NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.54" and @displayName="PHLEB/THROMBOSIS NEC-W P/P CONC/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.54" and @displayName="PHLEB/THROMBOSIS NEC-W P/P CONC/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.54" and @displayName="PHLEB/THROMBOSIS NEC-W P/P CONC/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="33559001" and @displayName="Pineal hyperplasia AND diabetes mellitus syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="33559001" and @displayName="Pineal hyperplasia AND diabetes mellitus syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="33559001" and @displayName="Pineal hyperplasia AND diabetes mellitus syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82302008" and @displayName="Pipe smoker") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.13" and @displayName="PLACEN PREVIA W HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.13" and @displayName="PLACEN PREVIA W HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.13" and @displayName="PLACEN PREVIA W HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.11" and @displayName="PLACENTA PREVIA W HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.11" and @displayName="PLACENTA PREVIA W HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.11" and @displayName="PLACENTA PREVIA W HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.10" and @displayName="PLACENTA PREVIA W HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.10" and @displayName="PLACENTA PREVIA W HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.10" and @displayName="PLACENTA PREVIA W HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.03" and @displayName="PLACENTA PREVIA W/O HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.03" and @displayName="PLACENTA PREVIA W/O HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.03" and @displayName="PLACENTA PREVIA W/O HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.01" and @displayName="PLACENTA PREVIA W/O HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.01" and @displayName="PLACENTA PREVIA W/O HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.01" and @displayName="PLACENTA PREVIA W/O HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.00" and @displayName="PLACENTA PREVIA W/O HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.00" and @displayName="PLACENTA PREVIA W/O HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.00" and @displayName="PLACENTA PREVIA W/O HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.42" and @displayName="PLACENTAL POLYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.42" and @displayName="PLACENTAL POLYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.42" and @displayName="PLACENTAL POLYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.40" and @displayName="PLACENTAL POLYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.40" and @displayName="PLACENTAL POLYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.40" and @displayName="PLACENTAL POLYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.44" and @displayName="PLACENTAL POLYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.44" and @displayName="PLACENTAL POLYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.44" and @displayName="PLACENTAL POLYP-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="20447006" and @displayName="Plasma cell dycrasia with polyneuropathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.12" and @displayName="Plasma cell leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.11" and @displayName="Plasma cell leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95209008" and @displayName="Plasma cell leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.10" and @displayName="Plasma cell leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95210003" and @displayName="Plasma cell leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="415110002" and @displayName="Plasma cell myeloma/plasmacytoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="415111003" and @displayName="Plasma cell neoplasm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="415112005" and @displayName="Plasmacytoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404805002" and @displayName="Platinosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404804003" and @displayName="Platinum asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404132005" and @displayName="Pleomorphic small/medium-sized cell cutaneous T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90727007" and @displayName="Pleural effusion due to congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="196013003" and @displayName="Pnemopathy due to inhalation of other dust") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390795005" and @displayName="Pneumococcal vaccination contraindicated") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404108003" and @displayName="Poikilodermatous mycosis fungoides") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="962.0" and @displayName="POIS-CORTICOSTEROIDS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="962.0" and @displayName="POIS-CORTICOSTEROIDS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="962.0" and @displayName="POIS-CORTICOSTEROIDS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="53126001" and @displayName="Poisoning by adrenal cortical steroid") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="53126001" and @displayName="Poisoning by adrenal cortical steroid") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="53126001" and @displayName="Poisoning by adrenal cortical steroid") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="256.4" and @displayName="POLYCYSTIC OVARIES") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="256.4" and @displayName="POLYCYSTIC OVARIES") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="256.4" and @displayName="POLYCYSTIC OVARIES") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69878008" and @displayName="Polycystic ovaries") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69878008" and @displayName="Polycystic ovaries") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69878008" and @displayName="Polycystic ovaries") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.03" and @displayName="POLYHYDRAMNIOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.03" and @displayName="POLYHYDRAMNIOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.03" and @displayName="POLYHYDRAMNIOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.01" and @displayName="POLYHYDRAMNIOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.01" and @displayName="POLYHYDRAMNIOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.01" and @displayName="POLYHYDRAMNIOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.00" and @displayName="POLYHYDRAMNIOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.00" and @displayName="POLYHYDRAMNIOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.00" and @displayName="POLYHYDRAMNIOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="357.2" and @displayName="POLYNEUROPATHY IN DIABETES") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="357.2" and @displayName="POLYNEUROPATHY IN DIABETES") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="357.2" and @displayName="POLYNEUROPATHY IN DIABETES") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.53" and @displayName="POOR FETAL GROWTH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.53" and @displayName="POOR FETAL GROWTH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.53" and @displayName="POOR FETAL GROWTH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.51" and @displayName="POOR FETAL GROWTH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.51" and @displayName="POOR FETAL GROWTH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.51" and @displayName="POOR FETAL GROWTH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.50" and @displayName="POOR FETAL GROWTH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.50" and @displayName="POOR FETAL GROWTH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.50" and @displayName="POOR FETAL GROWTH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.0" and @displayName="Post measles encephalitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.2" and @displayName="Post measles otitis media") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.1" and @displayName="Post measles pneumonia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="411.0" and @displayName="POST MI SYNDROME") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.13" and @displayName="POST TERM PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.13" and @displayName="POST TERM PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.13" and @displayName="POST TERM PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.11" and @displayName="POST TERM PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.11" and @displayName="POST TERM PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.11" and @displayName="POST TERM PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.10" and @displayName="POST TERM PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.10" and @displayName="POST TERM PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.10" and @displayName="POST TERM PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236664000" and @displayName="Post-micturition incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90968009" and @displayName="Post-term pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90968009" and @displayName="Post-term pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90968009" and @displayName="Post-term pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.35" and @displayName="Post-void dribbling") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.4" and @displayName="POSTABORT METABOLIC DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.4" and @displayName="POSTABORT METABOLIC DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.4" and @displayName="POSTABORT METABOLIC DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.2" and @displayName="POSTABORT PELVIC DAMAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.2" and @displayName="POSTABORT PELVIC DAMAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.2" and @displayName="POSTABORT PELVIC DAMAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.3" and @displayName="POSTABORT RENAL FAILURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.3" and @displayName="POSTABORT RENAL FAILURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.3" and @displayName="POSTABORT RENAL FAILURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.8" and @displayName="POSTABORTION COMPL NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.8" and @displayName="POSTABORTION COMPL NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.8" and @displayName="POSTABORTION COMPL NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.9" and @displayName="POSTABORTION COMPL NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.9" and @displayName="POSTABORTION COMPL NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.9" and @displayName="POSTABORTION COMPL NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.6" and @displayName="POSTABORTION EMBOLISM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.6" and @displayName="POSTABORTION EMBOLISM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.6" and @displayName="POSTABORTION EMBOLISM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.0" and @displayName="POSTABORTION GU INFECT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.0" and @displayName="POSTABORTION GU INFECT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.0" and @displayName="POSTABORTION GU INFECT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.1" and @displayName="POSTABORTION HEMORRHAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.1" and @displayName="POSTABORTION HEMORRHAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.1" and @displayName="POSTABORTION HEMORRHAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.5" and @displayName="POSTABORTION SHOCK") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.5" and @displayName="POSTABORTION SHOCK") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.5" and @displayName="POSTABORTION SHOCK") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.13" and @displayName="Postherpetic polyneuropathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.12" and @displayName="Postherpetic trigeminal neuralgia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="66189004" and @displayName="Postmyocaridal infarction syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233918003" and @displayName="Postoperative complete heart block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371073003" and @displayName="Postural orthostatic tachycardia syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236665004" and @displayName="Postural urinary incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="33644002" and @displayName="Postvalvulotomy syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="052.0" and @displayName="Postvaricella encephalitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="052.2" and @displayName="Postvaricella myelitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425941003" and @displayName="Pre B-cell acute lymphoblastic leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277572006" and @displayName="Pre B-cell acute lymphoblastic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="67359005" and @displayName="Pre-eclampsia added to pre-existing hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199000005" and @displayName="Pre-eclampsia or eclampsia with pre-existing hypertension - delivered with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198999008" and @displayName="Pre-eclampsia or eclampsia with pre-existing hypertension - delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199002002" and @displayName="Pre-eclampsia or eclampsia with pre-existing hypertension - not delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199003007" and @displayName="Pre-eclampsia or eclampsia with pre-existing hypertension with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198997005" and @displayName="Pre-eclampsia or eclampsia with pre-existing hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="398254007" and @displayName="Pre-eclampsia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199229001" and @displayName="Pre-existing diabetes mellitus insulin dependent") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199229001" and @displayName="Pre-existing diabetes mellitus insulin dependent") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199229001" and @displayName="Pre-existing diabetes mellitus insulin dependent") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199230006" and @displayName="Pre-existing diabetes mellitus non-insulin dependent") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199230006" and @displayName="Pre-existing diabetes mellitus non-insulin dependent") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199230006" and @displayName="Pre-existing diabetes mellitus non-insulin dependent") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34694006" and @displayName="Pre-existing hypertension complicating AND/OR reason for care during childbirth") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65402008" and @displayName="Pre-existing hypertension complicating AND/OR reason for care during pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31407004" and @displayName="Pre-existing hypertension complicating AND/OR reason for care during puerperium ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199005000" and @displayName="Pre-existing hypertension complicating pregnancy childbirth and the puerperium ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="86041002" and @displayName="Pre-existing hypertension in obsteric context") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199007008" and @displayName="Pre-existing hypertensive heart and renal disease complicating pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199231005" and @displayName="Pre-existing malnutrition-related diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199231005" and @displayName="Pre-existing malnutrition-related diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199231005" and @displayName="Pre-existing malnutrition-related diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199008003" and @displayName="Pre-existing secondary hypertension complicating pregnancy childbirth and the puerperium ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.23" and @displayName="PRE-EXSIST HYP-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.23" and @displayName="PRE-EXSIST HYP-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.23" and @displayName="PRE-EXSIST HYP-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.22" and @displayName="PRE-EXSIST HYP-IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.22" and @displayName="PRE-EXSIST HYP-IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.22" and @displayName="PRE-EXSIST HYP-IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.21" and @displayName="PRE-EXSIST HYP-IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.21" and @displayName="PRE-EXSIST HYP-IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.21" and @displayName="PRE-EXSIST HYP-IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.20" and @displayName="PRE-EXSIST HYP-IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.20" and @displayName="PRE-EXSIST HYP-IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.20" and @displayName="PRE-EXSIST HYP-IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.24" and @displayName="PRE-EXSIST HYP-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.24" and @displayName="PRE-EXSIST HYP-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.24" and @displayName="PRE-EXSIST HYP-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.33" and @displayName="PRECIPITATE LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.33" and @displayName="PRECIPITATE LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.33" and @displayName="PRECIPITATE LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.31" and @displayName="PRECIPITATE LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.31" and @displayName="PRECIPITATE LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.31" and @displayName="PRECIPITATE LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.30" and @displayName="PRECIPITATE LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.30" and @displayName="PRECIPITATE LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.30" and @displayName="PRECIPITATE LABOR-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404137004" and @displayName="Precursor B-cell lymphoblastic lymphoma involving skin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421696004" and @displayName="Precursor T-cell neoplasm") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.83" and @displayName="PREG COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.83" and @displayName="PREG COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.83" and @displayName="PREG COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.82" and @displayName="PREG COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.82" and @displayName="PREG COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.82" and @displayName="PREG COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.81" and @displayName="PREG COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.81" and @displayName="PREG COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.81" and @displayName="PREG COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.80" and @displayName="PREG COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.80" and @displayName="PREG COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.80" and @displayName="PREG COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.84" and @displayName="PREG COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.84" and @displayName="PREG COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.84" and @displayName="PREG COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.93" and @displayName="PREG COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.93" and @displayName="PREG COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.93" and @displayName="PREG COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.91" and @displayName="PREG COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.91" and @displayName="PREG COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.91" and @displayName="PREG COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.90" and @displayName="PREG COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.90" and @displayName="PREG COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.90" and @displayName="PREG COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.2" and @displayName="PREG STATE INCIDENTAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.2" and @displayName="PREG STATE INCIDENTAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.2" and @displayName="PREG STATE INCIDENTAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.2" and @displayName="PREG W HX OF ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.49" and @displayName="PREG W HX OF ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.2" and @displayName="PREG W HX OF ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.49" and @displayName="PREG W HX OF ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.2" and @displayName="PREG W HX OF ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.49" and @displayName="PREG W HX OF ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.0" and @displayName="PREG W HX OF INFERTILITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.0" and @displayName="PREG W HX OF INFERTILITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.0" and @displayName="PREG W HX OF INFERTILITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.7" and @displayName="PREG W HX PRE-TERM LABOR") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.7" and @displayName="PREG W HX PRE-TERM LABOR") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.7" and @displayName="PREG W HX PRE-TERM LABOR") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.1" and @displayName="PREG W HX-TROPHOBLAS DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.1" and @displayName="PREG W HX-TROPHOBLAS DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.1" and @displayName="PREG W HX-TROPHOBLAS DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.41" and @displayName="PREG W HX-TROPHOBLASTIC DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.41" and @displayName="PREG W HX-TROPHOBLASTIC DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.41" and @displayName="PREG W HX-TROPHOBLASTIC DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.81" and @displayName="PREG W POOR OBS HX NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.81" and @displayName="PREG W POOR OBS HX NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.81" and @displayName="PREG W POOR OBS HX NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.82" and @displayName="PREG W POOR REPRODUCT HX") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.82" and @displayName="PREG W POOR REPRODUCT HX") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.82" and @displayName="PREG W POOR REPRODUCT HX") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.86" and @displayName="Preg-hx in utro prev prg") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.86" and @displayName="Preg-hx in utro prev prg") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.86" and @displayName="Preg-hx in utro prev prg") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="289908002" and @displayName="Pregnancy ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="289908002" and @displayName="Pregnancy ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="289908002" and @displayName="Pregnancy ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237627000" and @displayName="Pregnancy and non-insulin-dependent diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237627000" and @displayName="Pregnancy and non-insulin-dependent diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237627000" and @displayName="Pregnancy and non-insulin-dependent diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="239101008" and @displayName="Pregnancy eruption") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="239101008" and @displayName="Pregnancy eruption") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="239101008" and @displayName="Pregnancy eruption") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="48194001" and @displayName="Pregnancy-induced hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.85" and @displayName="Pregnt-assist repro tech") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.85" and @displayName="Pregnt-assist repro tech") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.85" and @displayName="Pregnt-assist repro tech") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4557003" and @displayName="Preinfarction syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.03" and @displayName="PRELABOR RUPT UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.03" and @displayName="PRELABOR RUPT UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.03" and @displayName="PRELABOR RUPT UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.01" and @displayName="PRELABOR RUPT UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.01" and @displayName="PRELABOR RUPT UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.01" and @displayName="PRELABOR RUPT UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.00" and @displayName="PRELABOR RUPT UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.00" and @displayName="PRELABOR RUPT UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.00" and @displayName="PRELABOR RUPT UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.13" and @displayName="PREM RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.13" and @displayName="PREM RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.13" and @displayName="PREM RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.11" and @displayName="PREM RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.11" and @displayName="PREM RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.11" and @displayName="PREM RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.10" and @displayName="PREM RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.10" and @displayName="PREM RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.10" and @displayName="PREM RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.23" and @displayName="PREMAT SEPAR PLACENTA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.23" and @displayName="PREMAT SEPAR PLACENTA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.23" and @displayName="PREMAT SEPAR PLACENTA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.21" and @displayName="PREMAT SEPAR PLACENTA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.21" and @displayName="PREMAT SEPAR PLACENTA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.21" and @displayName="PREMAT SEPAR PLACENTA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.20" and @displayName="PREMAT SEPAR PLACENTA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.20" and @displayName="PREMAT SEPAR PLACENTA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.20" and @displayName="PREMAT SEPAR PLACENTA-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="284470004" and @displayName="Premature atrial contraction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277614006" and @displayName="Prethymic and thymic T-cell lymphoma/leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.23" and @displayName="PREV C-DELIVERY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.23" and @displayName="PREV C-DELIVERY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.23" and @displayName="PREV C-DELIVERY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.21" and @displayName="PREV C-DELIVERY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.21" and @displayName="PREV C-DELIVERY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.21" and @displayName="PREV C-DELIVERY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.20" and @displayName="PREV C-DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.20" and @displayName="PREV C-DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.20" and @displayName="PREV C-DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.03" and @displayName="PRIM UTERINE INERTIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.03" and @displayName="PRIM UTERINE INERTIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.03" and @displayName="PRIM UTERINE INERTIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.01" and @displayName="PRIM UTERINE INERTIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.01" and @displayName="PRIM UTERINE INERTIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.01" and @displayName="PRIM UTERINE INERTIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.00" and @displayName="PRIM UTERINE INERTIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.00" and @displayName="PRIM UTERINE INERTIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.00" and @displayName="PRIM UTERINE INERTIA-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237865009" and @displayName="Primary amyloidosis of light chain type") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.53" and @displayName="Primary central nervous system lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.56" and @displayName="Primary central nervous system lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.52" and @displayName="Primary central nervous system lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.58" and @displayName="Primary central nervous system lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.54" and @displayName="Primary central nervous system lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.51" and @displayName="Primary central nervous system lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.55" and @displayName="Primary central nervous system lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.57" and @displayName="Primary central nervous system lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.50" and @displayName="Primary central nervous system lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307649006" and @displayName="Primary central nervous system lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276836002" and @displayName="Primary cerebral lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404145009" and @displayName="Primary cutaneous anaplastic large cell B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="402881008" and @displayName="Primary cutaneous B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128875000" and @displayName="Primary cutaneous CD30+ large T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404146005" and @displayName="Primary cutaneous diffuse large cell B-cell lymphoma of the leg") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404144008" and @displayName="Primary cutaneous diffuse large cell B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404143002" and @displayName="Primary cutaneous follicular center B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404141000" and @displayName="Primary cutaneous immunocytoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="400001003" and @displayName="Primary cutaneous lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404140004" and @displayName="Primary cutaneous marginal zone B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404142007" and @displayName="Primary cutaneous plasmacytoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="400122007" and @displayName="Primary cutaneous T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="18886003" and @displayName="Primary enuresis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421283008" and @displayName="Primary lymphoma of brain associated with AIDS ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93679002" and @displayName="Primary malignant neoplasm of appendix") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93683002" and @displayName="Primary malignant neoplasm of ascending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371977004" and @displayName="Primary malignant neoplasm of cecum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93761005" and @displayName="Primary malignant neoplasm of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93771007" and @displayName="Primary malignant neoplasm of descending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93826009" and @displayName="Primary malignant neoplasm of hepatic flexure of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93980002" and @displayName="Primary malignant neoplasm of rectosigmoid junction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93984006" and @displayName="Primary malignant neoplasm of rectum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94006002" and @displayName="Primary malignant neoplasm of sigmoid colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94072004" and @displayName="Primary malignant neoplasm of splenic flexure of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94105000" and @displayName="Primary malignant neoplasm of transverse colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="372087000" and @displayName="Primary malignant neoplasm") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="413.1" and @displayName="PRINZMETAL ANGINA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87343002" and @displayName="Prinzmetal angina") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.73" and @displayName="PROLAPSED ARM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.73" and @displayName="PROLAPSED ARM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.73" and @displayName="PROLAPSED ARM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.71" and @displayName="PROLAPSED ARM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.71" and @displayName="PROLAPSED ARM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.71" and @displayName="PROLAPSED ARM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.70" and @displayName="PROLAPSED ARM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.70" and @displayName="PROLAPSED ARM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.70" and @displayName="PROLAPSED ARM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.02" and @displayName="PROLIF DIABETIC RETINOPATHY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.02" and @displayName="PROLIF DIABETIC RETINOPATHY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.02" and @displayName="PROLIF DIABETIC RETINOPATHY") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="254792006" and @displayName="Proliferating angioendotheliomatosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.23" and @displayName="PROLONG RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.23" and @displayName="PROLONG RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.23" and @displayName="PROLONG RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.21" and @displayName="PROLONG RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.21" and @displayName="PROLONG RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.21" and @displayName="PROLONG RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.20" and @displayName="PROLONG RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.20" and @displayName="PROLONG RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.20" and @displayName="PROLONG RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.03" and @displayName="PROLONGED 1ST STAGE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.03" and @displayName="PROLONGED 1ST STAGE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.03" and @displayName="PROLONGED 1ST STAGE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.01" and @displayName="PROLONGED 1ST STAGE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.01" and @displayName="PROLONGED 1ST STAGE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.01" and @displayName="PROLONGED 1ST STAGE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.00" and @displayName="PROLONGED 1ST STAGE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.00" and @displayName="PROLONGED 1ST STAGE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.00" and @displayName="PROLONGED 1ST STAGE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.23" and @displayName="PROLONGED 2ND STAGE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.23" and @displayName="PROLONGED 2ND STAGE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.23" and @displayName="PROLONGED 2ND STAGE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.21" and @displayName="PROLONGED 2ND STAGE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.21" and @displayName="PROLONGED 2ND STAGE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.21" and @displayName="PROLONGED 2ND STAGE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.20" and @displayName="PROLONGED 2ND STAGE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.20" and @displayName="PROLONGED 2ND STAGE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.20" and @displayName="PROLONGED 2ND STAGE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.13" and @displayName="PROLONGED LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.13" and @displayName="PROLONGED LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.13" and @displayName="PROLONGED LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.11" and @displayName="PROLONGED LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.11" and @displayName="PROLONGED LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.11" and @displayName="PROLONGED LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.10" and @displayName="PROLONGED LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.10" and @displayName="PROLONGED LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.10" and @displayName="PROLONGED LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.23" and @displayName="PROLONGED PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.23" and @displayName="PROLONGED PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.23" and @displayName="PROLONGED PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.21" and @displayName="PROLONGED PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.21" and @displayName="PROLONGED PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.21" and @displayName="PROLONGED PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.20" and @displayName="PROLONGED PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.20" and @displayName="PROLONGED PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.20" and @displayName="PROLONGED PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="110006004" and @displayName="Prolymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307622006" and @displayName="Prolymphocytic lymphosarcoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="57886004" and @displayName="Protein-deficient diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="57886004" and @displayName="Protein-deficient diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="57886004" and @displayName="Protein-deficient diabetes mellitus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.34" and @displayName="Prp septc thrmb-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.34" and @displayName="Prp septc thrmb-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.34" and @displayName="Prp septc thrmb-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.32" and @displayName="Prp sptc thrmb-del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.32" and @displayName="Prp sptc thrmb-del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.32" and @displayName="Prp sptc thrmb-del w p/p") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236667007" and @displayName="Psychogenic urinary incontinence") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G8422" and @displayName="Pt inelig BMI calculation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.03" and @displayName="PUERP CEREBVAS DIS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.03" and @displayName="PUERP CEREBVAS DIS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.03" and @displayName="PUERP CEREBVAS DIS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.02" and @displayName="PUERP CEREBVAS DIS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.02" and @displayName="PUERP CEREBVAS DIS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.02" and @displayName="PUERP CEREBVAS DIS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.01" and @displayName="PUERP CEREBVAS DIS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.01" and @displayName="PUERP CEREBVAS DIS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.01" and @displayName="PUERP CEREBVAS DIS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.00" and @displayName="PUERP CEREBVAS DIS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.00" and @displayName="PUERP CEREBVAS DIS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.00" and @displayName="PUERP CEREBVAS DIS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.04" and @displayName="PUERP CEREBVAS DIS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.04" and @displayName="PUERP CEREBVAS DIS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.04" and @displayName="PUERP CEREBVAS DIS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.82" and @displayName="PUERP COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.82" and @displayName="PUERP COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.82" and @displayName="PUERP COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.80" and @displayName="PUERP COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.80" and @displayName="PUERP COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.80" and @displayName="PUERP COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.84" and @displayName="PUERP COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.84" and @displayName="PUERP COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.84" and @displayName="PUERP COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.92" and @displayName="PUERP COMP NOS-DEL W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.92" and @displayName="PUERP COMP NOS-DEL W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.92" and @displayName="PUERP COMP NOS-DEL W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.90" and @displayName="PUERP COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.90" and @displayName="PUERP COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.90" and @displayName="PUERP COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.94" and @displayName="PUERP COMP NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.94" and @displayName="PUERP COMP NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.94" and @displayName="PUERP COMP NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.12" and @displayName="Puerp endomet del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.12" and @displayName="Puerp endomet del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.12" and @displayName="Puerp endomet del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.14" and @displayName="Puerp endomet-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.14" and @displayName="Puerp endomet-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.14" and @displayName="Puerp endomet-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.10" and @displayName="Puerp endometritis-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.10" and @displayName="Puerp endometritis-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.10" and @displayName="Puerp endometritis-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.02" and @displayName="PUERP PYREXIA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.02" and @displayName="PUERP PYREXIA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.02" and @displayName="PUERP PYREXIA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.00" and @displayName="PUERP PYREXIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.00" and @displayName="PUERP PYREXIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.00" and @displayName="PUERP PYREXIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.04" and @displayName="PUERP PYREXIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.04" and @displayName="PUERP PYREXIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.04" and @displayName="PUERP PYREXIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.30" and @displayName="Puerp septc thromb-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.30" and @displayName="Puerp septc thromb-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.30" and @displayName="Puerp septc thromb-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.20" and @displayName="Puerperal sepsis-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.20" and @displayName="Puerperal sepsis-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.20" and @displayName="Puerperal sepsis-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.24" and @displayName="Puerperl sepsis-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.24" and @displayName="Puerperl sepsis-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.24" and @displayName="Puerperl sepsis-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.22" and @displayName="Puerprl sepsis-del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.22" and @displayName="Puerprl sepsis-del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.22" and @displayName="Puerprl sepsis-del w p/p") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42177007" and @displayName="Pulse slow") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.23" and @displayName="PYREXIA IN LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.23" and @displayName="PYREXIA IN LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.23" and @displayName="PYREXIA IN LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.21" and @displayName="PYREXIA IN LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.21" and @displayName="PYREXIA IN LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.21" and @displayName="PYREXIA IN LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.20" and @displayName="PYREXIA IN LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.20" and @displayName="PYREXIA IN LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.20" and @displayName="PYREXIA IN LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.23" and @displayName="QUADRUPLET PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.23" and @displayName="QUADRUPLET PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.23" and @displayName="QUADRUPLET PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.21" and @displayName="QUADRUPLET PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.21" and @displayName="QUADRUPLET PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.21" and @displayName="QUADRUPLET PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.20" and @displayName="QUADRUPLET PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.20" and @displayName="QUADRUPLET PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.20" and @displayName="QUADRUPLET PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60810003" and @displayName="Quadruplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60810003" and @displayName="Quadruplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60810003" and @displayName="Quadruplet pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.53" and @displayName="QUADS W FETAL LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.53" and @displayName="QUADS W FETAL LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.53" and @displayName="QUADS W FETAL LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.51" and @displayName="QUADS W FETAL LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.51" and @displayName="QUADS W FETAL LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.51" and @displayName="QUADS W FETAL LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.50" and @displayName="QUADS W FETAL LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.50" and @displayName="QUADS W FETAL LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.50" and @displayName="QUADS W FETAL LOSS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="80997009" and @displayName="Quintuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="80997009" and @displayName="Quintuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="80997009" and @displayName="Quintuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233893007" and @displayName="Re-entrant atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="84094009" and @displayName="Rebound hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428752002" and @displayName="Recent myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429245005" and @displayName="Recurrent coronary arteriosclerosis after percutaneous transluminal coronary angioplasty") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408289007" and @displayName="Refer to weight management program (procedure)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390857005" and @displayName="Referral to community alcohol team") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="306163007" and @displayName="Referral to dietetics - service") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="306163007" and @displayName="Referral to dietetics service") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="395700008" and @displayName="Refferal to smoking cessation advisor") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="315232003" and @displayName="Refferal to stop-smoking clinic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90987003" and @displayName="Reflex incontinence of urine") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44273001" and @displayName="Reflx bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314206003" and @displayName="Refractory heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="415287001" and @displayName="Relapsing chronic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39018007" and @displayName="Renal arterial hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="440.1" and @displayName="RENAL ARTERY ATHEROSCLEROSIS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="265764009" and @displayName="Renal dialysis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.23" and @displayName="RENAL DIS PREG W/O HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.23" and @displayName="RENAL DIS PREG W/O HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.23" and @displayName="RENAL DIS PREG W/O HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.22" and @displayName="RENAL DIS PREG W/O HYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.22" and @displayName="RENAL DIS PREG W/O HYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.22" and @displayName="RENAL DIS PREG W/O HYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.21" and @displayName="RENAL DIS PREG W/O HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.21" and @displayName="RENAL DIS PREG W/O HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.21" and @displayName="RENAL DIS PREG W/O HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.20" and @displayName="RENAL DIS PREG W/O HYP-NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.20" and @displayName="RENAL DIS PREG W/O HYP-NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.20" and @displayName="RENAL DIS PREG W/O HYP-NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.24" and @displayName="RENAL DIS PREG W/O HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.24" and @displayName="RENAL DIS PREG W/O HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.24" and @displayName="RENAL DIS PREG W/O HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="586" and @displayName="RENAL FAILURE NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42399005" and @displayName="Renal failure syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.13" and @displayName="RENAL HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.13" and @displayName="RENAL HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.13" and @displayName="RENAL HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.12" and @displayName="RENAL HYP IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.12" and @displayName="RENAL HYP IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.12" and @displayName="RENAL HYP IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.11" and @displayName="RENAL HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.11" and @displayName="RENAL HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.11" and @displayName="RENAL HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.10" and @displayName="RENAL HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.10" and @displayName="RENAL HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.10" and @displayName="RENAL HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.14" and @displayName="RENAL HYP IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.14" and @displayName="RENAL HYP IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.14" and @displayName="RENAL HYP IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198952001" and @displayName="Renal hypertension complicating pregnancy childbirth and the puerperium - delivered with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198951008" and @displayName="Renal hypertension complicating pregnancy childbirth and the puerperium - delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198953006" and @displayName="Renal hypertension complicating pregnancy childbirth and the puerperium - not delivered ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198954000" and @displayName="Renal hypertension complicating pregnancy childbirth and the puerperium with postnatal complication ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198949009" and @displayName="Renal hypertension complicating pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28119000" and @displayName="Renal hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="14973001" and @displayName="Renal sclerosis with hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123799005" and @displayName="Renovascular hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.02" and @displayName="RET PLAC W/O HEM NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.02" and @displayName="RET PLAC W/O HEM NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.02" and @displayName="RET PLAC W/O HEM NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.00" and @displayName="RET PLAC W/O HEM NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.00" and @displayName="RET PLAC W/O HEM NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.00" and @displayName="RET PLAC W/O HEM NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.04" and @displayName="RET PLAC W/O HEM NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.04" and @displayName="RET PLAC W/O HEM NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.04" and @displayName="RET PLAC W/O HEM NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.12" and @displayName="RET PLAC/MEMB W/O HEM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.12" and @displayName="RET PLAC/MEMB W/O HEM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.12" and @displayName="RET PLAC/MEMB W/O HEM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.10" and @displayName="RET PLAC/MEMB W/O HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.10" and @displayName="RET PLAC/MEMB W/O HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.10" and @displayName="RET PLAC/MEMB W/O HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.14" and @displayName="RET PLAC/MEMB W/O HEM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.14" and @displayName="RET PLAC/MEMB W/O HEM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.14" and @displayName="RET PLAC/MEMB W/O HEM-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420302007" and @displayName="Reticulosarcoma associated with AIDS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95224004" and @displayName="Reticulosarcoma of intra-abdominal lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.03" and @displayName="Reticulosarcoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.06" and @displayName="Reticulosarcoma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95225003" and @displayName="Reticulosarcoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.02" and @displayName="Reticulosarcoma of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95226002" and @displayName="Reticulosarcoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.08" and @displayName="Reticulosarcoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.04" and @displayName="Reticulosarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188492005" and @displayName="Reticulosarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.01" and @displayName="Reticulosarcoma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188489006" and @displayName="Reticulosarcoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.05" and @displayName="Reticulosarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188493000" and @displayName="Reticulosarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95230004" and @displayName="Reticulosarcoma of lymph nodes of multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.07" and @displayName="Reticulosarcoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95231000" and @displayName="Reticulosarcoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.00" and @displayName="Reticulosarcoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="373168002" and @displayName="Reticulosarcoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.03" and @displayName="RETRACTED NIPPLE PREG/LACT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.03" and @displayName="RETRACTED NIPPLE PREG/LACT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.03" and @displayName="RETRACTED NIPPLE PREG/LACT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.02" and @displayName="RETRACTED NIPPLE PREG/LACT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.02" and @displayName="RETRACTED NIPPLE PREG/LACT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.02" and @displayName="RETRACTED NIPPLE PREG/LACT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.01" and @displayName="RETRACTED NIPPLE PREG/LACT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.01" and @displayName="RETRACTED NIPPLE PREG/LACT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.01" and @displayName="RETRACTED NIPPLE PREG/LACT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.00" and @displayName="RETRACTED NIPPLE PREG/LACT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.00" and @displayName="RETRACTED NIPPLE PREG/LACT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.00" and @displayName="RETRACTED NIPPLE PREG/LACT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.04" and @displayName="RETRACTED NIPPLE PREG/LACT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.04" and @displayName="RETRACTED NIPPLE PREG/LACT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.04" and @displayName="RETRACTED NIPPLE PREG/LACT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.33" and @displayName="RETROVERTED UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.33" and @displayName="RETROVERTED UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.33" and @displayName="RETROVERTED UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.32" and @displayName="RETROVERTED UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.32" and @displayName="RETROVERTED UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.32" and @displayName="RETROVERTED UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.31" and @displayName="RETROVERTED UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.31" and @displayName="RETROVERTED UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.31" and @displayName="RETROVERTED UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.30" and @displayName="RETROVERTED UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.30" and @displayName="RETROVERTED UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.30" and @displayName="RETROVERTED UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.34" and @displayName="RETROVERTED UTERUS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.34" and @displayName="RETROVERTED UTERUS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.34" and @displayName="RETROVERTED UTERUS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.13" and @displayName="RH ISOIMMUNIZAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.13" and @displayName="RH ISOIMMUNIZAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.13" and @displayName="RH ISOIMMUNIZAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.11" and @displayName="RH ISOIMMUNIZAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.11" and @displayName="RH ISOIMMUNIZAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.11" and @displayName="RH ISOIMMUNIZAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.10" and @displayName="RH ISOIMMUNIZAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.10" and @displayName="RH ISOIMMUNIZAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.10" and @displayName="RH ISOIMMUNIZAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="395.2" and @displayName="RHEUMAT AORTIC STEN/INSUFF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="395.0" and @displayName="RHEUMAT AORTIC STENOSIS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="17759006" and @displayName="Rheumatic aortic stenosis with regurgitation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="72011007" and @displayName="Rheumatic aortic stenosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="398.91" and @displayName="Rheumatic heart failure (congestive)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43736008" and @displayName="Rheumatic left ventricular failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81552002" and @displayName="Rheumatic mitral vlave insuffuency AND aortic valve stenosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277550009" and @displayName="Richters syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73459006" and @displayName="Right branch block incomplete anterior fascicular block AND incomplete posterior fascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43906007" and @displayName="Right bundle branch block AND incomplete left bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="30667004" and @displayName="Right bundle branch block AND left anterior fascicular block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46319007" and @displayName="Right bundle branch block AND left posterior fascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="32758004" and @displayName="Right bundle branch block with left bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="41863008" and @displayName="Right bundle branch block anterior fascicular block AND incomplete posterior fascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="32425009" and @displayName="Right bundle branch block anterior fascicular block AND posterior fascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="66568003" and @displayName="Right bundle branch block posterior fascicular block AND incomplete anterior fascicular block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59118001" and @displayName="Right bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123642008" and @displayName="Right coronary artery occlusion") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253728007" and @displayName="Right dominant coronary system") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426012001" and @displayName="Right heart failure due to pulmonary hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44313006" and @displayName="Right heart failure secondary to left heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128404006" and @displayName="Right heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10365005" and @displayName="Right main coronary artery thrombosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253726006" and @displayName="Right ventricle-denpendent coronary circulation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="367363000" and @displayName="Right ventricular failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160619003" and @displayName="Rolls own cigarettes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="20852007" and @displayName="Romano-Ward syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.0" and @displayName="Routine general medical examination at a health care facility") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.0" and @displayName="Routine general medical examination at a health care facility") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.0" and @displayName="Routine general medical examination at a health care facility") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.0" and @displayName="Routine general medical examination at a health care facility") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V20.2" and @displayName="Routine infant or child health check") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V20.2" and @displayName="Routine infant or child health check") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.53" and @displayName="RUBELLA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.53" and @displayName="RUBELLA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.53" and @displayName="RUBELLA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.52" and @displayName="RUBELLA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.52" and @displayName="RUBELLA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.52" and @displayName="RUBELLA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.51" and @displayName="RUBELLA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.51" and @displayName="RUBELLA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.51" and @displayName="RUBELLA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.50" and @displayName="RUBELLA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.50" and @displayName="RUBELLA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.50" and @displayName="RUBELLA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.54" and @displayName="RUBELLA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.54" and @displayName="RUBELLA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.54" and @displayName="RUBELLA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.09" and @displayName="Rubella with other neurological complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.79" and @displayName="Rubella with other specified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.8" and @displayName="Rubella with unspecified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.00" and @displayName="Rubella with unspecified neurological complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.9" and @displayName="Rubella without mention of complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251172008" and @displayName="Run of artial premature complexes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251177002" and @displayName="Run of ventriclar premature complexes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.11" and @displayName="RUPT UTERUS DURING LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.11" and @displayName="RUPT UTERUS DURING LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.11" and @displayName="RUPT UTERUS DURING LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.10" and @displayName="RUPT UTERUS DURING LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.10" and @displayName="RUPT UTERUS DURING LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.10" and @displayName="RUPT UTERUS DURING LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.3" and @displayName="Scr fetl malfrm-ultrasnd") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.3" and @displayName="Scr fetl malfrm-ultrasnd") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.3" and @displayName="Scr fetl malfrm-ultrasnd") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.2" and @displayName="Screen by amniocent NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.2" and @displayName="Screen by amniocent NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.2" and @displayName="Screen by amniocent NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.1" and @displayName="Screen-alphafetoprotein") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.1" and @displayName="Screen-alphafetoprotein") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.1" and @displayName="Screen-alphafetoprotein") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.4" and @displayName="Screen-fetal retardation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.4" and @displayName="Screen-fetal retardation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.4" and @displayName="Screen-fetal retardation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.5" and @displayName="Screen-isoimmunization") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.5" and @displayName="Screen-isoimmunization") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.5" and @displayName="Screen-isoimmunization") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.0" and @displayName="Screening-chromosom anom") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.0" and @displayName="Screening-chromosom anom") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.0" and @displayName="Screening-chromosom anom") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.81" and @displayName="Scrn fetal anatmc survey") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.81" and @displayName="Scrn fetal anatmc survey") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.81" and @displayName="Scrn fetal anatmc survey") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.82" and @displayName="Scrn risk preterm labor") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.82" and @displayName="Scrn risk preterm labor") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.82" and @displayName="Scrn risk preterm labor") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="197.5" and @displayName="SEC MALIG NEO LG BOWEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.13" and @displayName="SEC UTERINE INERTIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.13" and @displayName="SEC UTERINE INERTIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.13" and @displayName="SEC UTERINE INERTIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.11" and @displayName="SEC UTERINE INERTIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.11" and @displayName="SEC UTERINE INERTIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.11" and @displayName="SEC UTERINE INERTIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.10" and @displayName="SEC UTERINE INERTIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.10" and @displayName="SEC UTERINE INERTIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.10" and @displayName="SEC UTERINE INERTIA-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195042002" and @displayName="Second degree atrioventricular block") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.9" and @displayName="Secondary cardiomyopathy unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13196008" and @displayName="Secondary diabetes insipidus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13196008" and @displayName="Secondary diabetes insipidus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13196008" and @displayName="Secondary diabetes insipidus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.20" and @displayName="Secondary diabetes mellitus with hyperosmolarity not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.21" and @displayName="Secondary diabetes mellitus with hyperosmolarity uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.10" and @displayName="Secondary diabetes mellitus with ketoacidosis not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.11" and @displayName="Secondary diabetes mellitus with ketoacidosis uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.60" and @displayName="Secondary diabetes mellitus with neurological manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.61" and @displayName="Secondary diabetes mellitus with neurological manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.50" and @displayName="Secondary diabetes mellitus with ophthalmic manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.51" and @displayName="Secondary diabetes mellitus with ophthalmic manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.30" and @displayName="Secondary diabetes mellitus with other coma not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.31" and @displayName="Secondary diabetes mellitus with other coma uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.80" and @displayName="Secondary diabetes mellitus with other specified manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.81" and @displayName="Secondary diabetes mellitus with other specified manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.70" and @displayName="Secondary diabetes mellitus with peripheral circulatory disorders not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.71" and @displayName="Secondary diabetes mellitus with peripheral circulatory disorders uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.40" and @displayName="Secondary diabetes mellitus with renal manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.41" and @displayName="Secondary diabetes mellitus with renal manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.90" and @displayName="Secondary diabetes mellitus with unspecified complication not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.91" and @displayName="Secondary diabetes mellitus with unspecified complication uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.00" and @displayName="Secondary diabetes mellitus not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.01" and @displayName="Secondary diabetes mellitus uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.01" and @displayName="Secondary diabetes mellitus uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.01" and @displayName="Secondary diabetes mellitus uncontrolled") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8801005" and @displayName="Secondary diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8801005" and @displayName="Secondary diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8801005" and @displayName="Secondary diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="74451002" and @displayName="Secondary diastolic hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.20" and @displayName="Secondary DM with hyperosmolarity not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.20" and @displayName="Secondary DM with hyperosmolarity not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.21" and @displayName="Secondary DM with hyperosmolarity uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.21" and @displayName="Secondary DM with hyperosmolarity uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.10" and @displayName="Secondary DM with ketoacidosis not stated as uncontrolled or unspecified[") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.10" and @displayName="Secondary DM with ketoacidosis not stated as uncontrolled or unspecified[") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.11" and @displayName="Secondary DM with ketoacidosis uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.11" and @displayName="Secondary DM with ketoacidosis uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.60" and @displayName="Secondary DM with neurological manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.60" and @displayName="Secondary DM with neurological manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.61" and @displayName="Secondary DM with neurological manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.61" and @displayName="Secondary DM with neurological manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.50" and @displayName="Secondary DM with ophthalmic manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.50" and @displayName="Secondary DM with ophthalmic manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.51" and @displayName="Secondary DM with ophthalmic manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.51" and @displayName="Secondary DM with ophthalmic manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.30" and @displayName="Secondary DM with other coma not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.30" and @displayName="Secondary DM with other coma not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.31" and @displayName="Secondary DM with other coma uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.31" and @displayName="Secondary DM with other coma uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.80" and @displayName="Secondary DM with other specified manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.80" and @displayName="Secondary DM with other specified manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.81" and @displayName="Secondary DM with other specified manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.81" and @displayName="Secondary DM with other specified manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.70" and @displayName="Secondary DM with peripheral circulatory disorders not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.70" and @displayName="Secondary DM with peripheral circulatory disorders not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.71" and @displayName="Secondary DM with peripheral circulatory disorders uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.71" and @displayName="Secondary DM with peripheral circulatory disorders uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.40" and @displayName="Secondary DM with renal manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.40" and @displayName="Secondary DM with renal manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.41" and @displayName="Secondary DM with renal manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.41" and @displayName="Secondary DM with renal manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.90" and @displayName="Secondary DM with unspecified complication not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.90" and @displayName="Secondary DM with unspecified complication not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.91" and @displayName="Secondary DM with unspecified complication uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.91" and @displayName="Secondary DM with unspecified complication uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.00" and @displayName="Secondary DM not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.00" and @displayName="Secondary DM not stated as uncontrolled or unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237601000" and @displayName="Secondary endocrine diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237601000" and @displayName="Secondary endocrine diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237601000" and @displayName="Secondary endocrine diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31992008" and @displayName="Secondary hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94175004" and @displayName="Secondary malignant neoplasm of appendix") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94179005" and @displayName="Secondary malignant neoplasm of ascending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94235004" and @displayName="Secondary malignant neoplasm of cecum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94260004" and @displayName="Secondary malignant neoplasm of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94271003" and @displayName="Secondary malignant neoplasm of descending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94328005" and @displayName="Secondary malignant neoplasm of hepatic flexure of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94509004" and @displayName="Secondary malignant neoplasm of rectosigmoid junction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94538001" and @displayName="Secondary malignant neoplasm of sigmoid colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94604000" and @displayName="Secondary malignant neoplasm of splenic flexure of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94643001" and @displayName="Secondary malignant neoplasm of transverse colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="305849009" and @displayName="Seen by dietetics - service") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="305849009" and @displayName="Seen by dietetics - service") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="401068004" and @displayName="Seen by smoking cessation advisor") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.01" and @displayName="Selective IgA immunodeficiency") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.02" and @displayName="Selective IgM immunodeficiency") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277639002" and @displayName="Sepsis-associated right ventricular failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.33" and @displayName="SEPTICEMIA IN LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.33" and @displayName="SEPTICEMIA IN LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.33" and @displayName="SEPTICEMIA IN LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.31" and @displayName="SEPTICEMIA IN LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.31" and @displayName="SEPTICEMIA IN LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.31" and @displayName="SEPTICEMIA IN LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.30" and @displayName="SEPTICEMIA IN LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.30" and @displayName="SEPTICEMIA IN LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.30" and @displayName="SEPTICEMIA IN LABOR-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38720006" and @displayName="Septuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38720006" and @displayName="Septuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38720006" and @displayName="Septuplet pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.06" and @displayName="SEV NONPROLF DB RETNOPH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.06" and @displayName="SEV NONPROLF DB RETNOPH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.06" and @displayName="SEV NONPROLF DB RETNOPH") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312905005" and @displayName="Severe nonproliferative diabetic retinopathy ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312905005" and @displayName="Severe nonproliferative diabetic retinopathy ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312905005" and @displayName="Severe nonproliferative diabetic retinopathy ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="370221004" and @displayName="Severe asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426656000" and @displayName="Severe persistent asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46764007" and @displayName="Severe pre-eclampsia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.53" and @displayName="SEVERE PREECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.53" and @displayName="SEVERE PREECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.53" and @displayName="SEVERE PREECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.52" and @displayName="SEVERE PREECLAMPSIA-DELIVERED-W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.52" and @displayName="SEVERE PREECLAMPSIA-DELIVERED-W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.52" and @displayName="SEVERE PREECLAMPSIA-DELIVERED-W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.51" and @displayName="SEVERE PREECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.51" and @displayName="SEVERE PREECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.51" and @displayName="SEVERE PREECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.50" and @displayName="SEVERE PREECLAMPSIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.50" and @displayName="SEVERE PREECLAMPSIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.50" and @displayName="SEVERE PREECLAMPSIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.54" and @displayName="SEVERE PREECLAMPSIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.54" and @displayName="SEVERE PREECLAMPSIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.54" and @displayName="SEVERE PREECLAMPSIA-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49044005" and @displayName="Severe sinus bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43990006" and @displayName="Sextuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43990006" and @displayName="Sextuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43990006" and @displayName="Sextuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95264000" and @displayName="S�zarys disease of extranodal AND/OR solid organ site") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188632001" and @displayName="S�zarys disease of intra-abdominal lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.23" and @displayName="Sezarys disease of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.26" and @displayName="Sezarys disease of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188635004" and @displayName="S�zarys disease of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.22" and @displayName="Sezarys disease of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188631008" and @displayName="S�zarys disease of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.28" and @displayName="Sezarys disease of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.24" and @displayName="Sezarys disease of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188633006" and @displayName="S�zarys disease of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.21" and @displayName="Sezarys disease of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188630009" and @displayName="S�zarys disease of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95260009" and @displayName="S�zarys disease of lymph nodes of head face AND/OR neck ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.25" and @displayName="Sezarys disease of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188634000" and @displayName="S�zarys disease of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95261008" and @displayName="S�zarys disease of lymph nodes of inguinal region AND/OR lower limb ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188637007" and @displayName="S�zarys disease of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="255101006" and @displayName="S�zarys disease of skin") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.27" and @displayName="Sezarys disease of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95263006" and @displayName="S�zarys disease of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.20" and @displayName="Sezarys disease of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118611004" and @displayName="S�zarys disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.43" and @displayName="SHORT CORD-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.43" and @displayName="SHORT CORD-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.43" and @displayName="SHORT CORD-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.41" and @displayName="SHORT CORD-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.41" and @displayName="SHORT CORD-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.41" and @displayName="SHORT CORD-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.40" and @displayName="SHORT CORD-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.40" and @displayName="SHORT CORD-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.40" and @displayName="SHORT CORD-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.43" and @displayName="SHOULDER DYSTOCIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.43" and @displayName="SHOULDER DYSTOCIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.43" and @displayName="SHOULDER DYSTOCIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.41" and @displayName="SHOULDER DYSTOCIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.41" and @displayName="SHOULDER DYSTOCIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.41" and @displayName="SHOULDER DYSTOCIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.40" and @displayName="SHOULDER DYSTOCIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.40" and @displayName="SHOULDER DYSTOCIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.40" and @displayName="SHOULDER DYSTOCIA-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="36083008" and @displayName="Sick sinus syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371805005" and @displayName="Significant coronary bypass graft disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253721001" and @displayName="Single coronary artery fistula") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="21981000" and @displayName="Single coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194842008" and @displayName="Single coronary vessel disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="419752005" and @displayName="Sinoatrial nodal reentrant tachycardia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="427.81" and @displayName="SINOATRIAL NODE DYSFUNCT") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233891009" and @displayName="Sinoatrial node tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49710005" and @displayName="Sinus bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60423000" and @displayName="Sinus node dysfuntion") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251161003" and @displayName="Slow ventricular response") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404138009" and @displayName="Small lymphocytic B-cell lymphoma involving skin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="77176002" and @displayName="Smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="384742004" and @displayName="Smoking cessation assistance") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="225323000" and @displayName="Smoking cessation education") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="401160008" and @displayName="Smoking cessation program start date") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="430338009" and @displayName="Smoldering chronic lymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413587002" and @displayName="Smoldering myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228489002" and @displayName="Snuff use") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81911001" and @displayName="Snuff user") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228494002" and @displayName="Snuff user") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426336007" and @displayName="Solitary osseous myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404157000" and @displayName="Specific skin infiltration in Hodgkins disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277551008" and @displayName="Splemic lymphoma with villous lymphocytes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.72" and @displayName="SPON AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.72" and @displayName="SPON AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.72" and @displayName="SPON AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.71" and @displayName="SPON AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.71" and @displayName="SPON AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.71" and @displayName="SPON AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.70" and @displayName="SPON AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.70" and @displayName="SPON AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.70" and @displayName="SPON AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.82" and @displayName="SPON AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.82" and @displayName="SPON AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.82" and @displayName="SPON AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.81" and @displayName="SPON AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.81" and @displayName="SPON AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.81" and @displayName="SPON AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.80" and @displayName="SPON AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.80" and @displayName="SPON AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.80" and @displayName="SPON AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.42" and @displayName="SPON AB W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.42" and @displayName="SPON AB W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.42" and @displayName="SPON AB W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.41" and @displayName="SPON AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.41" and @displayName="SPON AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.41" and @displayName="SPON AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.40" and @displayName="SPON AB W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.40" and @displayName="SPON AB W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.40" and @displayName="SPON AB W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.22" and @displayName="SPON AB W PEL DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.22" and @displayName="SPON AB W PEL DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.22" and @displayName="SPON AB W PEL DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.20" and @displayName="SPON AB W PEL DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.20" and @displayName="SPON AB W PEL DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.20" and @displayName="SPON AB W PEL DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.21" and @displayName="SPON AB W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.21" and @displayName="SPON AB W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.21" and @displayName="SPON AB W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.32" and @displayName="SPON AB W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.32" and @displayName="SPON AB W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.32" and @displayName="SPON AB W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.31" and @displayName="SPON AB W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.31" and @displayName="SPON AB W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.31" and @displayName="SPON AB W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.30" and @displayName="SPON AB W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.30" and @displayName="SPON AB W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.30" and @displayName="SPON AB W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.02" and @displayName="SPON ABOR W PEL INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.02" and @displayName="SPON ABOR W PEL INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.02" and @displayName="SPON ABOR W PEL INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.00" and @displayName="SPON ABOR W PEL INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.00" and @displayName="SPON ABOR W PEL INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.00" and @displayName="SPON ABOR W PEL INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.01" and @displayName="SPON ABOR W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.01" and @displayName="SPON ABOR W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.01" and @displayName="SPON ABOR W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.92" and @displayName="SPON ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.92" and @displayName="SPON ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.92" and @displayName="SPON ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.91" and @displayName="SPON ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.91" and @displayName="SPON ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.91" and @displayName="SPON ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.90" and @displayName="SPON ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.90" and @displayName="SPON ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.90" and @displayName="SPON ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.62" and @displayName="SPON ABORT W EMBOL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.62" and @displayName="SPON ABORT W EMBOL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.62" and @displayName="SPON ABORT W EMBOL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.61" and @displayName="SPON ABORT W EMBOL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.61" and @displayName="SPON ABORT W EMBOL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.61" and @displayName="SPON ABORT W EMBOL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.60" and @displayName="SPON ABORT W EMBOL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.60" and @displayName="SPON ABORT W EMBOL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.60" and @displayName="SPON ABORT W EMBOL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.12" and @displayName="SPON ABORT W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.12" and @displayName="SPON ABORT W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.12" and @displayName="SPON ABORT W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.11" and @displayName="SPON ABORT W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.11" and @displayName="SPON ABORT W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.11" and @displayName="SPON ABORT W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.10" and @displayName="SPON ABORT W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.10" and @displayName="SPON ABORT W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.10" and @displayName="SPON ABORT W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.52" and @displayName="SPON ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.52" and @displayName="SPON ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.52" and @displayName="SPON ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.51" and @displayName="SPON ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.51" and @displayName="SPON ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.51" and @displayName="SPON ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.50" and @displayName="SPON ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.50" and @displayName="SPON ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.50" and @displayName="SPON ABORT W SHOCK-UNSP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404117003" and @displayName="Spongiotic mycosis fungoides") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.53" and @displayName="SPOTTING-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.53" and @displayName="SPOTTING-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.53" and @displayName="SPOTTING-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.51" and @displayName="SPOTTING-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.51" and @displayName="SPOTTING-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.51" and @displayName="SPOTTING-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.50" and @displayName="SPOTTING-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.50" and @displayName="SPOTTING-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.50" and @displayName="SPOTTING-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V45.81" and @displayName="STATUS-POST AORTOCOR BPS GRAFT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V45.01" and @displayName="STATUS-POST PACEMAKER ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V45.82" and @displayName="STATUS-POST PTCA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190416008" and @displayName="Steroid-induced diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190416008" and @displayName="Steroid-induced diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190416008" and @displayName="Steroid-induced diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190447002" and @displayName="Steroid-induced diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190447002" and @displayName="Steroid-induced diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190447002" and @displayName="Steroid-induced diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46935006" and @displayName="Stoke-Adams syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13620007" and @displayName="Stoke-Adams-Morgagni syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160579004" and @displayName="Stopped drinking alcohol") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="625.6" and @displayName="Stress incontinence female") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188746008" and @displayName="Subacte monocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427056005" and @displayName="Subactue leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.22" and @displayName="Subacute leukemia of unspecified cell type in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.21" and @displayName="Subacute leukemia of unspecified cell type in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.20" and @displayName="Subacute leukemia of unspecified cell type without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302855005" and @displayName="Subacute leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188726003" and @displayName="Subacute lymhoid leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.22" and @displayName="Subacute lymphoid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.21" and @displayName="Subacute lymphoid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426370008" and @displayName="Subacute lymphoid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.20" and @displayName="Subacute lymphoid leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.22" and @displayName="Subacute monocytic leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.21" and @displayName="Subacute monocytic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.20" and @displayName="Subacute monocytic leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.22" and @displayName="Subacute myeloid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.21" and @displayName="Subacute myeloid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425749006" and @displayName="Subacute myeloid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.20" and @displayName="Subacute myeloid leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188736006" and @displayName="Subacute myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188770007" and @displayName="Subacute myelomonocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404133000" and @displayName="Subcutaneous panniculitic cutaneous T-cell lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.71" and @displayName="SUBENDO INFARCT INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.72" and @displayName="SUBENDO INFARCT SUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.70" and @displayName="SUBENDO INFARCT UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424199006" and @displayName="Substance induced asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233688007" and @displayName="Sulfite-induced asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.23" and @displayName="SUPERFICIAL THRMBOPHLEB-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.23" and @displayName="SUPERFICIAL THRMBOPHLEB-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.23" and @displayName="SUPERFICIAL THRMBOPHLEB-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.22" and @displayName="SUPERFICIAL THRMBOPHLEB-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.22" and @displayName="SUPERFICIAL THRMBOPHLEB-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.22" and @displayName="SUPERFICIAL THRMBOPHLEB-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.21" and @displayName="SUPERFICIAL THRMBOPHLEB-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.21" and @displayName="SUPERFICIAL THRMBOPHLEB-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.21" and @displayName="SUPERFICIAL THRMBOPHLEB-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.20" and @displayName="SUPERFICIAL THRMBOPHLEB-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.20" and @displayName="SUPERFICIAL THRMBOPHLEB-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.20" and @displayName="SUPERFICIAL THRMBOPHLEB-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.24" and @displayName="SUPERFICIAL THRMBOPHLEB-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.24" and @displayName="SUPERFICIAL THRMBOPHLEB-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.24" and @displayName="SUPERFICIAL THRMBOPHLEB-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.0" and @displayName="SUPERVISION NORMAL 1ST PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.0" and @displayName="SUPERVISION NORMAL 1ST PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.0" and @displayName="SUPERVISION NORMAL 1ST PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.1" and @displayName="SUPERVISION OTH NORMAL PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.1" and @displayName="SUPERVISION OTH NORMAL PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.1" and @displayName="SUPERVISION OTH NORMAL PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.84" and @displayName="SUPERVISION PREG ELDERLY PRIMIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.84" and @displayName="SUPERVISION PREG ELDERLY PRIMIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.84" and @displayName="SUPERVISION PREG ELDERLY PRIMIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.9" and @displayName="SUPERVISION PREG YOUNG PRIMIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.9" and @displayName="SUPERVISION PREG YOUNG PRIMIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.9" and @displayName="SUPERVISION PREG YOUNG PRIMIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.89" and @displayName="SUPERVSION PREG ELDERLY MULTIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.89" and @displayName="SUPERVSION PREG ELDERLY MULTIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.89" and @displayName="SUPERVSION PREG ELDERLY MULTIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.53" and @displayName="SUPPRESSED LACTATION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.53" and @displayName="SUPPRESSED LACTATION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.53" and @displayName="SUPPRESSED LACTATION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.52" and @displayName="SUPPRESSED LACTATION-DEL W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.52" and @displayName="SUPPRESSED LACTATION-DEL W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.52" and @displayName="SUPPRESSED LACTATION-DEL W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.51" and @displayName="SUPPRESSED LACTATION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.51" and @displayName="SUPPRESSED LACTATION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.51" and @displayName="SUPPRESSED LACTATION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.50" and @displayName="SUPPRESSED LACTATION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.50" and @displayName="SUPPRESSED LACTATION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.50" and @displayName="SUPPRESSED LACTATION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.54" and @displayName="SUPPRESSED LACTATION-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.54" and @displayName="SUPPRESSED LACTATION-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.54" and @displayName="SUPPRESSED LACTATION-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="72654001" and @displayName="Supraventricular arrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251168009" and @displayName="Supraventricular bigeminy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="63593006" and @displayName="Supraventricular premature beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59720008" and @displayName="Sustained diastolic hyertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429243003" and @displayName="Sustained ventricular fibrillation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230664009" and @displayName="Sympathotonic orthostatic hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="432524006" and @displayName="Syncope due to orthostatic hypotension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.01" and @displayName="SYPHILIS IN PREG -DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.01" and @displayName="SYPHILIS IN PREG -DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.01" and @displayName="SYPHILIS IN PREG -DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.03" and @displayName="SYPHILIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.03" and @displayName="SYPHILIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.03" and @displayName="SYPHILIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.02" and @displayName="SYPHILIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.02" and @displayName="SYPHILIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.02" and @displayName="SYPHILIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.00" and @displayName="SYPHILIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.00" and @displayName="SYPHILIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.00" and @displayName="SYPHILIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.04" and @displayName="SYPHILIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.04" and @displayName="SYPHILIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.04" and @displayName="SYPHILIS IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240567009" and @displayName="Syphilitic coronary artery disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="62207008" and @displayName="Syphilitic ostial coronary disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429457004" and @displayName="Systolic essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="417996009" and @displayName="Systolic heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.20" and @displayName="SYSTOLIC HRT FAILURE NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="56218007" and @displayName="Systolic hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.40" and @displayName="SYSTOLIC/DIASTOLIC HF") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427642009" and @displayName="T-cell acute lymphoblastic leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277575008" and @displayName="T-cell acute lymphoblastic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422172005" and @displayName="T-cell AND/OR NK cell neoplasm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277545003" and @displayName="T-cell chronic lymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109978004" and @displayName="T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277567002" and @displayName="T-cell prolymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109975001" and @displayName="T-zone lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="74615001" and @displayName="Tachycardia-bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="268523001" and @displayName="Target weight discussed") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="268523001" and @displayName="Target weight discussed") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="268523001" and @displayName="Target weight discussed") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.33" and @displayName="TB IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.33" and @displayName="TB IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.33" and @displayName="TB IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.32" and @displayName="TB IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.32" and @displayName="TB IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.32" and @displayName="TB IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.31" and @displayName="TB IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.31" and @displayName="TB IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.31" and @displayName="TB IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.30" and @displayName="TB IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.30" and @displayName="TB IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.30" and @displayName="TB IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.34" and @displayName="TB IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.34" and @displayName="TB IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.34" and @displayName="TB IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237240001" and @displayName="Teenage pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237240001" and @displayName="Teenage pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237240001" and @displayName="Teenage pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162607003" and @displayName="TERMINAL ILLNESS - EARLY STAGE ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162607003" and @displayName="Terminal illness - early stage") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162607003" and @displayName="Terminal illness - early stage") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162608008" and @displayName="TERMINAL ILLNESS - LATE STAGE ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162608008" and @displayName="Terminal illness - late stage") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162608008" and @displayName="Terminal illness - late stage") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="300936002" and @displayName="Terminal illness") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="300936002" and @displayName="Terminal illness") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="300936002" and @displayName="TERMINAL ILLNESS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="300936002" and @displayName="Terminal illness") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.02" and @displayName="THIRD-STAGE HEM-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.02" and @displayName="THIRD-STAGE HEM-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.02" and @displayName="THIRD-STAGE HEM-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.00" and @displayName="THIRD-STAGE HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.00" and @displayName="THIRD-STAGE HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.00" and @displayName="THIRD-STAGE HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.04" and @displayName="THIRD-STAGE HEM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.04" and @displayName="THIRD-STAGE HEM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.04" and @displayName="THIRD-STAGE HEM-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240470005" and @displayName="Thoracic herpes zoster infection") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.03" and @displayName="THREATEN ABORT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.03" and @displayName="THREATEN ABORT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.03" and @displayName="THREATEN ABORT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.01" and @displayName="THREATENED ABORT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.01" and @displayName="THREATENED ABORT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.01" and @displayName="THREATENED ABORT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.00" and @displayName="THREATENED ABORT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.00" and @displayName="THREATENED ABORT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.00" and @displayName="THREATENED ABORT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.13" and @displayName="THREATENED LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.13" and @displayName="THREATENED LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.13" and @displayName="THREATENED LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.10" and @displayName="THREATENED LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.10" and @displayName="THREATENED LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.10" and @displayName="THREATENED LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.03" and @displayName="THREATENED PREM LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.03" and @displayName="THREATENED PREM LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.03" and @displayName="THREATENED PREM LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.00" and @displayName="THREATENED PREM LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.00" and @displayName="THREATENED PREM LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.00" and @displayName="THREATENED PREM LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.13" and @displayName="THYROID DYSFUN IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.13" and @displayName="THYROID DYSFUN IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.13" and @displayName="THYROID DYSFUN IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.12" and @displayName="THYROID DYSFUN IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.12" and @displayName="THYROID DYSFUN IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.12" and @displayName="THYROID DYSFUN IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.11" and @displayName="THYROID DYSFUN IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.11" and @displayName="THYROID DYSFUN IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.11" and @displayName="THYROID DYSFUN IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.10" and @displayName="THYROID DYSFUN IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.10" and @displayName="THYROID DYSFUN IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.10" and @displayName="THYROID DYSFUN IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.14" and @displayName="THYROID DYSFUN IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.14" and @displayName="THYROID DYSFUN IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.14" and @displayName="THYROID DYSFUN IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191889006" and @displayName="Tobacco dependence in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="89765005" and @displayName="Tobacco dependence syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191887008" and @displayName="Tobacco dependence continuous") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191888003" and @displayName="Tobacco dependence episodic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="365981007" and @displayName="Tobacco smoking behavior") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="365982000" and @displayName="Tobacco smoking consumption") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="229819007" and @displayName="Tobacco use and exposure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="365980008" and @displayName="Tobacco use and exposure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.03" and @displayName="TOBACCO USE DIS-ANTEPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.03" and @displayName="TOBACCO USE DIS-ANTEPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.03" and @displayName="TOBACCO USE DIS-ANTEPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.02" and @displayName="TOBACCO USE DIS-DEL-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.02" and @displayName="TOBACCO USE DIS-DEL-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.02" and @displayName="TOBACCO USE DIS-DEL-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.04" and @displayName="TOBACCO USE DIS-POSTPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.04" and @displayName="TOBACCO USE DIS-POSTPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.04" and @displayName="TOBACCO USE DIS-POSTPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.01" and @displayName="TOBACCO USE DISOR-DELLIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.01" and @displayName="TOBACCO USE DISOR-DELLIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.01" and @displayName="TOBACCO USE DISOR-DELLIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.00" and @displayName="TOBACCO USE DISORD-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.00" and @displayName="TOBACCO USE DISORD-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.00" and @displayName="TOBACCO USE DISORD-UNSP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="110483000" and @displayName="Tobacco user") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="365978002" and @displayName="Tolerance to alcohol - finding") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="53896009" and @displayName="Tolerant ex-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87739003" and @displayName="Tolerant non-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="129853007" and @displayName="Total urinary incontinence") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.74" and @displayName="TOX W PRE--EXSIST HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.74" and @displayName="TOX W PRE--EXSIST HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.74" and @displayName="TOX W PRE--EXSIST HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.73" and @displayName="TOX W PRE-EXSIST HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.73" and @displayName="TOX W PRE-EXSIST HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.73" and @displayName="TOX W PRE-EXSIST HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.72" and @displayName="TOX W PRE-EXSIST HYP-DELIVERED P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.72" and @displayName="TOX W PRE-EXSIST HYP-DELIVERED P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.72" and @displayName="TOX W PRE-EXSIST HYP-DELIVERED P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.71" and @displayName="TOX W PRE-EXSIST HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.71" and @displayName="TOX W PRE-EXSIST HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.71" and @displayName="TOX W PRE-EXSIST HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.70" and @displayName="TOX W PRE-EXSIST HYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.70" and @displayName="TOX W PRE-EXSIST HYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.70" and @displayName="TOX W PRE-EXSIST HYP-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="15394000" and @displayName="Toxemia of pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82782008" and @displayName="Toxic effect of ethyl alcohol") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.33" and @displayName="TRANS HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.33" and @displayName="TRANS HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.33" and @displayName="TRANS HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.32" and @displayName="TRANS HYP IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.32" and @displayName="TRANS HYP IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.32" and @displayName="TRANS HYP IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.31" and @displayName="TRANS HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.31" and @displayName="TRANS HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.31" and @displayName="TRANS HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.30" and @displayName="TRANS HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.30" and @displayName="TRANS HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.30" and @displayName="TRANS HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.34" and @displayName="TRANS HYP IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.34" and @displayName="TRANS HYP IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.34" and @displayName="TRANS HYP IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="262941008" and @displayName="Transection of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198966006" and @displayName="Transient hypertension of pregnancy - delivered with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198965005" and @displayName="Transient hypertension of pregnancy - delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198967002" and @displayName="Transient hypertension of pregnancy - not delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198968007" and @displayName="Transient hypertension of pregnancy with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237279007" and @displayName="Transient hypertension of pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="52698002" and @displayName="Transient hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.33" and @displayName="TRANSV/OBLIQ LIE-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.33" and @displayName="TRANSV/OBLIQ LIE-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.33" and @displayName="TRANSV/OBLIQ LIE-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.31" and @displayName="TRANSV/OBLIQ LIE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.31" and @displayName="TRANSV/OBLIQ LIE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.31" and @displayName="TRANSV/OBLIQ LIE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.30" and @displayName="TRANSV/OBLIQ LIE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.30" and @displayName="TRANSV/OBLIQ LIE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.30" and @displayName="TRANSV/OBLIQ LIE-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="86014007" and @displayName="Trifascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="441024003" and @displayName="Trifurcation lesion of coronary artery") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.13" and @displayName="TRIPLET PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.13" and @displayName="TRIPLET PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.13" and @displayName="TRIPLET PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.11" and @displayName="TRIPLET PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.11" and @displayName="TRIPLET PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.11" and @displayName="TRIPLET PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.10" and @displayName="TRIPLET PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.10" and @displayName="TRIPLET PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.10" and @displayName="TRIPLET PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="64254006" and @displayName="Triplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="64254006" and @displayName="Triplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="64254006" and @displayName="Triplet pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.43" and @displayName="TRIPLETS W FET LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.43" and @displayName="TRIPLETS W FET LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.43" and @displayName="TRIPLETS W FET LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.41" and @displayName="TRIPLETS W FET LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.41" and @displayName="TRIPLETS W FET LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.41" and @displayName="TRIPLETS W FET LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.40" and @displayName="TRIPLETS W FET LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.40" and @displayName="TRIPLETS W FET LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.40" and @displayName="TRIPLETS W FET LOSS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="266920004" and @displayName="Trival cigarette smoker (less than one cigarette/day)") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.61" and @displayName="TRUE POST INFARCT INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.62" and @displayName="TRUE POST INFARCTSUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.60" and @displayName="TRUE POST INFARCTUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.11" and @displayName="TUBAL PREG W INTRA PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.11" and @displayName="TUBAL PREG W INTRA PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.11" and @displayName="TUBAL PREG W INTRA PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.10" and @displayName="TUBAL PREG W/O INTRA PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.10" and @displayName="TUBAL PREG W/O INTRA PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.10" and @displayName="TUBAL PREG W/O INTRA PRG") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79586000" and @displayName="Tubal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79586000" and @displayName="Tubal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79586000" and @displayName="Tubal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404113004" and @displayName="Tumor stage mycosis fungoides") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.03" and @displayName="TWIN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.03" and @displayName="TWIN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.03" and @displayName="TWIN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.01" and @displayName="TWIN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.01" and @displayName="TWIN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.01" and @displayName="TWIN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.00" and @displayName="TWIN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.00" and @displayName="TWIN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.00" and @displayName="TWIN PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65147003" and @displayName="Twin pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65147003" and @displayName="Twin pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65147003" and @displayName="Twin pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.33" and @displayName="TWINS W FETAL LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.33" and @displayName="TWINS W FETAL LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.33" and @displayName="TWINS W FETAL LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.31" and @displayName="TWINS W FETAL LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.31" and @displayName="TWINS W FETAL LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.31" and @displayName="TWINS W FETAL LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.30" and @displayName="TWINS W FETAL LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.30" and @displayName="TWINS W FETAL LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.30" and @displayName="TWINS W FETAL LOSS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190371008" and @displayName="Type I diabetes mellitus - poor control") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190371008" and @displayName="Type I diabetes mellitus - poor control") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190371008" and @displayName="Type I diabetes mellitus - poor control") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190372001" and @displayName="Type I diabetes mellitus maturity onseet") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190372001" and @displayName="Type I diabetes mellitus maturity onseet") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190372001" and @displayName="Type I diabetes mellitus maturity onseet") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314893005" and @displayName="Type I diabetes mellitus with arthtopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314893005" and @displayName="Type I diabetes mellitus with arthtopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314893005" and @displayName="Type I diabetes mellitus with arthtopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190369008" and @displayName="Type I diabetes mellitus with gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190369008" and @displayName="Type I diabetes mellitus with gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190369008" and @displayName="Type I diabetes mellitus with gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314771006" and @displayName="Type I diabetes mellitus with hypoglycemic coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314771006" and @displayName="Type I diabetes mellitus with hypoglycemic coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314771006" and @displayName="Type I diabetes mellitus with hypoglycemic coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190368000" and @displayName="Type I diabetes mellitus with ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190368000" and @displayName="Type I diabetes mellitus with ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190368000" and @displayName="Type I diabetes mellitus with ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313435000" and @displayName="Type I diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313435000" and @displayName="Type I diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313435000" and @displayName="Type I diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190392008" and @displayName="Type II diabetes mellitus - poor control") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190392008" and @displayName="Type II diabetes mellitus - poor control") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190392008" and @displayName="Type II diabetes mellitus - poor control") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314903002" and @displayName="Type II diabetes mellitus with arthtopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314903002" and @displayName="Type II diabetes mellitus with arthtopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314903002" and @displayName="Type II diabetes mellitus with arthtopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190390000" and @displayName="Type II diabetes mellitus with gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190390000" and @displayName="Type II diabetes mellitus with gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190390000" and @displayName="Type II diabetes mellitus with gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314772004" and @displayName="Type II diabetes mellitus with hypoglycemic coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314772004" and @displayName="Type II diabetes mellitus with hypoglycemic coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314772004" and @displayName="Type II diabetes mellitus with hypoglycemic coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314902007" and @displayName="Type II diabetes mellitus with peripheral angiopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314902007" and @displayName="Type II diabetes mellitus with peripheral angiopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314902007" and @displayName="Type II diabetes mellitus with peripheral angiopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190389009" and @displayName="Type II diabetes mellitus with ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190389009" and @displayName="Type II diabetes mellitus with ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190389009" and @displayName="Type II diabetes mellitus with ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313436004" and @displayName="Type II diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313436004" and @displayName="Type II diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313436004" and @displayName="Type II diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="249284009" and @displayName="Unaware of passing urine") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="85561006" and @displayName="Uncomplicated alcohol withdrawal") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233923003" and @displayName="Unidirectional retrograde accessory pathway") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="27337007" and @displayName="Unifocal PVCs") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.47" and @displayName="UNILATERAL EXTENDED RADICAL MASTECTOMY") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.43" and @displayName="UNILATERAL EXTENDED SIMPLE MASTECTOMY") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.45" and @displayName="UNILATERAL RADICAL MASTECTOMY") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.41" and @displayName="UNILATERAL SIMPLE MASTECTOMY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.93" and @displayName="UNSPEC LACTATION DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.93" and @displayName="UNSPEC LACTATION DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.93" and @displayName="UNSPEC LACTATION DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.92" and @displayName="UNSPEC LACTATION DISORDER-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.92" and @displayName="UNSPEC LACTATION DISORDER-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.92" and @displayName="UNSPEC LACTATION DISORDER-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.91" and @displayName="UNSPEC LACTATION DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.91" and @displayName="UNSPEC LACTATION DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.91" and @displayName="UNSPEC LACTATION DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.90" and @displayName="UNSPEC LACTATION DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.90" and @displayName="UNSPEC LACTATION DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.90" and @displayName="UNSPEC LACTATION DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.94" and @displayName="UNSPEC LACTATION DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.94" and @displayName="UNSPEC LACTATION DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.94" and @displayName="UNSPEC LACTATION DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.41" and @displayName="UNSPEC PERINEAL LAC NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.41" and @displayName="UNSPEC PERINEAL LAC NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.41" and @displayName="UNSPEC PERINEAL LAC NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.40" and @displayName="UNSPEC PERINEAL LAC NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.40" and @displayName="UNSPEC PERINEAL LAC NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.40" and @displayName="UNSPEC PERINEAL LAC NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.44" and @displayName="UNSPEC PERINEAL LAC NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.44" and @displayName="UNSPEC PERINEAL LAC NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.44" and @displayName="UNSPEC PERINEAL LAC NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.91" and @displayName="UNSPEC PROB LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.91" and @displayName="UNSPEC PROB LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.91" and @displayName="UNSPEC PROB LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.90" and @displayName="UNSPEC PROB LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.90" and @displayName="UNSPEC PROB LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.90" and @displayName="UNSPEC PROB LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.93" and @displayName="UNSPEC PROB LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.93" and @displayName="UNSPEC PROB LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.93" and @displayName="UNSPEC PROB LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.9" and @displayName="Unspecified alcohol-induced mental disorders") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.9" and @displayName="Unspecified disorder of immune mechanism") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="401.9" and @displayName="Unspecified essential hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.9" and @displayName="Unspecified general medical examination") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.9" and @displayName="Unspecified general medical examination") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.9" and @displayName="Unspecified general medical examination") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.9" and @displayName="Unspecified general medical examination") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.91" and @displayName="Unspecified hypertensive heart disease with heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.90" and @displayName="Unspecified hypertensive heart disease without heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.3" and @displayName="Unspecified immunity deficiency") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="209.92" and @displayName="Unspecified leukemia of unspecified cell type in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.91" and @displayName="Unspecified leukemia of unspecified cell type in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.90" and @displayName="Unspecified leukemia of unspecified cell type without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.92" and @displayName="Unspecified lymphoid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.91" and @displayName="Unspecified lymphoid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.90" and @displayName="Unspecified lymphoid leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.92" and @displayName="Unspecified monocytic leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.91" and @displayName="Unspecified monocytic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.90" and @displayName="Unspecified monocytic leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.92" and @displayName="Unspecified myeloid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.91" and @displayName="Unspecified myeloid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.90" and @displayName="Unspecified myeloid leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275918005" and @displayName="Unstable diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275918005" and @displayName="Unstable diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275918005" and @displayName="Unstable diabetes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.03" and @displayName="UNSTABLE LIE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.03" and @displayName="UNSTABLE LIE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.03" and @displayName="UNSTABLE LIE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.01" and @displayName="UNSTABLE LIE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.01" and @displayName="UNSTABLE LIE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.01" and @displayName="UNSTABLE LIE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.00" and @displayName="UNSTABLE LIE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.00" and @displayName="UNSTABLE LIE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.00" and @displayName="UNSTABLE LIE-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="290002008" and @displayName="Unstable type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="290002008" and @displayName="Unstable type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="290002008" and @displayName="Unstable type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87557004" and @displayName="Urge incontinence of urine") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.31" and @displayName="Urge incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="370555000" and @displayName="Urinary incontinence due to urethral sphincter incompetence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42112009" and @displayName="Urinary incontinence of non-organic origin") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.30" and @displayName="Urinary incontinence unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="165232002" and @displayName="Urinary incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251979003" and @displayName="Urinary loss") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228504007" and @displayName="User of moist powdered tobacco") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.43" and @displayName="UTERINE DYSTOCIA NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.43" and @displayName="UTERINE DYSTOCIA NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.43" and @displayName="UTERINE DYSTOCIA NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.41" and @displayName="UTERINE DYSTOCIA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.41" and @displayName="UTERINE DYSTOCIA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.41" and @displayName="UTERINE DYSTOCIA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.40" and @displayName="UTERINE DYSTOCIA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.40" and @displayName="UTERINE DYSTOCIA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.40" and @displayName="UTERINE DYSTOCIA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.23" and @displayName="UTERINE INERTIA NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.23" and @displayName="UTERINE INERTIA NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.23" and @displayName="UTERINE INERTIA NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.21" and @displayName="UTERINE INERTIA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.21" and @displayName="UTERINE INERTIA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.21" and @displayName="UTERINE INERTIA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.20" and @displayName="UTERINE INERTIA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.20" and @displayName="UTERINE INERTIA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.20" and @displayName="UTERINE INERTIA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.63" and @displayName="UTERINE SIZE DES-ANTEPAR") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.63" and @displayName="UTERINE SIZE DES-ANTEPAR") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.63" and @displayName="UTERINE SIZE DES-ANTEPAR") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.61" and @displayName="UTERINE SIZE DESCREP-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.61" and @displayName="UTERINE SIZE DESCREP-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.61" and @displayName="UTERINE SIZE DESCREP-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.64" and @displayName="UTERINE SIZE DESCREP-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.64" and @displayName="UTERINE SIZE DESCREP-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.64" and @displayName="UTERINE SIZE DESCREP-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.60" and @displayName="UTERINE SIZE DESCRP-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.60" and @displayName="UTERINE SIZE DESCRP-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.60" and @displayName="UTERINE SIZE DESCRP-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.62" and @displayName="UTERINE SIZE-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.62" and @displayName="UTERINE SIZE-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.62" and @displayName="UTERINE SIZE-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.13" and @displayName="UTERINE TUMOR IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.13" and @displayName="UTERINE TUMOR IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.13" and @displayName="UTERINE TUMOR IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.12" and @displayName="UTERINE TUMOR IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.12" and @displayName="UTERINE TUMOR IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.12" and @displayName="UTERINE TUMOR IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.11" and @displayName="UTERINE TUMOR IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.11" and @displayName="UTERINE TUMOR IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.11" and @displayName="UTERINE TUMOR IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.10" and @displayName="UTERINE TUMOR IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.10" and @displayName="UTERINE TUMOR IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.10" and @displayName="UTERINE TUMOR IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.14" and @displayName="UTERINE TUMOR IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.14" and @displayName="UTERINE TUMOR IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.14" and @displayName="UTERINE TUMOR IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29894000" and @displayName="Vagal autonomic bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253700001" and @displayName="Variant coronary origin from aortic sinus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253701002" and @displayName="Variant coronary origin from left sinus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253702009" and @displayName="Variant coronary origin from right sinus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253727002" and @displayName="Variant dominance of coronary circulation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="052.1" and @displayName="Varicella (hemorrhagic) pneumonitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230198004" and @displayName="Varicella transverse myelitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="052.9" and @displayName="Varicella without mention of complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="416718008" and @displayName="Varicella-zoster virus eyelid dermatitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421029004" and @displayName="Varicella-zoster virus eyelid dermatitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="309465005" and @displayName="Varicella-zoster virus infection") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38907003" and @displayName="Varicella") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.03" and @displayName="VARICOSE VEIN LEG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.03" and @displayName="VARICOSE VEIN LEG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.03" and @displayName="VARICOSE VEIN LEG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.02" and @displayName="VARICOSE VEIN LEG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.02" and @displayName="VARICOSE VEIN LEG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.02" and @displayName="VARICOSE VEIN LEG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.01" and @displayName="VARICOSE VEIN LEG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.01" and @displayName="VARICOSE VEIN LEG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.01" and @displayName="VARICOSE VEIN LEG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.00" and @displayName="VARICOSE VEIN LEG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.00" and @displayName="VARICOSE VEIN LEG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.00" and @displayName="VARICOSE VEIN LEG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.04" and @displayName="VARICOSE VEIN LEG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.04" and @displayName="VARICOSE VEIN LEG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.04" and @displayName="VARICOSE VEIN LEG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.13" and @displayName="VARICOSE VULVA/PERINEUM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.13" and @displayName="VARICOSE VULVA/PERINEUM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.13" and @displayName="VARICOSE VULVA/PERINEUM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.12" and @displayName="VARICOSE VULVA/PERINEUM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.12" and @displayName="VARICOSE VULVA/PERINEUM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.12" and @displayName="VARICOSE VULVA/PERINEUM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.11" and @displayName="VARICOSE VULVA/PERINEUM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.11" and @displayName="VARICOSE VULVA/PERINEUM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.11" and @displayName="VARICOSE VULVA/PERINEUM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.10" and @displayName="VARICOSE VULVA/PERINEUM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.10" and @displayName="VARICOSE VULVA/PERINEUM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.10" and @displayName="VARICOSE VULVA/PERINEUM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.14" and @displayName="VARICOSE VULVA/PERINEUM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.14" and @displayName="VARICOSE VULVA/PERINEUM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.14" and @displayName="VARICOSE VULVA/PERINEUM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.53" and @displayName="VASA PREVIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.53" and @displayName="VASA PREVIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.53" and @displayName="VASA PREVIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.51" and @displayName="VASA PREVIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.51" and @displayName="VASA PREVIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.51" and @displayName="VASA PREVIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.50" and @displayName="VASA PREVIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.50" and @displayName="VASA PREVIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.50" and @displayName="VASA PREVIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.63" and @displayName="VASC LESION CORD-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.63" and @displayName="VASC LESION CORD-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.63" and @displayName="VASC LESION CORD-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.61" and @displayName="VASC LESION CORD-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.61" and @displayName="VASC LESION CORD-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.61" and @displayName="VASC LESION CORD-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.60" and @displayName="VASC LESION CORD-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.60" and @displayName="VASC LESION CORD-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.60" and @displayName="VASC LESION CORD-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.83" and @displayName="VENOUS COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.83" and @displayName="VENOUS COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.83" and @displayName="VENOUS COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.82" and @displayName="VENOUS COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.82" and @displayName="VENOUS COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.82" and @displayName="VENOUS COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.81" and @displayName="VENOUS COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.81" and @displayName="VENOUS COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.81" and @displayName="VENOUS COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.80" and @displayName="VENOUS COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.80" and @displayName="VENOUS COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.80" and @displayName="VENOUS COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.84" and @displayName="VENOUS COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.84" and @displayName="VENOUS COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.84" and @displayName="VENOUS COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.93" and @displayName="VENOUS COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.93" and @displayName="VENOUS COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.93" and @displayName="VENOUS COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.92" and @displayName="VENOUS COMP NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.92" and @displayName="VENOUS COMP NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.92" and @displayName="VENOUS COMP NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.91" and @displayName="VENOUS COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.91" and @displayName="VENOUS COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.91" and @displayName="VENOUS COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.90" and @displayName="VENOUS COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.90" and @displayName="VENOUS COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.90" and @displayName="VENOUS COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.94" and @displayName="VENOUS COMP NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.94" and @displayName="VENOUS COMP NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.94" and @displayName="VENOUS COMP NOS-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251186007" and @displayName="Ventricluar escape complex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251178007" and @displayName="Ventricluar interpolated complexes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251175005" and @displayName="Ventricluar premature complex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44103008" and @displayName="Ventricular arrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11157007" and @displayName="Ventricular bigeminy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75532003" and @displayName="Ventricular escape beat") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81898007" and @displayName="Ventricular escape rhythm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195083004" and @displayName="Ventricular fibrillation and flutter") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71908006" and @displayName="Ventricular fibrillation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59272004" and @displayName="Ventricular parasystole") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195060002" and @displayName="Ventricular pre-excitation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="17338001" and @displayName="Ventricular premature beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251181002" and @displayName="Ventricular quadrigeminy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251180001" and @displayName="Ventricular trigeminy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160606002" and @displayName="Very Heavy cigarette smoker (40+ cigs/day)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230064005" and @displayName="Very Heavy cigarette smoker") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.21" and @displayName="Viral hepatitis B with hepatic coma acute or unspecified with hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.20" and @displayName="Viral hepatitis B with hepatic coma acute or unspecified without mention of hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.23" and @displayName="Viral hepatitis B with hepatic coma chronic with hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.22" and @displayName="Viral hepatitis B with hepatic coma chronic without mention of hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.31" and @displayName="Viral hepatitis B without mention of hepatic coma acute or unspecified with hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.30" and @displayName="Viral hepatitis B without mention of hepatic coma acute or unspecified without mention of hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.33" and @displayName="Viral hepatitis B without mention of hepatic coma chronic with hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.32" and @displayName="Viral hepatitis B without mention of hepatic coma chronic without mention of hepatitis delta") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="169411000" and @displayName="Vitamin/diet support therapy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="169411000" and @displayName="Vitamin/diet support therapy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.83" and @displayName="VOMITING COMP PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.83" and @displayName="VOMITING COMP PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.83" and @displayName="VOMITING COMP PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.81" and @displayName="VOMITING COMP PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.81" and @displayName="VOMITING COMP PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.81" and @displayName="VOMITING COMP PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.80" and @displayName="VOMITING COMP PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.80" and @displayName="VOMITING COMP PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.80" and @displayName="VOMITING COMP PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.93" and @displayName="VOMITING OF PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.93" and @displayName="VOMITING OF PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.93" and @displayName="VOMITING OF PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.91" and @displayName="VOMITING OF PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.91" and @displayName="VOMITING OF PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.91" and @displayName="VOMITING OF PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.90" and @displayName="VOMITING OF PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.90" and @displayName="VOMITING OF PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.90" and @displayName="VOMITING OF PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.51" and @displayName="VULVA/ PERINEAL HEMATOMA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.51" and @displayName="VULVA/ PERINEAL HEMATOMA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.51" and @displayName="VULVA/ PERINEAL HEMATOMA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.50" and @displayName="VULVA/ PERINEAL HEMATOMA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.50" and @displayName="VULVA/ PERINEAL HEMATOMA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.50" and @displayName="VULVA/ PERINEAL HEMATOMA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.54" and @displayName="VULVA/PERINEAL HEMATOMA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.54" and @displayName="VULVA/PERINEAL HEMATOMA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.54" and @displayName="VULVA/PERINEAL HEMATOMA-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59786004" and @displayName="Weavers cough") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="225171007" and @displayName="Weight and body mass assessment procedure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="225171007" and @displayName="Weight body mass assesment procedure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="225171007" and @displayName="Weight body mass assesment procedure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="410200000" and @displayName="Weight control education") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="410200000" and @displayName="Weight control education") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275919002" and @displayName="Weight loss advised") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275919002" and @displayName="Weight loss advised") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275919002" and @displayName="Weight loss advised") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="401003006" and @displayName="Weight loss from baseline weight") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9449" and @displayName="WEIGHT MANAGEMENT CLASSES NON-PHYSICIAN PROVIDER PER SESSION") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9449" and @displayName="WEIGHT MANAGEMENT CLASSES NON-PHYSICIAN PROVIDER PER SESSION") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9449" and @displayName="WEIGHT MANAGEMNT CLASSES NONPHYSICIAN PROV") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307818003" and @displayName="Weight monitoring") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230086006" and @displayName="Wine intake") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.12" and @displayName="Wiskott-Aldrich syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="184004" and @displayName="Withdrawal arrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="74390002" and @displayName="Wolff-Parkinson-White pattern") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="56968009" and @displayName="Wood asthma") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4009F" and @codeModifier="3P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4006F" and @codeModifier="3P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3095F" and @codeModifier="3P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3096F" and @codeModifier="3P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4005F" and @codeModifier="3P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4037F" and @codeModifier="3P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4009F" and @codeModifier="2P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4006F" and @codeModifier="2P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3095F" and @codeModifier="2P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3096F" and @codeModifier="2P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4005F" and @codeModifier="2P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4037F" and @codeModifier="2P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4009F" and @codeModifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4006F" and @codeModifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3095F" and @codeModifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3096F" and @codeModifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4005F" and @codeModifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="1090F" and @codeModifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4037F" and @codeModifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4040F" and @codeModifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3014F" and @codeModifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3017F" and @codeModifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3008F" and @codeModifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3016F" and @codeModifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="97802") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="97803") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="97804") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="98961") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="98962") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="99078") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="98962") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="99078") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="97804") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="98961") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="98962") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="99078") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="98961")]'> Error: CONF-QRDA1-168 he value for Observation / value/ @code in a problem observation SHALL be from Appendix_C-Problems tab of the Downloadable resources table.</assert>
     1<assert test='cda:observation/cda:value[(@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.92" and @displayName="AB NOS UNCOMPLICAT-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.92" and @displayName="AB NOS UNCOMPLICAT-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.92" and @displayName="AB NOS UNCOMPLICAT-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.91" and @displayName="AB NOS UNCOMPLICAT-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.91" and @displayName="AB NOS UNCOMPLICAT-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.91" and @displayName="AB NOS UNCOMPLICAT-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.90" and @displayName="AB NOS UNCOMPLICAT-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.90" and @displayName="AB NOS UNCOMPLICAT-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.90" and @displayName="AB NOS UNCOMPLICAT-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.72" and @displayName="AB NOS W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.72" and @displayName="AB NOS W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.72" and @displayName="AB NOS W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.71" and @displayName="AB NOS W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.71" and @displayName="AB NOS W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.71" and @displayName="AB NOS W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.70" and @displayName="AB NOS W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.70" and @displayName="AB NOS W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.70" and @displayName="AB NOS W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.82" and @displayName="AB NOS W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.82" and @displayName="AB NOS W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.82" and @displayName="AB NOS W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.81" and @displayName="AB NOS W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.81" and @displayName="AB NOS W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.81" and @displayName="AB NOS W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.80" and @displayName="AB NOS W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.80" and @displayName="AB NOS W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.80" and @displayName="AB NOS W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.62" and @displayName="AB NOS W EMBOLISM-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.62" and @displayName="AB NOS W EMBOLISM-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.62" and @displayName="AB NOS W EMBOLISM-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.61" and @displayName="AB NOS W EMBOLISM-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.61" and @displayName="AB NOS W EMBOLISM-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.61" and @displayName="AB NOS W EMBOLISM-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.60" and @displayName="AB NOS W EMBOLISM-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.60" and @displayName="AB NOS W EMBOLISM-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.60" and @displayName="AB NOS W EMBOLISM-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.42" and @displayName="AB NOS W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.42" and @displayName="AB NOS W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.42" and @displayName="AB NOS W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.41" and @displayName="AB NOS W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.41" and @displayName="AB NOS W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.41" and @displayName="AB NOS W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.40" and @displayName="AB NOS W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.40" and @displayName="AB NOS W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.40" and @displayName="AB NOS W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.22" and @displayName="AB NOS W PELV DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.22" and @displayName="AB NOS W PELV DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.22" and @displayName="AB NOS W PELV DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.21" and @displayName="AB NOS W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.21" and @displayName="AB NOS W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.21" and @displayName="AB NOS W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.20" and @displayName="AB NOS W PELV DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.20" and @displayName="AB NOS W PELV DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.20" and @displayName="AB NOS W PELV DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.32" and @displayName="AB NOS W RENAL FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.32" and @displayName="AB NOS W RENAL FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.32" and @displayName="AB NOS W RENAL FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.31" and @displayName="AB NOS W RENAL FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.31" and @displayName="AB NOS W RENAL FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.31" and @displayName="AB NOS W RENAL FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.30" and @displayName="AB NOS W RENAL FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.30" and @displayName="AB NOS W RENAL FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.30" and @displayName="AB NOS W RENAL FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.01" and @displayName="ABD PREG W INTRAUT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.01" and @displayName="ABD PREG W INTRAUT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.01" and @displayName="ABD PREG W INTRAUT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.00" and @displayName="ABD PREG W/O INTRAU PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.00" and @displayName="ABD PREG W/O INTRAU PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.00" and @displayName="ABD PREG W/O INTRAU PREG") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82661006" and @displayName="Abdominal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82661006" and @displayName="Abdominal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82661006" and @displayName="Abdominal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251167004" and @displayName="Aberrant premature complex ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.73" and @displayName="ABN FETAL HRT RATE/RHY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.73" and @displayName="ABN FETAL HRT RATE/RHY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.73" and @displayName="ABN FETAL HRT RATE/RHY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.71" and @displayName="ABN FETAL HRT RATE/RHY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.71" and @displayName="ABN FETAL HRT RATE/RHY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.71" and @displayName="ABN FETAL HRT RATE/RHY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.70" and @displayName="ABN FETAL HRT RATE/RHY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.70" and @displayName="ABN FETAL HRT RATE/RHY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.70" and @displayName="ABN FETAL HRT RATE/RHY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.84" and @displayName="ABN GLUCOS-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.84" and @displayName="ABN GLUCOS-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.84" and @displayName="ABN GLUCOS-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.83" and @displayName="ABN GLUCOSE IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.83" and @displayName="ABN GLUCOSE IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.83" and @displayName="ABN GLUCOSE IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.82" and @displayName="ABN GLUCOSE IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.82" and @displayName="ABN GLUCOSE IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.82" and @displayName="ABN GLUCOSE IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.81" and @displayName="ABN GLUCOSE IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.81" and @displayName="ABN GLUCOSE IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.81" and @displayName="ABN GLUCOSE IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.80" and @displayName="ABN GLUCOSE IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.80" and @displayName="ABN GLUCOSE IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.80" and @displayName="ABN GLUCOSE IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.80" and @displayName="ABN GLUCOSE IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.80" and @displayName="ABN GLUCOSE IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.80" and @displayName="ABN GLUCOSE IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.84" and @displayName="ABN GLUCOSE IN PREG-W P/COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.84" and @displayName="ABN GLUCOSE IN PREG-W P/COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.84" and @displayName="ABN GLUCOSE IN PREG-W P/COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.81" and @displayName="ABN GLUCOSE TOLER-DELIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.81" and @displayName="ABN GLUCOSE TOLER-DELIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.81" and @displayName="ABN GLUCOSE TOLER-DELIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.83" and @displayName="ABN GLUCOSE-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.83" and @displayName="ABN GLUCOSE-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.83" and @displayName="ABN GLUCOSE-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.82" and @displayName="ABN GLUCOSE-DELIV W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.82" and @displayName="ABN GLUCOSE-DELIV W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.82" and @displayName="ABN GLUCOSE-DELIV W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.43" and @displayName="ABN GRAV UTERUS NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.43" and @displayName="ABN GRAV UTERUS NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.43" and @displayName="ABN GRAV UTERUS NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.42" and @displayName="ABN GRAV UTERUS NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.42" and @displayName="ABN GRAV UTERUS NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.42" and @displayName="ABN GRAV UTERUS NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.41" and @displayName="ABN GRAV UTERUS NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.41" and @displayName="ABN GRAV UTERUS NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.41" and @displayName="ABN GRAV UTERUS NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.40" and @displayName="ABN GRAV UTERUS NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.40" and @displayName="ABN GRAV UTERUS NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.40" and @displayName="ABN GRAV UTERUS NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.44" and @displayName="ABN GRAV UTERUS NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.44" and @displayName="ABN GRAV UTERUS NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.44" and @displayName="ABN GRAV UTERUS NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.93" and @displayName="ABN LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.93" and @displayName="ABN LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.93" and @displayName="ABN LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.91" and @displayName="ABN LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.91" and @displayName="ABN LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.91" and @displayName="ABN LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.90" and @displayName="ABN LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.90" and @displayName="ABN LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.90" and @displayName="ABN LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.93" and @displayName="ABN PELV NEC IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.93" and @displayName="ABN PELV NEC IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.93" and @displayName="ABN PELV NEC IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.92" and @displayName="ABN PELV NEC IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.92" and @displayName="ABN PELV NEC IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.92" and @displayName="ABN PELV NEC IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.91" and @displayName="ABN PELV NEC IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.91" and @displayName="ABN PELV NEC IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.91" and @displayName="ABN PELV NEC IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.90" and @displayName="ABN PELV NEC IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.90" and @displayName="ABN PELV NEC IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.90" and @displayName="ABN PELV NEC IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.94" and @displayName="ABN PELV NEC IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.94" and @displayName="ABN PELV NEC IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.94" and @displayName="ABN PELV NEC IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.23" and @displayName="ABN PELVIC TIS OBST-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.23" and @displayName="ABN PELVIC TIS OBST-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.23" and @displayName="ABN PELVIC TIS OBST-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.21" and @displayName="ABN PELVIC TIS OBST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.21" and @displayName="ABN PELVIC TIS OBST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.21" and @displayName="ABN PELVIC TIS OBST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.20" and @displayName="ABN PELVIC TIS OBST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.20" and @displayName="ABN PELVIC TIS OBST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.20" and @displayName="ABN PELVIC TIS OBST-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253714001" and @displayName="Abnormal coronary artery course") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253709000" and @displayName="Abnormal coronary orifice") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.23" and @displayName="ABO ISOIMMUNIZAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.23" and @displayName="ABO ISOIMMUNIZAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.23" and @displayName="ABO ISOIMMUNIZAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.21" and @displayName="ABO ISOIMMUNIZAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.21" and @displayName="ABO ISOIMMUNIZAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.21" and @displayName="ABO ISOIMMUNIZAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.20" and @displayName="ABO ISOIMMUNIZAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.20" and @displayName="ABO ISOIMMUNIZAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.20" and @displayName="ABO ISOIMMUNIZAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.12" and @displayName="ABORT NOS W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.12" and @displayName="ABORT NOS W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.12" and @displayName="ABORT NOS W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.11" and @displayName="ABORT NOS W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.11" and @displayName="ABORT NOS W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.11" and @displayName="ABORT NOS W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.10" and @displayName="ABORT NOS W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.10" and @displayName="ABORT NOS W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.10" and @displayName="ABORT NOS W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.02" and @displayName="ABORT NOS W PEL INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.02" and @displayName="ABORT NOS W PEL INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.02" and @displayName="ABORT NOS W PEL INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.01" and @displayName="ABORT NOS W PEL INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.01" and @displayName="ABORT NOS W PEL INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.01" and @displayName="ABORT NOS W PEL INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.00" and @displayName="ABORT NOS W PEL INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.00" and @displayName="ABORT NOS W PEL INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.00" and @displayName="ABORT NOS W PEL INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.52" and @displayName="ABORT NOS W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.52" and @displayName="ABORT NOS W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.52" and @displayName="ABORT NOS W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.51" and @displayName="ABORT NOS W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.51" and @displayName="ABORT NOS W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.51" and @displayName="ABORT NOS W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.50" and @displayName="ABORT NOS W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.50" and @displayName="ABORT NOS W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="637.50" and @displayName="ABORT NOS W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.31" and @displayName="AC DIASTOLIC HRT FAILURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="411.89" and @displayName="AC ISCHEMIC HRT DIS NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.33" and @displayName="AC ON CHR DIASTOLIC HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.23" and @displayName="AC ON CHR SYSTOLIC HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.30" and @displayName="AC REN FAIL FOL DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.30" and @displayName="AC REN FAIL FOL DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.30" and @displayName="AC REN FAIL FOL DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.32" and @displayName="AC REN FAIL-FOL DELIVERY-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.32" and @displayName="AC REN FAIL-FOL DELIVERY-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.32" and @displayName="AC REN FAIL-FOL DELIVERY-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.34" and @displayName="AC REN FAIL-FOL DELIVERY-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.34" and @displayName="AC REN FAIL-FOL DELIVERY-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.34" and @displayName="AC REN FAIL-FOL DELIVERY-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="584.6" and @displayName="AC RENAL FAILURE W LESION OF RENAL CORTICAL NECROSIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="584.5" and @displayName="AC RENAL FAILURE W LESION TUBULAR NECROSIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="584.8" and @displayName="AC RENAL FAILURE W OTH SPEC PATH LESION IN KIDNEY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="584.7" and @displayName="AC RENAL FAILURE W RENAL MEDULLARY NECROSIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.21" and @displayName="AC SYSTOLIC HRT FAILURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.41" and @displayName="AC SYSTOLIC/DIASTOLIC HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.43" and @displayName="AC/CHR SYSTOLIC/DIASTOLIC HF") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="61277005" and @displayName="Accerated idioventricular rhythm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="269765000" and @displayName="Accidental poisoning by alcohol") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="216633005" and @displayName="Accidental poisoning by alcoholic beverages") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413389003" and @displayName="Acclerated phase chronic myeloid leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.01" and @displayName="Acute alcoholic intoxication in alcoholism continuous drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.02" and @displayName="Acute alcoholic intoxication in alcoholism episodic drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.03" and @displayName="Acute alcoholic intoxication in alcoholism in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.00" and @displayName="Acute alcoholic intoxication in alcoholism unspecified drinking behavior") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="62695002" and @displayName="Acute anteroseptal myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="304527002" and @displayName="Acute asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="278453007" and @displayName="Acute biphenotypic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="24059009" and @displayName="Acute cerebellar ataxia due to varicella") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10633002" and @displayName="Acute congestive heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="411.81" and @displayName="ACUTE COR OCCLSN W/O MI") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277604002" and @displayName="Acute eosinophilic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.02" and @displayName="Acute erthremia and erthroleukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.01" and @displayName="Acute erthremia and erthroleukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.00" and @displayName="Acute erthremia and erthroleukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="442025000" and @displayName="Acute exacerbation of chronic asthmatic bronchitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.51" and @displayName="Acute graft-versus-host disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="56675007" and @displayName="Acute heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="423628002" and @displayName="Acute herpes zoster neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="232400003" and @displayName="Acute herpes zoster pharyngitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195114002" and @displayName="Acute left ventricular failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="74960003" and @displayName="Acute left-sided congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="364006" and @displayName="Acute left-sided heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91855006" and @displayName="Acute leukemia ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91854005" and @displayName="Acute leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.02" and @displayName="Acute leukemia of unspecified cell type in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.01" and @displayName="Acute leukemia of unspecified cell type in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.00" and @displayName="Acute leukemia of unspecified cell type without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371012000" and @displayName="Acute lymphoblastic leukemia transitional pre-B-cell") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.02" and @displayName="Acute lymphoid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.01" and @displayName="Acute lymphoid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91856007" and @displayName="Acute lymphoid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.00" and @displayName="Acute lymphoid leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91857003" and @displayName="Acute lymphoid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277602003" and @displayName="Acute megakaryoblastic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277601005" and @displayName="Acute monoblastic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.02" and @displayName="Acute monocytic leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.01" and @displayName="Acute monocytic leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91858008" and @displayName="Acute monocytic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.00" and @displayName="Acute monocytic leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413441006" and @displayName="Acute monocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413442004" and @displayName="Acute monocytic/monoblastic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.02" and @displayName="Acute myeloid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.01" and @displayName="Acute myeloid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91860005" and @displayName="Acute myeloid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426124006" and @displayName="Acute myeloid leukemia with maturation FAB M2 in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359648001" and @displayName="Acute myeloid leukemia with maturation FAB M2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359640008" and @displayName="Acute myeloid leukemia without maturation FAB M1") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.00" and @displayName="Acute myeloid leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91861009" and @displayName="Acute myeloid leukemia disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359631009" and @displayName="Acute myeloid leukemia minimal differentiation FAB M0") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285839005" and @displayName="Acute myelomonocytic leukemia - eosinophilic variant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427658007" and @displayName="Acute myelomonocytic leukemia FAB M4 in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="110005000" and @displayName="Acute myelomonocytic leukemia FAB M4") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="54329005" and @displayName="Acute myocardial infarction of anterior wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70211005" and @displayName="Acute myocardial infarction of anterolateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59063002" and @displayName="Acute myocardial infarction of apical-lateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="282006" and @displayName="Acute myocardial infarction of basal-lateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="64627002" and @displayName="Acute myocardial infarction of high lateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73795002" and @displayName="Acute myocardial infarction of inferior wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65547006" and @displayName="Acute myocardial infarction of inferolateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="76593002" and @displayName="Acute myocardial infarction of inferoposterior wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="58612006" and @displayName="Acute myocardial infarction of lateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70998009" and @displayName="Acute myocardial infarction of posterobasal wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="15990001" and @displayName="Acute myocardial infarction of posterolateral wall") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79009004" and @displayName="Acute myocardial infarction of septum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="57054005" and @displayName="Acute myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233828006" and @displayName="Acute non-Q wave infarction - anterolateral") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233826005" and @displayName="Acute non-Q wave infarction - anteroseptal") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233830008" and @displayName="Acute non-Q wave infarction - inferior") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233832000" and @displayName="Acute non-Q wave infarction - inferolateral") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233834004" and @displayName="Acute non-Q wave infarction - lateral") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233837006" and @displayName="Acute non-Q wave infarction - widespread") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307140009" and @displayName="Acute non-Q wave infarction") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.53" and @displayName="Acute on chronic graft-versus-host disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109991003" and @displayName="Acute panmyelosis with myelofifrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233838001" and @displayName="Acute posterior myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="110004001" and @displayName="Acute promyelcytic leukemia FAB M3") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285769009" and @displayName="Acute promyelocytic leukemia - hypograndular variant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425869007" and @displayName="Acute promyelocytic leukemia FAB M3 in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233827001" and @displayName="Acute Q wave infarction - anterolateral") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233825009" and @displayName="Acute Q wave infarction - anteroseptal") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233829003" and @displayName="Acute Q wave infarction - inferior") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233831007" and @displayName="Acute Q wave infarction - inferolateral") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233833005" and @displayName="Acute Q wave infarction - lateral") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233836002" and @displayName="Acute Q wave infarction - widespread") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="304914007" and @displayName="Acute Q wave myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429224003" and @displayName="Acute renal failure due to acute cortical necrosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="584.9" and @displayName="ACUTE RENAL FAILURE NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="14669001" and @displayName="Acute renal failure syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="298015003" and @displayName="Acute renal papillary necrosis with renal failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359620001" and @displayName="Acute right heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="80479009" and @displayName="Acute right-sided congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359617009" and @displayName="Acute right-sided heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="401303003" and @displayName="Acute ST segment elevation myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70422006" and @displayName="Acute subendocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230536009" and @displayName="Acute trigeminal herpes zoster") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="35455006" and @displayName="Acute tublar necrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425178004" and @displayName="Adenocarcinoma of rectosigmoid junction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="301756000" and @displayName="Adenocarcinoma of sigmoid colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="183486001" and @displayName="Admitted to alcohol detoxification center") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188729005" and @displayName="Adult T-cell leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="110007008" and @displayName="Adult T-cell leukemia/lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281078001" and @displayName="Advice relating to alcohol consumption") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240531002" and @displayName="African Burkitts lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360900008" and @displayName="Aggressive ex-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404136008" and @displayName="Aggressive NK-cell leukemia involving skin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360918006" and @displayName="Aggressive non-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408946003" and @displayName="Alcohol abuse prevention assessment") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408947007" and @displayName="Alcohol abuse prevention education") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408948002" and @displayName="Alcohol abuse prevention management") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408945004" and @displayName="Alcohol abuse prevention") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="305.01" and @displayName="Alcohol abuse continuous drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="305.02" and @displayName="Alcohol abuse episodic drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="305.03" and @displayName="Alcohol abuse in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="305.00" and @displayName="Alcohol abuse unspecified drinking behavior") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="15167005" and @displayName="Alcohol abuse") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73097000" and @displayName="Alcohol amnestic disorder ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413473000" and @displayName="Alcohol consumption counseling") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="171208001" and @displayName="Alcohol consumption screening ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="66590003" and @displayName="Alcohol dependence ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413130000" and @displayName="Alcohol disorder monitoring") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="7052005" and @displayName="Alcohol hallucinosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.82" and @displayName="Alcohol induced sleep disorders") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="365967005" and @displayName="Alcohol intake - finding") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160592001" and @displayName="Alcohol intake above recommended sensible limits") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429775004" and @displayName="Alcohol intake exceeds recommended daily limit") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160573003" and @displayName="Alcohol intake") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="102612005" and @displayName="Alcohol intolerance") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.0" and @displayName="Alcohol Intoxication Delirium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="18653004" and @displayName="Alcohol intoxication delirium") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.89" and @displayName="Alcohol mental disorder NEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79578000" and @displayName="Alcohol paranoia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191478006" and @displayName="Alcohol paranoia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413475007" and @displayName="Alcohol questionnaire completed") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8635005" and @displayName="Alcohol withdrawal delirium ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191476005" and @displayName="Alcohol withdrawal hallucinosis ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191480000" and @displayName="Alcohol withdrawal syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.81" and @displayName="Alcohol withdrawal") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="226138001" and @displayName="Alcohol-free diet") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34938008" and @displayName="Alcohol-induced anxiety disorder") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="300992002" and @displayName="Alcohol-induced cerebellar ataxia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="53936005" and @displayName="Alcohol-induced mood disorder ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29212009" and @displayName="Alcohol-induced organic mental disorder") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.1" and @displayName="Alcohol-Induced Persisting Amnestic Disorder") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.2" and @displayName="Alcohol-Induced Persisting Dementia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="61144001" and @displayName="Alcohol-induced psychotic disorder with delusions ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.5" and @displayName="Alcohol-induced psychotic disorder with delusions") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.3" and @displayName="Alcohol-Induced Psychotic Disorder With Hallucinations") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="41083005" and @displayName="Alcohol-induced sleep disorder ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="361267005" and @displayName="Alcohol-related fit") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70701004" and @displayName="Alcoholic amblyopia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.5" and @displayName="Alcoholic cardiomyopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29756008" and @displayName="Alcoholic pellagra") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="7916009" and @displayName="Alcoholic polyneuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="7200002" and @displayName="Alcoholism") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426217000" and @displayName="Aleukemic leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302856006" and @displayName="Aleukemic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188728002" and @displayName="Aleukemic lymhoid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426248008" and @displayName="Aleukemic lymphoid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188748009" and @displayName="Aleukemic monocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188741003" and @displayName="Aleukemic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="389145006" and @displayName="Allergic asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="30352005" and @displayName="Allergic-infective asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123313007" and @displayName="Alpha heavy chain disease enteric form") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="25050002" and @displayName="Alpha heavy chain disease respiratory form") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109982002" and @displayName="Alpha heavy chain disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.11" and @displayName="AMI ANTERIOR WALL INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.12" and @displayName="AMI ANTERIOR WALLSUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.10" and @displayName="AMI ANTERIOR WALLUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.01" and @displayName="AMI ANTEROLATERAL INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.02" and @displayName="AMI ANTEROLATERALSUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.00" and @displayName="AMI ANTEROLATERALUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.41" and @displayName="AMI INFERIOR WALL INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.42" and @displayName="AMI INFERIOR WALLSUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.40" and @displayName="AMI INFERIOR WALLUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.21" and @displayName="AMI INFEROLATERAL INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.22" and @displayName="AMI INFEROLATERALSUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.20" and @displayName="AMI INFEROLATERALUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.31" and @displayName="AMI INFEROPOST INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.32" and @displayName="AMI INFEROPOST SUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.30" and @displayName="AMI INFEROPOST UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.51" and @displayName="AMI LATERAL NEC INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.52" and @displayName="AMI LATERAL NEC SUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.50" and @displayName="AMI LATERAL NEC UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.91" and @displayName="AMI NOS INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.92" and @displayName="AMI NOS SUBSEQUENT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.90" and @displayName="AMI NOSUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.81" and @displayName="AMI OTHER SPEC SITEINITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.82" and @displayName="AMI OTHER SPEC SITESUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.80" and @displayName="AMI OTHER SPEC SITEUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.93" and @displayName="AMNIONTIC PROB NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.93" and @displayName="AMNIONTIC PROB NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.93" and @displayName="AMNIONTIC PROB NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.13" and @displayName="AMNIOTIC EMBOLISM-ANTEPARTUN COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.13" and @displayName="AMNIOTIC EMBOLISM-ANTEPARTUN COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.13" and @displayName="AMNIOTIC EMBOLISM-ANTEPARTUN COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.12" and @displayName="AMNIOTIC EMBOLISM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.12" and @displayName="AMNIOTIC EMBOLISM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.12" and @displayName="AMNIOTIC EMBOLISM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.11" and @displayName="AMNIOTIC EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.11" and @displayName="AMNIOTIC EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.11" and @displayName="AMNIOTIC EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.10" and @displayName="AMNIOTIC EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.10" and @displayName="AMNIOTIC EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.10" and @displayName="AMNIOTIC EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.14" and @displayName="AMNIOTIC EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.14" and @displayName="AMNIOTIC EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.14" and @displayName="AMNIOTIC EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.43" and @displayName="AMNIOTIC INFECTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.43" and @displayName="AMNIOTIC INFECTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.43" and @displayName="AMNIOTIC INFECTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.41" and @displayName="AMNIOTIC INFECTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.41" and @displayName="AMNIOTIC INFECTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.41" and @displayName="AMNIOTIC INFECTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.40" and @displayName="AMNIOTIC INFECTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.40" and @displayName="AMNIOTIC INFECTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.40" and @displayName="AMNIOTIC INFECTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.83" and @displayName="AMNIOTIC PROB NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.83" and @displayName="AMNIOTIC PROB NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.83" and @displayName="AMNIOTIC PROB NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.81" and @displayName="AMNIOTIC PROB NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.81" and @displayName="AMNIOTIC PROB NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.81" and @displayName="AMNIOTIC PROB NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.80" and @displayName="AMNIOTIC PROB NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.80" and @displayName="AMNIOTIC PROB NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.80" and @displayName="AMNIOTIC PROB NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.91" and @displayName="AMNIOTIC PROB NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.91" and @displayName="AMNIOTIC PROB NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.91" and @displayName="AMNIOTIC PROB NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.90" and @displayName="AMNIOTIC PROB NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.90" and @displayName="AMNIOTIC PROB NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.90" and @displayName="AMNIOTIC PROB NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230262004" and @displayName="Amyotrophy due to herpes zoster") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.61" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.61" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.61" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.64" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.64" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.64" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.60" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.60" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.60" and @displayName="ANAL SPHINCTER TEAR COMP DELIV NOT ASSOC 3RD DEG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.63" and @displayName="Anaplastic large cell lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.66" and @displayName="Anaplastic large cell lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.62" and @displayName="Anaplastic large cell lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.68" and @displayName="Anaplastic large cell lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.64" and @displayName="Anaplastic large cell lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.61" and @displayName="Anaplastic large cell lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.65" and @displayName="Anaplastic large cell lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.67" and @displayName="Anaplastic large cell lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.60" and @displayName="Anaplastic large cell lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404134006" and @displayName="Anaplastic large T-cell systemic malignant lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422348008" and @displayName="Andersen tawil syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.13" and @displayName="ANE CARD COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.13" and @displayName="ANE CARD COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.13" and @displayName="ANE CARD COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.11" and @displayName="ANE CARD COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.11" and @displayName="ANE CARD COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.11" and @displayName="ANE CARD COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.12" and @displayName="ANE CARD COMP IN LAB/DEL-DELIVEREDW P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.12" and @displayName="ANE CARD COMP IN LAB/DEL-DELIVEREDW P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.12" and @displayName="ANE CARD COMP IN LAB/DEL-DELIVEREDW P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.10" and @displayName="ANE CARD COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.10" and @displayName="ANE CARD COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.10" and @displayName="ANE CARD COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.14" and @displayName="ANE CARD COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.14" and @displayName="ANE CARD COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.14" and @displayName="ANE CARD COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.23" and @displayName="ANE CNS COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.23" and @displayName="ANE CNS COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.23" and @displayName="ANE CNS COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.22" and @displayName="ANE CNS COMP IN LAB/DEL-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.22" and @displayName="ANE CNS COMP IN LAB/DEL-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.22" and @displayName="ANE CNS COMP IN LAB/DEL-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.21" and @displayName="ANE CNS COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.21" and @displayName="ANE CNS COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.21" and @displayName="ANE CNS COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.20" and @displayName="ANE CNS COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.20" and @displayName="ANE CNS COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.20" and @displayName="ANE CNS COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.24" and @displayName="ANE CNS COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.24" and @displayName="ANE CNS COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.24" and @displayName="ANE CNS COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.83" and @displayName="ANE COMP IN LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.83" and @displayName="ANE COMP IN LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.83" and @displayName="ANE COMP IN LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.82" and @displayName="ANE COMP IN LAB/DEL NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.82" and @displayName="ANE COMP IN LAB/DEL NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.82" and @displayName="ANE COMP IN LAB/DEL NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.81" and @displayName="ANE COMP IN LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.81" and @displayName="ANE COMP IN LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.81" and @displayName="ANE COMP IN LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.80" and @displayName="ANE COMP IN LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.80" and @displayName="ANE COMP IN LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.80" and @displayName="ANE COMP IN LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.84" and @displayName="ANE COMP IN LAB/DEL NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.84" and @displayName="ANE COMP IN LAB/DEL NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.84" and @displayName="ANE COMP IN LAB/DEL NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.93" and @displayName="ANE COMP IN LAB/DEL NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.93" and @displayName="ANE COMP IN LAB/DEL NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.93" and @displayName="ANE COMP IN LAB/DEL NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.92" and @displayName="ANE COMP IN LAB/DEL NOS-DELIVERED W P/PCOMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.92" and @displayName="ANE COMP IN LAB/DEL NOS-DELIVERED W P/PCOMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.92" and @displayName="ANE COMP IN LAB/DEL NOS-DELIVERED W P/PCOMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.91" and @displayName="ANE COMP IN LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.91" and @displayName="ANE COMP IN LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.91" and @displayName="ANE COMP IN LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.90" and @displayName="ANE COMP IN LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.90" and @displayName="ANE COMP IN LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.90" and @displayName="ANE COMP IN LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.94" and @displayName="ANE COMP IN LAB/DEL NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.94" and @displayName="ANE COMP IN LAB/DEL NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.94" and @displayName="ANE COMP IN LAB/DEL NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.03" and @displayName="ANE PULM COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.03" and @displayName="ANE PULM COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.03" and @displayName="ANE PULM COMP IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.02" and @displayName="ANE PULM COMP IN LAB/DEL-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.02" and @displayName="ANE PULM COMP IN LAB/DEL-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.02" and @displayName="ANE PULM COMP IN LAB/DEL-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.01" and @displayName="ANE PULM COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.01" and @displayName="ANE PULM COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.01" and @displayName="ANE PULM COMP IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.00" and @displayName="ANE PULM COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.00" and @displayName="ANE PULM COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.00" and @displayName="ANE PULM COMP IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.04" and @displayName="ANE PULM COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.04" and @displayName="ANE PULM COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="668.04" and @displayName="ANE PULM COMP IN LAB/DEL-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.23" and @displayName="ANEMIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.23" and @displayName="ANEMIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.23" and @displayName="ANEMIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.22" and @displayName="ANEMIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.22" and @displayName="ANEMIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.22" and @displayName="ANEMIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.21" and @displayName="ANEMIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.21" and @displayName="ANEMIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.21" and @displayName="ANEMIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.20" and @displayName="ANEMIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.20" and @displayName="ANEMIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.20" and @displayName="ANEMIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.24" and @displayName="ANEMIA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.24" and @displayName="ANEMIA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.24" and @displayName="ANEMIA IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="50570003" and @displayName="Aneurysm of coronary vessels") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="41991004" and @displayName="Angiectasis pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="41991004" and @displayName="Angiectasis pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="41991004" and @displayName="Angiectasis pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59021001" and @displayName="Angina debubitus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="413.0" and @displayName="ANGINA DECUBITUS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="413.9" and @displayName="ANGINA PECTORIS NEC/NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404135007" and @displayName="Angiocentric NK/T-cell malignant lymphoma involving skin") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="277.6" and @displayName="ANGIOEDEMA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="255102004" and @displayName="Angioendotheliomatosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413537009" and @displayName="Angioimmunoblastic T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198627000" and @displayName="Angular pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198627000" and @displayName="Angular pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198627000" and @displayName="Angular pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="17869006" and @displayName="Anomalous atrioventricular excitation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="270510008" and @displayName="Anomalous communication of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253708008" and @displayName="Anomalous origin of coronary artery from left pulmonary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253706007" and @displayName="Anomalous origin of coronary artery from pulmonary arterial tree") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253707003" and @displayName="Anomalous origin of coronary artery from right pulmonary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75398000" and @displayName="Anomalous origin of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253704005" and @displayName="Anomalous origin of left anterior descending from right coronary artery") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="995.68" and @displayName="ANPHYLCT SHK EGGS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.6" and @displayName="Antenatal screen strep b") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.6" and @displayName="Antenatal screen strep b") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.6" and @displayName="Antenatal screen strep b") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.89" and @displayName="Antenatal screening NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.89" and @displayName="Antenatal screening NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.89" and @displayName="Antenatal screening NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.9" and @displayName="Antenatal screening NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.9" and @displayName="Antenatal screening NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.9" and @displayName="Antenatal screening NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.83" and @displayName="ANTEPART HEM NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.83" and @displayName="ANTEPART HEM NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.83" and @displayName="ANTEPART HEM NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.81" and @displayName="ANTEPART HEM NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.81" and @displayName="ANTEPART HEM NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.81" and @displayName="ANTEPART HEM NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.80" and @displayName="ANTEPART HEM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.80" and @displayName="ANTEPART HEM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.80" and @displayName="ANTEPART HEM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.93" and @displayName="ANTEPART HEM NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.93" and @displayName="ANTEPART HEM NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.93" and @displayName="ANTEPART HEM NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.91" and @displayName="ANTEPART HEM NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.91" and @displayName="ANTEPART HEM NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.91" and @displayName="ANTEPART HEM NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.90" and @displayName="ANTEPART HEM NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.90" and @displayName="ANTEPART HEM NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.90" and @displayName="ANTEPART HEM NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="76887001" and @displayName="Anterior fascicular block posterior fascicular block AND incomplete right bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="309814006" and @displayName="Aortocoronary bypass grafting") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="16147005" and @displayName="Arteriolar nephritis (disorder)") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.71" and @displayName="Arthritis due to rubella") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251173003" and @displayName="Artial bigeminy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251187003" and @displayName="Artial escape complex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251174009" and @displayName="Artial trigeminy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.33" and @displayName="ARTIFIC RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.33" and @displayName="ARTIFIC RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.33" and @displayName="ARTIFIC RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.31" and @displayName="ARTIFIC RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.31" and @displayName="ARTIFIC RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.31" and @displayName="ARTIFIC RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.30" and @displayName="ARTIFIC RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.30" and @displayName="ARTIFIC RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.30" and @displayName="ARTIFIC RUPT MEMBR-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="407674008" and @displayName="Aspirin-induced asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="266364000" and @displayName="Asthma attack") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.92" and @displayName="ASTHMA NOS W (AC) EXAC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.91" and @displayName="ASTHMA NOS W STATUS ASTH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.90" and @displayName="ASTHMA NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="57546000" and @displayName="Asthma with status asthmaticus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="55570000" and @displayName="Asthma without status asthmaticus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195967001" and @displayName="Asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195979001" and @displayName="Asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="405944004" and @displayName="Asthmatic bronchitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.53" and @displayName="ASY BACTERIURIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.53" and @displayName="ASY BACTERIURIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.53" and @displayName="ASY BACTERIURIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.52" and @displayName="ASY BACTERIURIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.52" and @displayName="ASY BACTERIURIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.52" and @displayName="ASY BACTERIURIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.51" and @displayName="ASY BACTERIURIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.51" and @displayName="ASY BACTERIURIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.51" and @displayName="ASY BACTERIURIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.50" and @displayName="ASY BACTERIURIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.50" and @displayName="ASY BACTERIURIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.50" and @displayName="ASY BACTERIURIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.54" and @displayName="ASY BACTERIURIA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.54" and @displayName="ASY BACTERIURIA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.54" and @displayName="ASY BACTERIURIA IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="315348000" and @displayName="Asymptomatic coronary heart disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91947003" and @displayName="Asymptomatic human immunodeficiency virus infection ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91948008" and @displayName="Asymptomatic human immunodeficiency virus infection in pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="440422002" and @displayName="Asymptomatic multiple myeloma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V08" and @displayName="Asypmtomatic human immunodeficiency virus [HIV] infection status") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="129692003" and @displayName="At risk for urge incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="45281005" and @displayName="Athersclerosis of renal artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="204431007" and @displayName="Atresia and stenosis of aorta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="747.22" and @displayName="ATRESIA/STENOSIS OF AORTA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="17366009" and @displayName="Atrial arrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251188008" and @displayName="Atrial parasystole") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="287057009" and @displayName="Atrial premature complex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276796006" and @displayName="Atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233917008" and @displayName="Atrioventricular block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="418341009" and @displayName="Atrioventricular conduction disorder") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="50799005" and @displayName="Atrioventricular dissociation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.4" and @displayName="ATTEM ABOR W METABOL DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.4" and @displayName="ATTEM ABOR W METABOL DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.4" and @displayName="ATTEM ABOR W METABOL DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.1" and @displayName="ATTEM ABORT W HEMORRHAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.1" and @displayName="ATTEM ABORT W HEMORRHAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.1" and @displayName="ATTEM ABORT W HEMORRHAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.2" and @displayName="ATTEM ABORT W PELV DAMAG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.2" and @displayName="ATTEM ABORT W PELV DAMAG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.2" and @displayName="ATTEM ABORT W PELV DAMAG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.0" and @displayName="ATTEM ABORT W PELVIC INF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.0" and @displayName="ATTEM ABORT W PELVIC INF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.0" and @displayName="ATTEM ABORT W PELVIC INF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.3" and @displayName="ATTEM ABORT W RENAL FAIL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.3" and @displayName="ATTEM ABORT W RENAL FAIL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.3" and @displayName="ATTEM ABORT W RENAL FAIL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.5" and @displayName="ATTEM ABORTION W SHOCK") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.5" and @displayName="ATTEM ABORTION W SHOCK") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.5" and @displayName="ATTEM ABORTION W SHOCK") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.7" and @displayName="ATTEMP ABORT W COMPL NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.7" and @displayName="ATTEMP ABORT W COMPL NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.7" and @displayName="ATTEMP ABORT W COMPL NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.8" and @displayName="ATTEMP ABORT W COMPL NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.8" and @displayName="ATTEMP ABORT W COMPL NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.8" and @displayName="ATTEMP ABORT W COMPL NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.6" and @displayName="ATTEMP ABORT W EMBOLISM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.6" and @displayName="ATTEMP ABORT W EMBOLISM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.6" and @displayName="ATTEMP ABORT W EMBOLISM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.9" and @displayName="ATTEMPTED ABORT UNCOMPL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.9" and @displayName="ATTEMPTED ABORT UNCOMPL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="638.9" and @displayName="ATTEMPTED ABORT UNCOMPL") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277589003" and @displayName="Atypical chronic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307341004" and @displayName="Atypical hairy cell leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.49" and @displayName="Autoimmune disease not elsewhere classified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.41" and @displayName="Autoimmune lymphoproliferative syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="426.0" and @displayName="AV BLOCK COMPLETE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="426.13" and @displayName="AV BLOCK-2ND DEGREE NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="426.12" and @displayName="AV BLOCK-MOBITZ II") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251163000" and @displayName="AV junctional (nodal) arrest") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251162005" and @displayName="AV junctional (nodal) bradycardia ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251165007" and @displayName="AV junctional (nodal) tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11849007" and @displayName="AV junctional rhythm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251166008" and @displayName="AV nodal re-entry tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="88412007" and @displayName="AV node arrhythmia ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277571004" and @displayName="B-cell acute lymphoblastic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277474005" and @displayName="B-cell chronic lymphocytic leukemia variant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277473004" and @displayName="B-cell chronic lymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109979007" and @displayName="B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277619001" and @displayName="B-cell prolymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253730009" and @displayName="Balanced coronary system") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.24" and @displayName="BARIATRC SURG STAT W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.24" and @displayName="BARIATRC SURG STAT W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.24" and @displayName="BARIATRC SURG STAT W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.23" and @displayName="BARIATRC SURG STAT-ANTEP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.23" and @displayName="BARIATRC SURG STAT-ANTEP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.23" and @displayName="BARIATRC SURG STAT-ANTEP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.21" and @displayName="BARIATRIC SURG STAT-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.21" and @displayName="BARIATRIC SURG STAT-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.21" and @displayName="BARIATRIC SURG STAT-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.20" and @displayName="BARIATRIC SURG STAT-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.20" and @displayName="BARIATRIC SURG STAT-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.20" and @displayName="BARIATRIC SURG STAT-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.22" and @displayName="BARIATRIC SURG-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.22" and @displayName="BARIATRIC SURG-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.22" and @displayName="BARIATRIC SURG-DEL W P/P") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="278085001" and @displayName="Baseline bradycardia ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307592006" and @displayName="Basophilic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.23" and @displayName="BEARST ENGORGEMENT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.23" and @displayName="BEARST ENGORGEMENT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.23" and @displayName="BEARST ENGORGEMENT-ANTEPARTUM COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230085005" and @displayName="Beer intake") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.03" and @displayName="BEN ESS HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.03" and @displayName="BEN ESS HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.03" and @displayName="BEN ESS HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.02" and @displayName="BEN ESS HYP IN PREG-DELIVERED- W P/P COMP ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.02" and @displayName="BEN ESS HYP IN PREG-DELIVERED- W P/P COMP ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.02" and @displayName="BEN ESS HYP IN PREG-DELIVERED- W P/P COMP ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.01" and @displayName="BEN ESS HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.01" and @displayName="BEN ESS HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.01" and @displayName="BEN ESS HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.00" and @displayName="BEN ESS HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.00" and @displayName="BEN ESS HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.00" and @displayName="BEN ESS HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.04" and @displayName="BEN ESS HYP-IN PREG- W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.04" and @displayName="BEN ESS HYP-IN PREG- W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.04" and @displayName="BEN ESS HYP-IN PREG- W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.11" and @displayName="BEN HYP HRT DIS W HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.11" and @displayName="BEN HYP HRT/REN DIS W HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.13" and @displayName="BEN HYP HRT/REN DIS W HF and RF ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.13" and @displayName="BEN HYP HRT/REN DIS W HF and RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.12" and @displayName="BEN HYP HRT/REN DIS W RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.11" and @displayName="BEN HYP REN DIS W RF") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71874008" and @displayName="Benign essential hypertension complicating AND/OR reason for care during childbirth") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23717007" and @displayName="Benign essential hypertension complicating AND/OR reason for care during pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="35303009" and @displayName="Benign essential hypertension complicating AND/OR reason for care during puerperium ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198945003" and @displayName="Benign essential hypertension complicating pregnancy childbirth and the puerperium - delivered with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198944004" and @displayName="Benign essential hypertension complicating pregnancy childbirth and the puerperium - delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198946002" and @displayName="Benign essential hypertension complicating pregnancy childbirth and the puerperium - not delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198947006" and @displayName="Benign essential hypertension complicating pregnancy childbirth and the puerperium with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198942000" and @displayName="Benign essential hypertension complicating pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="63287004" and @displayName="Benign essential hypertension in obsteric context") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="401.1" and @displayName="Benign essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="1201005" and @displayName="Benign essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10725009" and @displayName="Benign hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194767001" and @displayName="Benign hypertensive heart disease with congestive cardiac failure ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="77737007" and @displayName="Benign hypertensive heart disease with congestive heart failure ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.11" and @displayName="Benign hypertensive heart disease with heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.10" and @displayName="Benign hypertensive heart disease without heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="193003" and @displayName="Benign hypertensive renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194785008" and @displayName="Benign secondary hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73410007" and @displayName="Benign secondary renovascular hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13839000" and @displayName="Bernheim s syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="74021003" and @displayName="Bifascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371894001" and @displayName="Bifurcation lesion of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="20143001" and @displayName="Bilateral bundle branch block") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.48" and @displayName="BILATERAL EXTENDED RADICAL MASTECTOMY") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.44" and @displayName="BILATERAL EXTENDED SIMPLE MASTECTOMY") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.46" and @displayName="BILATERAL RADICAL MASTECTOMY") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.42" and @displayName="BILATERAL SIMPLE MASTECTOMY") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228315001" and @displayName="Binge drinker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92506005" and @displayName="Biventricular congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281045008" and @displayName="Bladder assessment observations") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="268390008" and @displayName="Bladder assessment") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281047000" and @displayName="Bladder continence assessment") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281046009" and @displayName="Bladder incontinence assessment") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413656006" and @displayName="Blastic phase chronic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251170000" and @displayName="Blocked premature atrial contraction") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G8417" and @displayName="BMI Calculated above upper parameter and plan documented in medical record") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G8417" and @displayName="BMI Calculated above upper parameter and plan documented in medical record") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.73" and @displayName="BONE DISORDER IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.73" and @displayName="BONE DISORDER IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.73" and @displayName="BONE DISORDER IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.72" and @displayName="BONE DISORDER IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.72" and @displayName="BONE DISORDER IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.72" and @displayName="BONE DISORDER IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.71" and @displayName="BONE DISORDER IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.71" and @displayName="BONE DISORDER IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.71" and @displayName="BONE DISORDER IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.70" and @displayName="BONE DISORDER IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.70" and @displayName="BONE DISORDER IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.70" and @displayName="BONE DISORDER IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.74" and @displayName="BONE DISORDER IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.74" and @displayName="BONE DISORDER IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.74" and @displayName="BONE DISORDER IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.13" and @displayName="BONY PELVIS OBST-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.13" and @displayName="BONY PELVIS OBST-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.13" and @displayName="BONY PELVIS OBST-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.11" and @displayName="BONY PELVIS OBST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.11" and @displayName="BONY PELVIS OBST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.11" and @displayName="BONY PELVIS OBST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.10" and @displayName="BONY PELVIS OBST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.10" and @displayName="BONY PELVIS OBST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.10" and @displayName="BONY PELVIS OBST-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421869004" and @displayName="Bradyarrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="48867003" and @displayName="Bradycardia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.12" and @displayName="BREAST ABSCESS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.12" and @displayName="BREAST ABSCESS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.12" and @displayName="BREAST ABSCESS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.11" and @displayName="BREAST ABSCESS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.11" and @displayName="BREAST ABSCESS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.11" and @displayName="BREAST ABSCESS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.10" and @displayName="BREAST ABSCESS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.10" and @displayName="BREAST ABSCESS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.10" and @displayName="BREAST ABSCESS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.13" and @displayName="BREAST ABSCESS-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.13" and @displayName="BREAST ABSCESS-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.13" and @displayName="BREAST ABSCESS-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.14" and @displayName="BREAST ABSCESS-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.14" and @displayName="BREAST ABSCESS-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.14" and @displayName="BREAST ABSCESS-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.22" and @displayName="BREAST ENGORGEMENT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.22" and @displayName="BREAST ENGORGEMENT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.22" and @displayName="BREAST ENGORGEMENT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.21" and @displayName="BREAST ENGORGEMENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.21" and @displayName="BREAST ENGORGEMENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.21" and @displayName="BREAST ENGORGEMENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.20" and @displayName="BREAST ENGORGEMENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.20" and @displayName="BREAST ENGORGEMENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.20" and @displayName="BREAST ENGORGEMENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.24" and @displayName="BREAST ENGORGEMENT-WP/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.24" and @displayName="BREAST ENGORGEMENT-WP/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.24" and @displayName="BREAST ENGORGEMENT-WP/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.83" and @displayName="BREAST INFECTION IN PREG NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.83" and @displayName="BREAST INFECTION IN PREG NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.83" and @displayName="BREAST INFECTION IN PREG NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.82" and @displayName="BREAST INFECTION IN PREG NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.82" and @displayName="BREAST INFECTION IN PREG NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.82" and @displayName="BREAST INFECTION IN PREG NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.81" and @displayName="BREAST INFECTION IN PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.81" and @displayName="BREAST INFECTION IN PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.81" and @displayName="BREAST INFECTION IN PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.80" and @displayName="BREAST INFECTION IN PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.80" and @displayName="BREAST INFECTION IN PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.80" and @displayName="BREAST INFECTION IN PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.84" and @displayName="BREAST INFECTION IN PREG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.84" and @displayName="BREAST INFECTION IN PREG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.84" and @displayName="BREAST INFECTION IN PREG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.93" and @displayName="BREAST INFECTION IN PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.93" and @displayName="BREAST INFECTION IN PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.93" and @displayName="BREAST INFECTION IN PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.92" and @displayName="BREAST INFECTION IN PREG NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.92" and @displayName="BREAST INFECTION IN PREG NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.92" and @displayName="BREAST INFECTION IN PREG NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.91" and @displayName="BREAST INFECTION IN PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.91" and @displayName="BREAST INFECTION IN PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.91" and @displayName="BREAST INFECTION IN PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.94" and @displayName="BREAST INFECTION IN PREG NOS-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.94" and @displayName="BREAST INFECTION IN PREG NOS-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.94" and @displayName="BREAST INFECTION IN PREG NOS-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.90" and @displayName="BREAST INFECTION IN PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.90" and @displayName="BREAST INFECTION IN PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.90" and @displayName="BREAST INFECTION IN PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.61" and @displayName="BREECH EXTR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.61" and @displayName="BREECH EXTR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.61" and @displayName="BREECH EXTR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.60" and @displayName="BREECH EXTR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.60" and @displayName="BREECH EXTR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.60" and @displayName="BREECH EXTR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.23" and @displayName="BREECH PRESENT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.23" and @displayName="BREECH PRESENT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.23" and @displayName="BREECH PRESENT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.21" and @displayName="BREECH PRESENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.21" and @displayName="BREECH PRESENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.21" and @displayName="BREECH PRESENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.20" and @displayName="BREECH PRESENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.20" and @displayName="BREECH PRESENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.20" and @displayName="BREECH PRESENT-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="225057002" and @displayName="Brittle asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11530004" and @displayName="Brittle diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11530004" and @displayName="Brittle diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11530004" and @displayName="Brittle diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="418818005" and @displayName="Brugada syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404115006" and @displayName="Bullous mycosis fungoides") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="6374002" and @displayName="Bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422052002" and @displayName="Burkitt s lymphoma associated with AIDS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188512009" and @displayName="Burkitt s lymphoma of intra-abdominal lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188515006" and @displayName="Burkitts lymphoma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188511002" and @displayName="Burkitts lymphoma of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188513004" and @displayName="Burkitts lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188510001" and @displayName="Burkitts lymphoma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188514005" and @displayName="Burkitts lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188517003" and @displayName="Burkitts lymphoma of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188516007" and @displayName="Burkitts lymphoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118617000" and @displayName="Burkitts lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92516002" and @displayName="Burkitts tumor of extranodal AND/OR solid organ site") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92508006" and @displayName="Burkitts tumor of intra-abdominal lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92512000" and @displayName="Burkitts tumor of lymph nodes of head face AND/OR neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92514004" and @displayName="Burkitts tumor of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92515003" and @displayName="Burkitts tumor of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.23" and @displayName="Burkitts tumor or lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.26" and @displayName="Burkitt tumor or lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.22" and @displayName="Burkitts tumor or lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.28" and @displayName="Burkitts tumor or lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.24" and @displayName="Burkitts tumor or lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.21" and @displayName="Burkitts tumor or lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.25" and @displayName="Burkitts tumor or lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.27" and @displayName="Burkitts tumor or lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.20" and @displayName="Burkitts tumor or lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233672007" and @displayName="Byssinosis grade 3") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="85761009" and @displayName="Byssinosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92517006" and @displayName="Calcific coronary arteriosclerosis") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G8417" and @displayName="CALCULATED BMI ABOVE UPPER PARAMETER PLAN DOCUMENTED IN CHART") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312111009" and @displayName="Carcinoma of ascending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="255081007" and @displayName="Carcinoma of cecum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="269533000" and @displayName="Carcinoma of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312113007" and @displayName="Carcinoma of descending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312114001" and @displayName="Carcinoma of hepatic flexure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285312008" and @displayName="Carcinoma of sigmoid colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312115000" and @displayName="Carcinoma of splenic flexure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="269544008" and @displayName="Carcinoma of the rectosigmoid junction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312112002" and @displayName="Carcinoma of transverse colon") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="427.89" and @displayName="CARDIAC DYSRHYTHMIAS NEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5053004" and @displayName="Cardiac insufficiency due to prosthesis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60856006" and @displayName="Cardiac insufficiency following cardiac surgery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23852006" and @displayName="Cardiac monitoring") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="14106009" and @displayName="Cardiac pacemaker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="56961003" and @displayName="Cardiac transvenous pacemaker") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.8" and @displayName="Cardiomyopathy in other diseases classified elsewhere") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="410431009" and @displayName="Cardiorespiratory failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404128004" and @displayName="CD-30 negative cutaneous T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404130002" and @displayName="CD-30 negative pleomorphic large T-cell cutaneous lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404131003" and @displayName="CD-30 negative T-immunoblastic cutaneous lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404125001" and @displayName="CD-30 positive anaplastic large T-cell cutaneous lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404126000" and @displayName="CD-30 positive pleomorphic large T-cell cutaneous lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.13" and @displayName="CEPHALIC VERS NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.13" and @displayName="CEPHALIC VERS NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.13" and @displayName="CEPHALIC VERS NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.11" and @displayName="CEPHALIC VERS NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.11" and @displayName="CEPHALIC VERS NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.11" and @displayName="CEPHALIC VERS NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.10" and @displayName="CEPHALIC VERS NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.10" and @displayName="CEPHALIC VERS NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.10" and @displayName="CEPHALIC VERS NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="361272001" and @displayName="Cerebellar ataxia due to alcoholism") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.53" and @displayName="CERV INCOMPET IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.53" and @displayName="CERV INCOMPET IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.53" and @displayName="CERV INCOMPET IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.52" and @displayName="CERV INCOMPET IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.52" and @displayName="CERV INCOMPET IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.52" and @displayName="CERV INCOMPET IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.51" and @displayName="CERV INCOMPET IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.51" and @displayName="CERV INCOMPET IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.51" and @displayName="CERV INCOMPET IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.50" and @displayName="CERV INCOMPET IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.50" and @displayName="CERV INCOMPET IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.50" and @displayName="CERV INCOMPET IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.54" and @displayName="CERV INCOMPET IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.54" and @displayName="CERV INCOMPET IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.54" and @displayName="CERV INCOMPET IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79290002" and @displayName="Cervical pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79290002" and @displayName="Cervical pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79290002" and @displayName="Cervical pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.73" and @displayName="Cervical shortening-ante") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.73" and @displayName="Cervical shortening-ante") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.73" and @displayName="Cervical shortening-ante") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.71" and @displayName="Cervical shortening-del") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.71" and @displayName="Cervical shortening-del") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.71" and @displayName="Cervical shortening-del") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.70" and @displayName="Cervical shortening-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.70" and @displayName="Cervical shortening-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.70" and @displayName="Cervical shortening-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.71" and @displayName="CESAREAN DELIVERY ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.71" and @displayName="CESAREAN DELIVERY ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.71" and @displayName="CESAREAN DELIVERY ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.70" and @displayName="CESAREAN DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.70" and @displayName="CESAREAN DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.70" and @displayName="CESAREAN DELIVERY-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230065006" and @displayName="Chain smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92807009" and @displayName="Chemical-induced asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228516001" and @displayName="Chews loose leaf tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228514003" and @displayName="Chews plug tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228518000" and @displayName="Chews products containing tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81703003" and @displayName="Chews tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228515002" and @displayName="Chews twist tobacco") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.0" and @displayName="CHF NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195911009" and @displayName="Chickenpox pneumonia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23737006" and @displayName="Chickenpox with complication") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="052.7" and @displayName="Chickenpox with other specified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="052.8" and @displayName="Chickenpox with unspecified complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233678006" and @displayName="Childhood asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188737002" and @displayName="Chloroma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.32" and @displayName="CHR DIASTOLIC HRT FAIL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.8" and @displayName="CHR ISCHEMIC HRT DIS NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.9" and @displayName="CHR ISCHEMIC HRT DIS NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.20" and @displayName="CHR OBST ASTHMA UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.22" and @displayName="CHR OBST ASTHMA W (AC) EXAC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.21" and @displayName="CHR OBST ASTHMA W STATUS ASTH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.22" and @displayName="CHR SYSTOLIC HRT FAILURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.42" and @displayName="CHR SYSTOLIC/DIASTOLIC HF") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191475009" and @displayName="Chronic alcoholic brain syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195949008" and @displayName="Chronic asthmatic bronchitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="88805009" and @displayName="Chronic congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="441530006" and @displayName="Chronic diastolic heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="26950008" and @displayName="Chronic ectopic atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188733003" and @displayName="Chronic eosinophilic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.12" and @displayName="Chronic erthremia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.11" and @displayName="Chronic erthremia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.10" and @displayName="Chronic erthremia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.52" and @displayName="Chronic graft-versus-host disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="48447003" and @displayName="Chronic heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8218002" and @displayName="Chronic hypertension complicating AND/OR reason for care during childbirth (disorder)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="37618003" and @displayName="Chronic hypertension complicating AND/OR reason for care during pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="24042004" and @displayName="Chronic hypertension complicating AND/OR reason for care during puerperium ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8762007" and @displayName="Chronic hypertension in obstetric context") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="78544004" and @displayName="Chronic hypertensive uremia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="286963007" and @displayName="Chronic hypotension - idiopathic") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="458.1" and @displayName="CHRONIC HYPOTENSION") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="77545000" and @displayName="Chronic hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="433146000" and @displayName="Chronic kidney disease stage 5") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="585.5" and @displayName="CHRONIC KIDNEY DISEASE STAGE V") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5375005" and @displayName="Chronic left-sided congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111283005" and @displayName="Chronic left-sided heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92811003" and @displayName="Chronic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.12" and @displayName="Chronic leukemia of unspecified cell type in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.11" and @displayName="Chronic leukemia of unspecified cell type in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.10" and @displayName="Chronic leukemia of unspecified cell type without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92812005" and @displayName="Chronic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277549009" and @displayName="Chronic lymphocytic prolymphocytic leukemia syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.12" and @displayName="Chronic lymphoid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.11" and @displayName="Chronic lymphoid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92813000" and @displayName="Chronic lymphoid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.10" and @displayName="Chronic lymphoid leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92814006" and @displayName="Chronic lymphoid leukemia disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.12" and @displayName="Chronic monocytic leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.11" and @displayName="Chronic monocytic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.10" and @displayName="Chronic monocytic leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188745007" and @displayName="Chronic monocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413842007" and @displayName="Chronic myeloid leukemia in lymphoid blast crisis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413843002" and @displayName="Chronic myeloid leukemia in myeloid blast crisis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.12" and @displayName="Chronic myeloid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.11" and @displayName="Chronic myeloid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92817004" and @displayName="Chronic myeloid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.10" and @displayName="Chronic myeloid leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="92818009" and @displayName="Chronic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127225006" and @displayName="Chronic myelomonocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188734009" and @displayName="Chronic neutrophilic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75181005" and @displayName="Chronic orthostatic hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="193184006" and @displayName="Chronic painful diabetic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="193184006" and @displayName="Chronic painful diabetic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="193184006" and @displayName="Chronic painful diabetic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90688005" and @displayName="Chronic renal failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="66989003" and @displayName="Chronic right-sided congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10335000" and @displayName="Chronic right-sided heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="441481004" and @displayName="Chronic systolic heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59978006" and @displayName="Cigar cmoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65568007" and @displayName="Cigarette smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253719006" and @displayName="Circumflex posterior to aorta") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253718003" and @displayName="Circumflex posterior to pulmomary trunk") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.33" and @displayName="COAG DEF HEM/ANTEPART-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.33" and @displayName="COAG DEF HEM/ANTEPART-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.33" and @displayName="COAG DEF HEM/ANTEPART-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.31" and @displayName="COAG DEF HEM/ANTEPART-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.31" and @displayName="COAG DEF HEM/ANTEPART-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.31" and @displayName="COAG DEF HEM/ANTEPART-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.30" and @displayName="COAG DEF HEM/ANTEPART-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.30" and @displayName="COAG DEF HEM/ANTEPART-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.30" and @displayName="COAG DEF HEM/ANTEPART-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.33" and @displayName="COAGULATION DEF-ANTEPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.33" and @displayName="COAGULATION DEF-ANTEPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.33" and @displayName="COAGULATION DEF-ANTEPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.31" and @displayName="COAGULATION DEF-DELIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.31" and @displayName="COAGULATION DEF-DELIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.31" and @displayName="COAGULATION DEF-DELIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.34" and @displayName="COAGULATION DEF-POSTPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.34" and @displayName="COAGULATION DEF-POSTPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.34" and @displayName="COAGULATION DEF-POSTPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.30" and @displayName="COAGULATION DEF-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.30" and @displayName="COAGULATION DEF-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.30" and @displayName="COAGULATION DEF-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.32" and @displayName="COAGULATN DEF-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.32" and @displayName="COAGULATN DEF-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.32" and @displayName="COAGULATN DEF-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.2" and @displayName="Combined immunity deficiency") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31601007" and @displayName="Combined pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31601007" and @displayName="Combined pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31601007" and @displayName="Combined pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277573001" and @displayName="Common acute lymphoblastic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.06" and @displayName="Common variable immunodeficiency") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.83" and @displayName="COMP LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.83" and @displayName="COMP LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.83" and @displayName="COMP LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.82" and @displayName="COMP LAB/DEL NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.82" and @displayName="COMP LAB/DEL NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.82" and @displayName="COMP LAB/DEL NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.81" and @displayName="COMP LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.81" and @displayName="COMP LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.81" and @displayName="COMP LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.80" and @displayName="COMP LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.80" and @displayName="COMP LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.80" and @displayName="COMP LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.84" and @displayName="COMP LAB/DEL NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.84" and @displayName="COMP LAB/DEL NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.84" and @displayName="COMP LAB/DEL NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.93" and @displayName="COMP LAB/DEL NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.93" and @displayName="COMP LAB/DEL NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.93" and @displayName="COMP LAB/DEL NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.92" and @displayName="COMP LAB/DEL NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.92" and @displayName="COMP LAB/DEL NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.92" and @displayName="COMP LAB/DEL NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.91" and @displayName="COMP LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.91" and @displayName="COMP LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.91" and @displayName="COMP LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.90" and @displayName="COMP LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.90" and @displayName="COMP LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.90" and @displayName="COMP LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.94" and @displayName="COMP LAB/DEL NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.94" and @displayName="COMP LAB/DEL NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.94" and @displayName="COMP LAB/DEL NOS-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195112003" and @displayName="Compensated cardiac failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="27885002" and @displayName="Complete atrioventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="6180003" and @displayName="Complete left bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251123001" and @displayName="Complete right bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190030009" and @displayName="Compound leukemias") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233922008" and @displayName="Concealed accessory pathway") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44808001" and @displayName="Conduction disorders of the heart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.03" and @displayName="CONGEN ABN UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.03" and @displayName="CONGEN ABN UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.03" and @displayName="CONGEN ABN UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.02" and @displayName="CONGEN ABN UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.02" and @displayName="CONGEN ABN UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.02" and @displayName="CONGEN ABN UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.01" and @displayName="CONGEN ABN UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.01" and @displayName="CONGEN ABN UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.01" and @displayName="CONGEN ABN UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.00" and @displayName="CONGEN ABN UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.00" and @displayName="CONGEN ABN UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.00" and @displayName="CONGEN ABN UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.04" and @displayName="CONGEN ABN UTERUS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.04" and @displayName="CONGEN ABN UTERUS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.04" and @displayName="CONGEN ABN UTERUS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.53" and @displayName="CONGEN CV DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.53" and @displayName="CONGEN CV DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.53" and @displayName="CONGEN CV DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.52" and @displayName="CONGEN CV DIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.52" and @displayName="CONGEN CV DIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.52" and @displayName="CONGEN CV DIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.51" and @displayName="CONGEN CV DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.51" and @displayName="CONGEN CV DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.51" and @displayName="CONGEN CV DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.50" and @displayName="CONGEN CV DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.50" and @displayName="CONGEN CV DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.50" and @displayName="CONGEN CV DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.54" and @displayName="CONGEN CV DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.54" and @displayName="CONGEN CV DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.54" and @displayName="CONGEN CV DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.63" and @displayName="CONGEN/ACQ ABN CERVIX NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.63" and @displayName="CONGEN/ACQ ABN CERVIX NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.63" and @displayName="CONGEN/ACQ ABN CERVIX NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.62" and @displayName="CONGEN/ACQ ABN CERVIX NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.62" and @displayName="CONGEN/ACQ ABN CERVIX NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.62" and @displayName="CONGEN/ACQ ABN CERVIX NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.61" and @displayName="CONGEN/ACQ ABN CERVIX NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.61" and @displayName="CONGEN/ACQ ABN CERVIX NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.61" and @displayName="CONGEN/ACQ ABN CERVIX NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.60" and @displayName="CONGEN/ACQ ABN CERVIX NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.60" and @displayName="CONGEN/ACQ ABN CERVIX NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.60" and @displayName="CONGEN/ACQ ABN CERVIX NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.64" and @displayName="CONGEN/ACQ ABN CERVIX NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.64" and @displayName="CONGEN/ACQ ABN CERVIX NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.64" and @displayName="CONGEN/ACQ ABN CERVIX NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.73" and @displayName="CONGEN/ACQ ABN VAGINA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.73" and @displayName="CONGEN/ACQ ABN VAGINA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.73" and @displayName="CONGEN/ACQ ABN VAGINA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.72" and @displayName="CONGEN/ACQ ABN VAGINA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.72" and @displayName="CONGEN/ACQ ABN VAGINA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.72" and @displayName="CONGEN/ACQ ABN VAGINA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.71" and @displayName="CONGEN/ACQ ABN VAGINA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.71" and @displayName="CONGEN/ACQ ABN VAGINA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.71" and @displayName="CONGEN/ACQ ABN VAGINA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.70" and @displayName="CONGEN/ACQ ABN VAGINA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.70" and @displayName="CONGEN/ACQ ABN VAGINA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.70" and @displayName="CONGEN/ACQ ABN VAGINA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.74" and @displayName="CONGEN/ACQ ABN VAGINA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.74" and @displayName="CONGEN/ACQ ABN VAGINA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.74" and @displayName="CONGEN/ACQ ABN VAGINA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.83" and @displayName="CONGEN/ACQ ABN VULVA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.83" and @displayName="CONGEN/ACQ ABN VULVA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.83" and @displayName="CONGEN/ACQ ABN VULVA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.82" and @displayName="CONGEN/ACQ ABN VULVA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.82" and @displayName="CONGEN/ACQ ABN VULVA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.82" and @displayName="CONGEN/ACQ ABN VULVA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.81" and @displayName="CONGEN/ACQ ABN VULVA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.81" and @displayName="CONGEN/ACQ ABN VULVA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.81" and @displayName="CONGEN/ACQ ABN VULVA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.80" and @displayName="CONGEN/ACQ ABN VULVA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.80" and @displayName="CONGEN/ACQ ABN VULVA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.80" and @displayName="CONGEN/ACQ ABN VULVA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.84" and @displayName="CONGEN/ACQ ABN VULVA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.84" and @displayName="CONGEN/ACQ ABN VULVA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.84" and @displayName="CONGEN/ACQ ABN VULVA-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5230009" and @displayName="Congenital absence of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28574005" and @displayName="Congenital anomaly of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="206586007" and @displayName="Congenital cardiac failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82580003" and @displayName="Congenital complete atrioventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="204383001" and @displayName="Congenital complete atrioventricular heart block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302944009" and @displayName="Congenital complete heart block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253725005" and @displayName="Congenital coronary artery calcification") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128555001" and @displayName="Congenital coronary artery fistula to left atrium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128556000" and @displayName="Congenital coronary artery fistula to left ventricle") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="129582000" and @displayName="Congenital coronary artery fistula to pulmonary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128557009" and @displayName="Congenital coronary artery fistula to right atrium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128558004" and @displayName="Congenital coronary artery fistula to right ventricle") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42866003" and @displayName="Congenital coronary artery sclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46619002" and @displayName="Congenital heart block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="64872007" and @displayName="Congenital incomplete atrioventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="204384007" and @displayName="Congenital incomplete atrioventricular heart block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="204379001" and @displayName="Congenital stricture of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90433002" and @displayName="Congenital varicella infection") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277644009" and @displayName="Congenital varicella syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="204378009" and @displayName="Congential coronary aneurysm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253720000" and @displayName="Congential coronary arteriovenous fistula") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11433004" and @displayName="Congential coronary artery fistula") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.04" and @displayName="Congential hypogammaglobulinemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426263006" and @displayName="Congestive heart failure due to left ventricular systolic dysfunction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426611007" and @displayName="Congestive heart failure due to valvular disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42343007" and @displayName="Congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82523003" and @displayName="Congestive rheumatic heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="224702002" and @displayName="Continuous enuresis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.37" and @displayName="Continuous leakage of urine") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.13" and @displayName="CONTRACTED PELVIS NOS-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.13" and @displayName="CONTRACTED PELVIS NOS-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.13" and @displayName="CONTRACTED PELVIS NOS-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.11" and @displayName="CONTRACTED PELVIS NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.11" and @displayName="CONTRACTED PELVIS NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.11" and @displayName="CONTRACTED PELVIS NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.10" and @displayName="CONTRACTED PELVIS NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.10" and @displayName="CONTRACTED PELVIS NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.10" and @displayName="CONTRACTED PELVIS NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.02" and @displayName="COR ATH ATLG VN BPS GRAFT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.05" and @displayName="COR ATH BPS GRAFT NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.07" and @displayName="COR ATH BPS GRAFT TP HRT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.04" and @displayName="COR ATH MAMMARY ART BPS GRAFT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.06" and @displayName="COR ATH NATV ART TP HRT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.01" and @displayName="COR ATH NATVE VESSEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.03" and @displayName="COR ATH NONATLG BLG GRAFT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="414.00" and @displayName="COR ATH UNSPEC VESSEL NTV/GRAFT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.13" and @displayName="CORD AROUND NECK W/COMP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.13" and @displayName="CORD AROUND NECK W/COMP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.13" and @displayName="CORD AROUND NECK W/COMP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.11" and @displayName="CORD AROUND NECK W/COMP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.11" and @displayName="CORD AROUND NECK W/COMP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.11" and @displayName="CORD AROUND NECK W/COMP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.10" and @displayName="CORD AROUND NECK W/COMP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.10" and @displayName="CORD AROUND NECK W/COMP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.10" and @displayName="CORD AROUND NECK W/COMP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.83" and @displayName="CORD COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.83" and @displayName="CORD COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.83" and @displayName="CORD COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.81" and @displayName="CORD COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.81" and @displayName="CORD COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.81" and @displayName="CORD COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.80" and @displayName="CORD COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.80" and @displayName="CORD COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.80" and @displayName="CORD COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.93" and @displayName="CORD COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.93" and @displayName="CORD COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.93" and @displayName="CORD COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.91" and @displayName="CORD COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.91" and @displayName="CORD COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.91" and @displayName="CORD COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.90" and @displayName="CORD COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.90" and @displayName="CORD COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.90" and @displayName="CORD COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.23" and @displayName="CORD ENTGLE W/COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.23" and @displayName="CORD ENTGLE W/COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.23" and @displayName="CORD ENTGLE W/COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.21" and @displayName="CORD ENTGLE W/COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.21" and @displayName="CORD ENTGLE W/COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.21" and @displayName="CORD ENTGLE W/COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.20" and @displayName="CORD ENTGLE W/COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.20" and @displayName="CORD ENTGLE W/COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.20" and @displayName="CORD ENTGLE W/COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.33" and @displayName="CORD ENTGLE W/O COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.33" and @displayName="CORD ENTGLE W/O COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.33" and @displayName="CORD ENTGLE W/O COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.31" and @displayName="CORD ENTGLE W/O COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.31" and @displayName="CORD ENTGLE W/O COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.31" and @displayName="CORD ENTGLE W/O COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.30" and @displayName="CORD ENTGLE W/O COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.30" and @displayName="CORD ENTGLE W/O COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.30" and @displayName="CORD ENTGLE W/O COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.03" and @displayName="CORD PROLAPSE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.03" and @displayName="CORD PROLAPSE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.03" and @displayName="CORD PROLAPSE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.01" and @displayName="CORD PROLAPSE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.01" and @displayName="CORD PROLAPSE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.01" and @displayName="CORD PROLAPSE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.00" and @displayName="CORD PROLAPSE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.00" and @displayName="CORD PROLAPSE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.00" and @displayName="CORD PROLAPSE-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424353002" and @displayName="Corneal haze due to herpes zoster") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87605005" and @displayName="Cornual pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87605005" and @displayName="Cornual pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87605005" and @displayName="Cornual pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427919004" and @displayName="Coronary arteriosclerosis due to radiation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="53741008" and @displayName="Coronary arteriosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="62827000" and @displayName="Coronary arteritis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="88596007" and @displayName="Coronary artery arising from aorta") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="74218008" and @displayName="Coronary artery arising from main pulmonary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="67682002" and @displayName="Coronary artery atheroma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408546009" and @displayName="Coronary artery bypass graft occlusion") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29899005" and @displayName="Coronary artery embolism") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="373092008" and @displayName="Coronary artery fistula to left atrium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="373094009" and @displayName="Coronary artery fistula to left ventricle") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="373095005" and @displayName="Coronary artery fistula to right atrium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="373096006" and @displayName="Coronary artery fistula to right ventricle") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="373093003" and @displayName="Coronary artery fistula") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253703004" and @displayName="Coronary artery origin from non-facing sinus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253717008" and @displayName="Coronary artery runs between aorta and pulmonary trunk") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28931004" and @displayName="Coronary artery rupture") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23687008" and @displayName="Coronary artery spasm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421327009" and @displayName="Coronary artery stent thrombosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="398274000" and @displayName="Coronary artery thrombosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253724009" and @displayName="Coronary fistulae from left ventricle") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253723003" and @displayName="Coronary fistulae from right ventricle") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251024009" and @displayName="Coronary graft stenosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="63739005" and @displayName="Coronary occlusion") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253710005" and @displayName="Coronary orifice abnormally high") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253711009" and @displayName="Coronary orifice asymmetrical") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253713007" and @displayName="Coronary orifice atresia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="26900001" and @displayName="Coronary ostium stenosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="234029006" and @displayName="Coronary steal syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59062007" and @displayName="Coronary stricture") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194821006" and @displayName="Coronary thrombosis not resulting in myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236659004" and @displayName="Cough - urge incontinence of urine") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.82" and @displayName="COUGH VARIANT ASTHMA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="409663006" and @displayName="Cough variant asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.13" and @displayName="CRACKED NIPPLE PREG/LACT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.13" and @displayName="CRACKED NIPPLE PREG/LACT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.13" and @displayName="CRACKED NIPPLE PREG/LACT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.12" and @displayName="CRACKED NIPPLE PREG/LACT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.12" and @displayName="CRACKED NIPPLE PREG/LACT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.12" and @displayName="CRACKED NIPPLE PREG/LACT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.11" and @displayName="CRACKED NIPPLE PREG/LACT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.11" and @displayName="CRACKED NIPPLE PREG/LACT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.11" and @displayName="CRACKED NIPPLE PREG/LACT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.10" and @displayName="CRACKED NIPPLE PREG/LACT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.10" and @displayName="CRACKED NIPPLE PREG/LACT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.10" and @displayName="CRACKED NIPPLE PREG/LACT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.14" and @displayName="CRACKED NIPPLE PREG/LACT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.14" and @displayName="CRACKED NIPPLE PREG/LACT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.14" and @displayName="CRACKED NIPPLE PREG/LACT-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23697004" and @displayName="Crush syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="219006" and @displayName="Current drinker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="405746006" and @displayName="Current non smoker but past smoking history unknown") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="266919005" and @displayName="Current non-smoker but past smoking history unknown") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128874001" and @displayName="Cutaneous CD30+ lymphoproliferative disorder") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277613000" and @displayName="Cutaneous/peripheral T-cell lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.63" and @displayName="CV DIS NEC IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.63" and @displayName="CV DIS NEC IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.63" and @displayName="CV DIS NEC IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.62" and @displayName="CV DIS NEC IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.62" and @displayName="CV DIS NEC IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.62" and @displayName="CV DIS NEC IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.61" and @displayName="CV DIS NEC IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.61" and @displayName="CV DIS NEC IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.61" and @displayName="CV DIS NEC IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.60" and @displayName="CV DIS NEC IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.60" and @displayName="CV DIS NEC IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.60" and @displayName="CV DIS NEC IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.64" and @displayName="CV DIS NEC IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.64" and @displayName="CV DIS NEC IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.64" and @displayName="CV DIS NEC IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.61" and @displayName="DAMG TO PELVIC JT/LIG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.61" and @displayName="DAMG TO PELVIC JT/LIG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.61" and @displayName="DAMG TO PELVIC JT/LIG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.60" and @displayName="DAMG TO PELVIC JT/LIG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.60" and @displayName="DAMG TO PELVIC JT/LIG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.60" and @displayName="DAMG TO PELVIC JT/LIG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.64" and @displayName="DAMG TO PELVIC JT/LIG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.64" and @displayName="DAMG TO PELVIC JT/LIG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.64" and @displayName="DAMG TO PELVIC JT/LIG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281862002" and @displayName="Daytime enuresis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195111005" and @displayName="Decompensated cardiac failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424404003" and @displayName="Decompensated chronic heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.73" and @displayName="DECRS FETAL MOVMT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.73" and @displayName="DECRS FETAL MOVMT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.73" and @displayName="DECRS FETAL MOVMT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.71" and @displayName="DECRS FETAL MOVMT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.71" and @displayName="DECRS FETAL MOVMT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.71" and @displayName="DECRS FETAL MOVMT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.70" and @displayName="DECRS FETAL MOVMT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.70" and @displayName="DECRS FETAL MOVMT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.70" and @displayName="DECRS FETAL MOVMT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.33" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.33" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.33" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.31" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.31" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.31" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.30" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.30" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.30" and @displayName="DEEP VEIN THROMBOSIS ANTEPARTUM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.42" and @displayName="DEEP VEIN THROMBOSIS P/P-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.42" and @displayName="DEEP VEIN THROMBOSIS P/P-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.42" and @displayName="DEEP VEIN THROMBOSIS P/P-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.40" and @displayName="DEEP VEIN THROMBOSIS P/P-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.40" and @displayName="DEEP VEIN THROMBOSIS P/P-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.40" and @displayName="DEEP VEIN THROMBOSIS P/P-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.44" and @displayName="DEEP VEIN THROMBOSIS P/P-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.44" and @displayName="DEEP VEIN THROMBOSIS P/P-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.44" and @displayName="DEEP VEIN THROMBOSIS P/P-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.01" and @displayName="DEL W 1 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.01" and @displayName="DEL W 1 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.01" and @displayName="DEL W 1 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.00" and @displayName="DEL W 1 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.00" and @displayName="DEL W 1 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.00" and @displayName="DEL W 1 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.04" and @displayName="DEL W 1 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.04" and @displayName="DEL W 1 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.04" and @displayName="DEL W 1 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.11" and @displayName="DEL W 2 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.11" and @displayName="DEL W 2 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.11" and @displayName="DEL W 2 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.10" and @displayName="DEL W 2 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.10" and @displayName="DEL W 2 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.10" and @displayName="DEL W 2 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.14" and @displayName="DEL W 2 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.14" and @displayName="DEL W 2 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.14" and @displayName="DEL W 2 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.21" and @displayName="DEL W 3 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.21" and @displayName="DEL W 3 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.21" and @displayName="DEL W 3 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.20" and @displayName="DEL W 3 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.20" and @displayName="DEL W 3 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.20" and @displayName="DEL W 3 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.24" and @displayName="DEL W 3 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.24" and @displayName="DEL W 3 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.24" and @displayName="DEL W 3 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.31" and @displayName="DEL W 4 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.31" and @displayName="DEL W 4 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.31" and @displayName="DEL W 4 DEG PERINEAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.30" and @displayName="DEL W 4 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.30" and @displayName="DEL W 4 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.30" and @displayName="DEL W 4 DEG PERINEAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.34" and @displayName="DEL W 4 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.34" and @displayName="DEL W 4 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.34" and @displayName="DEL W 4 DEG PERINEAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.33" and @displayName="DELAY DEL 2ND TWIN ETC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.33" and @displayName="DELAY DEL 2ND TWIN ETC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.33" and @displayName="DELAY DEL 2ND TWIN ETC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.31" and @displayName="DELAY DEL 2ND TWIN ETC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.31" and @displayName="DELAY DEL 2ND TWIN ETC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.31" and @displayName="DELAY DEL 2ND TWIN ETC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.30" and @displayName="DELAY DEL 2ND TWIN ETC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.30" and @displayName="DELAY DEL 2ND TWIN ETC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.30" and @displayName="DELAY DEL 2ND TWIN ETC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.22" and @displayName="DELAY/SEC P/P HEM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.22" and @displayName="DELAY/SEC P/P HEM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.22" and @displayName="DELAY/SEC P/P HEM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.20" and @displayName="DELAY/SEC P/P HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.20" and @displayName="DELAY/SEC P/P HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.20" and @displayName="DELAY/SEC P/P HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.24" and @displayName="DELAY/SEC P/P HEM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.24" and @displayName="DELAY/SEC P/P HEM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.24" and @displayName="DELAY/SEC P/P HEM-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="20224008" and @displayName="Delta heavy chain disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281004" and @displayName="Dementia associated with alcoholism") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413968004" and @displayName="Denies alcohol abuse") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236666003" and @displayName="Dependency urinary incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34140002" and @displayName="Diabeteic gastroparesis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34140002" and @displayName="Diabeteic gastroparesis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34140002" and @displayName="Diabeteic gastroparesis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.03" and @displayName="DIABETES IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.03" and @displayName="DIABETES IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.03" and @displayName="DIABETES IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.02" and @displayName="DIABETES IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.02" and @displayName="DIABETES IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.02" and @displayName="DIABETES IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.02" and @displayName="DIABETES IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.02" and @displayName="DIABETES IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.02" and @displayName="DIABETES IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.01" and @displayName="DIABETES IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.01" and @displayName="DIABETES IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.01" and @displayName="DIABETES IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.01" and @displayName="DIABETES IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.01" and @displayName="DIABETES IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.01" and @displayName="DIABETES IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.00" and @displayName="DIABETES IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.00" and @displayName="DIABETES IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.00" and @displayName="DIABETES IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.00" and @displayName="DIABETES IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.00" and @displayName="DIABETES IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.00" and @displayName="DIABETES IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.03" and @displayName="DIABETES IN PREG-W ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.03" and @displayName="DIABETES IN PREG-W ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.03" and @displayName="DIABETES IN PREG-W ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.04" and @displayName="DIABETES IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.04" and @displayName="DIABETES IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.04" and @displayName="DIABETES IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.04" and @displayName="DIABETES IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.04" and @displayName="DIABETES IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.04" and @displayName="DIABETES IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70694009" and @displayName="Diabetes mellitus AND insipidus with optic atrophy AND deafness") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70694009" and @displayName="Diabetes mellitus AND insipidus with optic atrophy AND deafness") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70694009" and @displayName="Diabetes mellitus AND insipidus with optic atrophy AND deafness") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426705001" and @displayName="Diabetes mellitus associated with cystic fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426705001" and @displayName="Diabetes mellitus associated with cystic fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426705001" and @displayName="Diabetes mellitus associated with cystic fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5969009" and @displayName="Diabetes mellitus associated with genetic syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5969009" and @displayName="Diabetes mellitus associated with genetic syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5969009" and @displayName="Diabetes mellitus associated with genetic syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59079001" and @displayName="Diabetes mellitus associated with hormonal etiology") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59079001" and @displayName="Diabetes mellitus associated with hormonal etiology") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59079001" and @displayName="Diabetes mellitus associated with hormonal etiology") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="51002006" and @displayName="Diabetes mellitus associated with pancreatic disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="51002006" and @displayName="Diabetes mellitus associated with pancreatic disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="51002006" and @displayName="Diabetes mellitus associated with pancreatic disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42954008" and @displayName="Diabetes mellitus associated with recptor abnormality") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42954008" and @displayName="Diabetes mellitus associated with recptor abnormality") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42954008" and @displayName="Diabetes mellitus associated with recptor abnormality") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237604008" and @displayName="Diabetes mellitus autosomal dominant type II") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237604008" and @displayName="Diabetes mellitus autosomal dominant type II") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237604008" and @displayName="Diabetes mellitus autosomal dominant type II") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427089005" and @displayName="Diabetes mellitus due to cystic fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427089005" and @displayName="Diabetes mellitus due to cystic fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427089005" and @displayName="Diabetes mellitus due to cystic fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75682002" and @displayName="Diabetes mellitus due to insulin recptor antibodies") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75682002" and @displayName="Diabetes mellitus due to insulin recptor antibodies") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75682002" and @displayName="Diabetes mellitus due to insulin recptor antibodies") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91352004" and @displayName="Diabetes mellitus due to structurally abnormal insulin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91352004" and @displayName="Diabetes mellitus due to structurally abnormal insulin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91352004" and @displayName="Diabetes mellitus due to structurally abnormal insulin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199227004" and @displayName="Diabetes mellitus during pregnancy - baby not yet delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199227004" and @displayName="Diabetes mellitus during pregnancy - baby not yet delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199227004" and @displayName="Diabetes mellitus during pregnancy - baby not yet delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199223000" and @displayName="Diabetes mellitus during pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199223000" and @displayName="Diabetes mellitus during pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199223000" and @displayName="Diabetes mellitus during pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="76751001" and @displayName="Diabetes mellitus in mother complicating pregnancy childbirth AND/OR puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="76751001" and @displayName="Diabetes mellitus in mother complicating pregnancy childbirth AND/OR puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="76751001" and @displayName="Diabetes mellitus in mother complicating pregnancy childbirth AND/OR puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413183008" and @displayName="Diabetes mellitus induced by non-steroid drugs without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413183008" and @displayName="Diabetes mellitus induced by non-steroid drugs without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413183008" and @displayName="Diabetes mellitus induced by non-steroid drugs without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408540003" and @displayName="Diabetes mellitus induced by non-steroid drugs") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408540003" and @displayName="Diabetes mellitus induced by non-steroid drugs") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408540003" and @displayName="Diabetes mellitus induced by non-steroid drugs") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46635009" and @displayName="Diabetes mellitus type 1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46635009" and @displayName="Diabetes mellitus type 1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46635009" and @displayName="Diabetes mellitus type 1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359642000" and @displayName="Diabetes mellitus type 2 in nonobese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359642000" and @displayName="Diabetes mellitus type 2 in nonobese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359642000" and @displayName="Diabetes mellitus type 2 in nonobese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81531005" and @displayName="Diabetes mellitus type 2 in obese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81531005" and @displayName="Diabetes mellitus type 2 in obese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81531005" and @displayName="Diabetes mellitus type 2 in obese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44054006" and @displayName="Diabetes mellitus type 2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44054006" and @displayName="Diabetes mellitus type 2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44054006" and @displayName="Diabetes mellitus type 2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190321005" and @displayName="Diabetes mellitus with no mention of complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190321005" and @displayName="Diabetes mellitus with no mention of complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190321005" and @displayName="Diabetes mellitus with no mention of complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190417004" and @displayName="Diabetes mellitus with other specified manifestation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190417004" and @displayName="Diabetes mellitus with other specified manifestation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190417004" and @displayName="Diabetes mellitus with other specified manifestation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111552007" and @displayName="Diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111552007" and @displayName="Diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111552007" and @displayName="Diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190331003" and @displayName="Diabetes mellitus adult onset with hyperosmolar coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190331003" and @displayName="Diabetes mellitus adult onset with hyperosmolar coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190331003" and @displayName="Diabetes mellitus adult onset with hyperosmolar coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190330002" and @displayName="Diabetes mellitus juvenile type with hyperosmolar coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190330002" and @displayName="Diabetes mellitus juvenile type with hyperosmolar coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190330002" and @displayName="Diabetes mellitus juvenile type with hyperosmolar coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73211009" and @displayName="Diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73211009" and @displayName="Diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73211009" and @displayName="Diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190328004" and @displayName="Diabetes mellutis NOS eith ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190328004" and @displayName="Diabetes mellutis NOS eith ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190328004" and @displayName="Diabetes mellutis NOS eith ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237619009" and @displayName="Diabetes-deafness syndrome maternally transmitted") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237619009" and @displayName="Diabetes-deafness syndrome maternally transmitted") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237619009" and @displayName="Diabetes-deafness syndrome maternally transmitted") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="54181000" and @displayName="Diabetes-nephrosis syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="54181000" and @displayName="Diabetes-nephrosis syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="54181000" and @displayName="Diabetes-nephrosis syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39058009" and @displayName="Diabetic amyotrophy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39058009" and @displayName="Diabetic amyotrophy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39058009" and @displayName="Diabetic amyotrophy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425442003" and @displayName="Diabetic autonomic neuropathy associated with type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425442003" and @displayName="Diabetic autonomic neuropathy associated with type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425442003" and @displayName="Diabetic autonomic neuropathy associated with type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="423263001" and @displayName="Diabetic autonomic neuropathy associated with type 2 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="423263001" and @displayName="Diabetic autonomic neuropathy associated with type 2 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="423263001" and @displayName="Diabetic autonomic neuropathy associated with type 2 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="50620007" and @displayName="Diabetic autonomic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="50620007" and @displayName="Diabetic autonomic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="50620007" and @displayName="Diabetic autonomic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421920002" and @displayName="Diabetic cataract associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421920002" and @displayName="Diabetic cataract associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421920002" and @displayName="Diabetic cataract associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420756003" and @displayName="Diabetic cataract associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420756003" and @displayName="Diabetic cataract associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420756003" and @displayName="Diabetic cataract associated with type II diabetes mellitus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="366.41" and @displayName="DIABETIC CATARACT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="366.41" and @displayName="DIABETIC CATARACT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="366.41" and @displayName="DIABETIC CATARACT") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43959009" and @displayName="Diabetic cataract") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43959009" and @displayName="Diabetic cataract") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43959009" and @displayName="Diabetic cataract") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="26298008" and @displayName="Diabetic coma with ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="26298008" and @displayName="Diabetic coma with ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="26298008" and @displayName="Diabetic coma with ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371087003" and @displayName="Diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371087003" and @displayName="Diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371087003" and @displayName="Diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="25907005" and @displayName="Diabetic gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="25907005" and @displayName="Diabetic gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="25907005" and @displayName="Diabetic gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425159004" and @displayName="Diabetic gastroparesis associated with type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425159004" and @displayName="Diabetic gastroparesis associated with type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425159004" and @displayName="Diabetic gastroparesis associated with type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424989000" and @displayName="Diabetic gastroparesis associated with type 2 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424989000" and @displayName="Diabetic gastroparesis associated with type 2 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424989000" and @displayName="Diabetic gastroparesis associated with type 2 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="309426007" and @displayName="Diabetic glomerulopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="309426007" and @displayName="Diabetic glomerulopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="309426007" and @displayName="Diabetic glomerulopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="310387003" and @displayName="Diabetic intracapillary glomerulosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="310387003" and @displayName="Diabetic intracapillary glomerulosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="310387003" and @displayName="Diabetic intracapillary glomerulosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420422005" and @displayName="Diabetic ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420422005" and @displayName="Diabetic ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420422005" and @displayName="Diabetic ketoacidosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.07" and @displayName="DIABETIC MACULAR EDEMA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.07" and @displayName="DIABETIC MACULAR EDEMA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.07" and @displayName="DIABETIC MACULAR EDEMA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312912001" and @displayName="Diabetic macular edema") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312912001" and @displayName="Diabetic macular edema") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312912001" and @displayName="Diabetic macular edema") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81830002" and @displayName="Diabetic mononeuropathy simplex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81830002" and @displayName="Diabetic mononeuropathy simplex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81830002" and @displayName="Diabetic mononeuropathy simplex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230577008" and @displayName="Diabetic mononeuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230577008" and @displayName="Diabetic mononeuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230577008" and @displayName="Diabetic mononeuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359611005" and @displayName="Diabetic neuropathy with neurologic complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359611005" and @displayName="Diabetic neuropathy with neurologic complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359611005" and @displayName="Diabetic neuropathy with neurologic complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230572002" and @displayName="Diabetic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230572002" and @displayName="Diabetic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230572002" and @displayName="Diabetic neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421165007" and @displayName="Diabetic oculopathy associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421165007" and @displayName="Diabetic oculopathy associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421165007" and @displayName="Diabetic oculopathy associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422099009" and @displayName="Diabetic oculopathy associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422099009" and @displayName="Diabetic oculopathy associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422099009" and @displayName="Diabetic oculopathy associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314537004" and @displayName="Diabetic optic papillopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314537004" and @displayName="Diabetic optic papillopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314537004" and @displayName="Diabetic optic papillopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127014009" and @displayName="Diabetic peripheral angiopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127014009" and @displayName="Diabetic peripheral angiopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127014009" and @displayName="Diabetic peripheral angiopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424736006" and @displayName="Diabetic peripheral neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424736006" and @displayName="Diabetic peripheral neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424736006" and @displayName="Diabetic peripheral neuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49455004" and @displayName="Diabetic polyneuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49455004" and @displayName="Diabetic polyneuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49455004" and @displayName="Diabetic polyneuropathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39181008" and @displayName="Diabetic radiculopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39181008" and @displayName="Diabetic radiculopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39181008" and @displayName="Diabetic radiculopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127013003" and @displayName="Diabetic renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127013003" and @displayName="Diabetic renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127013003" and @displayName="Diabetic renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420789003" and @displayName="Diabetic retinopathy associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420789003" and @displayName="Diabetic retinopathy associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420789003" and @displayName="Diabetic retinopathy associated with type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422034002" and @displayName="Diabetic retinopathy associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422034002" and @displayName="Diabetic retinopathy associated with type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422034002" and @displayName="Diabetic retinopathy associated with type II diabetes mellitus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.01" and @displayName="DIABETIC RETINOPATHY NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.01" and @displayName="DIABETIC RETINOPATHY NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.01" and @displayName="DIABETIC RETINOPATHY NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4855003" and @displayName="Diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4855003" and @displayName="Diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4855003" and @displayName="Diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422183001" and @displayName="Diabetic skin ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422183001" and @displayName="Diabetic skin ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422183001" and @displayName="Diabetic skin ulcer") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.30" and @displayName="DIASTOLC HRT FAILURE NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="418304008" and @displayName="Diastolic heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="48146000" and @displayName="Diastolic hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V65.3" and @displayName="Dietary surveillance and counseling") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V65.3" and @displayName="Dietary surveillance and counseling") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V65.3" and @displayName="Dietary surveillance and counseling") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277626001" and @displayName="Diffuse high grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82226007" and @displayName="Diffuse intraventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404148006" and @displayName="Diffuse large B-cell lymphoma (nodal/systemic with skin involvement)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277616008" and @displayName="Diffuse low grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302842009" and @displayName="Diffuse malignant lymphoma - centroblastic ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277632006" and @displayName="Diffuse malignant lymphoma - centroblastic polymorphic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307624007" and @displayName="Diffuse malignant lymphoma - centroblastic-centrocytic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277628000" and @displayName="Diffuse malignant lymphoma - large cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277629008" and @displayName="Diffuse malignant lymphoma - large non-cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188674006" and @displayName="Diffuse malignant lymphoma - small non-cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188679001" and @displayName="Diffuse non-Hodgkins lymphoma undifferentiated (diffuse)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109966003" and @displayName="Diffuse non-Hodgkins lymphoma immunoblastic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109969005" and @displayName="Diffuse non-Hodgkins lymphoma large cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109965004" and @displayName="Diffuse non-Hodgkins lymphoma lymphoblastic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109968002" and @displayName="Diffuse non-Hodgkins lymphoma small cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109967007" and @displayName="Diffuse non-Hodgkins lymphoma small cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109964000" and @displayName="Diffuse non-Hodgkins lymphoma undifferentiated") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109962001" and @displayName="Diffuse non-Hodgkins lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.11" and @displayName="DiGeorge syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414024009" and @displayName="Disorder of coronary artery") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.83" and @displayName="DISPROPOR NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.83" and @displayName="DISPROPOR NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.83" and @displayName="DISPROPOR NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.81" and @displayName="DISPROPOR NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.81" and @displayName="DISPROPOR NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.81" and @displayName="DISPROPOR NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.80" and @displayName="DISPROPOR NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.80" and @displayName="DISPROPOR NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.80" and @displayName="DISPROPOR NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.93" and @displayName="DISPROPOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.93" and @displayName="DISPROPOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.93" and @displayName="DISPROPOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.91" and @displayName="DISPROPOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.91" and @displayName="DISPROPOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.91" and @displayName="DISPROPOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.90" and @displayName="DISPROPOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.90" and @displayName="DISPROPOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.90" and @displayName="DISPROPOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.12" and @displayName="DISRUPT C-SECT WND-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.12" and @displayName="DISRUPT C-SECT WND-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.12" and @displayName="DISRUPT C-SECT WND-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.10" and @displayName="DISRUPT C-SECT WND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.10" and @displayName="DISRUPT C-SECT WND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.10" and @displayName="DISRUPT C-SECT WND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.14" and @displayName="DISRUPT C-SECT WND-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.14" and @displayName="DISRUPT C-SECT WND-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.14" and @displayName="DISRUPT C-SECT WND-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.22" and @displayName="DISRUPT PERINEAL WND-DEL W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.22" and @displayName="DISRUPT PERINEAL WND-DEL W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.22" and @displayName="DISRUPT PERINEAL WND-DEL W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.20" and @displayName="DISRUPT PERINEAL WND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.20" and @displayName="DISRUPT PERINEAL WND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.20" and @displayName="DISRUPT PERINEAL WND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.24" and @displayName="DISRUPT PERINEAL WND-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.24" and @displayName="DISRUPT PERINEAL WND-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.24" and @displayName="DISRUPT PERINEAL WND-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70390005" and @displayName="Dissecting aneurysm of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="55560002" and @displayName="Disseminated herpes zoster") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.23" and @displayName="DMI W HYPEROSMO UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.23" and @displayName="DMI W HYPEROSMO UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.23" and @displayName="DMI W HYPEROSMO UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.21" and @displayName="DMI W HYPEROSOMO NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.21" and @displayName="DMI W HYPEROSOMO NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.21" and @displayName="DMI W HYPEROSOMO NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.11" and @displayName="DMI W KETOACID NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.11" and @displayName="DMI W KETOACID NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.11" and @displayName="DMI W KETOACID NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.13" and @displayName="DMI W KETOACID UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.13" and @displayName="DMI W KETOACID UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.13" and @displayName="DMI W KETOACID UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.61" and @displayName="DMI W NEURO MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.61" and @displayName="DMI W NEURO MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.61" and @displayName="DMI W NEURO MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.63" and @displayName="DMI W NEURO MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.63" and @displayName="DMI W NEURO MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.63" and @displayName="DMI W NEURO MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.51" and @displayName="DMI W OPHTH MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.51" and @displayName="DMI W OPHTH MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.51" and @displayName="DMI W OPHTH MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.53" and @displayName="DMI W OPHTH MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.53" and @displayName="DMI W OPHTH MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.53" and @displayName="DMI W OPHTH MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.31" and @displayName="DMI W OTH COMA NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.31" and @displayName="DMI W OTH COMA NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.31" and @displayName="DMI W OTH COMA NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.33" and @displayName="DMI W OTH COMA UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.33" and @displayName="DMI W OTH COMA UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.33" and @displayName="DMI W OTH COMA UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.81" and @displayName="DMI W OTH SPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.81" and @displayName="DMI W OTH SPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.81" and @displayName="DMI W OTH SPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.83" and @displayName="DMI W OTH SPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.83" and @displayName="DMI W OTH SPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.83" and @displayName="DMI W OTH SPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.71" and @displayName="DMI W PERIPH CIRC DISORDER NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.71" and @displayName="DMI W PERIPH CIRC DISORDER NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.71" and @displayName="DMI W PERIPH CIRC DISORDER NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.73" and @displayName="DMI W PERIPH CIRC DISORDER UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.73" and @displayName="DMI W PERIPH CIRC DISORDER UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.73" and @displayName="DMI W PERIPH CIRC DISORDER UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.41" and @displayName="DMI W RENAL MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.41" and @displayName="DMI W RENAL MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.41" and @displayName="DMI W RENAL MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.43" and @displayName="DMI W RENAL MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.43" and @displayName="DMI W RENAL MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.43" and @displayName="DMI W RENAL MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.91" and @displayName="DMI W UNSPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.91" and @displayName="DMI W UNSPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.91" and @displayName="DMI W UNSPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.93" and @displayName="DMI W UNSPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.93" and @displayName="DMI W UNSPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.93" and @displayName="DMI W UNSPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.01" and @displayName="DMI W/O CMP NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.01" and @displayName="DMI W/O CMP NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.01" and @displayName="DMI W/O CMP NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.03" and @displayName="DMI W/O CMP UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.03" and @displayName="DMI W/O CMP UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.03" and @displayName="DMI W/O CMP UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.20" and @displayName="DMII W HYPEROSMO NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.20" and @displayName="DMII W HYPEROSMO NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.20" and @displayName="DMII W HYPEROSMO NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.22" and @displayName="DMII W HYPEROSMO UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.22" and @displayName="DMII W HYPEROSMO UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.22" and @displayName="DMII W HYPEROSMO UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.10" and @displayName="DMII W KETOACID NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.10" and @displayName="DMII W KETOACID NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.10" and @displayName="DMII W KETOACID NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.12" and @displayName="DMII W KETOACID UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.12" and @displayName="DMII W KETOACID UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.12" and @displayName="DMII W KETOACID UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.60" and @displayName="DMII W NEURO MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.60" and @displayName="DMII W NEURO MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.60" and @displayName="DMII W NEURO MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.62" and @displayName="DMII W NEURO MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.62" and @displayName="DMII W NEURO MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.62" and @displayName="DMII W NEURO MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.50" and @displayName="DMII W OPHTH MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.50" and @displayName="DMII W OPHTH MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.50" and @displayName="DMII W OPHTH MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.52" and @displayName="DMII W OPHTH MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.52" and @displayName="DMII W OPHTH MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.52" and @displayName="DMII W OPHTH MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.30" and @displayName="DMII W OTH COMA NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.30" and @displayName="DMII W OTH COMA NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.30" and @displayName="DMII W OTH COMA NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.32" and @displayName="DMII W OTH COMA UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.32" and @displayName="DMII W OTH COMA UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.32" and @displayName="DMII W OTH COMA UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.80" and @displayName="DMII W OTH SPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.80" and @displayName="DMII W OTH SPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.80" and @displayName="DMII W OTH SPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.82" and @displayName="DMII W OTH SPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.82" and @displayName="DMII W OTH SPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.82" and @displayName="DMII W OTH SPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.70" and @displayName="DMII W PERIPH CIRC DISORDER NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.70" and @displayName="DMII W PERIPH CIRC DISORDER NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.70" and @displayName="DMII W PERIPH CIRC DISORDER NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.72" and @displayName="DMII W PERIPH CIRC DISORDER UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.72" and @displayName="DMII W PERIPH CIRC DISORDER UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.72" and @displayName="DMII W PERIPH CIRC DISORDER UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.42" and @displayName="DMII W RENAL MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.42" and @displayName="DMII W RENAL MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.42" and @displayName="DMII W RENAL MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.40" and @displayName="DMII W RENAL MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.40" and @displayName="DMII W RENAL MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.40" and @displayName="DMII W RENAL MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.90" and @displayName="DMII W UNSPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.90" and @displayName="DMII W UNSPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.90" and @displayName="DMII W UNSPEC MANIFEST NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.92" and @displayName="DMII W UNSPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.92" and @displayName="DMII W UNSPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.92" and @displayName="DMII W UNSPEC MANIFEST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.00" and @displayName="DMII W/O CMP NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.00" and @displayName="DMII W/O CMP NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.00" and @displayName="DMII W/O CMP NT ST UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.02" and @displayName="DMII W/O CMP UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.02" and @displayName="DMII W/O CMP UNCNTRLD") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="250.02" and @displayName="DMII W/O CMP UNCNTRLD") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228511006" and @displayName="Does not chew tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228491005" and @displayName="Does not use snuff") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194843003" and @displayName="Double coronary vessel disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="78459008" and @displayName="Double incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228312003" and @displayName="Drinks alcohol evenly through week") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408942001" and @displayName="Drug abuse prevention assessment") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.33" and @displayName="DRUG DEPEND IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.33" and @displayName="DRUG DEPEND IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.33" and @displayName="DRUG DEPEND IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.32" and @displayName="DRUG DEPEND IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.32" and @displayName="DRUG DEPEND IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.32" and @displayName="DRUG DEPEND IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.31" and @displayName="DRUG DEPEND IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.31" and @displayName="DRUG DEPEND IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.31" and @displayName="DRUG DEPEND IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.30" and @displayName="DRUG DEPEND IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.30" and @displayName="DRUG DEPEND IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.30" and @displayName="DRUG DEPEND IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.34" and @displayName="DRUG DEPEND IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.34" and @displayName="DRUG DEPEND IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.34" and @displayName="DRUG DEPEND IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93432008" and @displayName="Drug-induced asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="397841007" and @displayName="Drug-induced bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5368009" and @displayName="Drug-induced diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5368009" and @displayName="Drug-induced diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5368009" and @displayName="Drug-induced diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="234171009" and @displayName="Drug-induced hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253712002" and @displayName="Dual coronary orifice ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46109009" and @displayName="Dubendocardial ischemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="416704001" and @displayName="DXA scan contraindicated") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="416888009" and @displayName="DXA scan declined") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="417013004" and @displayName="DXA scan not indicated") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.21" and @displayName="EARLY ONSET DELIVERY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.21" and @displayName="EARLY ONSET DELIVERY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.21" and @displayName="EARLY ONSET DELIVERY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.20" and @displayName="EARLY ONSET DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.20" and @displayName="EARLY ONSET DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.20" and @displayName="EARLY ONSET DELIVERY-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426627000" and @displayName="ECG: bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426177001" and @displayName="ECG: sinus bradycardia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.63" and @displayName="ECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.63" and @displayName="ECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.63" and @displayName="ECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.62" and @displayName="ECLAMPSIA-DELIVERED-W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.62" and @displayName="ECLAMPSIA-DELIVERED-W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.62" and @displayName="ECLAMPSIA-DELIVERED-W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.61" and @displayName="ECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.61" and @displayName="ECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.61" and @displayName="ECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.60" and @displayName="ECLAMPSIA-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.60" and @displayName="ECLAMPSIA-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.60" and @displayName="ECLAMPSIA-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.64" and @displayName="ECLAMPSIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.64" and @displayName="ECLAMPSIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.64" and @displayName="ECLAMPSIA-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="15938005" and @displayName="Eclampsia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.80" and @displayName="ECT PREG NEC W/O INT PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.80" and @displayName="ECT PREG NEC W/O INT PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.80" and @displayName="ECT PREG NEC W/O INT PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.90" and @displayName="ECT PREG NOS W/O INT PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.90" and @displayName="ECT PREG NOS W/O INT PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.90" and @displayName="ECT PREG NOS W/O INT PRG") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="406461004" and @displayName="Ectopic atrial beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233892002" and @displayName="Ectopic atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233895000" and @displayName="Ectopic atrioventricular node tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="33413000" and @displayName="Ectopic beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34801009" and @displayName="Ectopic pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34801009" and @displayName="Ectopic pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34801009" and @displayName="Ectopic pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29320008" and @displayName="Ectopic rhythm") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.91" and @displayName="ECTP PREG NOS W INT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.91" and @displayName="ECTP PREG NOS W INT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.91" and @displayName="ECTP PREG NOS W INT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.81" and @displayName="ECTPC PRG NEC W INT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.81" and @displayName="ECTPC PRG NEC W INT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.81" and @displayName="ECTPC PRG NEC W INT PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.13" and @displayName="EDEMA IN PREG W/O HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.13" and @displayName="EDEMA IN PREG W/O HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.13" and @displayName="EDEMA IN PREG W/O HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.12" and @displayName="EDEMA IN PREG W/O HYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.12" and @displayName="EDEMA IN PREG W/O HYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.12" and @displayName="EDEMA IN PREG W/O HYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.11" and @displayName="EDEMA IN PREG W/O HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.11" and @displayName="EDEMA IN PREG W/O HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.11" and @displayName="EDEMA IN PREG W/O HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.10" and @displayName="EDEMA IN PREG W/O HYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.10" and @displayName="EDEMA IN PREG W/O HYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.10" and @displayName="EDEMA IN PREG W/O HYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.14" and @displayName="EDEMA IN PREG W/O HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.14" and @displayName="EDEMA IN PREG W/O HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.14" and @displayName="EDEMA IN PREG W/O HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.63" and @displayName="ELDERLY MULTIGRAVDA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.63" and @displayName="ELDERLY MULTIGRAVDA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.63" and @displayName="ELDERLY MULTIGRAVDA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.61" and @displayName="ELDERLY MULTIGRAVIDA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.61" and @displayName="ELDERLY MULTIGRAVIDA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.61" and @displayName="ELDERLY MULTIGRAVIDA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.60" and @displayName="ELDERLY MULTIGRAVIDA-UNSEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.60" and @displayName="ELDERLY MULTIGRAVIDA-UNSEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.60" and @displayName="ELDERLY MULTIGRAVIDA-UNSEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.53" and @displayName="ELDERLY PRIMIGRAVIDA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.53" and @displayName="ELDERLY PRIMIGRAVIDA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.53" and @displayName="ELDERLY PRIMIGRAVIDA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.51" and @displayName="ELDERLY PRIMIGRAVIDA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.51" and @displayName="ELDERLY PRIMIGRAVIDA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.51" and @displayName="ELDERLY PRIMIGRAVIDA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.50" and @displayName="ELDERLY PRIMIGRAVIDA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.50" and @displayName="ELDERLY PRIMIGRAVIDA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.50" and @displayName="ELDERLY PRIMIGRAVIDA-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29399001" and @displayName="Elderly primigravida") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29399001" and @displayName="Elderly primigravida") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29399001" and @displayName="Elderly primigravida") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="309809007" and @displayName="Electromechanical dissocation with successful resuscitation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="234172002" and @displayName="Electromechanical dissocation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="323.51" and @displayName="Encephalitis and encephalmyelitis following immunization procedures") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.01" and @displayName="Encephalomyelitis due to rubella") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="585.6" and @displayName="END STAGE RENAL DISEASE") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46177005" and @displayName="End stage renal disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.3" and @displayName="Endocardial fibroelastosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59997006" and @displayName="Endocrine hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.0" and @displayName="Endomyocardial fibrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277654008" and @displayName="Enteropathy-associated T-cell lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="307.6" and @displayName="Enuresis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.43" and @displayName="EPILEPSY-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.43" and @displayName="EPILEPSY-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.43" and @displayName="EPILEPSY-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.42" and @displayName="EPILEPSY-DELIVERED W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.42" and @displayName="EPILEPSY-DELIVERED W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.42" and @displayName="EPILEPSY-DELIVERED W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.41" and @displayName="EPILEPSY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.41" and @displayName="EPILEPSY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.41" and @displayName="EPILEPSY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.44" and @displayName="EPILEPSY-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.44" and @displayName="EPILEPSY-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.44" and @displayName="EPILEPSY-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.40" and @displayName="EPILEPSY-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.40" and @displayName="EPILEPSY-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.40" and @displayName="EPILEPSY-UNSPECIFIED") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60620005" and @displayName="Epsilon heavy chain disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426642002" and @displayName="Erthroleukemia FAB M6 in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93451002" and @displayName="Erthroleukemia FAB M6") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404114005" and @displayName="Erythrodermic mycosis fungoides") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="18416000" and @displayName="Essential hypertension complicating AND/OR reason for care during childbirth") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="78808002" and @displayName="Essential hypertension complicating AND/OR reason for care during pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9901000" and @displayName="Essential hypertension complicating AND/OR reason for care during puerperium (disorder)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="72022006" and @displayName="Essential hypertension in obsteric context") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59621000" and @displayName="Essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="266924008" and @displayName="Ex-heavy cigarette smoker (20-29 cigs/day)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8517006" and @displayName="Ex-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228493008" and @displayName="Ex-snuff user") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228513009" and @displayName="Ex-tobacco chewer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228503001" and @displayName="Ex-user of moist powdered tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="281239006" and @displayName="Exacerbation of asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425969006" and @displayName="Exacerbation of intermittent asthma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427354000" and @displayName="Exacerbation of persistent asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="423333008" and @displayName="Exanthem due to chicken pox") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428633000" and @displayName="Exanthem due to herpes zoster") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.63" and @displayName="EXCESS FETAL GROWTH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.63" and @displayName="EXCESS FETAL GROWTH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.63" and @displayName="EXCESS FETAL GROWTH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.61" and @displayName="EXCESS FETAL GROWTH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.61" and @displayName="EXCESS FETAL GROWTH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.61" and @displayName="EXCESS FETAL GROWTH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.60" and @displayName="EXCESS FETAL GROWTH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.60" and @displayName="EXCESS FETAL GROWTH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.60" and @displayName="EXCESS FETAL GROWTH-UNSPEC") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9451" and @displayName="EXERCISE CLASSES NON-PHYSICIAN PROVIDER PER SESSION") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9451" and @displayName="EXERCISE CLASSES NONPHYSICIAN PROVIDER") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V65.41" and @displayName="Exercise counseling") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31387002" and @displayName="Exercise-induced asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.81" and @displayName="EXERCSE IND BRONCHOSPASM") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429198000" and @displayName="Exertional hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429561008" and @displayName="Exertional hypotension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V56.0" and @displayName="EXTRACORPOREAL DIALYSIS ENCOUNTER") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188718006" and @displayName="Extramedullary plasmacytoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414166008" and @displayName="Extranodal NK/T-cell lymphoma nasal type") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.00" and @displayName="EXTRINSIC ASTHMA UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.02" and @displayName="EXTRINSIC ASTHMA W (AC) EXAC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.01" and @displayName="EXTRINSIC ASTHMA W STATUS ASTH") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233681001" and @displayName="Extrinsic asthma with asthma attack") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="91340006" and @displayName="Extrinsic asthma with status asthmaticus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="63088003" and @displayName="Extrinsic asthma without status asthmaticus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.43" and @displayName="FACE/BROW PRES-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.43" and @displayName="FACE/BROW PRES-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.43" and @displayName="FACE/BROW PRES-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.41" and @displayName="FACE/BROW PRESENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.41" and @displayName="FACE/BROW PRESENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.41" and @displayName="FACE/BROW PRESENT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.40" and @displayName="FACE/BROW PRESENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.40" and @displayName="FACE/BROW PRESENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.40" and @displayName="FACE/BROW PRESENT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.73" and @displayName="FAILED FORCEP/VAC EXT -ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.73" and @displayName="FAILED FORCEP/VAC EXT -ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.73" and @displayName="FAILED FORCEP/VAC EXT -ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.71" and @displayName="FAILED FORCEP/VAC EXT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.71" and @displayName="FAILED FORCEP/VAC EXT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.71" and @displayName="FAILED FORCEP/VAC EXT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.70" and @displayName="FAILED FORCEP/VAC EXT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.70" and @displayName="FAILED FORCEP/VAC EXT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.70" and @displayName="FAILED FORCEP/VAC EXT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.13" and @displayName="FAILED INDUCTION NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.13" and @displayName="FAILED INDUCTION NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.13" and @displayName="FAILED INDUCTION NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.11" and @displayName="FAILED INDUCTION NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.11" and @displayName="FAILED INDUCTION NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.11" and @displayName="FAILED INDUCTION NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.10" and @displayName="FAILED INDUCTION NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.10" and @displayName="FAILED INDUCTION NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.10" and @displayName="FAILED INDUCTION NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.03" and @displayName="FAILED MECH INDUCTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.03" and @displayName="FAILED MECH INDUCTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.03" and @displayName="FAILED MECH INDUCTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.01" and @displayName="FAILED MECH INDUCTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.01" and @displayName="FAILED MECH INDUCTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.01" and @displayName="FAILED MECH INDUCTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.00" and @displayName="FAILED MECH INDUCTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.00" and @displayName="FAILED MECH INDUCTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.00" and @displayName="FAILED MECH INDUCTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.63" and @displayName="FAILED TRIAL LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.63" and @displayName="FAILED TRIAL LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.63" and @displayName="FAILED TRIAL LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.61" and @displayName="FAILED TRIAL LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.61" and @displayName="FAILED TRIAL LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.61" and @displayName="FAILED TRIAL LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.60" and @displayName="FAILED TRIAL LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.60" and @displayName="FAILED TRIAL LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.60" and @displayName="FAILED TRIAL LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.23" and @displayName="FAMIL HEREDIT DIS AFF FETUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.23" and @displayName="FAMIL HEREDIT DIS AFF FETUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.23" and @displayName="FAMIL HEREDIT DIS AFF FETUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.21" and @displayName="FAMIL HEREDIT DIS AFF FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.21" and @displayName="FAMIL HEREDIT DIS AFF FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.21" and @displayName="FAMIL HEREDIT DIS AFF FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.20" and @displayName="FAMIL HEREDIT DIS AFF FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.20" and @displayName="FAMIL HEREDIT DIS AFF FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.20" and @displayName="FAMIL HEREDIT DIS AFF FETUS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233919006" and @displayName="Familial islate d complete right branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60241006" and @displayName="Female stress incontinence") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.83" and @displayName="FETAL ABN NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.83" and @displayName="FETAL ABN NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.83" and @displayName="FETAL ABN NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.81" and @displayName="FETAL ABN NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.81" and @displayName="FETAL ABN NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.81" and @displayName="FETAL ABN NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.80" and @displayName="FETAL ABN NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.80" and @displayName="FETAL ABN NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.80" and @displayName="FETAL ABN NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.93" and @displayName="FETAL ABN NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.93" and @displayName="FETAL ABN NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.93" and @displayName="FETAL ABN NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.91" and @displayName="FETAL ABN NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.91" and @displayName="FETAL ABN NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.91" and @displayName="FETAL ABN NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.90" and @displayName="FETAL ABN NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.90" and @displayName="FETAL ABN NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.90" and @displayName="FETAL ABN NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.13" and @displayName="FETAL CHROMOSO ABN-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.13" and @displayName="FETAL CHROMOSO ABN-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.13" and @displayName="FETAL CHROMOSO ABN-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.11" and @displayName="FETAL CHROMOSO ABN-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.11" and @displayName="FETAL CHROMOSO ABN-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.11" and @displayName="FETAL CHROMOSO ABN-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.10" and @displayName="FETAL CHROMOSO ABN-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.10" and @displayName="FETAL CHROMOSO ABN-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.10" and @displayName="FETAL CHROMOSO ABN-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.03" and @displayName="FETAL CNS MALFORM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.03" and @displayName="FETAL CNS MALFORM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.03" and @displayName="FETAL CNS MALFORM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.01" and @displayName="FETAL CNS MALFORM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.01" and @displayName="FETAL CNS MALFORM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.01" and @displayName="FETAL CNS MALFORM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.00" and @displayName="FETAL CNS MALFORM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.00" and @displayName="FETAL CNS MALFORM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.00" and @displayName="FETAL CNS MALFORM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.53" and @displayName="FETAL DAMG D/T DRUGS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.53" and @displayName="FETAL DAMG D/T DRUGS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.53" and @displayName="FETAL DAMG D/T DRUGS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.51" and @displayName="FETAL DAMG D/T DRUGS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.51" and @displayName="FETAL DAMG D/T DRUGS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.51" and @displayName="FETAL DAMG D/T DRUGS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.50" and @displayName="FETAL DAMG D/T DRUGS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.50" and @displayName="FETAL DAMG D/T DRUGS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.50" and @displayName="FETAL DAMG D/T DRUGS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.43" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.43" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.43" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.41" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.41" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.41" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.40" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.40" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.40" and @displayName="FETAL DAMG D/T OTH DIS IN MOM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.63" and @displayName="FETAL DAMG D/T RADIAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.63" and @displayName="FETAL DAMG D/T RADIAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.63" and @displayName="FETAL DAMG D/T RADIAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.61" and @displayName="FETAL DAMG D/T RADIAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.61" and @displayName="FETAL DAMG D/T RADIAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.61" and @displayName="FETAL DAMG D/T RADIAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.60" and @displayName="FETAL DAMG D/T RADIAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.60" and @displayName="FETAL DAMG D/T RADIAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.60" and @displayName="FETAL DAMG D/T RADIAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.33" and @displayName="FETAL DAMG D/T VIR IN MOM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.33" and @displayName="FETAL DAMG D/T VIR IN MOM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.33" and @displayName="FETAL DAMG D/T VIR IN MOM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.31" and @displayName="FETAL DAMG D/T VIR IN MOM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.31" and @displayName="FETAL DAMG D/T VIR IN MOM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.31" and @displayName="FETAL DAMG D/T VIR IN MOM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.30" and @displayName="FETAL DAMG D/T VIR IN MOM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.30" and @displayName="FETAL DAMG D/T VIR IN MOM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="655.30" and @displayName="FETAL DAMG D/T VIR IN MOM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.53" and @displayName="FETAL DISPROPOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.53" and @displayName="FETAL DISPROPOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.53" and @displayName="FETAL DISPROPOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.51" and @displayName="FETAL DISPROPOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.51" and @displayName="FETAL DISPROPOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.51" and @displayName="FETAL DISPROPOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.50" and @displayName="FETAL DISPROPOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.50" and @displayName="FETAL DISPROPOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.50" and @displayName="FETAL DISPROPOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.33" and @displayName="FETAL DISTRESS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.33" and @displayName="FETAL DISTRESS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.33" and @displayName="FETAL DISTRESS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.31" and @displayName="FETAL DISTRESS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.31" and @displayName="FETAL DISTRESS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.31" and @displayName="FETAL DISTRESS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.30" and @displayName="FETAL DISTRESS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.30" and @displayName="FETAL DISTRESS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.30" and @displayName="FETAL DISTRESS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.03" and @displayName="FETAL-MATERNAL HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.03" and @displayName="FETAL-MATERNAL HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.03" and @displayName="FETAL-MATERNAL HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.01" and @displayName="FETAL-MATERNAL HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.01" and @displayName="FETAL-MATERNAL HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.01" and @displayName="FETAL-MATERNAL HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.00" and @displayName="FETAL-MATERNAL HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.00" and @displayName="FETAL-MATERNAL HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.00" and @displayName="FETAL-MATERNAL HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.83" and @displayName="FETAL/PLAC PROB NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.83" and @displayName="FETAL/PLAC PROB NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.83" and @displayName="FETAL/PLAC PROB NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.81" and @displayName="FETAL/PLAC PROB NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.81" and @displayName="FETAL/PLAC PROB NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.81" and @displayName="FETAL/PLAC PROB NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.80" and @displayName="FETAL/PLAC PROB NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.80" and @displayName="FETAL/PLAC PROB NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.80" and @displayName="FETAL/PLAC PROB NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.93" and @displayName="FETAL/PLAC PROB NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.93" and @displayName="FETAL/PLAC PROB NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.93" and @displayName="FETAL/PLAC PROB NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.91" and @displayName="FETAL/PLAC PROB NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.91" and @displayName="FETAL/PLAC PROB NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.91" and @displayName="FETAL/PLAC PROB NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.90" and @displayName="FETAL/PLAC PROB NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.90" and @displayName="FETAL/PLAC PROB NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.90" and @displayName="FETAL/PLAC PROB NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.43" and @displayName="FETOPELVIC DISPROPOR-ANTEPARTUM CODN/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.43" and @displayName="FETOPELVIC DISPROPOR-ANTEPARTUM CODN/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.43" and @displayName="FETOPELVIC DISPROPOR-ANTEPARTUM CODN/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.41" and @displayName="FETOPELVIC DISPROPOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.41" and @displayName="FETOPELVIC DISPROPOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.41" and @displayName="FETOPELVIC DISPROPOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.40" and @displayName="FETOPELVIC DISPROPOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.40" and @displayName="FETOPELVIC DISPROPOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.40" and @displayName="FETOPELVIC DISPROPOR-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="40593004" and @displayName="Fibrillation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="2751001" and @displayName="Fibrocalculous pancreatic diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="2751001" and @displayName="Fibrocalculous pancreatic diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="2751001" and @displayName="Fibrocalculous pancreatic diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420663008" and @displayName="Finding of urinary incontinence occurrence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228273003" and @displayName="Finding relating to alcohol drinking behavior") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228499007" and @displayName="Finding relating to moist tobacco use") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228509002" and @displayName="Finding relating to tobacco chewing") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="270492004" and @displayName="First degree atrioventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13151001" and @displayName="Flax-dressers disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404147001" and @displayName="Follicular center B-cell lymphoma (nodal/systemic with skin involvement) ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277618009" and @displayName="Follicular low grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277641001" and @displayName="Follicular malignant lymphoma - large cell ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277624003" and @displayName="Follicular malignant lymphoma - mixed cell type") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277625002" and @displayName="Follicular malignant lymphoma - small cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404109006" and @displayName="Follicular mucinosis type mycosis fungoides") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="308121000" and @displayName="Follicular non-Hodgkins lymphoma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109972003" and @displayName="Follicular non-Hodgkins lymphoma large cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109971005" and @displayName="Follicular non-Hodgkins lymphoma mixed small cleaved cell and large cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109970006" and @displayName="Follicular non-Hodgkins lymphoma small cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188672005" and @displayName="Follicular non-Hodgkins mixed small cleaved and large cell lymphoma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="170795002" and @displayName="Follow-up obesity assessment") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.51" and @displayName="FORCEP/VAC EXT DELIVERY NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.51" and @displayName="FORCEP/VAC EXT DELIVERY NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.51" and @displayName="FORCEP/VAC EXT DELIVERY NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.50" and @displayName="FORCEP/VAC EXT DELIVERY NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.50" and @displayName="FORCEP/VAC EXT DELIVERY NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.50" and @displayName="FORCEP/VAC EXT DELIVERY NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="129847007" and @displayName="Functional urinary incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="440444007" and @displayName="Furcation lesion of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13640000" and @displayName="Fusion beats") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.63" and @displayName="GALACTORRHEA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.63" and @displayName="GALACTORRHEA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.63" and @displayName="GALACTORRHEA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.62" and @displayName="GALACTORRHEA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.62" and @displayName="GALACTORRHEA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.62" and @displayName="GALACTORRHEA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.61" and @displayName="GALACTORRHEA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.61" and @displayName="GALACTORRHEA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.61" and @displayName="GALACTORRHEA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.60" and @displayName="GALACTORRHEA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.60" and @displayName="GALACTORRHEA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.60" and @displayName="GALACTORRHEA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.64" and @displayName="GALACTORRHEA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.64" and @displayName="GALACTORRHEA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.64" and @displayName="GALACTORRHEA-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109984001" and @displayName="Gamma heavy chain disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422275004" and @displayName="Gangrene associated with diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422275004" and @displayName="Gangrene associated with diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422275004" and @displayName="Gangrene associated with diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276811008" and @displayName="Gastric lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.11" and @displayName="Geniculate herpes zoster") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="22220005" and @displayName="Genuine stress incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46894009" and @displayName="Gestational diabetes mellitus class A 2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46894009" and @displayName="Gestational diabetes mellitus class A 2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46894009" and @displayName="Gestational diabetes mellitus class A 2") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75022004" and @displayName="Gestational diabetes mellitus class A1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75022004" and @displayName="Gestational diabetes mellitus class A1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75022004" and @displayName="Gestational diabetes mellitus class A1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71546005" and @displayName="Gestational diabetes mellitus class B 1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71546005" and @displayName="Gestational diabetes mellitus class B 1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71546005" and @displayName="Gestational diabetes mellitus class B 1") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422155003" and @displayName="Gestational diabetes mellitus class B") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422155003" and @displayName="Gestational diabetes mellitus class B") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422155003" and @displayName="Gestational diabetes mellitus class B") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421389009" and @displayName="Gestational diabetes mellitus class C") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421389009" and @displayName="Gestational diabetes mellitus class C") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421389009" and @displayName="Gestational diabetes mellitus class C") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421443003" and @displayName="Gestational diabetes mellitus class D") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421443003" and @displayName="Gestational diabetes mellitus class D") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421443003" and @displayName="Gestational diabetes mellitus class D") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421223006" and @displayName="Gestational diabetes mellitus class F") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421223006" and @displayName="Gestational diabetes mellitus class F") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421223006" and @displayName="Gestational diabetes mellitus class F") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420491007" and @displayName="Gestational diabetes mellitus class H") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420491007" and @displayName="Gestational diabetes mellitus class H") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420491007" and @displayName="Gestational diabetes mellitus class H") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420989005" and @displayName="Gestational diabetes mellitus class R") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420989005" and @displayName="Gestational diabetes mellitus class R") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420989005" and @displayName="Gestational diabetes mellitus class R") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420738003" and @displayName="Gestational diabetes mellitus class T") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420738003" and @displayName="Gestational diabetes mellitus class T") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420738003" and @displayName="Gestational diabetes mellitus class T") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11687002" and @displayName="Gestational diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11687002" and @displayName="Gestational diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11687002" and @displayName="Gestational diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="308551004" and @displayName="Gestational hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236660009" and @displayName="Giggle incontinence of urine") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123800009" and @displayName="Goldblatt hypertension (disorder)") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.13" and @displayName="GONORRHEA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.13" and @displayName="GONORRHEA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.13" and @displayName="GONORRHEA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.12" and @displayName="GONORRHEA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.12" and @displayName="GONORRHEA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.12" and @displayName="GONORRHEA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.11" and @displayName="GONORRHEA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.11" and @displayName="GONORRHEA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.11" and @displayName="GONORRHEA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.10" and @displayName="GONORRHEA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.10" and @displayName="GONORRHEA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.10" and @displayName="GONORRHEA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.14" and @displayName="GONORRHEA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.14" and @displayName="GONORRHEA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.14" and @displayName="GONORRHEA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.50" and @displayName="Graft-versus-host disease unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.43" and @displayName="GRAND MULTIPARITY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.43" and @displayName="GRAND MULTIPARITY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.43" and @displayName="GRAND MULTIPARITY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.41" and @displayName="GRAND MULTIPARITY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.41" and @displayName="GRAND MULTIPARITY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.41" and @displayName="GRAND MULTIPARITY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.40" and @displayName="GRAND MULTIPARITY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.40" and @displayName="GRAND MULTIPARITY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.40" and @displayName="GRAND MULTIPARITY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.3" and @displayName="GRAND MULTIPARITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.5" and @displayName="GRAND MULTIPARITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.3" and @displayName="GRAND MULTIPARITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.5" and @displayName="GRAND MULTIPARITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.3" and @displayName="GRAND MULTIPARITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.5" and @displayName="GRAND MULTIPARITY") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404155008" and @displayName="Granulocytic sarcoma affecting skin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188738007" and @displayName="Granulocytic sarcoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404112009" and @displayName="Granulomatous mycosis fungoides") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.63" and @displayName="GU INFECTION IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.63" and @displayName="GU INFECTION IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.63" and @displayName="GU INFECTION IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.62" and @displayName="GU INFECTION IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.62" and @displayName="GU INFECTION IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.62" and @displayName="GU INFECTION IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.61" and @displayName="GU INFECTION IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.61" and @displayName="GU INFECTION IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.61" and @displayName="GU INFECTION IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.60" and @displayName="GU INFECTION IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.60" and @displayName="GU INFECTION IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.60" and @displayName="GU INFECTION IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.64" and @displayName="GU INFECTION IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.64" and @displayName="GU INFECTION IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.64" and @displayName="GU INFECTION IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="161466001" and @displayName="H/O: alcoholism") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="308065005" and @displayName="H/O: myocardial infarction in last year") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275905002" and @displayName="H/O: myocardial problem") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.33" and @displayName="HABITUAL ABORTER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.33" and @displayName="HABITUAL ABORTER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.33" and @displayName="HABITUAL ABORTER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.31" and @displayName="HABITUAL ABORTER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.31" and @displayName="HABITUAL ABORTER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.31" and @displayName="HABITUAL ABORTER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.30" and @displayName="HABITUAL ABORTER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.30" and @displayName="HABITUAL ABORTER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.30" and @displayName="HABITUAL ABORTER-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118613001" and @displayName="Hairy cell leukemia (clinical)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93151007" and @displayName="Hairy cell leukemia of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277568007" and @displayName="Hairy cell leukemia variant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230088007" and @displayName="Hard liquor intake") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="67415000" and @displayName="Hay asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233683003" and @displayName="Hay fever with asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.6" and @displayName="Health examination in population surveys") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.6" and @displayName="Health examination in population surveys") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.6" and @displayName="Health examination in population surveys") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.6" and @displayName="Health examination in population surveys") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.5" and @displayName="Health examination of defined subpopulations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.5" and @displayName="Health examination of defined subpopulations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.5" and @displayName="Health examination of defined subpopulations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.5" and @displayName="Health examination of defined subpopulations") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233924009" and @displayName="Heart failure as a complication of care") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.9" and @displayName="HEART FAILURE NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="84114007" and @displayName="Heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="68979007" and @displayName="Heavy chain disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160605003" and @displayName="Heavy cigarette smoker (20-29 cigs/day)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230063004" and @displayName="Heavy cigarette smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="56771006" and @displayName="Heavy smoker (20 or more per day)") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.83" and @displayName="HEM EARLY PREG NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.83" and @displayName="HEM EARLY PREG NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.83" and @displayName="HEM EARLY PREG NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.81" and @displayName="HEM EARLY PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.81" and @displayName="HEM EARLY PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.81" and @displayName="HEM EARLY PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.80" and @displayName="HEM EARLY PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.80" and @displayName="HEM EARLY PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.80" and @displayName="HEM EARLY PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.93" and @displayName="HEM EARLY PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.93" and @displayName="HEM EARLY PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.93" and @displayName="HEM EARLY PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.91" and @displayName="HEM EARLY PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.91" and @displayName="HEM EARLY PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.91" and @displayName="HEM EARLY PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.90" and @displayName="HEM EARLY PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.90" and @displayName="HEM EARLY PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.90" and @displayName="HEM EARLY PREG NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408667000" and @displayName="Hemodialysis-associated hypotension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="458.21" and @displayName="HEMODODIALYSIS HYPOTENSN") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V02.61" and @displayName="Hepatitis B carrier") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="315058005" and @displayName="Hereditary nonpolyposis colon cancer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422471006" and @displayName="Herpes zoster acute retinal necrosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422127002" and @displayName="Herpes zoster associated with AIDS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="21954000" and @displayName="Herpes zoster auricularis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="410509003" and @displayName="Herpes zoster conjunctivitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424801004" and @displayName="Herpes zoster corneal endotheliolitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422666006" and @displayName="Herpes zoster corneal epitheliopathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.20" and @displayName="Herpes zoster dermatitis of eyelid") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="186525007" and @displayName="Herpes zoster dermatitis of eyelids") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="400020001" and @displayName="Herpes zoster dermatitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230176008" and @displayName="Herpes zoster encephalitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="235059009" and @displayName="Herpes zoster infection of oral mucosa") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426570007" and @displayName="Herpes zoster interstitial keratitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="402897003" and @displayName="Herpes zoster involving cervical dermatome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="402898008" and @displayName="Herpes zoster involving sacral dermatome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.22" and @displayName="Herpes zoster iridocyclitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10698009" and @displayName="Herpes zoster iridocyclitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="397573005" and @displayName="Herpes zoster keratitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.21" and @displayName="Herpes zoster keratoconjunctivitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42448002" and @displayName="Herpes zoster keratoconjunctivitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.14" and @displayName="Herpes zoster myelitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87513003" and @displayName="Herpes zoster ophthalmicus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424435009" and @displayName="Herpes zoster pseudodendrites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424941009" and @displayName="Herpes zoster radiculitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425356002" and @displayName="Herpes zoster retinal pigment epithelial detachment") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422446008" and @displayName="Herpes zoster subepithelial infiltrates") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49183009" and @displayName="Herpes zoster with complication") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.0" and @displayName="Herpes zoster with meningitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10491005" and @displayName="Herpes zoster with meningitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111861003" and @displayName="Herpes zoster with nervous system complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="186524006" and @displayName="Herpes zoster with ophthalmic complication") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.19" and @displayName="Herpes zoster with other nervous system complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.29" and @displayName="Herpes zoster with other ophthalmic complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.79" and @displayName="Herpes zoster with other specified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.8" and @displayName="Herpes zoster with unspecified complication") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.10" and @displayName="Herpes zoster with unspecified nervous system complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111859007" and @displayName="Herpes zoster without complication") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.9" and @displayName="Herpes zoster without mention of complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4740000" and @displayName="Herpes zoster") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277617004" and @displayName="High grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277643003" and @displayName="High grade T-cell lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.53" and @displayName="HIGH HEAD AT TERM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.53" and @displayName="HIGH HEAD AT TERM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.53" and @displayName="HIGH HEAD AT TERM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.51" and @displayName="HIGH HEAD AT TERM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.51" and @displayName="HIGH HEAD AT TERM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.51" and @displayName="HIGH HEAD AT TERM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.50" and @displayName="HIGH HEAD AT TERM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.50" and @displayName="HIGH HEAD AT TERM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.50" and @displayName="HIGH HEAD AT TERM-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10091002" and @displayName="High output heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="386322007" and @displayName="High risk pregnancy care") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="386322007" and @displayName="High risk pregnancy care") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="386322007" and @displayName="High risk pregnancy care") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="47200007" and @displayName="High risk pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="47200007" and @displayName="High risk pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="47200007" and @displayName="High risk pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.41" and @displayName="HIGH VAGINAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.41" and @displayName="HIGH VAGINAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.41" and @displayName="HIGH VAGINAL LAC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.40" and @displayName="HIGH VAGINAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.40" and @displayName="HIGH VAGINAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.40" and @displayName="HIGH VAGINAL LAC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.44" and @displayName="HIGH VAGINAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.44" and @displayName="HIGH VAGINAL LAC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.44" and @displayName="HIGH VAGINAL LAC-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="19769006" and @displayName="High-renin essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="161503005" and @displayName="History of - myocardial infarct at age greater than 60") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="161502000" and @displayName="History of - myocardial infarct at age less than 60") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="399211009" and @displayName="History of - myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429047008" and @displayName="History of adenomatous polyp of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="440935004" and @displayName="History of beta adrenergic recptor blocking agent therapy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427816007" and @displayName="History of colectomy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429699009" and @displayName="History of malignant neoplasm of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429084005" and @displayName="History of malignant neoplasm of rectum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428283002" and @displayName="History of polyp of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="186723002" and @displayName="HIV disease resulting in Burkitts lymphoma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118607005" and @displayName="Hodgkin lymphoma lymphocyte-rich ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118605002" and @displayName="Hodgkin lymphoma nodular lymphocyte predominance") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="402882001" and @displayName="Hodgkins disease affecting skin ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426071002" and @displayName="Hodgkins disease in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93528000" and @displayName="Hodgkins disease of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93520007" and @displayName="Hodgkins disease of intra-abdominal lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93521006" and @displayName="Hodgkins disease of intrapelvic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93522004" and @displayName="Hodgkins disease of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93523009" and @displayName="Hodgkins disease of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93524003" and @displayName="Hodgkins disease of lymph nodes of head face AND/OR neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93525002" and @displayName="Hodgkins disease of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93526001" and @displayName="Hodgkins disease of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93527005" and @displayName="Hodgkins disease of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.93" and @displayName="Hodgkins disease unspecified intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.96" and @displayName="Hodgkins disease unspecified intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.92" and @displayName="Hodgkins disease unspecified intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.98" and @displayName="Hodgkins disease unspecified lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.94" and @displayName="Hodgkins disease unspecified lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.91" and @displayName="Hodgkins disease unspecified lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.95" and @displayName="Hodgkins disease unspecified lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.97" and @displayName="Hodgkins disease unspecified spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.90" and @displayName="Hodgkins disease unspecified unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.43" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.46" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.42" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.48" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.44" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.41" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.45" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.47" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.40" and @displayName="Hodgkins disease with lymphocytic-histiocytic predominance of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.63" and @displayName="Hodgkins disease with mixed cellularity of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.66" and @displayName="Hodgkins disease with mixed cellularity of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.62" and @displayName="Hodgkins disease with mixed cellularity of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.68" and @displayName="Hodgkins disease with mixed cellularity of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.64" and @displayName="Hodgkins disease with mixed cellularity of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.61" and @displayName="Hodgkins disease with mixed cellularity of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.65" and @displayName="Hodgkins disease with mixed cellularity of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.67" and @displayName="Hodgkins disease with mixed cellularity of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.60" and @displayName="Hodgkins disease with mixed cellularity of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.53" and @displayName="Hodgkins disease with nodular sclerosis of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.56" and @displayName="Hodgkins disease with nodular sclerosis of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.52" and @displayName="Hodgkins disease with nodular sclerosis of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.58" and @displayName="Hodgkins disease with nodular sclerosis of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.54" and @displayName="Hodgkins disease with nodular sclerosis of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.51" and @displayName="Hodgkins disease with nodular sclerosis of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.55" and @displayName="Hodgkins disease with nodular sclerosis of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.57" and @displayName="Hodgkins disease with nodular sclerosis of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.50" and @displayName="Hodgkins disease with nodular sclerosis of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93492006" and @displayName="Hodgkins disease lymphocytic depletion of extranodal AND/OR solid organ site") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188587006" and @displayName="Hodgkins disease lymphocytic depletion of intra-abdominal lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188591001" and @displayName="Hodgkins disease lymphocytic depletion of intrapelvic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188586002" and @displayName="Hodgkins disease lymphocytic depletion of intrathoracic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188589009" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93487009" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188585003" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93488004" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of head face AND/OR neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426885008" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of head") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188590000" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93489007" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188593003" and @displayName="Hodgkins disease lymphocytic depletion of lymph nodes of multiple sites ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188592008" and @displayName="Hodgkins disease lymphocytic depletion of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307633009" and @displayName="Hodgkins disease lymphocytic depletion diffuse fibrosis ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307634003" and @displayName="Hodgkins disease lymphocytic depletion reticular type ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118610003" and @displayName="Hodgkins disease lymphocytic depletion") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277609007" and @displayName="Hodgkins disease lymphocytic predominance - diffuse") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277608004" and @displayName="Hodgkins disease lymphocytic predominance - nodular") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93501005" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93493001" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of intra-abdominal lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93494007" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93495008" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of intrathoracic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188558005" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93496009" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of axilla AND/OR upper limb ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188554007" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93497000" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of head face AND/OR neck ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188559002" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93498005" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of inguinal region AND/OR lower limb ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188562004" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93500006" and @displayName="Hodgkins disease lymphocytic-histiocytic predominance of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93510002" and @displayName="Hodgkins disease mixed cellularity of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188577007" and @displayName="Hodgkins disease mixed cellularity of intra-abdominal lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188580008" and @displayName="Hodgkins disease mixed cellularity of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188576003" and @displayName="Hodgkins disease mixed cellularity of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188578002" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93505001" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188575004" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93506000" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of head face AND/OR neck ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188579005" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93507009" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188582000" and @displayName="Hodgkins disease mixed cellularity of lymph nodes of multiple sites ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93509007" and @displayName="Hodgkins disease mixed cellularity of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118609008" and @displayName="Hodgkins disease mixed cellularity") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307635002" and @displayName="Hodgkins disease nodular sclerosis - cellular phase (disorder)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277612005" and @displayName="Hodgkins disease nodular sclerosis - lymphocytic depletion ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277610002" and @displayName="Hodgkins disease nodular sclerosis - lymphocytic predominance ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277611003" and @displayName="Hodgkins disease nodular sclerosis - mixed cellularity ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118608000" and @displayName="Hodgkins disease nodular sclerosis ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93519001" and @displayName="Hodgkins disease nodular sclerosis of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188567005" and @displayName="Hodgkins disease nodular sclerosis of intra-abdominal lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188570009" and @displayName="Hodgkins disease nodular sclerosis of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188566001" and @displayName="Hodgkins disease nodular sclerosis of intrathoracic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188568000" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93514006" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188565002" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93515007" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of head face AND/OR neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188569008" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93516008" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188572001" and @displayName="Hodgkins disease nodular sclerosis of lymph nodes of multiple sites ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93518009" and @displayName="Hodgkins disease nodular sclerosis of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118599009" and @displayName="Hodgkins disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.73" and @displayName="Hodgkins diseasse with lymphocytic depletion of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.76" and @displayName="Hodgkins diseasse with lymphocytic depletion of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.72" and @displayName="Hodgkins diseasse with lymphocytic depletion of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.78" and @displayName="Hodgkins diseasse with lymphocytic depletion of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.74" and @displayName="Hodgkins diseasse with lymphocytic depletion of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.71" and @displayName="Hodgkins diseasse with lymphocytic depletion of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.75" and @displayName="Hodgkins diseasse with lymphocytic depletion of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.77" and @displayName="Hodgkins diseasse with lymphocytic depletion of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.70" and @displayName="Hodgkins diseasse with lymphocytic depletion of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93537000" and @displayName="Hodgkins granuloma of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188536008" and @displayName="Hodgkins granuloma of intra-abdominal lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.13" and @displayName="Hodgkins granuloma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.16" and @displayName="Hodgkins granuloma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93530003" and @displayName="Hodgkins granuloma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.12" and @displayName="Hodgkins granuloma of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93531004" and @displayName="Hodgkins granuloma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.18" and @displayName="Hodgkins granuloma of lymph nodes multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188537004" and @displayName="Hodgkins granuloma of lymph nodes of axilla and upper limb ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.14" and @displayName="Hodgkins granuloma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93532006" and @displayName="Hodgkins granuloma of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.11" and @displayName="Hodgkins granuloma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188534006" and @displayName="Hodgkins granuloma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93533001" and @displayName="Hodgkins granuloma of lymph nodes of head face AND/OR neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188538009" and @displayName="Hodgkins granuloma of lymph nodes of inguinal region and lower limb ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.15" and @displayName="Hodgkins granuloma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93534007" and @displayName="Hodgkins granuloma of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188541000" and @displayName="Hodgkins granuloma of lymph nodes of multiple sites ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.17" and @displayName="Hodgkins granuloma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93536009" and @displayName="Hodgkins granuloma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.10" and @displayName="Hodgkins granuloma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118602004" and @displayName="Hodgkins granuloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93546006" and @displayName="Hodgkins paragranuloma of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188526000" and @displayName="Hodgkins paragranuloma of intra-abdominal lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.03" and @displayName="Hodgkins paragranuloma of intra-abdominal lympn nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188529007" and @displayName="Hodgkins paragranuloma of intrapelvic lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.06" and @displayName="Hodgkins paragranuloma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188524002" and @displayName="Hodgkins paragranuloma of intrathoracic lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.02" and @displayName="Hodgkins paragranuloma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.08" and @displayName="Hodgkins paragranuloma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.04" and @displayName="Hodgkins paragranuloma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93541001" and @displayName="Hodgkins paragranuloma of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.01" and @displayName="Hodgkins paragranuloma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93542008" and @displayName="Hodgkins paragranuloma of lymph nodes of head face AND/OR neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.05" and @displayName="Hodgkins paragranuloma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93543003" and @displayName="Hodgkins paragranuloma of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188531003" and @displayName="Hodgkins paragranuloma of lymph nodes of multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.07" and @displayName="Hodgkins paragranuloma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93545005" and @displayName="Hodgkins paragranuloma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.00" and @displayName="Hodgkins paragranuloma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118606001" and @displayName="Hodgkins sarcoma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93555009" and @displayName="Hodgkins sarcoma of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93547002" and @displayName="Hodgkins sarcoma of intra-abdominal lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.23" and @displayName="Hodgkins sarcoma of intra-abdominal lympn nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93548007" and @displayName="Hodgkins sarcoma of intrapelvic lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.26" and @displayName="Hodgkins sarcoma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93549004" and @displayName="Hodgkins sarcoma of intrathoracic lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.22" and @displayName="Hodgkins sarcoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.28" and @displayName="Hodgkins sarcoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.24" and @displayName="Hodgkins sarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188547001" and @displayName="Hodgkins sarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93550004" and @displayName="Hodgkins sarcoma of lymph nodes of axilla AND/OR upper limb ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.21" and @displayName="Hodgkins sarcoma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93551000" and @displayName="Hodgkins sarcoma of lymph nodes of head face AND/OR neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.25" and @displayName="Hodgkins sarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188548006" and @displayName="Hodgkins sarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93552007" and @displayName="Hodgkins sarcoma of lymph nodes of inguinal region AND/OR lower limb ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188551004" and @displayName="Hodgkins sarcoma of lymph nodes of multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.27" and @displayName="Hodgkins sarcoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93554008" and @displayName="Hodgkins sarcoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="201.20" and @displayName="Hodgkins sarcoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188561006" and @displayName="Hodgkins lymphocytic-histiocytic predominance of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123763000" and @displayName="Houssays syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123763000" and @displayName="Houssays syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123763000" and @displayName="Houssays syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="042" and @displayName="Human immunodeficiency virus [HIV] disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="410500004" and @displayName="Hutchinson`s sign") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V10.05" and @displayName="HX OF COLONIC MALIGNANCY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V15.03" and @displayName="HX OF IRRADIATION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V10.06" and @displayName="HX-RECTAL  and  ANAL MALIGN") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="630" and @displayName="HYDATIDIFORM MOLE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="630" and @displayName="HYDATIDIFORM MOLE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="630" and @displayName="HYDATIDIFORM MOLE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.63" and @displayName="HYDROCEPH FETUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.63" and @displayName="HYDROCEPH FETUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.63" and @displayName="HYDROCEPH FETUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.61" and @displayName="HYDROCEPH FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.61" and @displayName="HYDROCEPH FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.61" and @displayName="HYDROCEPH FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.60" and @displayName="HYDROCEPH FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.60" and @displayName="HYDROCEPH FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.60" and @displayName="HYDROCEPH FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.91" and @displayName="HYP HRT DIS NOS W HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.91" and @displayName="HYP HRT/REN DIS W HF ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.93" and @displayName="HYP HRT/REN DIS W HF and RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.92" and @displayName="HYP HRT/REN DIS W RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.93" and @displayName="HYP IN PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.93" and @displayName="HYP IN PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.93" and @displayName="HYP IN PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.92" and @displayName="HYP IN PREG NOS-DELIVERED- W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.92" and @displayName="HYP IN PREG NOS-DELIVERED- W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.92" and @displayName="HYP IN PREG NOS-DELIVERED- W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.91" and @displayName="HYP IN PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.91" and @displayName="HYP IN PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.91" and @displayName="HYP IN PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.90" and @displayName="HYP IN PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.90" and @displayName="HYP IN PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.90" and @displayName="HYP IN PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.94" and @displayName="HYP IN PREG NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.94" and @displayName="HYP IN PREG NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.94" and @displayName="HYP IN PREG NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.91" and @displayName="HYP REN DIS W RF") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="61933008" and @displayName="Hyperadrenergic postural hypotension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.13" and @displayName="HYPEREM GRAV W METAB DIS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.13" and @displayName="HYPEREM GRAV W METAB DIS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.13" and @displayName="HYPEREM GRAV W METAB DIS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.11" and @displayName="HYPEREM GRAV W METAB DIS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.11" and @displayName="HYPEREM GRAV W METAB DIS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.11" and @displayName="HYPEREM GRAV W METAB DIS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.10" and @displayName="HYPEREM GRAV W METAB DIS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.10" and @displayName="HYPEREM GRAV W METAB DIS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.10" and @displayName="HYPEREM GRAV W METAB DIS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="278189009" and @displayName="Hypergranular promyelocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428896009" and @displayName="Hyperosmolality due to uncontrolled type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428896009" and @displayName="Hyperosmolality due to uncontrolled type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428896009" and @displayName="Hyperosmolality due to uncontrolled type 1 diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237613005" and @displayName="Hyperproinsulinemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237613005" and @displayName="Hyperproinsulinemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237613005" and @displayName="Hyperproinsulinemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427889009" and @displayName="Hypertension associated with transplantation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198941007" and @displayName="Hypertension complicating pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="169465000" and @displayName="Hypertension induced by oral contraceptive pill") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194791005" and @displayName="Hypertension secondary to drug") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194788005" and @displayName="Hypertension secondary to endocrine disorder") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428575007" and @displayName="Hypertension secondary to kidney transplant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="26078007" and @displayName="Hypertension secondary to renal disease complicating AND/OR reason for care during childbirth") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="48552006" and @displayName="Hypertension secondary to renal disease complicating AND/OR reason for care during pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39727004" and @displayName="Hypertension secondary to renal disease complicating AND/OR reason for care during puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="397748008" and @displayName="Hypertension with albuminuria") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="367390009" and @displayName="Hypertension without albuminuria AND without edema in the obstetric context") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.00" and @displayName="Hypertensive chronic kidney disease malignant with chronic kidney disease stage I through stage IV or unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="50490005" and @displayName="Hypertensive encephalopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="62275004" and @displayName="Hypertensive episode") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.03" and @displayName="Hypertensive heart and chronic kidney disease malignant with heart failure and chronic kidney failure stage V or end stage renal disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.02" and @displayName="Hypertensive heart and chronic kidney disease malignant without heart failure and with chronic kidney disease stage V or end stage renal disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.00" and @displayName="Hypertensive heart and chronic kidney disease malignant without mention of heart failure and with chronic kidney disease stage I through stage IV or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.01" and @displayName="Hypertensive heart and kidney disease malignant with heart failure and with chronic kidney disease stage I through stage IV or unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="86234004" and @displayName="Hypertensive heart AND renal disease ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194779001" and @displayName="Hypertensive heart and renal disease with (congestive) heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194781004" and @displayName="Hypertensive heart and renal disease with both (congestive) heart failure and renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.13" and @displayName="Hypertensive heart and renal disease benign with heart failure and renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.11" and @displayName="Hypertensive heart and renal disease benign with heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.12" and @displayName="Hypertensive heart and renal disease benign with renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.10" and @displayName="Hypertensive heart and renal disease benign without mention of heart failure or renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.93" and @displayName="Hypertensive heart and renal disease unspecified with heart failure and renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.91" and @displayName="Hypertensive heart and renal disease unspecified with heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.92" and @displayName="Hypertensive heart and renal disease unspecified with renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.90" and @displayName="Hypertensive heart and renal disease unspecified without mention of heart failure or renal failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="5148006" and @displayName="Hypertensive heart disease with congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46113002" and @displayName="Hypertensive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194774006" and @displayName="Hypertensive renal disease with renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.11" and @displayName="Hypertensive renal disease benign with renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.10" and @displayName="Hypertensive renal disease benign without mention of renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.01" and @displayName="Hypertensive renal disease malignant with chronic kidney disease stage V or end stage renal disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.91" and @displayName="Hypertensive renal disease unspecified with renal failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.90" and @displayName="Hypertensive renal disease unspecified without mention of renal failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38481006" and @displayName="Hypertensive renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49220004" and @displayName="Hypertensive renal failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73030000" and @displayName="Hypertenvie renal disease in obsteric context") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.1" and @displayName="HYPERTR OBSTR CARDIOMYOP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233873004" and @displayName="Hypertrophic cardiomyopathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.1" and @displayName="Hypertrophic obstructive cardiomyopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="45227007" and @displayName="Hypertrophic obstructive cardiomyopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="86234004" and @displayName="Hypetensive heart AND renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70247006" and @displayName="Hypoadrenergic postural hypotension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.00" and @displayName="Hypogammaglobulinemia unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360546002" and @displayName="Hypoglycemic shock") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360546002" and @displayName="Hypoglycemic shock") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360546002" and @displayName="Hypoglycemic shock") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="458.8" and @displayName="HYPOTENSION NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="458.9" and @displayName="HYPOTENSION NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="458.29" and @displayName="IATROGENC HYPOTNSION NEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408668005" and @displayName="Iatrogenic hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69730002" and @displayName="Idiojunctional tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195506001" and @displayName="Idiopathic hypotension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.4" and @displayName="Idiosyncratic alcohol intoxication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285423008" and @displayName="IgA monoclonal gammopathy of uncertain significance ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285420006" and @displayName="IgA myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285428004" and @displayName="IgD monoclonal gammopathy of uncertain significance") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285422003" and @displayName="IgD myeloma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424643009" and @displayName="IgE-mediated allergic asthma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285424002" and @displayName="IgG monoclonal gammopathy of uncertain significance ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285421005" and @displayName="IgG myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285426000" and @displayName="IgM monoclonal gammopathy of uncertain significance") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.71" and @displayName="ILLEG AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.71" and @displayName="ILLEG AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.71" and @displayName="ILLEG AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.81" and @displayName="ILLEG AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.81" and @displayName="ILLEG AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.81" and @displayName="ILLEG AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.62" and @displayName="ILLEG AB W EMBOLISM-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.62" and @displayName="ILLEG AB W EMBOLISM-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.62" and @displayName="ILLEG AB W EMBOLISM-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.61" and @displayName="ILLEG AB W EMBOLISM-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.61" and @displayName="ILLEG AB W EMBOLISM-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.61" and @displayName="ILLEG AB W EMBOLISM-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.60" and @displayName="ILLEG AB W EMBOLISM-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.60" and @displayName="ILLEG AB W EMBOLISM-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.60" and @displayName="ILLEG AB W EMBOLISM-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.12" and @displayName="ILLEG AB W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.12" and @displayName="ILLEG AB W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.12" and @displayName="ILLEG AB W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.11" and @displayName="ILLEG AB W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.11" and @displayName="ILLEG AB W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.11" and @displayName="ILLEG AB W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.10" and @displayName="ILLEG AB W HEMORR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.10" and @displayName="ILLEG AB W HEMORR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.10" and @displayName="ILLEG AB W HEMORR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.42" and @displayName="ILLEG AB W MET DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.42" and @displayName="ILLEG AB W MET DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.42" and @displayName="ILLEG AB W MET DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.40" and @displayName="ILLEG AB W MET DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.40" and @displayName="ILLEG AB W MET DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.40" and @displayName="ILLEG AB W MET DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.41" and @displayName="ILLEG AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.41" and @displayName="ILLEG AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.41" and @displayName="ILLEG AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.21" and @displayName="ILLEG AB W PEL DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.21" and @displayName="ILLEG AB W PEL DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.21" and @displayName="ILLEG AB W PEL DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.22" and @displayName="ILLEG AB W PEL DAMG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.22" and @displayName="ILLEG AB W PEL DAMG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.22" and @displayName="ILLEG AB W PEL DAMG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.20" and @displayName="ILLEG AB W PEL DAMG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.20" and @displayName="ILLEG AB W PEL DAMG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.20" and @displayName="ILLEG AB W PEL DAMG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.02" and @displayName="ILLEG AB W PELV INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.02" and @displayName="ILLEG AB W PELV INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.02" and @displayName="ILLEG AB W PELV INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.01" and @displayName="ILLEG AB W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.01" and @displayName="ILLEG AB W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.01" and @displayName="ILLEG AB W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.00" and @displayName="ILLEG AB W PELV INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.00" and @displayName="ILLEG AB W PELV INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.00" and @displayName="ILLEG AB W PELV INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.32" and @displayName="ILLEG AB W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.32" and @displayName="ILLEG AB W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.32" and @displayName="ILLEG AB W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.31" and @displayName="ILLEG AB W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.31" and @displayName="ILLEG AB W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.31" and @displayName="ILLEG AB W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.30" and @displayName="ILLEG AB W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.30" and @displayName="ILLEG AB W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.30" and @displayName="ILLEG AB W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.92" and @displayName="ILLEG ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.92" and @displayName="ILLEG ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.92" and @displayName="ILLEG ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.91" and @displayName="ILLEG ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.91" and @displayName="ILLEG ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.91" and @displayName="ILLEG ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.90" and @displayName="ILLEG ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.90" and @displayName="ILLEG ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.90" and @displayName="ILLEG ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.52" and @displayName="ILLEG ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.52" and @displayName="ILLEG ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.52" and @displayName="ILLEG ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.51" and @displayName="ILLEG ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.51" and @displayName="ILLEG ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.51" and @displayName="ILLEG ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.50" and @displayName="ILLEG ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.50" and @displayName="ILLEG ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.50" and @displayName="ILLEG ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.72" and @displayName="ILLG AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.72" and @displayName="ILLG AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.72" and @displayName="ILLG AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.70" and @displayName="ILLG AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.70" and @displayName="ILLG AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.70" and @displayName="ILLG AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.82" and @displayName="ILLG AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.82" and @displayName="ILLG AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.82" and @displayName="ILLG AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.80" and @displayName="ILLG AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.80" and @displayName="ILLG AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="636.80" and @displayName="ILLG AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.12" and @displayName="IMMEDIATE P/P HEM NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.12" and @displayName="IMMEDIATE P/P HEM NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.12" and @displayName="IMMEDIATE P/P HEM NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.10" and @displayName="IMMEDIATE P/P HEM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.10" and @displayName="IMMEDIATE P/P HEM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.10" and @displayName="IMMEDIATE P/P HEM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.14" and @displayName="IMMEDIATE P/P HEM NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.14" and @displayName="IMMEDIATE P/P HEM NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.14" and @displayName="IMMEDIATE P/P HEM NEC-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421835000" and @displayName="Immunoblastic lymphoma associated with AIDS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.05" and @displayName="Immunodeficiency with increased IgM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.10" and @displayName="Immunodeficiency with predominant T-cell defect unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237282002" and @displayName="Impending eclpamsia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233894001" and @displayName="Incessant atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="77221000" and @displayName="Incomplete atrioventricular block with atrioventricular response") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251120003" and @displayName="Incomplete left bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251124007" and @displayName="Incomplete right bundle branch block") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.34" and @displayName="Incontinence without sensory awareness") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="441313008" and @displayName="Indolent multiple myeloma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.83" and @displayName="INFECT/PARA DIS IN PREG NEC-ANTEPARTUM COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.83" and @displayName="INFECT/PARA DIS IN PREG NEC-ANTEPARTUM COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.83" and @displayName="INFECT/PARA DIS IN PREG NEC-ANTEPARTUM COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.82" and @displayName="INFECT/PARA DIS IN PREG NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.82" and @displayName="INFECT/PARA DIS IN PREG NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.82" and @displayName="INFECT/PARA DIS IN PREG NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.81" and @displayName="INFECT/PARA DIS IN PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.81" and @displayName="INFECT/PARA DIS IN PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.81" and @displayName="INFECT/PARA DIS IN PREG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.80" and @displayName="INFECT/PARA DIS IN PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.80" and @displayName="INFECT/PARA DIS IN PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.80" and @displayName="INFECT/PARA DIS IN PREG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.84" and @displayName="INFECT/PARA DIS IN PREG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.84" and @displayName="INFECT/PARA DIS IN PREG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.84" and @displayName="INFECT/PARA DIS IN PREG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.03" and @displayName="INFECTION NIPPLE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.03" and @displayName="INFECTION NIPPLE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.03" and @displayName="INFECTION NIPPLE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.02" and @displayName="INFECTION NIPPLE-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.02" and @displayName="INFECTION NIPPLE-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.02" and @displayName="INFECTION NIPPLE-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.01" and @displayName="INFECTION NIPPLE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.01" and @displayName="INFECTION NIPPLE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.01" and @displayName="INFECTION NIPPLE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.00" and @displayName="INFECTION NIPPLE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.00" and @displayName="INFECTION NIPPLE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.00" and @displayName="INFECTION NIPPLE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.04" and @displayName="INFECTION NIPPLE-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.04" and @displayName="INFECTION NIPPLE-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.04" and @displayName="INFECTION NIPPLE-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.91" and @displayName="INFECTION NOS IN PREG -DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.91" and @displayName="INFECTION NOS IN PREG -DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.91" and @displayName="INFECTION NOS IN PREG -DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.93" and @displayName="INFECTION NOS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.93" and @displayName="INFECTION NOS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.93" and @displayName="INFECTION NOS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.92" and @displayName="INFECTION NOS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.92" and @displayName="INFECTION NOS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.92" and @displayName="INFECTION NOS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.90" and @displayName="INFECTION NOS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.90" and @displayName="INFECTION NOS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.90" and @displayName="INFECTION NOS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.94" and @displayName="INFECTION NOS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.94" and @displayName="INFECTION NOS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.94" and @displayName="INFECTION NOS IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390796006" and @displayName="INFLUENZA VACCINATION CONTRAINDICATED") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="315640000" and @displayName="INFLUENZA VACCINATION DECLINED") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="407573008" and @displayName="Influenza vaccination not indicated") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.23" and @displayName="INLET CONTRACTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.23" and @displayName="INLET CONTRACTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.23" and @displayName="INLET CONTRACTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.21" and @displayName="INLET CONTRACTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.21" and @displayName="INLET CONTRACTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.21" and @displayName="INLET CONTRACTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.20" and @displayName="INLET CONTRACTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.20" and @displayName="INLET CONTRACTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.20" and @displayName="INLET CONTRACTION-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="25106000" and @displayName="Inpending infarction") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.83" and @displayName="INSUFFICENT PRENATAL CARE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.83" and @displayName="INSUFFICENT PRENATAL CARE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.83" and @displayName="INSUFFICENT PRENATAL CARE") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408539000" and @displayName="Insulin autoimmune syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408539000" and @displayName="Insulin autoimmune syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408539000" and @displayName="Insulin autoimmune syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111558006" and @displayName="Insulin coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111558006" and @displayName="Insulin coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111558006" and @displayName="Insulin coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23045005" and @displayName="Insulin dependant diabetes mellitus type IA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23045005" and @displayName="Insulin dependant diabetes mellitus type IA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23045005" and @displayName="Insulin dependant diabetes mellitus type IA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28032008" and @displayName="Insulin dependant diabetes mellitus type IB") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28032008" and @displayName="Insulin dependant diabetes mellitus type IB") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28032008" and @displayName="Insulin dependant diabetes mellitus type IB") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237618001" and @displayName="Insulin-dependent diabetes mellitus secretory diarrhea syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237618001" and @displayName="Insulin-dependent diabetes mellitus secretory diarrhea syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237618001" and @displayName="Insulin-dependent diabetes mellitus secretory diarrhea syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9859006" and @displayName="Insulin-resistant diabetes mellitus AND acanthosis nigricans") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9859006" and @displayName="Insulin-resistant diabetes mellitus AND acanthosis nigricans") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9859006" and @displayName="Insulin-resistant diabetes mellitus AND acanthosis nigricans") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237599002" and @displayName="Insulin-treated non-insulin-dependent diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237599002" and @displayName="Insulin-treated non-insulin-dependent diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237599002" and @displayName="Insulin-treated non-insulin-dependent diabetes mellitus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="411.1" and @displayName="INTERMED CORONARY SYND") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285776004" and @displayName="Intermediate grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427603009" and @displayName="Intermittent asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251114004" and @displayName="Intermittent second degree atrioventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38274001" and @displayName="Interpolated PVCs") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360890004" and @displayName="Intolerant ex-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360929005" and @displayName="Intolerant non-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253715000" and @displayName="Intramural coronary artery course") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420788006" and @displayName="Intraocular non-Hodgkin malignant lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.43" and @displayName="INTRAUTERINE DEATH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.43" and @displayName="INTRAUTERINE DEATH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.43" and @displayName="INTRAUTERINE DEATH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.41" and @displayName="INTRAUTERINE DEATH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.41" and @displayName="INTRAUTERINE DEATH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.41" and @displayName="INTRAUTERINE DEATH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.40" and @displayName="INTRAUTERINE DEATH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.40" and @displayName="INTRAUTERINE DEATH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.40" and @displayName="INTRAUTERINE DEATH-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360127006" and @displayName="Intravenous cardiac pacemaker system") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="360128001" and @displayName="Intravenous triggered cardiac pacemaker system") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4554005" and @displayName="Intraventricular conduction defect") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.10" and @displayName="INTRINSIC ASTHMA UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.12" and @displayName="INTRINSIC ASTHMA W (AC) EXAC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="493.11" and @displayName="INTRINSIC ASTHMA W STATUS ASTH") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233685005" and @displayName="Intrinsic asthma with asthma attack") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59327009" and @displayName="Intrinsic asthma with status asthmaticus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="12428000" and @displayName="Intrinsic asthma without status asthmaticus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="266361008" and @displayName="Intrinsic asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.22" and @displayName="INVERSION UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.22" and @displayName="INVERSION UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.22" and @displayName="INVERSION UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.20" and @displayName="INVERSION UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.20" and @displayName="INVERSION UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.20" and @displayName="INVERSION UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.24" and @displayName="INVERSION UTERUS-WP/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.24" and @displayName="INVERSION UTERUS-WP/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.24" and @displayName="INVERSION UTERUS-WP/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="225566008" and @displayName="Ischemic chest pain") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201250006" and @displayName="Ischemic ulcer diabetic foot") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201250006" and @displayName="Ischemic ulcer diabetic foot") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201250006" and @displayName="Ischemic ulcer diabetic foot") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="47830009" and @displayName="Junctional escape beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251164006" and @displayName="Junctional premature complex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81681009" and @displayName="Juntional premature beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277587001" and @displayName="Juvenile chronic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414553000" and @displayName="Kappa light chain myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421750000" and @displayName="Ketoacidosis in type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421750000" and @displayName="Ketoacidosis in type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421750000" and @displayName="Ketoacidosis in type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421847006" and @displayName="Ketoacidotic coma in type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421847006" and @displayName="Ketoacidotic coma in type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421847006" and @displayName="Ketoacidotic coma in type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="311366001" and @displayName="Kimmelstiel-Wilson syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="311366001" and @displayName="Kimmelstiel-Wilson syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="311366001" and @displayName="Kimmelstiel-Wilson syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65518004" and @displayName="Labile disastolic hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371125006" and @displayName="Labile essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276789009" and @displayName="Labile hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.31" and @displayName="LAC OF CERVIX-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.31" and @displayName="LAC OF CERVIX-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.31" and @displayName="LAC OF CERVIX-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.30" and @displayName="LAC OF CERVIX-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.30" and @displayName="LAC OF CERVIX-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.30" and @displayName="LAC OF CERVIX-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.34" and @displayName="LAC OF CERVIX-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.34" and @displayName="LAC OF CERVIX-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.34" and @displayName="LAC OF CERVIX-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.43" and @displayName="LACTATION FAILURE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.43" and @displayName="LACTATION FAILURE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.43" and @displayName="LACTATION FAILURE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.42" and @displayName="LACTATION FAILURE-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.42" and @displayName="LACTATION FAILURE-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.42" and @displayName="LACTATION FAILURE-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.41" and @displayName="LACTATION FAILURE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.41" and @displayName="LACTATION FAILURE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.41" and @displayName="LACTATION FAILURE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.40" and @displayName="LACTATION FAILURE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.40" and @displayName="LACTATION FAILURE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.40" and @displayName="LACTATION FAILURE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.44" and @displayName="LACTATION FAILURE-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.44" and @displayName="LACTATION FAILURE-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.44" and @displayName="LACTATION FAILURE-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313427003" and @displayName="Lambda light chain myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277637000" and @displayName="Large cell anaplastic lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.73" and @displayName="Large cell lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.76" and @displayName="Large cell lymphoma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="441962003" and @displayName="Large cell lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.72" and @displayName="Large cell lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.78" and @displayName="Large cell lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.74" and @displayName="Large cell lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.71" and @displayName="Large cell lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.75" and @displayName="Large cell lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.77" and @displayName="Large cell lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.70" and @displayName="Large cell lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277569004" and @displayName="Large granular lymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233679003" and @displayName="Late onset asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.23" and @displayName="LATE VOMITING OF PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.23" and @displayName="LATE VOMITING OF PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.23" and @displayName="LATE VOMITING OF PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.21" and @displayName="LATE VOMITING OF PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.21" and @displayName="LATE VOMITING OF PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.21" and @displayName="LATE VOMITING OF PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.20" and @displayName="LATE VOMITING OF PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.20" and @displayName="LATE VOMITING OF PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.20" and @displayName="LATE VOMITING OF PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426875007" and @displayName="Latent autonimmune diabetes mellitus in adult") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426875007" and @displayName="Latent autonimmune diabetes mellitus in adult") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426875007" and @displayName="Latent autonimmune diabetes mellitus in adult") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253716004" and @displayName="Left anterior decending runs across right ventricular outflow tract") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28248000" and @displayName="Left anterior descending coronary artery thrombosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="37760005" and @displayName="Left anterior fascicular block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="63467002" and @displayName="Left bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4973001" and @displayName="Left bundle branch hemiblock") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123641001" and @displayName="Left coronary artery occlusion") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253729004" and @displayName="Left dominant coronary system") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.1" and @displayName="LEFT HEART FAILURE") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="85232009" and @displayName="Left heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371804009" and @displayName="Left main coronary artery disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195046004" and @displayName="Left main stem bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="62026008" and @displayName="Left posterior fascicular block") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.72" and @displayName="LEG AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.72" and @displayName="LEG AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.72" and @displayName="LEG AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.71" and @displayName="LEG AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.71" and @displayName="LEG AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.71" and @displayName="LEG AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.70" and @displayName="LEG AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.70" and @displayName="LEG AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.70" and @displayName="LEG AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.82" and @displayName="LEG AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.82" and @displayName="LEG AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.82" and @displayName="LEG AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.81" and @displayName="LEG AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.81" and @displayName="LEG AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.81" and @displayName="LEG AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.80" and @displayName="LEG AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.80" and @displayName="LEG AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.80" and @displayName="LEG AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.42" and @displayName="LEG AB W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.42" and @displayName="LEG AB W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.42" and @displayName="LEG AB W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.41" and @displayName="LEG AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.41" and @displayName="LEG AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.41" and @displayName="LEG AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.40" and @displayName="LEG AB W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.40" and @displayName="LEG AB W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.40" and @displayName="LEG AB W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.22" and @displayName="LEG AB W PELV DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.22" and @displayName="LEG AB W PELV DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.22" and @displayName="LEG AB W PELV DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.21" and @displayName="LEG AB W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.21" and @displayName="LEG AB W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.21" and @displayName="LEG AB W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.20" and @displayName="LEG AB W PELV DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.20" and @displayName="LEG AB W PELV DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.20" and @displayName="LEG AB W PELV DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.02" and @displayName="LEG ABOR W PELV INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.02" and @displayName="LEG ABOR W PELV INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.02" and @displayName="LEG ABOR W PELV INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.01" and @displayName="LEG ABOR W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.01" and @displayName="LEG ABOR W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.01" and @displayName="LEG ABOR W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.00" and @displayName="LEG ABOR W PELV INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.00" and @displayName="LEG ABOR W PELV INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.00" and @displayName="LEG ABOR W PELV INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.32" and @displayName="LEG ABOR W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.32" and @displayName="LEG ABOR W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.32" and @displayName="LEG ABOR W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.31" and @displayName="LEG ABOR W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.31" and @displayName="LEG ABOR W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.31" and @displayName="LEG ABOR W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.30" and @displayName="LEG ABOR W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.30" and @displayName="LEG ABOR W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.30" and @displayName="LEG ABOR W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.12" and @displayName="LEGAL ABOR W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.12" and @displayName="LEGAL ABOR W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.12" and @displayName="LEGAL ABOR W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.10" and @displayName="LEGAL ABOR W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.10" and @displayName="LEGAL ABOR W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.10" and @displayName="LEGAL ABOR W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.92" and @displayName="LEGAL ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.92" and @displayName="LEGAL ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.92" and @displayName="LEGAL ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.91" and @displayName="LEGAL ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.91" and @displayName="LEGAL ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.91" and @displayName="LEGAL ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.90" and @displayName="LEGAL ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.90" and @displayName="LEGAL ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.90" and @displayName="LEGAL ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.62" and @displayName="LEGAL ABORT W EMBOL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.62" and @displayName="LEGAL ABORT W EMBOL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.62" and @displayName="LEGAL ABORT W EMBOL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.61" and @displayName="LEGAL ABORT W EMBOL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.61" and @displayName="LEGAL ABORT W EMBOL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.61" and @displayName="LEGAL ABORT W EMBOL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.60" and @displayName="LEGAL ABORT W EMBOL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.60" and @displayName="LEGAL ABORT W EMBOL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.60" and @displayName="LEGAL ABORT W EMBOL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.11" and @displayName="LEGAL ABORT W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.11" and @displayName="LEGAL ABORT W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.11" and @displayName="LEGAL ABORT W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.52" and @displayName="LEGAL ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.52" and @displayName="LEGAL ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.52" and @displayName="LEGAL ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.51" and @displayName="LEGAL ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.51" and @displayName="LEGAL ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.51" and @displayName="LEGAL ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.50" and @displayName="LEGAL ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.50" and @displayName="LEGAL ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="635.50" and @displayName="LEGAL ABORT W SHOCK-UNSP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93130009" and @displayName="Lenegres disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="58961005" and @displayName="Lethal midline granuloma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.53" and @displayName="Letterer-Siwe disease of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.56" and @displayName="Letterer-Siwe disease of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.52" and @displayName="Letterer-Siwe disease of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.58" and @displayName="Letterer-Siwe disease of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.54" and @displayName="Letterer-Siwe disease of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.51" and @displayName="Letterer-Siwe disease of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.55" and @displayName="Letterer-Siwe disease of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.57" and @displayName="Letterer-Siwe disease of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.50" and @displayName="Letterer-Siwe disease of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93143009" and @displayName="Leukemia ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93142004" and @displayName="Leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404122003" and @displayName="Leukemic infiltration of skin (chronic T-cell lymphocytic leukemia)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404124002" and @displayName="Leukemic infiltration of skin (T-cell lymphoblastic leukemia)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404123008" and @displayName="Leukemic infiltration of skin (T-cell prolymphocytic leukemia)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404152006" and @displayName="Leukemic infiltration of skin in acute myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404153001" and @displayName="Leukemic infiltration of skin in chronic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404139001" and @displayName="Leukemic infiltration of skin in hairy cell leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404154007" and @displayName="Leukemic infiltration of skin in monocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404151004" and @displayName="Leukemic infiltration of skin in myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93152000" and @displayName="Leukemic reticuloendotheliosis of extranodal AND/OR solid organ site") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93144003" and @displayName="Leukemic reticuloendotheliosis of intra-abdominal lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.43" and @displayName="Leukemic reticuloendotheliosis of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.46" and @displayName="Leukemic reticuloendotheliosis of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93145002" and @displayName="Leukemic reticuloendotheliosis of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.42" and @displayName="Leukemic reticuloendotheliosis of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93146001" and @displayName="Leukemic reticuloendotheliosis of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.48" and @displayName="Leukemic reticuloendotheliosis of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.44" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188648000" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93147005" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.41" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188645002" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93148000" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of head face AND/OR neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.45" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188649008" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93149008" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93150008" and @displayName="Leukemic reticuloendotheliosis of lymph nodes of multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.47" and @displayName="Leukemic reticuloendotheliosis of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188651007" and @displayName="Leukemic reticuloendotheliosis of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.40" and @displayName="Leukemic reticuloendotheliosis of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="283645003" and @displayName="Levs syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285430002" and @displayName="Light chain monoclonal gammopathy of uncertain significance ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277579002" and @displayName="Light chain myeloma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160603005" and @displayName="Light cigarette smoker (1-9 cigs/day)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230060001" and @displayName="Light cigarette smoker") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.73" and @displayName="LIVER DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.73" and @displayName="LIVER DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.73" and @displayName="LIVER DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.71" and @displayName="LIVER DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.71" and @displayName="LIVER DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.71" and @displayName="LIVER DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.70" and @displayName="LIVER DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.70" and @displayName="LIVER DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.70" and @displayName="LIVER DIS IN PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314965007" and @displayName="Local recurrence of malignant tumor of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404120006" and @displayName="Localized pagetoid reticulosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.53" and @displayName="LOCKED TWINS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.53" and @displayName="LOCKED TWINS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.53" and @displayName="LOCKED TWINS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.51" and @displayName="LOCKED TWINS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.51" and @displayName="LOCKED TWINS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.51" and @displayName="LOCKED TWINS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.50" and @displayName="LOCKED TWINS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.50" and @displayName="LOCKED TWINS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.50" and @displayName="LOCKED TWINS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9651007" and @displayName="Long QT syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="271870002" and @displayName="Low blood pressure reading") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="45007003" and @displayName="Low blood pressure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277615007" and @displayName="Low grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277642008" and @displayName="Low grade T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="25544003" and @displayName="Low output heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46481004" and @displayName="Low-renin essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="55475008" and @displayName="Lown-Ganong-Levine syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240471009" and @displayName="Lumbar herpes zoster infection") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188725004" and @displayName="Lymhoid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109976000" and @displayName="Lymphoepithelioid lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93169003" and @displayName="Lymphoid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276815004" and @displayName="Lymphoma of intestine") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236513009" and @displayName="Lymphoma of kidney") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="232075002" and @displayName="Lymphoma of retina") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422853008" and @displayName="Lymphoma of retroperitoneal space") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277570003" and @displayName="Lymphoma with spill") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404103007" and @displayName="Lymphomatoid papulosis type A (CD-30 positive type)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404104001" and @displayName="Lymphomatoid papulosis type B - mycosis fungoides-like") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404105000" and @displayName="Lymphomatoid papulosis type C (anaplastic large-cell lymphoma-like) ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404106004" and @displayName="Lymphomatoid papulosis with Hodgkins disease ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404111002" and @displayName="Lymphomatoid papulosis-associated mycosis fungoides") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31047003" and @displayName="Lymphomatoid papulosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277606000" and @displayName="Lymphoreticular tumor") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188487008" and @displayName="Lymphosarcoma and reticulosarcoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188502002" and @displayName="Lymphosarcoma of intra-abdominal lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.13" and @displayName="Lymphosarcoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.16" and @displayName="Lymphosarcoma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188505000" and @displayName="Lymphosarcoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.12" and @displayName="Lymphosarcoma of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188501009" and @displayName="Lymphosarcoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.18" and @displayName="Lymphosarcoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.14" and @displayName="Lymphosarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188503007" and @displayName="Lymphosarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.11" and @displayName="Lymphosarcoma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188500005" and @displayName="Lymphosarcoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.15" and @displayName="Lymphosarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188504001" and @displayName="Lymphosarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188507008" and @displayName="Lymphosarcoma of lymph nodes of multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.17" and @displayName="Lymphosarcoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188506004" and @displayName="Lymphosarcoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.10" and @displayName="Lymphosarcoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188498009" and @displayName="Lymphosarcoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.82" and @displayName="Maj prp inf NEC-dl w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.82" and @displayName="Maj prp inf NEC-dl w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.82" and @displayName="Maj prp inf NEC-dl w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.80" and @displayName="Maj prp infec NEC-unspec") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.80" and @displayName="Maj prp infec NEC-unspec") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.80" and @displayName="Maj prp infec NEC-unspec") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.84" and @displayName="Maj puerp infec NEC-p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.84" and @displayName="Maj puerp infec NEC-p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.84" and @displayName="Maj puerp infec NEC-p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.02" and @displayName="MAJOR PUERP INFECTION-DELIVERED P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.02" and @displayName="MAJOR PUERP INFECTION-DELIVERED P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.02" and @displayName="MAJOR PUERP INFECTION-DELIVERED P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.04" and @displayName="MAJOR PUERP INFECTION-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.04" and @displayName="MAJOR PUERP INFECTION-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.04" and @displayName="MAJOR PUERP INFECTION-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.00" and @displayName="MAJOR PUERP INFECTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.00" and @displayName="MAJOR PUERP INFECTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.00" and @displayName="MAJOR PUERP INFECTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.01" and @displayName="MAL HYP HRT DIS W HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.01" and @displayName="MAL HYP HRT/REN DIS W HF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.03" and @displayName="MAL HYP HRT/REN DIS W HF and RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.93" and @displayName="MAL HYP HRT/REN DIS W HF and RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.03" and @displayName="MAL HYP HRT/REN DIS W HF and RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="404.02" and @displayName="MAL HYP HRT/REN DIS W RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="403.01" and @displayName="MAL HYP REN DIS W RF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.2" and @displayName="MAL NEO DESCEND COLON") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.0" and @displayName="MAL NEO HEPATIC FLEXURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="154.0" and @displayName="MAL NEO RECTOSIGMOID JCT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.3" and @displayName="MAL NEO SIGMOID COLON") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.7" and @displayName="MAL NEO SPLENIC FLEXURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.1" and @displayName="MAL NEO TRANSVERSE COLON") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.43" and @displayName="MALARIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.43" and @displayName="MALARIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.43" and @displayName="MALARIA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.42" and @displayName="MALARIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.42" and @displayName="MALARIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.42" and @displayName="MALARIA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.41" and @displayName="MALARIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.41" and @displayName="MALARIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.41" and @displayName="MALARIA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.40" and @displayName="MALARIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.40" and @displayName="MALARIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.40" and @displayName="MALARIA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.44" and @displayName="MALARIA INPREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.44" and @displayName="MALARIA INPREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.44" and @displayName="MALARIA INPREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.6" and @displayName="MALIG NEO ASCEND COLON") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="401.0" and @displayName="Malignant essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="78975002" and @displayName="Malignant essential hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.33" and @displayName="Malignant histlocytosis of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.36" and @displayName="Malignant histlocytosis of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.32" and @displayName="Malignant histlocytosis of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.38" and @displayName="Malignant histlocytosis of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.34" and @displayName="Malignant histlocytosis of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.31" and @displayName="Malignant histlocytosis of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.35" and @displayName="Malignant histlocytosis of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.37" and @displayName="Malignant histlocytosis of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.30" and @displayName="Malignant histlocytosis of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10562009" and @displayName="Malignant hypertension complicating AND/OR reason for care during childbirth") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29259002" and @displayName="Malignant hypertension complicating AND/OR reason for care during pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23786008" and @displayName="Malignant hypertension complicating AND/OR reason for care during puerperium ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81626002" and @displayName="Malignant hypertension in obsteric context") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="111438007" and @displayName="Malignant hypertension secondary to renal disease in obsteric context") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="70272006" and @displayName="Malignant hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="83105008" and @displayName="Malignant hypertensive heart disease with congestive heart failure ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.01" and @displayName="Malignant hypertensive heart disease with heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.00" and @displayName="Malignant hypertensive heart disease without heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65443008" and @displayName="Malignant hypertensive renal disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307625008" and @displayName="Malignant lymphoma - centrocytic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="274905008" and @displayName="Malignant lymphoma - lymphocytic intermediate differentiation ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307623001" and @displayName="Malignant lymphoma - lymphoplasmacytic ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188676008" and @displayName="Malignant lymphoma - mixed small and large cell ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188675007" and @displayName="Malignant lymphoma - small cleaved cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302841002" and @displayName="Malignant lymphoma - small lymphocytic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427141003" and @displayName="Malignant lymphoma in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93194002" and @displayName="Malignant lymphoma of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="278052009" and @displayName="Malignant lymphoma of breast") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93199007" and @displayName="Malignant lymphoma of extranodal AND/OR solid organ site") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93191005" and @displayName="Malignant lymphoma of intra-abdominal lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93192003" and @displayName="Malignant lymphoma of intrapelvic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93193008" and @displayName="Malignant lymphoma of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93195001" and @displayName="Malignant lymphoma of lymph nodes of head face AND/OR neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93196000" and @displayName="Malignant lymphoma of lymph nodes of inguinal region AND/OR lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93197009" and @displayName="Malignant lymphoma of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127220001" and @displayName="Malignant lymphoma of lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93198004" and @displayName="Malignant lymphoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277664004" and @displayName="Malignant lymphoma of testis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420519005" and @displayName="Malignant lymphoma of the eye region") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="278051002" and @displayName="Malignant lymphoma of thyroid gland") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307647008" and @displayName="Malignant lymphoma centroblastic type follicular") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307637005" and @displayName="Malignant lymphoma centroblastic-centrocytic follicular") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="303017006" and @displayName="Malignant lymphoma convoluted cell type") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="303056000" and @displayName="Malignant lymphoma follicular center cell cleaved") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="303057009" and @displayName="Malignant lymphoma follicular center cell non-cleaved") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="303055001" and @displayName="Malignant lymphoma follicular center cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371134001" and @displayName="Malignant lymphoma large cell polymorphous immunoblastic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307646004" and @displayName="Malignant lymphoma lymphocytic poorly differentiated nodular ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307636001" and @displayName="Malignant lymphoma mixed lymphocytic-histiocytic nodular") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118600007" and @displayName="Malignant lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.63" and @displayName="Malignant mast cell tumors of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.66" and @displayName="Malignant mast cell tumors of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.62" and @displayName="Malignant mast cell tumors of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.68" and @displayName="Malignant mast cell tumors of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.64" and @displayName="Malignant mast cell tumors of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.61" and @displayName="Malignant mast cell tumors of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.65" and @displayName="Malignant mast cell tumors of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.67" and @displayName="Malignant mast cell tumors of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.60" and @displayName="Malignant mast cell tumors of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.5" and @displayName="MALIGNANT NEO APPENDIX") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.8" and @displayName="MALIGNANT NEO COLON NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.9" and @displayName="MALIGNANT NEO COLON NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="154.1" and @displayName="MALIGNANT NEOPL RECTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="153.4" and @displayName="MALIGNANT NEOPLASM CECUM") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="187757001" and @displayName="Malignant neoplasm overlapping lesion of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="89242004" and @displayName="Malignant secondary hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194783001" and @displayName="Malignant secondary renovascular hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363411007" and @displayName="Malignant tumor of appendix") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363412000" and @displayName="Malignant tumor of ascending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363350007" and @displayName="Malignant tumor of cecum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363406005" and @displayName="Malignant tumor of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363409003" and @displayName="Malignant tumor of descending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363407001" and @displayName="Malignant tumor of hepatic flexure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363510005" and @displayName="Malignant tumor of large intestine") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="269475001" and @displayName="Malignant tumor of lymphoid hemopoietic and related tissue") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363414004" and @displayName="Malignant tumor of rectosigmoid junction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363351006" and @displayName="Malignant tumor of rectum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363410008" and @displayName="Malignant tumor of sigmoid colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363413005" and @displayName="Malignant tumor of splenic flexure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="363408006" and @displayName="Malignant tumor of transverse colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75524006" and @displayName="Malnutrition related diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75524006" and @displayName="Malnutrition related diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75524006" and @displayName="Malnutrition related diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237600004" and @displayName="Malnutrition-related diabetes mellitus - fibrocalculous") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237600004" and @displayName="Malnutrition-related diabetes mellitus - fibrocalculous") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237600004" and @displayName="Malnutrition-related diabetes mellitus - fibrocalculous") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190406000" and @displayName="Malnutrition-related diabetes mellitus with ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190406000" and @displayName="Malnutrition-related diabetes mellitus with ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190406000" and @displayName="Malnutrition-related diabetes mellitus with ketoacidosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190411003" and @displayName="Malnutrition-related diabetes mellitus with muliple complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190411003" and @displayName="Malnutrition-related diabetes mellitus with muliple complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190411003" and @displayName="Malnutrition-related diabetes mellitus with muliple complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190410002" and @displayName="Malnutrition-related diabetes mellitus with peripheral circulatory complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190410002" and @displayName="Malnutrition-related diabetes mellitus with peripheral circulatory complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190410002" and @displayName="Malnutrition-related diabetes mellitus with peripheral circulatory complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190407009" and @displayName="Malnutrition-related diabetes mellitus with renal complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190407009" and @displayName="Malnutrition-related diabetes mellitus with renal complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190407009" and @displayName="Malnutrition-related diabetes mellitus with renal complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190412005" and @displayName="Malnutrition-related diabetes mellitus without compliations") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190412005" and @displayName="Malnutrition-related diabetes mellitus without compliations") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190412005" and @displayName="Malnutrition-related diabetes mellitus without compliations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.83" and @displayName="MALPOSITION NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.83" and @displayName="MALPOSITION NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.83" and @displayName="MALPOSITION NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.81" and @displayName="MALPOSITION NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.81" and @displayName="MALPOSITION NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.81" and @displayName="MALPOSITION NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.80" and @displayName="MALPOSITION NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.80" and @displayName="MALPOSITION NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.80" and @displayName="MALPOSITION NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.93" and @displayName="MALPOSITION NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.93" and @displayName="MALPOSITION NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.93" and @displayName="MALPOSITION NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.91" and @displayName="MALPOSITION NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.91" and @displayName="MALPOSITION NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.91" and @displayName="MALPOSITION NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.90" and @displayName="MALPOSITION NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.90" and @displayName="MALPOSITION NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.90" and @displayName="MALPOSITION NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240473007" and @displayName="Mandibular herpes zoster infection") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404150003" and @displayName="Mantle cell B-cell lymphoma (nodal/systemic with skin involvement)") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.43" and @displayName="Mantle cell lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.46" and @displayName="Mantle cell lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.42" and @displayName="Mantle cell lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.48" and @displayName="Mantle cell lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.44" and @displayName="Mantle cell lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.41" and @displayName="Mantle cell lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.45" and @displayName="Mantle cell lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.47" and @displayName="Mantle cell lymphoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="441559006" and @displayName="Mantle cell lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.40" and @displayName="Mantle cell lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.33" and @displayName="Marginal zone lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.36" and @displayName="Marginal zone lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.32" and @displayName="Marginal zone lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.38" and @displayName="Marginal zone lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.34" and @displayName="Marginal zone lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.31" and @displayName="Marginal zone lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.35" and @displayName="Marginal zone lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.37" and @displayName="Marginal zone lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.30" and @displayName="Marginal zone lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251152003" and @displayName="Marked sinus arrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="110002002" and @displayName="Mast cell leukemia (clinical)") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.20" and @displayName="MASTITIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.20" and @displayName="MASTITIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.20" and @displayName="MASTITIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.23" and @displayName="MASTITIS-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.23" and @displayName="MASTITIS-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.23" and @displayName="MASTITIS-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.22" and @displayName="MASTITIS-IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.22" and @displayName="MASTITIS-IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.22" and @displayName="MASTITIS-IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.21" and @displayName="MASTITIS-IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.21" and @displayName="MASTITIS-IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.21" and @displayName="MASTITIS-IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.24" and @displayName="MASTITIS-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.24" and @displayName="MASTITIS-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="675.24" and @displayName="MASTITIS-IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="169942003" and @displayName="Maternal alcohol abuse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.02" and @displayName="MATERNAL DISTRESS IN LAB/DEL DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.02" and @displayName="MATERNAL DISTRESS IN LAB/DEL DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.02" and @displayName="MATERNAL DISTRESS IN LAB/DEL DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.03" and @displayName="MATERNAL DISTRESS IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.03" and @displayName="MATERNAL DISTRESS IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.03" and @displayName="MATERNAL DISTRESS IN LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.01" and @displayName="MATERNAL DISTRESS IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.01" and @displayName="MATERNAL DISTRESS IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.01" and @displayName="MATERNAL DISTRESS IN LAB/DEL-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.04" and @displayName="MATERNAL DISTRESS IN LAB/DEL-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.04" and @displayName="MATERNAL DISTRESS IN LAB/DEL-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.04" and @displayName="MATERNAL DISTRESS IN LAB/DEL-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.00" and @displayName="MATERNAL DISTRESS IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.00" and @displayName="MATERNAL DISTRESS IN LAB/DEL-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.00" and @displayName="MATERNAL DISTRESS IN LAB/DEL-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="288250001" and @displayName="Maternal hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="200113008" and @displayName="Maternal hypotension syndrome with antenatal problem") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="200114002" and @displayName="Maternal hypotension syndrome with postnatal problem") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="88887003" and @displayName="Maternal hypotension syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.23" and @displayName="MATERNAL HYPOTENTION SYN-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.23" and @displayName="MATERNAL HYPOTENTION SYN-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.23" and @displayName="MATERNAL HYPOTENTION SYN-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.22" and @displayName="MATERNAL HYPOTENTION SYN-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.22" and @displayName="MATERNAL HYPOTENTION SYN-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.22" and @displayName="MATERNAL HYPOTENTION SYN-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.21" and @displayName="MATERNAL HYPOTENTION SYN-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.21" and @displayName="MATERNAL HYPOTENTION SYN-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.21" and @displayName="MATERNAL HYPOTENTION SYN-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.20" and @displayName="MATERNAL HYPOTENTION SYN-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.20" and @displayName="MATERNAL HYPOTENTION SYN-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.20" and @displayName="MATERNAL HYPOTENTION SYN-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.24" and @displayName="MATERNAL HYPOTENTION SYN-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.24" and @displayName="MATERNAL HYPOTENTION SYN-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.24" and @displayName="MATERNAL HYPOTENTION SYN-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="169940006" and @displayName="Maternal tobacco abuse") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421418009" and @displayName="Mature T-cell AND/OR NK cell neoplasm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28453007" and @displayName="Maturity onset diabetes mellitus in young") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28453007" and @displayName="Maturity onset diabetes mellitus in young") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28453007" and @displayName="Maturity onset diabetes mellitus in young") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240472002" and @displayName="Maxillary herpes zoster infection") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.9" and @displayName="Mealses without mention of complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.71" and @displayName="Measles keratoconjunctivitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.79" and @displayName="Measles with other specified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.8" and @displayName="Measles with unspecified complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="213037002" and @displayName="Mechanical complication of coronary bypass") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G0270" and @displayName="MEDICAL NUTRITION THERAPY EACH 15 MIN GROUP") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G0271" and @displayName="MEDICAL NUTRITION THERAPY EACH 30 MIN INDV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.22" and @displayName="Megakaryocytic leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.21" and @displayName="Megakaryocytic leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94148006" and @displayName="Megakaryocytic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.20" and @displayName="Megakaryocytic leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188754005" and @displayName="Megakaryocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198624007" and @displayName="Membranous pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198624007" and @displayName="Membranous pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198624007" and @displayName="Membranous pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.43" and @displayName="MENTAL DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.43" and @displayName="MENTAL DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.43" and @displayName="MENTAL DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.42" and @displayName="MENTAL DIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.42" and @displayName="MENTAL DIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.42" and @displayName="MENTAL DIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.41" and @displayName="MENTAL DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.41" and @displayName="MENTAL DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.41" and @displayName="MENTAL DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.40" and @displayName="MENTAL DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.40" and @displayName="MENTAL DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.40" and @displayName="MENTAL DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.44" and @displayName="MENTAL DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.44" and @displayName="MENTAL DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.44" and @displayName="MENTAL DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198626009" and @displayName="Mesenteric pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198626009" and @displayName="Mesenteric pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198626009" and @displayName="Mesenteric pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60000008" and @displayName="Mesometric pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60000008" and @displayName="Mesometric pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60000008" and @displayName="Mesometric pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="285611007" and @displayName="Metastasis to colon of unknown primary") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="370218001" and @displayName="Mild asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.03" and @displayName="MILD HYPEREM GRAV-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.03" and @displayName="MILD HYPEREM GRAV-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.03" and @displayName="MILD HYPEREM GRAV-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.01" and @displayName="MILD HYPEREM GRAV-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.01" and @displayName="MILD HYPEREM GRAV-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.01" and @displayName="MILD HYPEREM GRAV-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.00" and @displayName="MILD HYPEREM GRAV-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.00" and @displayName="MILD HYPEREM GRAV-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.00" and @displayName="MILD HYPEREM GRAV-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427679007" and @displayName="Mild intermittent asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312903003" and @displayName="Mild non pro-liferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312903003" and @displayName="Mild non pro-liferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312903003" and @displayName="Mild non pro-liferative diabetic retinopathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.04" and @displayName="MILD NONPROLF DB RETNOPH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.04" and @displayName="MILD NONPROLF DB RETNOPH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.04" and @displayName="MILD NONPROLF DB RETNOPH") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426979002" and @displayName="Mild persistent asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="41114007" and @displayName="Mild pre-eclampsia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.43" and @displayName="MILD/NOS PREECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.43" and @displayName="MILD/NOS PREECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.43" and @displayName="MILD/NOS PREECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.42" and @displayName="MILD/NOS PREECLAMPSIA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.42" and @displayName="MILD/NOS PREECLAMPSIA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.42" and @displayName="MILD/NOS PREECLAMPSIA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.41" and @displayName="MILD/NOS PREECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.41" and @displayName="MILD/NOS PREECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.41" and @displayName="MILD/NOS PREECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.44" and @displayName="MILD/NOS PREECLAMPSIA-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.44" and @displayName="MILD/NOS PREECLAMPSIA-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.44" and @displayName="MILD/NOS PREECLAMPSIA-P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.40" and @displayName="MILD/NOS PREECLAMPSIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.40" and @displayName="MILD/NOS PREECLAMPSIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.40" and @displayName="MILD/NOS PREECLAMPSIA-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11641008" and @displayName="Millers asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251125008" and @displayName="Minor intraventricular conduction defect") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="632" and @displayName="MISSED ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="632" and @displayName="MISSED ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="632" and @displayName="MISSED ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="396.8" and @displayName="MITR/AORTIC MULT INVOLV") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194733006" and @displayName="Mitral and aortic stenosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="396.2" and @displayName="MITRAL INSUFF/AORTIC STENOSIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="396.0" and @displayName="MITRAL/AORTIC STENOSIS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195977004" and @displayName="Mixed asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94686001" and @displayName="Mixed cell type lymphosacroma of intra-abdominal lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94687005" and @displayName="Mixed cell type lymphosacroma of intrapelvic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94688000" and @displayName="Mixed cell type lymphosacroma of intrathoracic lymph nodes ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94690004" and @displayName="Mixed cell type lymphosacroma of lymph nodes of head face AND/OR neck ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201252003" and @displayName="Mixed diabetic ulcer - foot ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201252003" and @displayName="Mixed diabetic ulcer - foot ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201252003" and @displayName="Mixed diabetic ulcer - foot ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.33" and @displayName="Mixed incontinence (female) (male)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413343005" and @displayName="Mixed incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="54016002" and @displayName="Mobitz type I incomplete atrioventricular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28189009" and @displayName="Mobitz type II atrioventricular block ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.05" and @displayName="MOD NONPROLF DB RETNOPH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.05" and @displayName="MOD NONPROLF DB RETNOPH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.05" and @displayName="MOD NONPROLF DB RETNOPH") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312904009" and @displayName="Moderate nonproliferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312904009" and @displayName="Moderate nonproliferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312904009" and @displayName="Moderate nonproliferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="370219009" and @displayName="Moderate asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160604004" and @displayName="Moderate cigarette smoker (10-19 cigs/day)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230062009" and @displayName="Moderate cigarette smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427295004" and @displayName="Moderate persistent asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237281009" and @displayName="Moderate proteinuric hypertension of pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="56578002" and @displayName="Moderate smoker (20 or less per day)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44782008" and @displayName="Molar pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44782008" and @displayName="Molar pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44782008" and @displayName="Molar pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277577000" and @displayName="Monoclonal gammopathy of uncertain significance") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188744006" and @displayName="Monocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277623009" and @displayName="Monocytoid B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="2374000" and @displayName="Monofascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="61493004" and @displayName="Mu heavy chain disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414780005" and @displayName="Mucosa-associated lymphoid tissue (MALT) lymphoma of orbit") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277622004" and @displayName="Mucosa-associated lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.73" and @displayName="MUL GEST-FET REDUCT ANTE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.73" and @displayName="MUL GEST-FET REDUCT ANTE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.73" and @displayName="MUL GEST-FET REDUCT ANTE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.70" and @displayName="MUL GEST-FET REDUCT UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.70" and @displayName="MUL GEST-FET REDUCT UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.70" and @displayName="MUL GEST-FET REDUCT UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.63" and @displayName="MULT GEST MALPRES-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.63" and @displayName="MULT GEST MALPRES-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.63" and @displayName="MULT GEST MALPRES-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.61" and @displayName="MULT GEST MALPRES-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.61" and @displayName="MULT GEST MALPRES-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.61" and @displayName="MULT GEST MALPRES-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.60" and @displayName="MULT GEST MALPRES-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.60" and @displayName="MULT GEST MALPRES-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.60" and @displayName="MULT GEST MALPRES-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.91" and @displayName="MULT GEST NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.91" and @displayName="MULT GEST NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.91" and @displayName="MULT GEST NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.63" and @displayName="MULT GEST W FET LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.63" and @displayName="MULT GEST W FET LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.63" and @displayName="MULT GEST W FET LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.61" and @displayName="MULT GEST W FET LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.61" and @displayName="MULT GEST W FET LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.61" and @displayName="MULT GEST W FET LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.60" and @displayName="MULT GEST W FET LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.60" and @displayName="MULT GEST W FET LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.60" and @displayName="MULT GEST W FET LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.71" and @displayName="MULT GEST-FET REDUCT DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.71" and @displayName="MULT GEST-FET REDUCT DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.71" and @displayName="MULT GEST-FET REDUCT DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.83" and @displayName="MULTI GEST NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.83" and @displayName="MULTI GEST NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.83" and @displayName="MULTI GEST NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.81" and @displayName="MULTI GEST NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.81" and @displayName="MULTI GEST NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.81" and @displayName="MULTI GEST NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.80" and @displayName="MULTI GEST NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.80" and @displayName="MULTI GEST NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.80" and @displayName="MULTI GEST NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.93" and @displayName="MULTI GEST NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.93" and @displayName="MULTI GEST NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.93" and @displayName="MULTI GEST NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.90" and @displayName="MULTI GEST NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.90" and @displayName="MULTI GEST NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.90" and @displayName="MULTI GEST NOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371803003" and @displayName="Multi vessel coronary artery disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240474001" and @displayName="Multidermatomal herpes zoster infection") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49982000" and @displayName="Multifocal atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="63232000" and @displayName="Multifocal premature beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10626002" and @displayName="Multifocal PVCs") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422228004" and @displayName="Multiple complications of type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422228004" and @displayName="Multiple complications of type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422228004" and @displayName="Multiple complications of type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420414003" and @displayName="Multiple complications of type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420414003" and @displayName="Multiple complications of type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420414003" and @displayName="Multiple complications of type II diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253722008" and @displayName="Multiple coronary artery fistulae") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194737007" and @displayName="Multiple mitral and aortic valve involvement") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.02" and @displayName="Multiple myeloma in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.01" and @displayName="Multiple myeloma in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94704006" and @displayName="Multiple myeloma in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.00" and @displayName="Multiple myeloma without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109989006" and @displayName="Multiple myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="16356006" and @displayName="Multiple pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="16356006" and @displayName="Multiple pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="16356006" and @displayName="Multiple pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251176006" and @displayName="Multiple premature ventriclar complexes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414785000" and @displayName="Multiple solitary plasmacytomas") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251179004" and @displayName="Multiple ventricluar interpolated complexes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.2" and @displayName="Mumps encephalitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.71" and @displayName="Mumps hepatitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.1" and @displayName="Mumps meningitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.0" and @displayName="Mumps orchitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.3" and @displayName="Mumps pancreatitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.72" and @displayName="Mumps polyneuropathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.79" and @displayName="Mumps with other specified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.8" and @displayName="Mumps with unspecified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="072.9" and @displayName="Mumps without mention of complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69532007" and @displayName="Mural pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69532007" and @displayName="Mural pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69532007" and @displayName="Mural pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94715001" and @displayName="Mycosis fungoides of extranodal AND/OR solid organ site ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94707004" and @displayName="Mycosis fungoides of intra-abdominal lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.13" and @displayName="Mycosis fungoides of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.16" and @displayName="Mycosis fungoides of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94708009" and @displayName="Mycosis fungoides of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94709001" and @displayName="Mycosis fungoides of intrathoracic lymph nodes ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.12" and @displayName="Mycosis fungoides of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.18" and @displayName="Mycosis fungoides of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.14" and @displayName="Mycosis fungoides of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94710006" and @displayName="Mycosis fungoides of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.11" and @displayName="Mycosis fungoides of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94711005" and @displayName="Mycosis fungoides of lymph nodes of head face AND/OR neck ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.15" and @displayName="Mycosis fungoides of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94712003" and @displayName="Mycosis fungoides of lymph nodes of inguinal region AND/OR lower limb ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188627002" and @displayName="Mycosis fungoides of lymph nodes of multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.17" and @displayName="Mycosis fungoides of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94714002" and @displayName="Mycosis fungoides of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.10" and @displayName="Mycosis fungoides of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404116007" and @displayName="Mycosis fungoides with systemic infiltration") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118618005" and @displayName="Mycosis fungoides") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94716000" and @displayName="Myeloid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188732008" and @displayName="Myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94719007" and @displayName="Myeloid sarcoma ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.32" and @displayName="Myeloid sarcoma in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.31" and @displayName="Myeloid sarcoma in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94718004" and @displayName="Myeloid sarcoma in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.30" and @displayName="Myeloid sarcoma without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188768003" and @displayName="Myelomonocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="22298006" and @displayName="Myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390901002" and @displayName="Negotiated date of cessation of smoking") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413341007" and @displayName="Neonatal bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276513001" and @displayName="Neonatal dsrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="206596003" and @displayName="Neonatal hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276519002" and @displayName="Neonatal hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="126838000" and @displayName="Neoplasm of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="32916005" and @displayName="Nephrosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="197605007" and @displayName="Nephrotic syndrome in diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="197605007" and @displayName="Nephrotic syndrome in diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="197605007" and @displayName="Nephrotic syndrome in diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240468001" and @displayName="Neurological varicella") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201251005" and @displayName="Neurpathic diabetic ulcer - foot") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201251005" and @displayName="Neurpathic diabetic ulcer - foot") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="201251005" and @displayName="Neurpathic diabetic ulcer - foot") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307617006" and @displayName="Neutrophlilic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228512004" and @displayName="Never chewed tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160618006" and @displayName="Never smoked tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228502006" and @displayName="Never used moist powdered tobacco") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228492003" and @displayName="Never used snuff") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.13" and @displayName="Nezelofs syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359638003" and @displayName="NIDDM in nonobese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359638003" and @displayName="NIDDM in nonobese") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="359638003" and @displayName="NIDDM in nonobese") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.36" and @displayName="Nocturnal enuresis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71792006" and @displayName="Nodal rhythm disorder") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71792006" and @displayName="Nodal rhythm disorder") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38542009" and @displayName="Nodular glomerulosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38542009" and @displayName="Nodular glomerulosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38542009" and @displayName="Nodular glomerulosclerosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277627005" and @displayName="Nodular high grade B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="269476000" and @displayName="Nodular lymphoma ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.03" and @displayName="Nodular lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.06" and @displayName="Nodular lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.02" and @displayName="Nodular lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.08" and @displayName="Nodular lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.04" and @displayName="Nodular lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.01" and @displayName="Nodular lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.05" and @displayName="Nodular lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.07" and @displayName="Nodular lymphoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95194004" and @displayName="Nodular lymphoma of extranodal AND/OR solid organ site") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95186006" and @displayName="Nodular lymphoma of intra-abdominal lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95187002" and @displayName="Nodular lymphoma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95188007" and @displayName="Nodular lymphoma of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188612002" and @displayName="Nodular lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188609000" and @displayName="Nodular lymphoma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188613007" and @displayName="Nodular lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95192000" and @displayName="Nodular lymphoma of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95193005" and @displayName="Nodular lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.00" and @displayName="Nodular lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302848008" and @displayName="Nodular malignant lymphoma lymphocytic - intermediate differentiation ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302845006" and @displayName="Nodular malignant lymphoma lymphocytic - well differentiated") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="105542008" and @displayName="Non - drinker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="442537007" and @displayName="Non-Hodgkin lymphoma associated with Human immunodeficiency virus infection ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118601006" and @displayName="Non-Hodgkins lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="423889005" and @displayName="Non-IgE mediated allergic asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="1891009" and @displayName="Non-organic enuresis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307632004" and @displayName="Non-proteinuric hypertension of pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314207007" and @displayName="Non-Q wave myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277580004" and @displayName="Non-secretory myeloma ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="105541001" and @displayName="Non-smoker for medical reasons") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="105539002" and @displayName="Non-smoker for personal reasons") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="105540000" and @displayName="Non-smoker for religious reasons") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8392000" and @displayName="Non-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="238645007" and @displayName="Nondependent alcohol abuse") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39260000" and @displayName="Nonparoxysmal AV nodal tachycardia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.03" and @displayName="NONPROLF DB RETNOPH NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.03" and @displayName="NONPROLF DB RETNOPH NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.03" and @displayName="NONPROLF DB RETNOPH NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390834004" and @displayName="Nonproliferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390834004" and @displayName="Nonproliferative diabetic retinopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390834004" and @displayName="Nonproliferative diabetic retinopathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="650" and @displayName="NORMAL DELIVERY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="650" and @displayName="NORMAL DELIVERY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="650" and @displayName="NORMAL DELIVERY") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="72892002" and @displayName="Normal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="72892002" and @displayName="Normal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="72892002" and @displayName="Normal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277574007" and @displayName="Null cell acute lymphoblastic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127363001" and @displayName="Number of pregnancies currently pregnant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127363001" and @displayName="Number of pregnancies currently pregnant") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="127363001" and @displayName="Number of pregnancies currently pregnant") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9452" and @displayName="NUTRITION CLASSES NON-PHYSICIAN PROVIDER PER SESSION") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9452" and @displayName="NUTRITION CLASSES NONPHYSICIAN PROVIDER ") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9470" and @displayName="NUTRITION DIETICIAN VISIT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.7" and @displayName="Nutritional and metabolic cardiomyopathy") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9470" and @displayName="NUTRITIONAL COUNSELING DIETITIAN VISIT") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="163024003" and @displayName="O/E - BP boderline low") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="163022004" and @displayName="O/E - BP reading very low") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414890007" and @displayName="O/E - left chronic diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414890007" and @displayName="O/E - left chronic diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414890007" and @displayName="O/E - left chronic diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162988008" and @displayName="O/E - pulse rate - bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414906009" and @displayName="O/E - right chronic diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414906009" and @displayName="O/E - right chronic diabetic foot ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="414906009" and @displayName="O/E - right chronic diabetic foot ulcer") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.03" and @displayName="OB AIR EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.03" and @displayName="OB AIR EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.03" and @displayName="OB AIR EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.02" and @displayName="OB AIR EMBOLISM-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.02" and @displayName="OB AIR EMBOLISM-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.02" and @displayName="OB AIR EMBOLISM-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.01" and @displayName="OB AIR EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.01" and @displayName="OB AIR EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.01" and @displayName="OB AIR EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.00" and @displayName="OB AIR EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.00" and @displayName="OB AIR EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.00" and @displayName="OB AIR EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.04" and @displayName="OB AIR EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.04" and @displayName="OB AIR EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.04" and @displayName="OB AIR EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.23" and @displayName="OB PULM EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.23" and @displayName="OB PULM EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.23" and @displayName="OB PULM EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.21" and @displayName="OB PULM EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.21" and @displayName="OB PULM EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.21" and @displayName="OB PULM EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.22" and @displayName="OB PULM EMBOLISM-DELVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.22" and @displayName="OB PULM EMBOLISM-DELVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.22" and @displayName="OB PULM EMBOLISM-DELVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.20" and @displayName="OB PULM EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.20" and @displayName="OB PULM EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.20" and @displayName="OB PULM EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.24" and @displayName="OB PULM EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.24" and @displayName="OB PULM EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.24" and @displayName="OB PULM EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.33" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.33" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.33" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.32" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.32" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.32" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.31" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.31" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.31" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.30" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.30" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.30" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.34" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.34" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.34" and @displayName="OB PYEMIC/SEPTIC EMBOLISM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.13" and @displayName="OB SHOCK-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.13" and @displayName="OB SHOCK-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.13" and @displayName="OB SHOCK-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.12" and @displayName="OB SHOCK-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.12" and @displayName="OB SHOCK-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.12" and @displayName="OB SHOCK-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.11" and @displayName="OB SHOCK-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.11" and @displayName="OB SHOCK-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.11" and @displayName="OB SHOCK-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.10" and @displayName="OB SHOCK-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.10" and @displayName="OB SHOCK-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.10" and @displayName="OB SHOCK-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.14" and @displayName="OB SHOCK-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.14" and @displayName="OB SHOCK-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.14" and @displayName="OB SHOCK-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.32" and @displayName="OB SURG COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.32" and @displayName="OB SURG COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.32" and @displayName="OB SURG COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.30" and @displayName="OB SURG COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.30" and @displayName="OB SURG COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.30" and @displayName="OB SURG COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.34" and @displayName="OB SURG COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.34" and @displayName="OB SURG COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.34" and @displayName="OB SURG COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.83" and @displayName="OB TRAUMA NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.83" and @displayName="OB TRAUMA NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.83" and @displayName="OB TRAUMA NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.82" and @displayName="OB TRAUMA NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.82" and @displayName="OB TRAUMA NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.82" and @displayName="OB TRAUMA NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.81" and @displayName="OB TRAUMA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.81" and @displayName="OB TRAUMA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.81" and @displayName="OB TRAUMA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.80" and @displayName="OB TRAUMA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.80" and @displayName="OB TRAUMA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.80" and @displayName="OB TRAUMA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.84" and @displayName="OB TRAUMA NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.84" and @displayName="OB TRAUMA NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.84" and @displayName="OB TRAUMA NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.93" and @displayName="OB TRAUMA NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.93" and @displayName="OB TRAUMA NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.93" and @displayName="OB TRAUMA NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.92" and @displayName="OB TRAUMA NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.92" and @displayName="OB TRAUMA NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.92" and @displayName="OB TRAUMA NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.91" and @displayName="OB TRAUMA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.91" and @displayName="OB TRAUMA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.91" and @displayName="OB TRAUMA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.90" and @displayName="OB TRAUMA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.90" and @displayName="OB TRAUMA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.90" and @displayName="OB TRAUMA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.94" and @displayName="OB TRAUMA NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.94" and @displayName="OB TRAUMA NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.94" and @displayName="OB TRAUMA NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.13" and @displayName="OBESITY-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.13" and @displayName="OBESITY-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.13" and @displayName="OBESITY-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.12" and @displayName="OBESITY-DELIVERED W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.12" and @displayName="OBESITY-DELIVERED W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.12" and @displayName="OBESITY-DELIVERED W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.11" and @displayName="OBESITY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.11" and @displayName="OBESITY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.11" and @displayName="OBESITY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.14" and @displayName="OBESITY-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.14" and @displayName="OBESITY-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.14" and @displayName="OBESITY-POSTPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.10" and @displayName="OBESITY-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.10" and @displayName="OBESITY-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.10" and @displayName="OBESITY-UNSPECIFIED") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420006002" and @displayName="Obliterative coronary artery disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.2" and @displayName="Obscure cardiomyopathy of Africa") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.83" and @displayName="OBST LABOR NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.83" and @displayName="OBST LABOR NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.83" and @displayName="OBST LABOR NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.81" and @displayName="OBST LABOR NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.81" and @displayName="OBST LABOR NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.81" and @displayName="OBST LABOR NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.80" and @displayName="OBST LABOR NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.80" and @displayName="OBST LABOR NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.80" and @displayName="OBST LABOR NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.93" and @displayName="OBST LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.93" and @displayName="OBST LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.93" and @displayName="OBST LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.91" and @displayName="OBST LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.91" and @displayName="OBST LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.91" and @displayName="OBST LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.90" and @displayName="OBST LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.90" and @displayName="OBST LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.90" and @displayName="OBST LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.03" and @displayName="OBST/FETAL MALPOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.03" and @displayName="OBST/FETAL MALPOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.03" and @displayName="OBST/FETAL MALPOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.01" and @displayName="OBST/FETAL MALPOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.01" and @displayName="OBST/FETAL MALPOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.01" and @displayName="OBST/FETAL MALPOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.00" and @displayName="OBST/FETAL MALPOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.00" and @displayName="OBST/FETAL MALPOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.00" and @displayName="OBST/FETAL MALPOS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="370220003" and @displayName="Occasional asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230059006" and @displayName="Occasional cigarette smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233839009" and @displayName="Old anterior myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233840006" and @displayName="Old inferior myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233841005" and @displayName="Old lateral myocardial infarction") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="412" and @displayName="OLD MYOCARDIAL INFARCT") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="1755008" and @displayName="Old myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233842003" and @displayName="Old posterior myocardial infarction") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.03" and @displayName="OLIGOHYDRAMNIOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.03" and @displayName="OLIGOHYDRAMNIOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.03" and @displayName="OLIGOHYDRAMNIOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.01" and @displayName="OLIGOHYDRAMNIOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.01" and @displayName="OLIGOHYDRAMNIOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.01" and @displayName="OLIGOHYDRAMNIOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.00" and @displayName="OLIGOHYDRAMNIOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.00" and @displayName="OLIGOHYDRAMNIOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.00" and @displayName="OLIGOHYDRAMNIOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.5" and @displayName="OLIGURIA  and  ANURIA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="271845002" and @displayName="Oliguria and anuria") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13048006" and @displayName="Orbital lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236663006" and @displayName="Orgasmic incontinence of urine") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="55546004" and @displayName="Origin of left circumflex artery from right coronary artery") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="458.0" and @displayName="ORTHOSTATIC HYPOTENSION") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28651003" and @displayName="Orthostatic hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425657001" and @displayName="Osteosclerotic myeloma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.33" and @displayName="OTH  and  UNSPEC BREAST DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.33" and @displayName="OTH  and  UNSPEC BREAST DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.33" and @displayName="OTH  and  UNSPEC BREAST DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.32" and @displayName="OTH  and  UNSPEC BREAST DISORDER-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.32" and @displayName="OTH  and  UNSPEC BREAST DISORDER-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.32" and @displayName="OTH  and  UNSPEC BREAST DISORDER-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.31" and @displayName="OTH  and  UNSPEC BREAST DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.31" and @displayName="OTH  and  UNSPEC BREAST DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.31" and @displayName="OTH  and  UNSPEC BREAST DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.30" and @displayName="OTH  and  UNSPEC BREAST DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.30" and @displayName="OTH  and  UNSPEC BREAST DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.30" and @displayName="OTH  and  UNSPEC BREAST DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.34" and @displayName="OTH  and  UNSPEC BREAST DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.34" and @displayName="OTH  and  UNSPEC BREAST DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.34" and @displayName="OTH  and  UNSPEC BREAST DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.73" and @displayName="OTH ABN FETAL DISPROPOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.73" and @displayName="OTH ABN FETAL DISPROPOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.73" and @displayName="OTH ABN FETAL DISPROPOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.71" and @displayName="OTH ABN FETAL DISPROPOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.71" and @displayName="OTH ABN FETAL DISPROPOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.71" and @displayName="OTH ABN FETAL DISPROPOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.70" and @displayName="OTH ABN FETAL DISPROPOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.70" and @displayName="OTH ABN FETAL DISPROPOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.70" and @displayName="OTH ABN FETAL DISPROPOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="631" and @displayName="OTH ABN PROD CONCEPTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="631" and @displayName="OTH ABN PROD CONCEPTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="631" and @displayName="OTH ABN PROD CONCEPTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.93" and @displayName="OTH CURR COND IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.93" and @displayName="OTH CURR COND IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.93" and @displayName="OTH CURR COND IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.92" and @displayName="OTH CURR COND IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.92" and @displayName="OTH CURR COND IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.92" and @displayName="OTH CURR COND IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.91" and @displayName="OTH CURR COND IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.91" and @displayName="OTH CURR COND IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.91" and @displayName="OTH CURR COND IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.90" and @displayName="OTH CURR COND IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.90" and @displayName="OTH CURR COND IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.90" and @displayName="OTH CURR COND IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.94" and @displayName="OTH CURR COND IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.94" and @displayName="OTH CURR COND IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.94" and @displayName="OTH CURR COND IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.51" and @displayName="OTH INJ PELVIC ORG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.51" and @displayName="OTH INJ PELVIC ORG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.51" and @displayName="OTH INJ PELVIC ORG NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.50" and @displayName="OTH INJ PELVIC ORG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.50" and @displayName="OTH INJ PELVIC ORG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.50" and @displayName="OTH INJ PELVIC ORG NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.54" and @displayName="OTH INJ PELVIC ORG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.54" and @displayName="OTH INJ PELVIC ORG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.54" and @displayName="OTH INJ PELVIC ORG NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.83" and @displayName="OTH LACTATION DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.83" and @displayName="OTH LACTATION DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.83" and @displayName="OTH LACTATION DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.82" and @displayName="OTH LACTATION DISORDER-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.82" and @displayName="OTH LACTATION DISORDER-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.82" and @displayName="OTH LACTATION DISORDER-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.81" and @displayName="OTH LACTATION DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.81" and @displayName="OTH LACTATION DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.81" and @displayName="OTH LACTATION DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.80" and @displayName="OTH LACTATION DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.80" and @displayName="OTH LACTATION DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.80" and @displayName="OTH LACTATION DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.84" and @displayName="OTH LACTATION DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.84" and @displayName="OTH LACTATION DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.84" and @displayName="OTH LACTATION DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.43" and @displayName="OTH OB SURG COMP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.43" and @displayName="OTH OB SURG COMP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.43" and @displayName="OTH OB SURG COMP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.42" and @displayName="OTH OB SURG COMP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.42" and @displayName="OTH OB SURG COMP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.42" and @displayName="OTH OB SURG COMP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.41" and @displayName="OTH OB SURG COMP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.41" and @displayName="OTH OB SURG COMP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.41" and @displayName="OTH OB SURG COMP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.40" and @displayName="OTH OB SURG COMP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.40" and @displayName="OTH OB SURG COMP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.40" and @displayName="OTH OB SURG COMP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.44" and @displayName="OTH OB SURG COMP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.44" and @displayName="OTH OB SURG COMP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="669.44" and @displayName="OTH OB SURG COMP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.73" and @displayName="OTH PLAC COND-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.73" and @displayName="OTH PLAC COND-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.73" and @displayName="OTH PLAC COND-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.71" and @displayName="OTH PLAC COND-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.71" and @displayName="OTH PLAC COND-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.71" and @displayName="OTH PLAC COND-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.70" and @displayName="OTH PLAC COND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.70" and @displayName="OTH PLAC COND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.70" and @displayName="OTH PLAC COND-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.83" and @displayName="OTH PROB LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.83" and @displayName="OTH PROB LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.83" and @displayName="OTH PROB LAB/DEL NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.81" and @displayName="OTH PROB LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.81" and @displayName="OTH PROB LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.81" and @displayName="OTH PROB LAB/DEL NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.80" and @displayName="OTH PROB LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.80" and @displayName="OTH PROB LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.80" and @displayName="OTH PROB LAB/DEL NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.83" and @displayName="OTH PULM EMBOLISM NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.83" and @displayName="OTH PULM EMBOLISM NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.83" and @displayName="OTH PULM EMBOLISM NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.82" and @displayName="OTH PULM EMBOLISM NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.82" and @displayName="OTH PULM EMBOLISM NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.82" and @displayName="OTH PULM EMBOLISM NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.81" and @displayName="OTH PULM EMBOLISM NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.81" and @displayName="OTH PULM EMBOLISM NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.81" and @displayName="OTH PULM EMBOLISM NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.80" and @displayName="OTH PULM EMBOLISM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.80" and @displayName="OTH PULM EMBOLISM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.80" and @displayName="OTH PULM EMBOLISM NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.84" and @displayName="OTH PULM EMBOLISM NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.84" and @displayName="OTH PULM EMBOLISM NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="673.84" and @displayName="OTH PULM EMBOLISM NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.63" and @displayName="OTH VIRAL DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.63" and @displayName="OTH VIRAL DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.63" and @displayName="OTH VIRAL DIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.62" and @displayName="OTH VIRAL DIS IN PREG-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.62" and @displayName="OTH VIRAL DIS IN PREG-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.62" and @displayName="OTH VIRAL DIS IN PREG-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.61" and @displayName="OTH VIRAL DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.61" and @displayName="OTH VIRAL DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.61" and @displayName="OTH VIRAL DIS IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.60" and @displayName="OTH VIRAL DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.60" and @displayName="OTH VIRAL DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.60" and @displayName="OTH VIRAL DIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.64" and @displayName="OTH VIRAL DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.64" and @displayName="OTH VIRAL DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.64" and @displayName="OTH VIRAL DIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.91" and @displayName="Other and unspecified alcohol dependence continuous drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.92" and @displayName="Other and unspecified alcohol dependence episodic drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.93" and @displayName="Other and unspecified alcohol dependence in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="303.90" and @displayName="Other and unspecified alcohol dependence unspecified drinking behavior") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.93" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.96" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.92" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.98" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.94" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.91" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.95" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.97" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.90" and @displayName="Other and unspecified malignant neoplasms of lymphoid and histiocytic tissue of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.19" and @displayName="Other deficiency of cell-mediated immunity") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.09" and @displayName="Other deficiency of humoral immunity") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.3" and @displayName="Other general medical examination for administrative purposes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.3" and @displayName="Other general medical examination for administrative purposes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.3" and @displayName="Other general medical examination for administrative purposes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.3" and @displayName="Other general medical examination for administrative purposes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.82" and @displayName="Other immunoproliferative neoplasms in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.81" and @displayName="Other immunoproliferative neoplasms in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.80" and @displayName="Other immunoproliferative neoplasms without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.82" and @displayName="Other leukemia of unspecified cell type in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.81" and @displayName="Other leukemia of unspecified cell type in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.80" and @displayName="Other leukemia of unspecified cell type without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.82" and @displayName="Other lymphoid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.81" and @displayName="Other lymphoid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.80" and @displayName="Other lymphoid leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.83" and @displayName="Other lymphomas of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.86" and @displayName="Other lymphomas of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.82" and @displayName="Other lymphomas of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.88" and @displayName="Other lymphomas of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.84" and @displayName="Other lymphomas of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.81" and @displayName="Other lymphomas of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.85" and @displayName="Other lymphomas of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.87" and @displayName="Other lymphomas of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.80" and @displayName="Other lymphomas of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.82" and @displayName="Other monocytic leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.81" and @displayName="Other monocytic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.80" and @displayName="Other monocytic leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.82" and @displayName="Other myeloid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.81" and @displayName="Other myeloid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.80" and @displayName="Other myeloid leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.83" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.86" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.82" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.88" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.84" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.81" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.85" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.87" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.80" and @displayName="Other named variants of lymphosarcoma and reticulosarcoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.4" and @displayName="Other primary cardiomyopathies") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.03" and @displayName="Other selective immunoglobulin deficiencies") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.8" and @displayName="Other specified disorders involving the immune mechanism") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.8" and @displayName="Other specified general medical examinations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.8" and @displayName="Other specified general medical examinations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.8" and @displayName="Other specified general medical examinations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.8" and @displayName="Other specified general medical examinations") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.82" and @displayName="OTHER SPECIFIED LEUKEMIA IN RELAPSE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.81" and @displayName="Other specified leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="207.80" and @displayName="Other specified leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188680003" and @displayName="Other types of follicular non-Hodgkins lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.39" and @displayName="Other urinary incontinence") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.23" and @displayName="OTHER VD IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.23" and @displayName="OTHER VD IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.23" and @displayName="OTHER VD IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.22" and @displayName="OTHER VD IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.22" and @displayName="OTHER VD IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.22" and @displayName="OTHER VD IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.21" and @displayName="OTHER VD IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.21" and @displayName="OTHER VD IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.21" and @displayName="OTHER VD IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.20" and @displayName="OTHER VD IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.20" and @displayName="OTHER VD IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.20" and @displayName="OTHER VD IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.24" and @displayName="OTHER VD IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.24" and @displayName="OTHER VD IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.24" and @displayName="OTHER VD IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.71" and @displayName="Otitis externa due to herpes zoster") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="36292003" and @displayName="Otitis externa due to Herpes zoster") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.33" and @displayName="OUTLET CONTRACTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.33" and @displayName="OUTLET CONTRACTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.33" and @displayName="OUTLET CONTRACTION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.31" and @displayName="OUTLET CONTRACTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.31" and @displayName="OUTLET CONTRACTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.31" and @displayName="OUTLET CONTRACTION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.30" and @displayName="OUTLET CONTRACTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.30" and @displayName="OUTLET CONTRACTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.30" and @displayName="OUTLET CONTRACTION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.21" and @displayName="OVARIAN PREG W INTRA PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.21" and @displayName="OVARIAN PREG W INTRA PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.21" and @displayName="OVARIAN PREG W INTRA PRG") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9899009" and @displayName="Ovarian pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9899009" and @displayName="Ovarian pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="9899009" and @displayName="Ovarian pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.20" and @displayName="OVARN PREG W/O INTRA PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.20" and @displayName="OVARN PREG W/O INTRA PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.20" and @displayName="OVARN PREG W/O INTRA PRG") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="397878005" and @displayName="Overflow incontinence of urine") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.38" and @displayName="Overflow incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109838007" and @displayName="Overlapping malignant neoplasm of colon") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.53" and @displayName="P/P CARDIOMYOPATHY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.53" and @displayName="P/P CARDIOMYOPATHY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.53" and @displayName="P/P CARDIOMYOPATHY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.52" and @displayName="P/P CARDIOMYOPATHY-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.52" and @displayName="P/P CARDIOMYOPATHY-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.52" and @displayName="P/P CARDIOMYOPATHY-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.51" and @displayName="P/P CARDIOMYOPATHY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.51" and @displayName="P/P CARDIOMYOPATHY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.51" and @displayName="P/P CARDIOMYOPATHY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.50" and @displayName="P/P CARDIOMYOPATHY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.50" and @displayName="P/P CARDIOMYOPATHY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.50" and @displayName="P/P CARDIOMYOPATHY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.54" and @displayName="P/P CARDIOMYOPATHY-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.54" and @displayName="P/P CARDIOMYOPATHY-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.54" and @displayName="P/P CARDIOMYOPATHY-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.32" and @displayName="P/P COAG DEFECT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.32" and @displayName="P/P COAG DEFECT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.32" and @displayName="P/P COAG DEFECT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.30" and @displayName="P/P COAG DEFECT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.30" and @displayName="P/P COAG DEFECT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.30" and @displayName="P/P COAG DEFECT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.34" and @displayName="P/P COAG DEFECT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.34" and @displayName="P/P COAG DEFECT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.34" and @displayName="P/P COAG DEFECT-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="129575004" and @displayName="Pacemaker twiddlers syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404119000" and @displayName="Pagetoid reticulosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251182009" and @displayName="Paired ventriclar premature complexes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="251.8" and @displayName="PANCREATIC DISORDER NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="251.8" and @displayName="PANCREATIC DISORDER NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="251.8" and @displayName="PANCREATIC DISORDER NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.03" and @displayName="PAPYRACEOUS FET-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.03" and @displayName="PAPYRACEOUS FET-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.03" and @displayName="PAPYRACEOUS FET-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.01" and @displayName="PAPYRACEOUS FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.01" and @displayName="PAPYRACEOUS FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.01" and @displayName="PAPYRACEOUS FETUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.00" and @displayName="PAPYRACEOUS FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.00" and @displayName="PAPYRACEOUS FETUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.00" and @displayName="PAPYRACEOUS FETUS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233915000" and @displayName="Paraoxysmal familial ventricular fibrillation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10164001" and @displayName="Parasystole") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="23130000" and @displayName="Paraxysmal hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="57684003" and @displayName="Parenchymal renal hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39357005" and @displayName="Paroxysmal atrial tachycardia with block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195069001" and @displayName="Paroxysmal atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195070000" and @displayName="Paroxysmal atrioventricular tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195071001" and @displayName="Paroxysmal junctional tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195072008" and @displayName="Paroxysmal nodal tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195039008" and @displayName="Partial atrioventricular block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="32574007" and @displayName="Past myocardial infarction diagnosed on ECG AND/OR other special investigation but currently presenting no symptoms ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="164867002" and @displayName="Past myocardial infarction diagnosed on ECG AND/OR other special investigation but currently presenting no symptoms") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404107008" and @displayName="Patch/plaque stage mycosis fungoides") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G8422" and @displayName="Patient not eligible for BMI calculation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="103699006" and @displayName="Patient referral to dietitian") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="103699006" and @displayName="Patient refferal to dietitian") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.03" and @displayName="PELVIC DEFORMITY NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.03" and @displayName="PELVIC DEFORMITY NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.03" and @displayName="PELVIC DEFORMITY NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.01" and @displayName="PELVIC DEFORMITY NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.01" and @displayName="PELVIC DEFORMITY NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.01" and @displayName="PELVIC DEFORMITY NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.00" and @displayName="PELVIC DEFORMITY NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.00" and @displayName="PELVIC DEFORMITY NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="653.00" and @displayName="PELVIC DEFORMITY NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.72" and @displayName="PELVIC HEMATOMA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.72" and @displayName="PELVIC HEMATOMA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.72" and @displayName="PELVIC HEMATOMA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.71" and @displayName="PELVIC HEMATOMA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.71" and @displayName="PELVIC HEMATOMA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.71" and @displayName="PELVIC HEMATOMA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.70" and @displayName="PELVIC HEMATOMA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.70" and @displayName="PELVIC HEMATOMA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.70" and @displayName="PELVIC HEMATOMA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.74" and @displayName="PELVIC HEMATOMA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.74" and @displayName="PELVIC HEMATOMA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.74" and @displayName="PELVIC HEMATOMA-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240469009" and @displayName="Perinatal varicella") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.81" and @displayName="PERINEAL/VULVA TRAUMA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.81" and @displayName="PERINEAL/VULVA TRAUMA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.81" and @displayName="PERINEAL/VULVA TRAUMA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.80" and @displayName="PERINEAL/VULVA TRAUMA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.80" and @displayName="PERINEAL/VULVA TRAUMA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.80" and @displayName="PERINEAL/VULVA TRAUMA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.84" and @displayName="PERINEAL/VULVA TRAUMA NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.84" and @displayName="PERINEAL/VULVA TRAUMA NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.84" and @displayName="PERINEAL/VULVA TRAUMA NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.91" and @displayName="PERINEAL/VULVA TRAUMA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.91" and @displayName="PERINEAL/VULVA TRAUMA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.91" and @displayName="PERINEAL/VULVA TRAUMA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.90" and @displayName="PERINEAL/VULVA TRAUMA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.90" and @displayName="PERINEAL/VULVA TRAUMA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.90" and @displayName="PERINEAL/VULVA TRAUMA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.94" and @displayName="PERINEAL/VULVA TRAUMA NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.94" and @displayName="PERINEAL/VULVA TRAUMA NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.94" and @displayName="PERINEAL/VULVA TRAUMA NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.43" and @displayName="PERIPH NEUR IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.43" and @displayName="PERIPH NEUR IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.43" and @displayName="PERIPH NEUR IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.42" and @displayName="PERIPH NEUR IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.42" and @displayName="PERIPH NEUR IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.42" and @displayName="PERIPH NEUR IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.41" and @displayName="PERIPH NEUR IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.41" and @displayName="PERIPH NEUR IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.41" and @displayName="PERIPH NEUR IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.40" and @displayName="PERIPH NEUR IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.40" and @displayName="PERIPH NEUR IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.40" and @displayName="PERIPH NEUR IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.44" and @displayName="PERIPH NEUR IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.44" and @displayName="PERIPH NEUR IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.44" and @displayName="PERIPH NEUR IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421895002" and @displayName="Peripheral circulatory disorder associated with diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421895002" and @displayName="Peripheral circulatory disorder associated with diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421895002" and @displayName="Peripheral circulatory disorder associated with diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277653002" and @displayName="Peripheral T-cell lymphoma - pleomorphic medium and large cell") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277651000" and @displayName="Peripheral T-cell lymphoma - pleomorphic small cell") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.73" and @displayName="Peripheral T-cell lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.76" and @displayName="Peripheral T-cell lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.72" and @displayName="Peripheral T-cell lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.78" and @displayName="Peripheral T-cell lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.74" and @displayName="Peripheral T-cell lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.71" and @displayName="Peripheral T-cell lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.75" and @displayName="Peripheral T-cell lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.77" and @displayName="Peripheral T-cell lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.70" and @displayName="Peripheral T-cell lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109977009" and @displayName="Peripheral T-cell lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V56.8" and @displayName="PERITONEAL DIALYSIS ENCOUNTER") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424921004" and @displayName="Permanent cardiac pacemaker device") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233904005" and @displayName="Permanent junctional reciprocating tachycardia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.30" and @displayName="PERSIST OCCIPITPOST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.30" and @displayName="PERSIST OCCIPITPOST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.30" and @displayName="PERSIST OCCIPITPOST-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.33" and @displayName="PERSIST OCCIPTPOST-ANTEPARTUM CODN/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.33" and @displayName="PERSIST OCCIPTPOST-ANTEPARTUM CODN/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.33" and @displayName="PERSIST OCCIPTPOST-ANTEPARTUM CODN/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.31" and @displayName="PERSIST OCCIPTPOST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.31" and @displayName="PERSIST OCCIPTPOST-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.31" and @displayName="PERSIST OCCIPTPOST-DELIVERED") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="284591009" and @displayName="Persistent alcohol abuse") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44602002" and @displayName="Persistent sinus bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71192002" and @displayName="Pertoneal dialysis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425688002" and @displayName="Philadelphia chromosome-positive acute lymphoblastic leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.53" and @displayName="PHLEB/THROMBOSIS NEC-ANTEPARTUM COND/COPM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.53" and @displayName="PHLEB/THROMBOSIS NEC-ANTEPARTUM COND/COPM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.53" and @displayName="PHLEB/THROMBOSIS NEC-ANTEPARTUM COND/COPM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.52" and @displayName="PHLEB/THROMBOSIS NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.52" and @displayName="PHLEB/THROMBOSIS NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.52" and @displayName="PHLEB/THROMBOSIS NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.51" and @displayName="PHLEB/THROMBOSIS NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.51" and @displayName="PHLEB/THROMBOSIS NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.51" and @displayName="PHLEB/THROMBOSIS NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.50" and @displayName="PHLEB/THROMBOSIS NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.50" and @displayName="PHLEB/THROMBOSIS NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.50" and @displayName="PHLEB/THROMBOSIS NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.54" and @displayName="PHLEB/THROMBOSIS NEC-W P/P CONC/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.54" and @displayName="PHLEB/THROMBOSIS NEC-W P/P CONC/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.54" and @displayName="PHLEB/THROMBOSIS NEC-W P/P CONC/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="33559001" and @displayName="Pineal hyperplasia AND diabetes mellitus syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="33559001" and @displayName="Pineal hyperplasia AND diabetes mellitus syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="33559001" and @displayName="Pineal hyperplasia AND diabetes mellitus syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82302008" and @displayName="Pipe smoker") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.13" and @displayName="PLACEN PREVIA W HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.13" and @displayName="PLACEN PREVIA W HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.13" and @displayName="PLACEN PREVIA W HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.11" and @displayName="PLACENTA PREVIA W HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.11" and @displayName="PLACENTA PREVIA W HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.11" and @displayName="PLACENTA PREVIA W HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.10" and @displayName="PLACENTA PREVIA W HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.10" and @displayName="PLACENTA PREVIA W HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.10" and @displayName="PLACENTA PREVIA W HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.03" and @displayName="PLACENTA PREVIA W/O HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.03" and @displayName="PLACENTA PREVIA W/O HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.03" and @displayName="PLACENTA PREVIA W/O HEM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.01" and @displayName="PLACENTA PREVIA W/O HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.01" and @displayName="PLACENTA PREVIA W/O HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.01" and @displayName="PLACENTA PREVIA W/O HEM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.00" and @displayName="PLACENTA PREVIA W/O HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.00" and @displayName="PLACENTA PREVIA W/O HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.00" and @displayName="PLACENTA PREVIA W/O HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.42" and @displayName="PLACENTAL POLYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.42" and @displayName="PLACENTAL POLYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.42" and @displayName="PLACENTAL POLYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.40" and @displayName="PLACENTAL POLYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.40" and @displayName="PLACENTAL POLYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.40" and @displayName="PLACENTAL POLYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.44" and @displayName="PLACENTAL POLYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.44" and @displayName="PLACENTAL POLYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.44" and @displayName="PLACENTAL POLYP-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="20447006" and @displayName="Plasma cell dycrasia with polyneuropathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.12" and @displayName="Plasma cell leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.11" and @displayName="Plasma cell leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95209008" and @displayName="Plasma cell leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="203.10" and @displayName="Plasma cell leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95210003" and @displayName="Plasma cell leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="415110002" and @displayName="Plasma cell myeloma/plasmacytoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="415111003" and @displayName="Plasma cell neoplasm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="415112005" and @displayName="Plasmacytoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404805002" and @displayName="Platinosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404804003" and @displayName="Platinum asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404132005" and @displayName="Pleomorphic small/medium-sized cell cutaneous T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90727007" and @displayName="Pleural effusion due to congestive heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="196013003" and @displayName="Pnemopathy due to inhalation of other dust") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390795005" and @displayName="Pneumococcal vaccination contraindicated") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404108003" and @displayName="Poikilodermatous mycosis fungoides") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="962.0" and @displayName="POIS-CORTICOSTEROIDS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="962.0" and @displayName="POIS-CORTICOSTEROIDS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="962.0" and @displayName="POIS-CORTICOSTEROIDS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="53126001" and @displayName="Poisoning by adrenal cortical steroid") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="53126001" and @displayName="Poisoning by adrenal cortical steroid") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="53126001" and @displayName="Poisoning by adrenal cortical steroid") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="256.4" and @displayName="POLYCYSTIC OVARIES") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="256.4" and @displayName="POLYCYSTIC OVARIES") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="256.4" and @displayName="POLYCYSTIC OVARIES") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69878008" and @displayName="Polycystic ovaries") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69878008" and @displayName="Polycystic ovaries") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="69878008" and @displayName="Polycystic ovaries") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.03" and @displayName="POLYHYDRAMNIOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.03" and @displayName="POLYHYDRAMNIOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.03" and @displayName="POLYHYDRAMNIOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.01" and @displayName="POLYHYDRAMNIOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.01" and @displayName="POLYHYDRAMNIOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.01" and @displayName="POLYHYDRAMNIOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.00" and @displayName="POLYHYDRAMNIOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.00" and @displayName="POLYHYDRAMNIOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="657.00" and @displayName="POLYHYDRAMNIOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="357.2" and @displayName="POLYNEUROPATHY IN DIABETES") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="357.2" and @displayName="POLYNEUROPATHY IN DIABETES") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="357.2" and @displayName="POLYNEUROPATHY IN DIABETES") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.53" and @displayName="POOR FETAL GROWTH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.53" and @displayName="POOR FETAL GROWTH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.53" and @displayName="POOR FETAL GROWTH-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.51" and @displayName="POOR FETAL GROWTH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.51" and @displayName="POOR FETAL GROWTH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.51" and @displayName="POOR FETAL GROWTH-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.50" and @displayName="POOR FETAL GROWTH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.50" and @displayName="POOR FETAL GROWTH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.50" and @displayName="POOR FETAL GROWTH-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.0" and @displayName="Post measles encephalitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.2" and @displayName="Post measles otitis media") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="055.1" and @displayName="Post measles pneumonia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="411.0" and @displayName="POST MI SYNDROME") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.13" and @displayName="POST TERM PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.13" and @displayName="POST TERM PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.13" and @displayName="POST TERM PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.11" and @displayName="POST TERM PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.11" and @displayName="POST TERM PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.11" and @displayName="POST TERM PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.10" and @displayName="POST TERM PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.10" and @displayName="POST TERM PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.10" and @displayName="POST TERM PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236664000" and @displayName="Post-micturition incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90968009" and @displayName="Post-term pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90968009" and @displayName="Post-term pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90968009" and @displayName="Post-term pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.35" and @displayName="Post-void dribbling") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.4" and @displayName="POSTABORT METABOLIC DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.4" and @displayName="POSTABORT METABOLIC DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.4" and @displayName="POSTABORT METABOLIC DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.2" and @displayName="POSTABORT PELVIC DAMAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.2" and @displayName="POSTABORT PELVIC DAMAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.2" and @displayName="POSTABORT PELVIC DAMAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.3" and @displayName="POSTABORT RENAL FAILURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.3" and @displayName="POSTABORT RENAL FAILURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.3" and @displayName="POSTABORT RENAL FAILURE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.8" and @displayName="POSTABORTION COMPL NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.8" and @displayName="POSTABORTION COMPL NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.8" and @displayName="POSTABORTION COMPL NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.9" and @displayName="POSTABORTION COMPL NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.9" and @displayName="POSTABORTION COMPL NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.9" and @displayName="POSTABORTION COMPL NOS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.6" and @displayName="POSTABORTION EMBOLISM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.6" and @displayName="POSTABORTION EMBOLISM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.6" and @displayName="POSTABORTION EMBOLISM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.0" and @displayName="POSTABORTION GU INFECT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.0" and @displayName="POSTABORTION GU INFECT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.0" and @displayName="POSTABORTION GU INFECT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.1" and @displayName="POSTABORTION HEMORRHAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.1" and @displayName="POSTABORTION HEMORRHAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.1" and @displayName="POSTABORTION HEMORRHAGE") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.5" and @displayName="POSTABORTION SHOCK") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.5" and @displayName="POSTABORTION SHOCK") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="639.5" and @displayName="POSTABORTION SHOCK") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.13" and @displayName="Postherpetic polyneuropathy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="053.12" and @displayName="Postherpetic trigeminal neuralgia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="66189004" and @displayName="Postmyocaridal infarction syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233918003" and @displayName="Postoperative complete heart block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371073003" and @displayName="Postural orthostatic tachycardia syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236665004" and @displayName="Postural urinary incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="33644002" and @displayName="Postvalvulotomy syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="052.0" and @displayName="Postvaricella encephalitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="052.2" and @displayName="Postvaricella myelitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425941003" and @displayName="Pre B-cell acute lymphoblastic leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277572006" and @displayName="Pre B-cell acute lymphoblastic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="67359005" and @displayName="Pre-eclampsia added to pre-existing hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199000005" and @displayName="Pre-eclampsia or eclampsia with pre-existing hypertension - delivered with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198999008" and @displayName="Pre-eclampsia or eclampsia with pre-existing hypertension - delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199002002" and @displayName="Pre-eclampsia or eclampsia with pre-existing hypertension - not delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199003007" and @displayName="Pre-eclampsia or eclampsia with pre-existing hypertension with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198997005" and @displayName="Pre-eclampsia or eclampsia with pre-existing hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="398254007" and @displayName="Pre-eclampsia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199229001" and @displayName="Pre-existing diabetes mellitus insulin dependent") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199229001" and @displayName="Pre-existing diabetes mellitus insulin dependent") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199229001" and @displayName="Pre-existing diabetes mellitus insulin dependent") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199230006" and @displayName="Pre-existing diabetes mellitus non-insulin dependent") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199230006" and @displayName="Pre-existing diabetes mellitus non-insulin dependent") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199230006" and @displayName="Pre-existing diabetes mellitus non-insulin dependent") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="34694006" and @displayName="Pre-existing hypertension complicating AND/OR reason for care during childbirth") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65402008" and @displayName="Pre-existing hypertension complicating AND/OR reason for care during pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31407004" and @displayName="Pre-existing hypertension complicating AND/OR reason for care during puerperium ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199005000" and @displayName="Pre-existing hypertension complicating pregnancy childbirth and the puerperium ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="86041002" and @displayName="Pre-existing hypertension in obsteric context") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199007008" and @displayName="Pre-existing hypertensive heart and renal disease complicating pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199231005" and @displayName="Pre-existing malnutrition-related diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199231005" and @displayName="Pre-existing malnutrition-related diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199231005" and @displayName="Pre-existing malnutrition-related diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="199008003" and @displayName="Pre-existing secondary hypertension complicating pregnancy childbirth and the puerperium ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.23" and @displayName="PRE-EXSIST HYP-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.23" and @displayName="PRE-EXSIST HYP-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.23" and @displayName="PRE-EXSIST HYP-IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.22" and @displayName="PRE-EXSIST HYP-IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.22" and @displayName="PRE-EXSIST HYP-IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.22" and @displayName="PRE-EXSIST HYP-IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.21" and @displayName="PRE-EXSIST HYP-IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.21" and @displayName="PRE-EXSIST HYP-IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.21" and @displayName="PRE-EXSIST HYP-IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.20" and @displayName="PRE-EXSIST HYP-IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.20" and @displayName="PRE-EXSIST HYP-IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.20" and @displayName="PRE-EXSIST HYP-IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.24" and @displayName="PRE-EXSIST HYP-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.24" and @displayName="PRE-EXSIST HYP-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.24" and @displayName="PRE-EXSIST HYP-IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.33" and @displayName="PRECIPITATE LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.33" and @displayName="PRECIPITATE LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.33" and @displayName="PRECIPITATE LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.31" and @displayName="PRECIPITATE LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.31" and @displayName="PRECIPITATE LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.31" and @displayName="PRECIPITATE LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.30" and @displayName="PRECIPITATE LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.30" and @displayName="PRECIPITATE LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.30" and @displayName="PRECIPITATE LABOR-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404137004" and @displayName="Precursor B-cell lymphoblastic lymphoma involving skin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421696004" and @displayName="Precursor T-cell neoplasm") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.83" and @displayName="PREG COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.83" and @displayName="PREG COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.83" and @displayName="PREG COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.82" and @displayName="PREG COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.82" and @displayName="PREG COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.82" and @displayName="PREG COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.81" and @displayName="PREG COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.81" and @displayName="PREG COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.81" and @displayName="PREG COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.80" and @displayName="PREG COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.80" and @displayName="PREG COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.80" and @displayName="PREG COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.84" and @displayName="PREG COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.84" and @displayName="PREG COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.84" and @displayName="PREG COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.93" and @displayName="PREG COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.93" and @displayName="PREG COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.93" and @displayName="PREG COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.91" and @displayName="PREG COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.91" and @displayName="PREG COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.91" and @displayName="PREG COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.90" and @displayName="PREG COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.90" and @displayName="PREG COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.90" and @displayName="PREG COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.2" and @displayName="PREG STATE INCIDENTAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.2" and @displayName="PREG STATE INCIDENTAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.2" and @displayName="PREG STATE INCIDENTAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.2" and @displayName="PREG W HX OF ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.49" and @displayName="PREG W HX OF ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.2" and @displayName="PREG W HX OF ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.49" and @displayName="PREG W HX OF ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.2" and @displayName="PREG W HX OF ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.49" and @displayName="PREG W HX OF ABORTION") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.0" and @displayName="PREG W HX OF INFERTILITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.0" and @displayName="PREG W HX OF INFERTILITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.0" and @displayName="PREG W HX OF INFERTILITY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.7" and @displayName="PREG W HX PRE-TERM LABOR") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.7" and @displayName="PREG W HX PRE-TERM LABOR") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.7" and @displayName="PREG W HX PRE-TERM LABOR") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.1" and @displayName="PREG W HX-TROPHOBLAS DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.1" and @displayName="PREG W HX-TROPHOBLAS DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.1" and @displayName="PREG W HX-TROPHOBLAS DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.41" and @displayName="PREG W HX-TROPHOBLASTIC DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.41" and @displayName="PREG W HX-TROPHOBLASTIC DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.41" and @displayName="PREG W HX-TROPHOBLASTIC DIS") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.81" and @displayName="PREG W POOR OBS HX NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.81" and @displayName="PREG W POOR OBS HX NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.81" and @displayName="PREG W POOR OBS HX NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.82" and @displayName="PREG W POOR REPRODUCT HX") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.82" and @displayName="PREG W POOR REPRODUCT HX") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.82" and @displayName="PREG W POOR REPRODUCT HX") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.86" and @displayName="Preg-hx in utro prev prg") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.86" and @displayName="Preg-hx in utro prev prg") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.86" and @displayName="Preg-hx in utro prev prg") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="289908002" and @displayName="Pregnancy ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="289908002" and @displayName="Pregnancy ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="289908002" and @displayName="Pregnancy ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237627000" and @displayName="Pregnancy and non-insulin-dependent diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237627000" and @displayName="Pregnancy and non-insulin-dependent diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237627000" and @displayName="Pregnancy and non-insulin-dependent diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="239101008" and @displayName="Pregnancy eruption") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="239101008" and @displayName="Pregnancy eruption") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="239101008" and @displayName="Pregnancy eruption") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="48194001" and @displayName="Pregnancy-induced hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.85" and @displayName="Pregnt-assist repro tech") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.85" and @displayName="Pregnt-assist repro tech") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.85" and @displayName="Pregnt-assist repro tech") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="4557003" and @displayName="Preinfarction syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.03" and @displayName="PRELABOR RUPT UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.03" and @displayName="PRELABOR RUPT UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.03" and @displayName="PRELABOR RUPT UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.01" and @displayName="PRELABOR RUPT UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.01" and @displayName="PRELABOR RUPT UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.01" and @displayName="PRELABOR RUPT UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.00" and @displayName="PRELABOR RUPT UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.00" and @displayName="PRELABOR RUPT UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.00" and @displayName="PRELABOR RUPT UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.13" and @displayName="PREM RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.13" and @displayName="PREM RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.13" and @displayName="PREM RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.11" and @displayName="PREM RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.11" and @displayName="PREM RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.11" and @displayName="PREM RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.10" and @displayName="PREM RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.10" and @displayName="PREM RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.10" and @displayName="PREM RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.23" and @displayName="PREMAT SEPAR PLACENTA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.23" and @displayName="PREMAT SEPAR PLACENTA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.23" and @displayName="PREMAT SEPAR PLACENTA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.21" and @displayName="PREMAT SEPAR PLACENTA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.21" and @displayName="PREMAT SEPAR PLACENTA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.21" and @displayName="PREMAT SEPAR PLACENTA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.20" and @displayName="PREMAT SEPAR PLACENTA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.20" and @displayName="PREMAT SEPAR PLACENTA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="641.20" and @displayName="PREMAT SEPAR PLACENTA-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="284470004" and @displayName="Premature atrial contraction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277614006" and @displayName="Prethymic and thymic T-cell lymphoma/leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.23" and @displayName="PREV C-DELIVERY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.23" and @displayName="PREV C-DELIVERY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.23" and @displayName="PREV C-DELIVERY-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.21" and @displayName="PREV C-DELIVERY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.21" and @displayName="PREV C-DELIVERY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.21" and @displayName="PREV C-DELIVERY-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.20" and @displayName="PREV C-DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.20" and @displayName="PREV C-DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.20" and @displayName="PREV C-DELIVERY-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.03" and @displayName="PRIM UTERINE INERTIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.03" and @displayName="PRIM UTERINE INERTIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.03" and @displayName="PRIM UTERINE INERTIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.01" and @displayName="PRIM UTERINE INERTIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.01" and @displayName="PRIM UTERINE INERTIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.01" and @displayName="PRIM UTERINE INERTIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.00" and @displayName="PRIM UTERINE INERTIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.00" and @displayName="PRIM UTERINE INERTIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.00" and @displayName="PRIM UTERINE INERTIA-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237865009" and @displayName="Primary amyloidosis of light chain type") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.53" and @displayName="Primary central nervous system lymphoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.56" and @displayName="Primary central nervous system lymphoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.52" and @displayName="Primary central nervous system lymphoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.58" and @displayName="Primary central nervous system lymphoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.54" and @displayName="Primary central nervous system lymphoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.51" and @displayName="Primary central nervous system lymphoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.55" and @displayName="Primary central nervous system lymphoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.57" and @displayName="Primary central nervous system lymphoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.50" and @displayName="Primary central nervous system lymphoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307649006" and @displayName="Primary central nervous system lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="276836002" and @displayName="Primary cerebral lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404145009" and @displayName="Primary cutaneous anaplastic large cell B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="402881008" and @displayName="Primary cutaneous B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128875000" and @displayName="Primary cutaneous CD30+ large T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404146005" and @displayName="Primary cutaneous diffuse large cell B-cell lymphoma of the leg") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404144008" and @displayName="Primary cutaneous diffuse large cell B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404143002" and @displayName="Primary cutaneous follicular center B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404141000" and @displayName="Primary cutaneous immunocytoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="400001003" and @displayName="Primary cutaneous lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404140004" and @displayName="Primary cutaneous marginal zone B-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404142007" and @displayName="Primary cutaneous plasmacytoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="400122007" and @displayName="Primary cutaneous T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="18886003" and @displayName="Primary enuresis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421283008" and @displayName="Primary lymphoma of brain associated with AIDS ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93679002" and @displayName="Primary malignant neoplasm of appendix") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93683002" and @displayName="Primary malignant neoplasm of ascending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371977004" and @displayName="Primary malignant neoplasm of cecum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93761005" and @displayName="Primary malignant neoplasm of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93771007" and @displayName="Primary malignant neoplasm of descending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93826009" and @displayName="Primary malignant neoplasm of hepatic flexure of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93980002" and @displayName="Primary malignant neoplasm of rectosigmoid junction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="93984006" and @displayName="Primary malignant neoplasm of rectum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94006002" and @displayName="Primary malignant neoplasm of sigmoid colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94072004" and @displayName="Primary malignant neoplasm of splenic flexure of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94105000" and @displayName="Primary malignant neoplasm of transverse colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="372087000" and @displayName="Primary malignant neoplasm") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="413.1" and @displayName="PRINZMETAL ANGINA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87343002" and @displayName="Prinzmetal angina") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.73" and @displayName="PROLAPSED ARM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.73" and @displayName="PROLAPSED ARM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.73" and @displayName="PROLAPSED ARM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.71" and @displayName="PROLAPSED ARM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.71" and @displayName="PROLAPSED ARM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.71" and @displayName="PROLAPSED ARM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.70" and @displayName="PROLAPSED ARM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.70" and @displayName="PROLAPSED ARM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.70" and @displayName="PROLAPSED ARM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.02" and @displayName="PROLIF DIABETIC RETINOPATHY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.02" and @displayName="PROLIF DIABETIC RETINOPATHY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.02" and @displayName="PROLIF DIABETIC RETINOPATHY") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="254792006" and @displayName="Proliferating angioendotheliomatosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.23" and @displayName="PROLONG RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.23" and @displayName="PROLONG RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.23" and @displayName="PROLONG RUPT MEMBR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.21" and @displayName="PROLONG RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.21" and @displayName="PROLONG RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.21" and @displayName="PROLONG RUPT MEMBR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.20" and @displayName="PROLONG RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.20" and @displayName="PROLONG RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="658.20" and @displayName="PROLONG RUPT MEMBR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.03" and @displayName="PROLONGED 1ST STAGE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.03" and @displayName="PROLONGED 1ST STAGE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.03" and @displayName="PROLONGED 1ST STAGE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.01" and @displayName="PROLONGED 1ST STAGE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.01" and @displayName="PROLONGED 1ST STAGE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.01" and @displayName="PROLONGED 1ST STAGE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.00" and @displayName="PROLONGED 1ST STAGE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.00" and @displayName="PROLONGED 1ST STAGE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.00" and @displayName="PROLONGED 1ST STAGE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.23" and @displayName="PROLONGED 2ND STAGE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.23" and @displayName="PROLONGED 2ND STAGE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.23" and @displayName="PROLONGED 2ND STAGE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.21" and @displayName="PROLONGED 2ND STAGE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.21" and @displayName="PROLONGED 2ND STAGE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.21" and @displayName="PROLONGED 2ND STAGE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.20" and @displayName="PROLONGED 2ND STAGE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.20" and @displayName="PROLONGED 2ND STAGE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.20" and @displayName="PROLONGED 2ND STAGE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.13" and @displayName="PROLONGED LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.13" and @displayName="PROLONGED LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.13" and @displayName="PROLONGED LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.11" and @displayName="PROLONGED LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.11" and @displayName="PROLONGED LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.11" and @displayName="PROLONGED LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.10" and @displayName="PROLONGED LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.10" and @displayName="PROLONGED LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="662.10" and @displayName="PROLONGED LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.23" and @displayName="PROLONGED PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.23" and @displayName="PROLONGED PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.23" and @displayName="PROLONGED PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.21" and @displayName="PROLONGED PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.21" and @displayName="PROLONGED PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.21" and @displayName="PROLONGED PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.20" and @displayName="PROLONGED PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.20" and @displayName="PROLONGED PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="645.20" and @displayName="PROLONGED PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="110006004" and @displayName="Prolymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307622006" and @displayName="Prolymphocytic lymphosarcoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="57886004" and @displayName="Protein-deficient diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="57886004" and @displayName="Protein-deficient diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="57886004" and @displayName="Protein-deficient diabetes mellitus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.34" and @displayName="Prp septc thrmb-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.34" and @displayName="Prp septc thrmb-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.34" and @displayName="Prp septc thrmb-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.32" and @displayName="Prp sptc thrmb-del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.32" and @displayName="Prp sptc thrmb-del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.32" and @displayName="Prp sptc thrmb-del w p/p") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="236667007" and @displayName="Psychogenic urinary incontinence") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="G8422" and @displayName="Pt inelig BMI calculation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.03" and @displayName="PUERP CEREBVAS DIS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.03" and @displayName="PUERP CEREBVAS DIS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.03" and @displayName="PUERP CEREBVAS DIS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.02" and @displayName="PUERP CEREBVAS DIS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.02" and @displayName="PUERP CEREBVAS DIS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.02" and @displayName="PUERP CEREBVAS DIS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.01" and @displayName="PUERP CEREBVAS DIS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.01" and @displayName="PUERP CEREBVAS DIS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.01" and @displayName="PUERP CEREBVAS DIS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.00" and @displayName="PUERP CEREBVAS DIS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.00" and @displayName="PUERP CEREBVAS DIS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.00" and @displayName="PUERP CEREBVAS DIS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.04" and @displayName="PUERP CEREBVAS DIS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.04" and @displayName="PUERP CEREBVAS DIS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.04" and @displayName="PUERP CEREBVAS DIS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.82" and @displayName="PUERP COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.82" and @displayName="PUERP COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.82" and @displayName="PUERP COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.80" and @displayName="PUERP COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.80" and @displayName="PUERP COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.80" and @displayName="PUERP COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.84" and @displayName="PUERP COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.84" and @displayName="PUERP COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.84" and @displayName="PUERP COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.92" and @displayName="PUERP COMP NOS-DEL W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.92" and @displayName="PUERP COMP NOS-DEL W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.92" and @displayName="PUERP COMP NOS-DEL W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.90" and @displayName="PUERP COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.90" and @displayName="PUERP COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.90" and @displayName="PUERP COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.94" and @displayName="PUERP COMP NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.94" and @displayName="PUERP COMP NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="674.94" and @displayName="PUERP COMP NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.12" and @displayName="Puerp endomet del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.12" and @displayName="Puerp endomet del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.12" and @displayName="Puerp endomet del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.14" and @displayName="Puerp endomet-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.14" and @displayName="Puerp endomet-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.14" and @displayName="Puerp endomet-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.10" and @displayName="Puerp endometritis-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.10" and @displayName="Puerp endometritis-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.10" and @displayName="Puerp endometritis-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.02" and @displayName="PUERP PYREXIA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.02" and @displayName="PUERP PYREXIA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.02" and @displayName="PUERP PYREXIA-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.00" and @displayName="PUERP PYREXIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.00" and @displayName="PUERP PYREXIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.00" and @displayName="PUERP PYREXIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.04" and @displayName="PUERP PYREXIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.04" and @displayName="PUERP PYREXIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="672.04" and @displayName="PUERP PYREXIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.30" and @displayName="Puerp septc thromb-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.30" and @displayName="Puerp septc thromb-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.30" and @displayName="Puerp septc thromb-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.20" and @displayName="Puerperal sepsis-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.20" and @displayName="Puerperal sepsis-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.20" and @displayName="Puerperal sepsis-unsp") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.24" and @displayName="Puerperl sepsis-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.24" and @displayName="Puerperl sepsis-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.24" and @displayName="Puerperl sepsis-postpart") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.22" and @displayName="Puerprl sepsis-del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.22" and @displayName="Puerprl sepsis-del w p/p") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="670.22" and @displayName="Puerprl sepsis-del w p/p") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42177007" and @displayName="Pulse slow") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.23" and @displayName="PYREXIA IN LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.23" and @displayName="PYREXIA IN LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.23" and @displayName="PYREXIA IN LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.21" and @displayName="PYREXIA IN LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.21" and @displayName="PYREXIA IN LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.21" and @displayName="PYREXIA IN LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.20" and @displayName="PYREXIA IN LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.20" and @displayName="PYREXIA IN LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.20" and @displayName="PYREXIA IN LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.23" and @displayName="QUADRUPLET PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.23" and @displayName="QUADRUPLET PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.23" and @displayName="QUADRUPLET PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.21" and @displayName="QUADRUPLET PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.21" and @displayName="QUADRUPLET PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.21" and @displayName="QUADRUPLET PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.20" and @displayName="QUADRUPLET PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.20" and @displayName="QUADRUPLET PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.20" and @displayName="QUADRUPLET PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60810003" and @displayName="Quadruplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60810003" and @displayName="Quadruplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60810003" and @displayName="Quadruplet pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.53" and @displayName="QUADS W FETAL LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.53" and @displayName="QUADS W FETAL LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.53" and @displayName="QUADS W FETAL LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.51" and @displayName="QUADS W FETAL LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.51" and @displayName="QUADS W FETAL LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.51" and @displayName="QUADS W FETAL LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.50" and @displayName="QUADS W FETAL LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.50" and @displayName="QUADS W FETAL LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.50" and @displayName="QUADS W FETAL LOSS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="80997009" and @displayName="Quintuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="80997009" and @displayName="Quintuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="80997009" and @displayName="Quintuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233893007" and @displayName="Re-entrant atrial tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="84094009" and @displayName="Rebound hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="428752002" and @displayName="Recent myocardial infarction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429245005" and @displayName="Recurrent coronary arteriosclerosis after percutaneous transluminal coronary angioplasty") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="408289007" and @displayName="Refer to weight management program (procedure)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="390857005" and @displayName="Referral to community alcohol team") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="306163007" and @displayName="Referral to dietetics - service") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="306163007" and @displayName="Referral to dietetics service") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="395700008" and @displayName="Refferal to smoking cessation advisor") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="315232003" and @displayName="Refferal to stop-smoking clinic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="90987003" and @displayName="Reflex incontinence of urine") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44273001" and @displayName="Reflx bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314206003" and @displayName="Refractory heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="415287001" and @displayName="Relapsing chronic myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="39018007" and @displayName="Renal arterial hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="440.1" and @displayName="RENAL ARTERY ATHEROSCLEROSIS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="265764009" and @displayName="Renal dialysis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.23" and @displayName="RENAL DIS PREG W/O HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.23" and @displayName="RENAL DIS PREG W/O HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.23" and @displayName="RENAL DIS PREG W/O HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.22" and @displayName="RENAL DIS PREG W/O HYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.22" and @displayName="RENAL DIS PREG W/O HYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.22" and @displayName="RENAL DIS PREG W/O HYP-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.21" and @displayName="RENAL DIS PREG W/O HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.21" and @displayName="RENAL DIS PREG W/O HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.21" and @displayName="RENAL DIS PREG W/O HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.20" and @displayName="RENAL DIS PREG W/O HYP-NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.20" and @displayName="RENAL DIS PREG W/O HYP-NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.20" and @displayName="RENAL DIS PREG W/O HYP-NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.24" and @displayName="RENAL DIS PREG W/O HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.24" and @displayName="RENAL DIS PREG W/O HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="646.24" and @displayName="RENAL DIS PREG W/O HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="586" and @displayName="RENAL FAILURE NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42399005" and @displayName="Renal failure syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.13" and @displayName="RENAL HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.13" and @displayName="RENAL HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.13" and @displayName="RENAL HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.12" and @displayName="RENAL HYP IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.12" and @displayName="RENAL HYP IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.12" and @displayName="RENAL HYP IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.11" and @displayName="RENAL HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.11" and @displayName="RENAL HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.11" and @displayName="RENAL HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.10" and @displayName="RENAL HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.10" and @displayName="RENAL HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.10" and @displayName="RENAL HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.14" and @displayName="RENAL HYP IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.14" and @displayName="RENAL HYP IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.14" and @displayName="RENAL HYP IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198952001" and @displayName="Renal hypertension complicating pregnancy childbirth and the puerperium - delivered with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198951008" and @displayName="Renal hypertension complicating pregnancy childbirth and the puerperium - delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198953006" and @displayName="Renal hypertension complicating pregnancy childbirth and the puerperium - not delivered ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198954000" and @displayName="Renal hypertension complicating pregnancy childbirth and the puerperium with postnatal complication ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198949009" and @displayName="Renal hypertension complicating pregnancy childbirth and the puerperium") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="28119000" and @displayName="Renal hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="14973001" and @displayName="Renal sclerosis with hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123799005" and @displayName="Renovascular hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.02" and @displayName="RET PLAC W/O HEM NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.02" and @displayName="RET PLAC W/O HEM NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.02" and @displayName="RET PLAC W/O HEM NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.00" and @displayName="RET PLAC W/O HEM NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.00" and @displayName="RET PLAC W/O HEM NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.00" and @displayName="RET PLAC W/O HEM NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.04" and @displayName="RET PLAC W/O HEM NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.04" and @displayName="RET PLAC W/O HEM NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.04" and @displayName="RET PLAC W/O HEM NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.12" and @displayName="RET PLAC/MEMB W/O HEM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.12" and @displayName="RET PLAC/MEMB W/O HEM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.12" and @displayName="RET PLAC/MEMB W/O HEM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.10" and @displayName="RET PLAC/MEMB W/O HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.10" and @displayName="RET PLAC/MEMB W/O HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.10" and @displayName="RET PLAC/MEMB W/O HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.14" and @displayName="RET PLAC/MEMB W/O HEM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.14" and @displayName="RET PLAC/MEMB W/O HEM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="667.14" and @displayName="RET PLAC/MEMB W/O HEM-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="420302007" and @displayName="Reticulosarcoma associated with AIDS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95224004" and @displayName="Reticulosarcoma of intra-abdominal lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.03" and @displayName="Reticulosarcoma of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.06" and @displayName="Reticulosarcoma of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95225003" and @displayName="Reticulosarcoma of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.02" and @displayName="Reticulosarcoma of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95226002" and @displayName="Reticulosarcoma of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.08" and @displayName="Reticulosarcoma of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.04" and @displayName="Reticulosarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188492005" and @displayName="Reticulosarcoma of lymph nodes of axilla and upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.01" and @displayName="Reticulosarcoma of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188489006" and @displayName="Reticulosarcoma of lymph nodes of head face and neck") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.05" and @displayName="Reticulosarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188493000" and @displayName="Reticulosarcoma of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95230004" and @displayName="Reticulosarcoma of lymph nodes of multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.07" and @displayName="Reticulosarcoma of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95231000" and @displayName="Reticulosarcoma of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="200.00" and @displayName="Reticulosarcoma of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="373168002" and @displayName="Reticulosarcoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.03" and @displayName="RETRACTED NIPPLE PREG/LACT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.03" and @displayName="RETRACTED NIPPLE PREG/LACT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.03" and @displayName="RETRACTED NIPPLE PREG/LACT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.02" and @displayName="RETRACTED NIPPLE PREG/LACT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.02" and @displayName="RETRACTED NIPPLE PREG/LACT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.02" and @displayName="RETRACTED NIPPLE PREG/LACT-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.01" and @displayName="RETRACTED NIPPLE PREG/LACT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.01" and @displayName="RETRACTED NIPPLE PREG/LACT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.01" and @displayName="RETRACTED NIPPLE PREG/LACT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.00" and @displayName="RETRACTED NIPPLE PREG/LACT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.00" and @displayName="RETRACTED NIPPLE PREG/LACT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.00" and @displayName="RETRACTED NIPPLE PREG/LACT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.04" and @displayName="RETRACTED NIPPLE PREG/LACT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.04" and @displayName="RETRACTED NIPPLE PREG/LACT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.04" and @displayName="RETRACTED NIPPLE PREG/LACT-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.33" and @displayName="RETROVERTED UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.33" and @displayName="RETROVERTED UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.33" and @displayName="RETROVERTED UTERUS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.32" and @displayName="RETROVERTED UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.32" and @displayName="RETROVERTED UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.32" and @displayName="RETROVERTED UTERUS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.31" and @displayName="RETROVERTED UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.31" and @displayName="RETROVERTED UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.31" and @displayName="RETROVERTED UTERUS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.30" and @displayName="RETROVERTED UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.30" and @displayName="RETROVERTED UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.30" and @displayName="RETROVERTED UTERUS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.34" and @displayName="RETROVERTED UTERUS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.34" and @displayName="RETROVERTED UTERUS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.34" and @displayName="RETROVERTED UTERUS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.13" and @displayName="RH ISOIMMUNIZAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.13" and @displayName="RH ISOIMMUNIZAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.13" and @displayName="RH ISOIMMUNIZAT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.11" and @displayName="RH ISOIMMUNIZAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.11" and @displayName="RH ISOIMMUNIZAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.11" and @displayName="RH ISOIMMUNIZAT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.10" and @displayName="RH ISOIMMUNIZAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.10" and @displayName="RH ISOIMMUNIZAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="656.10" and @displayName="RH ISOIMMUNIZAT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="395.2" and @displayName="RHEUMAT AORTIC STEN/INSUFF") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="395.0" and @displayName="RHEUMAT AORTIC STENOSIS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="17759006" and @displayName="Rheumatic aortic stenosis with regurgitation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="72011007" and @displayName="Rheumatic aortic stenosis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="398.91" and @displayName="Rheumatic heart failure (congestive)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43736008" and @displayName="Rheumatic left ventricular failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81552002" and @displayName="Rheumatic mitral vlave insuffuency AND aortic valve stenosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277550009" and @displayName="Richters syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="73459006" and @displayName="Right branch block incomplete anterior fascicular block AND incomplete posterior fascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43906007" and @displayName="Right bundle branch block AND incomplete left bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="30667004" and @displayName="Right bundle branch block AND left anterior fascicular block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46319007" and @displayName="Right bundle branch block AND left posterior fascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="32758004" and @displayName="Right bundle branch block with left bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="41863008" and @displayName="Right bundle branch block anterior fascicular block AND incomplete posterior fascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="32425009" and @displayName="Right bundle branch block anterior fascicular block AND posterior fascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="66568003" and @displayName="Right bundle branch block posterior fascicular block AND incomplete anterior fascicular block ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59118001" and @displayName="Right bundle branch block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="123642008" and @displayName="Right coronary artery occlusion") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253728007" and @displayName="Right dominant coronary system") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426012001" and @displayName="Right heart failure due to pulmonary hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44313006" and @displayName="Right heart failure secondary to left heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="128404006" and @displayName="Right heart failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="10365005" and @displayName="Right main coronary artery thrombosis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253726006" and @displayName="Right ventricle-denpendent coronary circulation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="367363000" and @displayName="Right ventricular failure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160619003" and @displayName="Rolls own cigarettes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="20852007" and @displayName="Romano-Ward syndrome") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.0" and @displayName="Routine general medical examination at a health care facility") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.0" and @displayName="Routine general medical examination at a health care facility") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.0" and @displayName="Routine general medical examination at a health care facility") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.0" and @displayName="Routine general medical examination at a health care facility") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V20.2" and @displayName="Routine infant or child health check") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V20.2" and @displayName="Routine infant or child health check") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.53" and @displayName="RUBELLA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.53" and @displayName="RUBELLA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.53" and @displayName="RUBELLA IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.52" and @displayName="RUBELLA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.52" and @displayName="RUBELLA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.52" and @displayName="RUBELLA IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.51" and @displayName="RUBELLA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.51" and @displayName="RUBELLA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.51" and @displayName="RUBELLA IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.50" and @displayName="RUBELLA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.50" and @displayName="RUBELLA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.50" and @displayName="RUBELLA IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.54" and @displayName="RUBELLA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.54" and @displayName="RUBELLA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.54" and @displayName="RUBELLA IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.09" and @displayName="Rubella with other neurological complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.79" and @displayName="Rubella with other specified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.8" and @displayName="Rubella with unspecified complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.00" and @displayName="Rubella with unspecified neurological complications") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="056.9" and @displayName="Rubella without mention of complications") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251172008" and @displayName="Run of artial premature complexes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251177002" and @displayName="Run of ventriclar premature complexes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.11" and @displayName="RUPT UTERUS DURING LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.11" and @displayName="RUPT UTERUS DURING LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.11" and @displayName="RUPT UTERUS DURING LABOR NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.10" and @displayName="RUPT UTERUS DURING LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.10" and @displayName="RUPT UTERUS DURING LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="665.10" and @displayName="RUPT UTERUS DURING LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.3" and @displayName="Scr fetl malfrm-ultrasnd") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.3" and @displayName="Scr fetl malfrm-ultrasnd") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.3" and @displayName="Scr fetl malfrm-ultrasnd") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.2" and @displayName="Screen by amniocent NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.2" and @displayName="Screen by amniocent NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.2" and @displayName="Screen by amniocent NEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.1" and @displayName="Screen-alphafetoprotein") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.1" and @displayName="Screen-alphafetoprotein") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.1" and @displayName="Screen-alphafetoprotein") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.4" and @displayName="Screen-fetal retardation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.4" and @displayName="Screen-fetal retardation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.4" and @displayName="Screen-fetal retardation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.5" and @displayName="Screen-isoimmunization") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.5" and @displayName="Screen-isoimmunization") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.5" and @displayName="Screen-isoimmunization") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.0" and @displayName="Screening-chromosom anom") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.0" and @displayName="Screening-chromosom anom") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.0" and @displayName="Screening-chromosom anom") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.81" and @displayName="Scrn fetal anatmc survey") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.81" and @displayName="Scrn fetal anatmc survey") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.81" and @displayName="Scrn fetal anatmc survey") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.82" and @displayName="Scrn risk preterm labor") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.82" and @displayName="Scrn risk preterm labor") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V28.82" and @displayName="Scrn risk preterm labor") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="197.5" and @displayName="SEC MALIG NEO LG BOWEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.13" and @displayName="SEC UTERINE INERTIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.13" and @displayName="SEC UTERINE INERTIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.13" and @displayName="SEC UTERINE INERTIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.11" and @displayName="SEC UTERINE INERTIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.11" and @displayName="SEC UTERINE INERTIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.11" and @displayName="SEC UTERINE INERTIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.10" and @displayName="SEC UTERINE INERTIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.10" and @displayName="SEC UTERINE INERTIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.10" and @displayName="SEC UTERINE INERTIA-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195042002" and @displayName="Second degree atrioventricular block") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="425.9" and @displayName="Secondary cardiomyopathy unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13196008" and @displayName="Secondary diabetes insipidus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13196008" and @displayName="Secondary diabetes insipidus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13196008" and @displayName="Secondary diabetes insipidus") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.20" and @displayName="Secondary diabetes mellitus with hyperosmolarity not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.21" and @displayName="Secondary diabetes mellitus with hyperosmolarity uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.10" and @displayName="Secondary diabetes mellitus with ketoacidosis not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.11" and @displayName="Secondary diabetes mellitus with ketoacidosis uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.60" and @displayName="Secondary diabetes mellitus with neurological manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.61" and @displayName="Secondary diabetes mellitus with neurological manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.50" and @displayName="Secondary diabetes mellitus with ophthalmic manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.51" and @displayName="Secondary diabetes mellitus with ophthalmic manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.30" and @displayName="Secondary diabetes mellitus with other coma not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.31" and @displayName="Secondary diabetes mellitus with other coma uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.80" and @displayName="Secondary diabetes mellitus with other specified manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.81" and @displayName="Secondary diabetes mellitus with other specified manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.70" and @displayName="Secondary diabetes mellitus with peripheral circulatory disorders not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.71" and @displayName="Secondary diabetes mellitus with peripheral circulatory disorders uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.40" and @displayName="Secondary diabetes mellitus with renal manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.41" and @displayName="Secondary diabetes mellitus with renal manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.90" and @displayName="Secondary diabetes mellitus with unspecified complication not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.91" and @displayName="Secondary diabetes mellitus with unspecified complication uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.00" and @displayName="Secondary diabetes mellitus not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.01" and @displayName="Secondary diabetes mellitus uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.01" and @displayName="Secondary diabetes mellitus uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.01" and @displayName="Secondary diabetes mellitus uncontrolled") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8801005" and @displayName="Secondary diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8801005" and @displayName="Secondary diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="8801005" and @displayName="Secondary diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="74451002" and @displayName="Secondary diastolic hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.20" and @displayName="Secondary DM with hyperosmolarity not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.20" and @displayName="Secondary DM with hyperosmolarity not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.21" and @displayName="Secondary DM with hyperosmolarity uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.21" and @displayName="Secondary DM with hyperosmolarity uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.10" and @displayName="Secondary DM with ketoacidosis not stated as uncontrolled or unspecified[") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.10" and @displayName="Secondary DM with ketoacidosis not stated as uncontrolled or unspecified[") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.11" and @displayName="Secondary DM with ketoacidosis uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.11" and @displayName="Secondary DM with ketoacidosis uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.60" and @displayName="Secondary DM with neurological manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.60" and @displayName="Secondary DM with neurological manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.61" and @displayName="Secondary DM with neurological manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.61" and @displayName="Secondary DM with neurological manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.50" and @displayName="Secondary DM with ophthalmic manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.50" and @displayName="Secondary DM with ophthalmic manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.51" and @displayName="Secondary DM with ophthalmic manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.51" and @displayName="Secondary DM with ophthalmic manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.30" and @displayName="Secondary DM with other coma not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.30" and @displayName="Secondary DM with other coma not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.31" and @displayName="Secondary DM with other coma uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.31" and @displayName="Secondary DM with other coma uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.80" and @displayName="Secondary DM with other specified manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.80" and @displayName="Secondary DM with other specified manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.81" and @displayName="Secondary DM with other specified manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.81" and @displayName="Secondary DM with other specified manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.70" and @displayName="Secondary DM with peripheral circulatory disorders not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.70" and @displayName="Secondary DM with peripheral circulatory disorders not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.71" and @displayName="Secondary DM with peripheral circulatory disorders uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.71" and @displayName="Secondary DM with peripheral circulatory disorders uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.40" and @displayName="Secondary DM with renal manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.40" and @displayName="Secondary DM with renal manifestations not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.41" and @displayName="Secondary DM with renal manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.41" and @displayName="Secondary DM with renal manifestations uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.90" and @displayName="Secondary DM with unspecified complication not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.90" and @displayName="Secondary DM with unspecified complication not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.91" and @displayName="Secondary DM with unspecified complication uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.91" and @displayName="Secondary DM with unspecified complication uncontrolled") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.00" and @displayName="Secondary DM not stated as uncontrolled or unspecified") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="249.00" and @displayName="Secondary DM not stated as uncontrolled or unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237601000" and @displayName="Secondary endocrine diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237601000" and @displayName="Secondary endocrine diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237601000" and @displayName="Secondary endocrine diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="31992008" and @displayName="Secondary hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94175004" and @displayName="Secondary malignant neoplasm of appendix") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94179005" and @displayName="Secondary malignant neoplasm of ascending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94235004" and @displayName="Secondary malignant neoplasm of cecum") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94260004" and @displayName="Secondary malignant neoplasm of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94271003" and @displayName="Secondary malignant neoplasm of descending colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94328005" and @displayName="Secondary malignant neoplasm of hepatic flexure of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94509004" and @displayName="Secondary malignant neoplasm of rectosigmoid junction") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94538001" and @displayName="Secondary malignant neoplasm of sigmoid colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94604000" and @displayName="Secondary malignant neoplasm of splenic flexure of colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="94643001" and @displayName="Secondary malignant neoplasm of transverse colon") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="305849009" and @displayName="Seen by dietetics - service") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="305849009" and @displayName="Seen by dietetics - service") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="401068004" and @displayName="Seen by smoking cessation advisor") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.01" and @displayName="Selective IgA immunodeficiency") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.02" and @displayName="Selective IgM immunodeficiency") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277639002" and @displayName="Sepsis-associated right ventricular failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.33" and @displayName="SEPTICEMIA IN LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.33" and @displayName="SEPTICEMIA IN LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.33" and @displayName="SEPTICEMIA IN LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.31" and @displayName="SEPTICEMIA IN LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.31" and @displayName="SEPTICEMIA IN LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.31" and @displayName="SEPTICEMIA IN LABOR-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.30" and @displayName="SEPTICEMIA IN LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.30" and @displayName="SEPTICEMIA IN LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.30" and @displayName="SEPTICEMIA IN LABOR-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38720006" and @displayName="Septuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38720006" and @displayName="Septuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38720006" and @displayName="Septuplet pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.06" and @displayName="SEV NONPROLF DB RETNOPH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.06" and @displayName="SEV NONPROLF DB RETNOPH") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="362.06" and @displayName="SEV NONPROLF DB RETNOPH") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312905005" and @displayName="Severe nonproliferative diabetic retinopathy ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312905005" and @displayName="Severe nonproliferative diabetic retinopathy ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="312905005" and @displayName="Severe nonproliferative diabetic retinopathy ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="370221004" and @displayName="Severe asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426656000" and @displayName="Severe persistent asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46764007" and @displayName="Severe pre-eclampsia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.53" and @displayName="SEVERE PREECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.53" and @displayName="SEVERE PREECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.53" and @displayName="SEVERE PREECLAMPSIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.52" and @displayName="SEVERE PREECLAMPSIA-DELIVERED-W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.52" and @displayName="SEVERE PREECLAMPSIA-DELIVERED-W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.52" and @displayName="SEVERE PREECLAMPSIA-DELIVERED-W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.51" and @displayName="SEVERE PREECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.51" and @displayName="SEVERE PREECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.51" and @displayName="SEVERE PREECLAMPSIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.50" and @displayName="SEVERE PREECLAMPSIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.50" and @displayName="SEVERE PREECLAMPSIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.50" and @displayName="SEVERE PREECLAMPSIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.54" and @displayName="SEVERE PREECLAMPSIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.54" and @displayName="SEVERE PREECLAMPSIA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.54" and @displayName="SEVERE PREECLAMPSIA-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49044005" and @displayName="Severe sinus bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43990006" and @displayName="Sextuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43990006" and @displayName="Sextuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="43990006" and @displayName="Sextuplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95264000" and @displayName="S�zarys disease of extranodal AND/OR solid organ site") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188632001" and @displayName="S�zarys disease of intra-abdominal lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.23" and @displayName="Sezarys disease of intra-abdominal lympn nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.26" and @displayName="Sezarys disease of intrapelvic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188635004" and @displayName="S�zarys disease of intrapelvic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.22" and @displayName="Sezarys disease of intrathoracic lymph nodes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188631008" and @displayName="S�zarys disease of intrathoracic lymph nodes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.28" and @displayName="Sezarys disease of lymph nodes multiple sites") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.24" and @displayName="Sezarys disease of lymph nodes of axilla and upper limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188633006" and @displayName="S�zarys disease of lymph nodes of axilla AND/OR upper limb") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.21" and @displayName="Sezarys disease of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188630009" and @displayName="S�zarys disease of lymph nodes of head face and neck") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95260009" and @displayName="S�zarys disease of lymph nodes of head face AND/OR neck ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.25" and @displayName="Sezarys disease of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188634000" and @displayName="S�zarys disease of lymph nodes of inguinal region and lower limb") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95261008" and @displayName="S�zarys disease of lymph nodes of inguinal region AND/OR lower limb ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188637007" and @displayName="S�zarys disease of lymph nodes of multiple sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="255101006" and @displayName="S�zarys disease of skin") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.27" and @displayName="Sezarys disease of spleen") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="95263006" and @displayName="S�zarys disease of spleen") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="202.20" and @displayName="Sezarys disease of unspecified site extranodal and solid organ sites") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="118611004" and @displayName="S�zarys disease") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.43" and @displayName="SHORT CORD-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.43" and @displayName="SHORT CORD-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.43" and @displayName="SHORT CORD-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.41" and @displayName="SHORT CORD-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.41" and @displayName="SHORT CORD-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.41" and @displayName="SHORT CORD-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.40" and @displayName="SHORT CORD-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.40" and @displayName="SHORT CORD-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.40" and @displayName="SHORT CORD-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.43" and @displayName="SHOULDER DYSTOCIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.43" and @displayName="SHOULDER DYSTOCIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.43" and @displayName="SHOULDER DYSTOCIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.41" and @displayName="SHOULDER DYSTOCIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.41" and @displayName="SHOULDER DYSTOCIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.41" and @displayName="SHOULDER DYSTOCIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.40" and @displayName="SHOULDER DYSTOCIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.40" and @displayName="SHOULDER DYSTOCIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="660.40" and @displayName="SHOULDER DYSTOCIA-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="36083008" and @displayName="Sick sinus syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="371805005" and @displayName="Significant coronary bypass graft disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253721001" and @displayName="Single coronary artery fistula") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="21981000" and @displayName="Single coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="194842008" and @displayName="Single coronary vessel disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="419752005" and @displayName="Sinoatrial nodal reentrant tachycardia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="427.81" and @displayName="SINOATRIAL NODE DYSFUNCT") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233891009" and @displayName="Sinoatrial node tachycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="49710005" and @displayName="Sinus bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="60423000" and @displayName="Sinus node dysfuntion") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251161003" and @displayName="Slow ventricular response") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404138009" and @displayName="Small lymphocytic B-cell lymphoma involving skin") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="77176002" and @displayName="Smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="384742004" and @displayName="Smoking cessation assistance") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="225323000" and @displayName="Smoking cessation education") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="401160008" and @displayName="Smoking cessation program start date") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="430338009" and @displayName="Smoldering chronic lymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="413587002" and @displayName="Smoldering myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228489002" and @displayName="Snuff use") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81911001" and @displayName="Snuff user") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228494002" and @displayName="Snuff user") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426336007" and @displayName="Solitary osseous myeloma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404157000" and @displayName="Specific skin infiltration in Hodgkins disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277551008" and @displayName="Splemic lymphoma with villous lymphocytes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.72" and @displayName="SPON AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.72" and @displayName="SPON AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.72" and @displayName="SPON AB W COMPL NEC-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.71" and @displayName="SPON AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.71" and @displayName="SPON AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.71" and @displayName="SPON AB W COMPL NEC-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.70" and @displayName="SPON AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.70" and @displayName="SPON AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.70" and @displayName="SPON AB W COMPL NEC-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.82" and @displayName="SPON AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.82" and @displayName="SPON AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.82" and @displayName="SPON AB W COMPL NOS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.81" and @displayName="SPON AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.81" and @displayName="SPON AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.81" and @displayName="SPON AB W COMPL NOS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.80" and @displayName="SPON AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.80" and @displayName="SPON AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.80" and @displayName="SPON AB W COMPL NOS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.42" and @displayName="SPON AB W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.42" and @displayName="SPON AB W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.42" and @displayName="SPON AB W METAB DIS-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.41" and @displayName="SPON AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.41" and @displayName="SPON AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.41" and @displayName="SPON AB W METAB DIS-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.40" and @displayName="SPON AB W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.40" and @displayName="SPON AB W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.40" and @displayName="SPON AB W METAB DIS-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.22" and @displayName="SPON AB W PEL DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.22" and @displayName="SPON AB W PEL DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.22" and @displayName="SPON AB W PEL DAMAG-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.20" and @displayName="SPON AB W PEL DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.20" and @displayName="SPON AB W PEL DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.20" and @displayName="SPON AB W PEL DAMAG-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.21" and @displayName="SPON AB W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.21" and @displayName="SPON AB W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.21" and @displayName="SPON AB W PELV DAMAG-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.32" and @displayName="SPON AB W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.32" and @displayName="SPON AB W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.32" and @displayName="SPON AB W REN FAIL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.31" and @displayName="SPON AB W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.31" and @displayName="SPON AB W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.31" and @displayName="SPON AB W REN FAIL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.30" and @displayName="SPON AB W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.30" and @displayName="SPON AB W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.30" and @displayName="SPON AB W REN FAIL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.02" and @displayName="SPON ABOR W PEL INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.02" and @displayName="SPON ABOR W PEL INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.02" and @displayName="SPON ABOR W PEL INF-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.00" and @displayName="SPON ABOR W PEL INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.00" and @displayName="SPON ABOR W PEL INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.00" and @displayName="SPON ABOR W PEL INF-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.01" and @displayName="SPON ABOR W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.01" and @displayName="SPON ABOR W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.01" and @displayName="SPON ABOR W PELV INF-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.92" and @displayName="SPON ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.92" and @displayName="SPON ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.92" and @displayName="SPON ABORT UNCOMPL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.91" and @displayName="SPON ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.91" and @displayName="SPON ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.91" and @displayName="SPON ABORT UNCOMPL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.90" and @displayName="SPON ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.90" and @displayName="SPON ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.90" and @displayName="SPON ABORT UNCOMPL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.62" and @displayName="SPON ABORT W EMBOL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.62" and @displayName="SPON ABORT W EMBOL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.62" and @displayName="SPON ABORT W EMBOL-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.61" and @displayName="SPON ABORT W EMBOL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.61" and @displayName="SPON ABORT W EMBOL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.61" and @displayName="SPON ABORT W EMBOL-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.60" and @displayName="SPON ABORT W EMBOL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.60" and @displayName="SPON ABORT W EMBOL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.60" and @displayName="SPON ABORT W EMBOL-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.12" and @displayName="SPON ABORT W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.12" and @displayName="SPON ABORT W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.12" and @displayName="SPON ABORT W HEMORR-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.11" and @displayName="SPON ABORT W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.11" and @displayName="SPON ABORT W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.11" and @displayName="SPON ABORT W HEMORR-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.10" and @displayName="SPON ABORT W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.10" and @displayName="SPON ABORT W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.10" and @displayName="SPON ABORT W HEMORR-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.52" and @displayName="SPON ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.52" and @displayName="SPON ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.52" and @displayName="SPON ABORT W SHOCK-COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.51" and @displayName="SPON ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.51" and @displayName="SPON ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.51" and @displayName="SPON ABORT W SHOCK-INC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.50" and @displayName="SPON ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.50" and @displayName="SPON ABORT W SHOCK-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="634.50" and @displayName="SPON ABORT W SHOCK-UNSP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404117003" and @displayName="Spongiotic mycosis fungoides") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.53" and @displayName="SPOTTING-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.53" and @displayName="SPOTTING-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.53" and @displayName="SPOTTING-ANTEPARTUM") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.51" and @displayName="SPOTTING-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.51" and @displayName="SPOTTING-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.51" and @displayName="SPOTTING-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.50" and @displayName="SPOTTING-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.50" and @displayName="SPOTTING-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.50" and @displayName="SPOTTING-UNSPECIFIED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V45.81" and @displayName="STATUS-POST AORTOCOR BPS GRAFT") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V45.01" and @displayName="STATUS-POST PACEMAKER ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V45.82" and @displayName="STATUS-POST PTCA") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190416008" and @displayName="Steroid-induced diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190416008" and @displayName="Steroid-induced diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190416008" and @displayName="Steroid-induced diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190447002" and @displayName="Steroid-induced diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190447002" and @displayName="Steroid-induced diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190447002" and @displayName="Steroid-induced diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="46935006" and @displayName="Stoke-Adams syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="13620007" and @displayName="Stoke-Adams-Morgagni syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160579004" and @displayName="Stopped drinking alcohol") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="625.6" and @displayName="Stress incontinence female") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188746008" and @displayName="Subacte monocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427056005" and @displayName="Subactue leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.22" and @displayName="Subacute leukemia of unspecified cell type in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.21" and @displayName="Subacute leukemia of unspecified cell type in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.20" and @displayName="Subacute leukemia of unspecified cell type without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="302855005" and @displayName="Subacute leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188726003" and @displayName="Subacute lymhoid leukemia") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.22" and @displayName="Subacute lymphoid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.21" and @displayName="Subacute lymphoid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="426370008" and @displayName="Subacute lymphoid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.20" and @displayName="Subacute lymphoid leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.22" and @displayName="Subacute monocytic leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.21" and @displayName="Subacute monocytic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.20" and @displayName="Subacute monocytic leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.22" and @displayName="Subacute myeloid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.21" and @displayName="Subacute myeloid leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="425749006" and @displayName="Subacute myeloid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.20" and @displayName="Subacute myeloid leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188736006" and @displayName="Subacute myeloid leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="188770007" and @displayName="Subacute myelomonocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404133000" and @displayName="Subcutaneous panniculitic cutaneous T-cell lymphoma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.71" and @displayName="SUBENDO INFARCT INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.72" and @displayName="SUBENDO INFARCT SUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.70" and @displayName="SUBENDO INFARCT UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="424199006" and @displayName="Substance induced asthma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233688007" and @displayName="Sulfite-induced asthma") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.23" and @displayName="SUPERFICIAL THRMBOPHLEB-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.23" and @displayName="SUPERFICIAL THRMBOPHLEB-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.23" and @displayName="SUPERFICIAL THRMBOPHLEB-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.22" and @displayName="SUPERFICIAL THRMBOPHLEB-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.22" and @displayName="SUPERFICIAL THRMBOPHLEB-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.22" and @displayName="SUPERFICIAL THRMBOPHLEB-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.21" and @displayName="SUPERFICIAL THRMBOPHLEB-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.21" and @displayName="SUPERFICIAL THRMBOPHLEB-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.21" and @displayName="SUPERFICIAL THRMBOPHLEB-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.20" and @displayName="SUPERFICIAL THRMBOPHLEB-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.20" and @displayName="SUPERFICIAL THRMBOPHLEB-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.20" and @displayName="SUPERFICIAL THRMBOPHLEB-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.24" and @displayName="SUPERFICIAL THRMBOPHLEB-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.24" and @displayName="SUPERFICIAL THRMBOPHLEB-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.24" and @displayName="SUPERFICIAL THRMBOPHLEB-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.0" and @displayName="SUPERVISION NORMAL 1ST PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.0" and @displayName="SUPERVISION NORMAL 1ST PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.0" and @displayName="SUPERVISION NORMAL 1ST PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.1" and @displayName="SUPERVISION OTH NORMAL PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.1" and @displayName="SUPERVISION OTH NORMAL PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V22.1" and @displayName="SUPERVISION OTH NORMAL PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.84" and @displayName="SUPERVISION PREG ELDERLY PRIMIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.84" and @displayName="SUPERVISION PREG ELDERLY PRIMIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.84" and @displayName="SUPERVISION PREG ELDERLY PRIMIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.9" and @displayName="SUPERVISION PREG YOUNG PRIMIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.9" and @displayName="SUPERVISION PREG YOUNG PRIMIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.9" and @displayName="SUPERVISION PREG YOUNG PRIMIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.89" and @displayName="SUPERVSION PREG ELDERLY MULTIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.89" and @displayName="SUPERVSION PREG ELDERLY MULTIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V23.89" and @displayName="SUPERVSION PREG ELDERLY MULTIGRAVIDA") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.53" and @displayName="SUPPRESSED LACTATION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.53" and @displayName="SUPPRESSED LACTATION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.53" and @displayName="SUPPRESSED LACTATION-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.52" and @displayName="SUPPRESSED LACTATION-DEL W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.52" and @displayName="SUPPRESSED LACTATION-DEL W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.52" and @displayName="SUPPRESSED LACTATION-DEL W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.51" and @displayName="SUPPRESSED LACTATION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.51" and @displayName="SUPPRESSED LACTATION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.51" and @displayName="SUPPRESSED LACTATION-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.50" and @displayName="SUPPRESSED LACTATION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.50" and @displayName="SUPPRESSED LACTATION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.50" and @displayName="SUPPRESSED LACTATION-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.54" and @displayName="SUPPRESSED LACTATION-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.54" and @displayName="SUPPRESSED LACTATION-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.54" and @displayName="SUPPRESSED LACTATION-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="72654001" and @displayName="Supraventricular arrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251168009" and @displayName="Supraventricular bigeminy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="63593006" and @displayName="Supraventricular premature beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59720008" and @displayName="Sustained diastolic hyertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429243003" and @displayName="Sustained ventricular fibrillation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230664009" and @displayName="Sympathotonic orthostatic hypotension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="432524006" and @displayName="Syncope due to orthostatic hypotension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.01" and @displayName="SYPHILIS IN PREG -DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.01" and @displayName="SYPHILIS IN PREG -DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.01" and @displayName="SYPHILIS IN PREG -DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.03" and @displayName="SYPHILIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.03" and @displayName="SYPHILIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.03" and @displayName="SYPHILIS IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.02" and @displayName="SYPHILIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.02" and @displayName="SYPHILIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.02" and @displayName="SYPHILIS IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.00" and @displayName="SYPHILIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.00" and @displayName="SYPHILIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.00" and @displayName="SYPHILIS IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.04" and @displayName="SYPHILIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.04" and @displayName="SYPHILIS IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.04" and @displayName="SYPHILIS IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240567009" and @displayName="Syphilitic coronary artery disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="62207008" and @displayName="Syphilitic ostial coronary disease") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="429457004" and @displayName="Systolic essential hypertension") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="417996009" and @displayName="Systolic heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.20" and @displayName="SYSTOLIC HRT FAILURE NOS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="56218007" and @displayName="Systolic hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="428.40" and @displayName="SYSTOLIC/DIASTOLIC HF") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="427642009" and @displayName="T-cell acute lymphoblastic leukemia in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277575008" and @displayName="T-cell acute lymphoblastic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="422172005" and @displayName="T-cell AND/OR NK cell neoplasm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277545003" and @displayName="T-cell chronic lymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109978004" and @displayName="T-cell lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="277567002" and @displayName="T-cell prolymphocytic leukemia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="109975001" and @displayName="T-zone lymphoma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="74615001" and @displayName="Tachycardia-bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="268523001" and @displayName="Target weight discussed") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="268523001" and @displayName="Target weight discussed") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="268523001" and @displayName="Target weight discussed") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.33" and @displayName="TB IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.33" and @displayName="TB IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.33" and @displayName="TB IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.32" and @displayName="TB IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.32" and @displayName="TB IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.32" and @displayName="TB IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.31" and @displayName="TB IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.31" and @displayName="TB IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.31" and @displayName="TB IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.30" and @displayName="TB IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.30" and @displayName="TB IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.30" and @displayName="TB IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.34" and @displayName="TB IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.34" and @displayName="TB IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="647.34" and @displayName="TB IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237240001" and @displayName="Teenage pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237240001" and @displayName="Teenage pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237240001" and @displayName="Teenage pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162607003" and @displayName="TERMINAL ILLNESS - EARLY STAGE ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162607003" and @displayName="Terminal illness - early stage") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162607003" and @displayName="Terminal illness - early stage") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162608008" and @displayName="TERMINAL ILLNESS - LATE STAGE ") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162608008" and @displayName="Terminal illness - late stage") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="162608008" and @displayName="Terminal illness - late stage") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="300936002" and @displayName="Terminal illness") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="300936002" and @displayName="Terminal illness") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="300936002" and @displayName="TERMINAL ILLNESS") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="300936002" and @displayName="Terminal illness") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.02" and @displayName="THIRD-STAGE HEM-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.02" and @displayName="THIRD-STAGE HEM-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.02" and @displayName="THIRD-STAGE HEM-DELIVERED W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.00" and @displayName="THIRD-STAGE HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.00" and @displayName="THIRD-STAGE HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.00" and @displayName="THIRD-STAGE HEM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.04" and @displayName="THIRD-STAGE HEM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.04" and @displayName="THIRD-STAGE HEM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="666.04" and @displayName="THIRD-STAGE HEM-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="240470005" and @displayName="Thoracic herpes zoster infection") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.03" and @displayName="THREATEN ABORT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.03" and @displayName="THREATEN ABORT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.03" and @displayName="THREATEN ABORT-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.01" and @displayName="THREATENED ABORT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.01" and @displayName="THREATENED ABORT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.01" and @displayName="THREATENED ABORT-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.00" and @displayName="THREATENED ABORT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.00" and @displayName="THREATENED ABORT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="640.00" and @displayName="THREATENED ABORT-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.13" and @displayName="THREATENED LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.13" and @displayName="THREATENED LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.13" and @displayName="THREATENED LABOR NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.10" and @displayName="THREATENED LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.10" and @displayName="THREATENED LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.10" and @displayName="THREATENED LABOR NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.03" and @displayName="THREATENED PREM LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.03" and @displayName="THREATENED PREM LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.03" and @displayName="THREATENED PREM LABOR-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.00" and @displayName="THREATENED PREM LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.00" and @displayName="THREATENED PREM LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="644.00" and @displayName="THREATENED PREM LABOR-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.13" and @displayName="THYROID DYSFUN IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.13" and @displayName="THYROID DYSFUN IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.13" and @displayName="THYROID DYSFUN IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.12" and @displayName="THYROID DYSFUN IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.12" and @displayName="THYROID DYSFUN IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.12" and @displayName="THYROID DYSFUN IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.11" and @displayName="THYROID DYSFUN IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.11" and @displayName="THYROID DYSFUN IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.11" and @displayName="THYROID DYSFUN IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.10" and @displayName="THYROID DYSFUN IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.10" and @displayName="THYROID DYSFUN IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.10" and @displayName="THYROID DYSFUN IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.14" and @displayName="THYROID DYSFUN IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.14" and @displayName="THYROID DYSFUN IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="648.14" and @displayName="THYROID DYSFUN IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191889006" and @displayName="Tobacco dependence in remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="89765005" and @displayName="Tobacco dependence syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191887008" and @displayName="Tobacco dependence continuous") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="191888003" and @displayName="Tobacco dependence episodic") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="365981007" and @displayName="Tobacco smoking behavior") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="365982000" and @displayName="Tobacco smoking consumption") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="229819007" and @displayName="Tobacco use and exposure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="365980008" and @displayName="Tobacco use and exposure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.03" and @displayName="TOBACCO USE DIS-ANTEPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.03" and @displayName="TOBACCO USE DIS-ANTEPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.03" and @displayName="TOBACCO USE DIS-ANTEPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.02" and @displayName="TOBACCO USE DIS-DEL-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.02" and @displayName="TOBACCO USE DIS-DEL-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.02" and @displayName="TOBACCO USE DIS-DEL-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.04" and @displayName="TOBACCO USE DIS-POSTPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.04" and @displayName="TOBACCO USE DIS-POSTPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.04" and @displayName="TOBACCO USE DIS-POSTPART") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.01" and @displayName="TOBACCO USE DISOR-DELLIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.01" and @displayName="TOBACCO USE DISOR-DELLIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.01" and @displayName="TOBACCO USE DISOR-DELLIV") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.00" and @displayName="TOBACCO USE DISORD-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.00" and @displayName="TOBACCO USE DISORD-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.00" and @displayName="TOBACCO USE DISORD-UNSP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="110483000" and @displayName="Tobacco user") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="365978002" and @displayName="Tolerance to alcohol - finding") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="53896009" and @displayName="Tolerant ex-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87739003" and @displayName="Tolerant non-smoker") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="129853007" and @displayName="Total urinary incontinence") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.74" and @displayName="TOX W PRE--EXSIST HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.74" and @displayName="TOX W PRE--EXSIST HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.74" and @displayName="TOX W PRE--EXSIST HYP-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.73" and @displayName="TOX W PRE-EXSIST HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.73" and @displayName="TOX W PRE-EXSIST HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.73" and @displayName="TOX W PRE-EXSIST HYP-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.72" and @displayName="TOX W PRE-EXSIST HYP-DELIVERED P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.72" and @displayName="TOX W PRE-EXSIST HYP-DELIVERED P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.72" and @displayName="TOX W PRE-EXSIST HYP-DELIVERED P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.71" and @displayName="TOX W PRE-EXSIST HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.71" and @displayName="TOX W PRE-EXSIST HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.71" and @displayName="TOX W PRE-EXSIST HYP-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.70" and @displayName="TOX W PRE-EXSIST HYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.70" and @displayName="TOX W PRE-EXSIST HYP-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.70" and @displayName="TOX W PRE-EXSIST HYP-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="15394000" and @displayName="Toxemia of pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="82782008" and @displayName="Toxic effect of ethyl alcohol") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.33" and @displayName="TRANS HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.33" and @displayName="TRANS HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.33" and @displayName="TRANS HYP IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.32" and @displayName="TRANS HYP IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.32" and @displayName="TRANS HYP IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.32" and @displayName="TRANS HYP IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.31" and @displayName="TRANS HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.31" and @displayName="TRANS HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.31" and @displayName="TRANS HYP IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.30" and @displayName="TRANS HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.30" and @displayName="TRANS HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.30" and @displayName="TRANS HYP IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.34" and @displayName="TRANS HYP IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.34" and @displayName="TRANS HYP IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="642.34" and @displayName="TRANS HYP IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="262941008" and @displayName="Transection of coronary artery") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198966006" and @displayName="Transient hypertension of pregnancy - delivered with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198965005" and @displayName="Transient hypertension of pregnancy - delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198967002" and @displayName="Transient hypertension of pregnancy - not delivered") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="198968007" and @displayName="Transient hypertension of pregnancy with postnatal complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="237279007" and @displayName="Transient hypertension of pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="52698002" and @displayName="Transient hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.33" and @displayName="TRANSV/OBLIQ LIE-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.33" and @displayName="TRANSV/OBLIQ LIE-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.33" and @displayName="TRANSV/OBLIQ LIE-ANTEPARUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.31" and @displayName="TRANSV/OBLIQ LIE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.31" and @displayName="TRANSV/OBLIQ LIE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.31" and @displayName="TRANSV/OBLIQ LIE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.30" and @displayName="TRANSV/OBLIQ LIE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.30" and @displayName="TRANSV/OBLIQ LIE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.30" and @displayName="TRANSV/OBLIQ LIE-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="86014007" and @displayName="Trifascicular block") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="441024003" and @displayName="Trifurcation lesion of coronary artery") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.13" and @displayName="TRIPLET PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.13" and @displayName="TRIPLET PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.13" and @displayName="TRIPLET PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.11" and @displayName="TRIPLET PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.11" and @displayName="TRIPLET PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.11" and @displayName="TRIPLET PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.10" and @displayName="TRIPLET PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.10" and @displayName="TRIPLET PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.10" and @displayName="TRIPLET PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="64254006" and @displayName="Triplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="64254006" and @displayName="Triplet pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="64254006" and @displayName="Triplet pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.43" and @displayName="TRIPLETS W FET LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.43" and @displayName="TRIPLETS W FET LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.43" and @displayName="TRIPLETS W FET LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.41" and @displayName="TRIPLETS W FET LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.41" and @displayName="TRIPLETS W FET LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.41" and @displayName="TRIPLETS W FET LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.40" and @displayName="TRIPLETS W FET LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.40" and @displayName="TRIPLETS W FET LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.40" and @displayName="TRIPLETS W FET LOSS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="266920004" and @displayName="Trival cigarette smoker (less than one cigarette/day)") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.61" and @displayName="TRUE POST INFARCT INITIAL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.62" and @displayName="TRUE POST INFARCTSUBSEQ") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="410.60" and @displayName="TRUE POST INFARCTUNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.11" and @displayName="TUBAL PREG W INTRA PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.11" and @displayName="TUBAL PREG W INTRA PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.11" and @displayName="TUBAL PREG W INTRA PREG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.10" and @displayName="TUBAL PREG W/O INTRA PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.10" and @displayName="TUBAL PREG W/O INTRA PRG") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="633.10" and @displayName="TUBAL PREG W/O INTRA PRG") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79586000" and @displayName="Tubal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79586000" and @displayName="Tubal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="79586000" and @displayName="Tubal pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="404113004" and @displayName="Tumor stage mycosis fungoides") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.03" and @displayName="TWIN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.03" and @displayName="TWIN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.03" and @displayName="TWIN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.01" and @displayName="TWIN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.01" and @displayName="TWIN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.01" and @displayName="TWIN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.00" and @displayName="TWIN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.00" and @displayName="TWIN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.00" and @displayName="TWIN PREG-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65147003" and @displayName="Twin pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65147003" and @displayName="Twin pregnancy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="65147003" and @displayName="Twin pregnancy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.33" and @displayName="TWINS W FETAL LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.33" and @displayName="TWINS W FETAL LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.33" and @displayName="TWINS W FETAL LOSS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.31" and @displayName="TWINS W FETAL LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.31" and @displayName="TWINS W FETAL LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.31" and @displayName="TWINS W FETAL LOSS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.30" and @displayName="TWINS W FETAL LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.30" and @displayName="TWINS W FETAL LOSS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="651.30" and @displayName="TWINS W FETAL LOSS-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190371008" and @displayName="Type I diabetes mellitus - poor control") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190371008" and @displayName="Type I diabetes mellitus - poor control") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190371008" and @displayName="Type I diabetes mellitus - poor control") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190372001" and @displayName="Type I diabetes mellitus maturity onseet") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190372001" and @displayName="Type I diabetes mellitus maturity onseet") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190372001" and @displayName="Type I diabetes mellitus maturity onseet") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314893005" and @displayName="Type I diabetes mellitus with arthtopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314893005" and @displayName="Type I diabetes mellitus with arthtopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314893005" and @displayName="Type I diabetes mellitus with arthtopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190369008" and @displayName="Type I diabetes mellitus with gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190369008" and @displayName="Type I diabetes mellitus with gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190369008" and @displayName="Type I diabetes mellitus with gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314771006" and @displayName="Type I diabetes mellitus with hypoglycemic coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314771006" and @displayName="Type I diabetes mellitus with hypoglycemic coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314771006" and @displayName="Type I diabetes mellitus with hypoglycemic coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190368000" and @displayName="Type I diabetes mellitus with ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190368000" and @displayName="Type I diabetes mellitus with ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190368000" and @displayName="Type I diabetes mellitus with ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313435000" and @displayName="Type I diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313435000" and @displayName="Type I diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313435000" and @displayName="Type I diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190392008" and @displayName="Type II diabetes mellitus - poor control") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190392008" and @displayName="Type II diabetes mellitus - poor control") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190392008" and @displayName="Type II diabetes mellitus - poor control") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314903002" and @displayName="Type II diabetes mellitus with arthtopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314903002" and @displayName="Type II diabetes mellitus with arthtopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314903002" and @displayName="Type II diabetes mellitus with arthtopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190390000" and @displayName="Type II diabetes mellitus with gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190390000" and @displayName="Type II diabetes mellitus with gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190390000" and @displayName="Type II diabetes mellitus with gangrene") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314772004" and @displayName="Type II diabetes mellitus with hypoglycemic coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314772004" and @displayName="Type II diabetes mellitus with hypoglycemic coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314772004" and @displayName="Type II diabetes mellitus with hypoglycemic coma") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314902007" and @displayName="Type II diabetes mellitus with peripheral angiopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314902007" and @displayName="Type II diabetes mellitus with peripheral angiopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="314902007" and @displayName="Type II diabetes mellitus with peripheral angiopathy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190389009" and @displayName="Type II diabetes mellitus with ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190389009" and @displayName="Type II diabetes mellitus with ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="190389009" and @displayName="Type II diabetes mellitus with ulcer") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313436004" and @displayName="Type II diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313436004" and @displayName="Type II diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="313436004" and @displayName="Type II diabetes mellitus without complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="249284009" and @displayName="Unaware of passing urine") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="85561006" and @displayName="Uncomplicated alcohol withdrawal") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="233923003" and @displayName="Unidirectional retrograde accessory pathway") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="27337007" and @displayName="Unifocal PVCs") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.47" and @displayName="UNILATERAL EXTENDED RADICAL MASTECTOMY") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.43" and @displayName="UNILATERAL EXTENDED SIMPLE MASTECTOMY") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.45" and @displayName="UNILATERAL RADICAL MASTECTOMY") or (@codeSystemName="I9" and 2.16.840.1.113883.6.104 and @code="85.41" and @displayName="UNILATERAL SIMPLE MASTECTOMY") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.93" and @displayName="UNSPEC LACTATION DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.93" and @displayName="UNSPEC LACTATION DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.93" and @displayName="UNSPEC LACTATION DISORDER-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.92" and @displayName="UNSPEC LACTATION DISORDER-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.92" and @displayName="UNSPEC LACTATION DISORDER-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.92" and @displayName="UNSPEC LACTATION DISORDER-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.91" and @displayName="UNSPEC LACTATION DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.91" and @displayName="UNSPEC LACTATION DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.91" and @displayName="UNSPEC LACTATION DISORDER-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.90" and @displayName="UNSPEC LACTATION DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.90" and @displayName="UNSPEC LACTATION DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.90" and @displayName="UNSPEC LACTATION DISORDER-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.94" and @displayName="UNSPEC LACTATION DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.94" and @displayName="UNSPEC LACTATION DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="676.94" and @displayName="UNSPEC LACTATION DISORDER-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.41" and @displayName="UNSPEC PERINEAL LAC NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.41" and @displayName="UNSPEC PERINEAL LAC NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.41" and @displayName="UNSPEC PERINEAL LAC NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.40" and @displayName="UNSPEC PERINEAL LAC NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.40" and @displayName="UNSPEC PERINEAL LAC NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.40" and @displayName="UNSPEC PERINEAL LAC NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.44" and @displayName="UNSPEC PERINEAL LAC NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.44" and @displayName="UNSPEC PERINEAL LAC NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.44" and @displayName="UNSPEC PERINEAL LAC NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.91" and @displayName="UNSPEC PROB LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.91" and @displayName="UNSPEC PROB LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.91" and @displayName="UNSPEC PROB LAB/DEL NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.90" and @displayName="UNSPEC PROB LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.90" and @displayName="UNSPEC PROB LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.90" and @displayName="UNSPEC PROB LAB/DEL NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.93" and @displayName="UNSPEC PROB LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.93" and @displayName="UNSPEC PROB LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="659.93" and @displayName="UNSPEC PROB LAB/DEL-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="291.9" and @displayName="Unspecified alcohol-induced mental disorders") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.9" and @displayName="Unspecified disorder of immune mechanism") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="401.9" and @displayName="Unspecified essential hypertension") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.9" and @displayName="Unspecified general medical examination") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.9" and @displayName="Unspecified general medical examination") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.9" and @displayName="Unspecified general medical examination") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="V70.9" and @displayName="Unspecified general medical examination") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.91" and @displayName="Unspecified hypertensive heart disease with heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="402.90" and @displayName="Unspecified hypertensive heart disease without heart failure") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.3" and @displayName="Unspecified immunity deficiency") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="209.92" and @displayName="Unspecified leukemia of unspecified cell type in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.91" and @displayName="Unspecified leukemia of unspecified cell type in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="208.90" and @displayName="Unspecified leukemia of unspecified cell type without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.92" and @displayName="Unspecified lymphoid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.91" and @displayName="Unspecified lymphoid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="204.90" and @displayName="Unspecified lymphoid leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.92" and @displayName="Unspecified monocytic leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.91" and @displayName="Unspecified monocytic leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="206.90" and @displayName="Unspecified monocytic leukemia without mention of having achieved remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.92" and @displayName="Unspecified myeloid leukemia in relapse") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.91" and @displayName="Unspecified myeloid leukemia in remission") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="205.90" and @displayName="Unspecified myeloid leukemia without mention of having achieved remission") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275918005" and @displayName="Unstable diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275918005" and @displayName="Unstable diabetes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275918005" and @displayName="Unstable diabetes") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.03" and @displayName="UNSTABLE LIE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.03" and @displayName="UNSTABLE LIE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.03" and @displayName="UNSTABLE LIE-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.01" and @displayName="UNSTABLE LIE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.01" and @displayName="UNSTABLE LIE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.01" and @displayName="UNSTABLE LIE-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.00" and @displayName="UNSTABLE LIE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.00" and @displayName="UNSTABLE LIE-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="652.00" and @displayName="UNSTABLE LIE-UNSPEC") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="290002008" and @displayName="Unstable type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="290002008" and @displayName="Unstable type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="290002008" and @displayName="Unstable type I diabetes mellitus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="87557004" and @displayName="Urge incontinence of urine") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.31" and @displayName="Urge incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="370555000" and @displayName="Urinary incontinence due to urethral sphincter incompetence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="42112009" and @displayName="Urinary incontinence of non-organic origin") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="788.30" and @displayName="Urinary incontinence unspecified") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="165232002" and @displayName="Urinary incontinence") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251979003" and @displayName="Urinary loss") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="228504007" and @displayName="User of moist powdered tobacco") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.43" and @displayName="UTERINE DYSTOCIA NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.43" and @displayName="UTERINE DYSTOCIA NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.43" and @displayName="UTERINE DYSTOCIA NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.41" and @displayName="UTERINE DYSTOCIA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.41" and @displayName="UTERINE DYSTOCIA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.41" and @displayName="UTERINE DYSTOCIA NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.40" and @displayName="UTERINE DYSTOCIA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.40" and @displayName="UTERINE DYSTOCIA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.40" and @displayName="UTERINE DYSTOCIA NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.23" and @displayName="UTERINE INERTIA NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.23" and @displayName="UTERINE INERTIA NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.23" and @displayName="UTERINE INERTIA NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.21" and @displayName="UTERINE INERTIA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.21" and @displayName="UTERINE INERTIA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.21" and @displayName="UTERINE INERTIA NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.20" and @displayName="UTERINE INERTIA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.20" and @displayName="UTERINE INERTIA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="661.20" and @displayName="UTERINE INERTIA NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.63" and @displayName="UTERINE SIZE DES-ANTEPAR") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.63" and @displayName="UTERINE SIZE DES-ANTEPAR") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.63" and @displayName="UTERINE SIZE DES-ANTEPAR") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.61" and @displayName="UTERINE SIZE DESCREP-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.61" and @displayName="UTERINE SIZE DESCREP-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.61" and @displayName="UTERINE SIZE DESCREP-DEL") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.64" and @displayName="UTERINE SIZE DESCREP-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.64" and @displayName="UTERINE SIZE DESCREP-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.64" and @displayName="UTERINE SIZE DESCREP-P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.60" and @displayName="UTERINE SIZE DESCRP-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.60" and @displayName="UTERINE SIZE DESCRP-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.60" and @displayName="UTERINE SIZE DESCRP-UNSP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.62" and @displayName="UTERINE SIZE-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.62" and @displayName="UTERINE SIZE-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="649.62" and @displayName="UTERINE SIZE-DEL W P/P") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.13" and @displayName="UTERINE TUMOR IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.13" and @displayName="UTERINE TUMOR IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.13" and @displayName="UTERINE TUMOR IN PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.12" and @displayName="UTERINE TUMOR IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.12" and @displayName="UTERINE TUMOR IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.12" and @displayName="UTERINE TUMOR IN PREG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.11" and @displayName="UTERINE TUMOR IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.11" and @displayName="UTERINE TUMOR IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.11" and @displayName="UTERINE TUMOR IN PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.10" and @displayName="UTERINE TUMOR IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.10" and @displayName="UTERINE TUMOR IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.10" and @displayName="UTERINE TUMOR IN PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.14" and @displayName="UTERINE TUMOR IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.14" and @displayName="UTERINE TUMOR IN PREG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="654.14" and @displayName="UTERINE TUMOR IN PREG-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="29894000" and @displayName="Vagal autonomic bradycardia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253700001" and @displayName="Variant coronary origin from aortic sinus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253701002" and @displayName="Variant coronary origin from left sinus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253702009" and @displayName="Variant coronary origin from right sinus") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="253727002" and @displayName="Variant dominance of coronary circulation") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="052.1" and @displayName="Varicella (hemorrhagic) pneumonitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230198004" and @displayName="Varicella transverse myelitis") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="052.9" and @displayName="Varicella without mention of complication") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="416718008" and @displayName="Varicella-zoster virus eyelid dermatitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="421029004" and @displayName="Varicella-zoster virus eyelid dermatitis") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="309465005" and @displayName="Varicella-zoster virus infection") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="38907003" and @displayName="Varicella") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.03" and @displayName="VARICOSE VEIN LEG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.03" and @displayName="VARICOSE VEIN LEG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.03" and @displayName="VARICOSE VEIN LEG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.02" and @displayName="VARICOSE VEIN LEG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.02" and @displayName="VARICOSE VEIN LEG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.02" and @displayName="VARICOSE VEIN LEG-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.01" and @displayName="VARICOSE VEIN LEG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.01" and @displayName="VARICOSE VEIN LEG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.01" and @displayName="VARICOSE VEIN LEG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.00" and @displayName="VARICOSE VEIN LEG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.00" and @displayName="VARICOSE VEIN LEG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.00" and @displayName="VARICOSE VEIN LEG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.04" and @displayName="VARICOSE VEIN LEG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.04" and @displayName="VARICOSE VEIN LEG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.04" and @displayName="VARICOSE VEIN LEG-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.13" and @displayName="VARICOSE VULVA/PERINEUM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.13" and @displayName="VARICOSE VULVA/PERINEUM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.13" and @displayName="VARICOSE VULVA/PERINEUM-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.12" and @displayName="VARICOSE VULVA/PERINEUM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.12" and @displayName="VARICOSE VULVA/PERINEUM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.12" and @displayName="VARICOSE VULVA/PERINEUM-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.11" and @displayName="VARICOSE VULVA/PERINEUM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.11" and @displayName="VARICOSE VULVA/PERINEUM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.11" and @displayName="VARICOSE VULVA/PERINEUM-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.10" and @displayName="VARICOSE VULVA/PERINEUM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.10" and @displayName="VARICOSE VULVA/PERINEUM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.10" and @displayName="VARICOSE VULVA/PERINEUM-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.14" and @displayName="VARICOSE VULVA/PERINEUM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.14" and @displayName="VARICOSE VULVA/PERINEUM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.14" and @displayName="VARICOSE VULVA/PERINEUM-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.53" and @displayName="VASA PREVIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.53" and @displayName="VASA PREVIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.53" and @displayName="VASA PREVIA-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.51" and @displayName="VASA PREVIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.51" and @displayName="VASA PREVIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.51" and @displayName="VASA PREVIA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.50" and @displayName="VASA PREVIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.50" and @displayName="VASA PREVIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.50" and @displayName="VASA PREVIA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.63" and @displayName="VASC LESION CORD-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.63" and @displayName="VASC LESION CORD-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.63" and @displayName="VASC LESION CORD-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.61" and @displayName="VASC LESION CORD-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.61" and @displayName="VASC LESION CORD-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.61" and @displayName="VASC LESION CORD-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.60" and @displayName="VASC LESION CORD-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.60" and @displayName="VASC LESION CORD-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="663.60" and @displayName="VASC LESION CORD-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.83" and @displayName="VENOUS COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.83" and @displayName="VENOUS COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.83" and @displayName="VENOUS COMP NEC-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.82" and @displayName="VENOUS COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.82" and @displayName="VENOUS COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.82" and @displayName="VENOUS COMP NEC-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.81" and @displayName="VENOUS COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.81" and @displayName="VENOUS COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.81" and @displayName="VENOUS COMP NEC-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.80" and @displayName="VENOUS COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.80" and @displayName="VENOUS COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.80" and @displayName="VENOUS COMP NEC-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.84" and @displayName="VENOUS COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.84" and @displayName="VENOUS COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.84" and @displayName="VENOUS COMP NEC-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.93" and @displayName="VENOUS COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.93" and @displayName="VENOUS COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.93" and @displayName="VENOUS COMP NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.92" and @displayName="VENOUS COMP NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.92" and @displayName="VENOUS COMP NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.92" and @displayName="VENOUS COMP NOS-DELIVERED W P/P COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.91" and @displayName="VENOUS COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.91" and @displayName="VENOUS COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.91" and @displayName="VENOUS COMP NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.90" and @displayName="VENOUS COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.90" and @displayName="VENOUS COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.90" and @displayName="VENOUS COMP NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.94" and @displayName="VENOUS COMP NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.94" and @displayName="VENOUS COMP NOS-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="671.94" and @displayName="VENOUS COMP NOS-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251186007" and @displayName="Ventricluar escape complex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251178007" and @displayName="Ventricluar interpolated complexes") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251175005" and @displayName="Ventricluar premature complex") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="44103008" and @displayName="Ventricular arrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="11157007" and @displayName="Ventricular bigeminy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="75532003" and @displayName="Ventricular escape beat") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="81898007" and @displayName="Ventricular escape rhythm") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195083004" and @displayName="Ventricular fibrillation and flutter") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="71908006" and @displayName="Ventricular fibrillation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59272004" and @displayName="Ventricular parasystole") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="195060002" and @displayName="Ventricular pre-excitation") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="17338001" and @displayName="Ventricular premature beats") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251181002" and @displayName="Ventricular quadrigeminy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="251180001" and @displayName="Ventricular trigeminy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="160606002" and @displayName="Very Heavy cigarette smoker (40+ cigs/day)") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230064005" and @displayName="Very Heavy cigarette smoker") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.21" and @displayName="Viral hepatitis B with hepatic coma acute or unspecified with hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.20" and @displayName="Viral hepatitis B with hepatic coma acute or unspecified without mention of hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.23" and @displayName="Viral hepatitis B with hepatic coma chronic with hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.22" and @displayName="Viral hepatitis B with hepatic coma chronic without mention of hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.31" and @displayName="Viral hepatitis B without mention of hepatic coma acute or unspecified with hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.30" and @displayName="Viral hepatitis B without mention of hepatic coma acute or unspecified without mention of hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.33" and @displayName="Viral hepatitis B without mention of hepatic coma chronic with hepatitis delta") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="070.32" and @displayName="Viral hepatitis B without mention of hepatic coma chronic without mention of hepatitis delta") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="169411000" and @displayName="Vitamin/diet support therapy") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="169411000" and @displayName="Vitamin/diet support therapy") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.83" and @displayName="VOMITING COMP PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.83" and @displayName="VOMITING COMP PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.83" and @displayName="VOMITING COMP PREG-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.81" and @displayName="VOMITING COMP PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.81" and @displayName="VOMITING COMP PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.81" and @displayName="VOMITING COMP PREG-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.80" and @displayName="VOMITING COMP PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.80" and @displayName="VOMITING COMP PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.80" and @displayName="VOMITING COMP PREG-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.93" and @displayName="VOMITING OF PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.93" and @displayName="VOMITING OF PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.93" and @displayName="VOMITING OF PREG NOS-ANTEPARTUM COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.91" and @displayName="VOMITING OF PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.91" and @displayName="VOMITING OF PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.91" and @displayName="VOMITING OF PREG NOS-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.90" and @displayName="VOMITING OF PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.90" and @displayName="VOMITING OF PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="643.90" and @displayName="VOMITING OF PREG NOS-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.51" and @displayName="VULVA/ PERINEAL HEMATOMA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.51" and @displayName="VULVA/ PERINEAL HEMATOMA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.51" and @displayName="VULVA/ PERINEAL HEMATOMA-DELIVERED") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.50" and @displayName="VULVA/ PERINEAL HEMATOMA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.50" and @displayName="VULVA/ PERINEAL HEMATOMA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.50" and @displayName="VULVA/ PERINEAL HEMATOMA-UNSPEC") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.54" and @displayName="VULVA/PERINEAL HEMATOMA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.54" and @displayName="VULVA/PERINEAL HEMATOMA-W P/P COND/COMP") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="664.54" and @displayName="VULVA/PERINEAL HEMATOMA-W P/P COND/COMP") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="59786004" and @displayName="Weavers cough") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="225171007" and @displayName="Weight and body mass assessment procedure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="225171007" and @displayName="Weight body mass assesment procedure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="225171007" and @displayName="Weight body mass assesment procedure") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="410200000" and @displayName="Weight control education") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="410200000" and @displayName="Weight control education") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275919002" and @displayName="Weight loss advised") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275919002" and @displayName="Weight loss advised") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="275919002" and @displayName="Weight loss advised") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="401003006" and @displayName="Weight loss from baseline weight") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9449" and @displayName="WEIGHT MANAGEMENT CLASSES NON-PHYSICIAN PROVIDER PER SESSION") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9449" and @displayName="WEIGHT MANAGEMENT CLASSES NON-PHYSICIAN PROVIDER PER SESSION") or (@codeSystemName="HPC" and @codeSystem="2.16.840.1.113883.6.14" and @code="S9449" and @displayName="WEIGHT MANAGEMNT CLASSES NONPHYSICIAN PROV") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="307818003" and @displayName="Weight monitoring") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="230086006" and @displayName="Wine intake") or (@codeSystemName="I9" and @codeSystem="2.16.840.1.113883.6.103" and @code="279.12" and @displayName="Wiskott-Aldrich syndrome") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="184004" and @displayName="Withdrawal arrhythmia") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="74390002" and @displayName="Wolff-Parkinson-White pattern") or (@codeSystemName="SNM" and @codeSystem="2.16.840.1.113883.6.96" and @code="56968009" and @displayName="Wood asthma") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4009F" and @qualifier="3P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4006F" and @qualifier="3P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3095F" and @qualifier="3P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3096F" and @qualifier="3P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4005F" and @qualifier="3P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4037F" and @qualifier="3P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4009F" and @qualifier="2P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4006F" and @qualifier="2P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3095F" and @qualifier="2P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3096F" and @qualifier="2P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4005F" and @qualifier="2P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4037F" and @qualifier="2P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4009F" and @qualifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4006F" and @qualifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3095F" and @qualifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3096F" and @qualifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4005F" and @qualifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="1090F" and @qualifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4037F" and @qualifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="4040F" and @qualifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3014F" and @qualifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3017F" and @qualifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3008F" and @qualifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="3016F" and @qualifier="1P") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="97802") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="97803") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="97804") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="98961") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="98962") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="99078") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="98962") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="99078") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="97804") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="98961") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="98962") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="99078") or (@codeSystemName="C4" and @codeSystem="2.16.840.1.113883.6.12" and @code="98961")]'> Error: CONF-QRDA1-168 he value for Observation / value/ @code in a problem observation SHALL be from Appendix_C-Problems tab of the Downloadable resources table.</assert>
Note: See TracChangeset for help on using the changeset viewer.