Get a list of diagnostic reports

get

/DiagnosticReport

Note: The FHIR API endpoints described below are available for customers to deploy and use. Developers are welcome and encouraged to develop against the specifications in anticipation of customer deployment.

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

  • Provide _id or patient.
  • Use _id only by itself or with _revinclude.

Request

Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

The successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : BundleEntryForDiagnosticReport
Type: object
Show Source
Nested Schema : resource
Match One Schema
Show Source
Nested Schema : BundleEntrySearch
Type: object
Show Source
Nested Schema : DiagnosticReport
Type: object
The FHIR R4 DiagnosticReport resource.
Show Source
Nested Schema : ProvenanceForDiagnosticReport
Type: object
Additional Properties Allowed: true
Show Source
Nested Schema : OperationOutcome
Type: object
The FHIR OperationOutcome.
Show Source
Nested Schema : PrimitiveElementForDiagnosticReport
Type: object
Show Source
Nested Schema : basedOn
Type: array
Show Source
Nested Schema : category
Type: array
Show Source
Nested Schema : CodeableConceptForDiagnosticReport
Type: object
Show Source
Nested Schema : conclusionCode
Type: array
Show Source
Nested Schema : Period
Type: object
Show Source
Nested Schema : ReferenceForDiagnosticReport
Type: object
Show Source
Nested Schema : identifier
Type: array
Show Source
Nested Schema : media
Type: array
Show Source
Nested Schema : meta
Type: object
Show Source
Nested Schema : performer
Type: array
Show Source
Nested Schema : presentedForm
Type: array
Show Source
Nested Schema : result
Type: array
Show Source
Nested Schema : resultsInterpreter
Type: array
Show Source
Nested Schema : specimen
Type: array
Show Source
Nested Schema : Narrative
Type: object
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : ExtensionForDiagnosticReport
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : IdentifierForDiagnosticReport
Type: object
Show Source
Nested Schema : MediaForDiagnosticReport
Type: object
Show Source
Nested Schema : security
Type: array
Show Source
Nested Schema : AttachmentForDiagnosticReport
Type: object
Show Source
Nested Schema : extension
Type: array
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
The FHIR OperationOutcome.
Show Source
Nested Schema : issue
Type: array
The OperationOutcome issues.
Show Source
Nested Schema : OperationOutcomeIssue
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : expression
Type: array
Show Source
Nested Schema : coding
Type: array
The terminology codings or data-absent-reason coding.
Show Source
Nested Schema : Coding
Type: object
Show Source
Back to Top