{
"resourceType" : "ImagingStudy",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"started" : "<dateTime>", // When the study was started
"patient" : { Reference(Patient) }, // R! Who the images are of
"uid" : "<oid>", // R! Formal identifier for the study
"accession" : { Identifier }, // Related workflow identifier ("Accession Number")
"identifier" : [{ Identifier }], // Other identifiers for the study
"order" : [{ Reference(DiagnosticOrder) }], // Order(s) that caused this study to be performed
"modalityList" : [{ Coding }], // All series modality if actual acquisition modalities
"referrer" : { Reference(Practitioner) }, // Referring physician (0008,0090)
"availability" : "<code>", // ONLINE | OFFLINE | NEARLINE | UNAVAILABLE (0008,0056)
"url" : "<uri>", // Retrieve URI
"numberOfSeries" : "<unsignedInt>", // R! Number of Study Related Series
"numberOfInstances" : "<unsignedInt>", // R! Number of Study Related Instances
"procedure" : [{ Reference(Procedure) }], // Type of procedure performed
"interpreter" : { Reference(Practitioner) }, // Who interpreted images
"description" : "<string>", // Institution-generated description
"series" : [{ // Each study has one or more series of instances
"number" : "<unsignedInt>", // Numeric identifier of this series
"modality" : { Coding }, // R! The modality of the instances in the series
"uid" : "<oid>", // R! Formal identifier for this series
"description" : "<string>", // A description of the series
"numberOfInstances" : "<unsignedInt>", // R! Number of Series Related Instances
"availability" : "<code>", // ONLINE | OFFLINE | NEARLINE | UNAVAILABLE
"url" : "<uri>", // Location of the referenced instance(s)
"bodySite" : { Coding }, // Body part examined
"laterality" : { Coding }, // Body part laterality
"started" : "<dateTime>", // When the series started
"instance" : [{ // A single SOP instance from the series
"number" : "<unsignedInt>", // The number of this instance in the series
"uid" : "<oid>", // R! Formal identifier for this instance
"sopClass" : "<oid>", // R! DICOM class type
"type" : "<string>", // Type of instance (image etc.)
"title" : "<string>", // Description of instance
"content" : [{ Attachment }] // Content of the instance
}]
}]
}
ImagingStudy Search Parameters
The following search parameters can be used to query ImagingStudy resources. Just submit them like so: