What problem does it solve?
This Skill prevents connection failures when you need to use IRIS Health (FHIR R4) and/or IRIS AI Hub containers with Atelier REST and the VSCode ObjectScript extension, especially when container editions differ in web server support.
Core Features & Use Cases
- Web server edition split diagnostics: Ensures you route traffic to the correct port (52773 private web server) or through the required webgateway sidecar when Enterprise images disable the private web server.
- VSCode ObjectScript extension configuration: Aligns extension settings (webServer host/port/pathPrefix, credentials, namespace) with Docker port mappings so the extension can talk to Atelier REST.
- FHIR R4 container setup guidance (no ZPM, no network): Uses the pre-baked installation approach for the Health Share FHIR R4 endpoint and verifies readiness and resource availability.
- Two-container architecture for AI Hub vs FHIR HTTP: Separates the health container (FHIR over HTTP) from the AI Hub container (AI services via DBAPI) to cover the different port/service capabilities.
Quick Start
Ask your AI assistant to help you configure VSCode ObjectScript to connect to Atelier REST using the correct container edition and port mapping for your IRIS health container.