Difference between revisions of "Template:Json Response MuMeasureGetCore71"

From Updox API
Jump to: navigation, search
(Created page with " { "successful": true, "responseMessage": "OK", "responseCode": 2000, "measures": { "core:17": { "numerator": 32, "denominator...")
 
 
(4 intermediate revisions by one user not shown)
Line 4: Line 4:
 
     "responseCode": 2000,
 
     "responseCode": 2000,
 
     "measures": {
 
     "measures": {
         "core:17": {
+
         "core:7.1": {
             "numerator": 32,
+
             "numerator": 5,
 
             "denominator": -1,
 
             "denominator": -1,
 
             "thresholdMet": false,
 
             "thresholdMet": false,
 
             "excluded": false,
 
             "excluded": false,
             "includedPatientIds": [
+
             "includedPatientIds": null,
                 "103005",
+
            "includedPatientDates": [
                "103018",
+
                 {
                 "103024",
+
                    "patientId": "153",
                 "120005",
+
                    "date": 1391615821000
                 "120019"
+
                },
            ],
+
                 {
            "includedPatientDates": null
+
                    "patientId": "153",
 +
                    "date": 1391615821000
 +
                 },
 +
                {
 +
                    "patientId": "153",
 +
                    "date": 1394464574000
 +
                 },
 +
                {
 +
                    "patientId": "154",
 +
                    "date": 1392025290000
 +
                },
 +
                {
 +
                    "patientId": "155",
 +
                    "date": 1392033412000
 +
                }
 +
            ]
 
         }
 
         }
 
     }
 
     }
 
   }
 
   }

Latest revision as of 14:03, 9 June 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": "153",
                   "date": 1391615821000
               },
               {
                   "patientId": "153",
                   "date": 1394464574000
               },
               {
                   "patientId": "154",
                   "date": 1392025290000
               },
               {
                   "patientId": "155",
                   "date": 1392033412000
               }
           ]
       }
   }
 }