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
-
id(required): string
The logical resource ID.
Header Parameters
-
accept(required): string
The media type to be requested.
Example:
application/fhir+json -
authorization(required): string
The credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
There's no request body for this operation.
Back to TopResponse
200 Response
Successful retrieve response.
Root Schema : DiagnosticReport
Type:
Show Source
object-
category(required): array
category
(USCDI) The service category.
- For Diagnostic Report Lab, the category includes the Laboratory slice and
LABcode fromhttp://terminology.hl7.org/CodeSystem/v2-0074. - For Diagnostic Report Note, the category includes values conforming to the U.S. Core DiagnosticReport category slice.
- For Diagnostic Report Lab, the category includes the Laboratory slice and
-
code(required):
code
(USCDI) The test, panel, report, or note that was ordered.
-
conclusion: string
The clinical conclusion (interpretation) of the test results.
-
effectiveDateTime: string
(date-time)
(USCDI) The diagnostically relevant time that the report is related to.
-
effectivePeriod:
effectivePeriod
(USCDI) The diagnostically relevant time period that the report is related to.
-
encounter:
encounter
(USCDI) The healthcare event that this diagnostic report is about.
-
id(required): string
-
issued: string
(date-time)
(USCDI) The date and time when this version of the report was made available.
-
media: array
media
(USCDI) The key images that are associated with this report.
-
performer: array
performer
(USCDI) The diagnostic service that is responsible for issuing the report.
-
presentedForm: array
presentedForm
(USCDI) The rich-text representation of the entire result as issued by the diagnostic service.
-
resourceType(required): string
Allowed Values:
[ "DiagnosticReport" ] -
result: array
result
(USCDI) The observations that are part of this diagnostic report.
-
status(required): string
(USCDI) The status of the diagnostic report.
-
subject(required):
subject
(USCDI) The subject of the report. Usually, but not always, the subject is the patient.
Nested Schema : category
Type:
array(USCDI) The service category.
- For Diagnostic Report Lab, the category includes the Laboratory slice and
LABcode fromhttp://terminology.hl7.org/CodeSystem/v2-0074. - For Diagnostic Report Note, the category includes values conforming to the U.S. Core DiagnosticReport category slice.
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 : DiagnosticReportMedia
Type:
Show Source
object-
link(required):
link
(USCDI) A reference to the image source.
Nested Schema : link
(USCDI) A reference to the image source.
Match All
(USCDI) A reference to the image source.
Show Source
Default Response
An OperationOutcome
describing any error that occurred.
Root Schema : OperationOutcome
Type:
Show Source
object-
issue(required): array
issue
-
resourceType(required): string
Allowed Values:
[ "OperationOutcome" ]