Freelance IT Opgaver fra Ework Group

5 åbne IT-opgaver fra Ework Group

Viser 5 af 5 opgaver

Ework Group
Søborg

Senior eTMF Business Analyst

We are looking for a Senior eTMF Business Analyst for our client within the Pharma Industry We are looking for a external consultant to join our team working with the eTMF. Required skills: We are looking for the following qualifications within the eTMF/Clinical management system domain. Senior eTMF Business Analyst — Veeva system specialist with eTMF/Clinical management system domain expertise, technical understanding, independent delivery capability, and excellent stakeholder/communication skills. Domain knowledge. Experience from Veeva systems, preferably Veeva eTMF/Clinical management system Hands-on knowledge of Veeva eTMF features (document ingestion, metadata, workflows, audit trails) or equivalent eTMF platforms and clinical trial conduct experience. (would be awesome, but can be learned) Drive solution discovery. Propose pragmatic, compliant options, perform impact analyses, and support cost/effort trade-off/value input. Hypothesis-driven approach. Frame problems, design lightweight experiments (pilots), and iterate on solutions using measurable outcomes Data-driven approach supporting metrics and data extracts to validate problems, prioritize fixes, and measure improvement Strong stakeholder skills and can run workshops and perform stakeholder interviews to uncover problems, root causes, and desired outcomes. Can lead communications, training and change adoption activities for assigned initiatives Personal skills we also expect from the consultant we are looking for: Self-starter who can run initiatives end-to-end with minimal supervision Is a team player that thrives working in a team Have basic knowledge of working in a agile setup Start date: 01-05-2026 End date: 31-12-2026 Location: Søborg, Denmark For the duration of this assignment Ework Services (0,9%) will be deducted from the total amount invoiced. We offer candidates continuously. This means that we sometimes remove the assignments before deadline. If you are interested, we recommend that you apply immediately.

Ework Group
Tåstrup

SAP Technical/Functional Developer

We are looking for a SAP Technical/Functional Developer for our client within Pharma About the Project We are seeking a hands-on SAP Technical/Functional Developer to support a key initiative: Realtime Monitoring & Automated Temperature Evaluation. This project will deliver a new system for real-time temperature monitoring and transportcondition management across the client's global distribution chain. The work is anchored in Global Logistics & Distribution, part of Supply Chain Planning & Logistics. As this is a GDP critical system (Good Distribution Practice), the role requires strong experience working within regulated environments and the ability to follow the client's QMS and relevant SOPs. Role Responsibilities The SAP Technical/Functional Developer will: Design, build, test, and deploy SAP S/4HANA integrations with external supplier platforms. Collaborate closely with: Solution Architect, SAP Domain Architects, MuleSoft Integration Team, External Supplier Technical Teams Ensure all deliverables meet regulatory, documentation, and validation requirements. Participate in troubleshooting, debugging, and technical issue resolution across interfaces. Contribute to project documentation in alignment with QMS and SOP standards. Required Skills & Experience Proven hands-on development experience in SAP S/4HANA. Strong working knowledge of SAP integration technologies: IDoc, RFC, BAPI, OData Experience collaborating with middleware/ESB/iPaaS teams. Understanding of or willingness to work closely with MuleSoft integration developers. Strong technical debugging, testing, and documentation skills. Ability to work effectively in crossfunctional teams and communicate with both technical and nontechnical stakeholders. Nice to Have Previous experience with the client or other pharmaceutical GMP/GxP regulated environments. Familiarity with GxP, validation activities, and regulated system delivery. Start date: 04-05-2026 End date: 31-12-2026 Location: Høje Taastrup, Denmark For the duration of this assignment Ework Services (0,9%) will be deducted from the total amount invoiced. We offer candidates continuously. This means that we sometimes remove the assignments before deadline. If you are interested, we recommend that you apply immediately.

Ework Group
Ballerup

Senior Backend Developer

