FHIR Chat · Array Example in Language Reference · shorthand

Stream: shorthand

Topic: Array Example in Language Reference


view this post on Zulip Alex Goel (Jun 03 2021 at 13:04):

Hi, I think it would be helpful to update the language reference array (https://hl7.org/fhir/uv/shorthand/reference.html#array-property-paths) to be more like the wicked FHIR Presentation showing item lists on slide 3: https://fshschool.org/downloads/sept-2020-fsh-tutorial-part-3.pdf

It wasn't obvious from the example in the language reference how to label multiple Measure.groups that I am creating in my example trying to establish concordance between matching radiology and pathology Observations

* group[0].stratifier.component.criteria.language = #text/cql
* group[0].stratifier.component.criteria.expression = "Radiology Prostate Cancer Significance"
* group[1].stratifier.component.code = #measure-observation
* group[1].stratifier.component.criteria.language = #text/cql
* group[1].stratifier.component.criteria.expression = "Pathology Gleason Score"

view this post on Zulip Mark Kramer (Jun 05 2021 at 15:24):

@Alex Goel Thank you for contributing this example. I have added it to the language reference (to be updated sometime early next week).


Last updated: Apr 12 2022 at 19:14 UTC