Capitation Question #298
Replies: 3 comments 9 replies
-
Great question. We are having the same thought. And since Covered Services is an optional object. We have removed it from the Capitation schema. If the schema have to make more sense then either the Covered Services object needs to be required and service codes under In-Network object array optional. |
Beta Was this translation helpful? Give feedback.
-
Based on how the schema was defined, the example didn't have the required billing code information, so to me either the schema would need to change or the example. |
Beta Was this translation helpful? Give feedback.
-
As a payor we are having this conversation as well. From what we understand there is no requirement to show our PMPM rates in MRF. Is that everyone's understanding? We could show our negotiated fees that could vary depending on age banding as shown above, but those may not be the rates the IPA is truly using and could be misleading. Thanks. |
Beta Was this translation helpful? Give feedback.
-
@tdfow I have a question about the last schema update that was made to the INN example for Capitation. BillingCode/Type/Description was added into the in-network object, but how is this going to work for capitation arrangements? For example - if the billing code stays at this level, then how does that work with the covered_services object? Typically for capitation, the one capitated PMPM rate would include multiple covered_services, which explains the need for that object, but that seems redundant if we are going to list out all of the codes separately in the in_network object.
Can you explain in more detail the intent of the Capitation arrangements and what exactly we should be including for this in the MRF? Because my understanding of Capitation doesn't seem to fit with the schema and sample provided. It just seems like there would be a lot of redundant data in the Capitation file because we would be including the billing codes in 2 spots, when it really only applies to the covered services. If there are other rates for procedures outside of the covered services, then those should be represented by other negotiated arrangement types within the file for the same provider/tin.
I laid out an example of the way that I have interpreted the file to look if we added both the billing_codes from the covered_services object. Am I interpreting this the wrong way? If not, doesn't this seem like it would be a lot of redundancy in data if we keep the schema this way for Capitation?
Thoughts anyone??
"in_network": [{
"negotiation_arrangement": "capitation",
"name": "Primary Care Capitation",
"description": "Typical items and services for a primary care provider",
"billing_code_type": "CPT",
"billing_code_type_version": "2020",
"billing_code": "27447",
"negotiated_rates": [{
"provider_groups": [{
"npi": [1111111111, 2222222222, 3333333333, 4444444444, 5555555555],
"tin":{
"type": "ein",
"value": "11-1111111"
},
{
"negotiation_arrangement": "capitation",
"name": "Primary Care Capitation",
"description": "Typical items and services for a primary care provider",
"billing_code_type": "CPT",
"billing_code_type_version": "2020",
"billing_code": "27446",
"negotiated_rates": [{
"provider_groups": [{
"npi": [1111111111, 2222222222, 3333333333, 4444444444, 5555555555],
"tin":{
"type": "ein",
"value": "11-1111111"
}],
"covered_services": [{
"billing_code_type": "CPT",
"billing_code_type_version": "2020",
"billing_code": "27447",
"description": "Under Repair, Revision, and/or Reconstruction Procedures on the Femur (Thigh Region) and Knee Joint"
},{
"billing_code_type": "CPT",
"billing_code_type_version": "2020",
"billing_code": "27446",
"description": "Under Repair, Revision, and/or Reconstruction Procedures on the Femur (Thigh Region) and Knee Joint"
}]
}]
}
Beta Was this translation helpful? Give feedback.
All reactions