hccinfhir 0.1.9__py3-none-any.whl → 0.2.1__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.
- hccinfhir/__init__.py +2 -0
- hccinfhir/constants.py +240 -0
- hccinfhir/datamodels.py +39 -8
- hccinfhir/defaults.py +31 -0
- hccinfhir/extractor_834.py +52 -71
- hccinfhir/extractor_837.py +2 -2
- hccinfhir/hccinfhir.py +27 -10
- hccinfhir/model_calculate.py +27 -23
- hccinfhir/model_coefficients.py +4 -31
- hccinfhir/model_demographics.py +26 -29
- hccinfhir/model_dx_to_cc.py +6 -11
- hccinfhir/model_hierarchies.py +6 -35
- hccinfhir/model_interactions.py +7 -7
- hccinfhir/samples.py +50 -5
- hccinfhir/utils.py +217 -44
- hccinfhir-0.2.1.dist-info/METADATA +946 -0
- {hccinfhir-0.1.9.dist-info → hccinfhir-0.2.1.dist-info}/RECORD +19 -17
- hccinfhir-0.1.9.dist-info/METADATA +0 -782
- {hccinfhir-0.1.9.dist-info → hccinfhir-0.2.1.dist-info}/WHEEL +0 -0
- {hccinfhir-0.1.9.dist-info → hccinfhir-0.2.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
hccinfhir/__init__.py,sha256=
|
|
2
|
-
hccinfhir/
|
|
1
|
+
hccinfhir/__init__.py,sha256=CKpYTUSzZdP3s1eB74w5JTe9OS3MtcvuUkv6ymgSyic,1085
|
|
2
|
+
hccinfhir/constants.py,sha256=C4Vyjtzgyd4Jm2I2X6cTYQZLe-jAMC8boUcy-7OXQDQ,8473
|
|
3
|
+
hccinfhir/datamodels.py,sha256=NULDYb57R61v4EklOI_AAIuC1-OkLFH1InbAad48dZM,10601
|
|
4
|
+
hccinfhir/defaults.py,sha256=tMNym0R6Nr6ibKTqOu6N1vLcdekL0ZmHyDNIOCOMsP4,1292
|
|
3
5
|
hccinfhir/extractor.py,sha256=xL9c2VT-e2I7_c8N8j4Og42UEgVuCzyn9WFp3ntM5Ro,1822
|
|
4
|
-
hccinfhir/extractor_834.py,sha256=
|
|
5
|
-
hccinfhir/extractor_837.py,sha256=
|
|
6
|
+
hccinfhir/extractor_834.py,sha256=dIqovUOWm_7k_c6sUqTIzQua_kTQ8dLGy3-4-LECW3Y,18855
|
|
7
|
+
hccinfhir/extractor_837.py,sha256=fGsvBTWIj9dsHLGGR67AdlYDSsFi5qnSVlTgwkL1f-E,15334
|
|
6
8
|
hccinfhir/extractor_fhir.py,sha256=wUN3vTm1oTZ-KvfcDebnpQMxAC-7YlRKv12Wrv3p85A,8490
|
|
7
9
|
hccinfhir/filter.py,sha256=j_yD2g6RBXVUV9trKkWzsQ35x3fRvfKUPvEXKUefI64,2007
|
|
8
|
-
hccinfhir/hccinfhir.py,sha256=
|
|
9
|
-
hccinfhir/model_calculate.py,sha256=
|
|
10
|
-
hccinfhir/model_coefficients.py,sha256=
|
|
11
|
-
hccinfhir/model_demographics.py,sha256=
|
|
12
|
-
hccinfhir/model_dx_to_cc.py,sha256=
|
|
13
|
-
hccinfhir/model_hierarchies.py,sha256=
|
|
14
|
-
hccinfhir/model_interactions.py,sha256=
|
|
15
|
-
hccinfhir/samples.py,sha256=
|
|
16
|
-
hccinfhir/utils.py,sha256=
|
|
10
|
+
hccinfhir/hccinfhir.py,sha256=rCnExvxZGKi1vLD4cHQ0nzPAGV6e-8C15MtJ2p7zAAk,11160
|
|
11
|
+
hccinfhir/model_calculate.py,sha256=KSeZjKYBCfBYYIWOIckDg941OC8050MX2F7BZ2l3V8g,7663
|
|
12
|
+
hccinfhir/model_coefficients.py,sha256=5n3QzHX6FJ3MlO0cV9NS7Bqt-lxzVvT_M3zFaWq6Gng,4685
|
|
13
|
+
hccinfhir/model_demographics.py,sha256=nImKtJCq1HkR9w2GU8aikybJFgow71CPufBRV8Jn7fM,8932
|
|
14
|
+
hccinfhir/model_dx_to_cc.py,sha256=Yjc6xKI-jMXsbOzS_chc4NI15Bwagb7BwZZ8cKQaTbk,1540
|
|
15
|
+
hccinfhir/model_hierarchies.py,sha256=cboUnSHZZfOxA8QZKV4QIE-32duElssML32OqYT-65g,1542
|
|
16
|
+
hccinfhir/model_interactions.py,sha256=g6jK27Xu8RQUHS3lk4sk2v6w6wqd52mdbGn0BsnR7Pk,21394
|
|
17
|
+
hccinfhir/samples.py,sha256=2VSWS81cv9EnaHqK7sd6CjwG6FUI9E--5wHgD000REI,9952
|
|
18
|
+
hccinfhir/utils.py,sha256=9ki4o1wXyAYYr8BR9Skkz0PKL_1H_HYNV4LalEsASE0,8260
|
|
17
19
|
hccinfhir/data/__init__.py,sha256=SGiSkpGrnxbvtEFMMlk82NFHOE50hFXcgKwKUSuVZUg,45
|
|
18
20
|
hccinfhir/data/hcc_is_chronic.csv,sha256=Bwd-RND6SdEsKP-assoBaXnjUJAuDXhSkwWlymux72Y,19701
|
|
19
21
|
hccinfhir/data/hcc_is_chronic_without_esrd_model.csv,sha256=eVVI4_8mQNkiBiNO3kattfT_zfcV18XgmiltdzZEXSo,17720
|
|
@@ -46,7 +48,7 @@ hccinfhir/sample_files/sample_eob_1.json,sha256=_NGSVR2ysFpx-DcTvyga6dFCzhQ8Vi9f
|
|
|
46
48
|
hccinfhir/sample_files/sample_eob_2.json,sha256=FcnJcx0ApOczxjJ_uxVLzCep9THfNf4xs9Yf7hxk8e4,1769
|
|
47
49
|
hccinfhir/sample_files/sample_eob_200.ndjson,sha256=CxpjeQ1DCMUzZILaM68UEhfxO0p45YGhDDoCZeq8PxU,1917986
|
|
48
50
|
hccinfhir/sample_files/sample_eob_3.json,sha256=4BW4wOMBEEU9RDfJR15rBEvk0KNHyuMEh3e055y87Hc,2306
|
|
49
|
-
hccinfhir-0.1.
|
|
50
|
-
hccinfhir-0.1.
|
|
51
|
-
hccinfhir-0.1.
|
|
52
|
-
hccinfhir-0.1.
|
|
51
|
+
hccinfhir-0.2.1.dist-info/METADATA,sha256=FrzAPidGEXS8l-1vO_QRlemPZegXavDpn--TkmwQBxY,31674
|
|
52
|
+
hccinfhir-0.2.1.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
53
|
+
hccinfhir-0.2.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
54
|
+
hccinfhir-0.2.1.dist-info/RECORD,,
|