2020-04-23 07:25:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Untitled Surgery Novel< / title >
2023-05-11 05:35:08 +00:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" / >
2020-04-23 07:25:06 +00:00
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | Untitled Surgery Novel< / h1 >
< / header >
< article class = "content" >
< p > < span class = "tag" > writing< / span > < span class = "tag" > fiction< / span > < span class = "tag" > novel< / span > < span class = "tag" > gender< / span > < / p >
< p > I had my own surgery in 2018, and my therapist suggested I write about my experience anonymously so that she could share it with one of her other clients who was looking at going through a similar process. That she did so a year before I started writing this is neither here nor there.< / p >
2020-06-24 07:15:07 +00:00
< p > Either way, While Justice’ s story closely follows my own in a lot of respects, it isn’ t 100% the same. It’ s the type of thing I’ d like to be readable without losing any of the informative aspects. A lot of the process of going through surgery is incredibly recondite and awkward, and there’ s no escaping that. The goal of this project is, first and foremost, to tell a story, but a close second is to provide an example of what one can expect in going through this process. To that end, I hope it helps.< / p >
2020-04-23 07:25:06 +00:00
< blockquote >
< p > To my mom, who changed my birthday to my surgery date.< / p >
< / blockquote >
< h2 id = "outline" > Outline< / h2 >
< p > Justice - trans woman getting GRS
Matthew - husband< / p >
< ul >
< li > Start with letters fiasco< / li >
< li > flashback to:< ul >
< li > Decisions< ul >
< li > Deciding on surgery< / li >
< li > Deciding on a surgeon< / li >
< / ul >
< / li >
< li > First round prep< ul >
< li > Getting letters (part 1)< / li >
< li > Getting the consult< / li >
< li > The consult< / li >
< / ul >
< / li >
< li > The problem of hair< ul >
< li > Laser< / li >
< li > Electrolysis< / li >
< / ul >
< / li >
< / ul >
< / li >
< li > Leading up to surgery< ul >
< li > Getting letters (part 2)< / li >
< li > The pre-op appointments< ul >
< li > General medical< / li >
< li > Surgeon< / li >
< li > PT< / li >
< / ul >
< / li >
< li > Trans woman murdered in town a week before< / li >
< li > Bowel prep< / li >
< li > Driving and the night before< / li >
< / ul >
< / li >
< li > Surgery< ul >
< li > The morning of< / li >
< li > Waking up and the first night< / li >
< / ul >
< / li >
< li > The hospital stay< ul >
< li > The bed< / li >
< li > Bed rest< / li >
< li > Bowel movements< / li >
< li > Breathing and fever - incentive spirometer< / li >
< li > The dressing< ul >
< li > The first sight< / li >
< li > Nerves mapping< / li >
< / ul >
< / li >
< li > Anxiety and pain< / li >
< li > Medications< ul >
< li > timing< / li >
< li > Oxy/tylenol< / li >
< li > Cephelaxin and the smell< / li >
< / ul >
< / li >
< li > The packing< ul >
< li > The drains< / li >
< li > The catheter< / li >
< li > The packing itself< / li >
< / ul >
< / li >
< li > Peeing and showering< / li >
< / ul >
< / li >
< li > The post-op stay< ul >
< li > The drive to the Airbnb< / li >
< li > Getting partner< / li >
< li > Drainage< / li >
< li > Showering and company< / li >
< li > Bacitracin< / li >
< li > Getting off oxy< / li >
< li > Getting comfortable< / li >
< li > Walking with cane< / li >
< / ul >
< / li >
< li > Post-op visit< ul >
< li > Leaving Airbnb< / li >
2020-06-24 07:15:07 +00:00
< li > Powell’ s< / li >
2020-04-23 07:25:06 +00:00
< li > Getting there early< / li >
< li > Kat Campos and getting dilators< / li >
< / ul >
< / li >
< li > Home< ul >
< li > The drive home< / li >
< li > Seeing dogs< / li >
< li > Dilating< / li >
< li > Shopping< / li >
< / ul >
< / li >
< li > Healing< ul >
< li > Dilating and increasing size< / li >
< li > PT< ul >
< li > Lifting< / li >
< li > Walking< / li >
< li > Breathing< / li >
< li > Tensing/muscle control/kegels< / li >
< li > Healing well< / li >
< / ul >
< / li >
< / ul >
< / li >
< li > End with the concert?< / li >
< / ul >
< / article >
< footer >
2023-05-11 05:20:07 +00:00
< p > Page generated on 2023-05-10< / p >
2020-04-23 07:25:06 +00:00
< / footer >
< / main >
2020-06-24 07:15:07 +00:00
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
2020-04-23 07:25:06 +00:00
< / body >
< / html >