Stream: implementers
Topic: R4 Procedure's connection to BiologicallyDerivedProduct
Aric Monary (Jan 26 2022 at 18:59):
Hello,
I am looking to implement the BiologicallyDerivedProduct resource. I noticed that the spec for BiologicallyDerivedProduct mentions that it should be related to the Procedure resource in the usedReference element. However, the usedReference element in Procedure does not have a type of BiologicallyDerivedProduct.
Can I still implement BiologicallyDerivedProduct and have it relate to Procedure through Procedure's usedReference element?
Jean Duteau (Jan 26 2022 at 19:02):
in R4, you can not. It is not one of the choices that can be used in R4. You need to have an extension to send it. Look at a profile I've used for Transfusions where we have an extension to send the BiologicallyDerivedProduct to indicate what blood or plasma product was used in the Transfusion (which we represent as a Procedure): http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition-icsr-transfusion.html
Lloyd McKenzie (Jan 26 2022 at 19:40):
More specifically, in R4 you can, but it would need to be through an extension.
Last updated: Apr 12 2022 at 19:14 UTC