CEIR-OS Bedienungsanleitung
0.1.0 - ci-build
Germany
CEIR-OS Bedienungsanleitung - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2024-01-01 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CapabilityStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CEIROSMCPBridge"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CapabilityStatement CEIROSMCPBridge</b></p><a name=\"CEIROSMCPBridge\"> </a><a name=\"hcCEIROSMCPBridge\"> </a><h2 id=\"title\">CEIR-OS MCP-OpenAI Bridge</h2><ul><li>Implementation Guide Version: 0.1.0 </li><li>FHIR Version: 4.0.1 </li><li>Supported Formats: <code>json</code></li><li>Published on: 2024-01-01 </li><li>Published by: Berlin Institute of Health at Charité </li></ul><blockquote class=\"impl-note\"><p><strong>Note to Implementers: FHIR Capabilities</strong></p><p>Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.</p></blockquote><h2 id=\"rest\">FHIR RESTful Capabilities</h2><div class=\"panel panel-default\"><div class=\"panel-heading\"><h3 id=\"mode1\" class=\"panel-title\">Mode: <code>server</code></h3></div><div class=\"panel-body\"><div><p>OpenAI-kompatible API (/v1/chat/completions, /v1/models) die MCP-Tools als Function Calls bereitstellt. Features: dynamische Tool-Discovery, Smart Search Retry, Emoji/XML Tool Call Parser, Result Trimming (max 4000 Zeichen).</p>\n</div></div></div></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://bih-cei.github.io/ceir-os-ig/CapabilityStatement/CEIROSMCPBridge"^^xsd:anyURI ;
fhir:l <https://bih-cei.github.io/ceir-os-ig/CapabilityStatement/CEIROSMCPBridge>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:title [ fhir:v "CEIR-OS MCP-OpenAI Bridge"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-01-01"^^xsd:date] ; #
fhir:publisher [ fhir:v "Berlin Institute of Health at Charité"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Berlin Institute of Health at Charité" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.bihealth.org" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "thomas.debertolis@bih-charite.de" ] ] )
] ) ; #
fhir:description [ fhir:v "CapabilityStatement fuer die MCP-OpenAI Bridge. Uebersetzt MCP-Tools in das OpenAI Function Calling Format fuer lokale LLMs via Ollama."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "DE" ] ;
fhir:display [ fhir:v "Germany" ] ] )
] ) ; #
fhir:kind [ fhir:v "instance"] ; #
fhir:software [
fhir:name [ fhir:v "mcp-openai-bridge" ] ;
fhir:version [ fhir:v "0.1.0" ]
] ; #
fhir:implementation [
fhir:description [ fhir:v "MCP-zu-OpenAI Bridge mit Smart Retry, Emoji Parser und Result Trimming" ] ;
fhir:url [
fhir:v "http://localhost:8000"^^xsd:anyURI ;
fhir:l <http://localhost:8000> ]
] ; #
fhir:fhirVersion [ fhir:v "4.0.1"] ; #
fhir:format ( [ fhir:v "json"] ) ; #
fhir:rest ( [
( fhir:extension [
( fhir:extension [
fhir:url [
fhir:v "toolName"^^xsd:anyURI ;
fhir:l fhir:toolName ] ;
fhir:value [
a fhir:String ;
fhir:v "openai_chat_completions" ] ] [
fhir:url [
fhir:v "toolDescription"^^xsd:anyURI ;
fhir:l fhir:toolDescription ] ;
fhir:value [
a fhir:String ;
fhir:v "OpenAI-kompatibler Chat-Endpoint mit automatischem Tool-Routing zu MCP-Servern" ] ] [
fhir:url [
fhir:v "sseEndpoint"^^xsd:anyURI ;
fhir:l fhir:sseEndpoint ] ;
fhir:value [
a fhir:Url ;
fhir:v "http://localhost:8000/v1/chat/completions"^^xsd:anyURI ;
fhir:l <http://localhost:8000/v1/chat/completions> ] ] ) ;
fhir:url [
fhir:v "https://bih-cei.github.io/ceir-os-ig/StructureDefinition/mcp-tool-definition"^^xsd:anyURI ;
fhir:l <https://bih-cei.github.io/ceir-os-ig/StructureDefinition/mcp-tool-definition> ] ] ) ;
fhir:mode [ fhir:v "server" ] ;
fhir:documentation [ fhir:v "OpenAI-kompatible API (/v1/chat/completions, /v1/models) die MCP-Tools als Function Calls bereitstellt. Features: dynamische Tool-Discovery, Smart Search Retry, Emoji/XML Tool Call Parser, Result Trimming (max 4000 Zeichen)." ]
] ) . #
IG © 2024+ Berlin Institute of Health at Charité. Package ceir-os-ig#0.1.0 based on FHIR 4.0.1. Generated 2026-03-16
Links: Table of Contents |
QA Report