
Completed
Posted
Paid on delivery
I need a lightweight proof-of-concept that demonstrates an end-to-end OAuth 2.0 flow against a real healthcare EMR, then uses the granted token to call the FHIR Patient endpoint. The aim is simple: confirm that system-to-system (backend) credentials can be exchanged for an access token and that—with that token—I can reliably pull a single Patient resource when I supply either the patient’s MRN or their ID. Here is how I picture the work: • Implement the OAuth 2.0 client using the EMR vendor’s documented authorization-code or client-credentials flow (whichever the API allows for backend access). • Once authenticated, call the FHIR /Patient search endpoint twice—first filtering by identifier type “MRN”, then by the native “ID”—and return the JSON response untouched. • Wrap the calls in a minimal web or command-line app so I can enter credentials, request scopes, and see the raw request/response pairs in real time (curl traces or similar are fine). • Keep the code clean and self-contained; language choice is open as long as common libraries are used (e.g., GO, with OAuth requests + requests-oauthlib, Node.js with axios, With OAuth2). PLEASE NOTE!!!, I expect you to know how to do it so I can learn, I have never done OUTH though have experience retrieving FHIR Resoures. That experience is about 10 years old. So I will be refresshing my knowledge also. Acceptance is straightforward: I run the script/app with my sandbox credentials, OAuth succeeds, and I receive the proper Patient resource for both identifier types—no manual tweaks required.
Project ID: 40580452
120 proposals
Remote project
Active 4 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
120 freelancers are bidding on average $150 USD for this job

Hi there, I will build the OAuth 2.0 proof of concept against your EMR sandbox, handling the client credentials (or authorization code) flow and returning raw FHIR Patient JSON filtered by both MRN and native ID. You will have a self contained app with full curl traces so every request/response pair is visible as you learn the flow. I recently built a similar FHIR integration where token refresh and scope handling were the trickiest parts. I will document each step so the OAuth logic is clear, not just working. Questions: 1) Which EMR vendor's sandbox are you targeting (Epic, Cerner, or another)? 2) Do you prefer a CLI tool or a minimal web UI for entering credentials and viewing traces? Share your sandbox credentials and I will have the OAuth handshake running within a day or two. Best regards, Kamran
$90 USD in 5 days
6.9
6.9

I propose developing a proof-of-concept to seamlessly execute the OAuth 2.0 flow for accessing FHIR Patient resources in your healthcare EMR system. The PoC will feature a user-friendly interface for inputting credentials and observing real-time interactions. Using GO or Node.js, I will ensure secure authentication and efficient connection. The code will be structured for maintainability and extensibility, providing a seamless OAuth authentication experience to access Patient resources effortlessly. Let's work together to achieve your objectives effectively.
$225 USD in 5 days
6.2
6.2

Hi there, We’ve built similar proof-of-concept projects where we implemented OAuth 2.0 flows and integrated with FHIR APIs to retrieve patient data. In one project, we developed a web app that allowed users to connect their Google accounts and fetch Google Calendar events using the OAuth 2.0 authorization code flow. For your project, we can use a dedicated library like ‘requests-oauthlib’ to handle the OAuth flow securely and efficiently. We’ll also ensure that the code is clean and well-structured, so you can easily adapt it for production use later. Let’s schedule a 10-minute introductory call to discuss your project in more detail and see if I’m the right fit for your needs. I’m looking forward to hearing more about your exciting project. Best, Adil
$102.85 USD in 7 days
6.3
6.3

Hello, I have worked with OAuth 2.0 flows and FHIR API calls where the goal was clear testing, not a giant spaceship. Your proof of concept needs backend authentication, Patient search by MRN, and Patient lookup by native ID with raw JSON kept untouched. I will build a small self-contained app or script that accepts sandbox credentials, scopes, and patient values, then shows the OAuth exchange and request response traces. The code will follow the EMR vendor flow, use common libraries, and run without manual tweaks once your sandbox details are added. Best regards, Teo
$200 USD in 2 days
5.9
5.9

Hi, I'd handle this using a minimal backend service in Node.js with Passport and Axios because it keeps the setup simple while avoiding heavy frameworks. The biggest improvement will come from isolating the OAuth flow and FHIR calls in one place, so you can test both steps without juggling multiple tools. Last year I built a similar integration for a telehealth API where backend tokens were required to access patient records. The flow worked consistently after refining token caching, though refresh token handling took a few iterations to stabilize. Changes will be contained in a single file and tested before you run it, so existing systems stay untouched. I’ll include console logs for full transparency of each request and response. This gives you a reliable way to validate the OAuth + FHIR pipeline before scaling it further. If the approach fits, I can share a starter repo for you to plug in your sandbox credentials. Thanks, Denis.
$100 USD in 2 days
5.9
5.9

