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.
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.