← 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 intensional filters
POST /ValueSet/$expand with composed ValueSet Expands intensional SNOMED ValueSets using complex filter combinations: is-a hierarchy, single property equals, AND (hierarchy + property, two properties), and OR (multi-include).
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": "195967001" },
{ "property": "363698007", "op": "=", "value": "89187006" }
]
}
]
}
}
},
{ "name": "count", "valueInteger": 10 }
]
}