mphapi 0.4.0__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/claim.py CHANGED
@@ -122,7 +122,7 @@ class Diagnosis(BaseModel):
122
122
  code: str
123
123
  """ICD-10 diagnosis code (from HIxx_02)"""
124
124
 
125
- description: Optional[str] = None
125
+ present_on_admission: Optional[str] = None
126
126
  """Flag indicates whether diagnosis was present at the time of admission (from HIxx_09)"""
127
127
 
128
128
 
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
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mphapi
3
- Version: 0.4.0
3
+ Version: 0.4.2
4
4
  Summary: A Python interface to the MyPriceHealth API
5
5
  Author: David Archibald
6
6
  Author-email: davidarchibald@myprice.health
@@ -1,10 +1,10 @@
1
1
  mphapi/__init__.py,sha256=pY3H-ikyEKrkHm8f3L7-5_IaDf8G9vYMUVsWJRV8e04,210
2
- mphapi/claim.py,sha256=L9g2PHPd9nLY0WH8_WL4zlHkPztjBR217tMvcFyxg9s,11518
2
+ 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=gYkVsyXn--69CjHoyHYVYPXYXXejoSmbDjqmWdknodY,10159
6
+ mphapi/pricing.py,sha256=-SGkeGllGK0QocOegfNZwgpCi9NTw3NVUZM9AnS-w5M,10343
7
7
  mphapi/response.py,sha256=opgHtRH7hIgz9tMSVV7966OJDAIB9O4BvOUW_KcJzqI,2958
8
- mphapi-0.4.0.dist-info/METADATA,sha256=etBXZHvEp_ia9poyQ2OZEBrv9EgutD57egAXQMr5f_o,382
9
- mphapi-0.4.0.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
10
- mphapi-0.4.0.dist-info/RECORD,,
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