FHIR Chat · Map IN1 to FHIR resource · v2 to FHIR

Stream: v2 to FHIR

Topic: Map IN1 to FHIR resource


view this post on Zulip Yassiel Oliva (Oct 01 2018 at 13:51):

Hi, I'm trying to map ORM_O01 messages to FHIR resources. ORM_O01 is being split into several ProcedureRequest but now I'm wondering how to map the IN1 segment into FHIR's resources. I see that there is a Coverage resource but I can't find a way to link that resource to my ProcedureRequest. Anyone can point me in the right direction? thanks

view this post on Zulip Nick Hatt (Oct 01 2018 at 20:34):

@Yassiel Enrique Oliva Carmona in v2 the IN1 segments are not tied to the order at all, they live at the patient level. I'm guessing your desire is to say "bill this insurance for this procedure/test", and I think the FHIR current build of ServiceRequest solves that. http://build.fhir.org/servicerequest.html

view this post on Zulip Yassiel Oliva (Oct 01 2018 at 20:58):

@Nick Hatt In v2 the reference is made explicitly since the insurance information can be sent together with the order. It is possible to specify IN1, IN2 and IN3 as part of the document ORM_O01 when the order is sent to the laboratories. As you mention, I can see that the reference to coverage is included in the current construction. which is very desirable. I am using the STU3 version now and maybe using bundles I can achieve what I want until the next stable version is available. thanks for your help


Last updated: Apr 12 2022 at 19:14 UTC