We are looking for a Senior Backend Developer for our client in the Pharma industry Key Responsibilities Backend Development & Modernization Build, maintain, and improve backend services in Python, with a focus on migrating a legacy Flask application to a modern FastAPI architecture using Domain-Driven Design principles Design and implement clean, well-tested domain packages with enforced architectural boundaries, repositories, and service layers Continuously deliver production-ready code while the legacy system re-mains live - ensuring zero regression and zero downtime throughout the transformation Infrastructure, Deployment & Operations Manage and evolve AWS infrastructure using Terraform, covering ECS Fargate, ALB, ECR, S3, 1AM, and SSM Parameter Store Build and maintain CI/CD pipelines in GitHub Actions with OIDC-based cloud authentication and multi-environment promotion (development, test, production) Containerize services using Docker with production-optimized multi-stage builds, and manage deployments with zero-downtime strategies (rolling updates, blue/green) Data Architecture & Integration Design and maintain PostgreSQL schemas, write and optimize complex queries, and manage schema evolution through Alembic migrations on live databases Responsible for data ingestion, integration, and curation from various in-ternal and external sources (SAP, LIMS, Outlook, and others) in a highly-regulated environment Design, build, maintain, and improve end-to-end data pipelines for prod-uct data ingestion, output, and visualization Quality, Testing & Compliance Write and maintain comprehensive test suites using pytest, covering unit, integration, and behavioral tests Develop BDD tests (Given/When/Then) that mapdirectly to user require-ments and serve as evidence of fitness for intended use within a Quality Management System (QMS) Uphold testing discipline as a core engineering practice - tests are not an afterthought but a primary deliverable in a regulated industry context Stakeholder Engagement Engage with the team and internal stakeholders to understand and resolve technical issues and advise on solutions Use agile engineering practices and modern development tools to rapidly develop creative and efficient solutions that deliver value to users and the company Main Job Tasks Backend Development & Modernization Incrementally port legacy Flask endpoints and database layers to FastAPI and SQLAlchemy 2.0, using patterns such as strangler fig, bridge layers, and parallel running Implement new features as domain packages (bounded contexts) with strict import boundaries enforced by tooling (import-linter) Model domain entities using modern SQLAlchemy 2.0 patterns (Mapped[], mapped_columnO, explicit loading strategies) and validate data with Py-dantic v2 Manage Python dependencies, workspaces, and builds using UV (Astral) Infrastructure, Deployment & Operations Author and maintain Terraform configurations for AWS infrastructure, managing state across multiple environments (poc, tst, prd) Configure and maintain GitHub Actions workflows for automated testing, linting, type checking, Docker image builds, and multi-stage deployments with manual approval gates Manage ECS Fargate services, task definitions, auto-scaling policies, and ALB routing rules Write and optimize Dockerfiles for API, migration runner, and supporting services Data Architecture & Integration Design and execute zero-downtime database migrations using Alembic (e.g., multi-step add-column, backfill, then constrain patterns) Optimize PostgreSQL query performance through indexing strategies, query plan analysis, and schema design Build and maintain integration connectors that ingest data from external regulated systems Ensure referential integrity and data quality across a shared database serving multiple bounded contexts Quality, Testing & Compliance Design pytest fixture hierarchies, test isolation strategies (in-memory SQLite for speed, Postgres for fidelity), and test markers for selective execution Write BDD feature specifications that trace directly to user requirements, serving as living documentation and QMS compliance artifacts Maintain and extend pre-commit hooks, linters (Ruff), and type checkers (ty) to enforce code quality standards across the codebase Knowledge, Skills and Experience Experience 10+ years of proven industry experience in backend software development Extensive demonstrated experience building and maintaining production Python systems. Deep fluency with modern Python: type hints, data-classes, protocols, async/await, context managers, decorators, and modern packaging. Must be comfortable navigating, understanding, and improv-ing large legacy codebases while simultaneously building greenfield code to high standards Hands-on experience with SQLAlchemy 2.0 (Mapped[] , mapped_ column (), relationship loading strategies). Ideally has migrated code from SQLAlchemy 1.x to 2.0 patterns Proficient in PostgreSQL: schema design, query optimization (EXPLAIN ANALYZE), indexing strategies, transaction isolation, and managing schema changes on live databases Solid understanding of RDBMS fundamentals: normalization, referential integrity, foreign key constraints, composite keys, and knowing when to denormalize Experience managing database migrations (Alembic) in production, in-cluding zero-downtime patterns Experience with FastAPI or equivalent ASGI frameworks, including de-pendency injection, Pydantic validation, middleware, and building pro-duction REST APis. Experience with Flask is also relevant given the ongoing migration from Flask to FastAPI Demonstrated experience incrementally refactoring and migrating running production applications to modern architectures. Understands patterns like strangler fig, parallel running, and bridge layers Working knowledge of AWS services: ECS Fargate, ECR, ALB, S3, IAM roles, and SSM Parameter Store Experience with Terraform for infrastructure-as-code, including state man-agement, multi-environment configuration, and plan/apply workflows Comfortable with Docker: multi-stage builds, layer caching, production image optimization, and debugging containerized applications Strong testing discipline with pytest, covering unit and integration tests. Experience with fixture design, test isolation strategies, and test mark-ers/parametrization Experience writing BDD tests that map directly to user requirements and serve as evidence of fitness for intended use. Familiarity with Given/When/Then patterns. Important for our regulated industry context where tests serve as QMS compliance artifacts Familiarity with UV (Astral) for Python dependency management, workspaces, and lock files Experience with Domain-Driven Design: identifying bounded contexts, implementing the repository pattern, and enforcing architectural bound-aries between domains Experience with Pydantic v2: model validators, discriminated unions, and pydantic-settings for configuration management Experience with CI/CD using GitHub Actions, including OIDC-based cloud authentication, multi-environment promotion pipelines, and auto-mated deployment workflows Experience (Nice-to-Have) Understanding of Operations Research and Mathematical Optimization: Mixed Integer Programming (MIP), linear constraints, objective functions, and solver behavior. We have a core scheduling optimizer built on Python-MIP (CBC solver) that is part of the codebase Prior work in a regulated industry (pharma, medical devices, or similar) where traceability between requirements and tests, change control, and documentation discipline are expected Personal Skills Good listening and communication skills in English Generalist mindset with a strong focus on business objectives Curious, driven, self-starting and executing Ability and desire to learn and understand the domain and business, and constantly strive to improve this understanding to add value Ability to assume responsibility for architecture, implementation, DevOps, and support - whatever is needed to achieve the objectives Team player with experience working in teams of 5+ people Proactive in establishing strong Software Engineering capability and en-suring knowledge sharing across the team Start date: 1-05-2026 End date: 31-12-2026 Location: Ballerup, Denmark For the duration of this assignment Ework Services (0,9%) will be deducted from the total amount invoiced. We offer candidates continuously. This means that we sometimes remove the assignments before deadline. If you are interested, we recommend that you apply immediately.

