<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ICD-10 grouping in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620165#M182193</link>
    <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have variable with ICD-10 codes. I want to group them as below;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'A000'-'A099'='Intestinal_infection'&lt;BR /&gt;'A150'-'A199'='TB'&lt;BR /&gt;'A200'-'A280'='Zoonotic'&lt;BR /&gt;'A300'-'A499'='Other_bacterial'&lt;BR /&gt;'A500'-'A640'='STI'&lt;BR /&gt;'A650'-'A699'='Spirochaetal'&lt;BR /&gt;'A800'-'A890'='Viral_CNS'&lt;BR /&gt;'A900'-'A990'='Viral-fever'&lt;BR /&gt;'B000'-'B099'='Viral_skin'&lt;BR /&gt;'B150'-'B199'='Viral_hep'&lt;BR /&gt;'B200'-'B240'='HIV'&lt;BR /&gt;'B250'-'B349'='Other_viral'&lt;BR /&gt;'B350'-'B490'='Mycoses'&lt;BR /&gt;'B500'-'B640'='Protozoa'&lt;BR /&gt;'B650'-'B839'='Helminthiases'&lt;BR /&gt;'B850'-'B890'='Other_infestation'&lt;BR /&gt;'B900'-'B949'='Sequelae'&lt;BR /&gt;'B950'-'B990'= 'Other'&lt;BR /&gt;'C000'-'C970'= 'Neoplasms'&lt;BR /&gt;'D000'-'D489'='Other_neoplasms'&lt;BR /&gt;'D500'-'D899'='Blood_disorder'&lt;BR /&gt;'E000'-'E899'='Endocrine'&lt;BR /&gt;'F000'-'F990'='Mental_disorder'&lt;BR /&gt;'G000'-'G998'='Nervous'&lt;BR /&gt;'H000'-'H599'='Eye_adnexa'&lt;BR /&gt;'H600'-'H959'='Ear_mastoid'&lt;BR /&gt;'1000'-'1990'='Circulatory'&lt;BR /&gt;'J000'-'J998'='Respiratory'&lt;BR /&gt;'K000'-'K938'='Digestive'&lt;BR /&gt;'L000'-'L998'='Subcutanous'&lt;BR /&gt;'M000'-'M999'='MSK'&lt;BR /&gt;'N000'-'N999'='Genitourinary'&lt;BR /&gt;'O000'-'O998'='Pregnancy'&lt;BR /&gt;'P000'-'P969'='Perinatal'&lt;BR /&gt;'Q000'-'Q999'='Congenital'&lt;BR /&gt;'R000'-'R999'='Clinical_laboratory'&lt;BR /&gt;'S0000'-'S9999'='Injuries'&lt;BR /&gt;'T0000'-'T983'='Multiple_injuries'&lt;BR /&gt;'V010'-'V990'='Transport_accident'&lt;BR /&gt;'W000'-'W990'='Other_accidents'&lt;BR /&gt;'X000'-'X840'='Other_injuries'&lt;BR /&gt;'Y100'-'Y989'='Sequelae'&lt;BR /&gt;'Z000'-'Z999'='Potential_hazard'&lt;BR /&gt;other='Ungrouped'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's the best way of indexing them in these groups? I have used 'Format' syntax but this is not how I want it to be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ta&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2020 14:24:49 GMT</pubDate>
    <dc:creator>sks521</dc:creator>
    <dc:date>2020-01-27T14:24:49Z</dc:date>
    <item>
      <title>ICD-10 grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620165#M182193</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have variable with ICD-10 codes. I want to group them as below;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'A000'-'A099'='Intestinal_infection'&lt;BR /&gt;'A150'-'A199'='TB'&lt;BR /&gt;'A200'-'A280'='Zoonotic'&lt;BR /&gt;'A300'-'A499'='Other_bacterial'&lt;BR /&gt;'A500'-'A640'='STI'&lt;BR /&gt;'A650'-'A699'='Spirochaetal'&lt;BR /&gt;'A800'-'A890'='Viral_CNS'&lt;BR /&gt;'A900'-'A990'='Viral-fever'&lt;BR /&gt;'B000'-'B099'='Viral_skin'&lt;BR /&gt;'B150'-'B199'='Viral_hep'&lt;BR /&gt;'B200'-'B240'='HIV'&lt;BR /&gt;'B250'-'B349'='Other_viral'&lt;BR /&gt;'B350'-'B490'='Mycoses'&lt;BR /&gt;'B500'-'B640'='Protozoa'&lt;BR /&gt;'B650'-'B839'='Helminthiases'&lt;BR /&gt;'B850'-'B890'='Other_infestation'&lt;BR /&gt;'B900'-'B949'='Sequelae'&lt;BR /&gt;'B950'-'B990'= 'Other'&lt;BR /&gt;'C000'-'C970'= 'Neoplasms'&lt;BR /&gt;'D000'-'D489'='Other_neoplasms'&lt;BR /&gt;'D500'-'D899'='Blood_disorder'&lt;BR /&gt;'E000'-'E899'='Endocrine'&lt;BR /&gt;'F000'-'F990'='Mental_disorder'&lt;BR /&gt;'G000'-'G998'='Nervous'&lt;BR /&gt;'H000'-'H599'='Eye_adnexa'&lt;BR /&gt;'H600'-'H959'='Ear_mastoid'&lt;BR /&gt;'1000'-'1990'='Circulatory'&lt;BR /&gt;'J000'-'J998'='Respiratory'&lt;BR /&gt;'K000'-'K938'='Digestive'&lt;BR /&gt;'L000'-'L998'='Subcutanous'&lt;BR /&gt;'M000'-'M999'='MSK'&lt;BR /&gt;'N000'-'N999'='Genitourinary'&lt;BR /&gt;'O000'-'O998'='Pregnancy'&lt;BR /&gt;'P000'-'P969'='Perinatal'&lt;BR /&gt;'Q000'-'Q999'='Congenital'&lt;BR /&gt;'R000'-'R999'='Clinical_laboratory'&lt;BR /&gt;'S0000'-'S9999'='Injuries'&lt;BR /&gt;'T0000'-'T983'='Multiple_injuries'&lt;BR /&gt;'V010'-'V990'='Transport_accident'&lt;BR /&gt;'W000'-'W990'='Other_accidents'&lt;BR /&gt;'X000'-'X840'='Other_injuries'&lt;BR /&gt;'Y100'-'Y989'='Sequelae'&lt;BR /&gt;'Z000'-'Z999'='Potential_hazard'&lt;BR /&gt;other='Ungrouped'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's the best way of indexing them in these groups? I have used 'Format' syntax but this is not how I want it to be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ta&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:24:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620165#M182193</guid>
      <dc:creator>sks521</dc:creator>
      <dc:date>2020-01-27T14:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: ICD-10 grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620167#M182194</link>
      <description>&lt;P&gt;Just to be clear, you do not want to do this with formats?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620167#M182194</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2020-01-27T14:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: ICD-10 grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620168#M182195</link>
      <description>&lt;P&gt;No, because when I do it with formats, I can't create new variables using these categories.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;For e.g. I used this syntax and tried to create another variable 'Regroup' from old variable 'New_code' in the next data step, 'Regroup prints out blank.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;*indexing IDC-10 codes/grouping them in main categories;
