Morse Code Alphabet Jobs in Usa

3,485 positions found — Page 10

Lead Angular Developer with Python
✦ New
Salary not disclosed

Job Role: Lead Software Engineer - AI Application Platform

Location: Charlotte, NC (Onsite)

Eligibility: USC/GC/H4-EAD only

Pay Rate: $90/hr. on W2

The Opportunity

We are seeking a Lead Software Engineer to guide the architectural development and execution of AppGen, a sophisticated AI-powered application generation platform. This role suits a proven technical leader with deep, hands-on expertise across the full software stack who finds enabling a team to build better software deeply satisfying.

You will shape critical systems, mentor senior and junior developers through complex technical decisions, conduct rigorous code reviews across multiple technology domains, and directly influence the platform's trajectory through strategic engineering leadership.

This is for someone who:

• Engages thoughtfully when a junior developer asks targeted architectural questions—because you see an opportunity to shape how someone thinks about systems

• Takes time to explain subtle type-safety issues in code review, understanding that feedback is a teaching moment

• Can present architecture clearly to executives and confidently explain both what we're building and why it matters

• Finds more energy in the code your team ships than in the code you write individually

• Has proven depth across the full stack and a track record of developing engineers into stronger contributors

If that describes you, we'd like to talk.

Core Responsibilities

1. Technical Architecture & Systems Thinking (40%)

• Shape architectural decisions across the full stack: How should the component layer handle dynamically generated forms? What's the right approach to validate complex cross-field dependencies in the FormBuilder? What separation of concerns makes sense between the Generator Lambda and the Parent Backend?

• Guide architecture discussions: Help senior developers think through design trade-offs. Should we use NgRx or Angular signals for this feature? When does a new Lambda function become worthwhile given cold-start costs?

• Identify and address system-wide bottlenecks: Work across layers to improve performance. Explore Lambda cold-start optimization, RDS query efficiency, and DynamoDB access patterns.

• Establish patterns and guide consistency: Define coding conventions that work across Python, TypeScript, and Terraform. Help new team members understand the reasoning behind architectural choices.

What this looks like in practice: You're able to justify architectural decisions with technical reasoning. When someone questions an approach, you can explain the trade-offs you considered. You can write code in multiple languages to validate an approach if needed.

2. Code Review & Technical Guidance (30%)

• Full-stack PR reviews: Review Python FastAPI endpoints and Angular components with equal depth, understanding how they interact.

• Deep technical review: Catch issues thoughtful code review can surface:

o RxJS Observable lifecycle and potential memory patterns in Angular

o Query efficiency and data loading patterns in SQLAlchemy

o Terraform module organization and state management implications

o Type safety and TypeScript coverage gaps

o AWS security and IAM configurations

• Educational feedback: Your code reviews help the team learn. When you identify an issue, reviewees understand not just what changed, but how to think about similar problems in the future.

• Define quality expectations: Work with the team to establish what \"production-ready\" means for this platform and support consistent application of those standards.

What this requires: Experience reviewing code across teams and multiple languages. You know how to write feedback that resonates—clear, constructive, and focused on helping people improve.

3. Mentorship & Team Development (20%)

• Expand specialist capabilities: Help backend specialists learn to contribute to the forms-engine. Support frontend experts in understanding FastAPI patterns.

• Accelerate junior developers: Pair on complex problems. Explain the reasoning behind patterns like DataState. Connect architectural choices to implementation details and performance implications.

• Identify and address gaps: Recognize when someone is struggling with a technology and provide targeted support—training, pair programming, or guidance through architectural decisions.

• Create growth opportunities: Stretch the team into new areas. A backend engineer working on their first Terraform contribution. A frontend specialist implementing an AWS Lambda authorizer.

What this requires: Genuine investment in people's growth. You've walked developers through major transitions (generalist to specialist, specialist to full-stack, or into new technology areas). You understand that team strength grows when individuals expand their capabilities.

4. Stakeholder Communication & Technical Leadership (10%)

• Explain to diverse audiences: Translate architectural choices and trade-offs for product managers, executives, and business stakeholders. Connect \"optimizing DynamoDB queries\" to \"improving form submission latency by 30%.\"

• Shape technical direction: Contribute the engineering perspective on feasibility, risk, and what unlocks future capabilities.

• Support release confidence: You understand the code changes, comprehend the risks, and know what to monitor. You can stand behind releases.

Required Qualifications

Technical Skills

Frontend (Production Experience)

• 5+ years of Angular (including handling version migrations, optimizing change detection, and guiding teams through reactive patterns)

• Strong TypeScript skills with generics, discriminated unions, and strict mode

• RxJS depth: You understand hot vs. cold observables, unsubscription patterns, and can identify potential memory issues in reviews

• NgRx state management: You've designed stores at scale, optimized selectors, and evaluated architectural implications

• CSS Grid & Responsive Design: You can assess component hierarchy and layout decisions

• Material Design: You've worked within it and know when and how to extend it

Backend (Production Experience)

• 5+ years of Python (async/await, type hints, data modeling)

• FastAPI production experience: session management, dependency injection, middleware

• SQL and ORMs (SQLAlchemy): You write efficient queries and review them critically

• AWS services: Understanding of Lambda behavior, IAM least-privilege patterns, VPC networking

• REST API design: Versioning, error handling, idempotency

• Testing frameworks: pytest, testing st

Not Specified
Lead AI Application Platform in Charlotte, NC Hybrid Job
✦ New
Salary not disclosed

