Produced by Araxis Merge on 7/5/2018 7:16:01 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR | CDC CKD with Hypertension.rdl | Wed Jun 27 16:57:22 2018 UTC |
| 2 | registries.zip\registries\Combined_registries_code\Registries VIRP Database\SSRS Objects\Reports\KDR | CDC CKD with Hypertension.rdl | Wed Jun 27 17:41:57 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 1128 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <?xml vers ion="1.0" encoding=" utf-8"?> | |
| 2 | <Report xm lns:rd="ht tp://schem as.microso ft.com/SQL Server/rep orting/rep ortdesigne r" xmlns:c l="http:// schemas.mi crosoft.co m/sqlserve r/reportin g/2010/01/ componentd efinition" xmlns="ht tp://schem as.microso ft.com/sql server/rep orting/201 0/01/repor tdefinitio n"> | |
| 3 | <AutoRef resh>0</Au toRefresh> | |
| 4 | <DataSou rces> | |
| 5 | <DataS ource Name ="DataSour ce1"> | |
| 6 | <Dat aSourceRef erence>/Da taSources/ RegistryCo nnectionSt ring</Data SourceRefe rence> | |
| 7 | <rd: SecurityTy pe>None</r d:Security Type> | |
| 8 | <rd: DataSource ID>dd5dba9 8-1d9f-413 0-8e00-526 6424886b0< /rd:DataSo urceID> | |
| 9 | </Data Source> | |
| 10 | </DataSo urces> | |
| 11 | <DataSet s> | |
| 12 | <DataS et Name="K DR_Patient _Lab"> | |
| 13 | <Que ry> | |
| 14 | <D ataSourceN ame>DataSo urce1</Dat aSourceNam e> | |
| 15 | <C ommandText >select | |
| 16 | (( CONVERT(in t,CONVERT( char(8),c. LABCHEMCOM PLETEDATET IME,112))- CONVERT(ch ar(8),p.Da teOfBirth, 112))/1000 0) as [Age ] | |
| 17 | ,p .Gender | |
| 18 | ,p .Race | |
| 19 | ,c .LOINC | |
| 20 | ,R EPLACE(c.L ABCHEMRESU LTVALUE, ' ,', '') as [LabValue ] | |
| 21 | ,( select cou nt(i.icd9s id) from [ CRS].[INPA TIENT_DIAG NOSIS] i I NNER JOIN [CRS].[STD _ICD9_CODE ] i9 on i. icd9sid = i9.icd9sid where i.P ATIENTSID= p.PatientS ID and i9. ICD9CODE i n ('401.0' ,'402.00', '402.01',' 403.0','40 3.00','403 .01','404. 0','404.00 ','404.01' ,'404.02', '404.03',' 405.01','4 05.09')) a s [Id9Code ] | |
| 22 | ,( select cou nt(i.icd9s id) from [ CRS].[OUTP AT_VDIAGNO SIS] i INN ER JOIN [C RS].[STD_I CD9_CODE] i9 on i.ic d9sid = i9 .icd9sid w here i.PAT IENTSID=p. PatientSID and i9.IC D9CODE in ('401.0',' 402.00','4 02.01','40 3.0','403. 00','403.0 1','404.0' ,'404.00', '404.01',' 404.02','4 04.03','40 5.01','405 .09')) as [Od9Code] | |
| 23 | ,( select cou nt(i.icd10 sid) from [CRS].[INP ATIENT_DIA GNOSIS] i INNER JOIN [CRS].[ST D_ICD10_CO DE] i10 on i.icd10si d = i10.ic d10sid whe re i.PATIE NTSID=p.Pa tientSID a nd i10.ICD 10CODE in ('I10.','I 11.0','I11 .9','I12.0 ','I12.9', 'I13.0','I 13.10','I1 3.11','I13 .2','I15.0 ','I15.8') ) as [Id10 Code] | |
| 24 | ,( select cou nt(i.icd10 sid) from [CRS].[OUT PAT_VDIAGN OSIS] i IN NER JOIN [ CRS].[STD_ ICD10_CODE ] i10 on i .icd10sid = i10.icd1 0sid where i.PATIENT SID=p.Pati entSID and i10.ICD10 CODE in (' I10.','I11 .0','I11.9 ','I12.0', 'I12.9','I 13.0','I13 .10','I13. 11','I13.2 ','I15.0', 'I15.8')) as [Od10Co de] | |
| 25 | from ( | |
| 26 | se lect disti nct | |
| 27 | s.Pa tientSID | |
| 28 | ,s.G ender | |
| 29 | ,s.D ateOfBirth | |
| 30 | ,pr. Race | |
| 31 | fr om | |
| 32 | CRS. SPATIENT s | |
| 33 | inner join CRS.P ATIENT p o n s.patien ticn=p.pat ienticn | |
| 34 | inner join CRS.R EFERRAL r on p.patie nt_id=r.pa tient_id | |
| 35 | left o uter join CRS.PATSUB _PATIENTRA CE pr on p r.PatientS ID=s.Patie ntSID | |
| 36 | wh ere r.std_ registry_i d=5 | |
| 37 | ) p | |
| 38 | ||
| 39 | in ner join ( | |
| 40 | sele ct | |
| 41 | ROW_NU MBER() OVE R(PARTITIO N BY lab.P ATIENTSID ORDER BY l ab.LABCHEM COMPLETEDA TETIME DES C) AS [Row ] | |
| 42 | ,lab.P ATIENTSID | |
| 43 | ,lab.L ABCHEMCOMP LETEDATETI ME | |
| 44 | ,lab.L ABCHEMRESU LTVALUE | |
| 45 | ,lc.LO INC | |
| 46 | from | |
| 47 | CRS.ST D_LOINC_CO DE lc | |
| 48 | inner jo in CRS.CHE M_LABCHEM lab on lc. loincsid=l ab.loincsi d | |
| 49 | wher e (lc.LOIN C in ('150 45-8','212 32-4','216 0-0') --Cr eatinine | |
| 50 | or lc. LOINC in ( '58431-8', '14957-5', '1753-3',' 1754-1','2 1059-1','3 0003-8','4 3605-5','5 3530-2','5 3531-0','5 7369-1','6 1196-2','1 1218-5','5 0949-7','1 4956-7','1 755-8','17 57-4','436 06-3','436 07-1','490 02-9','490 23-5','502 09-6','584 48-2','634 74-1')) -- Albumin | |
| 51 | and IS NUMERIC(la b.LABCHEMR ESULTVALUE ) = 1 | |
| 52 | --and DATEPART(Y EAR, lab.L ABCHEMCOMP LETEDATETI ME) = @yea r | |
| 53 | ) c on c.PAT IENTSID = p.PatientS ID | |
| 54 | where c.[R ow] = 1</C ommandText > | |
| 55 | </Qu ery> | |
| 56 | <Fie lds> | |
| 57 | <F ield Name= "Age"> | |
| 58 | <DataField >Age</Data Field> | |
| 59 | <rd:TypeNa me>System. Int32</rd: TypeName> | |
| 60 | </ Field> | |
| 61 | <F ield Name= "Gender"> | |
| 62 | <DataField >Gender</D ataField> | |
| 63 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 64 | </ Field> | |
| 65 | <F ield Name= "Race"> | |
| 66 | <DataField >Race</Dat aField> | |
| 67 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 68 | </ Field> | |
| 69 | <F ield Name= "LOINC"> | |
| 70 | <DataField >LOINC</Da taField> | |
| 71 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 72 | </ Field> | |
| 73 | <F ield Name= "LabValue" > | |
| 74 | <DataField >LabValue< /DataField > | |
| 75 | <rd:TypeNa me>System. String</rd :TypeName> | |
| 76 | </ Field> | |
| 77 | <F ield Name= "Id9Code"> | |
| 78 | <DataField >Id9Code</ DataField> | |
| 79 | <rd:TypeNa me>System. Int32</rd: TypeName> | |
| 80 | </ Field> | |
| 81 | <F ield Name= "Od9Code"> | |
| 82 | <DataField >Od9Code</ DataField> | |
| 83 | <rd:TypeNa me>System. Int32</rd: TypeName> | |
| 84 | </ Field> | |
| 85 | <F ield Name= "Id10Code" > | |
| 86 | <DataField >Id10Code< /DataField > | |
| 87 | <rd:TypeNa me>System. Int32</rd: TypeName> | |
| 88 | </ Field> | |
| 89 | <F ield Name= "Od10Code" > | |
| 90 | <DataField >Od10Code< /DataField > | |
| 91 | <rd:TypeNa me>System. Int32</rd: TypeName> | |
| 92 | </ Field> | |
| 93 | <F ield Name= "eGFR"> | |
| 94 | <Value>=Fo rmatNumber ((141 * II f((Fields! LabValue.V alue/IIf(F ields!Gend er.Value = "F", .7, .9)) < 1, (Fields !LabValue. Value/IIf( Fields!Gen der.Value = "F", .7, .9)), 1) ^ IIf(Fiel ds!Gender. Value = "F ", -.329, -.411) * I If((Fields !LabValue. Value/IIf( Fields!Gen der.Value = "F", .7, .9)) > 1, (Field s!LabValue .Value/IIf (Fields!Ge nder.Value = "F", .7 , .9)), 1) ^ -1.209 * .993 ^ F ields!Age. Value * II f(Fields!R ace.Value = "BLACK O R AFRICAN AMERICAN", 1.159, 1) * IIf(Fie lds!Gender .Value = " F", 1.018, 1)), 1)</ Value> | |
| 95 | </ Field> | |
| 96 | <F ield Name= "CKD"> | |
| 97 | <Value>=II F(Fields!L OINC.Value = "15045- 8" Or Fiel ds!LOINC.V alue = "21 232-4" Or Fields!LOI NC.Value = "2160-0", IIf(Field s!eGFR.Val ue < 60 , 1, 0), I If(Fields! LabValue.V alue >= 30, 1, 0) )</Value> | |
| 98 | </ Field> | |
| 99 | <F ield Name= "Category" > | |
| 100 | <Value>=II f(Fields!C KD.Value = 1 And (Fi elds!Id9Co de.Value & gt; 0 Or F ields!Od9C ode.Value > 0 Or Fields!Id1 0Code.Valu e > 0 O r Fields!O d10Code.Va lue > 0 ), "CKD w/ Hypertens ion", IIf( Fields!CKD .Value = 1 , "CKD w/o Hypertens ion", "Lab Indicates No CKD")) </Value> | |
| 101 | </ Field> | |
| 102 | <F ield Name= "Order"> | |
| 103 | <Value>=II f(Fields!C KD.Value = 1 And (Fi elds!Id9Co de.Value & gt; 0 Or F ields!Od9C ode.Value > 0 Or Fields!Id1 0Code.Valu e > 0 O r Fields!O d10Code.Va lue > 0 ), 1, IIf( Fields!CKD .Value = 1 , 2, 3))</ Value> | |
| 104 | </ Field> | |
| 105 | </Fi elds> | |
| 106 | </Data Set> | |
| 107 | </DataSe ts> | |
| 108 | <ReportS ections> | |
| 109 | <Repor tSection> | |
| 110 | <Bod y> | |
| 111 | <R eportItems > | |
| 112 | <Chart Nam e="Chart2" > | |
| 113 | <ChartCa tegoryHier archy> | |
| 114 | <Chart Members> | |
| 115 | <Cha rtMember> | |
| 116 | <G roup Name= "Chart2_Ca tegoryGrou p"> | |
| 117 | <GroupExpr essions> | |
| 118 | <GroupEx pression>= Fields!Cat egory.Valu e</GroupEx pression> | |
| 119 | </GroupExp ressions> | |
| 120 | </ Group> | |
| 121 | <S ortExpress ions> | |
| 122 | <SortExpre ssion> | |
| 123 | <Value>= Fields!Ord er.Value</ Value> | |
| 124 | </SortExpr ession> | |
| 125 | </ SortExpres sions> | |
| 126 | <L abel>=Fiel ds!Categor y.Value</L abel> | |
| 127 | </Ch artMember> | |
| 128 | </Char tMembers> | |
| 129 | </ChartC ategoryHie rarchy> | |
| 130 | <ChartSe riesHierar chy> | |
| 131 | <Chart Members> | |
| 132 | <Cha rtMember> | |
| 133 | <L abel /> | |
| 134 | </Ch artMember> | |
| 135 | </Char tMembers> | |
| 136 | </ChartS eriesHiera rchy> | |
| 137 | <ChartDa ta> | |
| 138 | <Chart SeriesColl ection> | |
| 139 | <Cha rtSeries N ame="Serie s"> | |
| 140 | <C hartDataPo ints> | |
| 141 | <ChartData Point> | |
| 142 | <ChartDa taPointVal ues> | |
| 143 | <Y>=Co untRows()< /Y> | |
| 144 | </ChartD ataPointVa lues> | |
| 145 | <ChartDa taLabel> | |
| 146 | <Style /> | |
| 147 | <Label >#VALY (#P ERCENT)</L abel> | |
| 148 | <Visib le>true</V isible> | |
| 149 | </ChartD ataLabel> | |
| 150 | <Style / > | |
| 151 | <ChartMa rker> | |
| 152 | <Style /> | |
| 153 | </ChartM arker> | |
| 154 | <DataEle mentOutput >Output</D ataElement Output> | |
| 155 | </ChartDat aPoint> | |
| 156 | </ ChartDataP oints> | |
| 157 | <S tyle /> | |
| 158 | <C hartEmptyP oints> | |
| 159 | <Style /> | |
| 160 | <ChartMark er> | |
| 161 | <Style / > | |
| 162 | </ChartMar ker> | |
| 163 | <ChartData Label> | |
| 164 | <Style / > | |
| 165 | </ChartDat aLabel> | |
| 166 | </ ChartEmpty Points> | |
| 167 | <V alueAxisNa me>Primary </ValueAxi sName> | |
| 168 | <C ategoryAxi sName>Prim ary</Categ oryAxisNam e> | |
| 169 | <C hartSmartL abel> | |
| 170 | <CalloutLi neColor>Bl ack</Callo utLineColo r> | |
| 171 | <MinMoving Distance>0 pt</MinMov ingDistanc e> | |
| 172 | </ ChartSmart Label> | |
| 173 | </Ch artSeries> | |
| 174 | </Char tSeriesCol lection> | |
| 175 | </ChartD ata> | |
| 176 | <ChartAr eas> | |
| 177 | <Chart Area Name= "Default"> | |
| 178 | <Cha rtCategory Axes> | |
| 179 | <C hartAxis N ame="Prima ry"> | |
| 180 | <Style> | |
| 181 | <FontSiz e>8pt</Fon tSize> | |
| 182 | </Style> | |
| 183 | <ChartAxis Title> | |
| 184 | <Caption >Category< /Caption> | |
| 185 | <Style> | |
| 186 | <FontS ize>16pt</ FontSize> | |
| 187 | <FontW eight>Bold </FontWeig ht> | |
| 188 | </Style> | |
| 189 | </ChartAxi sTitle> | |
| 190 | <Interval> 1</Interva l> | |
| 191 | <ChartMajo rGridLines > | |
| 192 | <Enabled >False</En abled> | |
| 193 | <Style> | |
| 194 | <Borde r> | |
| 195 | <Col or>Gainsbo ro</Color> | |
| 196 | </Bord er> | |
| 197 | </Style> | |
| 198 | </ChartMaj orGridLine s> | |
| 199 | <ChartMino rGridLines > | |
| 200 | <Style> | |
| 201 | <Borde r> | |
| 202 | <Col or>Gainsbo ro</Color> | |
| 203 | <Sty le>Dotted< /Style> | |
| 204 | </Bord er> | |
| 205 | </Style> | |
| 206 | </ChartMin orGridLine s> | |
| 207 | <ChartMino rTickMarks > | |
| 208 | <Length> 0.5</Lengt h> | |
| 209 | </ChartMin orTickMark s> | |
| 210 | <CrossAt>N aN</CrossA t> | |
| 211 | <Minimum>N aN</Minimu m> | |
| 212 | <Maximum>N aN</Maximu m> | |
| 213 | <ChartAxis ScaleBreak > | |
| 214 | <Style / > | |
| 215 | </ChartAxi sScaleBrea k> | |
| 216 | </ ChartAxis> | |
| 217 | <C hartAxis N ame="Secon dary"> | |
| 218 | <Style> | |
| 219 | <FontSiz e>8pt</Fon tSize> | |
| 220 | </Style> | |
| 221 | <ChartAxis Title> | |
| 222 | <Caption >Axis Titl e</Caption > | |
| 223 | <Style> | |
| 224 | <FontS ize>8pt</F ontSize> | |
| 225 | </Style> | |
| 226 | </ChartAxi sTitle> | |
| 227 | <ChartMajo rGridLines > | |
| 228 | <Enabled >False</En abled> | |
| 229 | <Style> | |
| 230 | <Borde r> | |
| 231 | <Col or>Gainsbo ro</Color> | |
| 232 | </Bord er> | |
| 233 | </Style> | |
| 234 | </ChartMaj orGridLine s> | |
| 235 | <ChartMino rGridLines > | |
| 236 | <Style> | |
| 237 | <Borde r> | |
| 238 | <Col or>Gainsbo ro</Color> | |
| 239 | <Sty le>Dotted< /Style> | |
| 240 | </Bord er> | |
| 241 | </Style> | |
| 242 | </ChartMin orGridLine s> | |
| 243 | <ChartMino rTickMarks > | |
| 244 | <Length> 0.5</Lengt h> | |
| 245 | </ChartMin orTickMark s> | |
| 246 | <CrossAt>N aN</CrossA t> | |
| 247 | <Location> Opposite</ Location> | |
| 248 | <Minimum>N aN</Minimu m> | |
| 249 | <Maximum>N aN</Maximu m> | |
| 250 | <ChartAxis ScaleBreak > | |
| 251 | <Style / > | |
| 252 | </ChartAxi sScaleBrea k> | |
| 253 | </ ChartAxis> | |
| 254 | </Ch artCategor yAxes> | |
| 255 | <Cha rtValueAxe s> | |
| 256 | <C hartAxis N ame="Prima ry"> | |
| 257 | <Style> | |
| 258 | <FontSiz e>8pt</Fon tSize> | |
| 259 | </Style> | |
| 260 | <ChartAxis Title> | |
| 261 | <Caption >Patient C ount</Capt ion> | |
| 262 | <Style> | |
| 263 | <FontS ize>16pt</ FontSize> | |
| 264 | <FontW eight>Bold </FontWeig ht> | |
| 265 | </Style> | |
| 266 | </ChartAxi sTitle> | |
| 267 | <ChartMajo rGridLines > | |
| 268 | <Style> | |
| 269 | <Borde r> | |
| 270 | <Col or>Gainsbo ro</Color> | |
| 271 | </Bord er> | |
| 272 | </Style> | |
| 273 | </ChartMaj orGridLine s> | |
| 274 | <ChartMino rGridLines > | |
| 275 | <Style> | |
| 276 | <Borde r> | |
| 277 | <Col or>Gainsbo ro</Color> | |
| 278 | <Sty le>Dotted< /Style> | |
| 279 | </Bord er> | |
| 280 | </Style> | |
| 281 | </ChartMin orGridLine s> | |
| 282 | <ChartMino rTickMarks > | |
| 283 | <Length> 0.5</Lengt h> | |
| 284 | </ChartMin orTickMark s> | |
| 285 | <CrossAt>N aN</CrossA t> | |
| 286 | <Minimum>N aN</Minimu m> | |
| 287 | <Maximum>N aN</Maximu m> | |
| 288 | <ChartAxis ScaleBreak > | |
| 289 | <Style / > | |
| 290 | </ChartAxi sScaleBrea k> | |
| 291 | </ ChartAxis> | |
| 292 | <C hartAxis N ame="Secon dary"> | |
| 293 | <Style> | |
| 294 | <FontSiz e>8pt</Fon tSize> | |
| 295 | </Style> | |
| 296 | <ChartAxis Title> | |
| 297 | <Caption >Axis Titl e</Caption > | |
| 298 | <Style> | |
| 299 | <FontS ize>8pt</F ontSize> | |
| 300 | </Style> | |
| 301 | </ChartAxi sTitle> | |
| 302 | <ChartMajo rGridLines > | |
| 303 | <Style> | |
| 304 | <Borde r> | |
| 305 | <Col or>Gainsbo ro</Color> | |
| 306 | </Bord er> | |
| 307 | </Style> | |
| 308 | </ChartMaj orGridLine s> | |
| 309 | <ChartMino rGridLines > | |
| 310 | <Style> | |
| 311 | <Borde r> | |
| 312 | <Col or>Gainsbo ro</Color> | |
| 313 | <Sty le>Dotted< /Style> | |
| 314 | </Bord er> | |
| 315 | </Style> | |
| 316 | </ChartMin orGridLine s> | |
| 317 | <ChartMino rTickMarks > | |
| 318 | <Length> 0.5</Lengt h> | |
| 319 | </ChartMin orTickMark s> | |
| 320 | <CrossAt>N aN</CrossA t> | |
| 321 | <Location> Opposite</ Location> | |
| 322 | <Minimum>N aN</Minimu m> | |
| 323 | <Maximum>N aN</Maximu m> | |
| 324 | <ChartAxis ScaleBreak > | |
| 325 | <Style / > | |
| 326 | </ChartAxi sScaleBrea k> | |
| 327 | </ ChartAxis> | |
| 328 | </Ch artValueAx es> | |
| 329 | <Sty le> | |
| 330 | <B ackgroundG radientTyp e>None</Ba ckgroundGr adientType > | |
| 331 | </St yle> | |
| 332 | </Char tArea> | |
| 333 | </ChartA reas> | |
| 334 | <ChartLe gends> | |
| 335 | <Chart Legend Nam e="Default "> | |
| 336 | <Sty le> | |
| 337 | <B ackgroundG radientTyp e>None</Ba ckgroundGr adientType > | |
| 338 | <F ontSize>8p t</FontSiz e> | |
| 339 | </St yle> | |
| 340 | <Cha rtLegendTi tle> | |
| 341 | <C aption /> | |
| 342 | <S tyle> | |
| 343 | <FontSize> 8pt</FontS ize> | |
| 344 | <FontWeigh t>Bold</Fo ntWeight> | |
| 345 | <TextAlign >Center</T extAlign> | |
| 346 | </ Style> | |
| 347 | </Ch artLegendT itle> | |
| 348 | <Hea derSeparat orColor>Bl ack</Heade rSeparator Color> | |
| 349 | <Col umnSeparat orColor>Bl ack</Colum nSeparator Color> | |
| 350 | </Char tLegend> | |
| 351 | </ChartL egends> | |
| 352 | <Palette >BrightPas tel</Palet te> | |
| 353 | <ChartBo rderSkin> | |
| 354 | <Style > | |
| 355 | <Bac kgroundCol or>Gray</B ackgroundC olor> | |
| 356 | <Bac kgroundGra dientType> None</Back groundGrad ientType> | |
| 357 | <Col or>White</ Color> | |
| 358 | </Styl e> | |
| 359 | </ChartB orderSkin> | |
| 360 | <ChartNo DataMessag e Name="No DataMessag e"> | |
| 361 | <Capti on>No Data Available </Caption> | |
| 362 | <Style > | |
| 363 | <Bac kgroundGra dientType> None</Back groundGrad ientType> | |
| 364 | <Tex tAlign>Gen eral</Text Align> | |
| 365 | <Ver ticalAlign >Top</Vert icalAlign> | |
| 366 | </Styl e> | |
| 367 | </ChartN oDataMessa ge> | |
| 368 | <DataSet Name>KDR_P atient_Lab </DataSetN ame> | |
| 369 | <Top>1in </Top> | |
| 370 | <Left>0. 25in</Left > | |
| 371 | <Height> 4.75in</He ight> | |
| 372 | <Width>1 0.5in</Wid th> | |
| 373 | <Style> | |
| 374 | <Borde r> | |
| 375 | <Col or>LightGr ey</Color> | |
| 376 | <Sty le>Solid</ Style> | |
| 377 | </Bord er> | |
| 378 | <Backg roundColor >White</Ba ckgroundCo lor> | |
| 379 | <Backg roundGradi entType>No ne</Backgr oundGradie ntType> | |
| 380 | </Style> | |
| 381 | </Chart> | |
| 382 | <Textbox N ame="Textb ox1"> | |
| 383 | <CanGrow >true</Can Grow> | |
| 384 | <KeepTog ether>true </KeepToge ther> | |
| 385 | <Paragra phs> | |
| 386 | <Parag raph> | |
| 387 | <Tex tRuns> | |
| 388 | <T extRun> | |
| 389 | <Value>CDC CKD with Hypertensi on</Value> | |
| 390 | <Style> | |
| 391 | <FontSiz e>14pt</Fo ntSize> | |
| 392 | <FontWei ght>Bold</ FontWeight > | |
| 393 | </Style> | |
| 394 | </ TextRun> | |
| 395 | </Te xtRuns> | |
| 396 | <Sty le /> | |
| 397 | </Para graph> | |
| 398 | </Paragr aphs> | |
| 399 | <rd:Defa ultName>Te xtbox1</rd :DefaultNa me> | |
| 400 | <Top>0.2 5in</Top> | |
| 401 | <Left>0. 25in</Left > | |
| 402 | <Height> 0.345in</H eight> | |
| 403 | <Width>6 .75in</Wid th> | |
| 404 | <ZIndex> 1</ZIndex> | |
| 405 | <Style> | |
| 406 | <Borde r> | |
| 407 | <Sty le>None</S tyle> | |
| 408 | </Bord er> | |
| 409 | <Paddi ngLeft>2pt </PaddingL eft> | |
| 410 | <Paddi ngRight>2p t</Padding Right> | |
| 411 | <Paddi ngTop>2pt< /PaddingTo p> | |
| 412 | <Paddi ngBottom>2 pt</Paddin gBottom> | |
| 413 | </Style> | |
| 414 | </Textbox> | |
| 415 | <Textbox N ame="Textb ox6"> | |
| 416 | <CanGrow >true</Can Grow> | |
| 417 | <KeepTog ether>true </KeepToge ther> | |
| 418 | <Paragra phs> | |
| 419 | <Parag raph> | |
| 420 | <Tex tRuns> | |
| 421 | <T extRun> | |
| 422 | <Value>Cal culation F ormulas:</ Value> | |
| 423 | <Style> | |
| 424 | <FontSiz e>8pt</Fon tSize> | |
| 425 | <FontWei ght>Bold</ FontWeight > | |
| 426 | </Style> | |
| 427 | </ TextRun> | |
| 428 | </Te xtRuns> | |
| 429 | <Sty le> | |
| 430 | <T extAlign>L eft</TextA lign> | |
| 431 | </St yle> | |
| 432 | </Para graph> | |
| 433 | <Parag raph> | |
| 434 | <Tex tRuns> | |
| 435 | <T extRun> | |
| 436 | <Value>eGF R by CKD-E PI: 141 * min(Scr/k, 1) ^ a * max(Scr/k, 1) ^ -1.2 09 * 0.993 ^ Age * 1 .159 (if B lack) * 1. 018 (if Fe male)</Val ue> | |
| 437 | <Style> | |
| 438 | <FontSiz e>8pt</Fon tSize> | |
| 439 | </Style> | |
| 440 | </ TextRun> | |
| 441 | </Te xtRuns> | |
| 442 | <Sty le> | |
| 443 | <T extAlign>L eft</TextA lign> | |
| 444 | </St yle> | |
| 445 | </Para graph> | |
| 446 | <Parag raph> | |
| 447 | <Tex tRuns> | |
| 448 | <T extRun> | |
| 449 | <Value>Cre atinine LO INC Codes: 15045-8, 21232-4, 2 160-0</Val ue> | |
| 450 | <Style> | |
| 451 | <FontSiz e>8pt</Fon tSize> | |
| 452 | </Style> | |
| 453 | </ TextRun> | |
| 454 | </Te xtRuns> | |
| 455 | <Sty le> | |
| 456 | <T extAlign>L eft</TextA lign> | |
| 457 | </St yle> | |
| 458 | </Para graph> | |
| 459 | <Parag raph> | |
| 460 | <Tex tRuns> | |
| 461 | <T extRun> | |
| 462 | <Value>Alb umin LOINC Codes: 58 431-8, 149 57-5, 1753 -3, 1754-1 , 21059-1, 30003-8, 43605-5, 5 3530-2, 53 531-0, 573 69-1, 6119 6-2, 11218 -5, 50949- 7, 14956-7 , 1755-8, 1757-4, 43 606-3, 436 07-1, 4900 2-9, 49023 -5, 50209- 6, 58448-2 , 63474-1< /Value> | |
| 463 | <Style> | |
| 464 | <FontSiz e>8pt</Fon tSize> | |
| 465 | </Style> | |
| 466 | </ TextRun> | |
| 467 | </Te xtRuns> | |
| 468 | <Sty le> | |
| 469 | <T extAlign>L eft</TextA lign> | |
| 470 | </St yle> | |
| 471 | </Para graph> | |
| 472 | <Parag raph> | |
| 473 | <Tex tRuns> | |
| 474 | <T extRun> | |
| 475 | <Value>Hyp ertension ICD9 Codes : </Value> | |
| 476 | <Style> | |
| 477 | <FontSiz e>8pt</Fon tSize> | |
| 478 | </Style> | |
| 479 | </ TextRun> | |
| 480 | </Te xtRuns> | |
| 481 | <Sty le> | |
| 482 | <T extAlign>L eft</TextA lign> | |
| 483 | </St yle> | |
| 484 | </Para graph> | |
| 485 | <Parag raph> | |
| 486 | <Tex tRuns> | |
| 487 | <T extRun> | |
| 488 | <Value>401 .0, 402.00 , 402.01, 403.0, 403 .00, 403.0 1, 404.0, 404.00, 40 4.01, 404. 02, 404.03 , 405.01, 405.09</Va lue> | |
| 489 | <Style> | |
| 490 | <FontSiz e>8pt</Fon tSize> | |
| 491 | </Style> | |
| 492 | </ TextRun> | |
| 493 | </Te xtRuns> | |
| 494 | <Sty le> | |
| 495 | <T extAlign>L eft</TextA lign> | |
| 496 | </St yle> | |
| 497 | </Para graph> | |
| 498 | <Parag raph> | |
| 499 | <Tex tRuns> | |
| 500 | <T extRun> | |
| 501 | <Value>Hyp ertension ICD10 Code s: </Value > | |
| 502 | <Style> | |
| 503 | <FontSiz e>8pt</Fon tSize> | |
| 504 | </Style> | |
| 505 | </ TextRun> | |
| 506 | </Te xtRuns> | |
| 507 | <Sty le> | |
| 508 | <T extAlign>L eft</TextA lign> | |
| 509 | </St yle> | |
| 510 | </Para graph> | |
| 511 | <Parag raph> | |
| 512 | <Tex tRuns> | |
| 513 | <T extRun> | |
| 514 | <Value>I10 ., I11.0, I11.9, I12 .0, I12.9, I13.0, I1 3.10, I13. 11, I13.2, I15.0, I1 5.8</Value > | |
| 515 | <Style> | |
| 516 | <FontSiz e>8pt</Fon tSize> | |
| 517 | </Style> | |
| 518 | </ TextRun> | |
| 519 | </Te xtRuns> | |
| 520 | <Sty le> | |
| 521 | <T extAlign>L eft</TextA lign> | |
| 522 | </St yle> | |
| 523 | </Para graph> | |
| 524 | </Paragr aphs> | |
| 525 | <rd:Defa ultName>Te xtbox1</rd :DefaultNa me> | |
| 526 | <Top>6in </Top> | |
| 527 | <Left>0. 25in</Left > | |
| 528 | <Height> 2.25in</He ight> | |
| 529 | <Width>1 0.5in</Wid th> | |
| 530 | <ZIndex> 2</ZIndex> | |
| 531 | <Style> | |
| 532 | <Borde r> | |
| 533 | <Sty le>None</S tyle> | |
| 534 | </Bord er> | |
| 535 | <Paddi ngLeft>2pt </PaddingL eft> | |
| 536 | <Paddi ngRight>2p t</Padding Right> | |
| 537 | <Paddi ngTop>2pt< /PaddingTo p> | |
| 538 | <Paddi ngBottom>2 pt</Paddin gBottom> | |
| 539 | </Style> | |
| 540 | </Textbox> | |
| 541 | </ ReportItem s> | |
| 542 | <H eight>8.5i n</Height> | |
| 543 | <S tyle> | |
| 544 | <Border> | |
| 545 | <Style>N one</Style > | |
| 546 | </Border> | |
| 547 | <Backgroun dColor>Whi te</Backgr oundColor> | |
| 548 | </ Style> | |
| 549 | </Bo dy> | |
| 550 | <Wid th>11in</W idth> | |
| 551 | <Pag e> | |
| 552 | <P ageHeight> 8.5in</Pag eHeight> | |
| 553 | <P ageWidth>1 1in</PageW idth> | |
| 554 | <L eftMargin> 1in</LeftM argin> | |
| 555 | <R ightMargin >1in</Righ tMargin> | |
| 556 | <T opMargin>1 in</TopMar gin> | |
| 557 | <B ottomMargi n>1in</Bot tomMargin> | |
| 558 | <S tyle /> | |
| 559 | </Pa ge> | |
| 560 | </Repo rtSection> | |
| 561 | </Report Sections> | |
| 562 | <rd:Repo rtUnitType >Inch</rd: ReportUnit Type> | |
| 563 | <rd:Report ServerUrl> https:// DNS cresqc50a. aac.dva. DNS /ReportSer ver</rd:Re portServer Url> | |
| 564 | <rd:Repo rtID>8312e 5b1-dc47-4 ca7-975d-6 dd0c78e8cf 7</rd:Repo rtID> | |
| 565 | </Report> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.