mphapi 1.12.2__py3-none-any.whl → 1.12.4__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/client.py
CHANGED
|
@@ -37,7 +37,7 @@ class PriceConfig(BaseModel):
|
|
|
37
37
|
] = False
|
|
38
38
|
"""set to true to always use the DRG from the inpatient grouper"""
|
|
39
39
|
|
|
40
|
-
use_best_drg_price: Annotated[StrictBool, field_name("useBestDRGPrice")]
|
|
40
|
+
use_best_drg_price: Annotated[Optional[StrictBool], field_name("useBestDRGPrice")] = False
|
|
41
41
|
"""set to true to use the best DRG price between the price on the claim and the price from the grouper"""
|
|
42
42
|
|
|
43
43
|
override_threshold: Optional[float] = 0
|
mphapi/pricing.py
CHANGED
|
@@ -56,7 +56,9 @@ class RuralIndicator(str, Enum):
|
|
|
56
56
|
class MedicareSource(str, Enum):
|
|
57
57
|
Ambulance = "AmbulanceFS"
|
|
58
58
|
Anesthesia = "AnesthesiaFS"
|
|
59
|
+
ASC = "ASC pricer"
|
|
59
60
|
CriticalAccessHospital = "CAH pricer"
|
|
61
|
+
DMEFS = "DMEFS"
|
|
60
62
|
Drugs = "DrugsFS"
|
|
61
63
|
EditError = "Claim editor"
|
|
62
64
|
EstimateByCodeOnly = "CodeOnly"
|
|
@@ -73,7 +75,6 @@ class MedicareSource(str, Enum):
|
|
|
73
75
|
ManualPricing = "Manual Pricing"
|
|
74
76
|
SNF = "SNF PPS"
|
|
75
77
|
Synthetic = "Synthetic Medicare"
|
|
76
|
-
DMEFS = "DMEFS"
|
|
77
78
|
|
|
78
79
|
|
|
79
80
|
class InpatientPriceDetail(BaseModel):
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
mphapi/__init__.py,sha256=9bVpEkj_QBEWrA96VPYfpVh2LHxgyLUBKaXwksR-WJM,299
|
|
2
2
|
mphapi/claim.py,sha256=B_ce08pSxCmNrHa53MEgdesCVVmbq5Ejo9yjHieacnU,12826
|
|
3
|
-
mphapi/client.py,sha256=
|
|
3
|
+
mphapi/client.py,sha256=qTCFDF1ZpmWD874HHO9VU3vq5S64bEpMZyzE9bvq_T8,12551
|
|
4
4
|
mphapi/client_test.py,sha256=4Vd9sSyxIJC_1vSQLUYlAfwSjqYw1aFz5Rd17hgtwZo,3958
|
|
5
5
|
mphapi/credentials.py,sha256=_7kYB38w6JNgCVzM4goISo-RBt8WhmFMuC4C53kd0gc,9056
|
|
6
6
|
mphapi/date.py,sha256=WxFSGwelcqiinRq7GAHD1wIXaudlHXifYFEtkXhiwDA,3672
|
|
7
7
|
mphapi/env.py,sha256=s6Iaoqr2WLgfhw7hpgOqB7zz_-s1b72aq9Jk1iwn50Y,544
|
|
8
8
|
mphapi/fields.py,sha256=nRFqDwFONLiYcYXb4I54vuvNAUlCTErtp7S3BB16aNo,604
|
|
9
|
-
mphapi/pricing.py,sha256=
|
|
9
|
+
mphapi/pricing.py,sha256=7-B9CtRvrz8e849Ujf5Atev-dLFwDZUPFKwma-hf0Mo,20200
|
|
10
10
|
mphapi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
mphapi/response.py,sha256=opgHtRH7hIgz9tMSVV7966OJDAIB9O4BvOUW_KcJzqI,2958
|
|
12
12
|
mphapi/snapshots/client_test/test_client/hcfa.json,sha256=DSApl99v50JfXpXvS7P8r2PjKXQSbm8rEBL94Thc73o,2555
|
|
@@ -15,6 +15,6 @@ mphapi/snapshots/client_test/test_client/outpatient.json,sha256=XLltGKXmpRUqNsRn
|
|
|
15
15
|
mphapi/testdata/hcfa.json,sha256=9pGL2-EldqWxFPmT1ml9SQsHSkBIpzB0Dp8zf7l-mQA,657
|
|
16
16
|
mphapi/testdata/inpatient.json,sha256=bimWeevXQ8F02gC8rQAwf3CMQRM1-gA3CiksL1KrhaM,3535
|
|
17
17
|
mphapi/testdata/outpatient.json,sha256=VJvjuWZfQtWbDhj8yKseppL8PyVuIXMHfPl8mVCOhhI,7170
|
|
18
|
-
mphapi-1.12.
|
|
19
|
-
mphapi-1.12.
|
|
20
|
-
mphapi-1.12.
|
|
18
|
+
mphapi-1.12.4.dist-info/METADATA,sha256=G7hy9523oupHvt3kVYoa9aNSVDa4FguyZv7qlRrYg4M,429
|
|
19
|
+
mphapi-1.12.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
20
|
+
mphapi-1.12.4.dist-info/RECORD,,
|
|
File without changes
|