Get a list of diagnostic reports

get

/DiagnosticReport

Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.

Retrieves a list of diagnostic reports that meet the supplied query parameters.

Request

Query Parameters
  • The logical resource ID.
  • The related Provenance resources to include in the search bundle.
    Allowed Values: [ "Provenance:target" ]
  • A code that classifies the clinical discipline, department, or diagnostic service that created the report.
  • The test, panel, report, or note that was ordered.
  • The diagnostically relevant time or time period that the report is related to.
  • The subject of the report. Usually, but not always, the subject is a patient.
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : DiagnosticReport
Type: object
Show Source
Nested Schema : category
Type: array

(USCDI) The service category.

  • For Diagnostic Report Lab, the category includes the Laboratory slice and LAB code from http://terminology.hl7.org/CodeSystem/v2-0074.
  • For Diagnostic Report Note, the category includes values conforming to the U.S. Core DiagnosticReport category slice.
Show Source
Nested Schema : code
(USCDI) The test, panel, report, or note that was ordered.
Match All
(USCDI) The test, panel, report, or note that was ordered.
Show Source
Nested Schema : effectivePeriod
(USCDI) The diagnostically relevant time period that the report is related to.
Match All
(USCDI) The diagnostically relevant time period that the report is related to.
Show Source
Nested Schema : encounter
(USCDI) The healthcare event that this diagnostic report is about.
Match All
(USCDI) The healthcare event that this diagnostic report is about.
Show Source
Nested Schema : media
Type: array
(USCDI) The key images that are associated with this report.
Show Source
Nested Schema : performer
Type: array
(USCDI) The diagnostic service that is responsible for issuing the report.
Show Source
Nested Schema : presentedForm
Type: array
(USCDI) The rich-text representation of the entire result as issued by the diagnostic service.
Show Source
Nested Schema : result
Type: array
(USCDI) The observations that are part of this diagnostic report.
Show Source
Nested Schema : subject
(USCDI) The subject of the report. Usually, but not always, the subject is the patient.
Match All
(USCDI) The subject of the report. Usually, but not always, the subject is the patient.
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : Period
Type: object
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : DiagnosticReportMedia
Type: object
Show Source
Nested Schema : Attachment
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top