Title: Lead Software Engineer - AI Application Platform

Mode of interview 1 round in person

Location: Must be in Charlotte, NC to work Hybrid Model

Main Skill set: Python, AI and Angular

Description:

Lead Software Engineer - AI Application Platform

The Opportunity

We are seeking a Lead Software Engineer to guide the architectural development and execution of the client, a sophisticated AI-powered application generation platform. This role suits a proven technical leader with deep, hands-on expertise across the full software stack who finds enabling a team to build better software deeply satisfying.

You will shape critical systems, mentor senior and junior developers through complex technical decisions, conduct rigorous code reviews across multiple technology domains, and directly influence the platform's trajectory through strategic engineering leadership.

This is for someone who:

  • Engages thoughtfully when a junior developer asks targeted architectural questions—because you see an opportunity to shape how someone thinks about systems
  • Takes time to explain subtle type-safety issues in code review, understanding that feedback is a teaching moment
  • Can present architecture clearly to executives and confidently explain both what we're building and why it matters
  • Finds more energy in the code your team ships than in the code you write individually
  • Has proven depth across the full stack and a track record of developing engineers into stronger contributors

This is not a single-language codebase. The role requires the ability to make informed decisions on TypeScript design patterns, Python FastAPI architecture, AWS security posture, and Terraform state management in context with one another.

The Platform Challenge

The client is fundamentally a Platform-as-a-Service (PaaS) for dynamic application generation. This differs from building a traditional SaaS product. Rather than building one application, you're building infrastructure that enables users to build their own applications.

What this means architecturally:

  • Dynamic Content Generation at Scale: Unlike traditional development where code is fixed, AppGen generates JSON form schemas, validation rules, and UI layouts on demand. The FormBuilder component doesn't know what fields will exist until runtime. The layout engine renders user-designed screens from configuration, not hardcoded templates.
  • Multi-Tenant Isolation & Data Segregation: Each user gets their own generated app, potentially deployed to their own AWS environment. The architecture must account for data isolation, namespace management, and cross-tenant security considerations.
  • User-Defined Data Structures: Traditional applications are built with predetermined database schemas. AppGen works differently—form structures, field types, and validation rules emerge from user conversations with Claude. This brings engineering challenges: How do you safely execute validation logic that users define? When users modify existing forms that have thousands of submissions, how do you maintain backward compatibility? How do you version schemas?
  • Content Rendering, Not Code Generation: Unlike traditional no-code platforms where users drag-and-drop to build, AppGen uses AI instead. Users chat with Claude, Claude generates a form schema, and your platform renders that schema reliably across diverse field types, validation patterns, and workflows. The system renders configurations for immediate use, rather than generating code for later deployment.

Experience that directly transfers:

  • You've contributed to or led development of low-code/no-code platforms (visual builders, workflow engines, configuration-driven systems)
  • You've worked on SaaS platforms with multi-tenant architecture and understand isolation strategies, rate limiting, and per-customer customization
  • You've built dynamic rendering systems that handle unknown/arbitrary schemas at runtime
  • You've addressed the unique challenges of treating data configurations as user-created content (form builders, report designers, automation workflows)
  • You understand the difference between platform infrastructure and applications built on that infrastructure—and the architectural implications of each

Core Responsibilities

1. Technical Architecture & Systems Thinking (40%)

  • Shape architectural decisions across the full stack: How should the component layer handle dynamically generated forms? What's the right approach to validate complex cross-field dependencies in the FormBuilder? What separation of concerns makes sense between the Generator Lambda and the Parent Backend?
  • Guide architecture discussions: Help senior developers think through design trade-offs. Should we use NgRx or Angular signals for this feature? When does a new Lambda function become worthwhile given cold-start costs?
  • Identify and address system-wide bottlenecks: Work across layers to improve performance. Explore Lambda cold-start optimization, RDS query efficiency, and DynamoDB access patterns.
  • Establish patterns and guide consistency: Define coding conventions that work across Python, TypeScript, and Terraform. Help new team members understand the reasoning behind architectural choices.
  • What this looks like in practice: You're able to justify architectural decisions with technical reasoning. When someone questions an approach, you can explain the trade-offs you considered. You can write code in multiple languages to validate an approach if needed.

2. Code Review & Technical Guidance (30%)

  • Full-stack PR reviews: Review Python FastAPI endpoints and Angular components with equal depth, understanding how they interact.
  • Deep technical review: Catch issues thoughtful code review can surface:
  • RxJS Observable lifecycle and potential memory patterns in Angular
  • Query efficiency and data loading patterns in SQLAlchemy
  • Terraform module organization and state management implications
  • Type safety and TypeScript coverage gaps
  • AWS security and IAM configurations
  • Educational feedback: Your code reviews help the team learn. When you identify an issue, reviewees understand not just what changed, but how to think about similar problems in the future.
  • Define quality expectations: Work with the team to establish what \"production-ready\" means for this platform and support consistent application of those standards.
  • What this requires: Experience reviewing code across teams and multiple languages. You know how to write feedback that resonates—clear, constructive, and focused on helping people improve.

3. Mentorship & Team Development (20%)

  • Expand specialist capabilities: Help backend specialists learn to contribute to the forms-engine. Support frontend experts in understanding FastAPI patterns.
  • Accelerate junior developers: Pair on complex problems. Explain the reasoning behind patterns like DataState. Connect architectural choices to implementation details and performance implications.
  • Identify and address gaps: Recognize when someone is struggling with a technology and provide targeted support—training, pair programming, or guidance through architectural decisions.
  • Create growth opportunities: Stretch the team into new areas. A backend engineer working on their first Terraform contribution. A frontend specialist implementing an AWS Lambda authorizer.
  • What this requires: Genuine investment in people's growth. You've walked developers through major transitions (generalist to specialist, specialist to full-stack, or into new technology areas). You understand that team strength grows when individuals expand their capabilities.

