Skip to content

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

Description

@cendle

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions