@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 -------------------------------------------------------------------

<https://bih-cei.github.io/ceir-os-ig/CapabilityStatement/CEIROSFhirSpecMCP> a fhir:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CEIROSFhirSpecMCP"] ; # 
  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 CEIROSFhirSpecMCP</b></p><a name=\"CEIROSFhirSpecMCP\"> </a><a name=\"hcCEIROSFhirSpecMCP\"> </a><h2 id=\"title\">CEIR-OS FHIR Spec 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>Stellt FHIR R4 Spezifikationsdaten ueber MCP SSE bereit. Ermoeglicht Ressourcen-Definitionen, Suchparameter und Profile zu durchsuchen.</p>\n</div></div></div></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://bih-cei.github.io/ceir-os-ig/CapabilityStatement/CEIROSFhirSpecMCP"^^xsd:anyURI ;
     fhir:l <https://bih-cei.github.io/ceir-os-ig/CapabilityStatement/CEIROSFhirSpecMCP>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:title [ fhir:v "CEIR-OS FHIR Spec MCP Server"] ; # 
  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 für den FHIR Spezifikations-Navigator. Ermöglicht das Durchsuchen und Navigieren der FHIR R4 Spezifikation über MCP."] ; # 
  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 "fhir-spec-mcp" ] ;
     fhir:version [ fhir:v "1.0.0" ]
  ] ; # 
  fhir:implementation [
     fhir:description [ fhir:v "FHIR R4 Spezifikations-Navigator via MCP" ] ;
     fhir:url [
       fhir:v "http://localhost:8002"^^xsd:anyURI ;
       fhir:l <http://localhost:8002>
     ]
  ] ; # 
  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 "get_resource_definition"
         ]
       ] [
         fhir:url [
           fhir:v "toolDescription"^^xsd:anyURI ;
           fhir:l fhir:toolDescription
         ] ;
         fhir:value [
           a fhir:String ;
           fhir:v "FHIR R4 Ressourcen-Definition abrufen (Elemente, Kardinalitaeten, Datentypen)"
         ]
       ] [
         fhir:url [
           fhir:v "sseEndpoint"^^xsd:anyURI ;
           fhir:l fhir:sseEndpoint
         ] ;
         fhir:value [
           a fhir:Url ;
           fhir:v "http://localhost:8002/sse"^^xsd:anyURI ;
           fhir:l <http://localhost:8002/sse>
         ]
       ] ) ;
       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:extension ( [
         fhir:url [
           fhir:v "toolName"^^xsd:anyURI ;
           fhir:l fhir:toolName
         ] ;
         fhir:value [
           a fhir:String ;
           fhir:v "search_fhir_spec"
         ]
       ] [
         fhir:url [
           fhir:v "toolDescription"^^xsd:anyURI ;
           fhir:l fhir:toolDescription
         ] ;
         fhir:value [
           a fhir:String ;
           fhir:v "FHIR R4 Spezifikation durchsuchen (Ressourcen, Datentypen, Suchparameter)"
         ]
       ] [
         fhir:url [
           fhir:v "sseEndpoint"^^xsd:anyURI ;
           fhir:l fhir:sseEndpoint
         ] ;
         fhir:value [
           a fhir:Url ;
           fhir:v "http://localhost:8002/sse"^^xsd:anyURI ;
           fhir:l <http://localhost:8002/sse>
         ]
       ] ) ;
       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 "Stellt FHIR R4 Spezifikationsdaten ueber MCP SSE bereit. Ermoeglicht Ressourcen-Definitionen, Suchparameter und Profile zu durchsuchen." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

