Stream: implementers
Topic: Blood, Tissue, Organ: Donation
Aleksandra Pavlyshina (Nov 23 2016 at 11:38):
Hello, FHIR experts!
HL7 v3 has information about Blood, Tissue, Organ: Donation. Choosing between v3 and FHIR, the question is: can this information be represented via FHIR resources anyhow? Do we have something similar in FHIR? Could you point me please to any guides, best practices or examples of mappings in a Blood Bank setting?
I'd really appreciate a point in the right direction here.
Michelle (Moseman) Miller (Nov 28 2016 at 23:51):
A couple related trackers/discussions I have seen....
1) PC has a pending GF#8458 asking about blood transfusion, which we resolved indicating a new resource is needed.
2) OO resolved GF#9449 by adding a donation identification number extension to the device resource, http://build.fhir.org/extension-device-din.html, but OO is asking for feedback. This tracker triggered an interesting listserv discussion, http://lists.hl7.org/read/messages?id=288144, questioning whether a new resource is needed for biologically derived products (as well as boundaries with device and substance):
- Device: a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device
- Substance: A homogeneous material with a definite composition
- BiologicallyDerivedProduct: material extracted from a living mammalian organism or that is still living
Eric Haas (Dec 04 2016 at 09:08):
We are looking for input from subject matter experts on how these products are administratively handled and whether they can be represented using existing resources like Device or Meds or Need there own resource.
Grahame Grieve (Dec 04 2016 at 19:37):
are you interested in stock control?
Bob Milius (Dec 06 2016 at 20:27):
We (Be The Match/National Marrow Donor Program) can provide input re hematopoietic stem cell transplant. We've just started looking into how to describe this with FHIR and having questions too.
Abbie Watson (Dec 09 2016 at 00:13):
ISBT 128 is the relevant standard in use.
https://iccbba.org/
A CodableConcept should suffice for most ISBT128 tagging, but there are up to 6 barcodes per ISBT label; so it may need to be an array of CodableConcepts. BodySite may be a relevant resource; as would Device is there is a prosthetic involved.
'Biological' seems like a more semantically useful term than 'BiologicallyDerivedProduct'. ie. Organ, Tissue, Blood, are all Biologicals.
Kirt Schaper (Dec 13 2016 at 22:01):
Our (Be The Match/National Marrow Donor Program) use case is similar to a blood transplant with a few wrinkles. A PATIENT (the recipient) will have a PROCEDURE (hematopoietic cell transplant) performed which uses hematopoietic cells taken from another PATIENT (the donor, there may be multiple donors). I have 2 main questions about this, first what resource should I use for the donor cells? I think SPECIMEN is closest ("Any material sample taken from a biological entity, living or dead"), but it is not allowed in the UsedReference of the PROCEDURE resource. MEDICATION is possible, but that has more of a manufactured flavour. SUBSTANCE is off-target as the transplanted cells are certainly not a "homogeneous material".
Additionally, we collect additional HLA typing information from samples other than the recipient, donor, and product, for example relatives of the recipient. We have to capture the relationship between the recipient and the donor (e.g. unrelated, mother, father, HLA-matched sibling, cousin, etc.), as well as the relationship between the recipient and these additional HLA samples. The RELATEDPERSON resource could possibly be used, but that is for a "person that is related to a patient, but who is not a direct target of care" and that is certainly not the case for the donor.
Abbie Watson (Dec 13 2016 at 22:09):
Does your implementation allow for schema extensions? It would be fairly simple to just extend the Procedure resource to include a Specimen reference.
Kirt Schaper (Dec 13 2016 at 22:23):
I believe we can do that -- do you have an idea about the relationship issue?
Abbie Watson (Dec 13 2016 at 22:32):
We're working on extended our objects so we can convert between resources. Not sure 100% how that's going to look like, but it's shaping up to look something like the following:
let janeDoe = new Person('Jane Doe', '01/22/1973', 'F'); let newPatientA = janeDoe.enrollAsPatient('BlueCross', '8219475399'); let newPatientB = Patient.fromPerson(janeDoe);
So, there's this idea that a person might be a RelatedPerson at one point in time, and a Patient at another. To that extent, I'm not sure it matters too much which one is chosen... they could both be valid situations. I'd be more concerned about supporting both.
Abbie Watson (Dec 13 2016 at 22:34):
That is to say... RelatedPerson seems perfectly fine to start modeling the solution; as long as you don't bake it in and hardcode it. It should be able to be swapped out for a Patient when necessary.
Eric Haas (Dec 14 2016 at 18:56):
@Kirt Schaper Specimen is for diagnostic specimens. You are left with Device and/or Medication/ and or Substance plus extensions. We believe there is a gap in FHIR Resources here but no-one from the community has stepped forward to fill in the blanks on what the most common elements would be. ( or pointed to a reasonable data model that we could reference )
Abbie Watson (Dec 14 2016 at 23:44):
The ISBT 128 standard that's used for organ transplants and blood samples would look something like this in JSON/FHIR format:
{ "resourceType" : "ProductOfHumanOrigin", "catalogNumber" : { String }, "containerLotNumber" : { String }, "donationIdentificationNumber" : { Identifier }, "bloodGroup" : { Code }, "productCode" : { CodeableConcept }, "expirationDate" : { Date }, "collectionDate" : { Date }, "specialTesting" : { CodeableConcept } }
The productCode
is an anatomical dictionary managed by ICCBBA, similar to SNOMED-CT.
Eric Haas (Dec 15 2016 at 00:32):
that is a great start. next steps include getting approvals by the OO workgroup and FMG. is anybody interested in writing up a resource proposal?
Grahame Grieve (Dec 15 2016 at 00:34):
is single blood group and single donor sufficient?
Grahame Grieve (Dec 15 2016 at 00:34):
don't we use pooled things like antibodies
Grahame Grieve (Dec 15 2016 at 00:35):
and it's not clear whether this is definition or instance either
Abbie Watson (Dec 15 2016 at 00:44):
Hard to think of how there would be multiple blood groups or donors without resorting to scifi scenarios.
Abbie Watson (Dec 15 2016 at 00:46):
Actually, bone marrow recipients will change blood type to the donor type, which can take weeks or months. So there's a small use case where there could be more than one type.
Grahame Grieve (Dec 15 2016 at 00:52):
bone marrow recipients are donors of something?
Grahame Grieve (Dec 15 2016 at 00:53):
"Immunoglobulin products are purified from pooled plasma of many healthy blood donors" - multiple donors are the normal case here
Abbie Watson (Dec 15 2016 at 00:53):
Bone marrow transplants during chemotherapy. They take the bone marrow from one patient, give it to another. The recipient will become the blood type of the donor, because the bone marrow has stem cells in it that generate blood itself. They try to match blood types if possible so the patient doesn't have to go through a type conversion, but sometimes they take what they can get. Stem cell transplants do all sorts of odd things to people. They can cause eye color change, blood type change, reset immune responses, clear up allergies, etc.
Grahame Grieve (Dec 15 2016 at 01:00):
oh I know that, but wouldn't recipients of bone marrow transplants not be donors themselves?
Abbie Watson (Dec 15 2016 at 01:01):
Wouldn't think so. Didn't mean to imply that was the case.
Eric Haas (Dec 15 2016 at 02:20):
re definitions and instance - probably both.
Paul Knapp (Dec 15 2016 at 05:38):
I think Device is best suited to be extended to handle Products of Human (and other) Origin, most of the elements are already there as is the UDI.
Grahame Grieve (Dec 15 2016 at 05:39):
It's nuts to consider that a product of human origin is a 'device' - there's no sense in that statement.
Grahame Grieve (Dec 15 2016 at 05:39):
nor does the fact that "UDI" is wrongly used make it right
Paul Knapp (Dec 15 2016 at 05:51):
It is an information model, if you want copy it, rename it and then feel better. And they have UDIs so don't throw that element out.
Grahame Grieve (Dec 15 2016 at 05:52):
lol. or we could rename 'Device' to 'Thing'
Grahame Grieve (Dec 15 2016 at 05:53):
or even better: "Entity"
Paul Knapp (Dec 15 2016 at 06:07):
Sure and remove the elements except for Id and people can extend at will.
Kirt Schaper (Dec 15 2016 at 14:41):
A couple of notes. BMT transplants can be autologous (receiving your own cells after chemotherapy and/or radiation) or allogeneic (receiving cells from another individual). Allogeneic transplants can entail multiple products from the same person (e.g. peripheral blood stem cells [PBSC] and bone marrow). They can also entail multiple products from different people (or more precisely sources), for example using multiple cord blood units. Finally, there can be a multitude of additional cellular products infused during the entire episode of care, additional blood products from the original donor, manufactured products from the same donor or other sources, etc. This is a rapidly growing field and the list of cellular products being considered/explored is rapidly growing and sometimes comes with proprietary baggage (i.e. intellectual property rights).
Paul Knapp (Jan 02 2017 at 07:18):
@Grahame Grieve If your heart valve is faulty it can be replacced with: one from another human (transplant); one grown from your cells (future maybe); one from another species (eg. pig); or a manufactured one - possible other options in the future. You can choose to use one resource for all with an element for the source plus one or more for typification, or more than one resource - but I suggest more than two resources in total will be wastefull and confusing.
Bob Milius (Mar 28 2017 at 16:39):
We at NMDP and CIBTMR would like to participate in helping develop a new resource for transplant material (bone marrow, peripheral blood stem cells, etc). Both @Kirt Schaper and myself can help. Let us know whom to contact.
Kirt Schaper (Mar 28 2017 at 17:25):
This could also be used for blood transfusions, solid organ transplants, etc.
Eric Haas (Mar 28 2017 at 17:28):
All starts with a PSS, an interested WG, and creating a new resource proposal. Would start by seeing if Pharmacy is interested
Eric Haas (Mar 28 2017 at 17:29):
pardon the HL7 speak
Michelle (Moseman) Miller (Mar 28 2017 at 17:52):
I'd also mention Patient Care work group. We had GF#8458 logged about blood transfusion, which we concluded that we'd prefer having a new resource instead of trying to leverage Procedure. We didn't have capacity at the time to develop the new resource, so we asked the submitter to start drafting the resource, but I don't recall ever seeing a draft of what he wanted. In any case, I think Patient Care would be interested.
Bob Milius (Mar 28 2017 at 17:56):
thanks @Michelle (Moseman) Miller , I just sent an email to the Patient Care co-chair about this
Paul Knapp (Mar 29 2017 at 07:48):
@ Bob Milius Is the intention to scope this resource to Medical Products of Human Origin?
Bob Milius (Mar 29 2017 at 16:20):
@Paul Knapp I don't think it would have to be human, as long as the source is identified. Our use case is human stem cells from bone marrow, cord blood, or peripheral blood. But the resource should be broad enough for things like cultured cells, pig heart valve, or for use in veterinary medicine. We're thinking of calling it BiologicallyDerivedProduct or perhaps simply Graft.
Richard Townley-O'Neill (Mar 30 2017 at 01:04):
Implanting an item that is a scaffold laced with cultured tissue will test the boundary between implants and transplants.
Joel Schneider (Mar 31 2017 at 20:22):
FWIW ... Present FDA rules related to biologics fall under a category labeled as *Vaccines, Blood & Biologics*, and are organized into product areas: general, blood, tissue, and vaccine.
https://www.fda.gov/BiologicsBloodVaccines/
https://www.fda.gov/BiologicsBloodVaccines/GuidanceComplianceRegulatoryInformation/ActsRulesRegulations/
The *Vaccines, Blood & Biologics* category includes Allergenics, Blood & Blood Products, Cellular & Gene Therapy Products, Tissue & Tissue Products, Vaccines, and Xenotransplantation.
Per the FDA, it's possible for a human cell, tissue, or cellular or tissue-based product (HCT/P) to be regulated as a device, or not. Investigational New Drug (IND), Device Exemption (IDE) and/or other exemptions and licensing conditions may also apply.
Other countries may have a framework for biologics similar to that of the FDA.
Paul Knapp (Apr 05 2017 at 09:04):
@ Bob Milius Right, so this would cover MPHO and non-human origin, thanks.
Joel Schneider (May 09 2017 at 11:01):
Regarding the BMT use case and the Specimen resource ...
Sitting in on an O&O session at the Madrid HL7 WGM just now, I inquired about whether it would be ok to use the Specimen FHIR resource to represent a marrow or PBSC donation (blood stem cell product), considering that the Specimen FHIR resource is currently described only as “A sample to be used for analysis.”
Their responses included a suggestion that we could define a Specimen extension to represent our blood stem cell products, and indicated there is not a purposeful prohibition against using the Specimen resource to represent biological products such as those.
Additionally, it was mentioned the Specimen resource hasn’t really been touched since DSTU1, and was hurriedly assembled at that time. They are thinking about splitting it into two resources in the future, one for the specimen itself, and one for the collection method, and also said now would be a good time to offer comments on it.
So, it appears the O&O group has no objection to usage of the FHIR Specimen resource (with extension) to represent a blood stem cell product. Based on the discussion today, I think defining a Specimen extension for blood stem cell products would be preferable to creating a new resource for that purpose.
Joel Schneider (May 10 2017 at 16:10):
Followup: Further discussion with and among O&O people indicates usage of the Specimen resource to represent a biological product (as for the BMT use case) is prohibited.
An effort by the Patient Care workgroup to define a new resource for this purpose is underway.
In the meantime, the suggested approach is to create an extension for the Device resource, possibly adding copies of most or all of the fields from Specimen to the extended Device.
Michelle (Moseman) Miller (Aug 15 2017 at 15:43):
Wed Q3 (Sept 13) will be a joint Patient Care, Pharmacy, and OO discussion about blood transfusions. We welcome implementers to attend with their requirements, use cases, etc.
We had a preliminary joint discussion last week (minutes: http://wiki.hl7.org/index.php?title=2017-08-10_Patient_Care_FHIR_Call).
For inquiring minds, the full Patient Care WGM agenda is available: http://wiki.hl7.org/index.php?title=PC_Sept_2017_WGM
Kirt Schaper (Sep 10 2017 at 16:48):
I'm working on the resource proposal draft for BiologicallyDerivedProduct and need help with the RIM scope, specifically the formal RIM mappings. Can someone direct me to a reference list of RIM concepts for this mapping?
Abbie Watson (Dec 05 2017 at 13:54):
Happy news: I just signed a contract with a major University and we have some grant funding to work on Organ Donations and other Advanced Directives. More on this as we iron out the details this month, but I may be able to devote a fair bit of time to this over the upcoming year.
Grahame Grieve (Dec 05 2017 at 21:38):
great. you're coming to New Orleans, yes?
Abbie Watson (Dec 06 2017 at 01:55):
Yes! That's the plan! Wish I could have made it to FHIR DevDays, but it just wasn't in the cards.
Grahame Grieve (Dec 06 2017 at 20:29):
great
Last updated: Apr 12 2022 at 19:14 UTC