{
  "resourceType": "CapabilityStatement",
  "id": "phtxgnn-fhir-server",
  "url": "https://phtxgnn.github.io/fhir/metadata",
  "version": "1.0.0",
  "name": "PhTxGNNFHIRServer",
  "title": "PhTxGNN FHIR Server",
  "status": "active",
  "experimental": true,
  "date": "2026-03-02",
  "publisher": "PhTxGNN Project",
  "description": "Philippine drug repurposing predictions using TxGNN knowledge graph",
  "kind": "instance",
  "fhirVersion": "4.0.1",
  "format": [
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "MedicationKnowledge",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "code",
              "type": "token"
            },
            {
              "name": "status",
              "type": "token"
            }
          ]
        },
        {
          "type": "ClinicalUseDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "type",
              "type": "token"
            },
            {
              "name": "subject",
              "type": "reference"
            }
          ]
        }
      ]
    }
  ]
}