4. Stakeholder Communication & Technical Leadership (10%)

  • Explain to diverse audiences: Translate architectural choices and trade-offs for product managers, executives, and business stakeholders. Connect \"optimizing DynamoDB queries\" to \"improving form submission latency by 30%.\"
  • Shape technical direction: Contribute the engineering perspective on feasibility, risk, and what unlocks future capabilities.
  • Support release confidence: You understand the code changes, comprehend the risks, and know what to monitor. You can stand behind releases.

Required Qualifications

Technical Skills

Frontend (Production Experience)

  • 5+ years of Angular (including handling version migrations, optimizing change detection, and guiding teams through reactive patterns)
  • Strong TypeScript skills with generics, discriminated unions, and strict mode
  • RxJS depth: You understand hot vs. cold observables, unsubscription patterns, and can identify potential memory issues in reviews
  • NgRx state management: You've designed stores at scale, optimized selectors, and evaluated architectural implications
  • CSS Grid & Responsive Design: You can assess component hierarchy and layout decisions
  • Material Design: You've worked within it and know when and how to extend it

Backend (Production Experience)

  • 5+ years of Python (async/await, type hints, data modeling)
  • FastAPI production experience: session management, dependency injection, middleware
  • SQL and ORMs (SQLAlchemy): You write efficient queries and review them critically
  • AWS services: Understanding of Lambda behavior, IAM least-privilege patterns, VPC networking
  • REST API design: Versioning, error handling, idempotency
  • Testing frameworks: pytest, testing st

Remote working/work at home options are available for this role.
Not Specified
Physician Advisor - Strategic Quality Performance
Salary not disclosed
Lakeland, FL 2 days ago

Position Details


Lakeland Regional Health is a leading medical center located in Central Florida. With a legacy spanning over a century, we have been dedicated to serving our community with excellence in healthcare. As the only Level 2 Trauma center for Polk, Highlands, and Hardee counties, and the second busiest Emergency Department in the US, we are committed to providing high-quality care to our diverse patient population. Our facility is licensed for 910 beds and handles over 200,000 emergency room visits annually, along with 49,000 inpatient admissions, 21,000 surgical cases, 4,000 births, and 101,000 outpatient visits.


Lakeland Regional Health is currently seeking motivated individuals to join our team in various entry-level positions. Whether you're starting your career in healthcare or seeking new opportunities to make a difference, we have roles available across our primary and specialty clinics, urgent care centers, and upcoming standalone Emergency Department. With over 7,000 employees, Lakeland Regional Health offers a supportive work environment where you can thrive and grow professionally.


Work Hours per Biweekly Pay Period: 80.00

Shift:

Location: 1324 Lakeland Hills Blvd Lakeland, FL

Pay Rate: Min $161,200.00 Mid $215,300.80


Position Summary


The Physician Advisor serves as a liaison between the clinical document improvement (CDI) team, which includes hospital coders; members of the Hospital's administration; the Medical Staff of the hospital; and the hospital's Utilization Management to facilitate the development and implementation of clinical documentation improvement initiatives. The Physician Advisor is pivotal in leveraging his or her clinical position to demonstrate the association of care delivery with specificity in documentation. The Physician Advisor is responsible for conducting clinical reviews referred by the Utilization Management, Coding and Clinical Documentation Improvement departments. The Physician Advisor will assist with reviews and appeals of DRG and medical necessity denials.

Position Responsibilities


People At The Heart Of All We Do

  • Fosters an inclusive and engaged environment through teamwork and collaboration.
  • Ensures patients and families have the best possible experiences across the continuum of care.
  • Communicates appropriately with patients, families, team members, and our community in a manner that treasures all people as uniquely created.


Stewardship

  • Demonstrates responsible use of LRH's resources including people, finances, equipment and facilities.
  • Knows and adheres to organizational and department policies and procedures.


Safety And Performance Improvement

  • Behaves in a mindful manner focused on self, patient, visitor, and team safety.
  • Demonstrates accountability and commitment to quality work.
  • Participates actively in process improvement and adoption of standard work.


Supervisor/Team Lead Capabilities

  • Demonstrates accountability for shift/team operations and care/service delivery to support achievement of organizational priorities.
  • Coaches front line team members to support ongoing professional development and hardwire technical and professional capabilities.
  • Creates a high performing team by building strong relationships, delegating work and nurturing commitment and engagement.
  • Manages team conflict/issues implementing appropriate corrective actions, improvement plans and regular performance evaluations.
  • Applies change management best practices and standard work to support departmental changes and ensure effective team transition.
  • Promotes a healthy and safe culture to advance system, team and service experien


