Hi,
We are close to having a complete structure of a Bundle and ServiceRequest which we will be sending to a FHIR API as a means to send clinical referrals. One of the final challenges we still need to solve is ensuring that the receiver can route the referral to the correct department within the Organisation. Ideally this would be based on a HeathcareService speciality
which would be selected by the referral requester
. This speciality
could be one of many available within the HealthcareService and would be provided by a seperate API endpoint available from the client.
In the deprecated ReferralRequest there is a speciality
CodeableConcept that we could have used in conjunction with the recipient
which would have been the Organisation. However, specialty
is no longer an attribute in the ServiceRequest resource. One possible solution is to declare a HealthcareService as the performer
of the ServiceRequest with a single speciality
listed in the resource itself. This doesn’t quite feel right but we can’t see an alternative. We’re hoping someone can assist or provide guidance.
Thanks
Brendan