firely-net-sdk icon indicating copy to clipboard operation
firely-net-sdk copied to clipboard

Composite search parameters

Open jackliums opened this issue 7 years ago • 2 comments

Hi there,

Is it possible to add the underlying value type of Composite Search Parameters to ModelInfo class?

For example, for Observation resource, it would be nice to know that code-value-concept is a composite search parameter with underlying value type of CodeableConcept and code-value-date is a composite search parameter with underlying value type of Date?

The type information could be very helpful when we need to parse the underlying value programmatically.

Also, the FHIRPath property for all of the composite search parameters are empty. Are these going to be supported?

Thanks,

jackliums avatar Jan 02 '18 18:01 jackliums

That's still on my servers back log. Would need to have a different modelinfo definition for the composite parameters too. The datatype should be accessible from the model processing. Have a look at the code in the fhirpathtester for that.

brianpos avatar Jan 02 '18 20:01 brianpos

Those composite Search Parameters are in ModelInfo.SearchParameters and they have the type SearchParamType.Composite. The definition of those parameters are only not defined. For that we should alter the code generator.

marcovisserFurore avatar Jun 24 '21 14:06 marcovisserFurore

That would be handy for our FS unit testing as well.

cknaap avatar Feb 22 '23 16:02 cknaap

Internal communication: should be discussed first with @cknaap .

marcovisserFurore avatar May 04 '23 09:05 marcovisserFurore

Gino just told me he has a fix for this as well ;-)

ewoutkramer avatar May 10 '23 19:05 ewoutkramer