A laboratory information system (LIS) can send lab test results to an Electronic Medical Record (EMR) system.
Workflow Maturity | Newly Defined |
|
---|---|---|
Standards |
|
|
Assumptions and Prerequisites |
|
|
Actors |
|
# | Interaction | Data | Transaction Options |
---|---|---|---|
1 | Results Saved and FHIR Task Updated | The results save generates a FHIR R4 DiagnosticReport Resource (example) with referenced FHIR R4 Observation resources (example) to store the results, and a reference to the associated Patient and Task Resource. | |
2 | Search for Updated FHIR Tasks | FHIR R4 Search for Tasks based on tasks for which the owner is the EMR, and which have a status ‘completed’ | |
3 | Return FHIR Updated Tasks | FHIR R4 Task Resource with status ‘completed’ and reference to FHIR R4 DiagnosticReport | FHIR R4 bundle search response (example) |
4 | Search for Associated Diagnostic Reports | FHIR R4 Search for DiagnosticReports by UUID | |
5 | Return Associated Diagnostic Reports | FHIR R4 DiagnosticReport Resource with | |
6 | Update FHIR Task Status, Store DiagnosticReports and Save Results |