Standard Work: Physician Advisor

  • Acts as a liaison between the CDI professionals, Health Information Management, and the hospital's medical staff to facilitate accurate and complete documentation for coding and abstracting of clinical data, capture of severity, acuity and risk of mortality, HCC/risk adjustment in addition to Diagnosis Related Group (DRG) assignment.
  • Perform concurrent and retrospective reviews of selected health records as it pertains to CDI and coding validation, and participate in the development of clinically appropriate and compliant provider queries to further clarify documentation.
  • Educates individual hospital staff physicians about International Classification of Diseases (ICD) coding guidelines and clinical terminology to improve their understanding of severity, acuity, risk of mortality, HCC/risk adjustment and DRG assignments on their individual patient records.
  • Assists with the evaluation and appeal of concurrent and restrospective denials and retrospective DRG downgrades. May perform peer-to-peer meetings as required.
  • Participates in the coding and CDI programs and identifies potential areas for improved documentation of services. Also participates in the Coding and CDI meetings and provides ongoing education to the team members.
  • Provides peer to peer communication to affect the appropriate response for those cases where the physician fails to respond or questions the need for queries.
  • Responsible for writing and submitting appeals (multiple levels as needed) specifically around medical necessity, non-covered services, authorizations, and inpatient/observation stay related denials. May perform peer-to-peer meetings as required.
  • The Physician Advisor is pivotal in leveraging his or her clinical position to demonstrate the association of care delivery with specificity in documentation through effective communication and education of the respective parties.
  • Provides his or her expert opinion in relation to clinical validity assessments, and, furthermore, the development of clinically robust and appropriate queries.
  • Serves as second level reviewer for UM, providing guidance on appropriate/alternate levels of care based on InterQual guidelines and other appropriate criteria.


Competencies & Skills


Essential:

  • Broad knowledge base of clinical medicine across all specialties.
  • Basic coding guidelines regarding the selection of the principal diagnosis and reporting additional diagnoses and procedures; understanding the DRG system; levels of comorbidities; and concepts of risk adjustment, severity of illness, risk of mortality, case mix index, prospective payment, hospital acquired conditions, patient safety indicators.
  • Organize tasks effectively and efficiently and the ability to act independently through the application of critical thinking skills.
  • Computer skills appropriate to position
  • Excellent written and verbal communication skills.


Qualifications & Experience


Essential:

  • Medical Degree

Essential:

  • Licensed to practice medicine in the state of Florida, shall be board certified in internal medicine, and shall meet any other reasonable professional criteria established by LRH or the hospital.

Other information:

Experience Essential:

- Minimum of two years of experience in conducting coding and CDI reviews.

- Knowledge of coding guidelines and how it translates from clinical documentation.

- Knowledge of DRGs, Risk of Mortality, Severity of Illness, Mortality Rate, HCC/risk adjustment, CMI and the impact of clinical documentation/coding in relation to these metrics.

- Excellent computer skills with prior exposure to use of Microsoft Office suite

Not Specified
Certified Risk Adjustment Coder (Medical)
Salary not disclosed
Corpus Christi, TX 2 days ago

We are seeking a detail-oriented Certified Risk Adjustment Coder to join our healthcare team. This role involves working directly within a clinical or administrative unit to ensure accurate and compliant coding of medical procedures, diagnoses, and services. The ideal candidate will be embedded in day-to-day operations, collaborating closely with physicians, nurses, and billing staff to support efficient documentation and reimbursement processes.


This is a hybrid role, and requires 3 days a week in the office


Key Responsibilities:

  • Review and analyze patient medical records to assign appropriate ICD-10, CPT, and HCPCS codes.
  • Ensure coding accuracy and compliance with federal regulations, payer policies, and internal standards.
  • Collaborate with healthcare providers to clarify documentation and resolve coding discrepancies.
  • Submit coded data to billing systems to initiate insurance claims and support reimbursement.
  • Maintain and update patient data for long-term tracking and reporting.
  • Participate in audits and quality reviews to ensure coding integrity.
  • Stay current with changes in medical coding guidelines, CMS updates, and payer requirements.
  • Support internal compliance and contribute to external audit readiness.

Qualifications:

  • Certified Risk Adjustment Coder (CRC) Certification
  • Minimum 2–3 years of experience in medical risk adjustment coding, preferably in an embedded or integrated healthcare setting.
  • Familiarity with value-based care and risk-bearing contracts.
  • Strong understanding of medical terminology, anatomy, and disease classification systems.
  • Proficiency with Electronic Health Records (EHR) and coding software.
  • Working knowledge of Microsoft Office.
  • Excellent attention to detail and analytical skills.
  • Ability to work collaboratively in a fast-paced clinical environment.

Preferred Skills:

  • Experience with inpatient, outpatient, or specialty coding.
  • Ability to engage with providers.
  • Familiarity with payer-specific coding requirements and reimbursement processes.
  • Strong communication skills for cross-functional collaboration.
  • Knowledge of HIPAA and confidentiality protocols.
Not Specified
Medical Coder
✦ New
Salary not disclosed

Health Plan Coding Contractor (Dental & Vision Experience Preferred)

Role Type: Contract

Experience Level: 2 - 3 year minimum preferred

Work Arrangement: Remote eligible (certain time zones preferred)

Hourly Rate Range - $30 / hour - $34/hour

Overview

We are seeking two Health Plan Coding Contractors to support backend medical benefit configuration and coding for health plan implementations. One of the roles requires specific experience in dental and vision coding.

These contractors will work closely with internal operations teams and implementation stakeholders to build, configure, and maintain accurate benefit structures within a health plan platform. The work involves handling protected health information (PHI), reviewing plan documents, and translating benefit details into coded system configurations.

Candidates should be comfortable working in a collaborative environment with operational leaders while also managing technical coding responsibilities independently.

Key Responsibilities

