<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: SEO Expert Gold Coast</title>
    <description>The latest articles on DEV Community by SEO Expert Gold Coast (@seoegc).</description>
    <link>https://dev.to/seoegc</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F288281%2Fb3492a70-e364-4ee4-8304-7e3725ea3a7f.jpg</url>
      <title>DEV Community: SEO Expert Gold Coast</title>
      <link>https://dev.to/seoegc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/seoegc"/>
    <language>en</language>
    <item>
      <title>Is Your Data Secure? Security and Cloud-Based Computing</title>
      <dc:creator>SEO Expert Gold Coast</dc:creator>
      <pubDate>Tue, 25 Feb 2020 01:08:38 +0000</pubDate>
      <link>https://dev.to/seoegc/is-your-data-secure-security-and-cloud-based-computing-39l5</link>
      <guid>https://dev.to/seoegc/is-your-data-secure-security-and-cloud-based-computing-39l5</guid>
      <description>&lt;p&gt;At Nookal we are often asked about the security of our practice management system over the cloud. I guess it's because we are a completely cloud-based system, as compared to alternative server-based systems, purchasing a system that stores data on a local computer, within the confounds of a clinic.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--z6tE1qN---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/vgycab0e992hbrpyc3jt.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--z6tE1qN---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/vgycab0e992hbrpyc3jt.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I think it's great that our potential clients are asking about security and I wish more practitioners would focus on this. In many countries around the world,
clinicians are the one held accountable for the security of their clinical notes
and client information, they just don’t always realise it.&lt;/p&gt;

&lt;p&gt;Many people believe that cloud-based computing is less secure than storing
your information on your computer locally. So the purpose of this article is to
bring your attention to some aspects of information security and the
responsibility you have if you choose to store it locally.&lt;/p&gt;

&lt;h3&gt;When discussing cloud-based security I am referring to –&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Confidentiality: ensuring only authorised staff members have
appropriate access and can only view aspects of the program
according to their access level.&lt;/li&gt;
&lt;li&gt;Loss of Data: guaranteeing that no information or data will be lost in the
event of unexpected circumstances (ie. fire, burglary, computer crashing etc.).&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Is your current system cloud-based?&lt;/h3&gt;

&lt;p&gt;If you are currently using cloud-based software, that’s great but consider the following -&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does your current provider have substantial security around the
information?&lt;/li&gt;
&lt;li&gt;Does the system have three fields/level of requirements to login the
system (for example at Nookal we run 3 MySQL servers all in different
locations, and data is constantly replicated between these machines so
that they all have an up to date copy of the current data. As well as
that, we back up each client database up to 14 times per day (hourly
during business hours). These backups are also then copied to two
other different secure locations)&lt;/li&gt;
&lt;li&gt;Are the passwords secured?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you are in doubt or not sure of the answer to the above questions, consider
asking yourself “Am I choosing the most appropriate system for my practice?”&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SbXvANNg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/r7dlgg6nugmsxw7gofk0.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SbXvANNg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/r7dlgg6nugmsxw7gofk0.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;Are you currently storing your client information locally?&lt;/h3&gt;

&lt;p&gt;Commonly clinics in the past have installed a windows or Microsoft software
application locally on their computers/servers to retain client information. This
could also refer to paper files in a filing cabinet (your server/database).&lt;/p&gt;

&lt;p&gt;So have you ever considered by doing this there are a number of
variables/factors to consider that are your responsibility when storing the
information locally? These are -&lt;/p&gt;

&lt;h3&gt;1. Anti-virus software&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Do you maintain the security of your servers/computer anti-virus system?&lt;/li&gt;
&lt;li&gt;Do you undertake virus scans on a regular basis?&lt;/li&gt;
&lt;li&gt;Is the virus software up to date?&lt;/li&gt;
&lt;li&gt;Is every computer in the network covered?&lt;/li&gt;
&lt;li&gt;Does it protect your email system?&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;2. Operating system&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Is the operating system you are currently using stable (e.g. windows, Lion/Mac osx etc)? Are your aware of its weaknesses?&lt;/li&gt;
&lt;/ol&gt;
   

