Deprecated: Constant E_STRICT is deprecated in /var/www/html/system/core/Exceptions.php on line 75

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$apc is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$file is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$dummy is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 562
Function: get

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

Business Solutions Analyst
  • SecureKloud Technologies Inc
76 Days Ago
NA
NA
Remote
5-8 Years
Required Skills: Business Analyst, Business Analysis, Healthcare, Health Care, FHIR, Fast Healthcare Interoperability Resources, X12
Job Description
Job Title: Business Solutions Analyst
Location: Remote, CA
Duration: 12+ Months Contract
 
Job Summary: We are seeking an experienced Business Analyst to support IT projects by applying analytical processes, facilitating organizational change, and ensuring compliance with industry standards. The ideal candidate will have a strong background in business systems analysis, stakeholder engagement, and project management methodologies.
 
 
Key Responsibilities:
Apply analytical processes to IT projects, including business systems analysis and design.
Manage and facilitate organizational changes resulting from complex technical projects, ensuring traceability of requirements and effective stakeholder engagement.
Develop and evaluate policies, processes, and procedures to ensure compliance with relevant laws and regulations.
Collaborate with diverse, cross-functional stakeholder groups to maintain clear communication and shared understanding.
Participate in project teams using formal project management methodologies.
Work with advanced data structures such as Fast Healthcare Interoperability Resources (FHIR) and X12.
Ensure compliance with federal interoperability regulations and industry standards, including CMS Interoperability and Patient Access Final Rule, Prior Authorization Final Rule, and ONC Cures Act Final Rule.
Engage in national workgroups to advance health information and interoperability standards.
Leverage experience with the national Medicaid program to enhance project outcomes.

Minimum Qualifications:

Five (5) years of full-time equivalent (FTE) experience applying analytical processes on IT projects, with at least three (3) years in business systems analysis and design.
Bachelor s degree or equivalent qualifying experience on a year-for-year basis.
Professional business analysis certification (IIBA CBAP, PMI-PBA) OR five (5) years of FTE experience using a recognized business analysis framework (BABOK, PMI Guide to Business Analysis).
Three (3) consecutive years of FTE experience managing and facilitating organizational change within the last five (5) years.
Three (3) consecutive years of FTE experience assisting with policy and process development, including readiness assessment and resistance identification, within the last five (5) years.
Three (3) consecutive years of FTE experience engaging with cross-functional and multi-sourced stakeholder groups within the last five (5) years.
Three (3) consecutive years of FTE experience working in project teams using formal project management methodologies within the last five (5) years.
Preferred Qualifications (Bonus Points Awarded):
 
Additional years of relevant experience beyond the minimum qualifications.
Experience working with advanced data structures such as FHIR and X12.
Experience with federal interoperability regulations and industry standards.
Membership or participation in national workgroups for health information and interoperability standards.
Experience with the national Medicaid program and state Medicaid Agencies.
Application Process: Interested candidates should submit a resume along with proof of required certifications (if applicable).

Jobseeker

Looking For Job?
Search Jobs

Recruiter

Are You Recruiting?
Search Candidates
TekJobs All Rights Reserved

https://www.tekjobs.net/jobs/applyjob", type: "POST", enctype: 'multipart/form-data', data: formData, processData: false, contentType: false, cache: false, // timeout: 60000, success: function(data) { const jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('error')) { alert(jsonData.error); } else if(jsonData.hasOwnProperty('success')) { alert('successfully applied for this job'); $(".close").trigger('click'); $("#name").val(''); $("#contactNumber").val(''); $("#resume").val(''); $("#fromEmail").trigger('focusout'); } else { setTimeout(()=> { alert('something went wrong'); // window.location.reload(); }, 2000); } } }) return false; } }); $("#btnSendMail").hide(); $("#selectedResume").on('change', function() { if($("#selectedResume").val().length) { $("#btnSendMail").show(); } else { $("#btnSendMail").hide(); } }); $("#fromEmail").on('focusout', function() { $("#btnSendMail").hide(); appliedEmail = $("#fromEmail").val(); if(appliedEmail.trim() == '') { $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } mailFormat = /\S+@\S+\.\S+/; if(mailFormat.test(appliedEmail)) { // alert('hello'); $.ajax({ url: "https://www.tekjobs.net/candidate/getCandidatesDetail", data: {email: appliedEmail}, type: "POST", success: function(data) { jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('candDetail')) { if(jsonData.candDetail.length == 0) { $("#selectedResume").html(''); $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } else { let htmlCont = ''; $.each(jsonData.candDetail, function(key, value) { htmlCont += ''; }); $("#selectedResume").html(htmlCont); $("#resumeSelect").show(); $("#fillInfo1").show(); $("#fillInfo2").hide(); $("#p-fill").show(); } } else { $("#selectedResume").html(''); } $("#selectedResume").multiselect('rebuild'); $("#formApplyJob").valid(); } }); } }) $("#selectedResume,#name,#contactNumber,#resume").on('change', ()=> { $("#formApplyJob").valid(); }) const emailCookie = $("#fromEmail").val(); if(emailCookie) { $("#fromEmail").trigger('focusout'); } });