DM Submission

22 views
Skip to first unread message

Irene Kim

unread,
Jan 16, 2019, 6:04:32 PM1/16/19
to Developer Group for CMS Web Interface
Since DM-2 and DM-7 are nested under the general measure DM, how would I go about writing this out? Trying something like this and getting an unexpected string error:

    "measures": 
[
{
"name": "DM"
"comments": ""
"submissions": 
[
"measures": "DM-2"
{
"attribute": "hba1c-test-performed"
"value": "Y"
},

Branon Barrett

unread,
Jan 17, 2019, 12:42:30 PM1/17/19
to Developer Group for CMS Web Interface
Submissions fro DM are not nested under their respective sub measures. The payload should look like this:
{
"name": "DM",
"comments": "",
"submissions": [{
"attribute": "confirmed",
"value": "Y"
},
{
"attribute": "hba1c-test-performed",
"value": "Y"
},
{
"attribute": "date-drawn",
"value": "2017-05-01"
},
{
"attribute": "hba1c-value",
"value": "12"
},
{
"attribute": "eye-exam",
"value": "Y"
}
]
}


Irene Kim

unread,
Jan 17, 2019, 2:03:38 PM1/17/19
to Developer Group for CMS Web Interface
Ah i see. thanks for the clarification!
Reply all
Reply to author
Forward
0 new messages