Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IHS4 (International Hidradenitis Suppurativa Severity Score System): #5

Closed
DBartlettHP opened this issue May 15, 2024 · 4 comments
Closed

Comments

@DBartlettHP
Copy link
Collaborator

DBartlettHP commented May 15, 2024

  • A numerical scoring system that assesses HS severity based on lesion counts
  • The score is calculated by summing the following components:
    1. Number of nodules (multiplied by 1)
    2. Number of abscesses (multiplied by 2)
    3. Number of draining tunnels (multiplied by 4)
  • Scores can range from 0-3 (mild), 4-10 (moderate), 11 and on (severe) with higher scores indicating more severe disease

Output will be a numerical value.

@billdenney
Copy link
Member

It's not clear why this scale is bounded to a maximum of 39. For example, what if someone has 10 draining tunnels? Can you please describe why it is bounded at the top?

@DBartlettHP
Copy link
Collaborator Author

This may have been a misinformation on my side from looking at specific data with a highest value at 39. Perhaps it would be best to state any value higher than 11 would refer to the most severe.

@billdenney
Copy link
Member

That makes sense. And, having a method to cast to descriptions like "mild", "moderate", and "severe" will be helpful.

For all the created, user-facing functions, please include an @references section in the documentation to clarify where the logic of the function came from.

@billdenney
Copy link
Member

Completed in #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants