Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTS2 Frameworks needs to render JSON correctly based on OMG Spec. #35

Open
cendle opened this issue Apr 30, 2014 · 0 comments
Open

CTS2 Frameworks needs to render JSON correctly based on OMG Spec. #35

cendle opened this issue Apr 30, 2014 · 0 comments

Comments

@cendle
Copy link
Collaborator

cendle commented Apr 30, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant