← All runs
Round 0
2026-04-08
Apple M3, 8-core · 24 GB · macOS Tahoe 26.3 · Docker Desktop 4.64.0 (8 CPU / 20 GB)
SNOMED combined filters
POST /ValueSet/$expand with composed ValueSet The most complex expansion test. Each request combines three filter types simultaneously: an is-a hierarchy constraint, a SNOMED property equals filter (e.g. associated morphology), and a free-text display filter. Tests the server’s ability to efficiently intersect multiple constraints at once.
Preflight request
POST /ValueSet/$expand
Content-Type: application/fhir+json
Accept: application/fhir+json
{
"resourceType": "Parameters",
"parameter": [
{
"name": "valueSet",
"resource": {
"resourceType": "ValueSet",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"filter": [
{ "property": "concept", "op": "is-a", "value": "404684003" },
{ "property": "116676008", "op": "=", "value": "72704001" }
]
}
]
}
}
},
{ "name": "filter", "valueString": "fracture" },
{ "name": "count", "valueInteger": 10 }
]
}