I've been trying to use the custom provided from the codeSet 222 (https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/222) to search Locations using the -physicalType param, but unfortunately seems like only http://terminology.hl7.org/CodeSystem/location-physical-type is supported.
Is there a supported way to use Cerner custom CodeSets to search Locations?
Workflow or API calls:
Works: https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Location?-physicalType=wa (X-Request-Id: e5f65365-b1e7-47b8-a0b5-511d9a555617+R0mz_pu4G)
Does not return data, even though there are Locations with this codeset: https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Location?-physicalType=https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/222|772 (X-Request-Id: 0f561b06-c04b-412e-900c-70e4d20f235d+dBTy_SrKb)
Fails with 400 + message: https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Location?-physicalType=|772 (X-Request-Id: 7675b63a-6f79-49bd-a91e-3e84671dc943+ILcd_mGWZ)
AFAIK these are the supported ways to query for custom codesets/systems (reference: https://hl7.org/fhir/R4/search.html#token))
I just want to make sure if this is not supported at all or is there any other supported way to query using custom codesets.
Thanks in advance!