ImagingStudy
Semantical type
The FHIR resource type is also used as semantical type of the resource. Include the FHIR resource name ImagingStudy into your applications access filter if you need to use this resource.
Resource owner
If the resource contains a patient 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 “patient”
If a resource with no patient field is send to MIDATA, the backend will set the patient to the current user.
Read
Read a single ImagingStudy by id.
Request:
[GET] /fhir/ImagingStudy/<id>
Read specific version
Read a specific version of a single ImagingStudy by id.
Request:
[GET] /fhir/ImagingStudy/<id>/_history/<version>
Retrieve history
Retrieve all versions of a single resource.
Request:
[GET] /fhir/ImagingStudy/<id>/_history
Search
Search for resources of type ImagingStudy
Request:
[GET] /fhir/ImagingStudy?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 | |
basedon | reference | The order for the image |
bodysite | token | The body site studied |
dicom-class | token | The type of the instance |
encounter | reference | The context of the study |
endpoint | reference | The endpoint for the study or series |
identifier | token | Identifiers for the Study, such as DICOM Study Instance UID and Accession number |
instance | token | SOP Instance UID for an instance |
interpreter | reference | Who interpreted the images |
modality | token | The modality of the series |
patient | reference | Who the study is about |
performer | reference | The person who performed the study |
reason | token | The reason for the study |
referrer | reference | The referring physician |
series | token | DICOM Series Instance UID for a series |
started | date | When the study was started |
status | token | The status of the study |
subject | reference | Who the study is about |
Create
Create a new resource of type ImagingStudy.
Request:
[POST] /fhir/ImagingStudy
Update
Updates a resource of type ImagingStudy.
Request:
[PUT] /fhir/ImagingStudy/<id>