Skip to content

Here’s a simplified public sample demonstrating how I’d structure your Azure Functions eRx integration. For the production-ready, fully documented version, I’ll deliver it on contract.

License

Notifications You must be signed in to change notification settings

Nick4978/SampleSurescriptsIntegration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

# SampleSurescriptsIntegration


# License

This project is licensed under the **Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)**.

You may view, share, and adapt this code for educational or portfolio purposes, but **you may not use it in any commercial project or production system without explicit permission.**

See the LICENSE file for details.


This is a **demonstration-only** .NET 9 Azure Functions project showing **how you'd structure an eRx integration** with Surescripts or any healthcare SOAP/REST API.

It includes:

- Azure Functions entry point with HTTP trigger  
- Dependency Injection setup  
- Demo Service Interface  
- Placeholder SOAP and REST clients  

**Important:**  
This repo is intentionally simplified.  
- No production-ready SOAP/REST calls  
- No real security, secrets management, or error handling  
- No certification-ready documentation  

## Purpose
Show potential clients that I know how to design an Azure Functions-based integration for healthcare APIs, using best practices in .NET 9.

## How to Run
- Install Azure Functions Core Tools
- Run `func start` in the `/src` folder
- Call the `/api/DemoSubmitPrescription` endpoint with a JSON body

## Next Steps
For a production implementation, I offer:
- Fully implemented SOAP/REST clients
- Secure configuration with Azure Key Vault
- Complete documentation (API spec, test plan, HIPAA security checklist, CI/CD guide)
- Surescripts certification support

---

> Contact me to discuss your custom integration needs.

About

Here’s a simplified public sample demonstrating how I’d structure your Azure Functions eRx integration. For the production-ready, fully documented version, I’ll deliver it on contract.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages