ONLINE CONTINUOUS PROFESSIONAL DEVELOPMENT

Introduction

Online CPDs are training programs accredited by the Pharmacy Council to run online by accredited online CPD providers on their websites/platforms for pharmacists. Pharmacists who take such programs will be credited by the Council as is done for on-site CPD programs.

Instructions for Pharmacists for receiving credit points for online CPD programs:

The Council has made arrangements for credits for online CPD programs to be as seamless and easy as possible. All providers have been given the necessary tools to submit the details of a pharmacist who has taken a program on their website for the pharmacist to receive credits. Once you successfully complete a program online,

  1. The provider/website will issue a certificate of completion to you, and also send your details and the topic taken to the Council.
  2. The Council will then send an email to you to open the Pharmacists Portal and confirm the certificate number
  3. Once you open the portal, click on the link ‘X online CPD pending’, where X is any number
  4. All topics will be listed on the next page, with a ‘Confirm’ button next to each.
  5. To receive credits for a topic, click the ‘Confirm’ button and enter the certificate number issued for that topic.
  6. Once you submit, it will be confirmed and you will be credited immediately

Documentation & API for existing online CPD providers

Online CPD providers are organizations who are accredited by the Pharmacy Council to run accredited CPD programs on their websites/platforms for pharmacists. Pharmacists who take such programs will be credited by the Council as is done for on-site CPD programs.

This document details how registered online CPD providers are to submit attendance for pharmacists who take programs on their websites.

The procedure is as follows:

  1. Registration by the Council and generation of authentication details (one-time)
  2. Accreditation of topics to be ran on the platform
  3. Retrieval of topic IDs
  4. Submitting of attendance

ALL PARAMETERS ARE REQUIRED.

The full url may look like this:

https://manager.pcghana.org/api_cpd_online/submitattendance?platform_id=2&cpd_id=95&registration_number=hpa 3343&auth=175a0d97d9df68559d82&certificate=0008909

Given that:

  1. The id of the platform (online provider) is: 2
  2. The Council id of the CPD topic is: 95
  3. The registration number of the pharmacist is: hpa 3343
  4. The authentication key of the platform (online provider) is: 175a0d97d9df68559d82
  5. The certificate issued by the platform (online provider) has the number: 0008909

Results:

Results that may be returned are:

Format: JSON

“status”“1”“message”“Attendance submitted successfully”, }

Results and their meanings:

 

ParameterTypeDescription
statusintA digit code specifies a particular response message
messagestringThe interpretation of the status code
Responses and their interpretations
StatusMessageMeaning
1Attendance submitted successfullyThe transaction was successful
0Failed. Make sure attendance for this topic has not been already submitted for this practitionerThis may happen if this attendance has been submitted already or the cpd id is not correct
-1Failed. This topic has not been accredited to your platformThis may happen if you try to submit attendance for a topic that was not approved to be ran on your platform
-2Authentication failed. Invalid authentication keyThis may happen if you provided an incorrect authentication key
-3The registration number is invalidThis may happen if the pharmacist registration number provided is not correct
-4Missing fields error. Make sure you provide the registration number, certificate number, cpd_id, platform_id, and your authentication keyThis may happen if you leave any of the parameters blank
 

Getting accreditation for your website as an Online CPD platform

Instructions coming soon.