You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DiagnosticReports have a reference to a ProcedureRequest. ProcedureRequests have an optional bodySite property. For each DiagnosticReport, parse the ProcedureRequest id from the json response and do a get request for this information. Add the body site information to the tooltip.
To get Cerner's ProcedureRequest authorization to work you will need to:
Add patient/ProcedureRequest.read to the scope defined in fhir-launch.component.ts
DiagnosticReports have a reference to a ProcedureRequest. ProcedureRequests have an optional bodySite property. For each DiagnosticReport, parse the ProcedureRequest id from the json response and do a get request for this information. Add the body site information to the tooltip.
To get Cerner's ProcedureRequest authorization to work you will need to:
The text was updated successfully, but these errors were encountered: