FHIR Chat · patterns and slicing in build · committers

Stream: committers

Topic: patterns and slicing in build


view this post on Zulip Eric Haas (Feb 22 2018 at 17:28):

(deleted)

view this post on Zulip Eric Haas (Feb 22 2018 at 18:18):

How do slice Observation.value[x] by type Quantity in the spreadsheet (for vitals in build )

have this

ValueX type Observation.value[x] 0..1 vs-2
ValueQ Observation.valueQuantity 0..1 vs-2 Quantity

get this... Error in Discriminator at Observation.value[x]" valuex: no children, multiple types

related to applying tracker.

@Grahame Grieve @Lloyd McKenzie ?

view this post on Zulip Lloyd McKenzie (Feb 22 2018 at 18:22):

What are ValueX and ValueQ?

view this post on Zulip Eric Haas (Feb 22 2018 at 18:23):

pasted image

view this post on Zulip Eric Haas (Feb 22 2018 at 18:23):

Profile names

view this post on Zulip Lloyd McKenzie (Feb 22 2018 at 18:28):

Shouldn't have the valueX slice name - it's the slicer, not the slice

view this post on Zulip Eric Haas (Feb 22 2018 at 18:30):

OK Thanks

view this post on Zulip Eric Haas (Feb 22 2018 at 18:42):

Now the Error is "element matches more than one slice - , ValueQ"

view this post on Zulip Eric Haas (Feb 22 2018 at 18:43):

on instance validation

view this post on Zulip Eric Haas (Feb 22 2018 at 18:45):

may have to keep it an invariant.


Last updated: Apr 12 2022 at 19:14 UTC