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.
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
Visit the published Implementation Guide at: https://gidsopenstandaarden.github.io/poc-iznc
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.htmlOption 2: Use Pre-built Image (Fastest)
# Run the quick build script
./build_with_image.shThis will automatically:
- Pull the latest pre-built image (if available)
- Run the build in a container
- Open the result in your browser
Build Output:
output/index.html- Main IG entry pointoutput/gids.poc.iznc-0.1.1.tgz- Installable FHIR packagepublic/- Published IG website
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
This documentation is released under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.
- Author: roland@headease.nl
- Publisher: Headease
For questions or issues:
- Open an issue on GitHub
- See the Matrix specification
Version: 0.1.1 Status: Draft - Open for Review FHIR Version: 4.0.1