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

: CEIR-OS Terminology MCP Server - JSON Representation

Active as of 2024-01-01

Raw json | Download

{
  "resourceType" : "CapabilityStatement",
  "id" : "CEIROSTerminologyMCP",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CapabilityStatement CEIROSTerminologyMCP</b></p><a name=\"CEIROSTerminologyMCP\"> </a><a name=\"hcCEIROSTerminologyMCP\"> </a><h2 id=\"title\">CEIR-OS Terminology MCP Server</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>Bietet 8 MCP-Tools für Terminologie-Abfragen. HTTP REST auf Port 3000, MCP SSE auf Port 3002.</p>\n</div></div></div></div>"
  },
  "url" : "https://bih-cei.github.io/ceir-os-ig/CapabilityStatement/CEIROSTerminologyMCP",
  "version" : "0.1.0",
  "title" : "CEIR-OS Terminology MCP Server",
  "status" : "active",
  "date" : "2024-01-01",
  "publisher" : "Berlin Institute of Health at Charité",
  "contact" : [
    {
      "name" : "Berlin Institute of Health at Charité",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.bihealth.org"
        },
        {
          "system" : "email",
          "value" : "thomas.debertolis@bih-charite.de"
        }
      ]
    }
  ],
  "description" : "CapabilityStatement für den Terminology MCP Server. Kombiniert HTTP REST Proxy (Port 3000) und MCP SSE Endpoint (Port 3002). Unterstützt SNOMED CT (via Snowstorm), LOINC (mit deutschen Labels), ICD-10-GM, OPS und ATC (via MII OntoServer mit mTLS).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DE",
          "display" : "Germany"
        }
      ]
    }
  ],
  "kind" : "instance",
  "software" : {
    "name" : "terminology-mcp",
    "version" : "1.0.0"
  },
  "implementation" : {
    "description" : "Terminology MCP Server - HTTP REST + MCP SSE",
    "url" : "http://localhost:3000"
  },
  "fhirVersion" : "4.0.1",
  "format" : [
    "json"
  ],
  "rest" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "toolName",
              "valueString" : "validate_code"
            },
            {
              "url" : "toolDescription",
              "valueString" : "Validiert ob ein Code in einem CodeSystem existiert"
            },
            {
              "url" : "sseEndpoint",
              "valueUrl" : "http://localhost:3002/sse"
            },
            {
              "url" : "inputSchema",
              "valueString" : "{\"system\": \"string (CodeSystem URL)\", \"code\": \"string\"}"
            }
          ],
          "url" : "https://bih-cei.github.io/ceir-os-ig/StructureDefinition/mcp-tool-definition"
        },
        {
          "extension" : [
            {
              "url" : "toolName",
              "valueString" : "lookup_code"
            },
            {
              "url" : "toolDescription",
              "valueString" : "Details fuer einen bekannten Code abrufen (Display, Properties, Uebersetzungen)"
            },
            {
              "url" : "sseEndpoint",
              "valueUrl" : "http://localhost:3002/sse"
            },
            {
              "url" : "inputSchema",
              "valueString" : "{\"system\": \"string (CodeSystem URL)\", \"code\": \"string\"}"
            }
          ],
          "url" : "https://bih-cei.github.io/ceir-os-ig/StructureDefinition/mcp-tool-definition"
        },
        {
          "extension" : [
            {
              "url" : "toolName",
              "valueString" : "search_common_loinc"
            },
            {
              "url" : "toolDescription",
              "valueString" : "Schnelle lokale Suche haeufiger LOINC-Codes mit deutschen Uebersetzungen"
            },
            {
              "url" : "sseEndpoint",
              "valueUrl" : "http://localhost:3002/sse"
            },
            {
              "url" : "inputSchema",
              "valueString" : "{\"searchText\": \"string\", \"limit\": \"integer (default: 10)\"}"
            }
          ],
          "url" : "https://bih-cei.github.io/ceir-os-ig/StructureDefinition/mcp-tool-definition"
        },
        {
          "extension" : [
            {
              "url" : "toolName",
              "valueString" : "get_german_label"
            },
            {
              "url" : "toolDescription",
              "valueString" : "Deutsche Uebersetzung fuer einen LOINC-Code abrufen"
            },
            {
              "url" : "sseEndpoint",
              "valueUrl" : "http://localhost:3002/sse"
            },
            {
              "url" : "inputSchema",
              "valueString" : "{\"code\": \"string (LOINC code)\"}"
            }
          ],
          "url" : "https://bih-cei.github.io/ceir-os-ig/StructureDefinition/mcp-tool-definition"
        },
        {
          "extension" : [
            {
              "url" : "toolName",
              "valueString" : "search_across_versions"
            },
            {
              "url" : "toolDescription",
              "valueString" : "Suche ueber mehrere Versionen von ICD-10-GM, OPS oder ATC"
            },
            {
              "url" : "sseEndpoint",
              "valueUrl" : "http://localhost:3002/sse"
            },
            {
              "url" : "inputSchema",
              "valueString" : "{\"system\": \"string (CodeSystem URL)\", \"searchText\": \"string\"}"
            }
          ],
          "url" : "https://bih-cei.github.io/ceir-os-ig/StructureDefinition/mcp-tool-definition"
        },
        {
          "extension" : [
            {
              "url" : "toolName",
              "valueString" : "list_panels"
            },
            {
              "url" : "toolDescription",
              "valueString" : "LOINC-Panels auflisten (z.B. Blutbild, Leberwerte)"
            },
            {
              "url" : "sseEndpoint",
              "valueUrl" : "http://localhost:3002/sse"
            }
          ],
          "url" : "https://bih-cei.github.io/ceir-os-ig/StructureDefinition/mcp-tool-definition"
        },
        {
          "extension" : [
            {
              "url" : "toolName",
              "valueString" : "get_panel_components"
            },
            {
              "url" : "toolDescription",
              "valueString" : "Komponenten eines LOINC-Panels abrufen"
            },
            {
              "url" : "sseEndpoint",
              "valueUrl" : "http://localhost:3002/sse"
            },
            {
              "url" : "inputSchema",
              "valueString" : "{\"panelCode\": \"string (LOINC panel code)\"}"
            }
          ],
          "url" : "https://bih-cei.github.io/ceir-os-ig/StructureDefinition/mcp-tool-definition"
        },
        {
          "extension" : [
            {
              "url" : "toolName",
              "valueString" : "lookup_loinc_answer_code"
            },
            {
              "url" : "toolDescription",
              "valueString" : "LOINC Answer Code nachschlagen (fuer Antwortoptionen)"
            },
            {
              "url" : "sseEndpoint",
              "valueUrl" : "http://localhost:3002/sse"
            },
            {
              "url" : "inputSchema",
              "valueString" : "{\"answerCode\": \"string\"}"
            }
          ],
          "url" : "https://bih-cei.github.io/ceir-os-ig/StructureDefinition/mcp-tool-definition"
        }
      ],
      "mode" : "server",
      "documentation" : "Bietet 8 MCP-Tools für Terminologie-Abfragen. HTTP REST auf Port 3000, MCP SSE auf Port 3002."
    }
  ]
}