mphapi 0.4.0__tar.gz → 0.4.1__tar.gz
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-0.4.0 → mphapi-0.4.1}/PKG-INFO +1 -1
- {mphapi-0.4.0 → mphapi-0.4.1}/mphapi/claim.py +1 -1
- {mphapi-0.4.0 → mphapi-0.4.1}/pyproject.toml +1 -1
- {mphapi-0.4.0 → mphapi-0.4.1}/mphapi/__init__.py +0 -0
- {mphapi-0.4.0 → mphapi-0.4.1}/mphapi/client.py +0 -0
- {mphapi-0.4.0 → mphapi-0.4.1}/mphapi/date.py +0 -0
- {mphapi-0.4.0 → mphapi-0.4.1}/mphapi/fields.py +0 -0
- {mphapi-0.4.0 → mphapi-0.4.1}/mphapi/pricing.py +0 -0
- {mphapi-0.4.0 → mphapi-0.4.1}/mphapi/response.py +0 -0
|
@@ -122,7 +122,7 @@ class Diagnosis(BaseModel):
|
|
|
122
122
|
code: str
|
|
123
123
|
"""ICD-10 diagnosis code (from HIxx_02)"""
|
|
124
124
|
|
|
125
|
-
|
|
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
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|