proc format;
value $ICD
'A000'-'A099'='Intestinal_infection'
'A150'-'A199'='TB'
'A200'-'A280'='Zoonotic'
'A300'-'A499'='Other_bacterial'
'A500'-'A640'='STI'
'A650'-'A699'='Spirochaetal'
'A800'-'A890'='Viral_CNS'
'A900'-'A990'='Viral-fever'
'B000'-'B099'='Viral_skin'
'B150'-'B199'='Viral_hep'
'B200'-'B240'='HIV'
'B250'-'B349'='Other_viral'
'B350'-'B490'='Mycoses'
'B500'-'B640'='Protozoa'
'B650'-'B839'='Helminthiases'
'B850'-'B890'='Other_infestation'
'B900'-'B949'='Sequelae'
'B950'-'B990'= 'Other'
'C000'-'C970'= 'Neoplasms'
'D000'-'D489'='Other_neoplasms'
'D500'-'D899'='Blood_disorder'
'E000'-'E899'='Endocrine'
'F000'-'F990'='Mental_disorder'
'G000'-'G998'='Nervous'
'H000'-'H599'='Eye_adnexa'
'H600'-'H959'='Ear_mastoid'
'1000'-'1990'='Circulatory'
'J000'-'J998'='Respiratory'
'K000'-'K938'='Digestive'
'L000'-'L998'='Subcutanous'
'M000'-'M999'='MSK'
'N000'-'N999'='Genitourinary'
'O000'-'O998'='Pregnancy'
'P000'-'P969'='Perinatal'
'Q000'-'Q999'='Congenital'
'R000'-'R999'='Clinical_laboratory'
'S0000'-'S9999'='Injuries'
'T0000'-'T983'='Multiple_injuries'
'V010'-'V990'='Transport_accident'
'W000'-'W990'='Other_accidents'
'X000'-'X840'='Other_injuries'
'Y100'-'Y989'='Sequelae'
'Z000'-'Z999'='Potential_hazard'
other='Ungrouped'
;
run;
data ICD10;
set specialty;
New_code=diagnosisprimaryicd;
format New_code ICD.;
run;
*Regrouping ICD codes into main groups on WHO website here https://icd.who.int/browse10/2016/en;
Data recode_ICD;
set ICD10;
if New_code=' ' then Regroup=' ';
else if New_code in ('Intestinal_infection','TB','Zoonotic','Other_bacterial','STI','Spirochaetal','Viral_CNS','Viral-fever','Viral_skin','Viral_hep','HIV','Other_viral',
'Mycoses','Protozoa','Helminthiases','Other_infestation','Sequelae', 'Other') then Regroup='Infections';
else if New_code in ('Neoplasms','Other_neoplasms') then Regroup='Neoplasm';
else if New_code in ('Blood_disorder') then Regroup='Blood_dis';
else if New_code in ('Endocrine') then Regroup='Endocrine';
else if New_code in ('Mental_disorder') then Regroup='Mental_dis';
else if New_code in ('Nervous') then Regroup='Nervous';
else if New_code in ('Eye_adnexa') then Regroup='Adnexa';
else if New_code in ('Ear_mastoid') then Regroup='Ear_mast';
else if New_code in ('Circulatory') then Regroup='Circulatory';
else if New_code in ('Respiratory') then Regroup='Respiration';
else if New_code in ('Digestive') then Regroup='Digestive';
else if New_code in ('Subcutanous') then Regroup='Subcutanous';
else if New_code in ('MSK') then Regroup='MSK';
else if New_code in ('Genitourinary') then Regroup='Genitourinary';
else if New_code in ('Pregnancy') then Regroup='Pregnancy';
else if New_code in ('Perinatal') then Regroup='Perinatal';
else if New_code in ('Congenital') then Regroup='Congenital';
else if New_code in ('Clinical_laboratory') then Regroup='Clinical_laboratory';
else if New_code in ('Injuries','Multiple_injuries','Transport_accident','Other_accidents','Other_injuries','Sequelae') then Regroup='Injuries';
else if New_code in ('Potential_hazard','Ungrouped') then Regroup='Other';
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:32:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620168#M182195</guid>
      <dc:creator>sks521</dc:creator>
      <dc:date>2020-01-27T14:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: ICD-10 grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620172#M182196</link>
      <description>&lt;P&gt;It's not clear what you mean by 'this is not how I want it to be'..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc format is definitely the way to go. Now if you'd rather have an associated index (like 2) instead or an associated character label like 'Zoonotic', then you can try the following:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format cntlout=icdgrpfmt(keep=start end label hlo);
	value $icdgrp 'A000'-'A099'='Intestinal_infection' 'A150'-'A199'='TB' 
		'A200'-'A280'='Zoonotic' 'A300'-'A499'='Other_bacterial' 'A500'-'A640'='STI' 
		'A650'-'A699'='Spirochaetal' 'A800'-'A890'='Viral_CNS' 
		'A900'-'A990'='Viral-fever' 'B000'-'B099'='Viral_skin' 
		'B150'-'B199'='Viral_hep' 'B200'-'B240'='HIV' 'B250'-'B349'='Other_viral' 
		'B350'-'B490'='Mycoses' 'B500'-'B640'='Protozoa' 
		'B650'-'B839'='Helminthiases' 'B850'-'B890'='Other_infestation' 
		'B900'-'B949'='Sequelae' 'B950'-'B990'='Other' 'C000'-'C970'='Neoplasms' 
		'D000'-'D489'='Other_neoplasms' 'D500'-'D899'='Blood_disorder' 
		'E000'-'E899'='Endocrine' 'F000'-'F990'='Mental_disorder' 
		'G000'-'G998'='Nervous' 'H000'-'H599'='Eye_adnexa' 
		'H600'-'H959'='Ear_mastoid' '1000'-'1990'='Circulatory' 
		'J000'-'J998'='Respiratory' 'K000'-'K938'='Digestive' 
		'L000'-'L998'='Subcutanous' 'M000'-'M999'='MSK' 'N000'-'N999'='Genitourinary' 
		'O000'-'O998'='Pregnancy' 'P000'-'P969'='Perinatal' 
		'Q000'-'Q999'='Congenital' 'R000'-'R999'='Clinical_laboratory' 
		'S0000'-'S9999'='Injuries' 'T0000'-'T983'='Multiple_injuries' 
		'V010'-'V990'='Transport_accident' 'W000'-'W990'='Other_accidents' 
		'X000'-'X840'='Other_injuries' 'Y100'-'Y989'='Sequelae' 
		'Z000'-'Z999'='Potential_hazard' other='Ungrouped';