⭐⭐⭐⭐⭐ Create a Proof-of-Concept for OAuth 2.0 with FHIR Patient Access ❇️ Hi My Friend, I hope you're doing well. I've reviewed your project needs and see you're looking for a lightweight proof-of-concept for OAuth 2.0 with a healthcare EMR. You don't need to look any further; Zohaib is here to help you! My team has successfully completed 50+ similar projects for OAuth implementations. I will create the OAuth 2.0 flow, ensuring you can retrieve patient resources using MRN or ID efficiently. ➡️ Why Me? I can easily build your OAuth 2.0 proof-of-concept as I have 5 years of experience in API integrations, FHIR standards, and OAuth flows. My expertise includes backend development, RESTful services, and JSON handling. Additionally, I have a strong grip on various programming languages and libraries, ensuring a clean and effective solution. ➡️ Let's have a quick chat to discuss your project in detail. I can show you examples of my previous work and how I can help you refresh your knowledge. Looking forward to discussing this with you in chat. ➡️ Skills & Experience: ✅ OAuth 2.0 Implementation ✅ FHIR API Integration ✅ RESTful Services ✅ JSON Handling ✅ Backend Development ✅ Command-Line Applications ✅ Web Application Development ✅ Data Retrieval ✅ API Testing ✅ Programming in Node.js and Go ✅ Error Handling ✅ Clean Code Principles Waiting for your response! Best Regards, Zohaib
$150 USD in 2 days
6.2
6.2

Hi, I can build a self-contained Node.js script that handles the OAuth 2.0 client-credentials flow against your EMR sandbox, then fetches a Patient resource by MRN and by native ID using the FHIR search endpoint. The script will output the raw request/response pairs so you can follow every step—ideal for refreshing your FHIR knowledge. I’ll use axios for HTTP calls and simple-oauth2 for token management, keeping the code clean and focused. Server-side validation and parameterized queries aren’t needed here since it’s a backend-only PoC, but I’ll include rate limiting and minimal logging to avoid exposing sensitive data. The deliverable will be a single Node.js file you can run with your sandbox credentials. Could you confirm which EMR vendor’s sandbox you’ll be using? That helps me align the token endpoint and any vendor-specific FHIR search parameters before I start.
$245 USD in 10 days
5.8
5.8

I can build a clean proof‑of‑concept that performs a full OAuth 2.0 flow against your EMR sandbox and then retrieves a FHIR Patient resource using both MRN and ID. If helpful, I can explain how I structure an OAuth backend flow or how I design a FHIR Patient lookup. My approach: • Implement the correct OAuth 2.0 flow (authorization‑code or client‑credentials) exactly as the EMR vendor specifies for backend access. • Exchange system‑to‑system credentials for an access token and display the raw request/response pairs so you can learn the process clearly. • Use the granted token to call the FHIR /Patient endpoint twice: once filtering by MRN identifier, once by native ID, returning untouched JSON. • Build a minimal CLI or lightweight web interface where you enter credentials, scopes and trigger both calls. • Keep everything self‑contained, readable and easy to extend as you refresh your FHIR knowledge. Tech stack: Node.js or Go with standard OAuth libraries, axios or fetch for requests, and simple logging for curl‑style traces. You’ll run the script with your sandbox credentials, OAuth will succeed, and you’ll see the correct Patient resource for both identifier types without manual tweaks.
$100 USD in 3 days
4.6
4.6

The main risk is whether the EMR’s backend OAuth flow actually permits Patient reads by both MRN and native ID, since client-credentials access, scopes, and supported FHIR search parameters vary by vendor. I’d keep the proof-of-concept small and transparent: authenticate using the vendor-supported grant, capture the token response, then call `/Patient` once with the MRN identifier and once with the native ID, returning the JSON unchanged. The app would expose the credentials, scopes, request URL, headers with secrets masked, status code, and raw response so you can follow the full exchange and refresh your OAuth knowledge. I’d also handle token errors, missing scopes, FHIR OperationOutcome responses, and empty or multiple Patient matches clearly. Common libraries only, with a self-contained setup and no manual code changes between the two searches. Which EMR vendor and sandbox FHIR version are you using?
$140 USD in 7 days
4.6
4.6

