Stream: implementers
Topic: Radiology vs Laboratory ProcedureRequest
Mithilesh gupta (Mar 12 2018 at 07:15):
We have the doctors requesting for two types of procedures : Radiology and Laboratory.
I understand this has to be represented through a ProcedureRequest, but i do not know how to capture the information that it is a Radiology or Laboratory type.
Lloyd McKenzie (Mar 12 2018 at 13:44):
DiagnosticReport.category
Mithilesh gupta (Mar 12 2018 at 14:13):
@Lloyd McKenzie Shouldn't Procedure Request resource be used here instead of DiagnosticReport
Lloyd McKenzie (Mar 12 2018 at 15:02):
Yes, sorry. ProcedureRequest (or ServiceRequest in r4).category
Last updated: Apr 12 2022 at 19:14 UTC