"authoringTime":
"patient":
"description":
"title":
"study":
"author":
"uid":
{
"resourceType" : "ImagingObjectSelection",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"uid" : "<oid>", // R! Instance UID
"patient" : { Reference(Patient) }, // R! Patient of the selected objects
"title" : { CodeableConcept }, // R! Reason for selection
"description" : "<string>", // Description text
"author" : { Reference(Practitioner|Device|Organization|Patient|
RelatedPerson) }, // Author (human or machine)
"authoringTime" : "<dateTime>", // Authoring time of the selection
"study" : [{ // R! Study identity of the selected instances
"uid" : "<oid>", // R! Study instance UID
"url" : "<uri>", // Retrieve study URL
"imagingStudy" : { Reference(ImagingStudy) }, // Reference to ImagingStudy
"series" : [{ // R! Series identity of the selected instances
"uid" : "<oid>", // Series instance UID
"url" : "<uri>", // Retrieve series URL
"instance" : [{ // R! The selected instance
"sopClass" : "<oid>", // R! SOP class UID of instance
"uid" : "<oid>", // R! Selected instance UID
"url" : "<uri>", // R! Retrieve instance URL
"frames" : [{ // The frame set
"frameNumbers" : ["<unsignedInt>"], // R! Frame numbers
"url" : "<uri>" // R! Retrieve frame URL
}]
}]
}]
}]
}
The following search parameters can be used to query ImagingObjectSelection resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/ImagingObjectSelection?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
author | reference | author |
authoring-time | date | authoringTime |
identifier | uri | uid |
patient | reference | patient |
selected-study | uri | study.uid |
title | text | title |