LTHTR-DST / hdruk_avoidable_admissions

HDRUK Data Science Collaboration on Avoidable Admissions in the NHS.
https://lthtr-dst.github.io/hdruk_avoidable_admissions/
MIT License
6 stars 5 forks source link

Feature mapping - edarrivalmode #48

Closed quindavies closed 1 year ago

quindavies commented 1 year ago

Mapping for edarrivalmode features is missing some codes (Link to current code)

Corrected it locally as below:

edarrivalmode_r = {
    "Walk-In": [1048061000000105, 1048071000000103],
    "Ambulance": [1048031000000100, 1048041000000109, 1048021000000102, 1048051000000107],
    "Other": [1048081000000101, 1047991000000102, 1048001000000106, 0]
}