Closed liamwilson-kainos closed 7 months ago
I have also tried
{fhirHost}/HealthcareService?notAvailable:missing=true
but i get back
{
"severity": "warning",
"code": "not-supported",
"diagnostics": "The search parameter 'notAvailable:missing' is not supported for resource type 'HealthcareService'."
}
Hi @liamwilson-kainos For the not-available-start search parameter you need to change the type from string to date as that is the data type of the field.
Also @liamwilson-kainos , please look into the expression value "HealthcareService.notAvailable.during.start". The notAvailable value does not exist in the searchparameter definition.
Thanks @LTA-Thinking - that works! Silly mistake :)
Hi there,
Reaching out to see if anyone could help me with defining a search parameter against my version 4 FHIR instance. I have HealthcareService resources which have
notAvailable
information specified such ashttps://hl7.org/fhir/R4/healthcareservice-definitions.html#HealthcareService.notAvailable
I want to be able to be do one of the following -
notAvailable
array has one or more valuenotAvailable.during.start
of a given valueI have tried this POST request to create a new search param
and get back
Any help appreciated please!