DiagnosticReport

See FHIR specification

Semantical type

The “code” field of the resource is used to determine the semantical type of the resource. If the field is not present the resource type will be used. Look at the List of registered codes for a complete list of codes registered in MIDATA. Include the required codes into your applications access filter if you need to use this resource.

Resource owner

If the resource contains a subject which is a Patient or Practitioner that user is the owner of the resource. Otherwise the creator of the resource is the owner.

Default value for “subject”

If a resource with no subject field is send to MIDATA, the backend will set the subject to the current user.

Read

Read a single DiagnosticReport by id.

Request:

[GET] /fhir/DiagnosticReport/<id>

Read specific version

Read a specific version of a single DiagnosticReport by id.

Request:

[GET] /fhir/DiagnosticReport/<id>/_history/<version>

Retrieve history

Retrieve all versions of a single resource.

Request:

[GET] /fhir/DiagnosticReport/<id>/_history

Search for resources of type DiagnosticReport

Request:

[GET] /fhir/DiagnosticReport?searchParams

List of supported search parameters:

Supported query parameters:

Name Type Description
_id token The ID of the resource
_lastUpdated date Only return resources which were last updated as specified by the given range
_page string  
based-on reference Reference to the service request.
category token Which diagnostic discipline/department created the report
code token The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
conclusion token A coded conclusion (interpretation/impression) on the report
date date The clinically relevant time of the report
encounter reference The Encounter when the order was made
identifier token An identifier for the report
issued date When the report was issued
media reference A reference to the image source.
patient reference The subject of the report if a patient
performer reference Who is responsible for the report
result reference Link to an atomic result (observation resource)
results-interpreter reference Who was the source of the report
specimen reference The specimen details
status token The status of the report
subject reference The subject of the report

Create

Create a new resource of type DiagnosticReport.

Request:

[POST] /fhir/DiagnosticReport

Update

Updates a resource of type DiagnosticReport.

Request:

[PUT] /fhir/DiagnosticReport/<id>