NurseCitizenDeveloper's picture
Deploy Open Nursing Validator (Docker)
6d12932 verified
---
title: Open Nursing Validator
emoji: πŸ”’
colorFrom: green
colorTo: blue
sdk: docker
app_file: app.py
pinned: false
license: mit
short_description: Intelligent FHIR Validator (NurseEmbed Integrated)
---
# NHS Unified Nursing Validator
**The Intelligent, Semantic Validation Engine for the Open Nursing Core IG.**
Built by **Nursing Citizen Developers**, this tool bridges the gap between technical FHIR standards and clinical reality.
## ✨ New: Semantic Validator (Powered by NurseEmbed)
We have integrated **NurseEmbed-300M** to provide intelligent code suggestions.
- **Type:** "Patient c/o SOB"
- **Get:** `SNOMED: 267036007 - Shortness of breath` (High Confidence)
## πŸ”‘ Demo Credentials
To access the validator:
- **Username:** `nurse`
- **Password:** `change_me_nurse`
## Features
- **βœ… Semantic Validation**: Find correct SNOMED codes from free text.
- **πŸ›‘οΈ Profile Injection**: Automatically adds ONC profile metadata.
- **πŸ’¬ RAG Assistant**: Ask questions about the Foundation of Nursing Studies (requires API key).
- **πŸ“Š Visualization**: View care plans and health indicators.
## Local Installation
```bash
docker build -t validator .
docker run -p 8501:8501 validator
```