<ItemGroupDef OID="IG.CL" Domain="CL" Name="CL" Repeating="Yes" IsReferenceData="No" SASDatasetName="CL" Purpose="Tabulation" def:Structure="One record per finding per observation time per subject" def:Class="FINDINGS" def:ArchiveLocationID="LF.CL">
Pinnacle 21 uses cookies to make our site easier for you to use. By continuing to use this website, you agree to our use of cookies. For more info visit our Privacy Policy.
I am getting warning DD0059 with these values
DefineDescription, Dataset, StandardDescription
Chloride, IT.LB.LBORRES.CL, Clinical Observations
It appears that the LBTESTCD CL is being confused with the CL domain dataset?
Here is the ItemDef
<ItemDef OID="IT.LB.LBORRES.CL" Name="CL" DataType="integer" Length="3" SASFieldName="CL">
<Description>
<TranslatedText xml:lang="en">Chloride</TranslatedText>
</Description>
CL is published controlled terminology
<CodeListItem CodedValue="CL" OrderNumber="92" Rank="92">
<Decode>
<TranslatedText xml:lang="en">Chloride</TranslatedText>
</Decode>
<Alias Name="C64495" Context="nci:ExtCodeID"/>
</CodeListItem>
Maybe mixing up SASFieldName with SASDatasetName?
<ItemGroupDef OID="IG.CL" Domain="CL" Name="CL" Repeating="Yes" IsReferenceData="No" SASDatasetName="CL" Purpose="Tabulation" def:Structure="One record per finding per observation time per subject" def:Class="FINDINGS" def:ArchiveLocationID="LF.CL">
<Description><TranslatedText xml:lang="en">Clinical Observations</TranslatedText></Description>
<def:Origin Type="DERIVED"/>
</ItemDef>
The define.xml file has been uploaded (renamed to define.txt) for reference
Attached Files