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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mphapi
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: A Python interface to the MyPriceHealth API
5
5
  Author: David Archibald
6
6
  Author-email: davidarchibald@myprice.health
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "mphapi"
3
- version = "0.4.0"
3
+ version = "0.4.1"
4
4
  description = "A Python interface to the MyPriceHealth API"
5
5
  authors = ["David Archibald <davidarchibald@myprice.health>"]
6
6
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes