{
"resourceType": "ValueSet",
"status": "active",
"name": "SnomedVStest2",
"id": "SnomedVStest2",
"title": "SnomedVS Valueset test 2",
"compose": {
"include": [
{
"concept": [
{
"code": "230461009"
}
]
}
]
}
}
If CodeSystem.content is updated to "example" (or "example" is updated to "fragment") there is no change. But if CodeSystem.content is then
further updated to "complete", the $expand operation succeeds (along with the other terminology dependent functions such as code:in). Then,
if CodeSystem.content is again updated back to either "fragment" or "example", the $expand operation and the other terminology functions
continue to succeed as they did before (while it was set to "complete").