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

Link Observations to Files or Procedures? #38

Open
diatomsRcool opened this issue Jan 3, 2025 · 1 comment
Open

Link Observations to Files or Procedures? #38

diatomsRcool opened this issue Jan 3, 2025 · 1 comment

Comments

@diatomsRcool
Copy link
Contributor

Do we need a way to say a particular observation, like cardiac output, came from a file, like a cardiac MRI? Would we say that the cardiac MRI file resulted from an imaging procedure? How would we link these three things together?

@bfurner
Copy link
Collaborator

bfurner commented Jan 6, 2025

Some initial thoughts.

FHIR's ImagingStudy resource references the procedure it is from using an attribute named partOf. In a similar vein, we could link from File to Procedure using an associated_procedure attribute, or similar.

Along those lines, FHIR's Observation resource can reference an ImagingStudy it is from using an attribute named partOf. We could link from Observation to File in a similar manner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants