← 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)
RxNorm intensional filters
POST /ValueSet/$expand with composed ValueSet Intensional expansions using RxNorm-specific attributes: term type (TTY), relationship properties (tradename_of, has_ingredient), and combinations.
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://www.nlm.nih.gov/research/umls/rxnorm",
"filter": [
{ "property": "TTY", "op": "=", "value": "BN" },
{ "property": "tradename_of", "op": "=", "value": "CUI:161" }
]
}
]
}
}
},
{ "name": "count", "valueInteger": 10 }
]
}