NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Scrollbar
iconsfalse

 

 

 

...

Page info
title
title

Panel
titleContents of this Page
Table of Contents
minLevel2
Panel
titleDocument Information

Author: Craig Stancl, Scott Bauer, Kevin Peterson, Sridhar DwarkanathPradip Kanjamala
Email: stancl.craig@mayo.edu, bauer.scott@mayo.edu, peterson.kevin@mayo.edu, dwarkanathkanjamala.sridhar@mayopradip@mayo.edu
Team: LexEVS
Contract: CBITT BOA Subcontract# 29XS223
Client: NCI CBIIT
National Institutes of Heath
US Department of Health and Human Services

...

The Resolved Value Domain Persistence mechanism provides a means to store the results of a resolve valueset definition. In LexEVS the persistence is achieved by treating the resolved value domain as a coding scheme. The coding scheme uri of the persisted value domain is the same as the uri of the valueset definition. The version number is generated using the MD5 value of the string that makes up the value domain definition. The information of the coding schemes which were used for the resolution is stored as coding scheme properties. The coding scheme propertyName "ontologyFormat" is set to RESOLVEDVALUESET. The coding scheme propertyName "resolvedAgainstCodingSchemeVersion" holds the coding scheme URI of the coding scheme which was used for resolution. The propertyQualifierName="version" stores the version number of the coding scheme used for resolution. An example is seen below:

 

<lgCS:properties>
<lgCommon:property propertyName="ontologyFormat"
propertyId="ontologyFormat" propertyType="property">
<lgCommon:value>RESOLVEDVALUESET</lgCommon:value>
</lgCommon:property>
<lgCommon:property
propertyName="resolvedAgainstCodingSchemeVersion"
propertyId="@_d97cb3fb-f658-45b8-a7a7-e9cb398e87f7" propertyType="generic">
<lgCommon:propertyQualifier propertyQualifierName="version">
<lgCommon:value>1.0</lgCommon:value>
</lgCommon:propertyQualifier>
<lgCommon:value>urn:oid:11.11.0.1</lgCommon:value>
</lgCommon:property>
<lgCommon:property propertyName="textualPresentation"
propertyId="@_f2afcc5c-0e75-48cd-9f12-e0c2598769b8" propertyType="property">
<lgCommon:value>Domestic Auto Makers</lgCommon:value>
</lgCommon:property>
</lgCS:properties>

...

LoadResolvedValueSetDefinition.sh

 

...

Scrollbar
iconsfalse