{
    "data": [{
        "case": "Sleep Study",
        "steps": {
            "1": "Upload Referral",
            "2": "Contact client",
            "3": "Obtain AUTH",
            "4": "Send Invoice",
            "5": "Contact Client to confirm appointment & AUTH",
            "6": "Confirm study took place & upload patient documents",
            "7": "Send documents to Doctor",
            "8": "Upload Sleep Study Report",
            "9": "Close Case",
            "10": "Complete"
        },
        "uploads": {
            "referral": "",
            "invoice": "",
            "p_docs": "",
            "ss_report": ""
        },
        "comments": {}
    }]
}