FHIR Chat · CodeSystem $compose operation · terminology

Stream: terminology

Topic: CodeSystem $compose operation


view this post on Zulip Peter Jordan (Jan 10 2017 at 03:37):

The cardinality of a couple of the out parameters seems a bit strange. Judging from the documentation, I would have expected match.unmatched ("One or more properties that contain properties that could not be matched into the code") to be 0..* and (possibly) match.match to be 0..1 - depending on the intended response strategy for returning no matches (match.comment or returning all the unmatched in parameters)?

view this post on Zulip Grahame Grieve (Jan 10 2017 at 06:26):

yes agree. Please create a task to fix. .code should be 1..1 (what matched if you don't have a code?), but unmatched should be 0..*, and comment should be 0..1

view this post on Zulip Peter Jordan (Jan 10 2017 at 22:20):

Added GF #12576


Last updated: Apr 12 2022 at 19:14 UTC