Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patient FHIR Bundles #50

Closed
1 task done
baptvit opened this issue Sep 17, 2024 · 2 comments · May be fixed by #52
Closed
1 task done

Patient FHIR Bundles #50

baptvit opened this issue Sep 17, 2024 · 2 comments · May be fixed by #52
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@baptvit
Copy link

baptvit commented Sep 17, 2024

Problem

Hello everyone, I’m working on an academic project that utilizes GraphRAG to enhance health records chat functionality using the FHIR standard. I’m in the process of reviewing literature to gather relevant references for my project. It would be immensely helpful if you could share the FHIR bundles that were used in your research papers. This would allow me to leverage the same data and apply evaluation frameworks more effectively.

Solution

A potential solution would be to provide access to the FHIR bundles within the LLMonFHIR/Resources/Mock Patients/ directory. Currently, the available mock patient data file references Synthea-generated data:

This source file is part of the Stanford LLM on FHIR project
SPDX-FileCopyrightText: 2023 Stanford University
SPDX-License-Identifier: MIT

The mock data is generated using Synthea:
Jason Walonoski, Mark Kramer, Joseph Nichols, Andre Quina, et al., "Synthea: An approach, method, and software mechanism for generating synthetic patients and the synthetic electronic health care record," Journal of the American Medical Informatics Association, March 2018. DOI: https://doi.org/10.1093/jamia/ocx079

It would be beneficial if you could directly provide the FHIR Bundles for these mock patients.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@baptvit baptvit added the enhancement New feature or request label Sep 17, 2024
@PSchmiedmayer PSchmiedmayer changed the title 🏎 Minor feature request: Request for FHIR Bundles Patient FHIR Bundles Sep 18, 2024
@PSchmiedmayer
Copy link
Member

@baptvit Thank you for checking out LLMonFHIR.

The license files are leftovers that should be removed. They are misleading and seemed to have given you the impression that the patient files are bundled with the app. We moved the patient selection and mock patients FHIR bundles to SpeziFHIR. They are part of the SpeziFHIRMockPatients target. All the mock patients are a subset of the Synthea dataset.

You can see that we reuse the models form the package + use the UI from SpeziFHIRMockPatients (FHIRBundleSelector) in the settings view of the application to enable the resource selection: https://github.com/StanfordBDHG/LLMonFHIR/blob/main/LLMonFHIR/Settings/ResourceSelection.swift#L86

@PSchmiedmayer PSchmiedmayer self-assigned this Sep 18, 2024
@PSchmiedmayer PSchmiedmayer added documentation Improvements or additions to documentation and removed enhancement New feature or request labels Sep 18, 2024
@PSchmiedmayer PSchmiedmayer linked a pull request Sep 18, 2024 that will close this issue
1 task
@baptvit
Copy link
Author

baptvit commented Sep 18, 2024

@PSchmiedmayer thanks. Closing the issue.

@baptvit baptvit closed this as completed Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants