You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a CTS2 service call to get the IteratableResolvedValueSet, in the resolvedUsingCodeSystem, note that "content" does not have an underscore in front of it like "_content".
When making a CTS2 service call to get the IteratableResolvedValueSet, in the resolvedUsingCodeSystem, note that "content" does not have an underscore in front of it like "_content".
resolvedUsingCodeSystem": [
{
"version": {
"content": "NCI_Thesaurus-14.03e"
},
"codeSystem": {
"content": "NCI_Thesaurus",
"uri": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#"
}
}
Looking at the XML to JSON transformation rules doc here:
http://www.omg.org/cgi-bin/doc?ad/13-09-04
It appears that it should be "_content" based on rule #9.
The text was updated successfully, but these errors were encountered: