| wound_closure_classification | R Documentation |
Classifies the type of wound closure based on clinical management. This system categorizes wound healing into Primary Intention (immediate closure), Secondary Intention (healing by granulation), and Tertiary Intention (delayed primary closure).
wound_closure_classification(wound_status)
wound_status |
String. The clinical method of wound management. Options: "primary" (Immediate approximation of edges), "secondary" (Left open to heal by granulation), "tertiary" (Delayed closure after observation). |
A list containing:
Classification_Type |
The formal classification name. |
Description |
A detailed explanation of the healing process for that classification. |
Examples |
Common clinical scenarios for the selected closure type. |
Boardman JD, et al. Wound Closure. StatPearls [Internet]. Treasure Island (FL): StatPearls Publishing; 2023.
# Example 1: Surgical Incision
# Primary closure
wound_closure_classification("primary")
# Example 2: Infected Dog Bite
# Delayed closure
wound_closure_classification("tertiary")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.