run;

data icdgrpidx;
	retain fmtname 'icdidx' type 'i';
	set icdgrpfmt;
	label=_n_;
run;

proc format cntlin=icdgrpidx;
run;

data have;
	input icd_cd $;
	datalines;
A096
B955
;
run;

data want;
	set have;
	icd_grp_fmt=put(icd_cd, $icdgrp.);
	icd_idx_fmt=input(icd_cd, icdidx.);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:36:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620172#M182196</guid>
      <dc:creator>unison</dc:creator>
      <dc:date>2020-01-27T14:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: ICD-10 grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620174#M182197</link>
      <description>&lt;P&gt;Formatting new_code will just change the appearance of diagnosisprimaryicd but the underlying value is still the same. So when you try to regroup, nothing happens because the underlying value is still there. Instead, you can define new_code in the following way and your logic should work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;new_code=put(diagnosisprimaryicd,$icd.);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:42:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620174#M182197</guid>
      <dc:creator>unison</dc:creator>
      <dc:date>2020-01-27T14:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: ICD-10 grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620175#M182198</link>
      <description>&lt;P&gt;Because when I try to create another variable for example if &lt;CODE class="  language-sas"&gt;&lt;SPAN class="token string"&gt;I want to combine all those as one category 'Infections', I am not able to do that or do you have any suggestion&lt;/SPAN&gt;&lt;/CODE&gt;?&lt;/P&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token string"&gt;'A000'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A099'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Intestinal_infection'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'A150'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A199'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'TB'&lt;/SPAN&gt; 
		&lt;SPAN class="token string"&gt;'A200'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A280'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Zoonotic'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'A300'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A499'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Other_bacterial'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'A500'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A640'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'STI'&lt;/SPAN&gt; 
		&lt;SPAN class="token string"&gt;'A650'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A699'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Spirochaetal'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'A800'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A890'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Viral_CNS'&lt;/SPAN&gt; 
		&lt;SPAN class="token string"&gt;'A900'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A990'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Viral-fever'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'B000'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B099'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Viral_skin'&lt;/SPAN&gt; 
		&lt;SPAN class="token string"&gt;'B150'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B199'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Viral_hep'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'B200'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B240'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'HIV'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'B250'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B349'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Other_viral'&lt;/SPAN&gt; 
		&lt;SPAN class="token string"&gt;'B350'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B490'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Mycoses'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'B500'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B640'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Protozoa'&lt;/SPAN&gt; 
		&lt;SPAN class="token string"&gt;'B650'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B839'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Helminthiases'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'B850'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B890'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Other_infestation'&amp;nbsp;&lt;/SPAN&gt;&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:39:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620175#M182198</guid>
      <dc:creator>sks521</dc:creator>
      <dc:date>2020-01-27T14:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: ICD-10 grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620183#M182200</link>
      <description>&lt;P&gt;Whereabouts in the code do I put this please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:42:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620183#M182200</guid>
      <dc:creator>sks521</dc:creator>
      <dc:date>2020-01-27T14:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: ICD-10 grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620185#M182201</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data ICD10;
	set specialty;
	New_code=put(diagnosisprimaryicd, $icd.);

	if New_code=' ' then
		Regroup=' ';
	else if New_code in ('Intestinal_infection', 'TB', 'Zoonotic', 
		'Other_bacterial', 'STI', 'Spirochaetal', 'Viral_CNS', 'Viral-fever', 
		'Viral_skin', 'Viral_hep', 'HIV', 'Other_viral', 'Mycoses', 'Protozoa', 
		'Helminthiases', 'Other_infestation', 'Sequelae', 'Other') then
			Regroup='Infections';
	else if New_code in ('Neoplasms', 'Other_neoplasms') then
		Regroup='Neoplasm';
	else if New_code in ('Blood_disorder') then
		Regroup='Blood_dis';
	else if New_code in ('Endocrine') then
		Regroup='Endocrine';
	else if New_code in ('Mental_disorder') then
		Regroup='Mental_dis';
	else if New_code in ('Nervous') then
		Regroup='Nervous';
	else if New_code in ('Eye_adnexa') then
		Regroup='Adnexa';
	else if New_code in ('Ear_mastoid') then
		Regroup='Ear_mast';
	else if New_code in ('Circulatory') then
		Regroup='Circulatory';
	else if New_code in ('Respiratory') then
		Regroup='Respiration';
	else if New_code in ('Digestive') then
		Regroup='Digestive';
	else if New_code in ('Subcutanous') then
		Regroup='Subcutanous';
	else if New_code in ('MSK') then
		Regroup='MSK';
	else if New_code in ('Genitourinary') then
		Regroup='Genitourinary';
	else if New_code in ('Pregnancy') then
		Regroup='Pregnancy';
	else if New_code in ('Perinatal') then
		Regroup='Perinatal';
	else if New_code in ('Congenital') then
		Regroup='Congenital';
	else if New_code in ('Clinical_laboratory') then
		Regroup='Clinical_laboratory';
	else if New_code in ('Injuries', 'Multiple_injuries', 'Transport_accident', 
		'Other_accidents', 'Other_injuries', 'Sequelae') then
			Regroup='Injuries';
	else if New_code in ('Potential_hazard', 'Ungrouped') then
		Regroup='Other';
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:44:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620185#M182201</guid>
      <dc:creator>unison</dc:creator>
      <dc:date>2020-01-27T14:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: ICD-10 grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620187#M182202</link>
      <description>&lt;P&gt;Still prints out blank!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:48:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620187#M182202</guid>
      <dc:creator>sks521</dc:creator>
      <dc:date>2020-01-27T14:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: ICD-10 grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620190#M182203</link>
      <description>&lt;P&gt;Without more info about what you're data looks like, I can't really help you. The reasons it could be printing blank are uncountable. What I've done here works. See if you can adapt to how you need.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format cntlout=icdgrpfmt(keep=fmtname start end label hlo 
		where=(fmtname='ICDGRP'));
	value $icdgrp 'A000'-'A099'='Intestinal_infection' 'A150'-'A199'='TB' 
		'A200'-'A280'='Zoonotic' 'A300'-'A499'='Other_bacterial' 'A500'-'A640'='STI' 
		'A650'-'A699'='Spirochaetal' 'A800'-'A890'='Viral_CNS' 
		'A900'-'A990'='Viral-fever' 'B000'-'B099'='Viral_skin' 
		'B150'-'B199'='Viral_hep' 'B200'-'B240'='HIV' 'B250'-'B349'='Other_viral' 
		'B350'-'B490'='Mycoses' 'B500'-'B640'='Protozoa' 
		'B650'-'B839'='Helminthiases' 'B850'-'B890'='Other_infestation' 
		'B900'-'B949', 'Y100'-'Y989'='Sequelae' 'B950'-'B990'='Other' 
		'C000'-'C970'='Neoplasms' 'D000'-'D489'='Other_neoplasms' 
		'D500'-'D899'='Blood_disorder' 'E000'-'E899'='Endocrine' 
		'F000'-'F990'='Mental_disorder' 'G000'-'G998'='Nervous' 
		'H000'-'H599'='Eye_adnexa' 'H600'-'H959'='Ear_mastoid' 
		'1000'-'1990'='Circulatory' 'J000'-'J998'='Respiratory' 
		'K000'-'K938'='Digestive' 'L000'-'L998'='Subcutanous' 'M000'-'M999'='MSK' 
		'N000'-'N999'='Genitourinary' 'O000'-'O998'='Pregnancy' 
		'P000'-'P969'='Perinatal' 'Q000'-'Q999'='Congenital' 
		'R000'-'R999'='Clinical_laboratory' 'S0000'-'S9999'='Injuries' 
		'T0000'-'T983'='Multiple_injuries' 'V010'-'V990'='Transport_accident' 
		'W000'-'W990'='Other_accidents' 'X000'-'X840'='Other_injuries' 
		'Z000'-'Z999'='Potential_hazard' other='Ungrouped';
