FHIR Chat · Questions about the use of Encounter resource ( between prov · Orders and Observation WG

Stream: Orders and Observation WG

Topic: Questions about the use of Encounter resource ( between prov


view this post on Zulip Paulo Rades (Jun 21 2018 at 18:24):

Hello. ((sorry if this is not the proper place for this doubt ...)

I have a need and I do not find in the STU-3 specification a resource that can be used.

The set:
Provision of services between laboratories. (laboratory hires other larger laboratories to process samples)

This occurs when certain types of tests are not attractive to the main contracted laboratory, which subcontracts other larger laboratories to and / or perform the procedure and / or only processes the samples.
This need occurs for many reasons such as lack of scale, price and / or availability of equipment that process these tests.

After studying the spec, the resource that most meets the needs, is the Encounter. But in the spec is informed that this resource is only used by the Patient. I do not find a resource where the meeting is between providers.

I created a Encounter Profile and structured it according to our needs, but I'm not sure it's the right one. My question is if I have problems recovering observations or other elements ... and if I am violating the specification...

This profile created for the Encounter feature is actually a Bundle transaction, which will contain all the laboratory order for the patient. In it I have reference to other necessary resources like: Patient, Organization, Practitioner, Specimen, Medication, ProceureRequest and some others.

I made the POST of this bundle in Hapi Fhir Sever wothout errors...

OR

Would ServiceRequest (R4) be the best resource to use?

Thanks for any comments

view this post on Zulip Eric Haas (Jun 22 2018 at 01:58):

Look at the Workflow pages. I think this is handled using ServiceRequest and Task. I have cross posted to the #workflow stream.

view this post on Zulip Lloyd McKenzie (Jun 22 2018 at 15:30):

I'm not sure that Encounter is relevant here. If you're delegating the processing of a sample, the Encounter is still the patient encounter the specimen is associated with. No one really cares about the "meeting" between the two laboratories when the sample is passed. If it were represented at all, it would be represented as a "SupplyDelivery" instance. You could have a child ProcedureRequest/ServiceRequest for the delegated test that could point back to the original request so that chain of authority was everywhere.


Last updated: Apr 12 2022 at 19:14 UTC