📄 body-parts.json 976 bytes Sunday 00:26 📋 Raw

{
"categories": [
{
"id": "head",
"label": "Head",
"icon": "🧠",
"parts": ["Concussion", "Facial injury", "Eye", "Jaw"]
},
{
"id": "upper",
"label": "Upper Body",
"icon": "💊",
"parts": ["Shoulder", "Collarbone", "Upper arm", "Elbow", "Forearm", "Wrist", "Hand/Finger"]
},
{
"id": "torso",
"label": "Torso",
"icon": "ðŸĶī",
"parts": ["Rib", "Back", "Hip", "Groin", "Abdomen"]
},
{
"id": "lower",
"label": "Lower Body",
"icon": "ðŸĶĩ",
"parts": ["Quadricep", "Hamstring", "Knee", "Shin", "Calf", "Ankle", "Foot"]
}
],
"severity_options": [
{"id": "mild", "label": "Mild", "description": "Continue activity", "color": "#10b981"},
{"id": "moderate", "label": "Moderate", "description": "Remove from play", "color": "#f59e0b"},
{"id": "severe", "label": "Severe", "description": "Immediate eval needed", "color": "#ef4444"}
]
}