| nyha_functional_classification | R Documentation |
Retrieves the clinical description for the NYHA Functional Classification. This system provides a simple way of classifying the extent of heart failure based on the severity of symptoms and physical activity limitation.
nyha_functional_classification(class_grade)
class_grade |
Numeric (1-4). The assessed NYHA Class. 1: No limitation of physical activity. 2: Slight limitation of physical activity. 3: Marked limitation of physical activity. 4: Unable to carry on any physical activity without discomfort; symptoms at rest. |
A list containing:
NYHA_Class |
The formatted class string (e.g., "Class I"). |
Description |
The clinical definition associated with the class. |
The Criteria Committee of the New York Heart Association. Nomenclature and Criteria for Diagnosis of Diseases of the Heart and Great Vessels. 9th ed. Boston, Mass: Little, Brown & Co; 1994:253-256.
# Example 1: Class II (Slight limitation)
nyha_functional_classification(2)
# Example 2: Class IV (Symptoms at rest)
nyha_functional_classification(4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.