Stream: conformance
Topic: Profiling a SearchParameter
Yunwei Wang (Oct 11 2021 at 18:39):
FHIR allows deriving a SearchParameter from another SearchParameter. If the base SearchParameter has multipleAnd=true, can the derived SearchParameter set it to multipleAnd=false? How about reversed scenario where base has multipleAnd=false and derived has multipleAnd=true?
Lloyd McKenzie (Oct 11 2021 at 18:55):
Regardless of what the answer is, seems like something we need a tracker item to update the spec with a clarification.
Yunwei Wang (Oct 12 2021 at 14:17):
https://jira.hl7.org/browse/FHIR-34116
Eric Haas (Oct 19 2021 at 15:35):
most commonly it is multipleAnd, multipleOr, modifiers, comparators is undefined in base SP and defined in derived SP and restricting the base SP base to a single resource type. can we say that?
Last updated: Apr 12 2022 at 19:14 UTC