&lt;h3&gt;3. Firewalls&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Is there a firewall for your server?
&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;4. Back-up’s&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Do you back-up the data on a regular basis?
&lt;/li&gt;
&lt;li&gt;Are they stored off site? Is that site secure?
&lt;/li&gt;
&lt;li&gt;Do you test the back-up – is the information on them recoverable?
&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;5. Remote access – Do you access your clinic database remotely?&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Is the connection secure?
&lt;/li&gt;
&lt;li&gt;Is it over a Virtual Private Network (VPN)?
&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;6. Is your clinic secure?&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Do you have an alarm system?
&lt;/li&gt;
&lt;li&gt;What steps have you put in place to prevent your computers from being stolen? If they are stolen would you be able to practice the next day? (With a cloud system you could purchase a new computer and plug into the internet and be up and running within minutes).
&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;7. Is your Practice management software up to date?&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Have you installed the latest version of your practice management software with security features?
&lt;/li&gt;
&lt;li&gt;Do you have to do this manually every time?
&lt;/li&gt;
&lt;li&gt;Do you have to pay for this upgrade?
&lt;/li&gt;
&lt;li&gt;Is it a hassle to undertake – does an IT nerd have to login remotely and do this for you? (With cloud (e.g. Nookal) all this is done for you).
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So there are probably a few things going through your mind right now that you might not have considered?&lt;/p&gt;

&lt;p&gt;Did you answer “no” to any of the above questions? Then I would recommend getting in touch with your IT professional and finding out the status of your current software environment.&lt;/p&gt;

&lt;p&gt;As you can see with a completely cloud-based system, they should take care of many of the hassles for you to allow you to focus on managing your clients
care.&lt;/p&gt;

&lt;h3&gt;So ask yourself – Are you an IT security expert?&lt;/h3&gt;

&lt;p&gt;I’m not sure about you but I am not security expert (I’m actually a physiotherapist). SO if IT security is not your field why would you want to take on the responsibility (and legal obligations) of securing your data. Please don’t misunderstand me, it can be done (i.e. securing your data locally), I’m just not 100% convinced that every healthcare practitioner in Australia is currently meeting their obligations to secure the data.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1cQ0jQHz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/n8glciczh2t51pzghl5h.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1cQ0jQHz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/n8glciczh2t51pzghl5h.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If this is the case then why not leave it to the experts who spend copious
amounts of time backing-up and securing the data on not only a daily basis
but hourly.&lt;/p&gt;

&lt;p&gt;Ask yourself why waste your time, when you could be treating a client and
consider the amount of money required to secure your database even half as
much as Nookal?&lt;/p&gt;

&lt;h3&gt;In Conclusion&lt;/h3&gt;

&lt;p&gt;Ask yourself are you doing everything possible to secure your local data that contains your clients information. As stated above a sophisticated and secure cloud-based practice management system (like Nookal) is, in many facets, more secure that a locally based system.&lt;/p&gt;

&lt;p&gt;Please ensure that you do your due diligence and ask the appropriate questions of your software provider to ensure that your software system is secure.&lt;/p&gt;

&lt;p&gt;Darren Rieck&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gkIkvRDs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/vsmpkvt0wftpqpdhtwnq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gkIkvRDs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/vsmpkvt0wftpqpdhtwnq.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;small&gt;Nookal is a provider of &lt;a href="//www.nookal.com"&gt;Practice Management Software&lt;/a&gt; for the allied health industry. They offer practice management solutions to help health clinics streamline their administration systems, effectively manage their business and improve efficiency and productivity.&lt;/small&gt;&lt;/p&gt;

</description>
      <category>saas</category>
      <category>security</category>
    </item>
  </channel>
</rss>