Health Plan Coding & Configuration

  • Perform backend medical benefit coding and configuration within the claims adjudication system.
  • Translate complex plan documentation such as Summary Plan Descriptions (SPDs) and Evidence of Coverage (EOC) into accurate system configurations.
  • Support the build and implementation of member benefits based on plan documentation and contractual agreements.
  • Work with internal teams to ensure coded benefits align with operational and compliance requirements.

Quality Assurance & Compliance

  • Conduct validation and quality checks to ensure coding accuracy, consistency, and compliance with applicable regulations.
  • Perform audits on coded benefits to ensure correct implementation across systems.
  • Identify and resolve edge cases or complex benefit scenarios affecting claim processing.

Cross-Functional Collaboration

  • Partner with internal operational managers on backend initiatives and process improvements.
  • Work closely with implementation and launch teams responsible for onboarding new health plans and coordinating with insurance partners.
  • Collaborate with operations teams to support benefit updates, claim processing accuracy, and issue resolution.

Process & Workflow Support

  • Assist with workflow processes related to benefit configuration changes, including:
  • Creating system rules to pause impacted claims when updates are required
  • Conducting manual review to ensure proper claim adjudication
  • Monitoring results before releasing claims back into automated processing

Required Qualifications

  • Minimum 2years - 3 year of experience in medical coding, health plan coding, or benefit configuration.
  • Experience working with health plan benefit structures or claims systems.
  • Dental and vision coding experience required for one role.
  • Familiarity with payer or third-party administrator (TPA) environments is preferred.
  • Strong attention to detail and ability to interpret complex plan documentation.
  • Ability to manage tasks independently while collaborating with cross-functional teams.

Preferred Qualifications

  • Experience working with enterprise benefit platforms such as Facets, QNXT, HealthRules, or similar systems.
  • Knowledge of healthcare regulatory frameworks affecting benefit design and claims processing.
  • Prior experience supporting health plan implementations or benefit builds.


Pride Global offers eligible employee's comprehensive healthcare coverage (medical, dental, and vision plans), supplemental coverage (accident insurance, critical illness insurance and hospital indemnity), 401(k)-retirement savings, life & disability insurance, an employee assistance program, legal support, auto, home insurance, pet insurance and employee discounts with preferred vendors.

Not Specified
Revenue Cycle Manager
✦ New
Salary not disclosed
Panama City, FL 1 day ago

Position Summary

The Revenue Cycle Manager directs the overall functions of the department, aiming to maximize revenue collection and improve cash flow. Additionally, this position focuses on fostering positive relationships with patients, physicians, and other stakeholders, ensuring a smooth and efficient billing process while maintaining high standards of customer service.



Responsibilities:

  • Oversee the daily operations of the billing and coding department, including staff scheduling, work assignments, and ensuring timely and accurate completion of tasks.
  • Ensure that billing and coding processes adhere to company, state, and federal regulations.
  • Serve as the primary expert and point of contact for all coding and billing processes within the organization.
  • Evaluate, analyze, and implement reimbursement codes and billing practices, including managing additions, changes, and deletions in the EMR system.
  • Resolve complex coding discrepancies by thoroughly reviewing medical records to ensure accurate diagnosis coding.
  • Analyze patient billing complaints and observations, identifying areas for improvement and implementing corrective procedures to ensure best billing practices.
  • Assist with the ongoing recruitment, hiring, training, and development of billing and coding staff.
  • Ensure proper staffing levels, monitor employee leave, and manage overtime usage effectively.
  • Regularly monitor departmental productivity and provide timely, constructive feedback to employees.
  • Serve as a resource for physicians and other staff members regarding billing and coding information and guidance.
  • Assist in the development and implementation of policies and procedures related to billing and coding operations.
  • Proactively manage and communicate significant coding issues, project statuses, and address barriers or successes in a timely manner.
  • Maintain up-to-date knowledge of regulatory changes impacting coding requirements and ensure staff education and compliance.
  • Report emerging issues or trends promptly and take corrective action as needed.
  • Support EMR system implementations and upgrades, providing coding resources for testing to ensure optimal performance post-implementation.
  • Assist in the preparation and analysis of the departmental budget, ensuring resources are allocated effectively.
  • Regular, predictable on site attendance
  • Perform other duties as assigned to support the department and organizational goals.



Education/Experience:

  • Bachelor's degree in health information management, Business Administration, Finance, or a related field preferred; or equivalent work experience.
  • Certification in medical coding (e.g., CPC, CCS, or COC) is strongly preferred.
  • Minimum of 3-5 years of experience in medical billing and coding, including hands-on experience with coding systems (CPT, ICD-10, HCPCS) and insurance claims management.
  • Previous experience in a leadership or supervisory role within a billing and coding department, with demonstrated ability to manage and develop staff.
  • Familiarity with Electronic Medical Records (EMR) systems and experience with system implementations or upgrades.
  • In-depth knowledge of federal, state, and payer-specific billing regulations and compliance requirements.
  • Strong background in reviewing medical records and ensuring accurate coding to maximize reimbursement.
  • Experience with financial and budgeting processes related to billing departments.
  • Prior experience in healthcare revenue cycle management or similar roles within a healthcare setting.



PanCare provides a comprehensive benefits package to include medical, dental and vision insurance. In addition, to health coverage, we offer 14 paid holidays and 3 weeks of paid vacation per year. Employees are also eligible to participate in our 403(b) plan with a 6% employer match and 3% base employer contribution.

Not Specified
Bioinformatics Research Associate II
✦ New
Salary not disclosed
Waltham, MA 11 hours ago