Ework Group
Bagsværd

IT System Manager

We are looking for a IT System Manager for our client in the pharma industry System Management - related to migration of existing application stack from one data center to a newer modernized data centere. Not lift-and-shift the system, rather the migration requires a full system reinstallation on new infrastructure and validation of the solution. We have Project Manager to support the track, but we need additional System Management assistance to run this task - and that is your time limited position. You will get sparring from the existing System Manager and the existing Product Team on the application. Relevant System Management tasks - more detailed: - IT risk assessment (ITRA) and ITRRA; - Firewall and port openings - segmentation requests; - ServiceNow system updates; - IT change implemented in a controlled manner; Documentation of new software and hardware components in ServiceNow; Verification plan and report - test/validation & Prod: - Installation verification (IV) - Operational verification (OV); - TIMS; - Update to O&M description (process to operate and maintain the IT System); - DC related IT Incidents and IT problems; - Deviation Handling; Required Skills System Management - execution/operational experience Collaboration and alignment skills - co-work with people from India and Denmark Good communication and english skills Prefers a System Manager that knows about GxP Start date: 15-04-2026 End date: 15-12-2026 Location: Onsite Bagsværd For the duration of this assignment Ework Services (0,9%) will be deducted from the total amount invoiced. We offer candidates continuously. This means that we sometimes remove the assignments before deadline. If you are interested, we recommend that you apply immediately.

Ework Group
Måløv

Senior Data Scientist

We are looking for a highly skilled Clinical Data Scientist for our client in the pharma industry We are seeking a highly skilled Clinical Data Scientist to join FounData as a full-time consultant. You will combine deep clinical data expertise with pragmatic data engineering and analytic skills to generate actionable insights that inform clinical strategy and trial design. You will collaborate closely with clinical SMEs, biostatisticians, data scientists, medical experts, and engineers. Key responsibilities: • Execute exploratory and confirmatory analyses on clinical trial and real-world datasets to inform clinical strategy and trial design. • Design and implement complex data analysis plans and translate analyses into clear, actionable recommendations for clinical and product stakeholders. • Rapidly prototype Minimum Viable Products (MVPs) and analytical workflows using agile practices and DevOps principles to iterate with users. • Define cohorts, design subpopulation analyses, and perform robust quality assurance on outcomes and derived datasets. • Ensure clinical concepts are correctly represented and harmonized across data models (CDISC SDTM/ADaM, OMOP, HL7); contribute to mapping and transformation logic. • Produce reproducible code and well-documented workflows in Python, R and SQL; collaborate with engineering to operationalize analyses on Databricks or similar platforms. • Present findings and recommendations to stakeholders with clarity, tailoring communications to varying levels of data literacy. Required skills and qualifications: • 3–5 years of hands-on experience working with clinical trial and/or real-world clinical datasets (EHRs, registries, claims). • Strong applied experience in data analysis, and reporting using Python, R and SQL; production-ready, reproducible and documented code. • Experience with Statistical Modeling, Machine Learning and Deep Learning. • Familiarity with clinical data standards and transformations: CDISC (SDTM, ADaM), OMOP, and HL7. • Experience with data standards mapping, CDISC implementations, or clinical trial design/operations. • Experience with GitHub and Databricks or similar enterprise data platforms for scalable analytics and collaboration. • Demonstrable experience defining cohorts, performing subpopulation/stratified analyses, and establishing QA checks for analytical outputs. • Confortable working with imperfect, heterogeneous clinical data and pragmatic about delivering timely, high-quality insights. • Strong problem-solving skills, critical thinking, and meticulous attention to detail. • Excellent verbal and written communication skills; able to convey complex analyses to clinical, technical, and product audiences. • Results-oriented with strong ownership, learning agility, and collaborative mindset. Start date: 20-04-2026 End date: 19-04-2027 Location: Onsite Måløv For the duration of this assignment Ework Services (0,9%) will be deducted from the total amount invoiced. We offer candidates continuously. This means that we sometimes remove the assignments before deadline. If you are interested, we recommend that you apply immediately.