Difference between revisions of "Template:Json Response MuMeasureGetCore71"
From Updox API
Line 9: | Line 9: | ||
"thresholdMet": false, | "thresholdMet": false, | ||
"excluded": false, | "excluded": false, | ||
− | "includedPatientIds": [ | + | "includedPatientIds": null, |
− | " | + | "includedPatientDates": [ |
− | + | { | |
− | " | + | "patientId": "153", |
− | " | + | "date": 1391615821000 |
− | " | + | }, |
− | + | { | |
− | + | "patientId": "154", | |
+ | "date": 1391615821000 | ||
+ | }, | ||
+ | { | ||
+ | "patientId": "155", | ||
+ | "date": 1394464574000 | ||
+ | }, | ||
+ | { | ||
+ | "patientId": "156", | ||
+ | "date": 1392025290000 | ||
+ | }, | ||
+ | { | ||
+ | "patientId": "157", | ||
+ | "date": 1392033412000 | ||
+ | } | ||
+ | ] | ||
} | } | ||
} | } | ||
} | } |
Revision as of 15:27, 27 May 2014
{ "successful": true, "responseMessage": "OK", "responseCode": 2000, "measures": { "core:7.1": { "numerator": 5, "denominator": -1, "thresholdMet": false, "excluded": false, "includedPatientIds": null, "includedPatientDates": [ { "patientId": "153", "date": 1391615821000 }, { "patientId": "154", "date": 1391615821000 }, { "patientId": "155", "date": 1394464574000 }, { "patientId": "156", "date": 1392025290000 }, { "patientId": "157", "date": 1392033412000 } ] } } }