Immediate need for a talented Bioinformatics Research Associate II . This is a 12+months contract opportunity with long-term potential and is located in Waltham, MA (Onsite). Please review the job description below and contact me ASAP if you are interested.


Job ID:26-08726


Pay Range: $40 - $50/hour. Employee benefits include, but are not limited to, health insurance (medical, dental, vision), 401(k) plan, and paid sick leave (depending on work location).


Key Responsibilities:


  • Manager Notes:
  • DIL: bio to support next-gen sequencing group. Some are in the lab, some are writing codes and analytical pipelines, working with Client coding and development systems, collaborating with the lab team, lots of coding, working with quality teams to ensure meeting metrics.
  • Should have experience with at least one or two of the following. e.g., FastQC, Bowtie2, SAMtools, NCBI BLAST+, Nextflow, etc.). NGS pipeline development.
  • 9-5 some wiggle room if they need to come in earlier leave earlier, Onsite but if they need a day or two here and there they can request a day to work remote A strong candidate would have Coding experience, papers published on coding, need next gen sequencing analysis, gene therapy group so if they have some exp in that or bio that would be a great advantage.
  • Relevant experience is more important than a degree for the role.
  • Does not want to see anyone with zero coding experience. No mention of the tools list would be a hard pass.
  • Support computational needs for the development and validation of NGS-based assays.
  • Work closely with a multi-disciplinary team of scientists and engineers to implement genomic analytical solutions for programs spanning precandidate selection through late phase clinical development.
  • Develop, execute, and maintain NGS analysis pipelines for execution in cloud-based computational environments.
  • Keep records of development work and testing in a GxP environment utilizing electronic notebook solutions.
  • Represent the group at internal meetings.


Key Requirements and Technology Experience:


  • Key Skills;Should have experience with at least one or two of the following. e.g., FastQC, Bowtie2, SAMtools, NCBI BLAST+, Nextflow, etc.)
  • Minimum of 1 year of experience with NGS, spanning knowledge and hands-on dry-lab experience.
  • Scripting experience in coding languages (e.g., bash, awk, Python, R, etc.).
  • A strong candidate would have Coding experience, papers published on coding, need next-gen sequencing analysis, and gene therapy.
  • Degree in a relevant computer science discipline with a minimum of 3 years of relevant industry experience.
  • Minimum of 1 year experience with NGS, spanning knowledge and hands-on dry-lab experience.
  • Expertise in bioinformatics with a working understanding of genomic analysis solutions (e.g., FastQC, Bowtie2, SAMtools, NCBI BLAST+, Nextflow, etc.).
  • Scripting experience in coding languages (e.g., bash, awk, Python, R, etc.).
  • Understanding of NGS platforms, specifically those utilizing the synthesis by sequencing technique (i.e., Illumina platforms).
  • Ability to work independently and adapt under aggressive and/or changing timelines.
  • Familiarity with the software development lifecycle (e.g., Git).
  • Automated unit testing for test-driven design (TDD).
  • Familiarity with basic molecular biology techniques (e.g., ligation, PCR, and qPCR) as well as nucleic acid extraction and analysis techniques (e.g., Nanodrop, DNA fragment analyzers, ddPCR, etc.).
  • Knowledge of and experience with other sequencing platforms (i.e., SMRT sequencing).
  • Prior experience in leading the internalization of custom NGS analysis pipelines is highly preferred.
  • Wet-lab method development experience to support NGS workflows.


Our client is a leading Pharmaceutical Industry, and we are currently interviewing to fill this and other similar contract positions. If you are interested in this position, please apply online for immediate consideration.


Pyramid Consulting, Inc. provides equal employment opportunities to all employees and applicants for employment and prohibits discrimination and harassment of any type without regard to race, colour, religion, age, sex, national origin, disability status, genetics, protected veteran status, sexual orientation, gender identity or expression, or any other characteristic protected by federal, state or local laws.


By applying to our jobs you agree to receive calls, AI-generated calls, text messages, or emails from Pyramid Consulting, Inc. and its affiliates, and contracted partners. Frequency varies for text messages. Message and data rates may apply. Carriers are not liable for delayed or undelivered messages. You can reply STOP to cancel and HELP for help. You can access our privacy policy here.

Not Specified
Medical Records Director Non Nurse/HIM
Salary not disclosed
Houston, TX 4 days ago


Position Summary

  • The Medical Records Director (Non-Nurse) maintains the patients’ clinical records, including coding, auditing, and providing pertinent staff education regarding recordkeeping procedures in accordance with all applicable laws, regulations, and Life Care standards. Serves as the designated Privacy Officer for the facility.
  • Reports to Executive Director (ED)

Education, Experience, and Licensure/Certifications

  • Bachelor’s degree OR an equivalent combination of education and experience
  • Credentialed as a Registered Health Information Administrator (RHIA) OR as a Registered Health Information Technician (RHIT) OR have a degree in a health related field with extensive training and demonstrated competence in the HIM field
  • Training in post-acute care health information management

Specific Requirements

  • Demonstrate knowledge of State and Federal legal requirements relating to documentation, confidentiality, and legal issues pertaining to health information
  • Demonstrate efficient usage of complex computer software systems
  • Functional knowledge in field of practice
  • Make independent decisions when circumstances warrant such action
  • Knowledgeable of medical records practices and procedures as well as the laws, regulations, and guidelines governing medical records functions in the post-acute care facility
  • Implement and interpret the programs, goals, objectives, policies, and procedures of the medical records department
  • Perform proficiently in all competency areas including but not limited to: medical coding, auditing, clinical records, privacy official responsibilities, supervisory responsibilities, patient rights, and safety and sanitation
  • Maintains confidentiality of all proprietary and/or confidential information
  • Understand and follow company policies including harassment and compliance procedures
  • Displays integrity and professionalism by adhering to Life Care’s Code of Conduct and completes mandatory Code of Conduct and other appropriate compliance training
  • Promotes a culture of integrity, maintains an “open door” policy, and does not participate in or allow retaliation against those who report good faith concerns
  • Actively implements the compliance program and Code of Conduct and ensures 100% participation by department staff

Essential Functions

  • Audit and complete ongoing review of all patients’ clinical records to ensure documentation and performance compliance
  • Maintain current, overflow, and discharged record filing systems
  • Serve as the facility’s Privacy Officer for HIPAA compliance
  • Understand and apply LTC payment systems, including Medicare
  • Use ICD-10-CM coding
  • Use CPT/HCPCS coding systems
  • Effectively communicate with physicians, nursing staff, and allied health personnel
  • Interview, hire, train, evaluate, counsel, and supervise medical records staff
  • Exhibit excellent customer service and a positive attitude towards patients
  • Assist in the evacuation of patients
  • Demonstrate dependable, regular attendance
  • Concentrate and use reasoning skills and good judgment
  • Communicate and function productively on an interdisciplinary team
  • Sit, stand, bend, lift, push, pull, stoop, walk, reach, and move intermittently during working hours
  • Read, write, speak, and understand the English language
  • Must be able to lift 35 lbs floor to waist, lift 35 lbs waist to shoulder, lift and carry 35 lbs, and push/pull 35 lbs
permanent
Cloud Platform Engineer
Salary not disclosed
Charlotte 3 days ago
A financial firm is looking for a Cloud Platform Engineer to join their team in Charlotte, NC.

Compensation: $150-200k Responsibilities: • Finding and improving operational efficiencies to best suit Cloud resource delivery, access management and security implementations.

• Support of production workloads within a multi-Cloud environment, including, but not limited to monitoring, patching, backup and restoration of Cloud resources.

• Delivery of Cloud infrastructure for partner solutions.

• Creation and support of automation and infrastructure as code solutions for resource creation and policy, leveraging PowerShell/Azure DevOps, Ansible and other approved corporate automation and orchestration platforms.

• Sound familiarity with orchestration and automation practices at scale, with a heavy emphasis on designing solutions for other teams to consume.

• Prior experience working with version control tools such as Github / Azure DevOps, including repository management, pipeline as code, and sdlc workflows.

• Basic understanding/debugging experience when it comes to application infrastructure, databases, networking, and DNS.

• Design, creation and maintenance of complex Infrastructure as Code and Pipelines as Code solutions in a highly reusable capacity.

• Work with internal teams and vendors on the integration of a diverse set of systems into the central ITSM/ITOM platform, ServiceNow.

• Participate in the automated implementation of monitoring systems, for event monitoring, alerting and metrics.

• Client opportunities and help facilitate a mechanism to change, evolve, improve, and simplify the infrastructure and supporting processes/procedures.

• Directly interface with support teams across all disciplines, to facilitate a closer relationship for collaborative implementations and knowledge sharing.

• Ensure handover of new/updated systems/documentation to team providing 24x7x365 support.

Qualifications: • Proficiency in Cloud services related to one or more Cloud providers including IaaS, PaaS and SaaS.

• Strong automation skillset with the ability to identify and create automation workflows.

• Strong PowerShell or other scripting experience, especially with the goal of automation.

• Experience with infrastructure as code development and iteration in either Terraform/ARM/Bicep/CloudFormation.

• Hands on operational experience and knowledge with Azure or AWS.

• Experience with monitoring and log aggregation tools such as Azure Monitor, Log Analytics, CloudWatch, CloudTrail, Splunk, ELK, etc.

• Basic knowledge of foundational IT tooling across a wealth of domains to facilitate understanding of automation creation.

• Fundamental understanding of public vs private networking in the Cloud.

• Strong knowledge on Git merging and branching strategies.

• Ability to execute proof of concepts and deploy complex solutions.

• Understanding of typical SDLC processes, workflow as pertaining to infrastructure.

• Basic understanding of Atlassian Suite (Jira/Confluence) is a plus.

• Prior experience working with orchestration tools (Rundeck/Cutover preferred) and infrastructure-as-code tools (HashiCorp Terraform).

• Excellent verbal and written communication skills and ability to articulate requirements, concepts and ideas to business and technology partners.

• Strong technical ability for diagnosis, triage, troubleshooting and problem analysis with the ability to communicate results to business stakeholders, IT support teams to resolve issues both quickly and effectively.

• Ability to influence people outside the immediate span of control, negotiate and resolve conflicts, and work with business users, IT partners and vendors.

• High-Level customer service mindset and commitment to deliver quality results to internal stakeholders in a demanding environment.

• A strong sense of urgency and accountability with exceptional time management skills.

• Comfortable in effectively communicating with business end users, technical IT Teams, network partners and vendors.

• Comfortable in fast-paced environment with changing priorities and schedules.
Not Specified
Specialist - Interactive
✦ New
Salary not disclosed
Irving, Texas 1 day ago
job summary:
Job description

Role:: Senior Framework Architect - Angular (x1)

Location:: Irving, TX

The Senior Framework architect will lead the development of the Angular codebase for our internal design system, strongly contributing to the development and strategic technical direction of internal frameworks, products and systems. You will ensure stability and scalability of the framework, and work closely with the rest of our framework development team, and with the CSS lead.

