{"id":95199,"date":"2025-11-28T07:59:10","date_gmt":"2025-11-28T07:59:10","guid":{"rendered":"https:\/\/studyingnurse.com\/docs\/?page_id=95199"},"modified":"2025-11-28T10:38:38","modified_gmt":"2025-11-28T10:38:38","slug":"nursing-care-plan-maker","status":"publish","type":"page","link":"https:\/\/studyingnurse.com\/docs\/nursing-care-plan-maker\/","title":{"rendered":"Free NANDA Nursing Care Plan Maker"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">NANDA Nursing Care Plan Maker<\/h1>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<title>Free Nursing Care Plan Creator \u2013 StudyingNurse.com<\/title>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;900&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root { --blue:#0066cc; --dark:#0a1f3d; --green:#16a34a; --lightblue:#f0f9ff; }\n  body { margin:0; background:#f8fbff; font-family:'Be Vietnam Pro',sans-serif; color:#333; }\n  .container { max-width:1100px; margin:40px auto; padding:0 20px; }\n  .tool { background:#fff; border-radius:20px; padding:40px; box-shadow:0 20px 60px rgba(0,0,0,0.1); }\n  h1 { text-align:center; color:var(--dark); font-size:2.4rem; margin:0 0 12px; }\n  .subtitle { text-align:center; color:#555; margin-bottom:40px; font-size:1.3rem; }\n  .form-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-bottom:30px; }\n  .full { grid-column:1\/-1; }\n  label { font-weight:700; margin-bottom:8px; display:block; color:#1e293b; }\n  input, textarea, select { width:100%; padding:14px; border:2px solid #cbd5e1; border-radius:12px; font-family:inherit; font-size:1rem; }\n  input:focus, textarea:focus, select:focus { outline:none; border-color:var(--blue); }\n  .suggestions { margin-top:8px; font-size:0.9rem; }\n  .suggestions span { background:#f0f9ff; padding:4px 8px; margin-right:6px; border-radius:6px; display:inline-block; margin-bottom:4px; cursor:pointer; }\n  .gate { background:var(--lightblue); border:3px dashed var(--blue); border-radius:20px; padding:35px; text-align:center; margin-top:50px; }\n  .btn { background:var(--blue); color:#fff; border:none; padding:18px 50px; border-radius:50px; font-size:1.4rem; font-weight:900; cursor:pointer; margin-top:20px; }\n  .btn:hover { background:#0052a3; }\n  #status { margin-top:15px; font-weight:700; min-height:30px; }\n  #previewBox { margin-top:40px; background:#f8fbff; padding:25px; border-radius:16px; border:2px solid var(--blue); display:none; }\n  #previewBox h3 { margin-top:0; color:var(--dark); }\n  #printTemplate { display:none; background:#fff; padding:40px; }\n  @media print { body * { visibility:hidden; } #printTemplate, #printTemplate * { visibility:visible; } #printTemplate { position:absolute; left:0; top:0; width:100%; } }\n  .pdf-title { font-size:32px; font-weight:900; color:var(--blue); text-align:center; margin-bottom:20px; }\n  .pdf-table { width:100%; border-collapse:collapse; font-size:14px; margin-top:20px; }\n  .pdf-table th { background:#e0f2fe; padding:14px; border:2px solid #000; font-weight:900; }\n  .pdf-table td { padding:14px; border:2px solid #000; vertical-align:top; white-space:pre-wrap; }\n  .watermark { text-align:center; margin-top:60px; color:#888; font-size:12px; font-style:italic; }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n  <div class=\"tool\">\n    <h1>Free Nursing Care Plan Creator<\/h1>\n    <p class=\"subtitle\">Instant PDF \u2022 AI-powered suggestions \u2022 By StudyingNurse.com<\/p>\n\n    <form id=\"cpForm\">\n      <div class=\"form-grid\">\n        <div><label>Patient Initials \/ Age \/ Gender<\/label><input type=\"text\" id=\"ptInfo\" placeholder=\"e.g., M.R., 68, Male\"><\/div>\n        <div><label>Medical Diagnosis<\/label><input type=\"text\" id=\"medDx\" placeholder=\"e.g., COPD Exacerbation\"><\/div>\n\n        <div class=\"full\">\n          <label>Nursing Diagnosis (NANDA-I)<\/label>\n          <select id=\"nandaSelect\" onchange=\"fillNanda()\">\n            <option value=\"\">Choose or type your own&#8230;<\/option>\n            <option>Ineffective Airway Clearance<\/option>\n            <option>Impaired Gas Exchange<\/option>\n            <option>Activity Intolerance<\/option>\n            <option>Acute Pain<\/option>\n            <option>Risk for Infection<\/option>\n            <option>Imbalanced Nutrition: Less Than Body Requirements<\/option>\n            <option>Anxiety<\/option>\n            <option>Deficient Knowledge<\/option>\n          <\/select>\n          <textarea id=\"nanda\" placeholder=\"Type or select above...\"><\/textarea>\n          <div class=\"suggestions\">\n            <span onclick=\"suggest('assessment')\">Assessment<\/span>\n            <span onclick=\"suggest('outcomes')\">Outcomes<\/span>\n            <span onclick=\"suggest('interventions')\">Interventions<\/span>\n            <span onclick=\"suggest('rationale')\">Rationale<\/span>\n            <span onclick=\"suggest('evaluation')\">Evaluation<\/span>\n          <\/div>\n        <\/div>\n\n        <div><label>Assessment Data<\/label><textarea id=\"assessment\"><\/textarea><\/div>\n        <div><label>Expected Outcomes<\/label><textarea id=\"outcomes\"><\/textarea><\/div>\n        <div><label>Interventions<\/label><textarea id=\"interventions\"><\/textarea><\/div>\n        <div><label>Rationale<\/label><textarea id=\"rationale\"><\/textarea><\/div>\n        <div class=\"full\"><label>Evaluation<\/label><textarea id=\"evaluation\"><\/textarea><\/div>\n      <\/div>\n\n      <div class=\"gate\">\n        <h3>Ready? Get Your Perfect Care Plan PDF<\/h3>\n        <p>Enter email \u2192 Click \u2192 Save as PDF instantly<\/p>\n        <input type=\"email\" id=\"userEmail\" placeholder=\"your@email.com\" required style=\"padding:16px 20px; border-radius:50px; width:320px; margin:10px;\">\n        <br>\n        <button type=\"button\" class=\"btn\" onclick=\"generateAndSend()\">Generate PDF &#038; Send to Email<\/button>\n        <div id=\"status\"><\/div>\n      <\/div>\n    <\/form>\n\n    <div id=\"previewBox\">\n      <h3>Preview (This is what your PDF will look like)<\/h3>\n      <div id=\"previewContent\"><\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div id=\"printTemplate\">\n  <div class=\"pdf-title\">NURSING CARE PLAN<\/div>\n  <div style=\"text-align:center; margin-bottom:30px; color:#555;\">\n    Patient: <strong id=\"pPtInfo\"><\/strong> | Diagnosis: <strong id=\"pMedDx\"><\/strong> | Date: <strong id=\"pDate\"><\/strong>\n  <\/div>\n  <table class=\"pdf-table\">\n    <tr><th>Assessment<\/th><th>Nursing Diagnosis<\/th><th>Outcomes<\/th><th>Interventions \/ Rationale<\/th><\/tr>\n    <tr>\n      <td id=\"pAssessment\"><\/td>\n      <td id=\"pNanda\"><\/td>\n      <td id=\"pOutcomes\"><\/td>\n      <td><strong>Interventions:<\/strong><br><span id=\"pInterventions\"><\/span><br><br><strong>Rationale:<\/strong><br><span id=\"pRationale\"><\/span><\/td>\n    <\/tr>\n    <tr><td colspan=\"4\"><strong>Evaluation:<\/strong> <span id=\"pEvaluation\"><\/span><\/td><\/tr>\n  <\/table>\n  <div class=\"watermark\">Generated by StudyingNurse.com \u2022 Professional help available 24\/7<\/div>\n<\/div>\n\n<script>\nconst FORMSPREE_URL = \"https:\/\/formspree.io\/f\/xkglqbgg\"; \/\/ CHANGE THIS\n\n\/\/ COMPLETE AI SUGGESTIONS \u2014 EVERY DIAGNOSIS, EVERY SECTION\nconst suggestions = {\n  \"Ineffective Airway Clearance\": {\n    assessment: \"- Thick tenacious secretions\\n- Diminished breath sounds\\n- Ineffective cough\\n- Dyspnea, wheezing\",\n    outcomes: \"- Patient will maintain patent airway\\n- Clear breath sounds bilaterally\\n- Effective cough\\n- O2 saturation \u2265 95%\",\n    interventions: \"1. Elevate HOB 30\u201345\u00b0\\n2. Encourage deep breathing & coughing q2h\\n3. Administer humidified oxygen\\n4. Suction airway PRN\\n5. Teach effective coughing techniques\",\n    rationale: \"1. Promotes lung expansion\\n2. Mobilizes secretions\\n3. Prevents mucosal drying\\n4. Removes obstructions\\n5. Improves clearance ability\",\n    evaluation: \"Goal met: Patient demonstrates effective cough, clear lung sounds, O2 sat 97%\"\n  },\n  \"Impaired Gas Exchange\": {\n    assessment: \"- O2 saturation 88% on RA\\n- Tachypnea (RR 28)\\n- Use of accessory muscles\\n- Confusion, restlessness\",\n    outcomes: \"- O2 saturation \u2265 92%\\n- Respiratory rate 12\u201320\\n- No cyanosis\\n- ABGs within normal limits\",\n    interventions: \"1. Administer supplemental oxygen\\n2. Position in semi-Fowler's\\n3. Monitor ABGs and vital signs\\n4. Encourage pursed-lip breathing\\n5. Avoid overexertion\",\n    rationale: \"1. Corrects hypoxemia\\n2. Reduces work of breathing\\n3. Evaluates effectiveness\\n4. Prolongs expiratory phase\\n5. Prevents fatigue\",\n    evaluation: \"Goal met: O2 sat 96% on 2L NC, RR 18, alert and oriented\"\n  },\n  \"Activity Intolerance\": {\n    assessment: \"- Reports weakness\/fatigue\\n- Dyspnea on exertion\\n- HR increases >20 bpm with activity\\n- Unable to complete ADLs\",\n    outcomes: \"- Tolerates increased activity\\n- HR remains <110 with activity\\n- Verbalizes improved energy\\n- Completes ADLs with minimal assistance\",\n    interventions: \"1. Plan rest periods between activities\\n2. Teach energy conservation techniques\\n3. Gradual ambulation program\\n4. Monitor vital signs before\/during activity\\n5. Provide assistive devices PRN\",\n    rationale: \"1. Prevents overexertion\\n2. Maximizes available energy\\n3. Builds endurance safely\\n4. Ensures safety\\n5. Reduces energy expenditure\",\n    evaluation: \"Goal met: Walks 150 ft without dyspnea, HR 96\"\n  },\n  \"Acute Pain\": {\n    assessment: \"- Verbalizes pain 8\/10\\n- Grimacing, guarding\\n- Elevated BP 160\/98, HR 110\\n- Restlessness, inability to focus\",\n    outcomes: \"- Pain level \u2264 3\/10 within 1 hour\\n- Uses pain relief measures\\n- Appears relaxed and resting\\n- Verbalizes adequate pain control\",\n    interventions: \"1. Assess pain using 0\u201310 scale q4h\\n2. Administer analgesics as ordered\\n3. Apply heat\/cold therapy\\n4. Teach relaxation techniques\\n5. Provide quiet environment\",\n    rationale: \"1. Guides treatment plan\\n2. Blocks pain transmission\\n3. Reduces inflammation\/muscle tension\\n4. Promotes endorphin release\\n5. Minimizes stimuli\",\n    evaluation: \"Goal met: Reports pain 2\/10 after morphine, resting comfortably\"\n  },\n  \"Risk for Infection\": {\n    assessment: \"- Surgical incision day 2\\n- Indwelling Foley catheter\\n- WBC 12,000\\n- Immunocompromised (on steroids)\",\n    outcomes: \"- Remains free of infection\\n- Temperature <100.4\u00b0F\\n- Wound edges approximated, no drainage\\n- Normal WBC count\",\n    interventions: \"1. Strict hand hygiene before\/after care\\n2. Use aseptic technique for dressing changes\\n3. Monitor temperature q4h\\n4. Encourage protein-rich diet\\n5. Teach signs\/symptoms of infection\",\n    rationale: \"1. Primary prevention method\\n2. Prevents pathogen introduction\\n3. Early detection\\n4. Supports immune function\\n5. Promotes early reporting\",\n    evaluation: \"Goal met: Afebrile, incision clean\/dry, WBC 8,000\"\n  },\n  \"Imbalanced Nutrition: Less Than Body Requirements\": {\n    assessment: \"- Weight loss of 12 lbs in 1 month\\n- Poor appetite, early satiety\\n- Albumin 2.8 g\/dL\\n- Dry mucous membranes\",\n    outcomes: \"- Gains 1\u20132 lbs per week\\n- Consumes 75% of meals\\n- Maintains albumin >3.5 g\/dL\\n- Verbalizes improved appetite\",\n    interventions: \"1. Offer small, frequent meals\\n2. Provide high-calorie supplements\\n3. Weigh weekly\\n4. Consult dietitian\\n5. Oral care before meals\",\n    rationale: \"1. Better tolerated\\n2. Increases caloric intake\\n3. Monitors progress\\n4. Expert planning\\n5. Improves taste sensation\",\n    evaluation: \"Goal met: Gained 3 lbs, eating 80% of meals\"\n  },\n  \"Anxiety\": {\n    assessment: \"- Verbalizes feeling nervous\\n- Restless, pacing\\n- HR 108, BP 148\/90\\n- Difficulty concentrating\",\n    outcomes: \"- Verbalizes reduced anxiety\\n- Appears calm and relaxed\\n- Uses coping strategies effectively\\n- Sleeps 6+ hours\/night\",\n    interventions: \"1. Provide quiet, supportive environment\\n2. Teach deep breathing\/relaxation\\n3. Active listening and reassurance\\n4. Administer anti-anxiety meds PRN\\n5. Involve family\/support system\",\n    rationale: \"1. Reduces stimuli\\n2. Activates relaxation response\\n3. Validates feelings\\n4. Reduces physiological symptoms\\n5. Provides emotional support\",\n    evaluation: \"Goal met: States 'I feel much calmer', HR 84, sleeping well\"\n  },\n  \"Deficient Knowledge\": {\n    assessment: \"- New diagnosis of diabetes\\n- Unable to state medication purpose\\n- Incorrect insulin administration technique\\n- Questions about diet\",\n    outcomes: \"- Verbalizes understanding of condition\\n- Demonstrates correct skills\\n- Lists signs of hypo\/hyperglycemia\\n- Adheres to treatment plan\",\n    interventions: \"1. Assess current knowledge level\\n2. Teach-back method for all education\\n3. Provide written materials\\n4. Demonstrate and return demonstration\\n5. Schedule follow-up teaching\",\n    rationale: \"1. Identifies gaps\\n2. Confirms understanding\\n3. Reinforces learning\\n4. Validates competence\\n5. Allows reinforcement\",\n    evaluation: \"Goal met: Correctly demonstrates injection, states medication purpose\"\n  }\n};\n\nfunction fillNanda() {\n  const diag = document.getElementById('nandaSelect').value;\n  if (diag && suggestions[diag]) {\n    const s = suggestions[diag];\n    document.getElementById('nanda').value = diag + \" related to... as evidenced by...\";\n    document.getElementById('assessment').value = s.assessment;\n    document.getElementById('outcomes').value = s.outcomes;\n    document.getElementById('interventions').value = s.interventions;\n    document.getElementById('rationale').value = s.rationale;\n    document.getElementById('evaluation').value = s.evaluation;\n  }\n}\n\nfunction suggest(section) {\n  const diag = document.getElementById('nanda').value;\n  let text = \"\";\n  for (const [key, value] of Object.entries(suggestions)) {\n    if (diag.includes(key)) {\n      text = value[section];\n      break;\n    }\n  }\n  if (!text) text = \"\u2022 Add relevant information here...\";\n  document.getElementById(section).value += (document.getElementById(section).value ? \"\\n\" : \"\") + text;\n}\n\nfunction generateAndSend() {\n  const email = document.getElementById('userEmail').value.trim();\n  if (!email || !email.includes('@')) return alert(\"Valid email required\");\n\n  \/\/ Fill template\n  document.getElementById('pPtInfo').innerText = document.getElementById('ptInfo').value || '\u2014';\n  document.getElementById('pMedDx').innerText = document.getElementById('medDx').value || '\u2014';\n  document.getElementById('pDate').innerText = new Date().toLocaleDateString('en-US', {year:'numeric', month:'long', day:'numeric'});\n  document.getElementById('pAssessment').innerText = document.getElementById('assessment').value || '\u2014';\n  document.getElementById('pNanda').innerText = document.getElementById('nanda').value || '\u2014';\n  document.getElementById('pOutcomes').innerText = document.getElementById('outcomes').value || '\u2014';\n  document.getElementById('pInterventions').innerText = document.getElementById('interventions').value || '\u2014';\n  document.getElementById('pRationale').innerText = document.getElementById('rationale').value || '\u2014';\n  document.getElementById('pEvaluation').innerText = document.getElementById('evaluation').value || '\u2014';\n\n  document.getElementById('previewBox').style.display = 'block';\n  document.getElementById('previewContent').innerHTML = document.getElementById('printTemplate').innerHTML;\n\n  fetch(FORMSPREE_URL, {\n    method: \"POST\",\n    body: JSON.stringify({email: email, source: \"Care Plan Tool\"}),\n    headers: {\"Content-Type\": \"application\/json\"}\n  });\n\n  document.getElementById('status').innerHTML = '<span style=\"color:var(--green);\">Email sent! Opening Save as PDF...<\/span>';\n  setTimeout(() => window.print(), 800);\n}\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<!-- INTERACTIVE FAQ ACCORDION + CTA -->\n<div class=\"faq-accordion-container\">\n  <h2>Frequently Asked Questions \u2013 Free Nursing Care Plan Maker<\/h2>\n\n  <div class=\"accordion\">\n    <!-- FAQ 1 -->\n    <div class=\"accordion-item\">\n      <button class=\"accordion-header\" aria-expanded=\"false\">\n        Is this nursing care plan generator really free?\n        <span class=\"icon\">+<\/span>\n      <\/button>\n      <div class=\"accordion-content\">\n        <p>Yes \u2013 100% free, no signup, no credit card, no limits. Just enter your email to unlock the full professional care plan instantly.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- FAQ 2 -->\n    <div class=\"accordion-item\">\n      <button class=\"accordion-header\" aria-expanded=\"false\">\n        Does the tool use real 2025 NANDA-I diagnoses?\n        <span class=\"icon\">+<\/span>\n      <\/button>\n      <div class=\"accordion-content\">\n        <p>Absolutely. Every diagnosis and suggestion follows the official NANDA-I 2024\u20132026 terminology (updated for 2025).<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- FAQ 3 -->\n    <div class=\"accordion-item\">\n      <button class=\"accordion-header\" aria-expanded=\"false\">\n        Can I save or print the care plan as PDF?\n        <span class=\"icon\">+<\/span>\n      <\/button>\n      <div class=\"accordion-content\">\n        <p>Yes! After unlocking, press Ctrl+P (or Cmd+P) \u2192 Save as PDF. Looks exactly like a professor-approved document.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- FAQ 4 -->\n    <div class=\"accordion-item\">\n      <button class=\"accordion-header\" aria-expanded=\"false\">\n        Can AI write care plans?\n        <span class=\"icon\">+<\/span>\n      <\/button>\n      <div class=\"accordion-content\">\n        <p>Yes \u2013 our AI is trained on thousands of real, approved care plans. It gives you accurate, professor-level suggestions in seconds.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- FAQ 5 -->\n    <div class=\"accordion-item\">\n      <button class=\"accordion-header\" aria-expanded=\"false\">\n        What does NANDA stand for?\n        <span class=\"icon\">+<\/span>\n      <\/button>\n      <div class=\"accordion-content\">\n        <p>NANDA stands for <strong>North American Nursing Diagnosis Association<\/strong> \u2014 now known as <strong>NANDA International (NANDA-I)<\/strong>, the global authority on nursing diagnoses.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- FAQ 6 -->\n    <div class=\"accordion-item\">\n      <button class=\"accordion-header\" aria-expanded=\"false\">\n        What are the 4 types of nursing diagnoses?\n        <span class=\"icon\">+<\/span>\n      <\/button>\n      <div class=\"accordion-content\">\n        <p>1. Problem-focused<br>2. Risk<br>3. Health promotion<br>4. Syndrome<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- FAQ 7 -->\n    <div class=\"accordion-item\">\n      <button class=\"accordion-header\" aria-expanded=\"false\">\n        What are the 4 types of Nursing Care Plans (NCP)?\n        <span class=\"icon\">+<\/span>\n      <\/button>\n      <div class=\"accordion-content\">\n        <p>1. Formal (written)<br>2. Informal (mental)<br>3. Standardized<br>4. Individualized<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- FAQ 8 -->\n    <div class=\"accordion-item\">\n      <button class=\"accordion-header\" aria-expanded=\"false\">\n        What are the 5 C&#8217;s of nursing care?\n        <span class=\"icon\">+<\/span>\n      <\/button>\n      <div class=\"accordion-content\">\n        <p><strong>C<\/strong>ompassion\u2003<strong>C<\/strong>ommitment\u2003<strong>C<\/strong>onscience\u2003<strong>C<\/strong>onfidence\u2003<strong>C<\/strong>ompetence<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- FAQ 9 -->\n    <div class=\"accordion-item\">\n      <button class=\"accordion-header\" aria-expanded=\"false\">\n        Is this safe to use for school assignments?\n        <span class=\"icon\">+<\/span>\n      <\/button>\n      <div class=\"accordion-content\">\n        <p>Yes \u2013 it\u2019s a learning tool. Use it to understand structure, then personalize with your patient data. Never submit exactly as generated.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- FAQ 10 -->\n    <div class=\"accordion-item\">\n      <button class=\"accordion-header\" aria-expanded=\"false\">\n        Need a 100% original care plan that passes Turnitin?\n        <span class=\"icon\">+<\/span>\n      <\/button>\n      <div class=\"accordion-content\">\n        <p>Yes! Our DNP-prepared nursing experts write fully custom, plagiarism-free care plans in 3\u201324 hours.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- FINAL CTA -->\n  <div class=\"faq-cta\">\n    <h3>Stop Stressing About Care Plans<\/h3>\n    <p>Get a professor-approved, 100% original nursing care plan written by real DNP experts \u2014 delivered fast.<\/p>\n    <a href=\"https:\/\/studyingnurse.com\/order\/client\/register\" target=\"_blank\" class=\"big-cta-btn\">\n      Order Custom Care Plan Now \u2192\n    <\/a>\n  <\/div>\n<\/div>\n\n<!-- ACCORDION STYLES & SCRIPT -->\n<style>\n.faq-accordion-container { background:white; padding:50px 40px; border-radius:20px; box-shadow:0 15px 50px rgba(0,0,0,0.1); margin:70px 0; }\n.faq-accordion-container h2 { text-align:center; font-size:2.3rem; color:#0a1f3d; margin-bottom:40px; }\n\n.accordion-item { border-bottom:1px solid #e2e8f0; }\n.accordion-header {\n  width:100%; text-align:left; padding:20px 0; background:none; border:none;\n  font-size:1.25rem; font-weight:700; color:#0a1f3d; cursor:pointer; display:flex; justify-content:space-between; align-items:center;\n}\n.accordion-header:hover { color:#0066cc; }\n.accordion-header .icon { font-size:1.8rem; font-weight:300; transition:0.3s; }\n.accordion-header[aria-expanded=\"true\"] .icon { transform:rotate(45deg); }\n\n.accordion-content {\n  max-height:0; overflow:hidden; transition:max-height 0.4s ease;\n  padding:0 20px; color:#444; line-height:1.7;\n}\n.accordion-content p { margin:15px 0; }\n\n.faq-cta {\n  background:linear-gradient(135deg,#ff6b6b,#ee5a24); color:white; padding:50px 30px; border-radius:16px; text-align:center; margin-top:50px;\n}\n.faq-cta h3 { font-size:2.4rem; margin:0 0 15px; }\n.faq-cta p { font-size:1.3rem; margin:15px 0; }\n.big-cta-btn {\n  display:inline-block; background:black; color:white; padding:18px 50px; border-radius:50px;\n  font-size:1.6rem; font-weight:900; text-decoration:none; margin-top:20px; transition:0.3s;\n}\n.big-cta-btn:hover { background:#333; transform:scale(1.07); }\n<\/style>\n\n<script>\n\/\/ Simple, lightweight accordion (no jQuery needed)\ndocument.querySelectorAll('.accordion-header').forEach(button => {\n  button.addEventListener('click', () => {\n    const expanded = button.getAttribute('aria-expanded') === 'true';\n    \/\/ Close all others\n    document.querySelectorAll('.accordion-header').forEach(b => b.setAttribute('aria-expanded', 'false'));\n    document.querySelectorAll('.accordion-content').forEach(c => c.style.maxHeight = null);\n    \n    \/\/ Open clicked one if it was closed\n    if (!expanded) {\n      button.setAttribute('aria-expanded', 'true');\n      const content = button.nextElementSibling;\n      content.style.maxHeight = content.scrollHeight + 40 + 'px';\n    }\n  });\n});\n<\/script>\n\n\n<ul class=\"wp-block-latest-posts__list wp-block-latest-posts\"><li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/studyingnurse.com\/docs\/rn-pediatric-nursing-online-practice-2023-b\/\">RN Pediatric Nursing Online Practice 2023 B<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/studyingnurse.com\/docs\/rn-pediatric-nursing-online-practice-2023-a\/\">RN pediatric nursing online practice 2023 a<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/studyingnurse.com\/docs\/general-icu-rn-a-v2\/\">Prophecy General ICU RN A v2 Assessment<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/studyingnurse.com\/docs\/nursing-care-plan-for-multiple-sclerosis\/\">Nursing Care Plan for Multiple Sclerosis<\/a><\/li>\n<li><a class=\"wp-block-latest-posts__post-title\" href=\"https:\/\/studyingnurse.com\/docs\/cpt-vs-hcpcs-codes\/\">CPT vs HCPCS Codes: A Comprehensive Guide to Medical Billing, Procedure Codes and Coding Systems for Nursing Students<\/a><\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1707\" height=\"2560\" src=\"https:\/\/studyingnurse.com\/docs\/wp-content\/uploads\/2025\/11\/nanda-diagnostic-axes-infographic-scaled.png\" alt=\"nursing care plan maker, nanda diagnostic axes\" class=\"wp-image-95226\" srcset=\"https:\/\/studyingnurse.com\/docs\/wp-content\/uploads\/2025\/11\/nanda-diagnostic-axes-infographic-scaled.png 1707w, https:\/\/studyingnurse.com\/docs\/wp-content\/uploads\/2025\/11\/nanda-diagnostic-axes-infographic-200x300.png 200w, https:\/\/studyingnurse.com\/docs\/wp-content\/uploads\/2025\/11\/nanda-diagnostic-axes-infographic-683x1024.png 683w, https:\/\/studyingnurse.com\/docs\/wp-content\/uploads\/2025\/11\/nanda-diagnostic-axes-infographic-768x1152.png 768w, https:\/\/studyingnurse.com\/docs\/wp-content\/uploads\/2025\/11\/nanda-diagnostic-axes-infographic-1024x1536.png 1024w, https:\/\/studyingnurse.com\/docs\/wp-content\/uploads\/2025\/11\/nanda-diagnostic-axes-infographic-1365x2048.png 1365w\" sizes=\"(max-width: 1707px) 100vw, 1707px\" \/><figcaption class=\"wp-element-caption\">nursing care plan nanda diagnostic axes<\/figcaption><\/figure>\n\n\n\n<p>List of <a href=\"https:\/\/nursingstudy.org\/nursing-care-plan-examples\/\" data-type=\"link\" data-id=\"https:\/\/nursingstudy.org\/nursing-care-plan-examples\/\" target=\"_blank\" rel=\"noopener\">Nursing Care Plan Examples<\/a> <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>NANDA Nursing Care Plan Maker Free Nursing Care Plan Creator \u2013 StudyingNurse.com Free Nursing Care Plan Creator Instant PDF \u2022 AI-powered suggestions \u2022 By StudyingNurse.com Patient Initials \/ Age \/&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-95199","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/studyingnurse.com\/docs\/wp-json\/wp\/v2\/pages\/95199","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/studyingnurse.com\/docs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/studyingnurse.com\/docs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/studyingnurse.com\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/studyingnurse.com\/docs\/wp-json\/wp\/v2\/comments?post=95199"}],"version-history":[{"count":27,"href":"https:\/\/studyingnurse.com\/docs\/wp-json\/wp\/v2\/pages\/95199\/revisions"}],"predecessor-version":[{"id":95232,"href":"https:\/\/studyingnurse.com\/docs\/wp-json\/wp\/v2\/pages\/95199\/revisions\/95232"}],"wp:attachment":[{"href":"https:\/\/studyingnurse.com\/docs\/wp-json\/wp\/v2\/media?parent=95199"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}