Current user cannot create this object"
am i missing anything here?
Request body:
{
"entityType": "individual",
"taxpayerIdentificationNumber": "000456789",
"nationalProviderIdentifier": "0876543210",
"performanceYear": 2019,
"measurementSets": [
{
"category": "ia",
"submissionMethod": "registry",
"performanceStart": "2019-01-01",
"performanceEnd": "2019-12-31",
"programName": "cpcPlus",
"practiceId": "G1234",
"measurements": [
{
"measureId": "IA_EPA_4",
"value": true
}
]
},
{
"category": "pi",
"submissionMethod": "registry",
"performanceStart": "2019-01-01",
"performanceEnd": "2019-12-31",
"programName": "cpcPlus",
"practiceId": "G1234",
"cehrtId": "0015E0000000000",
"measurements": [
{
"measureId": "PI_HIE_1",
"value": {
"numerator": 1,
"denominator": 2
}
},
{
"measureId": "PI_PHCDRR_5",
"value": true
}
]
},
{
"category": "quality",
"submissionMethod": "registry",
"performanceStart": "2019-01-01",
"performanceEnd": "2019-12-31",
"programName": "cpcPlus",
"practiceId": "G1234",
"measurements": [
{
"measureId": "391",
"value": {
"isEndToEndReported": false,
"strata": [
{
"performanceMet": 2,
"performanceNotMet": 1,
"eligiblePopulation": 10,
"eligiblePopulationException": 1,
"eligiblePopulationExclusion": 2,
"stratum": "30days"
},
{
"performanceMet": 2,
"performanceNotMet": 1,
"eligiblePopulation": 6,
"eligiblePopulationException": 1,
"eligiblePopulationExclusion": 0,
"stratum": "overall"
}
]
}
},
{
"measureId": "093",
"value": {
"isEndToEndReported": false,
"performanceMet": 1,
"performanceNotMet": 1,
"eligiblePopulation": 5,
"eligiblePopulationExclusion": 1,
"eligiblePopulationException": 1
}
},
{
"measureId": "461",
"value": {
"numerator": 5.57,
"denominator": 500,
"isEndToEndReported": false,
"denominatorException": 0,
"numeratorExclusion": 0,
"observationInstances": 300
}
}
]
}
]
}