Stream: implementers
Topic: FHIR-based report
Jackson Li (Dec 29 2020 at 09:05):
hi All,
I am a newbie and trying to create a FHIR-based ultrasound report, including the basic information of patient plus some particular columns like PSV, EDV, RI. I read some of the articles of FHIR but not really understand. I am begging for any tutorial of 'how to get start to create FHIR-based report' or is there any previous work related to ultrasound report? Thank you.
René Spronk (Dec 29 2020 at 09:12):
Try start looking at DiagnosticReport, and Observation resources it references. Either that, or FHIR Documents (Composition and Observation resources) are likely to be the core of your report.
Michael CHEUNG (Dec 29 2020 at 11:49):
@Jackson Li I'm also studying the PDF report attachment for Laboratory and Radiology report and I'm helping HL7-HK to collect FHIR implementation at Hong Kong. Feel free to contact me cheungkwm@gmail.com and I will try my best to help.
Yunwei Wang (Dec 29 2020 at 14:38):
You can take a look DiagnosticReport resource. PDF can be attached using DiagnosticReport.presentedForm
Last updated: Apr 12 2022 at 19:14 UTC