mphapi 0.4.1__py3-none-any.whl → 0.4.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
mphapi/pricing.py
CHANGED
|
@@ -84,6 +84,9 @@ class InpatientPriceDetail(BaseModel):
|
|
|
84
84
|
value_based_purchasing_amount: Optional[float] = None
|
|
85
85
|
"""Adjustment for hospitals based on quality measures"""
|
|
86
86
|
|
|
87
|
+
wage_index: Optional[float] = None
|
|
88
|
+
"""Wage index used for geographic adjustment"""
|
|
89
|
+
|
|
87
90
|
|
|
88
91
|
class OutpatientPriceDetail(BaseModel):
|
|
89
92
|
"""OutpatientPriceDetail contains pricing details for an outpatient claim"""
|
|
@@ -114,6 +117,9 @@ class OutpatientPriceDetail(BaseModel):
|
|
|
114
117
|
terminated_device_procedure_offset_amount: float
|
|
115
118
|
"""Credit for devices that are not used due to a terminated procedure"""
|
|
116
119
|
|
|
120
|
+
wage_index: Optional[float] = None
|
|
121
|
+
"""Wage index used for geographic adjustment"""
|
|
122
|
+
|
|
117
123
|
|
|
118
124
|
class ProviderDetail(BaseModel):
|
|
119
125
|
"""
|
|
@@ -3,8 +3,8 @@ mphapi/claim.py,sha256=UWlj3VaNWXIxoBpQWbdzEFbTvpxBCiDbQXFnZGC3OD0,11527
|
|
|
3
3
|
mphapi/client.py,sha256=AHEClAKS3j0wMdrjFhAmQqCJ_4Axc01DiOxZiOMzWhs,6297
|
|
4
4
|
mphapi/date.py,sha256=Vdv3xqZh610xFl1HK1e_YGK9tkdFs0giUTvCT5bbbRU,1504
|
|
5
5
|
mphapi/fields.py,sha256=nRFqDwFONLiYcYXb4I54vuvNAUlCTErtp7S3BB16aNo,604
|
|
6
|
-
mphapi/pricing.py,sha256
|
|
6
|
+
mphapi/pricing.py,sha256=-SGkeGllGK0QocOegfNZwgpCi9NTw3NVUZM9AnS-w5M,10343
|
|
7
7
|
mphapi/response.py,sha256=opgHtRH7hIgz9tMSVV7966OJDAIB9O4BvOUW_KcJzqI,2958
|
|
8
|
-
mphapi-0.4.
|
|
9
|
-
mphapi-0.4.
|
|
10
|
-
mphapi-0.4.
|
|
8
|
+
mphapi-0.4.2.dist-info/METADATA,sha256=ObCwhQtMrIZ_eBwSnTedznQuJecvu87LaUznyjwJkug,382
|
|
9
|
+
mphapi-0.4.2.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
10
|
+
mphapi-0.4.2.dist-info/RECORD,,
|
|
File without changes
|