The framework architect will be integrated within the Design team to produce code that aligns to the standards defined in our internal design library. Your primary task is to help build and maintain the internal Angular framework, which is used to create innovative and intuitive digital products that deliver best-in-class user experience and usability to our clients, both internally and externally. In this role, you will have opportunities to partner with Technology colleagues to provide support for onboarding to the Design System and to better understand how your work fits into the strategic objectives of the organization.

Responsibilities

Lead the development of the Angular Framework that is aligned to our internal Design System components.

Familiarity with and help with support of the React UI Library

Work with the team to understand priority and urgency, while escalating blockers or delays

Investigate bugs, and provide support to reduce risk for our users

Handle framework upgrades and feature requests

Ensure clear migration path for applications to remain on latest technology and design standards

Follow internal standards for build processes and publishing to ensure stability of framework

Keep the framework current with the latest trends both internally and externally

Provide technical analysis and solutions to issues and technical direction

Required Skills:

8-10 years experience writing professional-quality shared component libraries with expertise in n TypeScript, Angular, and a solid foundational understanding of HTML/CSS

Expertise in working with reusable code that is integrated with modern design systems

Write high-quality code that is well-documented and easy to maintain

Quality of work and speed of execution are crucial for success in this role.

A growth mindset and willingness to learn and adapt in a fast-paced environment

Strong attention to detail & analytical skills

Experience delivering with an agile methodology and using bitbucket/github and jira to manage development

Experience in development of end to end testing, unit testing

Strong communication skills, and ability to raise escalate concerns when appropriate

Stay up to date on the latest software development trends and technologies

Support for developers looking to onboard and contribute to the design system

Interest in working with Design Systems at scale, and developing within the structures of a design driven framework

Desirable Skills & Experience

Interest in Design, methodologies of design systems

Interest in enablement of AI in conjunction with maintenance and alignment to Design Systems

Keen interest in, or knowledge of, banking or finance

Education:

Bachelor's/University degree or equivalent experience

Skills

Mandatory Skills : Design systems

location: Irving, Texas
job type: Permanent
work hours: 8am to 4pm
education: Bachelors

responsibilities:
Job description Role:: Senior Framework Architect - Angular (x1)

Location:: Irving, TX

- The Senior Framework architect will lead the development of the Angular codebase for our internal design system, strongly contributing to the development and strategic technical direction of internal frameworks, products and systems. You will ensure stability and scalability of the framework, and work closely with the rest of our framework development team, and with the CSS lead.
- The framework architect will be integrated within the Design team to produce code that aligns to the standards defined in our internal design library. Your primary task is to help build and maintain the internal Angular framework, which is used to create innovative and intuitive digital products that deliver best-in-class user experience and usability to our clients, both internally and externally. In this role, you will have opportunities to partner with Technology colleagues to provide support for onboarding to the Design System and to better understand how your work fits into the strategic objectives of the organization.

Responsibilities

- Lead the development of the Angular Framework that is aligned to our internal Design System components.
- Familiarity with and help with support of the React UI Library
- Work with the team to understand priority and urgency, while escalating blockers or delays
- Investigate bugs, and provide support to reduce risk for our users
- Handle framework upgrades and feature requests
- Ensure clear migration path for applications to remain on latest technology and design standards
- Follow internal standards for build processes and publishing to ensure stability of framework
- Keep the framework current with the latest trends both internally and externally
- Provide technical analysis and solutions to issues and technical direction

Required Skills:

- 8-10 years experience writing professional-quality shared component libraries with expertise in n TypeScript, Angular, and a solid foundational understanding of HTML/CSS
- Expertise in working with reusable code that is integrated with modern design systems
- Write high-quality code that is well-documented and easy to maintain
- Quality of work and speed of execution are crucial for success in this role.
- A growth mindset and willingness to learn and adapt in a fast-paced environment
- Strong attention to detail & analytical skills
- Experience delivering with an agile methodology and using bitbucket/github and jira to manage development
- Experience in development of end to end testing, unit testing
- Strong communication skills, and ability to raise escalate concerns when appropriate
- Stay up to date on the latest software development trends and technologies
- Support for developers looking to onboard and contribute to the design system
- Interest in working with Design Systems at scale, and developing within the structures of a design driven framework

Desirable Skills & Experience

- Interest in Design, methodologies of design systems
- Interest in enablement of AI in conjunction with maintenance and alignment to Design Systems
- Keen interest in, or knowledge of, banking or finance

Education:

Bachelor's/University degree or equivalent experience

Skills Mandatory Skills : Design systems

qualifications:
Bachelors

Equal Opportunity Employer: Race, Color, Religion, Sex, Sexual Orientation, Gender Identity, National Origin, Age, Genetic Information, Disability, Protected Veteran Status, or any other legally protected group status.

At Randstad Digital, we welcome people of all abilities and want to ensure that our hiring and interview process meets the needs of all applicants. If you require a reasonable accommodation to make your application or interview experience a great one, please contact

Pay offered to a successful candidate will be based on several factors including the candidate's education, work experience, work location, specific job duties, certifications, etc. In addition, Randstad Digital offers a comprehensive benefits package, including: medical, prescription, dental, vision, AD&D, and life insurance offerings, short-term disability, and a 401K plan (all benefits are based on eligibility).

This posting is open for thirty (30) days.
Not Specified
jobs by JobLookup
✓ All jobs loaded