Stream: implementers
Topic: I have a pdf of labwork, how do I associate it with an LPR ?
Ruchika K (Feb 04 2022 at 16:49):
I have a pdf of labwork information and I want to associate it with the patient as is. I am planning to use this resource https://hl7.org/fhir/R4/diagnosticreport.html . It has a media->link which could potentially have any url including a png/pdf etc. Is that a standard way to do this ?
Elliot Silver (Feb 04 2022 at 17:09):
That is one way. You could also look at using DocumentReference.
Yunwei Wang (Feb 04 2022 at 17:35):
You can consider DiagnosticReport.presentedForm
Ruchika K (Feb 05 2022 at 23:49):
Thank you so much. Am checking out those options.
Last updated: Apr 12 2022 at 19:14 UTC