Get a diagnostic report by ID

get

/DiagnosticReport/{id}

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 an individual diagnostic report by the associated ID.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful retrieve response.
Body ()
Root 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