Stream: implementers
Topic: Referral procedure details
Jose Costa Teixeira (Feb 04 2021 at 15:24):
Apologies if this is already answered elsewhere -
- In our digital migration, we want to start with a request for a service. This request is issued by a GP, and initially may have little details "MRI scan for follow up of lesion growth"
- Then this will trigger a number of details, which may include preparation / performance workflow (e.g. do not eat, fill questionnaire, administer contrast... )
Jose Costa Teixeira (Feb 04 2021 at 15:25):
The original request by the GP seems a ServiceRequest.
How do we add the details about the expected performance?
I was thinking that a ServiceRequest can trigger the creation of a CarePlan for those details, but I was told that is not the way
Jose Costa Teixeira (Feb 04 2021 at 15:26):
How are people implementing this?
Eric Haas (Feb 04 2021 at 19:18):
https://www.hl7.org/fhir/servicerequest-definitions.html#ServiceRequest.orderDetail ?
Jose Costa Teixeira (Feb 04 2021 at 20:00):
this is just a code. It's not a reference to any other resource (and if it were, which resource would it be?)
Eric Haas (Feb 04 2021 at 23:52):
Which is WG it is a code (or text)
Eric Haas (Feb 04 2021 at 23:52):
Why
Lin Zhang (Feb 06 2021 at 05:48):
Those secondary actions are parts/steps of the performer SOP for the request, I think.
Last updated: Apr 12 2022 at 19:14 UTC