FHIR Chat · Create ServiceRequest by "Filler" · implementers

Stream: implementers

Topic: Create ServiceRequest by "Filler"


view this post on Zulip Florian_Hofmann (Mar 29 2021 at 08:41):

Hope this is the right place for this question

We have a software which generates observation reports (ECG).

In some situations these reports are done spontaneously without any ServiceRequest by a HIS. Because we did not receive any ServiceRequest - we do not have any ID from a requesting system.
If we want to send this observation back to HIS/EMR an ID (HL7V2 "Placer Id") for the this observation/service is required, which should be generated by HIS/EMR.

Are there any tpyical Profiles/Scenario defined? Otherwise I would choos the following approach:
We - as the "filler" - send a POST Request to HIS/EMS to create the ServiceRequest, and
secondly query this ServiceRequest for the appropriate Identifieres.

view this post on Zulip Lloyd McKenzie (Mar 29 2021 at 14:27):

Having the lab create a ServiceRequest on the HIS seems more than a little odd - but there's nothing to say you can't do that if the HIS is happy to let you. However, my leaning would be to just populate the v2 placer id with the same value as the v2 filler id and not bother having a ServiceRequest at all...


Last updated: Apr 12 2022 at 19:14 UTC