FHIR Chat · EvidenceVariable for an Observation? · implementers

Stream: implementers

Topic: EvidenceVariable for an Observation?


view this post on Zulip Paul Lynch (Jun 30 2021 at 19:02):

How would one indicate which EvidenceVariable is associated with an Observation?

view this post on Zulip Lloyd McKenzie (Jul 01 2021 at 02:28):

@Brian Alper

view this post on Zulip Brian Alper (Jul 01 2021 at 08:53):

@Lloyd McKenzie What is your question?

view this post on Zulip Brian Alper (Jul 01 2021 at 08:56):

I see the question now with a Zulip view showing the chain. For the question "How would one indicate which EvidenceVariable is associated with an Observation?" @Paul Lynch can you please share the context of the association you are trying to indicate?

view this post on Zulip Paul Lynch (Jul 01 2021 at 13:52):

The context is a research database, with various research studies, each of which has a set of variables that are measured about subjects. The measurements are stored as Observations, and the group implementing the system was advised to use EvidenceVariable to store the information about the variable itself. (Example: https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/EvidenceVariable/phv00396358). For a set of selected Observations, we would like to retrieve the relevant EvidenceVariables the Observations are measuring. The current thought is to store a reference to the EvidenceVariable in a custom extension on the Observations, but I am thinking there should be some more standard mechanism for representing that connection.

view this post on Zulip Brian Alper (Jul 01 2021 at 14:32):

In the example the EvidenceVariable.characteristic.definitionCodeableConcept has a single coding for a single characteristic -- LOINC 882.1
Why not just use Observation.code with LOINC 882.1 ?
Is there other data in the EvidenceVariable instance that you need associated with the Observation instance?

view this post on Zulip Brian Alper (Jul 01 2021 at 14:52):

Observation.focus has 0..* cardinality and can Reference Any Resource. An approach without requiring extensions could be to use the focus element to reference the EvidenceVariable Resource when there is a need to identify the focus/context of the observation being modified by/related to the EvidenceVariable definition.


Last updated: Apr 12 2022 at 19:14 UTC