{"id":1778,"date":"2026-02-12T20:51:23","date_gmt":"2026-02-12T20:51:23","guid":{"rendered":"https:\/\/ghananurses.org\/new\/?page_id=1778"},"modified":"2026-02-12T21:53:24","modified_gmt":"2026-02-12T21:53:24","slug":"international-affiliates","status":"publish","type":"page","link":"https:\/\/ghananurses.org\/new\/international-affiliates\/","title":{"rendered":"International Affiliates"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1778\" class=\"elementor elementor-1778\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ef36cf e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"6ef36cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c31892 elementor-widget elementor-widget-html\" data-id=\"6c31892\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>International Affiliates | GRNMA<\/title>\r\n\r\n    <style>\r\n        :root {\r\n            --forest-green: #036308;\r\n            --deep-burgundy: #8c241c;\r\n            --cream: #faf8f5;\r\n            --warm-white: #ffffff;\r\n            --charcoal: #2d2d2d;\r\n            --soft-gray: #6b6b6b;\r\n            --light-sage: #e8f1ec;\r\n            --gold-accent: #b8935e;\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: Arial, sans-serif;\r\n            background: var(--cream);\r\n            color: var(--charcoal);\r\n            line-height: 1.7;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        .grnma-affiliates-section {\r\n            position: relative;\r\n            width: 100%;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 80px 40px;\r\n        }\r\n\r\n        \/* Header Styling *\/\r\n        .section-header {\r\n            text-align: center;\r\n            margin-bottom: 80px;\r\n        }\r\n\r\n        .section-header h1 {\r\n            font-family: Arial, sans-serif;\r\n            font-size: 48px;\r\n            font-weight: 700;\r\n            color: #000000;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .section-header .subtitle {\r\n            font-family: Arial, sans-serif;\r\n            font-size: 20px;\r\n            font-weight: 400;\r\n            color: var(--soft-gray);\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Affiliates List *\/\r\n        .affiliates-list {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 60px;\r\n        }\r\n\r\n        \/* Individual Affiliate Item *\/\r\n        .affiliate-item {\r\n            display: flex;\r\n            align-items: flex-start;\r\n            gap: 50px;\r\n            background: var(--warm-white);\r\n            padding: 50px;\r\n            border: 1px solid rgba(3, 99, 8, 0.1);\r\n            border-radius: 4px;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .affiliate-item:hover {\r\n            border-color: rgba(3, 99, 8, 0.2);\r\n            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);\r\n        }\r\n\r\n        \/* Logo Section - Left *\/\r\n        .affiliate-logo {\r\n            flex-shrink: 0;\r\n            width: 300px;\r\n            height: 300px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            background: #fafafa;\r\n            border: 1px solid #e8e8e8;\r\n            border-radius: 4px;\r\n            padding: 20px;\r\n        }\r\n\r\n        .affiliate-logo img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: contain;\r\n        }\r\n\r\n        \/* Content Section - Right *\/\r\n        .affiliate-content {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n        }\r\n\r\n        .affiliate-content .acronym {\r\n            font-size: 14px;\r\n            font-weight: 700;\r\n            color: var(--deep-burgundy);\r\n            letter-spacing: 2px;\r\n            margin-bottom: 12px;\r\n            text-transform: uppercase;\r\n        }\r\n\r\n        .affiliate-content h2 {\r\n            font-family: Arial, sans-serif;\r\n            font-size: 28px;\r\n            font-weight: 700;\r\n            color: var(--forest-green);\r\n            margin-bottom: 20px;\r\n            line-height: 1.3;\r\n        }\r\n\r\n        .affiliate-content p {\r\n            font-size: 16px;\r\n            color: var(--charcoal);\r\n            line-height: 1.8;\r\n            margin-bottom: 24px;\r\n            text-align: justify;\r\n        }\r\n\r\n        .affiliate-link {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            color: var(--deep-burgundy);\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            font-size: 15px;\r\n            letter-spacing: 0.5px;\r\n            transition: all 0.3s ease;\r\n            align-self: flex-start;\r\n        }\r\n\r\n        .affiliate-link:hover {\r\n            color: var(--forest-green);\r\n            gap: 12px;\r\n        }\r\n\r\n        .affiliate-link::after {\r\n            content: '\u2192';\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .affiliate-link:hover::after {\r\n            transform: translateX(4px);\r\n        }\r\n\r\n        \/* Footer Note *\/\r\n        .partnerships-note {\r\n            text-align: center;\r\n            margin-top: 80px;\r\n            padding: 40px;\r\n            background: var(--light-sage);\r\n            border-radius: 4px;\r\n            border: 1px solid rgba(3, 99, 8, 0.1);\r\n        }\r\n\r\n        .partnerships-note p {\r\n            font-family: Arial, sans-serif;\r\n            font-size: 16px;\r\n            color: var(--charcoal);\r\n            max-width: 900px;\r\n            margin: 0 auto;\r\n            line-height: 1.8;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 1024px) {\r\n            .affiliate-item {\r\n                gap: 40px;\r\n                padding: 40px;\r\n            }\r\n\r\n            .affiliate-logo {\r\n                width: 250px;\r\n                height: 250px;\r\n            }\r\n\r\n            .section-header h1 {\r\n                font-size: 40px;\r\n            }\r\n\r\n            .affiliate-content h2 {\r\n                font-size: 24px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .grnma-affiliates-section {\r\n                padding: 60px 24px;\r\n            }\r\n\r\n            .affiliate-item {\r\n                flex-direction: column;\r\n                gap: 30px;\r\n                padding: 30px;\r\n                align-items: center;\r\n                text-align: center;\r\n            }\r\n\r\n            .affiliate-logo {\r\n                width: 220px;\r\n                height: 220px;\r\n            }\r\n\r\n            .section-header h1 {\r\n                font-size: 36px;\r\n            }\r\n\r\n            .section-header .subtitle {\r\n                font-size: 18px;\r\n            }\r\n\r\n            .affiliate-content h2 {\r\n                font-size: 22px;\r\n            }\r\n\r\n            .affiliate-content p {\r\n                font-size: 15px;\r\n                text-align: center;\r\n            }\r\n\r\n            .affiliate-link {\r\n                align-self: center;\r\n            }\r\n\r\n            .partnerships-note {\r\n                padding: 30px 20px;\r\n                margin-top: 60px;\r\n            }\r\n\r\n            .partnerships-note p {\r\n                font-size: 15px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .section-header h1 {\r\n                font-size: 32px;\r\n            }\r\n\r\n            .affiliate-item {\r\n                padding: 24px;\r\n            }\r\n\r\n            .affiliate-logo {\r\n                width: 180px;\r\n                height: 180px;\r\n            }\r\n\r\n            .affiliate-content h2 {\r\n                font-size: 20px;\r\n            }\r\n\r\n            .affiliate-content p {\r\n                font-size: 14px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <section class=\"grnma-affiliates-section\">\r\n        \r\n        <header class=\"section-header\">\r\n            <h1>International Affiliates<\/h1>\r\n            <p class=\"subtitle\">Strategic global partnerships advancing nursing, midwifery, and public service excellence through collaborative leadership and shared commitment to healthcare transformation.<\/p>\r\n        <\/header>\r\n\r\n        <div class=\"affiliates-list\">\r\n            \r\n            <!-- ICN -->\r\n            <article class=\"affiliate-item\">\r\n                <div class=\"affiliate-logo\">\r\n                    <img decoding=\"async\" src=\"https:\/\/ghananurses.org\/new\/wp-content\/uploads\/2026\/02\/logodd2.png\" alt=\"International Council of Nurses Logo\">\r\n                <\/div>\r\n                <div class=\"affiliate-content\">\r\n                    <span class=\"acronym\">ICN<\/span>\r\n                    <h2>International Council of Nurses<\/h2>\r\n                    <p>The International Council of Nurses is a federation of over 130 national nurses associations representing more than 13 million nurses worldwide. Established in 1899, ICN stands as the premier global voice for nursing, promoting quality nursing care, sound global health policies, advancement of nursing knowledge, and the presence of a competent and respected nursing workforce throughout the world.<\/p>\r\n                    <a href=\"https:\/\/www.icn.ch\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"affiliate-link\">Visit Official Website<\/a>\r\n                <\/div>\r\n            <\/article>\r\n\r\n            <!-- CNF -->\r\n            <article class=\"affiliate-item\">\r\n                <div class=\"affiliate-logo\">\r\n                    <img decoding=\"async\" src=\"https:\/\/ghananurses.org\/new\/wp-content\/uploads\/2026\/02\/logo-large-5.png\" alt=\"Commonwealth Nurses Federation Logo\">\r\n                <\/div>\r\n                <div class=\"affiliate-content\">\r\n                    <span class=\"acronym\">CNF<\/span>\r\n                    <h2>Commonwealth Nurses Federation<\/h2>\r\n                    <p>Founded in 1973, the Commonwealth Nurses Federation represents national nursing and midwifery associations across Commonwealth countries worldwide. CNF engages with major Commonwealth institutions, including the Commonwealth Secretariat and the Commonwealth Foundation, and contributes significantly to global health policy dialogue and professional development initiatives.<\/p>\r\n                    <a href=\"https:\/\/commonwealthnurses.org\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"affiliate-link\">Visit Official Website<\/a>\r\n                <\/div>\r\n            <\/article>\r\n\r\n            <!-- PSI -->\r\n            <article class=\"affiliate-item\">\r\n                <div class=\"affiliate-logo\">\r\n                    <img decoding=\"async\" src=\"https:\/\/ghananurses.org\/new\/wp-content\/uploads\/2026\/02\/logo-large-6.png\" alt=\"Public Services International Logo\">\r\n                <\/div>\r\n                <div class=\"affiliate-content\">\r\n                    <span class=\"acronym\">PSI<\/span>\r\n                    <h2>Public Services International<\/h2>\r\n                    <p>Public Services International represents more than 20 million workers through 650 trade unions across 148 countries and territories. As a global federation, PSI promotes quality public services worldwide, including healthcare and municipal services, while advocating for workers' rights, social justice, and the strengthening of public sector institutions that serve communities globally.<\/p>\r\n                    <a href=\"https:\/\/publicservices.international\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"affiliate-link\">Visit Official Website<\/a>\r\n                <\/div>\r\n            <\/article>\r\n\r\n            <!-- ICM -->\r\n            <article class=\"affiliate-item\">\r\n                <div class=\"affiliate-logo\">\r\n                    <img decoding=\"async\" src=\"https:\/\/ghananurses.org\/new\/wp-content\/uploads\/2026\/02\/logo-large-4.png\" alt=\"International Confederation of Midwives Logo\">\r\n                <\/div>\r\n                <div class=\"affiliate-content\">\r\n                    <span class=\"acronym\">ICM<\/span>\r\n                    <h2>International Confederation of Midwives<\/h2>\r\n                    <p>The International Confederation of Midwives is a confederation of more than 100 autonomous midwifery associations worldwide, representing midwives and midwifery associations in countries across all continents. ICM is committed to advancing the profession of midwifery practice, strengthening global maternal and newborn health standards, and ensuring access to quality midwifery care for all women and families.<\/p>\r\n                    <a href=\"https:\/\/internationalmidwives.org\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"affiliate-link\">Visit Official Website<\/a>\r\n                <\/div>\r\n            <\/article>\r\n\r\n        <\/div>\r\n\r\n        <div class=\"partnerships-note\">\r\n            <p>Through these distinguished international partnerships, GRNMA contributes to and benefits from a global network dedicated to advancing professional standards, advocating for healthcare excellence, and strengthening the vital contributions of nurses, midwives, and public service professionals worldwide.<\/p>\r\n        <\/div>\r\n\r\n    <\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>International Affiliates | GRNMA International Affiliates Strategic global partnerships advancing nursing, midwifery, and public service excellence through collaborative leadership and shared commitment to healthcare transformation. ICN International Council of Nurses The International Council of Nurses is a federation of over 130 national nurses associations representing more than 13 million nurses worldwide. Established in 1899, ICN stands as the premier global voice for nursing, promoting quality nursing care, sound global health policies, advancement of nursing knowledge, and the presence of a competent and respected nursing workforce throughout the world. Visit Official Website CNF Commonwealth Nurses Federation Founded in 1973, the Commonwealth Nurses Federation represents national nursing and midwifery associations across Commonwealth countries worldwide. CNF engages with major Commonwealth institutions, including the Commonwealth Secretariat and the Commonwealth Foundation, and contributes significantly to global health policy dialogue and professional development initiatives. Visit Official Website PSI Public Services International Public Services International represents more than 20 million workers through 650 trade unions across 148 countries and territories. As a global federation, PSI promotes quality public services worldwide, including healthcare and municipal services, while advocating for workers&#8217; rights, social justice, and the strengthening of public sector institutions that serve communities globally. Visit Official Website ICM International Confederation of Midwives The International Confederation of Midwives is a confederation of more than 100 autonomous midwifery associations worldwide, representing midwives and midwifery associations in countries across all continents. ICM is committed to advancing the profession of midwifery practice, strengthening global maternal and newborn health standards, and ensuring access to quality midwifery care for all women and families. Visit Official Website Through these distinguished international partnerships, GRNMA contributes to and benefits from a global network dedicated to advancing professional standards, advocating for healthcare excellence, and strengthening the vital contributions of nurses, midwives, and public service professionals worldwide.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"_srk_meta_title":"","_srk_meta_description":"","_srk_robots_meta":[],"_srk_canonical_url":"","_srk_advanced_settings":[],"_srk_last_sync":0,"footnotes":""},"class_list":["post-1778","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Ghana Registered Nurses and Midwives Association (GRNMA) - The Ghana Registered Nurses and Midwives Association (GRNMA)<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ghananurses.org\/new\/international-affiliates\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"International Affiliates - The Ghana Registered Nurses and Midwives Association (GRNMA)\" \/>\n<meta property=\"og:description\" content=\"International Affiliates | GRNMA International Affiliates Strategic global partnerships advancing nursing, midwifery, and public service excellence through collaborative leadership and shared commitment to healthcare transformation. ICN International Council of Nurses The International Council of Nurses is a federation of over 130 national nurses associations representing more than 13 million nurses worldwide. Established in 1899, ICN stands as the premier global voice for nursing, promoting quality nursing care, sound global health policies, advancement of nursing knowledge, and the presence of a competent and respected nursing workforce throughout the world. Visit Official Website CNF Commonwealth Nurses Federation Founded in 1973, the Commonwealth Nurses Federation represents national nursing and midwifery associations across Commonwealth countries worldwide. CNF engages with major Commonwealth institutions, including the Commonwealth Secretariat and the Commonwealth Foundation, and contributes significantly to global health policy dialogue and professional development initiatives. Visit Official Website PSI Public Services International Public Services International represents more than 20 million workers through 650 trade unions across 148 countries and territories. As a global federation, PSI promotes quality public services worldwide, including healthcare and municipal services, while advocating for workers&#8217; rights, social justice, and the strengthening of public sector institutions that serve communities globally. Visit Official Website ICM International Confederation of Midwives The International Confederation of Midwives is a confederation of more than 100 autonomous midwifery associations worldwide, representing midwives and midwifery associations in countries across all continents. ICM is committed to advancing the profession of midwifery practice, strengthening global maternal and newborn health standards, and ensuring access to quality midwifery care for all women and families. Visit Official Website Through these distinguished international partnerships, GRNMA contributes to and benefits from a global network dedicated to advancing professional standards, advocating for healthcare excellence, and strengthening the vital contributions of nurses, midwives, and public service professionals worldwide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ghananurses.org\/new\/international-affiliates\/\" \/>\n<meta property=\"og:site_name\" content=\"The Ghana Registered Nurses and Midwives Association (GRNMA)\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/@GRNMAOfficial\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-12T21:53:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ghananurses.org\/new\/wp-content\/uploads\/2026\/02\/logodd2.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/international-affiliates\\\/\",\"url\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/international-affiliates\\\/\",\"name\":\"International Affiliates - The Ghana Registered Nurses and Midwives Association (GRNMA)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/international-affiliates\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/international-affiliates\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/logodd2.png\",\"datePublished\":\"2026-02-12T20:51:23+00:00\",\"dateModified\":\"2026-02-12T21:53:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/international-affiliates\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ghananurses.org\\\/new\\\/international-affiliates\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/international-affiliates\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/logodd2.png\",\"contentUrl\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/logodd2.png\",\"width\":600,\"height\":270},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/international-affiliates\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"International Affiliates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/#website\",\"url\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/\",\"name\":\"The Ghana Registered Nurses and Midwives Association (GRNMA)\",\"description\":\"The Ghana Registered Nurses and Midwives Association (GRNMA)\",\"publisher\":{\"@id\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/#organization\",\"name\":\"The Ghana Registered Nurses and Midwives Association (GRNMA)\",\"url\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/logo.png\",\"width\":250,\"height\":48,\"caption\":\"The Ghana Registered Nurses and Midwives Association (GRNMA)\"},\"image\":{\"@id\":\"https:\\\/\\\/ghananurses.org\\\/new\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/@GRNMAOfficial\\\/\",\"http:\\\/\\\/https\\\/\\\/www.youtube.com\\\/channel\\\/UCMt3oVYg5TBFCXkLV7nzGew\",\"https:\\\/\\\/www.instagram.com\\\/ghananurses\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Ghana Registered Nurses and Midwives Association (GRNMA) - The Ghana Registered Nurses and Midwives Association (GRNMA)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ghananurses.org\/new\/international-affiliates\/","og_locale":"en_US","og_type":"article","og_title":"International Affiliates - The Ghana Registered Nurses and Midwives Association (GRNMA)","og_description":"International Affiliates | GRNMA International Affiliates Strategic global partnerships advancing nursing, midwifery, and public service excellence through collaborative leadership and shared commitment to healthcare transformation. ICN International Council of Nurses The International Council of Nurses is a federation of over 130 national nurses associations representing more than 13 million nurses worldwide. Established in 1899, ICN stands as the premier global voice for nursing, promoting quality nursing care, sound global health policies, advancement of nursing knowledge, and the presence of a competent and respected nursing workforce throughout the world. Visit Official Website CNF Commonwealth Nurses Federation Founded in 1973, the Commonwealth Nurses Federation represents national nursing and midwifery associations across Commonwealth countries worldwide. CNF engages with major Commonwealth institutions, including the Commonwealth Secretariat and the Commonwealth Foundation, and contributes significantly to global health policy dialogue and professional development initiatives. Visit Official Website PSI Public Services International Public Services International represents more than 20 million workers through 650 trade unions across 148 countries and territories. As a global federation, PSI promotes quality public services worldwide, including healthcare and municipal services, while advocating for workers&#8217; rights, social justice, and the strengthening of public sector institutions that serve communities globally. Visit Official Website ICM International Confederation of Midwives The International Confederation of Midwives is a confederation of more than 100 autonomous midwifery associations worldwide, representing midwives and midwifery associations in countries across all continents. ICM is committed to advancing the profession of midwifery practice, strengthening global maternal and newborn health standards, and ensuring access to quality midwifery care for all women and families. Visit Official Website Through these distinguished international partnerships, GRNMA contributes to and benefits from a global network dedicated to advancing professional standards, advocating for healthcare excellence, and strengthening the vital contributions of nurses, midwives, and public service professionals worldwide.","og_url":"https:\/\/ghananurses.org\/new\/international-affiliates\/","og_site_name":"The Ghana Registered Nurses and Midwives Association (GRNMA)","article_publisher":"https:\/\/www.facebook.com\/@GRNMAOfficial\/","article_modified_time":"2026-02-12T21:53:24+00:00","og_image":[{"url":"https:\/\/ghananurses.org\/new\/wp-content\/uploads\/2026\/02\/logodd2.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ghananurses.org\/new\/international-affiliates\/","url":"https:\/\/ghananurses.org\/new\/international-affiliates\/","name":"International Affiliates - The Ghana Registered Nurses and Midwives Association (GRNMA)","isPartOf":{"@id":"https:\/\/ghananurses.org\/new\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ghananurses.org\/new\/international-affiliates\/#primaryimage"},"image":{"@id":"https:\/\/ghananurses.org\/new\/international-affiliates\/#primaryimage"},"thumbnailUrl":"https:\/\/ghananurses.org\/new\/wp-content\/uploads\/2026\/02\/logodd2.png","datePublished":"2026-02-12T20:51:23+00:00","dateModified":"2026-02-12T21:53:24+00:00","breadcrumb":{"@id":"https:\/\/ghananurses.org\/new\/international-affiliates\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ghananurses.org\/new\/international-affiliates\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ghananurses.org\/new\/international-affiliates\/#primaryimage","url":"https:\/\/ghananurses.org\/new\/wp-content\/uploads\/2026\/02\/logodd2.png","contentUrl":"https:\/\/ghananurses.org\/new\/wp-content\/uploads\/2026\/02\/logodd2.png","width":600,"height":270},{"@type":"BreadcrumbList","@id":"https:\/\/ghananurses.org\/new\/international-affiliates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ghananurses.org\/new\/"},{"@type":"ListItem","position":2,"name":"International Affiliates"}]},{"@type":"WebSite","@id":"https:\/\/ghananurses.org\/new\/#website","url":"https:\/\/ghananurses.org\/new\/","name":"The Ghana Registered Nurses and Midwives Association (GRNMA)","description":"The Ghana Registered Nurses and Midwives Association (GRNMA)","publisher":{"@id":"https:\/\/ghananurses.org\/new\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ghananurses.org\/new\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ghananurses.org\/new\/#organization","name":"The Ghana Registered Nurses and Midwives Association (GRNMA)","url":"https:\/\/ghananurses.org\/new\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ghananurses.org\/new\/#\/schema\/logo\/image\/","url":"https:\/\/ghananurses.org\/new\/wp-content\/uploads\/2026\/02\/logo.png","contentUrl":"https:\/\/ghananurses.org\/new\/wp-content\/uploads\/2026\/02\/logo.png","width":250,"height":48,"caption":"The Ghana Registered Nurses and Midwives Association (GRNMA)"},"image":{"@id":"https:\/\/ghananurses.org\/new\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/@GRNMAOfficial\/","http:\/\/https\/\/www.youtube.com\/channel\/UCMt3oVYg5TBFCXkLV7nzGew","https:\/\/www.instagram.com\/ghananurses\/"]}]}},"_links":{"self":[{"href":"https:\/\/ghananurses.org\/new\/wp-json\/wp\/v2\/pages\/1778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ghananurses.org\/new\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ghananurses.org\/new\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ghananurses.org\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ghananurses.org\/new\/wp-json\/wp\/v2\/comments?post=1778"}],"version-history":[{"count":10,"href":"https:\/\/ghananurses.org\/new\/wp-json\/wp\/v2\/pages\/1778\/revisions"}],"predecessor-version":[{"id":1792,"href":"https:\/\/ghananurses.org\/new\/wp-json\/wp\/v2\/pages\/1778\/revisions\/1792"}],"wp:attachment":[{"href":"https:\/\/ghananurses.org\/new\/wp-json\/wp\/v2\/media?parent=1778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}