Stream: terminology
Topic: ValueSet example
Yunwei Wang (Apr 05 2021 at 16:25):
http://build.fhir.org/valueset-operation-expand.html#examples
In this example
POST [base]/ValueSet/23/$expand
[other headers]{
"resourceType" : "Parameters",
"parameter" : [
{
"name" : "valueSet",
"resource" : {
"resourceType" : "ValueSet",
[value set details]
}
}
]
}
Since the value set is provided as an input parameter, why does the URL have valueset id ValueSet/23/$expand
? This expansion should not depend on any value set instance.
Michael Lawley (Apr 07 2021 at 01:42):
Yep, that is an error in the example. The POST should be to [base]/ValueSet/$expand
Lloyd McKenzie (Apr 07 2021 at 02:34):
@Yunwei Wang can you submit a technical correction?
Last updated: Apr 12 2022 at 19:14 UTC