The unit test "join with no value - default to no separator" contains a column definition which has the type "name". I believe this is meant to be "string"
{
"resource": "Patient",
"select": [
{
"column": [
{
"path": "id",
"name": "id",
"type": "id"
},
{
"path": "name.given.join()",
"name": "given",
"type": "name" <--- Invalid type name (?) should be "string" I think
}
]
}
]
}
The unit test "join with no value - default to no separator" contains a column definition which has the type "name". I believe this is meant to be "string"