FHIR Chat · FHIR Provenance · cql

Stream: cql

Topic: FHIR Provenance


view this post on Zulip Mark Discenza (Jun 22 2021 at 21:47):

I have FHIR experience, but I'm a CQL newby. I have a basic question: Can FHIR Provenance resources be accessed from a FHIR server via CQL?

view this post on Zulip JP (Jun 24 2021 at 18:35):

Yes. I hit a bug while testing this in Atom, but in general something like this should work:

library Test version '1.0.0'

using FHIR version '4.0.1'

context Unfiltered

define "Provenance":
 [Provenance]

view this post on Zulip JP (Jun 24 2021 at 22:02):

<deleted>

view this post on Zulip JP (Jun 24 2021 at 22:04):

<deleted>

view this post on Zulip JP (Jun 24 2021 at 22:06):

Whoops. Replied to the wrong thread :grinning:


Last updated: Apr 12 2022 at 19:14 UTC