As a seasoned full-stack developer with extensive experience in Node.js and OAuth, I have the skills and expertise your project deserves. For starters, my proficiency in OAuth protocols and backend integration resonates directly with your requirement for an OAuth 2.0 flow in a healthcare EMR system. I've successfully implemented similar OAuth-based projects with various APIs, ensuring secure system-to-system authentication and streamlined access token exchange. Moreover, my broad understanding of FHIR resources well aligns with your aim to fetch patient information via MRN or ID. Over the years, I've continuously honed and updated my knowledge on FHIR (healthcare standards) to deliver reliable resource retrieval solutions. Lastly, my approach is deeply rooted in excellent communication with clients, ensuring their involvement and understanding at each stage of the project. This reflects not only in my reviews but also in the sheer satisfaction of my clients who value the learning experience as well. With me on board, you can be confident that you'll receive an efficient proof-of-concept solution that meets your goals without any manual intervention or tweaks required. Let's make your project a success!
$50 USD in 5 days
4.4
4.4

Hi There! I specialize in OAuth 2.0 and FHIR integrations with 9+ years of experience, building secure healthcare API solutions that are easy to understand, test, and extend. Here's how I can help: 1. Implement the EMR OAuth 2.0 flow using the supported authentication method. 2. Build FHIR Patient searches by MRN and native ID with raw JSON responses. 3. Deliver a clean PoC with request/response logs and clear guidance for learning. Which EMR vendor and FHIR sandbox (Epic, Cerner, Athenahealth, etc.) will you be using?
$140 USD in 7 days
4.3
4.3

Hey, I'm really pumped about this opportunity! I recently led a project with similar challenges and nailed it. Drawing from my experience in Software Testing, Golang, Node.js, Software Development, JSON, OAuth, REST API, I’m ready to dive into your project. Please initiate a chat for further discussion. Kind regards, Vishal Maharaj
$250 USD in 5 days
5.3
5.3

Hi, I fully understand your need for a clear proof-of-concept demonstrating OAuth 2.0 flow against a healthcare EMR with FHIR Patient endpoint calls. With solid experience in Node.js and grasp of JSON handling, I can create a clean, minimal app showcasing authentication via client-credentials or auth-code flow, then fetching Patient data filtered by MRN and ID, revealing raw request-response pairs for easy learning. I will ensure the code is straightforward, allowing you to run with sandbox credentials smoothly. Let's get started quickly and I will guide you through every step to solidify your refreshed FHIR knowledge. Could you specify the EMR vendor and which OAuth flow method they prefer or document for backend access? Thanks,
$155 USD in 18 days
4.4
4.4

Hello There! I’m Md Toriqul Islam, and I’m excited to partner with you. I can dive into your project immediately. I’m an experienced backend developer with 10+ years of expertise in OAuth 2.0, REST APIs, FHIR/HL7 integrations, Node.js, Go, and healthcare system development. I understand you need a lightweight proof-of-concept that demonstrates a complete OAuth 2.0 authentication flow with a healthcare EMR, then securely queries the FHIR Patient endpoint using both MRN and Patient ID. I'll build a clean, self-contained example with detailed request/response logging, clear code, and explain each step so you can confidently refresh and expand your OAuth and FHIR knowledge. I am skilled in OAuth 2.0, FHIR, HL7, Node.js, Go, REST APIs, JSON, and healthcare integrations. I’m ready to start immediately and would be happy to discuss this project. Looking forward to hearing from you. Best regards, Md Toriqul Islam
$100 USD in 3 days
4.2
4.2

I can build a lightweight proof-of-concept that completes an end-to-end OAuth 2.0 backend flow against your EMR, then uses the granted access token to fetch FHIR Patient resources. The implementation will follow the vendor’s documented authorization-code or client-credentials approach (as supported for system-to-system access), then call the FHIR Patient search endpoint twice: once filtered by identifier type “MRN”, and once by the native “ID”. The output will return the raw JSON from the FHIR response untouched, and the app/script will include real-time traces (curl-style request/response logging) so you can see exactly what’s happening at each step, authorization, token exchange, and resource retrieval. It will be self-contained and clean, designed for your sandbox run so you can provide credentials, scopes, and the patient identifier(s) with no manual tweaks. A simple, working POC you can run will help confirm system-to-system credentials reliably exchange for an access token and consistently retrieve a single Patient resource.
$30 USD in 2 days
3.7
3.7

Hello, As a result of a detailed review of your project requirements, I fully understand the scope and expectations. I have experience integrating secure APIs and healthcare data systems, and I'm available to start your project right now. I bring deep expertise in Node.js, Golang, REST API, OAuth, JSON, Software Development, and API Testing with over 10 years of experience. One of the key challenges in healthcare integrations is implementing the OAuth 2.0 flow correctly while maintaining secure token handling and reliable FHIR API communication. I can build a clean proof-of-concept that authenticates with your EMR sandbox, retrieves access tokens, calls the FHIR Patient endpoint using both MRN and native ID searches, and displays raw request/response results for easy verification. I have a couple of quick questions. • Which EMR vendor and FHIR sandbox environment will be used for the OAuth integration? • Do you already have the required client credentials, scopes, and API documentation available? I would be glad to discuss further details and am ready to start immediately. Looking forward to hearing from you. Best regards, Carlos.
$30 USD in 7 days
3.6
3.6

With a decade-long experience in the software development industry and a solid grasp on the skills necessary to deliver this project, I am confident that I will be the ideal candidate for your EMR OAuth Login & FHIR Integration needs. Not only do I possess an in-depth understanding of Node.js and JSON, but I also have prior experience with OAuth and REST API—making your project close to a walk in the park for me. My approach to any project, including yours, is to understand every detail of your objectives. I promise minimal back-and-forth communication by deploying my expert problem-solving skills to ensure your project is delivered on time, every time. As a full-stack developer, not only can I create the backend with great finesse, but my expertise in frontend development equips me to wrap the calls in an effortlessly operable GUI-app or command-line application as you'd prefer. What sets me apart from other developers is my unwavering commitment to quality and client satisfaction. This commitment translates into clean code that adheres closely to best practices and future-oriented technology choices. In terms of collaboration, I'm known not just for effective communication and prompt responses, but also for delivering solutions that are user-friendly, scalable, and highly tailored towards growth - exactly what you need! Let's team up and turn your envisioned proof-of-concept into reality together!
$50 USD in 5 days
3.4
3.4

Hello, The core problem is straightforward—you need a working OAuth 2.0 flow against a healthcare EMR to pull Patient resources via FHIR using either MRN or ID. It’s not just about fetching data; it’s about proving backend-to-backend auth works reliably. I’ve handled OAuth integrations before, including a client-credentials flow for a healthcare API. The tricky part was ensuring the token never expired mid-request—fixed by adding refresh logic. I’d approach this using Node.js with axios and a lightweight Express server for live testing. The biggest improvement will come from logging the full request/response cycle so you can debug without guessing. I’ll keep the code modular so you can swap out the EMR vendor later. Every change will be versioned and tested before you run it. The goal isn’t just a demo—it’s making the auth flow transparent enough that you can adapt it without surprises. If this fits, I can draft a minimal repo for you to test immediately. Thanks, Lazar
$30 USD in 1 day
3.2
3.2

Hi, Have you already selected the EMR vendor and confirmed whether their sandbox supports backend-to-backend OAuth 2.0 with client credentials, or should I help validate the correct authentication flow and FHIR endpoint requirements first? You need a lightweight proof-of-concept that authenticates with a healthcare EMR through OAuth 2.0 and retrieves Patient resources from the FHIR API using MRN and native patient ID searches. I will build a clean self-contained Node.js or Go implementation using standard OAuth and REST libraries, handle token exchange, configure scopes, execute FHIR Patient queries, and provide a simple interface with detailed request/response logging so you can test the complete workflow with your sandbox credentials. Happy to discuss the implementation details and get started. Have a great day.
$50 USD in 2 days
3.2
3.2

Hello, Your requirement for an OAuth 2.0 proof-of-concept with EMR authentication and FHIR Patient integration aligns well with our experience at Doomshell Software Pvt. Ltd. We have hands-on experience building secure API integrations, implementing OAuth authentication, and working with REST-based healthcare solutions. We can help you with: OAuth 2.0 integration using the EMR's supported authentication flow Secure access token generation and management FHIR Patient lookup by both MRN and Patient ID A lightweight CLI or web-based demo with configurable credentials and scopes Raw request/response logging for debugging and learning Clean, well-documented code using Go or Node.js with standard libraries Our approach is to build a simple, self-contained solution that follows the EMR vendor's documentation, validates both Patient search methods, and returns unmodified FHIR JSON responses for easy verification. Quick questions: Which EMR vendor (Epic, Cerner, Athena, etc.) are you using? Will you provide sandbox credentials and the API documentation? Regards, Doomshell Software Pvt. Ltd.
$140 USD in 7 days
3.8
3.8

Las Vegas, United States
Payment method verified
Member since Oct 12, 2018
₹750-1250 INR / hour
$1500-3000 USD
$250-750 USD
$30-250 USD
$30-250 USD
₹12500-37500 INR
$30-250 USD
₹150000-250000 INR
$250-750 USD
$250-750 USD
₹1500-12500 INR
₹1500-12500 INR
₹12500-37500 INR
$250-750 USD
₹400-750 INR / hour
$25-50 USD / hour
₹37500-75000 INR
₹1250-2500 INR / hour
$250-750 USD
₹750-1250 INR / hour