DiagnosticReport REST Endpoints
Description
This topic describes information for the DiagnosticReport resource.
Overview
The DiagnosticReport resource includes information that is typically provided by a diagnostic service when investigations are complete. The information includes laboratory, microbiology, results reporting, and clinical notes exchange. Clinical notes include the three categories of Cardiology, Pathology, and Radiology.
Soarian Clinicals supports a read-only Application Programming Interface (API). This API accepts GET
and POST
based search and GET
based read interactions. The response represents the most current information about the patient that is charted in Soarian Clinicals at the time of the query.
Note:
The examples provided here are non-normative, and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.Error: The common Client Errors (for more information, see unresolvable-reference.html) and OperationOutcomes may be returned.
The search results include the following fields if they contain values:
-
-
Practitioner
-
Organization
-
Terminology Bindings
-
Description: A code that classifies the clinical discipline, department, or diagnostic service that created the report.
-
Details: LOINC
System:
https://loinc.org
-
Details: Diagnostic service
System:
https://terminology.hl7.org/1.0.0/CodeSystem-v2-0074.html
-
-
Description: A code or name that describes this diagnostic report.
- Get a diagnostic report by ID
- Method: getPath:
/DiagnosticReport/{ID}
- Get a list of diagnostic reports
- Method: getPath:
/DiagnosticReport