BrainWave Platform
Interactive FHIR Sandbox
Experience real German healthcare workflows with live FHIR operations
Welcome to the FHIR Link interactive sandbox. This hands-on environment lets you experience authentic German healthcare scenarios using real FHIR R4 operations.
Quick Start Scenarios
Patient Journey
Follow Maria Weber's diabetes management across multiple healthcare providers
Doctor Workflow
Experience a typical day as Dr. Schmidt at MVZ Hamburg
Pharmacy Integration
Process e-prescriptions with drug interaction checking
Hospital Admission
Complete workflow from emergency admission to discharge
Free-form API Explorer
German Healthcare Resources
German Compliance Features
Response will appear here...
German Healthcare Integration Guide
ISiK 4.0.3 Implementation
FHIR Link implements the latest ISiK (Informationstechnische Systeme in Krankenhäusern) specification version 4.0.3, ensuring full compliance with German hospital information systems.
Sample ISiK Patient Profile
{
"resourceType": "Patient",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient"
]
},
"identifier": [{
"type": {
"coding": [{
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
"code": "GKV"
}]
},
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "A123456789"
}]
}
German Coding Systems
- PZN (Pharmazentralnummer): Unique medication identifiers
- OPS (Operationen- und Prozedurenschlüssel): Medical procedures
- ICD-10-GM: German modification of ICD-10 diagnosis codes
- LOINC: Laboratory and clinical observations
- KBV Code Systems: Physician qualification and specialties
Integration Patterns
Authentication & Authorization
Register with Gematik sektoraler IdP for production access to German healthcare data.
FHIR Resource Mapping
Map data to ISiK-compliant FHIR resources using German profiles and extensions.
Secure Communication
Implement KIM (Kommunikation im Medizinwesen) for secure healthcare messaging.
Quality Assurance
Validate all resources against German healthcare validators before production deployment.
API Endpoints Overview
GET /fhir/Patient
Search patients with German identifiers
GET /fhir/Practitioner
Find healthcare professionals with KBV qualifications
GET /fhir/MedicationRequest
E-prescriptions with PZN medication codes
POST /fhir/Appointment
Schedule appointments in German healthcare system