FHIR Chat · standalone extension syntax for context. · shorthand

Stream: shorthand

Topic: standalone extension syntax for context.


view this post on Zulip Eric Haas (Jun 12 2020 at 22:51):

What is the syntax for cotnext?

I tried

 Extension:   MeasureScoring
 Id:          extension-measureScoring
 Title:       "DEQM Reporting Vendor Extension"
 Description: "Indicates how the calculation is performed for the measure, including proportion, ratio, continuous-variable, and cohort. The value set is extensible, allowing additional measure scoring types to be represented. It is expected to be the same as the scoring element on the referenced Measure"
 * context.type "element"
 * context.expression "MeasureReport"
 * value[x] only code
 * valueCode from http:hl7.org/fhir/ValueSet/measure-scoring

view this post on Zulip Richard Kavanagh (Jun 12 2020 at 23:04):

The lines for context should be

* ^context.type = #element
* ^context.expression = "MeasureReport"

Last updated: Apr 12 2022 at 19:14 UTC