run;

data icdregrp;
	retain fmtname '$rgrp' type 'c';
	set icdgrpfmt(drop=start end fmtname rename=label=old_label);
	start=old_label;
	length label $50.;

	if start=' ' then
		label=' ';
	else if start in ('Intestinal_infection', 'TB', 'Zoonotic', 'Other_bacterial', 
		'STI', 'Spirochaetal', 'Viral_CNS', 'Viral-fever', 'Viral_skin', 'Viral_hep', 
		'HIV', 'Other_viral', 'Mycoses', 'Protozoa', 'Helminthiases', 
		'Other_infestation', 'Sequelae', 'Other') then
			label='Infections';
	else if start in ('Neoplasms', 'Other_neoplasms') then
		label='Neoplasm';
	else if start in ('Blood_disorder') then
		label='Blood_dis';
	else if start in ('Endocrine') then
		label='Endocrine';
	else if start in ('Mental_disorder') then
		label='Mental_dis';
	else if start in ('Nervous') then
		label='Nervous';
	else if start in ('Eye_adnexa') then
		label='Adnexa';
	else if start in ('Ear_mastoid') then
		label='Ear_mast';
	else if start in ('Circulatory') then
		label='Circulatory';
	else if start in ('Respiratory') then
		label='Respiration';
	else if start in ('Digestive') then
		label='Digestive';
	else if start in ('Subcutanous') then
		label='Subcutanous';
	else if start in ('MSK') then
		label='MSK';
	else if start in ('Genitourinary') then
		label='Genitourinary';
	else if start in ('Pregnancy') then
		label='Pregnancy';
	else if start in ('Perinatal') then
		label='Perinatal';
	else if start in ('Congenital') then
		label='Congenital';
	else if start in ('Clinical_laboratory') then
		label='Clinical_laboratory';
	else if start in ('Injuries', 'Multiple_injuries', 'Transport_accident', 
		'Other_accidents', 'Other_injuries') then
			label='Injuries';
	else if start in ('Potential_hazard', 'Ungrouped') then
		label='Other';
	drop old_label;
