Closed davisart closed 2 years ago
We basically have the same issue for our export, as we only ask if the number is > 10 in our questionnaire
- Maybe this value should be ">10", and not ">9" as indicated in the IG.
I'll change into >10
2. How many transfusions is it possible to include for the single diagnosis? In this case should we need to sum the number of tranfusions?
the solution allows for a certain flexibility :
To be checked with pilot the solution that they are going to use (most likely the first one if they have aggregated data)
For the export:
- How we can set this value? can we set 11? And which one between "boundsRange.low" and "count"?
- Just a confirm: we will export a single resource for transfusions
If you are capturing the information '> 10' and nothing else then you have only one procedure with boundsRange.low = '11' (= 10 if >= 10) If you are capturing the exact number of transfusions then you can use count =#transfusions
@davisart and @StefanBeyer let me know if I can consider this issue closed
description as '> 10' has been changed in https://github.com/hl7-eu/pcsp/commit/ac9c347c07e2fa2937de55b4002fe27955860384 as you suggested
However the description I have says "Please specify if patient received 10 or more than 10 transfusions during therapy" so 10 is included so it should be >9...
thank you Giorgio, I'm sorry: "≥" is correct as mentioned in the description, so we will use boundsRange.low = '10'
if there are more than one transfusion, "count" value is the total sum or the single number of transfusion?
count says how many times this procedure has been repeated...not sure to have correctly understood your question..
thank you
For import we can use "boundsRange.low" or "count" field. 1) Maybe this value should be ">10", and not ">9" as indicated in the IG. 2) How many transfusions is it possible to include for the single diagnosis? In this case should we need to sum the number of tranfusions?
For the export: 1) How we can set this value? can we set 11? And which one between "boundsRange.low" and "count"? 2) Just a confirm: we will export a single resource for transfusions