FHIR Chat · FHIR resources related to stroke report data · implementers

Stream: implementers

Topic: FHIR resources related to stroke report data


view this post on Zulip Jackson Li (Jun 28 2021 at 07:05):

hello everyone, I have had built a local HAPI FHIR server. After searching by Google, It seems that except the main resources like patient or observation, I should use "DiagnsoticReport" plus "Condition" ? I got three questions,

  1. Is it correct by using DiagnosticReport and Condition to store the stroke report data?
  2. Any other resources that I can use to store my stroke data?
  3. I built a HAPI FHIR server in my virtual machine which stored the ultrasound system report, is it possible to connect with my local HAPI FHIR? (I mean can I transfer the data between these two HAPI server)

Thank you

view this post on Zulip Lloyd McKenzie (Jun 28 2021 at 16:01):

It sort of depends what data you have. If you're capturing drugs administered, you'll want MedicationAdministration (and maybe MedicationRequest). If you're capturing imaging data, you may need ImagingStudy.

The question about sharing information between HAPI servers is best asked on #hapi. You should provide more details there about the type of transfer you want - are you looking for automatic synchronization? A subscription-based notification scheme? Something else?

view this post on Zulip Jackson Li (Jun 29 2021 at 02:59):

thank you @Lloyd McKenzie , my data are all raw text data.
Actually I am looking for automatic synchronization


Last updated: Apr 12 2022 at 19:14 UTC