Skip to content

GIDSOpenStandaarden/poc-iznc

Repository files navigation

POC IZNC - FHIR Implementation Guide

Proof of Concept for Integrated Care Network Communication

This is a FHIR Implementation Guide documenting the POC for connecting healthcare chat applications to the Matrix specification for instant network communication.

📋 About

This Implementation Guide provides comprehensive documentation for:

  • Matrix Bridge API specifications
  • Chat Backend Webhook API
  • mCSD and Generic Function Addressing integration
  • Alternative FHIR-First approach

🚀 Quick Start

View Published IG

Visit the published Implementation Guide at: https://gidsopenstandaarden.github.io/poc-iznc

Build Locally with Docker

Prerequisites: Docker Desktop or Docker Engine

Option 1: Build Docker Image and Run

# Build the Docker image (first time only)
docker build -t poc-iznc-builder .

# Run the build
docker run --rm -v "${PWD}:/src" poc-iznc-builder

# Open the result
open output/index.html

Option 2: Use Pre-built Image (Fastest)

# Run the quick build script
./build_with_image.sh

This will automatically:

  1. Pull the latest pre-built image (if available)
  2. Run the build in a container
  3. Open the result in your browser

Build Output:

  • output/index.html - Main IG entry point
  • output/gids.poc.iznc-0.1.1.tgz - Installable FHIR package
  • public/ - Published IG website

📁 Structure

gids-poc-iznc/
├── input/
│   ├── pagecontent/          # Markdown pages
│   │   ├── index.md          # Home page
│   │   ├── matrix-bridge-api.md
│   │   ├── chat-backend-webhook-api.md
│   │   ├── mcsd-integration.md
│   │   └── fhir-first-approach.md
│   ├── images/               # Generated PNG diagrams
│   ├── images-source/        # PlantUML source files
│   └── fsh/                  # FHIR Shorthand definitions
├── sushi-config.yaml         # IG configuration
├── CHANGELOG.md              # Version history
└── CLAUDE.md                 # Development conversation log

🔗 Related Repositories

📝 License

This documentation is released under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

👥 Contributors

📞 Support

For questions or issues:


Version: 0.1.1 Status: Draft - Open for Review FHIR Version: 4.0.1

About

Proof of Concept - Integrated Care Network Communication (IZNC)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published