run;

proc sort data=icdregrp nodupkey out=regrp;
	by start;
run;

proc format cntlin=regrp;
run;

data have;
	input icd_cd $;
	datalines;
A096
B955
;
run;

data want;
	set have;
	icd_grp_fmt=put(icd_cd, $icdgrp.);
	icd_regrp_fmt=put(icd_grp_fmt, $rgrp.);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Jan 2020 15:07:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620190#M182203</guid>
      <dc:creator>unison</dc:creator>
      <dc:date>2020-01-27T15:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: ICD-10 grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620208#M182209</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/277970"&gt;@sks521&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;No, because when I do it with formats, I can't create new variables using these categories.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Incorrect:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Newvar = put(variable, formatname.);&lt;/P&gt;
&lt;P&gt;will create a new variable assuming the existence of the variable and the format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: Comparisons with character values and ranges is an extremely problematic activity in general.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE&gt;data example;
  x = 'A12';
  if 'A100' le x le 'A150' then put x= " is between A100 and A150";
run;
&lt;/PRE&gt;
&lt;P&gt;Run the code, read the log and decide if that is the desired result. The character comparisons stop at the end the shortest variable&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 16:01:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620208#M182209</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-01-27T16:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: ICD-10 grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620209#M182210</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/277970"&gt;@sks521&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Because when I try to create another variable for example if &lt;CODE class="  language-sas"&gt;&lt;SPAN class="token string"&gt;I want to combine all those as one category 'Infections', I am not able to do that or do you have any suggestion&lt;/SPAN&gt;&lt;/CODE&gt;?&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token string"&gt;'A000'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A099'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Intestinal_infection'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'A150'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A199'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'TB'&lt;/SPAN&gt; 
		&lt;SPAN class="token string"&gt;'A200'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A280'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Zoonotic'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'A300'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A499'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Other_bacterial'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'A500'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A640'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'STI'&lt;/SPAN&gt; 
		&lt;SPAN class="token string"&gt;'A650'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A699'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Spirochaetal'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'A800'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A890'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Viral_CNS'&lt;/SPAN&gt; 
		&lt;SPAN class="token string"&gt;'A900'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'A990'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Viral-fever'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'B000'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B099'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Viral_skin'&lt;/SPAN&gt; 
		&lt;SPAN class="token string"&gt;'B150'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B199'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Viral_hep'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'B200'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B240'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'HIV'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'B250'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B349'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Other_viral'&lt;/SPAN&gt; 
		&lt;SPAN class="token string"&gt;'B350'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B490'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Mycoses'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'B500'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B640'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Protozoa'&lt;/SPAN&gt; 
		&lt;SPAN class="token string"&gt;'B650'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B839'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Helminthiases'&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;'B850'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'B890'&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'Other_infestation'&amp;nbsp;&lt;/SPAN&gt;&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You really need to provide some example data and the desired result.&lt;/P&gt;
&lt;P&gt;If you want a result of INFECTIONS then you want a different format.&lt;/P&gt;
&lt;P&gt;The same values can be mapped to more than value using multiple formats.&lt;/P&gt;
&lt;P&gt;For example I have formats that assign ZIP code to various service regions besides the more typical City, State or County. Change the format to the one I want for a specific purpose.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And for some reports using the procedures that support MULTILABEL Formats I have formats that will use a Site identifier to produce summaries by Site as well as group of sites (region, agency&amp;nbsp; or what have you).&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 16:05:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620209#M182210</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-01-27T16:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: ICD-10 grouping</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620212#M182211</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/277970"&gt;@sks521&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;No, because when I do it with formats, I can't create new variables using these categories.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;For e.g. I used this syntax and tried to create another variable 'Regroup' from old variable 'New_code' in the next data step, 'Regroup prints out blank.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;You're not using the formats correctly.&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;To apply a format to a new variable and access the formatted value you need to use PUT().&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;New_ICD_Code = put(diagnosisPrimaryICD, $ICD.);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;Then use your IF/THEN statements from your last step. Or create a second format that does the groupings as well and then you have:&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Regroup = put(New_ICD_Code, $regroup_fmt.);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 16:14:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ICD-10-grouping/m-p/620212#M182211</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-27T16:14:15Z</dc:date>
    </item>
  </channel>
</rss>

