Bryn Rhodes

Results 146 comments of Bryn Rhodes

@isaacvetter , this looks great, thank you for putting this together! The only part I'm not sure about is what it looks like to ballot a hook deprecation, but that...

Proposed Disposition: Persuasive, the limitation on prefetch token references within prefetch templates will be relaxed to allow for context..[].id Moved: Isaac Vetter, Second: Ken Kawamoto Motion tabled to allow for...

Proposed disposition: Support the use of Simple FHIRPath as the context selector in prefetch template processing, option 2 below. Requires the implementer to 1. Retrieve the "value" from the context...

For retrieving Medications as part of pre-fetch, would need to be: MedicationRequest?_id={{context.draftOrders.entries.ofType('MedicationRequest').id}}&_include=MedicationRequest.medication Note this is re-requesting the draftOrders which may not be in the FHIR server

{{context.draftOrders.entries.ofType('MedicationRequest').medication.reference}} {{context.draftOrders.entries.ofType('MedicationRequest').requester.reference}}?_include=PractitionerRole.organization&_include=PractitionerRole.location Can we propose a shorthand "include" for prefetches? Support EvenSimplerFHIRPath (with path navigation and ofType() only), plus the additional semantics that if the result of the FHIRPath is...

If I'm understanding correctly, the use case requires that you be able to indicate which points in the PlanDefinition should trigger an evaluation. We have typically used the [triggerDefinition](http://build.fhir.org/plandefinition-definitions.html#PlanDefinition.action.triggerDefinition) element...

Thank you for the report, it looks the issue is that since the example doesn't use a versioned reference to QUICK, when the new translator was released, it bumped the...

Included in v2.0.0

This is currently handled in CQL with related context retrieves: https://cql.hl7.org/03-developersguide.html#related-context-retrieves

@joelmontavon , what do you need the stdout option to do? Is it just to route the message output or are you trying to capture the actual translated ELM output?