Stream: Orders and Observation WG
Topic: HIV Order
muhammad arshad (Jan 22 2019 at 07:19):
I am working on FHIR and want to send HIV ORDER to some other organization. Which resource i have to use
1. ServiceRequest
2. DiagnosticOrder
3. CarePlan
andy code example
Lloyd McKenzie (Jan 22 2019 at 07:22):
You'll need to explain in more detail what "HIV ORDER" is - what are you looking to have happen?
muhammad arshad (Jan 22 2019 at 07:25):
For example i want to request to perform Complete blood count (CBC) test from a LAB. How to design my order using HAPI FHIR
Brian Postlethwaite (Jan 22 2019 at 10:04):
And maybe which version of fhir you're targeting
muhammad arshad (Jan 22 2019 at 10:07):
I am targeting dstu-3 and R4
Lloyd McKenzie (Jan 22 2019 at 15:10):
Ordering a CBC would be done using ProcedureRequest in STU3 and ServiceRequest in R4. The actual process to request fulfillment of the lab order could be done a variety of ways (check out the workflow pages), though for lab orders, something involving Task is most likely. Make sure that the labs you're interested in talking to actually support FHIR though - not many (any?) do right now...
Andrea Pitkus, PhD, MLS(ASCP)CM, CSM (Jan 28 2019 at 17:10):
Great Question. Are you asking about these order aspects too?:
1. The Service Catalog/lab compendium order, which is what the performing laboratory offers on their test menu and part of the CLIA Specimen Collection Manual (US), which needs to be built in the EHR's CPOE system so the physician can place the right order to the right laboratory.
2. The order requisition (medical legal request for an order issued by a physician)
3. The order request as to which order is selected in EHR CPOE and sent to the performing lab (and built in their LIS)?
4. Is there a need to indicate specimen collection information as they order cannot be performed by the laboratory without a specimen?
Sounds like it might be 1-3 above?
In which country is your implementation? As Lloyd mentions, not aware of clinical labs that can receive FHIR. If anyone is, please share.... Also in the US and some countries, some regulatory requirements may apply, affecting what can be done.
Last updated: Apr 12 2022 at 19:14 UTC