Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.64 KB | None | 0 0
  1. {
  2.   "eMeasureId": "CMS160v5",
  3.   "measureId": "371",
  4.   "version": 1,
  5.   "denominatorRules": [
  6.     {
  7.       "query": {
  8.         "demographics": {
  9.           "containsElement": {
  10.             "dob": {
  11.               "lessThanOrEquals": {
  12.                 "dateWithOffset": {
  13.                   "from": {
  14.                     "replaceWithValue": "params.reportingPeriod.start"
  15.                   },
  16.                   "direction": "past",
  17.                   "amount": 18,
  18.                   "unit": "years"
  19.                 }
  20.               }
  21.             }
  22.           }
  23.         }
  24.       }
  25.     },
  26.     {
  27.       "rule": {
  28.         "encounters": {
  29.           "containsElement": {
  30.             "and": [
  31.               {
  32.                 "dateRange.start": {
  33.                   "lessThanOrEquals": {
  34.                     "dateWithOffset": {
  35.                       "from": {
  36.                         "replaceWithValue": "params.reportingPeriod.start"
  37.                       },
  38.                       "direction": "past",
  39.                       "amount": 4,
  40.                       "unit": "month"
  41.                     }
  42.                   }
  43.                 }
  44.               },
  45.               {
  46.                 "dateRange.start": {
  47.                   "lessThanOrEquals": {
  48.                     "isoDate": {
  49.                       "replaceWithValueFrom": {
  50.                         "select": "dateRange.end",
  51.                         "from": "patient.problems",
  52.                         "where": {
  53.                           "code": {
  54.                             "code": {
  55.                               "in": ["problem-1", "problem-2"]
  56.                             }
  57.                           }
  58.                         }
  59.                       }
  60.                     }
  61.                   },
  62.                   "greaterThanOrEquals": {
  63.                     "isoDate": {
  64.                       "replaceWithValueFrom": {
  65.                         "select": "dateRange.start",
  66.                         "from": "patient.problems",
  67.                         "where": {
  68.                           "code": {
  69.                             "code": {
  70.                               "in": ["problem-1", "problem-2"]
  71.                             }
  72.                           }
  73.                         }
  74.                       }
  75.                     }
  76.                   }
  77.                 }
  78.               }
  79.             ],
  80.             "code": {
  81.               "containsElement": {
  82.                 "code": {
  83.                   "in": [...
  84.                   ]
  85.                 }
  86.               }
  87.             }
  88.           }
  89.         }
  90.       }
  91.     }
  92.   ],
  93.   "numeratorRules": [
  94.     {
  95.       "query": {}
  96.     }
  97.   ]
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement