D_Update.sql 162 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443
  1. --病种添加系统特别说明
  2. --PIP 围手术期预防感染
  3. if exists(select * from D_Disease_Category where SystemDescription is null and DCID =9)
  4. update D_Disease_Category set SystemDescription='<div class="content">
  5. <p>系统特别说明:</p>
  6. <p>1.18岁以下的病例,无需上报</p>
  7. <p>2.同一疾病30日内重复入院,无需上报</p>
  8. <p>3.本次住院天数大于90天,无法上报。</p>
  9. </div>'
  10. where SystemDescription is null and DCID =9
  11. --DVT 围手术期深静脉血栓
  12. if exists(select * from D_Disease_Category where SystemDescription is null and DCID =12)
  13. update D_Disease_Category set SystemDescription='<div class="content">
  14. <p>系统特别说明:</p>
  15. <p>1.18岁以下的病例,无需上报</p>
  16. <p>2.同一疾病30日内重复入院,无需上报</p>
  17. <p>3.本次住院天数大于90天,无法上报。</p>
  18. <p>4.住院时间小于24小时无需上报。</p>
  19. </div>'
  20. where SystemDescription is null and DCID =12
  21. --HBIPS 住院精神病患者安全和权益 DG 异位妊娠(手术治疗) UM 子宫肌瘤(手术治疗)
  22. if exists(select * from D_Disease_Category where SystemDescription is null and DCID in(14,20,32,34))
  23. update D_Disease_Category set SystemDescription='<div class="content">
  24. <p>系统特别说明:</p>
  25. <p>1.18岁以下的病例,无需上报</p>
  26. <p>2.同一疾病30日内重复入院,无需上报</p>
  27. <p>3.住院时间小于24小时无需上报。</p>
  28. </div>'
  29. where SystemDescription is null and DCID in(14,20,32,34)
  30. if exists(select * from D_Disease_Category where SystemDescription is null and DCID in (19,21,22,23,25,26,27,28,24,29,30,31,37,17,16,33,35,36,37,15))
  31. update D_Disease_Category set SystemDescription='<div class="content">
  32. <p>系统特别说明:</p>
  33. <p>1.同一疾病30日内重复入院,无需上报。</p>
  34. <p>2.住院时间小于24小时无需上报。</p>
  35. </div>'
  36. where SystemDescription is null and DCID in (19,21,22,23,25,26,27,28,24,29,30,31,37,17,16,33,35,36,37,15)
  37. if exists(select * from D_Disease_Category where SystemDescription is null and DCID in (3,6,13,10,1,2,7,4,5))
  38. update D_Disease_Category set SystemDescription='<div class="content">
  39. <p>系统特别说明:</p>
  40. <p>1.本次住院天数大于90天,无法上报。</p>
  41. <p>2.住院时间小于24小时无需上报。</p>
  42. </div>'
  43. where SystemDescription is null and DCID in (3,6,13,10,1,2,7,4,5)
  44. if exists(select * from D_Disease_Category where SystemDescription is null and DCID in (8,11))
  45. update D_Disease_Category set SystemDescription='<div class="content">
  46. <p>系统特别说明:</p>
  47. <p>1.住院时间小于24小时无需上报。</p>
  48. </div>'
  49. where SystemDescription is null and DCID in (8,11)
  50. --无需上报条件 18岁以下的病例
  51. if exists(select * from D_ReportStaticsQuota where id=1 and ReportClassArr<>'1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,50,51,' )
  52. update D_ReportStaticsQuota set ReportClassArr='1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,50,51,'
  53. where id=1 and ReportClassArr<>'1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,50,51,'
  54. --无需上报条件 同一疾病30日内重复入院
  55. if exists(select * from D_ReportStaticsQuota where id=12 and ReportClassArr<>'1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,' )
  56. update D_ReportStaticsQuota set ReportClassArr='1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,'
  57. where id=12 and ReportClassArr<>'1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,'
  58. --本次住院天数大于90天,无法上报。
  59. if exists(select * from D_ReportStaticsQuota where id=4 and ReportClassArr<>'1,2,4,5,6,7,8,10,11,12,13,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,' )
  60. update D_ReportStaticsQuota set ReportClassArr='1,2,4,5,6,7,8,10,11,12,13,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,'
  61. where id=4 and ReportClassArr<>'1,2,4,5,6,7,8,10,11,12,13,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,'
  62. --本次住院天数大于120天
  63. if exists(select * from D_ReportStaticsQuota where id=5 and ReportClassArr is not null )
  64. update D_ReportStaticsQuota set ReportClassArr=null
  65. where id=5 and ReportClassArr is not null
  66. --住院24小时内出院
  67. if exists(select * from D_ReportStaticsQuota where id=8 and ReportClassArr<>'1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,46,47,48,49,50,52' )
  68. update D_ReportStaticsQuota set ReportClassArr='1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,46,47,48,49,50,52'
  69. where id=8 and ReportClassArr<>'1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,46,47,48,49,50,52'
  70. --编码对应pip卵巢切除术对应修改
  71. if exists(select * from Report_ICDCodeMatch where ReportClass=9 and ICDCode like '65.%' and SuborderValue='1' )
  72. update Report_ICDCodeMatch set SuborderValue='l'
  73. where ReportClass=9 and ICDCode like '65.%' and SuborderValue='1'
  74. --更新 疾病系统分类 2021-01-07(增加到51个病种)
  75. SET IDENTITY_INSERT [dbo].[D_DiseaseSystem] ON
  76. if not exists(select * from D_DiseaseSystem where ID=8 )
  77. BEGIN
  78. INSERT [dbo].[D_DiseaseSystem] ([ID], [DiseaseSystemName], [Sort]) VALUES (8, N'口腔系统疾病/手术 ', 2)
  79. END
  80. if not exists(select * from D_DiseaseSystem where ID=9 )
  81. BEGIN
  82. INSERT [dbo].[D_DiseaseSystem] ([ID], [DiseaseSystemName], [Sort]) VALUES (9, N'泌尿系统疾病/手术', 3)
  83. END
  84. if not exists(select * from D_DiseaseSystem where ID=10 )
  85. BEGIN
  86. INSERT [dbo].[D_DiseaseSystem] ([ID], [DiseaseSystemName], [Sort]) VALUES (10, N'眼科系统疾病/手术', 7)
  87. END
  88. SET IDENTITY_INSERT [dbo].[D_DiseaseSystem] OFF
  89. UPDATE [dbo].[D_DiseaseSystem] SET [Sort] =4 WHERE [ID]=2
  90. UPDATE [dbo].[D_DiseaseSystem] SET [Sort] =5 WHERE [ID]=3
  91. UPDATE [dbo].[D_DiseaseSystem] SET [Sort] =6 WHERE [ID]=4
  92. UPDATE [dbo].[D_DiseaseSystem] SET [Sort] =8 WHERE [ID]=5
  93. UPDATE [dbo].[D_DiseaseSystem] SET [Sort] =9 WHERE [ID]=6
  94. UPDATE [dbo].[D_DiseaseSystem] SET [Sort] =10 WHERE [ID]=7
  95. SET IDENTITY_INSERT [dbo].[D_Disease_Category] ON
  96. if not exists(select * from D_Disease_Category where [DCID]=38 )
  97. BEGIN
  98. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  99. VALUES (38, N'RD', N'RD', 10, N'复杂性视网膜脱离(手术治疗)', 38, 1, N'form-38', 1,
  100. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">RD </span><span style="font-family:微软雅黑,sans-serif;color:black">复杂性视网膜脱离(手术治疗)</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断 ICD-10 编码:H26.2,H40.0,H40.2,H40.9, 且伴主要手术 ICD-9-CM-3 编码:10.1,10.49,10.6,10.91, 10.99,12.11,12.12,12.64,12.66,12.67,12.71 至 12.73, 12.79,12.83,12.85,12.87,12.91,12.92,12.99,13.19, 13.3,13.41,13.59,13.70,13.71,13.90,14.73,14.74, 14.79 的手术出院患者。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  101. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  102. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.由外院住院诊疗后转入本院的病例</span> </p>
  103. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.参与临床药物与器械试验的病例</span> </p>
  104. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.18岁以下的病例</span> </p>
  105. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">4.同一疾病30日内重复入院的病例</span> </p>
  106. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">5.本次住院超过90天的病例</span> </p>
  107. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>'
  108. , 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 3,NULL,NULL)
  109. END
  110. SET IDENTITY_INSERT [dbo].[D_Disease_Category] ON
  111. if not exists(select * from D_Disease_Category where [DCID]=39 )
  112. BEGIN
  113. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  114. VALUES (39, N'PACG', N'PACG', 10, N'原发性急性闭角型青光眼(手术治疗)', 39, 1, N'form-39', 1,
  115. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">PACG </span><span style="font-family:微软雅黑,sans-serif;color:black">原发性急性闭角型青光眼(手术治疗)</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断 ICD-10 编码:H26.2,H40.0,H40.2,H40.9, 且伴主要手术 ICD-9-CM-3 编码:10.1,10.49,10.6,10.91, 10.99,12.11,12.12,12.64,12.66,12.67,12.71 至 12.73, 12.79,12.83,12.85,12.87,12.91,12.92,12.99,13.19, 13.3,13.41,13.59,13.70,13.71,13.90,14.73,14.74, 14.79 的手术出院患者。</span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  116. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  117. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.由外院住院诊疗后转入本院的病例</span> </p>
  118. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.参与临床药物与器械试验的病例</span> </p>
  119. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.18岁以下的病例</span> </p>
  120. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">4.同一疾病30日内重复入院的病例</span> </p>
  121. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">5.本次住院超过90天的病例</span> </p>
  122. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>'
  123. , 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 3,NULL,NULL)
  124. END
  125. if not exists(select * from D_Disease_Category where [DCID]=40 )
  126. BEGIN
  127. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  128. VALUES (40, N'TSCC', N'TSCC', 8, N'舌鳞状细胞癌(手术治疗)', 40, 1, N'form-40', 1,
  129. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">TSCC </span><span style="font-family:微软雅黑,sans-serif;color:black">舌鳞状细胞癌(手术治疗)</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断 ICD-10 编码:C01,C02,且伴主要手术 ICD-9-CM-3 编码:25.1 至 25.4,40.4 的手术出院患者。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  130. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  131. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.由外院住院诊疗后转入本院的病例</span> </p>
  132. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.参与临床药物与器械试验的病例</span> </p>
  133. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.到达医院前已经被确认采取安慰治疗或姑息治疗者</span> </p>
  134. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">4.18岁以下的病例</span> </p>
  135. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">5.同一疾病30日内重复入院的病例</span> </p>
  136. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">6.本次住院超过90天的病例</span> </p>
  137. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>'
  138. , 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 3,NULL,NULL)
  139. END
  140. if not exists(select * from D_Disease_Category where [DCID]=41 )
  141. BEGIN
  142. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  143. VALUES (41, N'PT', N'PT', 8, N'腮腺肿瘤(手术治疗)', 41, 1, N'form-41', 1,
  144. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">PT </span><span style="font-family:微软雅黑,sans-serif;color:black">腮腺肿瘤(手术治疗)</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断 ICD-10 编码:D11.0,且伴主要手术 ICD-9-CM-3 编码:26.2,26.3 伴 04.42 的手术出院患者。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  145. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  146. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.由外院住院诊疗后转入本院的病例</span> </p>
  147. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.参与临床药物与器械试验的病例</span> </p>
  148. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.到达医院前已经被确认采取安慰治疗或姑息治疗者</span> </p>
  149. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">4.18岁以下的病例</span> </p>
  150. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">5.同一疾病30日内重复入院的病例</span> </p>
  151. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">6.本次住院超过90天的病例</span> </p>
  152. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 3,NULL,NULL)
  153. END
  154. if not exists(select * from D_Disease_Category where [DCID]=42 )
  155. BEGIN
  156. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  157. VALUES (42, N'CC', N'CC', 6, N'宫颈癌(手术治疗)', 42, 1, N'form-42', 1,
  158. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">CC </span><span style="font-family:微软雅黑,sans-serif;color:black">宫颈癌(手术治疗)</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断 ICD-10 编码:C53 开头,且伴主要手术 ICD-9-CM-3 编码:67.2 至 67.4,68.4,68.5,68.6,68.7 的手术出院患者。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  159. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  160. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.由外院住院诊疗后转入本院的病例</span> </p>
  161. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.参与临床药物与器械试验的病例</span> </p>
  162. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.到达医院前已经被确认采取安慰治疗或姑息治疗者</span> </p>
  163. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">4.18岁以下的病例</span> </p>
  164. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">5.同一疾病30日内重复入院的病例</span> </p>
  165. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">6.本次住院超过90天的病例</span> </p>
  166. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 3,NULL,NULL)
  167. END
  168. if not exists(select * from D_Disease_Category where [DCID]=43 )
  169. BEGIN
  170. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  171. VALUES (43, N'CoC', N'CoC', 6, N'结肠癌(手术治疗)', 43, 1, N'form-43', 1,
  172. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">CoC </span><span style="font-family:微软雅黑,sans-serif;color:black">结肠癌(手术治疗)</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断 ICD-10 编码:C18,D01.0;且伴主要手术操 作 ICD-9-CM-3 编码:45.4,45.73 至 45.79,45.8 的手术出院 患者。</span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  173. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  174. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.由外院住院诊疗后转入本院的病例</span> </p>
  175. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.参与临床药物与器械试验的病例</span> </p>
  176. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.到达医院前已经被确认采取安慰治疗或姑息治疗者</span> </p>
  177. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">4.18岁以下的病例</span> </p>
  178. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">5.同一疾病30日内重复入院的病例</span> </p>
  179. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">6.本次住院超过90天的病例</span> </p>
  180. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>'
  181. , 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 3,NULL,NULL)
  182. END
  183. if not exists(select * from D_Disease_Category where [DCID]=44 )
  184. BEGIN
  185. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  186. VALUES (44, N'HD', N'HD', 9, N'终末期肾病血液透析', 44, 1, N'form-44', 1,
  187. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">HD </span><span style="font-family:微软雅黑,sans-serif;color:black">终末期肾病血液透析</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断 ICD-10 编码:N18.0,且伴主要操作 ICD-9-CM-3 编码:38.95,39.27,39.42,39.95 的血液透析患者。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  188. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  189. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.18岁以下的病例</span> </p>
  190. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.同一疾病30日内重复入院的病例</span> </p>
  191. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.本次住院超过90天的病例</span> </p>
  192. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>'
  193. , 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 3,NULL,NULL)
  194. END
  195. if not exists(select * from D_Disease_Category where [DCID]=45 )
  196. BEGIN
  197. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  198. VALUES (45, N'DPD', N'DPD', 9, N'终末期肾病腹膜透析', 45, 1, N'form-45', 1,
  199. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">DPD </span><span style="font-family:微软雅黑,sans-serif;color:black">终末期肾病腹膜透析</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断 ICD-10 编码:N18.0,且伴主要操作 ICD-9-CM-3 编码:54.98 的腹膜透析患者。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  200. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  201. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.18岁以下的病例</span> </p>
  202. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.同一疾病30日内重复入院的病例</span> </p>
  203. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.本次住院超过90天的病例</span> </p>
  204. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>'
  205. , 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 3,NULL,NULL)
  206. END
  207. if not exists(select * from D_Disease_Category where [DCID]=46 )
  208. BEGIN
  209. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  210. VALUES (46, N'DKD', N'DKD', 9, N'糖尿病肾病', 46, 1, N'form-46', 1,
  211. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">DKD </span><span style="font-family:微软雅黑,sans-serif;color:black">糖尿病肾病</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断和其他诊断 ICD-10 编码:E10 至 E14,且伴主 要操作 ICD-9-CM-3 编码:55.23 的非产妇出院患者。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  212. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  213. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.终末期肾病已行血液净化治疗</span> </p>
  214. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.肿瘤患者</span> </p>
  215. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.18岁以下的病例</span> </p>
  216. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">4.同一疾病30日内重复入院的病例</span> </p>
  217. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">5.本次住院超过90天的病例</span> </p>
  218. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>'
  219. , 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 3,NULL,NULL)
  220. END
  221. if not exists(select * from D_Disease_Category where [DCID]=47 )
  222. BEGIN
  223. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  224. VALUES (47, N'CACC', N'CACC', 1, N'哮喘(儿童,住院)', 47, 1, N'form-47', 1,
  225. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">CACC </span><span style="font-family:微软雅黑,sans-serif;color:black">哮喘(儿童,住院)</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断 ICD-10 编码:J45,J46;2 岁≤年龄<18 岁 的出院患儿。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  226. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  227. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.由外院住院诊疗后转入本院的病例</span> </p>
  228. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.参与临床药物与器械试验的病例</span> </p>
  229. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.年龄≥18岁以及<2岁的患者</span> </p>
  230. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">4.同一疾病30日内重复入院的病例</span> </p>
  231. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">5.本次住院超过90天的病例</span> </p>
  232. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>'
  233. , 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 2,NULL,NULL)
  234. END
  235. if not exists(select * from D_Disease_Category where [DCID]=48 )
  236. BEGIN
  237. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  238. VALUES (48, N'ALL', N'ALL', 7, N'儿童急性淋巴细胞白血病(初始诱导化疗)', 48, 1, N'form-48', 1,
  239. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">ALL </span><span style="font-family:微软雅黑,sans-serif;color:black">儿童急性淋巴细胞白血病(初始诱导化疗)</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断 ICD-10 编码:C91.0,且伴主要操作 ICD-9-CM-3 编码:99.25 的出院患儿。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  240. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  241. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.由外院住院诊疗后转入本院的病例</span> </p>
  242. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.参与临床药物与器械试验的病例</span> </p>
  243. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.到达医院前已经被确认采取安慰治疗或姑息治疗者</span> </p>
  244. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">4.18岁以上的病例</span> </p>
  245. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">5.同一疾病30日内重复入院的病例</span> </p>
  246. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">6.本次住院超过90天的病例</span> </p>
  247. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>'
  248. , 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 3,NULL,NULL)
  249. END
  250. if not exists(select * from D_Disease_Category where [DCID]=49 )
  251. BEGIN
  252. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  253. VALUES (49, N'APL', N'APL', 7, N'儿童急性早幼粒细胞白血病(初始化疗)', 49, 1, N'form-49', 1,
  254. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">APL </span><span style="font-family:微软雅黑,sans-serif;color:black">儿童急性早幼粒细胞白血病(初始化疗)</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断 ICD-10 编码:C92.4,且伴主要操作 ICD-9-CM-3 编码:99.25 的出院患儿。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  255. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  256. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.由外院住院诊疗后转入本院的病例</span> </p>
  257. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.参与临床药物与器械试验的病例</span> </p>
  258. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.到达医院前已经被确认采取安慰治疗或姑息治疗者</span> </p>
  259. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">4.18岁以上的病例</span> </p>
  260. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">5.同一疾病30日内重复入院的病例</span> </p>
  261. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">6.本次住院超过90天的病例</span> </p>
  262. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>'
  263. , 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 3,NULL,NULL)
  264. END
  265. if not exists(select * from D_Disease_Category where [DCID]=50 )
  266. BEGIN
  267. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  268. VALUES (50, N'HPV', N'HPV', 7, N'HBV 感染分娩母婴阻断', 50, 1, N'form-50', 1,
  269. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">HBV 感染分娩母婴阻断</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断 ICD-10 编码:O98.4,Z22.5 + O80 至 O84+Z37; 且伴1阴道分娩操作 ICD-9-CM-3 编码 72.0 至 72.9,73.0, 73.1,73.21,73.4 至 73.6,73.9;或伴2剖宫产手术 ICD 9-CM-3 编码:74.0,74.1,74.2,74.4,74.99 的出院患者。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  270. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  271. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.由外院住院诊疗后转入本院的病例</span> </p>
  272. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.参与临床药物与器械试验的病例</span> </p>
  273. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.病历记录孕期<28周或不明的</span> </p>
  274. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">4.18岁以上的病例</span> </p>
  275. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">5.同一疾病30日内重复入院的病例</span> </p>
  276. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">6.本次住院超过90天的病例</span> </p>
  277. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>'
  278. , 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 3,NULL,NULL)
  279. END
  280. if not exists(select * from D_Disease_Category where [DCID]=51 )
  281. BEGIN
  282. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  283. VALUES (51, N'OIT', N'OIT', 8, N'口腔种植术', 51, 1, N'form-51', 1,
  284. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">OIT</span><span style="font-family:微软雅黑,sans-serif;color:black">口腔种植术</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要手术 ICD-9-CM-3 编码:23.5,23.6 的门诊患者或 者 76.09,76.91,76.92,22.79 的手术出院患者。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  285. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  286. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.由外院住院诊疗后转入本院的病例</span> </p>
  287. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.18岁以上的病例</span> </p>
  288. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.同一疾病30日内重复入院的病例</span> </p>
  289. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">4.本次住院超过90天的病例</span> </p>
  290. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>'
  291. , 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 1,NULL,NULL)
  292. END
  293. if not exists(select * from D_Disease_Category where [DCID]=52 )
  294. BEGIN
  295. INSERT [dbo].[D_Disease_Category] ([DCID], [DiseaseType], [DiseaseType_API], [DiseaseSystem], [DiseaseDescription], [SortID], [Enabled], [Num], [IsOpen], [DiseaseContent], [IsLeakOpen], [ByMonth_StartYear], [ByMonth_StartMonth], [ByMonth_CurrentYear], [ByMonth_CurrentMonth], [ByDay_StartDate], [ByDay_CurrentDate], [ByDay_LeakDay], [LastLeakDate], [HisDeptList], [HisDeptEnabled], [LeakExtractRuleEnabled], [LeakExtractRule],[IsNcisAutoOpen],[SystemDescription])
  296. VALUES (52, N'DDH', N'DDH', 5, N'发育性髋关节发育不良', 52, 1, N'form-52', 1,
  297. N'<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">DDH</span><span style="font-family:微软雅黑,sans-serif;color:black">发育性髋关节发育不良</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要诊断 ICD-10 编码:Q65.0 至 Q65.6、Q65.8、Q65.9, 伴主要手术 ICD-9-CM-3 编码: 79.85、77.25、77.29;1 岁 ≤年龄≤8 岁(旧称先天性髋关节脱位)的手术出院患儿。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  298. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  299. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.参与临床药物与器械试验的病例</span> </p>
  300. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.18岁以上的病例</span> </p>
  301. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.本次住院超过90天的病例</span> </p>
  302. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, null, 1, 3,NULL,NULL)
  303. END
  304. SET IDENTITY_INSERT [dbo].[D_Disease_Category] OFF
  305. --新增病种系统特别说明
  306. if exists(select * from D_Disease_Category where SystemDescription is null and DCID in (38,39,40,41,46,47,48,49,50,52))
  307. update D_Disease_Category set SystemDescription='<div class="content">
  308. <p>系统特别说明:</p>
  309. <p>1.住院时间小于24小时无需上报。</p>
  310. </div>'
  311. where SystemDescription is null and DCID in (38,39,40,41,46,47,48,49,50,52)
  312. update [Q_Roles] set [Quanxian] = [Quanxian] + ',' + (select cast(Id as nvarchar(max)) from Q_Quanxian where QuanxianName = '数据统计')
  313. where (CHARINDEX(',6,',',' + [Quanxian] + ',') > 0 or CHARINDEX(',7,',',' + [Quanxian] + ',') > 0)
  314. and CHARINDEX(','+(select cast(Id as nvarchar(max)) from Q_Quanxian where QuanxianName = '数据统计')+',',',' + [Quanxian] + ',') = 0
  315. UPDATE [D_Disease_Category]
  316. SET [LeakExtractRule] = 3
  317. WHERE DiseaseDescription LIKE '%腮腺肿瘤%'
  318. OR DiseaseDescription LIKE '%糖尿病肾病%'
  319. OR DiseaseDescription LIKE '%终末期肾病血液透析%'
  320. OR DiseaseDescription LIKE '%终末期肾病腹膜透析%'
  321. OR DiseaseDescription LIKE '%原发性急性闭角型青光眼%'
  322. OR DiseaseDescription LIKE '%感染分娩母婴阻断%'
  323. --更新admin病种,
  324. if not exists(select * from Q_UserProfile where UserName='admin'and CID='1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52')
  325. update Q_UserProfile
  326. set CID='1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52'
  327. where UserName='admin'
  328. if exists(select * from D_Disease_Category where DCID=50 and DiseaseType='HPV')
  329. update D_Disease_Category
  330. set DiseaseType='HBV',DiseaseType_API='HBV'
  331. where DCID=50 and DiseaseType='HPV'
  332. --年龄大于18岁以及小于2岁的新生儿肺炎
  333. if exists(select * from D_ReportStaticsQuota where id=2 and ReportClassArr<>'8,47,' )
  334. update D_ReportStaticsQuota set ReportClassArr='8,47,',StaticsQuotaName='年龄大于等于18岁以及小于2岁的新生儿'
  335. where id=2 and ReportClassArr<>'8,47,'
  336. --同一疾病30日内重复入院
  337. if exists(select * from D_ReportStaticsQuota where id=12 and ReportClassArr<>'1,2,3,4,5,6,7,8,10,11,12,13,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,' )
  338. update D_ReportStaticsQuota set ReportClassArr='1,2,3,4,5,6,7,8,10,11,12,13,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,'
  339. where id=12 and ReportClassArr<>'1,2,3,4,5,6,7,8,10,11,12,13,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,'
  340. --HBIPS 住院精神病患者安全和权益 无需上报内容
  341. if exists(select * from D_Disease_Category where DiseaseContent not like '%小于18周岁的病例%' and DCID = 14)
  342. update D_Disease_Category set DiseaseContent='
  343. <div class="content"><p>上报内容:</p>
  344. <div class="page">
  345. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">主要诊断 ICD-10 编码:F00-F99 的出院患者。&nbsp;</span></p>
  346. </div>
  347. <p>&nbsp;</p>
  348. <p>无需上报内容:</p>
  349. <p><span style="white-space: pre;"> </span>1.住院时间>365天(一年)</p>
  350. <p><span style="white-space: pre;"> </span>2.住院24小时内出院</p>
  351. <p><span style="white-space: pre;"> </span>3.住院24小时内死亡</p>
  352. <p><span style="white-space: pre;"> </span>4.临床药物或器械试验的病例</p>
  353. <p><span style="white-space: pre;"> </span>5.小于18周岁的病例</p>
  354. <p>&nbsp;</p>
  355. <p>数据验证</p>
  356. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  357. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p>
  358. <p><span style="white-space: pre;"> </span>3. 其他项若超出正常值范围,系统给予提示,但允许填写实际数据</p>
  359. <p>&nbsp;</p></div>'
  360. where DiseaseContent not like '%小于18周岁的病例%' and DCID = 14
  361. if exists(select * from D_Disease_Category where SystemDescription is not null and DCID = 14)
  362. update D_Disease_Category set SystemDescription = null
  363. where SystemDescription is not null and DCID = 14
  364. --pip、dvt重复将pip未报数据标记为无需上报
  365. if exists(select * from Report_Leak where ( OpertationICD like '65.2%'or OpertationICD like '65.3%%' or OpertationICD like'65.4%'
  366. or OpertationICD like'65.5%' or OpertationICD like'65.6%' or OpertationICD like'00.7%' or OpertationICD like'81.51%'
  367. or OpertationICD like'81.52%' or OpertationICD like'81.53%' or OpertationICD like'00.80%' or OpertationICD like'00.81%'
  368. or OpertationICD like'00.82%' or OpertationICD like'00.83%' or OpertationICD like'81.54%' or OpertationICD like'81.55%' or OpertationICD like'36.1')
  369. and ReportClass=9 and DealReport=0 )
  370. update Report_Leak set DealReport=2,NoMustReportReason ='PIP与DVT重复的病种'
  371. where ( OpertationICD like '65.2%'or OpertationICD like '65.3%%' or OpertationICD like'65.4%'
  372. or OpertationICD like'65.5%' or OpertationICD like'65.6%' or OpertationICD like'00.7%' or OpertationICD like'81.51%'
  373. or OpertationICD like'81.52%' or OpertationICD like'81.53%' or OpertationICD like'00.80%' or OpertationICD like'00.81%'
  374. or OpertationICD like'00.82%' or OpertationICD like'00.83%' or OpertationICD like'81.54%' or OpertationICD like'81.55%' or OpertationICD like'36.1')
  375. and ReportClass=9 and DealReport=0
  376. --修改部分上报说明
  377. if exists(select * from D_Disease_Category where CHARINDEX('主要手术 ICD-9-CM-3 编码:35.53、35.55、35.62、35.72 的手术出院患者。',DiseaseContent) > 0 and Num='form-31')
  378. begin
  379. update D_Disease_Category set DiseaseContent=REPLACE(DiseaseContent,'主要手术 ICD-9-CM-3 编码:35.53、35.55、35.62、35.72 的手术出院患者。','主要手术 ICD-9-CM-3 编码:35.51、35.52、35.61、35.71 的手术出院患者。') where Num='form-31'
  380. update D_Disease_Category set DiseaseContent='<div data-v-c0d7d944="" class="content"><p><span style="font-family: 宋体; font-size: 12pt;">上报内容:</span></p>
  381. <p><span style="font-size: 12pt; font-family: 宋体;">主要手术ICD-9-CM-3 编码如下的手术出院患者:</span></p>
  382. <p><span style="font-size: 12pt; font-family: 宋体;"><!-- [if !supportLists]--><span style="letter-spacing: -0.1pt;">(1)</span>闭合性心脏瓣膜切开术:35.00<span style="letter-spacing: -1.4pt;">&nbsp;至 </span>35.04</span></p>
  383. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(2)</span>心脏瓣膜切开和其他置换术:35.20<span style="letter-spacing: -2.7pt;">&nbsp;至 </span>35.28</span></p>
  384. <p><span style="font-size: 12pt; font-family: 宋体;">(3)脊柱颈融合术:81.04<span style="letter-spacing: -1.5pt;">&nbsp;至 </span>81.08</span></p>
  385. <p><span style="font-size: 12pt; font-family: 宋体;">(4)脊柱再融合术:81.34<span style="letter-spacing: -1.5pt;">&nbsp;至 </span>81.38</span></p>
  386. <p><span style="font-size: 12pt; font-family: 宋体;"><!-- [if !supportLists]--><span style="letter-spacing: -0.1pt;">(5)</span>胃部分切除术伴胃十二指肠吻合术:43.6</span></p>
  387. <p><span style="font-size: 12pt; font-family: 宋体;"><!-- [if !supportLists]--><span style="letter-spacing: -0.1pt;">(6)</span>胃部分切除术伴胃空肠吻合术:43.7</span></p>
  388. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(7)</span>其他胃部分切除术:43.8</span></p>
  389. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(8)</span>胃全部切除术:43.9</span></p>
  390. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(9)</span>开放性和其他部分大肠切除术:45.7</span></p>
  391. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(10)</span>腹会阴直肠切除术:48.5</span></p>
  392. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(11)</span>直肠</span></p>
  393. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="text-indent: -24pt;">其他切除术:</span><span style="text-indent: -24pt;">48.6</span></span></p>
  394. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(12)</span>肝叶切除术:50.3</span></p>
  395. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(13)</span>部分肾切除术:55.4</span></p>
  396. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(14)</span>全部肾切除术:55.5</span></p>
  397. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(15)</span>部分膀胱切除术:57.6</span></p>
  398. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(16)</span>全部膀胱切除术:57.7</span></p>
  399. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(17)</span>卵巢病损或卵巢组织的局部切除术或破坏术:65.2</span></p>
  400. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(18)</span>单侧卵巢切除术:65.3</span></p>
  401. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(19)</span>单侧输卵管-卵巢切除术:65.4</span></p>
  402. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(20)</span>双侧卵巢切除术:65.5</span></p>
  403. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(21)</span>双侧输卵管-卵巢切除术:65.6</span></p>
  404. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(22)</span>子宫病损或组织的切除术或破坏术:68.2</span></p>
  405. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(23)</span>经腹子宫次全切除术:68.3</span></p>
  406. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(24)</span>经腹子宫全部切除术:68.4</span></p>
  407. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(25)</span>阴道子宫切除术:68.5</span></p>
  408. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(26)</span>经腹根治性子宫切除术:68.6</span></p>
  409. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(27)</span>根治性阴道子宫切除术:68.7</span></p>
  410. <p><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">(28)</span>盆腔脏器去除术:68.8</span></p>
  411. <p><span style="font-size: 12pt; font-family: 宋体;">(29)髋关节置换术:00.7,81.51<span style="letter-spacing: -2.75pt;">&nbsp;至 </span>81.53</span></p>
  412. <p><span style="font-size: 12pt; font-family: 宋体;">(30)膝关节置换术:00.80<span style="letter-spacing: -2.75pt;">&nbsp;至 </span>00.83,81.54,81.55</span></p>
  413. <p><span style="font-family: 宋体; font-size: 12pt;">(31)冠状动脉旁路移植术:36.1</span></p>
  414. <p style="white-space: normal;"><span style="font-family: 宋体; font-size: 14pt;">&nbsp;</span><span style="font-family: 宋体;">“围手术期预防深静脉血栓栓塞”(DVT)与“围手术期预防感染”(PIP)有重复的病种:</span></p>
  415. <p style="white-space: normal;"><span style="font-family: 宋体;">(1) 闭合性心脏瓣膜切开术</span></p>
  416. <p style="white-space: normal;"><span style="font-family: 宋体;">(2) 心脏瓣膜置换术</span></p>
  417. <p style="white-space: normal;"><span style="font-family: 宋体;">(3) 脊柱颈融合术</span></p>
  418. <p style="white-space: normal;"><span style="font-family: 宋体;">(4) 脊柱再融合术</span></p>
  419. <p style="white-space: normal;"><span style="font-family: 宋体;">(5) 冠状动脉搭桥术</span></p>
  420. <p style="white-space: normal;"><span style="font-family: 宋体;">(6) 髋关节置换术</span></p>
  421. <p style="white-space: normal;"><span style="font-family: 宋体;">(7) 膝关节置换术</span></p>
  422. <p style="white-space: normal;"><span style="font-family: 宋体;">因DVT中已包含PIP的内容,此种情况仅填写DVT,无需填报2次。</span></p>
  423. <p>&nbsp;</p></div>' where Num='form-17'
  424. update D_Disease_Category set DiseaseContent='<div data-v-c0d7d944="" class="content"><p>上报内容:</p>
  425. <div class="page" title="Page 58">
  426. <div class="layoutArea">
  427. <div class="column">
  428. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">主要手术 ICD-9-CM-3 编码如下的手术出院患者: </span></p>
  429. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">1.甲状腺叶切除术:06.2 至 06.5 </span></p>
  430. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">2.膝半月软骨切除术:80.6</span></p>
  431. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;"><br>3.晶状体相关手术:13.0 至 13.9</span></p>
  432. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">4.腹股沟疝相关手术:17.11 至 17.13,17.21 至 17.24, 53.00 至 53.17 </span></p>
  433. <span style="font-size: 12pt;"> </span>
  434. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">5.乳房组织相关手术:85.2 至 85.4 </span></p>
  435. <span style="font-size: 12pt;"> </span>
  436. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">6.动脉内膜切除术:38.1</span></p>
  437. </div>
  438. </div>
  439. <div class="layoutArea">
  440. <div class="column"><span style="font-size: 12pt;"> </span></div>
  441. <span style="font-size: 12pt;"> </span></div>
  442. <span style="font-size: 12pt;"> </span></div>
  443. <div class="page" title="Page 59"><span style="font-size: 12pt;"> </span>
  444. <div class="layoutArea"><span style="font-size: 12pt;"> </span>
  445. <div class="column"><span style="font-size: 12pt;"> </span>
  446. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">7.足和踝关节固定术和关节制动术:81.1 </span></p>
  447. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">8.其他颅骨切开术:01.24 </span></p>
  448. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">9.椎间盘切除术或破坏术:80.50 至 80.59 </span></p>
  449. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">10.骨折切开复位+内固定术:03.53,21.72,76.72 至 76.79,79.30 至 79.39 </span></p>
  450. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">11.关节脱位切开复位内固定术:76.94,79.8 </span></p>
  451. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">12.骨内固定不伴骨折复位术及置入装置去除:78.5 至 78.6 </span></p>
  452. <span style="font-size: 12pt;"> </span>
  453. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">13.卵巢相关手术:65.2 至 65.6 </span></p>
  454. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">14.肌腱相关手术:83.11 至 83.14 </span></p>
  455. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">15.睾丸相关手术:62.0 至 62.9 </span></p>
  456. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">16.阴茎相关手术:64.0 至 64.4</span></p>
  457. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">17.室间隔缺损修补术:35.62 </span></p>
  458. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">18.房间隔缺损修补术:35.61 </span></p>
  459. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">19.髋关节置换术:00.7,81.51 至 81.53 </span></p>
  460. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">20.膝关节置换术:00.80 至 00.83,81.54,81.55 </span></p>
  461. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">21.冠状动脉旁路移植术:36.1 </span></p>
  462. <p><span style="font-size: 12pt; font-family: FangSong_GB2312;">22.剖宫产:74.0,74.1,74.2,74.4,74.99</span></p>
  463. </div>
  464. </div>
  465. </div>
  466. <p>&nbsp;</p>
  467. <p>“围手术期预防感染”(PIP)与“围手术期预防深静脉血栓栓塞”(DVT)有重复的病种:</p>
  468. <p>(1)&nbsp; &nbsp;闭合性心脏瓣膜切开术</p>
  469. <p>(2)&nbsp; &nbsp;心脏瓣膜置换术</p>
  470. <p>(3)&nbsp; &nbsp;脊柱颈融合术</p>
  471. <p>(4)&nbsp; &nbsp;脊柱再融合术</p>
  472. <p>(5)&nbsp; &nbsp;冠状动脉搭桥术</p>
  473. <p>(6)&nbsp; &nbsp;髋关节置换术</p>
  474. <p>(7)&nbsp; &nbsp;膝关节置换术</p>
  475. <p>因DVT中已包含PIP的内容,此种情况仅填写DVT,无需填报2次。</p>
  476. <div class="page" title="Page 59">
  477. <div class="layoutArea">
  478. <div class="column">
  479. <p>&nbsp;</p>
  480. </div>
  481. </div>
  482. </div></div>' where Num='form-18'
  483. update D_Disease_Category set DiseaseContent='<div data-v-c0d7d944="" class="content"><p>上报内容</p>
  484. <div class="page" title="Page 53">
  485. <div class="layoutArea">
  486. <div class="column">
  487. <div class="page" title="Page 53">
  488. <div class="layoutArea">
  489. <div class="column">
  490. <p><span style="font-family: FangSong; font-size: 12pt;">主要诊断 ICD-10 编码:E10.3,E11.3,E14.3,H33.0 至 H33.5,H59.8,且伴主要手术 ICD-9-CM-3 编码:13.19,13.3, 13.41,13.42,13.43,13.59,13.64,13.65,13.69,13.70, 13.71,13.72,13.8,13.90,14.29,14.31,14.49,14.51, 14.52,14.53,14.54,14.59,14.71,14.72,14.73,14.75, 14.9 的手术出院患者。&nbsp;</span></p>
  491. </div>
  492. </div>
  493. </div>
  494. </div>
  495. </div>
  496. </div>
  497. <p>无需上报内容:</p>
  498. <p>1.由外院住院诊疗后转入本院的病例</p>
  499. <p>2.参与临床药物与器械试验的病例</p>
  500. <p><span style="white-space: pre;">3</span>.18岁以下的病例,</p>
  501. <p><span style="white-space: pre;">4</span>.同一疾病30日内重复入院,</p>
  502. <p><span style="white-space: pre;">5</span>.本次住院超过90天!</p>
  503. <p>&nbsp;</p>
  504. <p>数据验证:</p>
  505. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  506. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p></div>' where Num='form-38'
  507. end
  508. --修改部分上报说明
  509. if exists(select * from D_Disease_Category where CHARINDEX('1.年龄大于18岁以及小于2岁的新生儿肺炎',DiseaseContent) > 0 and DCID=8)
  510. begin
  511. --cap
  512. update D_Disease_Category set DiseaseContent='<div data-v-c0d7d944="" class="content"><p>上报内容</p>
  513. <p><span style="font-family: FangSong; font-size: 12pt;">主要诊断 ICD-10 编码:J13 至 J16,J18;2 岁≤年龄<18 岁的出院患儿。&nbsp;</span></p>
  514. <p>&nbsp;</p>
  515. <p>无需上报内容:</p>
  516. <p><span style="white-space: pre;"> </span>1.年龄大于18岁以及2岁以下</p>
  517. <p><span style="white-space: pre;"> </span>2.由外院住院诊疗后转入本院,</p>
  518. <p><span style="white-space: pre;"> </span>3.参与临床药物与器械试验,</p>
  519. <p><span style="white-space: pre;"> </span>4.肺炎反复门诊抗菌素治疗无效,</p>
  520. <p><span style="white-space: pre;"> </span>5.同一疾病30日内重复入院,</p>
  521. <p><span style="white-space: pre;"> </span>6.呼吸机相关性肺炎VAP</p>
  522. <p><span style="white-space: pre;"> </span>7.医院获得性肺炎HAP</p>
  523. <p><span style="white-space: pre;"> </span>8.本次住院时间超过90天</p>
  524. <p>&nbsp;</p>
  525. <p>数据验证:</p>
  526. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  527. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p>
  528. <p><span style="white-space: pre;"> </span>3. 其他项若超出正常值范围,系统给予提示,但允许填写实际数据</p>
  529. <p>&nbsp;</p></div>' where DCID=8
  530. --stk
  531. update D_Disease_Category set DiseaseContent='<div data-v-c0d7d944="" class="content"><p>上报内容:</p>
  532. <p><span style="font-family: FangSong_GB2312; font-size: 12pt;">主要诊断 ICD-10 编码:I63.0 至 I63.9 的出院患者。&nbsp;</span></p>
  533. <p>&nbsp;</p>
  534. <p>无需上报内容:</p>
  535. <p><span style="white-space: pre;"> </span>1.由外院诊疗后转入本院的病例</p>
  536. <p><span style="white-space: pre;"> </span>2.参与临床药物与器械试验的病例</p>
  537. <p><span style="white-space: pre;"> </span>3.18岁以下的病例</p>
  538. <p><span style="white-space: pre;"> </span>4.非首次确诊急性脑梗死患者</p>
  539. <p><span style="white-space: pre;"> </span>5.脑梗死后遗症I69.3</p>
  540. <p><span style="white-space: pre;"> </span>6.脑梗死反复门诊治疗无效</p>
  541. <p><span style="white-space: pre;"> </span>7.同一疾病30日内重复入院</p>
  542. <p><span style="white-space: pre;"> </span>8.腔隙性脑梗死</p>
  543. <p><span style="white-space: pre;"> </span>9.小脑梗死</p>
  544. <p><span style="white-space: pre;"> </span>10.出血性脑梗死</p>
  545. <p><span style="white-space: pre;"> </span>11.本次住院天数大于90天</p>
  546. <p>&nbsp;</p>
  547. <p>数据验证:</p>
  548. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  549. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p>
  550. <p><span style="white-space: pre;"> </span>3. 其他项若超出正常值范围,系统给予提示,但允许填写实际数据</p>
  551. <p>&nbsp;</p></div>',
  552. SystemDescription='<div class="content">
  553. <p>系统特别说明:</p>
  554. <p>1.住院时间小于24小时无需上报。</p>
  555. </div>'where DCID=6
  556. --cs
  557. update D_Disease_Category set DiseaseContent='<div data-v-c0d7d944="" class="content"><p>上报内容:</p>
  558. <p><span style="font-family: FangSong; font-size: 12pt;">主要手术 ICD-9-CM-3 编码:74.0,74.1,74.2,74.4, 74.99 的手术出院患者。&nbsp;</span></p>
  559. <div class="page" title="Page 36">
  560. <div class="layoutArea">
  561. <div class="column"><span style="font-size: 12pt;"> </span></div>
  562. <span style="font-size: 12pt;"> </span></div>
  563. <span style="font-size: 12pt;"> </span></div>
  564. <p>&nbsp;</p>
  565. <p>无需上报内容:</p>
  566. <p><span style="white-space: pre;"> </span>1.由外院剖宫产术后转入本院的病例</p>
  567. <p><span style="white-space: pre;"> </span>2.参与临床药物与器械试验的病例</p>
  568. <p><span style="white-space: pre;"> </span>3.18岁以下的病例</p>
  569. <p><span style="white-space: pre;"> </span>4.同一疾病30日内重复入院</p>
  570. <p><span style="white-space: pre;"> </span>5.本次住院超过90天</p>
  571. <p><span style="white-space: pre;"> </span>6.病历记录孕期<28周或不明的</p>
  572. <p>&nbsp;</p>
  573. <p>数据验证:</p>
  574. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  575. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p>
  576. <p><span style="white-space: pre;"> </span>3. 其他项若超出正常值范围,系统给予提示,但允许填写实际数据</p>
  577. <p>&nbsp;</p></div>',
  578. SystemDescription='<div class="content">
  579. <p>系统特别说明:</p>
  580. <p>1.住院时间小于24小时无需上报。</p>
  581. </div>'where DCID=10
  582. --asd
  583. update D_Disease_Category set DiseaseContent='<div data-v-c0d7d944="" class="content"><p style="background: white; margin: 0 0 10px 0;"><span style="font-family: sans-serif; color: black;">ASD </span><span style="sans-serif; color: black;">房间隔缺损手术</span></p>
  584. <p style="background: white; margin: 0 0 10px 0;"><span style="font-family: sans-serif; color: black;">上报内容:</span></p>
  585. <p style="background: white; margin: 0 0 10px 0;"><span style="font-family: sans-serif; color: black;"> </span></p>
  586. <div class="page" title="Page 13">
  587. <div class="layoutArea">
  588. <div class="column">
  589. <p><span style="font-size: 16.000000pt; "><span style="font-size: 12pt;">&nbsp; &nbsp; &nbsp;主要手术 ICD-9-CM-3 编码:35.51、35.52、35.61、35.71 的手术出院患者。</span>&nbsp;</span></p>
  590. </div>
  591. </div>
  592. </div>
  593. <div class="page" title="Page 13">&nbsp;</div>
  594. <p style="background: white; margin: 0 0 10px 0;"><span style="font-family:sans-serif; color: black;">无需上报内容:</span></p>
  595. <p style="text-indent: 28px; background: white;"><span style="font-family: sans-serif; color: black;">1.</span><span style="font-family: sans-serif; color: black;">参与临床药物与器械试验的病例,</span></p>
  596. <p style="text-indent: 28px; background: white;"><span style="font-family:sans-serif; color: black;">2.</span><span style="font-family: sans-serif; color: black;">外院转入手术失敗病例</span></p>
  597. <p style="text-indent: 28px; background: white; margin: 0 0 10px 0;"><span style="font-family: sans-serif; color: black;">3.</span><span style="font-family: sans-serif; color: black;">本次住院超过90天</span></p>
  598. <p style="text-indent: 28px; background: white; margin: 0 0 10px 0;">&nbsp;</p>
  599. <p style="background: white; margin: 0 0 10px 0;"><span style="font-family: sans-serif; color: black;">数据验证:</span></p>
  600. <p style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; margin: 0 0 10px 0;"><span style="box-sizing: border-box;"><span style="font-family: sans-serif; color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:sans-serif; color: black;">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p>
  601. <p style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; margin: 0 0 10px 0;"><span style="box-sizing: border-box;"><span style="font-family: sans-serif; color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family: sans-serif; color: black;">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p>
  602. <p style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; margin: 0 0 10px 0;"><span style="box-sizing: border-box;"><span style="font-family: sans-serif; color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>3. </span><span style="font-family:sans-serif; color: black;">其他项若超出正常值范围,系统给予提示,但允许填写实际数据。</span></p>
  603. <p>&nbsp;</p></div>' where DCID=30
  604. --vsd
  605. update D_Disease_Category set DiseaseContent='<div data-v-c0d7d944="" class="content"><p style="text-indent: 28px; background: white; margin: 0 0 10px 0;">&nbsp;</p>
  606. <p style="text-indent: 28px; background: white; margin: 0 0 10px 0;"><span style="font-family: sans-serif; color: black;">&nbsp;上报内容:</span></p>
  607. <p style="text-indent: 28px; background: white; margin: 0 0 10px 0;"><span style="font-family: FangSong; font-size: 16pt;"><span style="font-size: 12pt;">&nbsp; 主要手术 ICD-9-CM-3 编码:35.53、35.55、35.62、35.72 的手术出院患者。</span>&nbsp;</span></p>
  608. <p style="text-indent: 28px; background: white; margin: 0 0 10px 0;"><span style="font-family:sans-serif; color: black;">&nbsp;</span></p>
  609. <p style="background: white; margin: 0 0 10px 0;"><span style="font-family: sans-serif; color: black;">&nbsp; &nbsp; &nbsp; 无需上报内容:</span></p>
  610. <p style="text-indent: 28px; background: white;"><span style="font-family: sans-serif; color: black;">1.</span><span style="font-family: sans-serif; color: black;">参与临床药物与器械试验的病例,</span></p>
  611. <p style="text-indent: 28px; background: white;"><span style="font-family: sans-serif; color: black;">2.</span><span style="font-family: sans-serif; color: black;">外院转入手术失敗病例</span></p>
  612. <p style="text-indent: 28px; background: white;"><span style="font-family: sans-serif; color: black;">3.</span><span style="font-family: sans-serif; color: black;">本次住院超过90天</span></p>
  613. <p style="text-indent: 28px; background: white;"><span style="font-family: sans-serif; color: black;">&nbsp;</span></p>
  614. <p style="text-indent: 28px; background: white;"><span style="font-family: sans-serif; color: black;">数据验证:</span></p>
  615. <p style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; margin: 0 0 10px 0;"><span style="box-sizing: border-box;"><span style="font-family: sans-serif; color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family: sans-serif; color: black;">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p>
  616. <p style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; margin: 0 0 10px 0;"><span style="box-sizing: border-box;"><span style="font-family: sans-serif; color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family: sans-serif; color: black;">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p>
  617. <p style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; margin: 0 0 10px 0;"><span style="box-sizing: border-box;"><span style="font-family: sans-serif; color: black;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>3. </span><span style="font-family: sans-serif; color: black;">其他项若超出正常值范围,系统给予提示,但允许填写实际数据。</span></p>
  618. <p>&nbsp;</p>
  619. <p>&nbsp;</p></div>' where DCID=31
  620. --ddh
  621. update D_Disease_Category set DiseaseContent='<div data-v-c0d7d944="" class="content"><p>上报内容</p>
  622. <div class="page" title="Page 53">
  623. <div class="layoutArea">
  624. <div class="column">
  625. <div class="page" title="Page 53">
  626. <div class="layoutArea">
  627. <div class="column">
  628. <p><span style="font-size: 12pt;">主要诊断 ICD-10 编码:Q65.0 至 Q65.6、Q65.8、Q65.9, 伴主要手术 ICD-9-CM-3 编码: 79.85、77.25、77.29;1岁 ≤年龄≤8 岁(旧称先天性髋关节脱位)的手术出院患儿。</span><span style="font-family: FangSong; font-size: 16pt;">&nbsp;</span></p>
  629. </div>
  630. </div>
  631. </div>
  632. </div>
  633. </div>
  634. </div>
  635. <p>&nbsp;</p>
  636. <p>无需上报内容:</p>
  637. <p>1.参与临床药物与器械试验的病例</p>
  638. <p><span style="white-space: pre;">2.</span>年龄<18个月或年龄>8岁的患者</p>
  639. <p><span style="white-space: pre;">3</span>.本次住院超过90天!</p>
  640. <p>&nbsp;</p>
  641. <p>数据验证:</p>
  642. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  643. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p></div>' where DCID=52
  644. --vte
  645. update D_Disease_Category set DiseaseContent='<div data-v-c0d7d944="" class="content"><p><!-- [if !supportLists]-->
  646. <span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">上报内容:</span></span><br><br>
  647. <span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">1.</span><span style="letter-spacing: -1.35pt;">
  648. <span style="font-family: 宋体;">入住</span> </span>ICU<span style="letter-spacing: -1.05pt;">&nbsp;<span style="font-family: 宋体;">的患者</span></span></span><br>
  649. <span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -0.1pt;">2.</span><span style="font-family: 宋体;">中高危风险患者:</span></span><br>
  650. <span style="font-size: 12pt; font-family: 宋体;"><span style="font-family: 宋体;">(</span>1)<span style="font-family: 宋体;">高龄(</span>≥70<span style="letter-spacing: -2.05pt;">&nbsp;<span style="font-family: 宋体;">岁</span></span><span style="font-family: 宋体;">)</span></span><br><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -1.35pt;">(2)</span><span style="letter-spacing: -1.35pt;"><span style="font-family: 宋体;">既往</span></span>VTE<span style="letter-spacing: -1.65pt;">&nbsp;<span style="font-family: 宋体;">病史或</span></span>VTE<span style="letter-spacing: -1.05pt;">&nbsp;<span style="font-family: 宋体;">家族史</span></span></span><br><span style="font-size: 12pt; font-family: 宋体;">(3)<span style="font-family: 宋体;">恶性肿瘤</span>(ICD-10<span style="letter-spacing: -0.75pt;">&nbsp;<span style="font-family: 宋体;">类目编码</span>:</span>C00-C97)</span><br><span style="font-size: 12pt; font-family: 宋体;">(4)<span style="font-family: 宋体;">严重创伤</span></span><br><span style="font-size: 12pt; font-family: 宋体;"><span style="font-family: 宋体;">(</span><span style="letter-spacing: 0.05pt;">5</span><span style="font-family: 宋体;">)</span><span style="font-family: 宋体;">脓毒症</span><span style="letter-spacing: 0.05pt;">(I</span><span style="letter-spacing: -0.1pt;">C</span><span style="letter-spacing: 0.05pt;">D-</span><span style="letter-spacing: -0.1pt;">1</span>0<span style="letter-spacing: -4.7pt;">&nbsp;</span><span style="font-family: 宋体;">亚目编码</span><span style="letter-spacing: -7.95pt;"><span style="font-family: 宋体;">:</span>“</span><span style="letter-spacing: 0.05pt;">A4</span><span style="letter-spacing: -0.1pt;">0</span><span style="letter-spacing: 0.05pt;">.</span><span style="letter-spacing: -0.1pt;">0</span><span style="letter-spacing: -7.95pt;"><span style="font-family: 宋体;">、</span></span>
  651. <span style="letter-spacing: 0.05pt;">A4</span><span style="letter-spacing: -0.1pt;">0</span><span style="letter-spacing: 0.05pt;">.</span>
  652. <span style="letter-spacing: -0.1pt;">1</span><span style="letter-spacing: -7.95pt;"><span style="font-family: 宋体;">、</span></span>
  653. <span style="letter-spacing: 0.05pt;">A4</span><span style="letter-spacing: -0.1pt;">0</span><span style="letter-spacing: 0.05pt;">.</span>
  654. <span style="letter-spacing: -0.1pt;">2</span><span style="font-family: 宋体;">、</span></span><br><span style="font-size: 12pt; font-family: 宋体;">A40.3<span style="letter-spacing: -0.15pt;"><span style="font-family: 宋体;">、</span></span>A40.8<span style="letter-spacing: -0.15pt;"><span style="font-family: 宋体;">、</span></span>A40.9<span style="letter-spacing: -0.15pt;"><span style="font-family: 宋体;">、</span></span>A41.0<span style="letter-spacing: -0.15pt;"><span style="font-family: 宋体;">、</span></span>A41.1<span style="letter-spacing: -0.15pt;"><span style="font-family: 宋体;">、</span></span>A41.2<span style="letter-spacing: -0.15pt;"><span style="font-family: 宋体;">、</span></span>A41.3、</span><br><span style="font-size: 12pt; font-family: 宋体;">A41.4、A41.5、A41.8、A41.9,R65.2、R65.3、R65.9)</span><br><span style="font-size: 12pt; font-family: 宋体;">(6)<span style="font-family: 宋体;">急性生理和慢性健康评分</span>⁃<span style="letter-spacing: -0.3pt;">Ⅱ(APACHE</span><span style="letter-spacing: -0.3pt;">⁃</span><span style="letter-spacing: -0.8pt;">Ⅱ)></span></span><span style="font-size: 12pt; font-family: 宋体;">12 分</span><br><span style="font-size: 12pt; font-family: 宋体;">(7)<span style="font-family: 宋体;">急诊手术及麻醉复苏室转入</span></span><br><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -1.35pt;">(8)</span><span style="letter-spacing: -1.35pt;"><span style="font-family: 宋体;">转入</span></span>ICU<span style="letter-spacing: -0.65pt;">&nbsp;<span style="font-family: 宋体;">前住院时间长</span></span><span style="font-family: 宋体;">(</span>&gt;30<span style="letter-spacing: -2pt;">&nbsp;<span style="font-family: 宋体;">天</span></span><span style="font-family: 宋体;">)</span></span><br><span style="font-size: 12pt; font-family: 宋体;">(9)<span style="font-family: 宋体;">制动</span></span><br><span style="font-size: 12pt; font-family: 宋体;">(10)<span style="font-family: 宋体;">机械通气</span>(ICD-9-CM-3<span style="letter-spacing: -0.8pt;">&nbsp;<span style="font-family: 宋体;">亚目编码:</span></span>96.7<span style="letter-spacing: -0.95pt;">&nbsp;<span style="font-family: 宋体;">其他持续侵入性机械性通气</span>,93.90、93.91</span><span style="letter-spacing: -0.55pt;">&nbsp;<span style="font-family: 宋体;">无创机械性通气</span>)</span></span><br><span style="font-size: 12pt; font-family: 宋体;"><span style="font-family: 宋体;">(</span><span style="letter-spacing: -6.05pt;">&nbsp;</span>11<span style="letter-spacing: -5.95pt;">&nbsp;</span><span style="font-family: 宋体;">)</span><span style="letter-spacing: 1.25pt;"><span style="font-family: 宋体;">留置中心静脉导管</span></span>(ICD-9-CM-3<span style="letter-spacing: 1pt;">&nbsp;<span style="font-family: 宋体;">亚目编码:</span> 89.60-89.69)</span></span><br><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -1.55pt;">(12)</span><span style="letter-spacing: -0.3pt;"><span style="font-family: 宋体;">血液净化治疗</span></span><span style="letter-spacing: 0.1pt;"><span style="font-family: 宋体;">(</span></span><span style="letter-spacing: 0.05pt;">IC</span><span style="letter-spacing: -0.1pt;">D</span><span style="letter-spacing: 0.05pt;">-9</span><span style="letter-spacing: -0.1pt;">-</span><span style="letter-spacing: 0.05pt;">CM</span><span style="letter-spacing: -0.1pt;">-</span>3<span style="letter-spacing: -4pt;">&nbsp;</span><span style="letter-spacing: -1.6pt;"><span style="font-family: 宋体;">亚目编码:</span>“</span><span style="letter-spacing: 0.05pt;">39</span><span style="letter-spacing: -0.1pt;">.</span><span style="letter-spacing: 0.05pt;">9</span><span style="letter-spacing: -0.1pt;">5</span><span style="letter-spacing: -7.95pt;">”</span><span style="font-family: 宋体;">)</span></span><br><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -1.55pt;">(13)</span><span style="font-family: 宋体;">使用肌肉松弛和镇静药物</span></span><br><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -1.55pt;">(14)</span><span style="font-family: 宋体;">应用收缩血管药物</span></span><br><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -1.55pt;">(15)</span><span style="font-family: 宋体;">输注血小板</span></span><br><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -1.55pt;">(16)</span><span style="font-family: 宋体;">血栓预防失败</span></span><br><span style="font-size: 12pt; font-family: 宋体;"><span style="letter-spacing: -1.55pt;">(17)</span><span style="font-family: 宋体;">医师认为需评估的其他中高风险患者</span></span><br><br><span style="line-height: 18.2px; font-size: 10.5pt; background: #ffffff;"><span style="font-family: Helvetica Neue;"><span style="font-family: 宋体; font-size: 14pt;">&nbsp;</span></span></span><br><span style="line-height: 18.2px; font-size: 10.5pt; background: #ffffff;"><span style="font-family: Helvetica Neue;"><span style="font-size: 12pt; font-family: 宋体;">无需上报内容</span></span></span><br><span style="font-family: 宋体; line-height: 18.2px; font-size: 12pt; background: #ffffff;">1.患者年龄小于18岁</span><br><span style="font-family: 宋体; line-height: 18.2px; font-size: 12pt; background: #ffffff;">2.住院时间超过90天的患者</span><br><span style="font-family: 宋体; line-height: 18.2px; font-size: 12pt; background: #ffffff;">3.参与临床试验的患者</span><br><span style="font-family: 宋体; line-height: 18.2px; font-size: 12pt; background: #ffffff;">4.患者入住或转入ICU的主要诊断或其他诊断ICD-10代码中有以下</span><br><span style="font-family: 宋体; line-height: 18.2px; font-size: 12pt; background: #ffffff;">(1)栓塞和血栓形成ICD-10编码四位亚目及病种名称</span><br><span style="font-family: 宋体; line-height: 18.2px; font-size: 12pt; background: #ffffff;">(2)产科并发栓塞ICD-10编码四位亚目及名称</span><br><span style="font-family: 宋体; line-height: 18.2px; font-size: 12pt; background: #ffffff;">(3)神经内科脑梗死ICD-10编码四位亚目及病种名称</span><br><span style="font-family: 宋体; line-height: 18.2px; font-size: 12pt; background: #ffffff;">(4)精神科ICD-10编码(F00~99)及病种名称</span><br><span style="font-family: 宋体; line-height: 18.2px; font-size: 12pt; background: #ffffff;">5.患者入住或转入ICU的主要手术与操作名称与其ICD-9.CM.3代码中,有血管外科手术名称者(如血管内膜剥脱术等)</span><br><br><span style="font-size: 12pt;"><span style="font-family: 宋体;"><span style="line-height: 18.2px; background: #ffffff;">已报送“</span><span style="line-height: 18.2px; color: #0000ff; background: #ffffff;"><span style="color: #000000;">DVT,STK,STEMI</span>,</span></span><span style="line-height: 18.2px; background: #ffffff;">
  655. <span style="font-family: 宋体;">TKR,THR,CABG,AVR,MVR,ASD,VSD"单病种质量监测信息</span>项者,不再重复报送!</span></span></p></div>' where DCID=36
  656. --hbv
  657. update D_Disease_Category set DiseaseContent='<div data-v-c0d7d944="" class="content"><p>上报内容</p>
  658. <p><span style="font-family: FangSong; font-size: 12pt;">主要诊断 ICD-10 编码:O98.4,Z22.5 + O80 至 O84+Z37; 且伴1阴道分娩操作 ICD-9-CM-3 编码 72.0 至 72.9,73.0, 73.1,73.21,73.4 至 73.6,73.9;或伴2剖宫产手术 ICD 9-CM-3 编码:74.0,74.1,74.2,74.4,74.99 的出院患者。&nbsp;</span></p>
  659. <p>&nbsp;</p>
  660. <p>无需上报内容:</p>
  661. <p>1.由外院住院诊疗后转入本院的病例</p>
  662. <p>2.参与临床药物与器械试验的病例</p>
  663. <p><span style="white-space: pre;">3</span>.18岁以下的病例</p>
  664. <p><span style="white-space: pre;">4.</span>同一疾病30日内重复入院</p>
  665. <p><span style="white-space: pre;">5.</span>本次住院超过90天!</p>
  666. <p>6.病历记录孕期<28周或不明的</p>
  667. <p>&nbsp;</p>
  668. <p>数据验证:</p>
  669. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  670. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p></div>' where DCID=50
  671. end
  672. --根据卫健委变化将STEMI 编码为I21.9的数据再次进行调整
  673. if exists(select * from Report_Leak where ReportClass = 1 and DieaseICD like 'I21.9%' and DealReport=0 )
  674. update Report_Leak set DealReport=2
  675. where ReportClass=1 and DieaseICD like 'I21.9%' and DealReport=0
  676. if exists(select * from D_MedicalRecord where ReportClass = 1 and JSON_VALUE(DataInfo,'$."CM-0-1-3-1"')='e' and DataVersion='2' and Ncis_IsCheckToWsb=1)
  677. update D_MedicalRecord set Ncis_IsCheckToWsb=0
  678. where ReportClass = 1 and JSON_VALUE(DataInfo,'$."CM-0-1-3-1"')='e' and DataVersion='2' and Ncis_IsCheckToWsb=1
  679. --cs 旧数据数据处理 是否有母乳喂养禁忌证、母乳喂养禁忌证选择
  680. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CS-8-1-1"')='a' and DataVersion='2' and ReportClass =10 )
  681. update D_MedicalRecord
  682. set DataInfo=JSON_MODIFY(DataInfo, '$."CS-8-2-1"', 'n')
  683. where JSON_VALUE(DataInfo,'$."CS-8-1-1"')='a' and DataVersion='2' and ReportClass =10
  684. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CS-8-1-1"')='a' and DataVersion='2' and ReportClass =10 )
  685. update D_MedicalRecord
  686. set DataInfo=JSON_MODIFY(DataInfo, '$."CS-8-1-1"', null),Ncis_IsJoinError=0
  687. where JSON_VALUE(DataInfo,'$."CS-8-1-1"')='a' and DataVersion='2' and ReportClass =10
  688. --编码对应 APL添加 Z51.200
  689. if not exists(select * from Report_ICDCodeMatch where ReportClass=49 and CodeType=10 and ICDCode like 'Z51.200%')
  690. BEGIN
  691. INSERT [dbo].[Report_ICDCodeMatch] ([ReportClass],[ICDCode],[MatchCode],[CodeType],[IsStart],[ICDCodeValue],[SuborderValue])
  692. VALUES (49, N'Z51.200', N'Z51.200', N'10',1,N'd',N'b')
  693. INSERT [dbo].[Report_ICDCodeMatch] ([ReportClass],[ICDCode],[MatchCode],[CodeType],[IsStart],[ICDCodeValue],[SuborderValue])
  694. VALUES (49, N'Z51.200x008', N'Z51.200x008', N'10',1,N'e',N'b')
  695. END
  696. --将不符合条件的数据更改为无需上报
  697. if exists(select * from Report_Leak where DealReport=3 )
  698. update Report_Leak set DealReport=2 where DealReport=3
  699. --自定义字典表
  700. if exists(select * from syscolumns where id=object_id('Report_DropList') and name='ReportClass')
  701. BEGIN
  702. update Report_DropList set ReportClass=9 where Id=1
  703. END
  704. if exists(select * from syscolumns where id=object_id('Report_DropListValue') and name='ReportClass')
  705. BEGIN
  706. update Report_DropListValue set ReportClass=9 where DropListId=1
  707. END
  708. update D_Disease_Category set DiseaseDescription='围手术期预防深静脉血栓栓塞' where dcid=12 and DiseaseDescription='围手术期深静脉血栓'
  709. update D_Disease_Category set DiseaseDescription='脑出血' where dcid=26
  710. update D_MedicalRecord set Add_OperDeptId=0 where Add_OperDeptId is null
  711. --暂时保留 开始--
  712. --5.3.0版本医院未全部升级因此以下代码和5.3文件夹内代码重复,后期都普遍升级后此处可删除
  713. --20210326卫健委变化
  714. --住院24小时内出院 PACG 住院时间应大于24小时取消(存在日间手术)
  715. if exists(select * from D_ReportStaticsQuota where id=8 and ReportClassArr<>'1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,40,41,46,47,48,49,50,52' )
  716. update D_ReportStaticsQuota set ReportClassArr='1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,40,41,46,47,48,49,50,52'
  717. where id=8 and ReportClassArr<>'1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,40,41,46,47,48,49,50,52'
  718. --更新自动对接卫健委
  719. if exists(select * from Q_Options where Name='NcisAutoOpenList' and Value<>'' and Value is not null)
  720. update D_Disease_Category set IsNcisAutoOpen=1
  721. where IsNcisChange=1 and
  722. CHARINDEX(','+ cast(DCID as nvarchar(max)) +',',(select top 1 ','+ Value from Q_Options where Name='NcisAutoOpenList')) > 0
  723. --将程序中卫健委变化标志取消
  724. if exists(select * from D_Disease_Category where IsNcisChange=1)
  725. update D_Disease_Category set IsNcisChange=null
  726. where IsNcisChange=1
  727. --更新公告
  728. if exists(select * from Report_InterAnnounce where IsTop=1 and CHARINDEX('因国家单病种平台填报内容发生变化',Title) > 0)
  729. update Report_InterAnnounce set IsTop=0
  730. where IsTop=1 and CHARINDEX('因国家单病种平台填报内容发生变化',Title) > 0
  731. if exists(select * from Q_Options where Name='NcisAutoOpenList' and Value<>'' and Value is not null)
  732. update Q_Options set Value=''
  733. where Name='NcisAutoOpenList' and Value<>'' and Value is not null
  734. --病种重复病除外设置 VTE-BC
  735. if exists(select * from D_RepeatReportSetting where ReportClass=36 and RepeatReportClass=17 and Icd9Code is null)
  736. update D_RepeatReportSetting set Icd9Code='85.2、85.3、85.4'
  737. where ReportClass=36 and RepeatReportClass=17 and Icd9Code is null
  738. --pip 无需上报内容
  739. if exists(select * from D_Disease_Category where SystemDescription like '%18岁以下的病例%' and DCID = 9)
  740. update D_Disease_Category set SystemDescription='
  741. <div class="content">
  742. <p>系统特别说明:</p>
  743. <p>1.同一疾病30日内重复入院,无需上报</p>
  744. <p>2.本次住院天数大于90天,无法上报。</p>
  745. </div>'
  746. where SystemDescription like '%18岁以下的病例%' and DCID = 9
  747. --无需上报条件 18岁以下的病例
  748. if exists(select * from D_ReportStaticsQuota where id=1 and ReportClassArr<>'1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,50,51,' )
  749. update D_ReportStaticsQuota set ReportClassArr='1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,50,51,'
  750. where id=1 and ReportClassArr<>'1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,50,51,'
  751. --漏报设置更新科室改为关闭状态
  752. if exists(select * from D_Disease_Category where HisDeptEnabled=1 )
  753. update D_Disease_Category set HisDeptEnabled=0
  754. where HisDeptEnabled=1
  755. --cacc 去除编码 O99.5
  756. if exists(select * from Report_Leak where ReportClass = 47 and DieaseICD like 'O99.5%' and DealReport=0 )
  757. update Report_Leak set DealReport=2
  758. where ReportClass = 47 and DieaseICD like 'O99.5%' and DealReport=0
  759. --tia 去除编码G45.004
  760. if exists(select * from Report_Leak where ReportClass = 13 and DieaseICD like 'G45.004%' and DealReport=0 )
  761. update Report_Leak set DealReport=2
  762. where ReportClass=13 and DieaseICD like 'G45.004%' and DealReport=0
  763. --根据处理记录更新漏报管理状态
  764. update Report_Leak set NoMustReportReason=
  765. (NoMustReportReason+' '+
  766. (select top(1) ChangeNote from Report_LeakLog where Report_Leak.ID=Report_LeakLog.LeakId order by ChangeDate desc)
  767. ),DealReport=2
  768. where id in (
  769. select ID from (SELECT (select top(1) ChangeNote from Report_LeakLog where Report_Leak.ID=Report_LeakLog.LeakId order by ChangeDate desc) as note
  770. ,(select top(1) Status from Report_LeakLog where Report_Leak.ID=Report_LeakLog.LeakId order by ChangeDate desc) as Status
  771. ,*
  772. FROM Report_Leak ) a
  773. where DealReport=0 and Status =2
  774. )
  775. --原“数据统计”权限,改为“指标统计”
  776. update Q_Quanxian set QuanxianName='指标统计' where QuanxianName='数据统计' and id=24
  777. --数据预警将接口自动对接改为 对接失败
  778. if exists(select * from Q_DiseaseGrade where DiseaseGradeID=5 and DiseaseGradeName='接口自动对接')
  779. update Q_DiseaseGrade set DiseaseGradeName='对接失败'
  780. where DiseaseGradeID=5 and DiseaseGradeName='接口自动对接'
  781. --asd vsd 上报说明
  782. --asd
  783. if not exists(select * from D_Disease_Category where DiseaseContent like '%18岁人群%' and DCID = 30)
  784. update D_Disease_Category set DiseaseContent=
  785. '<div class="content">
  786. <p style="background: white; margin: 0 0 10px 0;"><span>上报内容:</span></p>
  787. <div class="column">
  788. <p><span ><span style="font-size: 12pt;">&nbsp; &nbsp; &nbsp;主要手术 ICD-9-CM-3 编码:35.51、35.52、35.61、35.71 的手术出院患者。</span>&nbsp;</span></p>
  789. </div>
  790. <div class="page" title="Page 13">&nbsp;</div>
  791. <p style="background: white; margin: 0 0 10px 0;"><span>无需上报内容:</span></p>
  792. <p style="text-indent: 28px; background: white;"><span>1.参与临床药物与器械试验的病例,</span></p>
  793. <p style="text-indent: 28px; background: white;"><span>2.外院转入手术失敗病例</span></p>
  794. <p style="text-indent: 28px; background: white; margin: 0 0 10px 0;"><span>3.本次住院超过90天</span></p>
  795. <p style="text-indent: 28px; background: white; margin: 0 0 10px 0;"><span>4.年龄<2岁,年龄>18岁人群</span></p>
  796. <p style="text-indent: 28px; background: white; margin: 0 0 10px 0;">&nbsp;</p>
  797. <p style="background: white; margin: 0 0 10px 0;"><span>数据验证:</span></p>
  798. <p style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; margin: 0 0 10px 0;"><span style="box-sizing: border-box;"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span>是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p>
  799. <p style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; margin: 0 0 10px 0;"><span style="box-sizing: border-box;"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span>强制验证项若超过正常值,系统给予提示,不允许填写。</span></p>
  800. <p style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; margin: 0 0 10px 0;"><span style="box-sizing: border-box;"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>3. </span><span>其他项若超出正常值范围,系统给予提示,但允许填写实际数据。</span></p>
  801. <p>&nbsp;</p></div>'
  802. where DCID = 30
  803. --vsd
  804. if not exists(select * from D_Disease_Category where DiseaseContent like '%18岁人群%' and DCID = 31)
  805. update D_Disease_Category set DiseaseContent=
  806. '<div class="content">
  807. <p style="background: white; margin: 0 0 10px 0;"><span>上报内容:</span></p>
  808. <div class="column">
  809. <p><span ><span style="font-size: 12pt;">&nbsp; &nbsp; &nbsp;主要手术 ICD-9-CM-3 编码:35.53、35.55、35.62、35.72 的手术出院患者。 </span>&nbsp;</span></p>
  810. </div>
  811. <div class="page" title="Page 13">&nbsp;</div>
  812. <p style="background: white; margin: 0 0 10px 0;"><span>无需上报内容:</span></p>
  813. <p style="text-indent: 28px; background: white;"><span>1.参与临床药物与器械试验的病例,</span></p>
  814. <p style="text-indent: 28px; background: white;"><span>2.外院转入手术失敗病例</span></p>
  815. <p style="text-indent: 28px; background: white; margin: 0 0 10px 0;"><span>3.本次住院超过90天</span></p>
  816. <p style="text-indent: 28px; background: white; margin: 0 0 10px 0;"><span>4.年龄<2岁,年龄>18岁人群</span></p>
  817. <p style="text-indent: 28px; background: white; margin: 0 0 10px 0;">&nbsp;</p>
  818. <p style="background: white; margin: 0 0 10px 0;"><span>数据验证:</span></p>
  819. <p style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; margin: 0 0 10px 0;"><span style="box-sizing: border-box;"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span>是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p>
  820. <p style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; margin: 0 0 10px 0;"><span style="box-sizing: border-box;"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span>强制验证项若超过正常值,系统给予提示,不允许填写。</span></p>
  821. <p style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px; margin: 0 0 10px 0;"><span style="box-sizing: border-box;"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>3. </span><span>其他项若超出正常值范围,系统给予提示,但允许填写实际数据。</span></p>
  822. <p>&nbsp;</p></div>'
  823. where DCID = 31
  824. --无需上报条件 年龄大于等于18岁以及小于2岁的新生儿
  825. if exists(select * from D_ReportStaticsQuota where id=2 and ReportClassArr<>'8,30,31,47,' )
  826. update D_ReportStaticsQuota set ReportClassArr='8,30,31,47,'
  827. where id=2 and ReportClassArr<>'8,30,31,47,'
  828. --修改口腔种植术的说明文字
  829. if exists(select * from D_Disease_Category where DiseaseContent like '%18岁以上%' and DCID = 51)
  830. update D_Disease_Category set DiseaseContent=
  831. '<div><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">OIT</span><span style="font-family:微软雅黑,sans-serif;color:black">口腔种植术</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white"><span style="font-family:微软雅黑,sans-serif;color:black"><br></span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">主要手术 ICD-9-CM-3 编码:23.5,23.6 的门诊患者或 者 76.09,76.91,76.92,22.79 的手术出院患者。 </span></p><p style="text-indent:28px;background:white"></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white">
  832. <p><br></p><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 无需上报内容:</span></p>
  833. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">1.由外院住院诊疗后转入本院的病例</span> </p>
  834. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">2.18岁以下的病例</span> </p>
  835. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">3.同一疾病30日内重复入院的病例</span> </p>
  836. <p style="text-indent:28px;background:white"><span style="font-family:微软雅黑,sans-serif;color:black">4.本次住院超过90天的病例</span> </p>
  837. <p><br></p<p style="text-indent:28px;background:white"><span style="font-family: 微软雅黑, sans-serif;">数据验证:</span><br></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>1. *</span><span style="font-family:微软雅黑,sans-serif;color:black">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p><p style="margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;background:white;box-sizing: border-box;font-variant-ligatures: normal;font-variant-caps: normal;orphans: 2;widows: 2;-webkit-text-stroke-width: 0px;word-spacing:0px"><span style="box-sizing: border-box"><span style="font-family:微软雅黑,sans-serif;color:black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>2. </span><span style="font-family:微软雅黑,sans-serif;color:black">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p><p><br></p></div>'
  838. where DCID = 51
  839. --修改vte抽取规则
  840. if exists(select * from D_Disease_Category where LeakExtractRule<>0 and DCID =36)
  841. update D_Disease_Category set LeakExtractRule=0
  842. where LeakExtractRule<>0 and DCID =36
  843. --设定 [DataBaseAutoBak] AutoDbBakAtMinute默认值0
  844. if exists(select * from [DataBaseAutoBak] where AutoDbBakAtMinute is null )
  845. update [DataBaseAutoBak] set AutoDbBakAtMinute=0
  846. where AutoDbBakAtMinute is null
  847. --无需上报条件 同一疾病30日内重复入院
  848. if exists(select * from D_ReportStaticsQuota where id=12 and ReportClassArr<>'1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,' )
  849. update D_ReportStaticsQuota set ReportClassArr='1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,'
  850. where id=12 and ReportClassArr<>'1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,'
  851. --对接卫健委code旧数据赋值
  852. if exists(select * from D_MedicalRecord where Ncis_JoinErrorMessage like '%该项为必填项,请进行填写%' and Ncis_IsJoinError=1)
  853. update D_MedicalRecord set Ncis_JoinCode=1000
  854. where Ncis_JoinErrorMessage like '%该项为必填项,请进行填写%' and Ncis_IsJoinError=1
  855. --在1.1版本数据中对应添加2.0数据统计需要字段
  856. --离院方式
  857. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-4-3"') is null and DataVersion='1.1' )
  858. update D_MedicalRecord set DataInfo=
  859. JSON_MODIFY(DataInfo, '$."CM-4-3"',
  860. case when DataVersion='1.1' and ReportClass=1 then JSON_VALUE(DataInfo,'$."STEMI-9-1-2-1"') --STEMI
  861. when DataVersion='1.1' and ReportClass=2 then JSON_VALUE(DataInfo,'$."HF-9-1-2-1"') --HF
  862. when DataVersion='1.1' and ReportClass=3 then JSON_VALUE(DataInfo,'$."Cap-Adult-10-2-1"') --Cap-Adult
  863. when DataVersion='1.1' and ReportClass=4 then JSON_VALUE(DataInfo,'$."Hip-10-2"') --Hip
  864. when DataVersion='1.1' and ReportClass=5 then JSON_VALUE(DataInfo,'$."Knee-10-2"') --Knee
  865. when DataVersion='1.1' and ReportClass=6 then JSON_VALUE(DataInfo,'$."STK-11-2-1"') --STK
  866. when DataVersion='1.1' and ReportClass=7 then JSON_VALUE(DataInfo,'$."CABG-10-2"') --CABG
  867. when DataVersion='1.1' and ReportClass=8 then JSON_VALUE(DataInfo,'$."Cap-9-2-1"') --Cap
  868. when DataVersion='1.1' and ReportClass=9 then JSON_VALUE(DataInfo,'$."PIP-5-2"') --PIP
  869. when DataVersion='1.1' and ReportClass=10 then JSON_VALUE(DataInfo,'$."CS-10-2"') --CS
  870. when DataVersion='1.1' and ReportClass=11 then JSON_VALUE(DataInfo,'$."AECOPD-9-2-1"') --AECOPD
  871. when DataVersion='1.1' and ReportClass=12 then JSON_VALUE(DataInfo,'$."DVT-5-2"') --DVT
  872. when DataVersion='1.1' and ReportClass=13 then JSON_VALUE(DataInfo,'$."TIA-8-2-1"') --TIA
  873. when DataVersion='1.1' and ReportClass=14 then JSON_VALUE(DataInfo,'$."HBIPS-13-2-1"') --HBIPS
  874. when DataVersion='1.1' and ReportClass=15 then JSON_VALUE(DataInfo,'$."TC-9-2-1"') --TC
  875. when DataVersion='1.1' and ReportClass=16 then JSON_VALUE(DataInfo,'$."LC-14-2-1"') --LC
  876. when DataVersion='1.1' and ReportClass=17 then JSON_VALUE(DataInfo,'$."BC-13-2-1"') --BC
  877. end
  878. )where DataVersion='1.1'
  879. --入院日期时间
  880. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-0-2-4-1"') is null and DataVersion='1.1' )
  881. update D_MedicalRecord set DataInfo=
  882. JSON_MODIFY(DataInfo, '$."CM-0-2-4-1"',
  883. case when DataVersion='1.1' and ReportClass=1 then JSON_VALUE(DataInfo,'$."STEMI-0-2-4"') --STEMI
  884. when DataVersion='1.1' and ReportClass=2 then JSON_VALUE(DataInfo,'$."HF-0-2-4"') --HF
  885. when DataVersion='1.1' and ReportClass=3 then JSON_VALUE(DataInfo,'$."Cap-Adult-0-2-4"') --Cap-Adult
  886. when DataVersion='1.1' and ReportClass=4 then JSON_VALUE(DataInfo,'$."Hip-0-2-2-1"') --Hip
  887. when DataVersion='1.1' and ReportClass=5 then JSON_VALUE(DataInfo,'$."Knee-0-2-2"') --Knee
  888. when DataVersion='1.1' and ReportClass=6 then JSON_VALUE(DataInfo,'$."STK-0-2-4"') --STK
  889. when DataVersion='1.1' and ReportClass=7 then JSON_VALUE(DataInfo,'$."CABG-0-2-2"') --CABG
  890. when DataVersion='1.1' and ReportClass=8 then JSON_VALUE(DataInfo,'$."Cap-0-2-4"') --Cap
  891. when DataVersion='1.1' and ReportClass=9 then JSON_VALUE(DataInfo,'$."PIP-0-2-2-1"') --PIP
  892. when DataVersion='1.1' and ReportClass=10 then JSON_VALUE(DataInfo,'$."CS-0-2-4"') --CS
  893. when DataVersion='1.1' and ReportClass=11 then JSON_VALUE(DataInfo,'$."AECOPD-0-2-4"') --AECOPD
  894. when DataVersion='1.1' and ReportClass=12 then JSON_VALUE(DataInfo,'$."DVT-0-2-2-1"') --DVT
  895. when DataVersion='1.1' and ReportClass=13 then JSON_VALUE(DataInfo,'$."TIA-0-2-4"') --TIA
  896. when DataVersion='1.1' and ReportClass=14 then JSON_VALUE(DataInfo,'$."HBIPS-0-3-1"') --HBIPS
  897. when DataVersion='1.1' and ReportClass=15 then JSON_VALUE(DataInfo,'$."TC-0-2-4"') --TC
  898. when DataVersion='1.1' and ReportClass=16 then JSON_VALUE(DataInfo,'$."LC-0-2-4"') --LC
  899. when DataVersion='1.1' and ReportClass=17 then JSON_VALUE(DataInfo,'$."BC-0-2-4-1"') --BC
  900. end
  901. )where DataVersion='1.1'
  902. --出院日期时间
  903. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-0-2-4-2"') is null and DataVersion='1.1' )
  904. update D_MedicalRecord set DataInfo=
  905. JSON_MODIFY(DataInfo, '$."CM-0-2-4-2"',
  906. case when DataVersion='1.1' and ReportClass=1 then JSON_VALUE(DataInfo,'$."STEMI-0-2-5"') --STEMI
  907. when DataVersion='1.1' and ReportClass=2 then JSON_VALUE(DataInfo,'$."HF-0-2-5"') --HF
  908. when DataVersion='1.1' and ReportClass=3 then JSON_VALUE(DataInfo,'$."Cap-Adult-0-2-5"') --Cap-Adult
  909. when DataVersion='1.1' and ReportClass=4 then JSON_VALUE(DataInfo,'$."Hip-0-2-3"') --Hip
  910. when DataVersion='1.1' and ReportClass=5 then JSON_VALUE(DataInfo,'$."Knee-0-2-3"') --Knee
  911. when DataVersion='1.1' and ReportClass=6 then JSON_VALUE(DataInfo,'$."STK-0-2-5"') --STK
  912. when DataVersion='1.1' and ReportClass=7 then JSON_VALUE(DataInfo,'$."CABG-0-2-3"') --CABG
  913. when DataVersion='1.1' and ReportClass=8 then JSON_VALUE(DataInfo,'$."Cap-0-2-5"') --Cap
  914. when DataVersion='1.1' and ReportClass=9 then JSON_VALUE(DataInfo,'$."PIP-0-2-3"') --PIP
  915. when DataVersion='1.1' and ReportClass=10 then JSON_VALUE(DataInfo,'$."CS-0-2-5"') --CS
  916. when DataVersion='1.1' and ReportClass=11 then JSON_VALUE(DataInfo,'$."AECOPD-0-2-5"') --AECOPD
  917. when DataVersion='1.1' and ReportClass=12 then JSON_VALUE(DataInfo,'$."DVT-0-2-3"') --DVT
  918. when DataVersion='1.1' and ReportClass=13 then JSON_VALUE(DataInfo,'$."TIA-0-2-5"') --TIA
  919. when DataVersion='1.1' and ReportClass=14 then JSON_VALUE(DataInfo,'$."HBIPS-0-3-2"') --HBIPS
  920. when DataVersion='1.1' and ReportClass=15 then JSON_VALUE(DataInfo,'$."TC-0-2-5"') --TC
  921. when DataVersion='1.1' and ReportClass=16 then JSON_VALUE(DataInfo,'$."LC-0-2-5"') --LC
  922. when DataVersion='1.1' and ReportClass=17 then JSON_VALUE(DataInfo,'$."BC-0-2-4-2"') --BC
  923. end
  924. ) where DataVersion='1.1'
  925. --住院总费用
  926. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-6-1"') is null and DataVersion='1.1' )
  927. update D_MedicalRecord set DataInfo=
  928. JSON_MODIFY(DataInfo, '$."CM-6-1"',
  929. case when DataVersion='1.1' and ReportClass=1 then JSON_VALUE(DataInfo,'$."STEMI-9-1-3-1"') --STEMI
  930. when DataVersion='1.1' and ReportClass=2 then JSON_VALUE(DataInfo,'$."HF-9-1-3-1"') --HF
  931. when DataVersion='1.1' and ReportClass=3 then JSON_VALUE(DataInfo,'$."Cap-Adult-10-3-1"') --Cap-Adult
  932. when DataVersion='1.1' and ReportClass=4 then JSON_VALUE(DataInfo,'$."Hip-10-4-1"') --Hip
  933. when DataVersion='1.1' and ReportClass=5 then JSON_VALUE(DataInfo,'$."Knee-10-4-1"') --Knee
  934. when DataVersion='1.1' and ReportClass=6 then JSON_VALUE(DataInfo,'$."STK-11-3-1"') --STK
  935. when DataVersion='1.1' and ReportClass=7 then JSON_VALUE(DataInfo,'$."CABG-10-4-1"') --CABG
  936. when DataVersion='1.1' and ReportClass=8 then JSON_VALUE(DataInfo,'$."Cap-9-3-1"') --Cap
  937. when DataVersion='1.1' and ReportClass=9 then JSON_VALUE(DataInfo,'$."PIP-5-4-1"') --PIP
  938. when DataVersion='1.1' and ReportClass=10 then JSON_VALUE(DataInfo,'$."CS-10-4-1"') --CS
  939. when DataVersion='1.1' and ReportClass=11 then JSON_VALUE(DataInfo,'$."AECOPD-9-3-1"') --AECOPD
  940. when DataVersion='1.1' and ReportClass=12 then JSON_VALUE(DataInfo,'$."DVT-5-4-1"') --DVT
  941. when DataVersion='1.1' and ReportClass=13 then JSON_VALUE(DataInfo,'$."TIA-8-3-1"') --TIA
  942. when DataVersion='1.1' and ReportClass=14 then JSON_VALUE(DataInfo,'$."HBIPS-13-3-1"') --HBIPS
  943. when DataVersion='1.1' and ReportClass=15 then JSON_VALUE(DataInfo,'$."TC-9-3-1"') --TC
  944. when DataVersion='1.1' and ReportClass=16 then JSON_VALUE(DataInfo,'$."LC-14-3-1"') --LC
  945. when DataVersion='1.1' and ReportClass=17 then JSON_VALUE(DataInfo,'$."BC-13-3-1"') --BC
  946. end
  947. ) where DataVersion='1.1'
  948. --手术治疗费
  949. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-6-13"') is null and DataVersion='1.1' )
  950. update D_MedicalRecord set DataInfo=
  951. JSON_MODIFY(DataInfo, '$."CM-6-13"',
  952. case when DataVersion='1.1' and ReportClass=1 then JSON_VALUE(DataInfo,'$."STEMI-9-1-3-5"') --STEMI
  953. when DataVersion='1.1' and ReportClass=2 then JSON_VALUE(DataInfo,'$."HF-9-1-3-5"') --HF
  954. when DataVersion='1.1' and ReportClass=3 then JSON_VALUE(DataInfo,'$."Cap-Adult-10-3-5"') --Cap-Adult
  955. when DataVersion='1.1' and ReportClass=4 then JSON_VALUE(DataInfo,'$."Hip-10-4-5"') --Hip
  956. when DataVersion='1.1' and ReportClass=5 then JSON_VALUE(DataInfo,'$."Knee-10-4-5"') --Knee
  957. when DataVersion='1.1' and ReportClass=6 then JSON_VALUE(DataInfo,'$."STK-11-3-5"') --STK
  958. when DataVersion='1.1' and ReportClass=7 then JSON_VALUE(DataInfo,'$."CABG-10-4-5"') --CABG
  959. when DataVersion='1.1' and ReportClass=8 then JSON_VALUE(DataInfo,'$."Cap-9-3-5"') --Cap
  960. when DataVersion='1.1' and ReportClass=9 then JSON_VALUE(DataInfo,'$."PIP-5-4-5"') --PIP
  961. when DataVersion='1.1' and ReportClass=10 then JSON_VALUE(DataInfo,'$."CS-10-4-5"') --CS
  962. when DataVersion='1.1' and ReportClass=11 then JSON_VALUE(DataInfo,'$."AECOPD-9-3-5"') --AECOPD
  963. when DataVersion='1.1' and ReportClass=12 then JSON_VALUE(DataInfo,'$."DVT-5-4-5"') --DVT
  964. when DataVersion='1.1' and ReportClass=13 then JSON_VALUE(DataInfo,'$."TIA-8-3-5"') --TIA
  965. when DataVersion='1.1' and ReportClass=14 then JSON_VALUE(DataInfo,'$."HBIPS-13-3-5"') --HBIPS
  966. when DataVersion='1.1' and ReportClass=15 then JSON_VALUE(DataInfo,'$."TC-9-3-5"') --TC
  967. when DataVersion='1.1' and ReportClass=16 then JSON_VALUE(DataInfo,'$."LC-14-3-5"') --LC
  968. when DataVersion='1.1' and ReportClass=17 then JSON_VALUE(DataInfo,'$."BC-13-3-5"') --BC
  969. end
  970. ) where DataVersion='1.1'
  971. --西药费
  972. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-6-18"') is null and DataVersion='1.1' )
  973. update D_MedicalRecord set DataInfo=
  974. JSON_MODIFY(DataInfo, '$."CM-6-18"',
  975. case when DataVersion='1.1' and ReportClass=1 then JSON_VALUE(DataInfo,'$."STEMI-9-1-3-2"') --STEMI
  976. when DataVersion='1.1' and ReportClass=2 then JSON_VALUE(DataInfo,'$."HF-9-1-3-2"') --HF
  977. when DataVersion='1.1' and ReportClass=3 then JSON_VALUE(DataInfo,'$."Cap-Adult-10-3-2"') --Cap-Adult
  978. when DataVersion='1.1' and ReportClass=4 then JSON_VALUE(DataInfo,'$."Hip-10-4-2"') --Hip
  979. when DataVersion='1.1' and ReportClass=5 then JSON_VALUE(DataInfo,'$."Knee-10-4-2"') --Knee
  980. when DataVersion='1.1' and ReportClass=6 then JSON_VALUE(DataInfo,'$."STK-11-3-2"') --STK
  981. when DataVersion='1.1' and ReportClass=7 then JSON_VALUE(DataInfo,'$."CABG-10-4-2"') --CABG
  982. when DataVersion='1.1' and ReportClass=8 then JSON_VALUE(DataInfo,'$."Cap-9-3-2"') --Cap
  983. when DataVersion='1.1' and ReportClass=9 then JSON_VALUE(DataInfo,'$."PIP-5-4-2"') --PIP
  984. when DataVersion='1.1' and ReportClass=10 then JSON_VALUE(DataInfo,'$."CS-10-4-2"') --CS
  985. when DataVersion='1.1' and ReportClass=11 then JSON_VALUE(DataInfo,'$."AECOPD-9-3-2"') --AECOPD
  986. when DataVersion='1.1' and ReportClass=12 then JSON_VALUE(DataInfo,'$."DVT-5-4-2"') --DVT
  987. when DataVersion='1.1' and ReportClass=13 then JSON_VALUE(DataInfo,'$."TIA-8-3-2"') --TIA
  988. when DataVersion='1.1' and ReportClass=14 then JSON_VALUE(DataInfo,'$."HBIPS-13-3-2"') --HBIPS
  989. when DataVersion='1.1' and ReportClass=15 then JSON_VALUE(DataInfo,'$."TC-9-3-2"') --TC
  990. when DataVersion='1.1' and ReportClass=16 then JSON_VALUE(DataInfo,'$."LC-14-3-2"') --LC
  991. when DataVersion='1.1' and ReportClass=17 then JSON_VALUE(DataInfo,'$."BC-13-3-2"') --BC
  992. end
  993. ) where DataVersion='1.1'
  994. --中成药费
  995. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-6-20"') is null and DataVersion='1.1' )
  996. update D_MedicalRecord set DataInfo=
  997. JSON_MODIFY(DataInfo, '$."CM-6-20"',
  998. case when DataVersion='1.1' and ReportClass=1 then JSON_VALUE(DataInfo,'$."STEMI-9-1-3-3"') --STEMI
  999. when DataVersion='1.1' and ReportClass=2 then JSON_VALUE(DataInfo,'$."HF-9-1-3-3"') --HF
  1000. when DataVersion='1.1' and ReportClass=3 then JSON_VALUE(DataInfo,'$."Cap-Adult-10-3-3"') --Cap-Adult
  1001. when DataVersion='1.1' and ReportClass=4 then JSON_VALUE(DataInfo,'$."Hip-10-4-3"') --Hip
  1002. when DataVersion='1.1' and ReportClass=5 then JSON_VALUE(DataInfo,'$."Knee-10-4-3"') --Knee
  1003. when DataVersion='1.1' and ReportClass=6 then JSON_VALUE(DataInfo,'$."STK-11-3-3"') --STK
  1004. when DataVersion='1.1' and ReportClass=7 then JSON_VALUE(DataInfo,'$."CABG-10-4-3"') --CABG
  1005. when DataVersion='1.1' and ReportClass=8 then JSON_VALUE(DataInfo,'$."Cap-9-3-3"') --Cap
  1006. when DataVersion='1.1' and ReportClass=9 then JSON_VALUE(DataInfo,'$."PIP-5-4-3"') --PIP
  1007. when DataVersion='1.1' and ReportClass=10 then JSON_VALUE(DataInfo,'$."CS-10-4-3"') --CS
  1008. when DataVersion='1.1' and ReportClass=11 then JSON_VALUE(DataInfo,'$."AECOPD-9-3-3"') --AECOPD
  1009. when DataVersion='1.1' and ReportClass=12 then JSON_VALUE(DataInfo,'$."DVT-5-4-3"') --DVT
  1010. when DataVersion='1.1' and ReportClass=13 then JSON_VALUE(DataInfo,'$."TIA-8-3-3"') --TIA
  1011. when DataVersion='1.1' and ReportClass=14 then JSON_VALUE(DataInfo,'$."HBIPS-13-3-3"') --HBIPS
  1012. when DataVersion='1.1' and ReportClass=15 then JSON_VALUE(DataInfo,'$."TC-9-3-3"') --TC
  1013. when DataVersion='1.1' and ReportClass=16 then JSON_VALUE(DataInfo,'$."LC-14-3-3"') --LC
  1014. when DataVersion='1.1' and ReportClass=17 then JSON_VALUE(DataInfo,'$."BC-13-3-3"') --BC
  1015. end
  1016. ) where DataVersion='1.1'
  1017. --评价
  1018. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-5-1"') is null and DataVersion='1.1' )
  1019. update D_MedicalRecord set DataInfo=JSON_MODIFY(DataInfo, '$."CM-5-1"', 'y') where DataVersion='1.1'
  1020. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-5-2-1"') is null and DataVersion='1.1' )
  1021. update D_MedicalRecord set DataInfo=JSON_MODIFY(DataInfo, '$."CM-5-2-1"', 'a') where DataVersion='1.1'
  1022. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-5-2-2"') is null and DataVersion='1.1' )
  1023. update D_MedicalRecord set DataInfo=JSON_MODIFY(DataInfo, '$."CM-5-2-2"', 'a') where DataVersion='1.1'
  1024. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-5-2-3"') is null and DataVersion='1.1' )
  1025. update D_MedicalRecord set DataInfo=JSON_MODIFY(DataInfo, '$."CM-5-2-3"', 'a') where DataVersion='1.1'
  1026. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-5-2-4"') is null and DataVersion='1.1' )
  1027. update D_MedicalRecord set DataInfo=JSON_MODIFY(DataInfo, '$."CM-5-2-4"', 'a') where DataVersion='1.1'
  1028. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-5-2-5"') is null and DataVersion='1.1' )
  1029. update D_MedicalRecord set DataInfo=JSON_MODIFY(DataInfo, '$."CM-5-2-5"', 'a') where DataVersion='1.1'
  1030. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-5-2-6"') is null and DataVersion='1.1' )
  1031. update D_MedicalRecord set DataInfo=JSON_MODIFY(DataInfo, '$."CM-5-2-6"', 'a') where DataVersion='1.1'
  1032. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-5-2-7"') is null and DataVersion='1.1' )
  1033. update D_MedicalRecord set DataInfo=JSON_MODIFY(DataInfo, '$."CM-5-2-7"', 'a') where DataVersion='1.1'
  1034. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-5-2-8"') is null and DataVersion='1.1' )
  1035. update D_MedicalRecord set DataInfo=JSON_MODIFY(DataInfo, '$."CM-5-2-8"', 'a') where DataVersion='1.1'
  1036. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-5-2-9"') is null and DataVersion='1.1' )
  1037. update D_MedicalRecord set DataInfo=JSON_MODIFY(DataInfo, '$."CM-5-2-9"', 'a') where DataVersion='1.1'
  1038. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-5-2-10"') is null and DataVersion='1.1' )
  1039. update D_MedicalRecord set DataInfo=JSON_MODIFY(DataInfo, '$."CM-5-2-10"', 'a') where DataVersion='1.1'
  1040. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-5-2-11"') is null and DataVersion='1.1' )
  1041. update D_MedicalRecord set DataInfo=JSON_MODIFY(DataInfo, '$."CM-5-2-11"', 'a') where DataVersion='1.1'
  1042. --手术并发症
  1043. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."CM-2-1"') is null and DataVersion='1.1' and ReportClass in (4,5,7,9,12,15,16,17) )
  1044. update D_MedicalRecord set DataInfo=
  1045. JSON_MODIFY(DataInfo, '$."CM-2-1"',
  1046. case
  1047. when DataVersion='1.1' and ReportClass=4 then JSON_VALUE(DataInfo,'$."Hip-7-1"') --Hip
  1048. when DataVersion='1.1' and ReportClass=5 then JSON_VALUE(DataInfo,'$."Knee-7-1"') --Knee
  1049. when DataVersion='1.1' and ReportClass=7 then JSON_VALUE(DataInfo,'$."CABG-6-2-1"') --CABG
  1050. when DataVersion='1.1' and ReportClass=9 then JSON_VALUE(DataInfo,'$."PIP-3-1"') --PIP
  1051. when DataVersion='1.1' and ReportClass=12 then JSON_VALUE(DataInfo,'$."DVT-3-1"') --DVT
  1052. when DataVersion='1.1' and ReportClass=15 then JSON_VALUE(DataInfo,'$."TC-3-1"') --TC
  1053. when DataVersion='1.1' and ReportClass=16 then JSON_VALUE(DataInfo,'$."LC-6-1"') --LC
  1054. when DataVersion='1.1' and ReportClass=17 then JSON_VALUE(DataInfo,'$."BC-7-1"') --BC
  1055. end
  1056. ) where DataVersion='1.1' and ReportClass in (4,5,7,9,12,15,16,17)
  1057. --sep 去除编码 B73.7、R65.2、R65.3、R65.9
  1058. if exists(select * from Report_Leak where ReportClass = 35 and
  1059. (DieaseICD like '%B73.7%' or DieaseICD like '%R65.2%' or DieaseICD like '%R65.3%' or DieaseICD like '%R65.9%'
  1060. or ICD10_oth like '%B73.7%' or ICD10_oth like '%R65.2%' or ICD10_oth like '%R65.3%' or ICD10_oth like '%R65.9%'
  1061. )
  1062. and DieaseICD not like '%A0%' and DieaseICD not like '%A2%' and DieaseICD not like '%A3%' and DieaseICD not like '%A4%'
  1063. and DieaseICD not like '%A5%' and DieaseICD not like '%B3%'
  1064. and ICD10_oth not like '%A0%' and ICD10_oth not like '%A2%' and ICD10_oth not like '%A3%' and ICD10_oth not like '%A4%'
  1065. and ICD10_oth not like '%A5%' and ICD10_oth not like '%B3%'
  1066. and DealReport=0 )
  1067. update Report_Leak set DealReport=2,NoMustReportReason='B73.7、R65.2、R65.3、R65.9 无需上报'
  1068. where ReportClass = 35 and (DieaseICD like '%B73.7%' or DieaseICD like '%R65.2%' or DieaseICD like '%R65.3%' or DieaseICD like '%R65.9%'
  1069. or ICD10_oth like '%B73.7%' or ICD10_oth like '%R65.2%' or ICD10_oth like '%R65.3%' or ICD10_oth like '%R65.9%'
  1070. )
  1071. and DieaseICD not like '%A0%' and DieaseICD not like '%A2%' and DieaseICD not like '%A3%' and DieaseICD not like '%A4%'
  1072. and DieaseICD not like '%A5%' and DieaseICD not like '%B3%'
  1073. and ICD10_oth not like '%A0%' and ICD10_oth not like '%A2%' and ICD10_oth not like '%A3%' and ICD10_oth not like '%A4%'
  1074. and ICD10_oth not like '%A5%' and ICD10_oth not like '%B3%'
  1075. and DealReport=0
  1076. --sep上报说明
  1077. if exists(select * from D_Disease_Category where DiseaseContent like '%R65.2%' and DCID = 35)
  1078. update D_Disease_Category set DiseaseContent=
  1079. '<div class="content"><p class="p" style="font-family: Calibri; font-size: 12pt; margin-top: 4pt; margin-bottom: 4pt; line-height: 20.8px;"><span style="line-height: 18.2px; font-size: 10.5pt; background: #ffffff;"><span style="font-family: Helvetica Neue;">上报内容</span></span></p>
  1080. <p class="p" style="font-family: Calibri; font-size: 12pt; margin-top: 4pt; margin-bottom: 4pt; line-height: 20.8px;"><span style="line-height: 18.2px; font-size: 10.5pt; background: #ffffff;"><span style="font-family: Helvetica Neue;"> </span></span></p>
  1081. <div class="page" title="Page 65">
  1082. <div class="layoutArea">
  1083. <div class="column">
  1084. <p><span style="font-size: 12pt; font-family: FangSong;">主要诊断/其他诊断 ICD-10 编码:A02.1,A22.7,A32.7, A40.1 至 A40.9, A41.0 至 A41.9,A42.7,A54.8,B37.7的出院患者。&nbsp;</span></p>
  1085. <p>&nbsp;</p>
  1086. <span style="font-size: 12pt;"> </span></div>
  1087. <span style="font-size: 12pt;"> </span></div>
  1088. <span style="font-size: 12pt;"> </span></div>
  1089. <p class="p" style="font-family: Calibri; font-size: 12pt; margin-top: 4pt; margin-bottom: 4pt; line-height: 20.8px;"><span style="line-height: 18.2px; font-size: 10.5pt; background: #ffffff;"><span style="font-family: Helvetica Neue;">无需上报内容</span></span></p>
  1090. <p class="p" style="font-family: Calibri; font-size: 12pt; margin-top: 4pt; margin-bottom: 4pt; line-height: 20.8px;">&nbsp;</p>
  1091. <p class="p" style="font-family: Calibri; font-size: 12pt; margin-top: 4pt; margin-bottom: 4pt; line-height: 20.8px;"><span style="font-family: -apple-system; line-height: 19.0667px; color: #333333; font-size: 11pt;">1、参与临床药物与器械试验的病例</span></p>
  1092. <p class="p" style="font-family: Calibri; font-size: 12pt; margin-top: 4pt; margin-bottom: 4pt; line-height: 20.8px;"><span style="font-family: -apple-system; line-height: 19.0667px; color: #333333; font-size: 11pt;">2、到达医院前,已经被确认采取安慰治疗或姑息治疗者</span></p>
  1093. <p class="p" style="font-family: Calibri; font-size: 12pt; margin-top: 4pt; margin-bottom: 4pt; line-height: 20.8px;"><span style="font-family: -apple-system; line-height: 19.0667px; color: #333333; font-size: 11pt;">3、18岁以下的病例</span></p>
  1094. <p class="p" style="font-family: Calibri; font-size: 12pt; margin-top: 4pt; margin-bottom: 4pt; line-height: 20.8px;"><span style="font-family: -apple-system; line-height: 19.0667px; color: #333333; font-size: 11pt;">4、本次住院天数大于90天</span></p>
  1095. <p class="p" style="font-family: Calibri; font-size: 12pt; margin-top: 4pt; margin-bottom: 4pt; line-height: 20.8px;"><span style="font-family: -apple-system; line-height: 19.0667px; color: #333333; font-size: 11pt;">5、由外院感染性休克诊疗后转入本院的病例</span></p>
  1096. <p class="p" style="font-family: Calibri; font-size: 12pt; margin-top: 4pt; margin-bottom: 4pt; line-height: 20.8px;"><span style="font-family: -apple-system; line-height: 19.0667px; color: #333333; font-size: 11pt;">6、在医师病程记录,有在严重脓毒症出现后3小时内出现被确认采取安慰治疗或姑息治疗的医嘱</span></p>
  1097. <p class="p" style="font-family: Calibri; font-size: 12pt; margin-top: 4pt; margin-bottom: 4pt; line-height: 20.8px;"><span style="font-family: -apple-system; line-height: 19.0667px; color: #333333; font-size: 11pt;">7、在医师病程记录,在感染性休克出现后6小时内出现被确认采取安慰治疗或姑息治疗的医嘱</span></p>
  1098. <p class="MsoNormal" style="margin: 0pt 0pt 0.0001pt; text-align: justify; font-family: Calibri; font-size: 10.5pt;"><span style="font-size: 10.5pt;">&nbsp;</span></p></div>'
  1099. where DCID = 35
  1100. --HBV上报说明
  1101. if exists(select * from D_Disease_Category where DiseaseContent not like '%任意一项诊断%' and DCID = 50)
  1102. update D_Disease_Category set DiseaseContent='
  1103. <div class="content"><p>上报内容:</p>
  1104. <div class="page">
  1105. <p><span>出院诊断中任意一项诊断(包含主要诊断和其他诊断)编码为:O98.4,Z22.5 + O80 至 O84+Z37; 且伴1阴道分娩操作 ICD-9-CM-3 编码 72.0 至 72.9,73.0, 73.1,73.21,73.4 至 73.6,73.9;或伴2剖宫产手术 ICD 9-CM-3 编码:74.0,74.1,74.2,74.4,74.99 的出院患者。 </span></p>
  1106. </div>
  1107. <p>&nbsp;</p>
  1108. <p>无需上报内容:</p>
  1109. <p>1.由外院住院诊疗后转入本院的病例</p>
  1110. <p>2.参与临床药物与器械试验的病例</p>
  1111. <p><span style="white-space: pre;">3</span>.18岁以下的病例</p>
  1112. <p><span style="white-space: pre;">4.</span>同一疾病30日内重复入院</p>
  1113. <p><span style="white-space: pre;">5.</span>本次住院超过90天!</p>
  1114. <p>6.病历记录孕期<28周或不明的</p>
  1115. <p>&nbsp;</p>
  1116. <p>数据验证:</p>
  1117. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  1118. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p></div>'
  1119. where DiseaseContent not like '%任意一项诊断%' and DCID = 50
  1120. --HF上报说明
  1121. if exists(select * from D_Disease_Category where DiseaseContent not like '%本次住院天数大于90天%' and DCID = 2)
  1122. update D_Disease_Category set DiseaseContent='
  1123. <div data-v-c0d7d944="" class="content"><p>上报内容</p>
  1124. <p><span style="font-size: 12pt;"><span style="white-space: pre;"> </span>1.<span style="font-family: FangSong;">主要诊断原发病 ICD-10 编码:I05 至 I09、或 I11 至 I13、 或 I20 至 I21、或 I40 至 I41、或 I42 至 I43 伴第二诊断为 I50 的出院患者。&nbsp;</span></span></p>
  1125. <p><span style="font-size: 12pt;"> </span></p>
  1126. <p>&nbsp;</p>
  1127. <p>无需上报内容:</p>
  1128. <p><span style="white-space: pre;"> </span>1.由外院诊疗后转入本院的病例</p>
  1129. <p><span style="white-space: pre;"> </span>2.参与临床药物与器械试验的病例</p>
  1130. <p><span style="white-space: pre;"> </span>3.非心源性的心力衰竭和各种疾病的终末情况</p>
  1131. <p><span style="white-space: pre;"> </span>4.心功能Ⅰ级的病例</p>
  1132. <p><span style="white-space: pre;"> </span>5.18岁以下的病例</p>
  1133. <p><span style="white-space: pre;"> </span>6.同一疾病30日内重复入院</p>
  1134. <p><span style="white-space: pre;"> </span>7.心脏外科手术后</p>
  1135. <p><span style="white-space: pre;"> </span>8.产科手术和操作的其他并发症(O75.4)</p>
  1136. <p><span style="white-space: pre;"> </span>9.流产、异位妊娠或葡萄胎妊娠(O00~O07、O08.8)</p>
  1137. <p><span style="white-space: pre;"> </span>10.新生儿心力衰竭(P29.0)</p>
  1138. <p><span style="white-space: pre;"> </span>11.继发性高血压 (I15)</p>
  1139. <p><span style="white-space: pre;"> </span>12.入院前心脏有各类置入物(心脏起搏、除颤等辅助装置,ICD-9-CM-3编码37.61003~37.95001)</p>
  1140. <p><span style="white-space: pre;"> </span>13.本次住院天数大于90天</p>
  1141. <p>&nbsp;</p>
  1142. <p>数据验证:</p>
  1143. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  1144. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p>
  1145. <p><span style="white-space: pre;"> </span>3. 其他项若超出正常值范围,系统给予提示,但允许填写实际数据</p>
  1146. <p>&nbsp;</p></div>'
  1147. where DiseaseContent not like '%本次住院天数大于90天%' and DCID = 2
  1148. --CABG 上报说明
  1149. if exists(select * from D_Disease_Category where DiseaseContent not like '%本次住院超过90天%' and DCID = 7)
  1150. update D_Disease_Category set DiseaseContent='
  1151. <div data-v-c0d7d944="" class="content"><p>CABG 冠状动脉旁路移植术</p>
  1152. <p>上报内容</p>
  1153. <p><span style="font-size: 12pt;"><span style="font-family: FangSong_GB2312;">主要手术 ICD-9-CM-3 编码:36.1 的手术出院患者</span></span></p>
  1154. <p>&nbsp;</p>
  1155. <p>无需上报内容:</p>
  1156. <p><span style="white-space: pre;"> </span>1.参与临床药物与器械试验的病例,</p>
  1157. <p><span style="white-space: pre;"> </span>2.18岁以下的病例,</p>
  1158. <p><span style="white-space: pre;"> </span>3.同一疾病30日内重复入院,</p>
  1159. <p><span style="white-space: pre;"> </span>4.本次住院超过90天!</p>
  1160. <p>&nbsp;</p>
  1161. <p>数据验证:</p>
  1162. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  1163. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p>
  1164. <p><span style="white-space: pre;"> </span>3. 其他项若超出正常值范围,系统给予提示,但允许填写实际数据</p>
  1165. <p>&nbsp;</p></div>'
  1166. where DiseaseContent not like '%本次住院超过90天%' and DCID = 7
  1167. --Knee 上报说明
  1168. if exists(select * from D_Disease_Category where DiseaseContent not like '%本次住院超过90天%' and DCID = 5)
  1169. update D_Disease_Category set DiseaseContent='
  1170. <div data-v-c0d7d944="" class="content"><p>上报内容</p>
  1171. <div class="page" title="Page 34">
  1172. <div class="layoutArea">
  1173. <div class="column">
  1174. <p><span style="font-size: 12pt; font-family: FangSong;">主要手术 ICD-9-CM-3 编码:00.80 至 00.84,81.54, 81.55 的手术出院患者。&nbsp;</span></p>
  1175. </div>
  1176. </div>
  1177. </div>
  1178. <p>&nbsp;</p>
  1179. <p>无需上报内容:</p>
  1180. <p><span style="white-space: pre;"> </span>1.参与临床药物与器械试验的病例,</p>
  1181. <p><span style="white-space: pre;"> </span>2.18岁以下的病例,</p>
  1182. <p><span style="white-space: pre;"> </span>3.同一疾病30日内重复入院,</p>
  1183. <p><span style="white-space: pre;"> </span>4.本次住院超过90天!</p>
  1184. <p>&nbsp;</p>
  1185. <p>数据验证:</p>
  1186. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  1187. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p>
  1188. <p><span style="white-space: pre;"> </span>3. 其他项若超出正常值范围,系统给予提示,但允许填写实际数据</p>
  1189. <p>&nbsp;</p></div>'
  1190. where DiseaseContent not like '%本次住院超过90天%' and DCID = 5
  1191. --Hip 上报说明
  1192. if exists(select * from D_Disease_Category where DiseaseContent not like '%本次住院超过90天%' and DCID = 4)
  1193. update D_Disease_Category set DiseaseContent='
  1194. <div data-v-c0d7d944="" class="content"><p>上报内容</p>
  1195. <div class="page" title="Page 33">
  1196. <div class="layoutArea">
  1197. <div class="column">
  1198. <p><span style="font-size: 12pt; font-family: FangSong;">主要手术 ICD-9-CM-3 编码:00.7,81.51 至 81.53 的手术出院患者。&nbsp;</span></p>
  1199. </div>
  1200. </div>
  1201. </div>
  1202. <p>&nbsp;</p>
  1203. <p>无需上报内容:</p>
  1204. <p><span style="white-space: pre;"> </span>1.参与临床药物与器械试验的病例,</p>
  1205. <p><span style="white-space: pre;"> </span>2.18岁以下的病例,</p>
  1206. <p><span style="white-space: pre;"> </span>3.同一疾病30日内重复入院,</p>
  1207. <p><span style="white-space: pre;"> </span>4.本次住院超过90天!</p>
  1208. <p>&nbsp;</p>
  1209. <p>数据验证:</p>
  1210. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  1211. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p>
  1212. <p><span style="white-space: pre;"> </span>3. 其他项若超出正常值范围,系统给予提示,但允许填写实际数据</p>
  1213. <p>&nbsp;</p></div>'
  1214. where DiseaseContent not like '%本次住院超过90天%' and DCID = 4
  1215. --STEMI 上报说明
  1216. if exists(select * from D_Disease_Category where DiseaseContent like '%I21.3、I21.9的病例%' and DCID = 1)
  1217. update D_Disease_Category set DiseaseContent='
  1218. <div data-v-c0d7d944="" class="content"><p>上报内容</p>
  1219. <p><span style="white-space: pre;"> </span> 1.主要诊断疾病编码(ICD-10)为I21.0~I21.3的病例</p>
  1220. <p>&nbsp;</p>
  1221. <p>无需上报内容:</p>
  1222. <p><span style="white-space: pre;"> </span>1.由外院诊疗后转入本院的病例</p>
  1223. <p><span style="white-space: pre;"> </span>2.参与临床药物与器械试验的病例</p>
  1224. <p><span style="white-space: pre;"> </span>3.18岁以下的病例</p>
  1225. <p><span style="white-space: pre;"> </span>4.非首次确诊急性心肌梗死患者</p>
  1226. <p><span style="white-space: pre;"> </span>5.同一疾病30日内重复入院</p>
  1227. <p><span style="white-space: pre;"> </span>6.本次住院天数大于90天</p>
  1228. <p><span style="white-space: pre;"> </span>7.急性小灶心肌梗死 ICD-10 I21.401 </p>
  1229. <p><span style="white-space: pre;"> </span>8.急性心内膜下心肌梗死 ICD-10 I21.402 </p>
  1230. <p><span style="white-space: pre;"> </span>9.非ST抬高性心肌梗死 ICD-10 I21.403 </p>
  1231. <p><span style="white-space: pre;"> </span>10.非冠心病心肌梗死 ICD-10 I21.901</p>
  1232. <p>&nbsp;</p>
  1233. <p>数据验证:</p>
  1234. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  1235. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p>
  1236. <p><span style="white-space: pre;"> </span>3. 其他项若超出正常值范围,系统给予提示,但允许填写实际数据</p>
  1237. <p>&nbsp;</p></div>'
  1238. where DiseaseContent like '%I21.3、I21.9的病例%' and DCID = 1
  1239. --AF 上报说明
  1240. if exists(select * from D_Disease_Category where DiseaseContent not like '%18岁以下人群%' and DCID = 32)
  1241. update D_Disease_Category set DiseaseContent='
  1242. <div data-v-c0d7d944="" class="content">
  1243. <p style="background: white;"><span style=" color: black;">上报内容</span></p>
  1244. <p style="background: white;"><span style="font-family: FangSong_GB2312; font-size: 12pt;">主要诊断/其他诊断ICD-10 编码:I48 的出院患者 </span></p>
  1245. <p style="background: white;">&nbsp;</p>
  1246. <p style="background: white;"><span style="color: black;">无需上报内容:</span></p>
  1247. <p style="background: white;"><span style="color: black;">1.</span><span style=" color: black;">参与临床药物与器械试验的病例,</span></p>
  1248. <p style="background: white;"><span style="color: black;">2.</span><span style=" color: black;">有记录的理由不列质控管理的病例,</span></p>
  1249. <p style="background: white;"><span style="color: black;">3.</span><span style=" color: black;">本次住院超过90天!</span></p>
  1250. <p style="background: white;"><span style="color: black;">4.</span><span style=" color: black;">18岁以下人群</span></p>
  1251. <p style="background: white;">&nbsp;</p>
  1252. <p style="background: white;"><span style=" color: black;">数据验证:</span></p>
  1253. <p style="background: white;"><span style="box-sizing: border-box;">1. *</span><span style=" color: black;">是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</span></p>
  1254. <p style="background: white;"><span style="box-sizing: border-box;">2. </span><span style=" color: black;">强制验证项若超过正常值,系统给予提示,不允许填写。</span></p>
  1255. <p style="background: white;"><span style="box-sizing: border-box;">3. </span><span style=" color: black;">其他项若超出正常值范围,系统给予提示,但允许填写实际数据。</span></p></div>'
  1256. where DiseaseContent not like '%18岁以下人群%' and DCID = 32
  1257. --HF上报说明
  1258. if exists(select * from D_Disease_Category where DiseaseContent not like '%主要诊断/其他诊断原发病%' and DCID = 2)
  1259. update D_Disease_Category set DiseaseContent='
  1260. <div data-v-c0d7d944="" class="content"><p>上报内容</p>
  1261. <p><span style="font-size: 12pt;"><span style="white-space: pre;"> </span>1.<span style="font-family: FangSong;">1.主要诊断/其他诊断原发病 ICD-10 编码:I05 至 I09、或 I11 至 I13、 或 I20 至 I21、或 I40 至 I41、或 I42 至 I43 伴第二诊断为 I50 的出院患者。</span></span></p>
  1262. <p><span style="font-size: 12pt;"> </span></p>
  1263. <p>&nbsp;</p>
  1264. <p>无需上报内容:</p>
  1265. <p><span style="white-space: pre;"> </span>1.由外院诊疗后转入本院的病例</p>
  1266. <p><span style="white-space: pre;"> </span>2.参与临床药物与器械试验的病例</p>
  1267. <p><span style="white-space: pre;"> </span>3.非心源性的心力衰竭和各种疾病的终末情况</p>
  1268. <p><span style="white-space: pre;"> </span>4.心功能Ⅰ级的病例</p>
  1269. <p><span style="white-space: pre;"> </span>5.18岁以下的病例</p>
  1270. <p><span style="white-space: pre;"> </span>6.同一疾病30日内重复入院</p>
  1271. <p><span style="white-space: pre;"> </span>7.心脏外科手术后</p>
  1272. <p><span style="white-space: pre;"> </span>8.产科手术和操作的其他并发症(O75.4)</p>
  1273. <p><span style="white-space: pre;"> </span>9.流产、异位妊娠或葡萄胎妊娠(O00~O07、O08.8)</p>
  1274. <p><span style="white-space: pre;"> </span>10.新生儿心力衰竭(P29.0)</p>
  1275. <p><span style="white-space: pre;"> </span>11.继发性高血压 (I15)</p>
  1276. <p><span style="white-space: pre;"> </span>12.入院前心脏有各类置入物(心脏起搏、除颤等辅助装置,ICD-9-CM-3编码37.61003~37.95001)</p>
  1277. <p><span style="white-space: pre;"> </span>13.本次住院天数大于90天</p>
  1278. <p>&nbsp;</p>
  1279. <p>数据验证:</p>
  1280. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  1281. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p>
  1282. <p><span style="white-space: pre;"> </span>3. 其他项若超出正常值范围,系统给予提示,但允许填写实际数据</p>
  1283. <p>&nbsp;</p></div>'
  1284. where DiseaseContent not like '%主要诊断/其他诊断原发病%' and DCID = 2
  1285. --省市区县字段名更改
  1286. --DPD
  1287. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."DPD-0-1-4-4"') is not null and DataVersion='2' and ReportClass =45 )
  1288. update D_MedicalRecord
  1289. set DataInfo=JSON_MODIFY(DataInfo, '$."provinceId"', JSON_VALUE(DataInfo,'$."DPD-0-1-4-4"'))
  1290. where JSON_VALUE(DataInfo,'$."DPD-0-1-4-4"') is not null and DataVersion='2' and ReportClass =45
  1291. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."DPD-0-1-4-5"') is not null and DataVersion='2' and ReportClass =45 )
  1292. update D_MedicalRecord
  1293. set DataInfo=JSON_MODIFY(DataInfo, '$."cityId"', JSON_VALUE(DataInfo,'$."DPD-0-1-4-5"'))
  1294. where JSON_VALUE(DataInfo,'$."DPD-0-1-4-5"') is not null and DataVersion='2' and ReportClass =45
  1295. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."DPD-0-1-4-6"') is not null and DataVersion='2' and ReportClass =45 )
  1296. update D_MedicalRecord
  1297. set DataInfo=JSON_MODIFY(DataInfo, '$."areaId"', JSON_VALUE(DataInfo,'$."DPD-0-1-4-6"'))
  1298. where JSON_VALUE(DataInfo,'$."DPD-0-1-4-6"') is not null and DataVersion='2' and ReportClass =45
  1299. --HD
  1300. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."HD-0-1-4-1"') is not null and DataVersion='2' and ReportClass =44 )
  1301. update D_MedicalRecord
  1302. set DataInfo=JSON_MODIFY(DataInfo, '$."provinceId"', JSON_VALUE(DataInfo,'$."HD-0-1-4-1"'))
  1303. where JSON_VALUE(DataInfo,'$."HD-0-1-4-1"') is not null and DataVersion='2' and ReportClass =44
  1304. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."HD-0-1-4-4"') is not null and DataVersion='2' and ReportClass =44 )
  1305. update D_MedicalRecord
  1306. set DataInfo=JSON_MODIFY(DataInfo, '$."cityId"', JSON_VALUE(DataInfo,'$."HD-0-1-4-4"'))
  1307. where JSON_VALUE(DataInfo,'$."HD-0-1-4-4"') is not null and DataVersion='2' and ReportClass =44
  1308. if exists(select * from D_MedicalRecord where JSON_VALUE(DataInfo,'$."HD-0-1-4-5"') is not null and DataVersion='2' and ReportClass =44 )
  1309. update D_MedicalRecord
  1310. set DataInfo=JSON_MODIFY(DataInfo, '$."areaId"', JSON_VALUE(DataInfo,'$."HD-0-1-4-5"'))
  1311. where JSON_VALUE(DataInfo,'$."HD-0-1-4-5"') is not null and DataVersion='2' and ReportClass =44
  1312. --编码范围调整 未报改为无需上报
  1313. --GC 43.8904
  1314. if exists(select * from Report_Leak where ReportClass = 33 and OpertationICD like '43.8904%' and DealReport=0 )
  1315. update Report_Leak set DealReport=2
  1316. where ReportClass=33 and OpertationICD like '43.8904%' and DealReport=0
  1317. --TN 06.1
  1318. if exists(select * from Report_Leak where ReportClass = 37 and OpertationICD like '06.1%' and DealReport=0 )
  1319. update Report_Leak set DealReport=2
  1320. where ReportClass=37 and OpertationICD like '06.1%' and DealReport=0
  1321. --同一疾病30日内重复入院
  1322. if exists(select * from D_ReportStaticsQuota where id=12 and ReportClassArr<>'1,2,3,4,5,6,7,8,9,10,11,12,13,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,' )
  1323. update D_ReportStaticsQuota set ReportClassArr='1,2,3,4,5,6,7,8,9,10,11,12,13,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,'
  1324. where id=12 and ReportClassArr<>'1,2,3,4,5,6,7,8,9,10,11,12,13,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,'
  1325. --VTE重复病例默认勾选上以下病种
  1326. update D_RepeatReportSetting set [Enabled]=1
  1327. where ReportClass=36 and RepeatReportClass in(12,6,1,4,5,7,29,24,30,31)
  1328. --PACG编码调整
  1329. UPDATE Report_ICDCodeMatch Set SuborderValue='b' Where ReportClass=39 AND ICDCode like 'H40.0%'
  1330. UPDATE Report_ICDCodeMatch Set SuborderValue='c' Where ReportClass=39 AND ICDCode like 'H40.2%'
  1331. UPDATE Report_ICDCodeMatch Set SuborderValue='a' Where ReportClass=39 AND ICDCode like 'H26.2%'
  1332. UPDATE Report_ICDCodeMatch Set SuborderValue='oth' Where ReportClass=39 AND ICDCode like 'H40.9%'
  1333. --HBV上报说明
  1334. if exists(select * from D_Disease_Category where DiseaseContent not like '%O98.1,B24,%' and DCID = 50)
  1335. update D_Disease_Category set DiseaseContent='
  1336. <div class="content"><p>上报内容:</p>
  1337. <div class="page">
  1338. <p><span>出院诊断中任意一项诊断(包含主要诊断和其他诊断)编码为:O98.4,O98.1,B24,Z22.5 + O80 至 O84+Z37; 且伴1阴道分娩操作 ICD-9-CM-3 编码 72.0 至 72.9,73.0, 73.1,73.21,73.4 至 73.6,73.9;或伴2剖宫产手术 ICD 9-CM-3 编码:74.0,74.1,74.2,74.4,74.99 的出院患者。 </span></p>
  1339. </div>
  1340. <p>&nbsp;</p>
  1341. <p>无需上报内容:</p>
  1342. <p>1.由外院住院诊疗后转入本院的病例</p>
  1343. <p>2.参与临床药物与器械试验的病例</p>
  1344. <p><span style="white-space: pre;">3</span>.18岁以下的病例</p>
  1345. <p><span style="white-space: pre;">4.</span>同一疾病30日内重复入院</p>
  1346. <p><span style="white-space: pre;">5.</span>本次住院超过90天!</p>
  1347. <p>6.病历记录孕期<28周或不明的</p>
  1348. <p>&nbsp;</p>
  1349. <p>数据验证:</p>
  1350. <p><span style="white-space: pre;"> </span>1. *是必填项目,其他项未填则按未做统计,★为本病种的核心(重点)质量监控指标。</p>
  1351. <p><span style="white-space: pre;"> </span>2. 强制验证项若超过正常值,系统给予提示,不允许填写。</p></div>'
  1352. where DiseaseContent not like '%O98.1,B24,%' and DCID = 50
  1353. --暂时保留 结束--