{
  "name": "FHIRPath Server",
  "description": "Multi-version FHIRPath evaluation server using atomic-ehr/fhirpath",
  "version": "1.0.0",
  "fhirVersions": [
    "R4",
    "R5",
    "R6-ballot-03"
  ],
  "endpoints": {
    "/health": "GET - Health check",
    "/r4": "POST - Evaluate FHIRPath expressions (FHIR R4)",
    "/r5": "POST - Evaluate FHIRPath expressions (FHIR R5)",
    "/r6": "POST - Evaluate FHIRPath expressions (FHIR R6 ballot-03)",
    "/": "POST - Evaluate FHIRPath expressions (auto-detect version)"
  },
  "documentation": "https://github.com/atomic-ehr/fhirpath-server",
  "supportedFeatures": [
    "Multi-version FHIR support (R4, R5, R6)",
    "FHIRPath expression evaluation",
    "Debug tracing and AST generation",
    "Variable substitution",
    "Auto-version detection"
  ]
}