FHIR Chat · Capturing relevant analyte and aliquot information for a ... · implementers

Stream: implementers

Topic: Capturing relevant analyte and aliquot information for a ...


view this post on Zulip Email Gateway (Mar 30 2021 at 18:38):

From: Olga Vovk <ovovk@samvit-solutions.com>
Dear all,
I need to be able to capture both aliquot and analyte information for a given sample/specimen.

Aliquots can be derived either from a sample or from analyte.
For aliquots, the following information need to be captured : 1) the quantity in micrograms of the aliquot(s) derived from the analyte(s) and 2) the volume in microliters of the aliquot(s) derived from the analyte(s).

Analyte is the specimen extracted for analysis from a given sample or a portion of a sample. So, it looks like it can be referenced as a specimen to itself.
For analyte, I need to capture its type and analyte concentration.

I am not sure I can capture all this information using the Specimen resource. At least, I don't know how.
I would appreciate any advice/suggestions.
Thank you!

Olga Vovk
<:3)))~~~~

view this post on Zulip Lloyd McKenzie (Mar 30 2021 at 18:54):

@Eric Haas @Hans Buitendijk

view this post on Zulip Eric Haas (Mar 30 2021 at 19:42):

try @Riki Merrick

view this post on Zulip Riki Merrick (Mar 30 2021 at 20:11):

I agree that the analyte would just be a different specimen resource that references the specimen.identifier of the sample in its specimen.parent. use specimen.type for the analyte type but I am not sure where I would put the concentration - you have 2 choices, but neither seem right to me:
a) specimen.container.quantity - this is what I would use for the aliquot quantity - but I don't understand why you need both the mass as well as the volume - currently that element is 0..1 (there is a tracker to allow reference of a device resource, so you can create nesting containers, but I don't think that applies to your case = https://jira.hl7.org/browse/FHIR-22823)
b) specimen.collection.quantity, not quite right, as the analyte is not collected, but rather created by processing, so maybe we need a new element for specimen.processing.quantity

We already added a tracker to add specimen role (https://jira.hl7.org/browse/FHIR-22838), but would need to review the suggested vocabulary (https://terminology.hl7.org/ValueSet-v2-0369.html), as what you need here seems to fit better with the vocabulary for specimen child role (https://terminology.hl7.org/ValueSet-v2-0494.html) but we have not added that element so far, as we don't quite understand how BOTH would be used in v2 at the moment, so opted to just add one, but probably need to expand the vocab, if we do that) which might help keep things organized better.

It sounds like this might need more discussion - is there a way you could join our specimen project calls on Mondays 2 - 3 PM EDT?

view this post on Zulip Olga Vovk (Mar 30 2021 at 20:26):

HI Riki, Thank you so much for your answer.
Much appreciated.

Riki, you asked: " but I don't understand why you need both the mass as well as the volume - currently that element is 0..1 "

There are use cases when volume is needed and in other use cases when the mass is needed.
I agree with you, most likely we would not need both mass and volume the same time.

And, Yes, I would be happy to join Specimen project calls . Thank you!!!
Olga


Last updated: Apr 12 2022 at 19:14 UTC