GET api/v1/{EMRSystem}/RadiologyResults
Returns RadiologyResults for a given patient. FHIR connectors use the following resources for R4: DiagnosticReport.Search, Patient.Read, Encounter.Read, Observation.Read, ImagingStudy.Read, Practitioner.Read, Organization.Read, ServiceRequest.Read, and Binary.Read.
Status: Beta
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EMRSystem |
The emr system. |
EMRSystem |
None. |
| UserId |
Gets or sets the user identifier. |
string |
Required |
| PatientId |
Gets or sets the patient identifier. |
string |
Required |
| EncounterId |
Gets or sets the encounter identifier. |
string |
None. |
| FromDateTime |
Gets or sets from date time. |
datetime |
None. |
| ToDateTime |
Gets or sets to date time. |
datetime |
None. |
| IncludeBody |
Gets or sets a value indicating whether to include the body of the report or not. |
boolean |
None. |
Header Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LoginId |
Gets or sets the login identifier. This Login Id will be encrypted and passed in Sansoro specific Http Request Headers. |
string |
Required if EMRSystem = Allscripts, or Athena, or Cerner, or Meditech, or Sandbox |
| Password |
Gets or sets the password. This Password will be encrypted and passed in Sansoro specific Http Request Headers. |
string |
Data type: Password Required if EMRSystem = Allscripts, or Athena, or Cerner, or Meditech, or Sandbox |
| EmrInstance |
Gets or sets the emr instance. This emr instance info will be encrypted and passed in Sansoro specific Http Request Headers. |
string |
None. |
| ApplicationName |
Gets or sets the requesting application name. This requesting application name will be encrypted and passed in Sansoro specific Http Request Headers. |
string |
Required if using application keys |
| ApplicationKey |
Gets or sets the requesting application key. This requesting application key will be encrypted and passed in Sansoro specific Http Request Headers. |
string |
Data type: Password Required if using application keys |
| AuthorizationToken |
Gets or sets the custom authorization token. This requesting authorization token will be encrypted and passed in Sansoro specific Http Request Headers. |
string |
None. |
| RequestVerboseLogging |
Enables verbose logging for a single request. When "true", verbose logging will occur. When "false", the configuration setting will be respected. This value will be passed in Sansoro specific Http Request Headers. |
boolean |
None. |
Response Information
Collection of UdmRadiologyResultResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultId |
Gets or sets the result identifier. |
string |
None. |
| ResultDateTime |
Gets or sets the result date/time. |
datetime |
None. |
| BeginExamDateTime |
Gets or sets the exam begin date/time. |
datetime |
None. |
| EndExamDateTime |
Gets or sets the exam end date/time. |
datetime |
None. |
| ResultStatus |
Gets or sets the result status. |
CodedObject |
None. |
| OrderId |
Gets or sets the order identifier. |
string |
None. |
| OrderingProvider |
Gets or sets the ordering provider. |
Provider |
None. |
| ExamAccessionNumber |
Gets or sets the exam accession number. |
string |
None. |
| ExamType |
Gets or sets the exam type. |
RadiologyExamType |
None. |
| ReadingRadiologists |
Gets or sets the reading radiologists. |
Collection of Provider |
None. |
| Reports |
Gets or sets the radiology reports. |
Collection of RadiologyReport |
None. |
| PatientId |
Gets or sets the patient identifier. |
string |
None. |
| EncounterId |
Gets or sets the encounter identifier. |
string |
None. |
| EncounterType |
Gets or sets the encounter type. |
CodedObject |
None. |
| PatientClass |
Gets or sets the patient class. |
CodedObject |
None. |
Response Codes
Http Status Code 200 - Indicates that the request was processed successfully.
Http Status Code 400 - Indicates that the request did not contain all the required fields or had an invalid value.
Http Status Code 401 - Indicates that authentication to the underlying EMR server using the provided LoginId and Password failed.
Http Status Code 403 - Indicates that there is an issue with the request UserId.
Http Status Code 408 - Indicates that the request to the underlying EMR server timed out.
Http Status Code 500 - Indicates that an internal server error occurred during processing of the request.
Http Status Code 502 - Indicates that a request made to the underlying EMR server could not be completed.
Response Formats
application/json
[
{
"ResultId": "sample string 1",
"ResultDateTime": "2025-12-12T21:08:36.2741425+00:00",
"BeginExamDateTime": "2025-12-12T21:08:36.2742011+00:00",
"EndExamDateTime": "2025-12-12T21:08:36.274237+00:00",
"ResultStatus": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"OrderId": "sample string 2",
"OrderingProvider": {
"ProviderId": "sample string 1",
"ProviderName": "sample string 2"
},
"ExamAccessionNumber": "sample string 3",
"ExamType": {
"ExamTypeId": "sample string 1",
"ExamTypeName": "sample string 2",
"CPT": "sample string 3"
},
"ReadingRadiologists": [
{
"ProviderId": "sample string 1",
"ProviderName": "sample string 2"
},
{
"ProviderId": "sample string 1",
"ProviderName": "sample string 2"
}
],
"Reports": [
{
"ReportId": "sample string 1",
"ReportType": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"DocumentPointer": "sample string 2",
"Storage": "sample string 3",
"Format": "sample string 4",
"Body": "sample string 5",
"BodyLength": "sample string 6"
},
{
"ReportId": "sample string 1",
"ReportType": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"DocumentPointer": "sample string 2",
"Storage": "sample string 3",
"Format": "sample string 4",
"Body": "sample string 5",
"BodyLength": "sample string 6"
}
],
"PatientId": "sample string 4",
"EncounterId": "sample string 5",
"EncounterType": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"PatientClass": {
"Id": "sample string 1",
"Name": "sample string 2"
}
},
{
"ResultId": "sample string 1",
"ResultDateTime": "2025-12-12T21:08:36.2741425+00:00",
"BeginExamDateTime": "2025-12-12T21:08:36.2742011+00:00",
"EndExamDateTime": "2025-12-12T21:08:36.274237+00:00",
"ResultStatus": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"OrderId": "sample string 2",
"OrderingProvider": {
"ProviderId": "sample string 1",
"ProviderName": "sample string 2"
},
"ExamAccessionNumber": "sample string 3",
"ExamType": {
"ExamTypeId": "sample string 1",
"ExamTypeName": "sample string 2",
"CPT": "sample string 3"
},
"ReadingRadiologists": [
{
"ProviderId": "sample string 1",
"ProviderName": "sample string 2"
},
{
"ProviderId": "sample string 1",
"ProviderName": "sample string 2"
}
],
"Reports": [
{
"ReportId": "sample string 1",
"ReportType": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"DocumentPointer": "sample string 2",
"Storage": "sample string 3",
"Format": "sample string 4",
"Body": "sample string 5",
"BodyLength": "sample string 6"
},
{
"ReportId": "sample string 1",
"ReportType": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"DocumentPointer": "sample string 2",
"Storage": "sample string 3",
"Format": "sample string 4",
"Body": "sample string 5",
"BodyLength": "sample string 6"
}
],
"PatientId": "sample string 4",
"EncounterId": "sample string 5",
"EncounterType": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"PatientClass": {
"Id": "sample string 1",
"Name": "sample string 2"
}
}
]