Stream: implementers
Topic: FHIR Observation
Kavya R (May 23 2018 at 04:53):
HI Team,
I am Kavya, we are looking to create FHIR documents for time series of Fetal heart rate data. I saw in Observation resource we have an option to store EKG data. Therefore even we have thought to store our fetal heart rate in the ekg data tag under Observations resource.
My Questions are:
1) We are just planning to create a FHIR document. Is it compulsory to create FHIR server or FHIR client to create a FHIR document?? Can i just use the Hapi library and insert values directly ??
2) As i told earlier in this mail we are planning to store Fetal rate which is like 4 samples per second, and these samples have to be stored in FHIR document so we choose Observation resource under component. So the question is, are we thinking in right direction to store time series data in Observations resource??
3) Can we modify the narrative to display ekg data in waveform format rather than simple text of data. This is because we need to display fetal heart rate in waveform format?
Thanks in advance for the support.fhir/documentfhir/document
Eric Haas (May 23 2018 at 06:08):
not sure what you mean by "ekg data tag" but there is a SampledData datatype that can represent ekg data within the Observation resource.
By a "FHIR Document" I am assuming you mean everything bundled in a Composition including the Observation.
regarding 2) Yes, can use the SampledData datatype and handle multiple channels using components. There is an example here: http://hl7.org/fhir/observation-example-sample-data.html
3) Yes, you can put an image in there.
Kavya R (May 23 2018 at 10:47):
Thanks Eric for reply. I have a quick question while creating FHIR observation do i compulsory need server and client or can i directly create FHIR observation with sample data using HAPI Library?
Eric Haas (May 23 2018 at 13:19):
I don't understand the question.
Last updated: Apr 12 2022 at 19:14 UTC