{
"resourceType": "CapabilityStatement",
"status": "active",
"kind": "instance",
"fhirVersion": "4.0.1",
"format": ["application/fhir+json", "application/fhir+xml"],
"date": "2026-04-13",
"publisher": "OMOPHub",
"software": {
"name": "OMOPHub FHIR Terminology Service",
"version": "1.0.0"
},
"implementation": {
"description": "OMOPHub FHIR Terminology Service - OMOP Standardized Vocabularies",
"url": "https://fhir.omophub.com/fhir/r4"
},
"rest": [
{
"mode": "server",
"resource": [
{
"type": "CodeSystem",
"interaction": [
{ "code": "read" },
{ "code": "search-type" }
],
"operation": [
{ "name": "lookup", "definition": "http://hl7.org/fhir/OperationDefinition/CodeSystem-lookup" },
{ "name": "validate-code", "definition": "http://hl7.org/fhir/OperationDefinition/CodeSystem-validate-code" },
{ "name": "subsumes", "definition": "http://hl7.org/fhir/OperationDefinition/CodeSystem-subsumes" },
{ "name": "find-matches", "definition": "http://hl7.org/fhir/OperationDefinition/CodeSystem-find-matches" }
]
},
{
"type": "ValueSet",
"interaction": [
{ "code": "search-type" }
],
"operation": [
{ "name": "expand", "definition": "http://hl7.org/fhir/OperationDefinition/ValueSet-expand" },
{ "name": "validate-code", "definition": "http://hl7.org/fhir/OperationDefinition/ValueSet-validate-code" }
]
},
{
"type": "ConceptMap",
"operation": [
{ "name": "translate", "definition": "http://hl7.org/fhir/OperationDefinition/ConceptMap-translate" },
{ "name": "closure", "definition": "http://hl7.org/fhir/OperationDefinition/ConceptMap-closure" }
]
}
]
}
]
}