This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
A set of DICOM SOP Instances of a patient, selected for some application purpose, e.g., quality assurance, teaching, conference, consulting, etc. Objects selected can be from different studies, but must be of the same patient.
Manifest of a set of DICOM objects (images or other data types) from one or more studies, with an intended purpose. The referenced objects may include every image in a study to be shared through a health information exchange, a list of key images for a referring or treating physician, a set of images to be included in a teaching file, or similar purposes.This resource summarizes a set of images or other instances gathered for some specified purpose, and provides references to where the images are available using WADO-RS. This resource is used to make available information concerning images etc. that are intended to be exchanged into other clinical contexts such as diagnostic reports, Care Plans, etc.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ImagingObjectSelection | DomainResource | Key Object Selection | ||
uid | 1..1 | oid | Instance UID | |
patient | 1..1 | Patient | Patient of the selected objects | |
title | 1..1 | CodeableConcept | Reason for selection KOStitle (Example) | |
description | 0..1 | string | Description text | |
author | 0..1 | Practitioner | Device | Organization | Patient | RelatedPerson | Author (human or machine) | |
authoringTime | 0..1 | dateTime | Authoring time of the selection | |
study | 1..* | Element | Study identity of the selected instances | |
uid | 1..1 | oid | Study instance uid | |
url | 0..1 | uri | Retrieve URL | |
series | 1..* | Element | Series identity of the selected instances | |
uid | 0..1 | oid | Series instance uid | |
url | 0..1 | uri | Retrieve URL | |
instance | 1..* | Element | The selected instance | |
sopClass | 1..1 | oid | SOP class uid of instance | |
uid | 1..1 | oid | Uid of the selected instance | |
url | 1..1 | uri | Retrieve URL | |
frames | 0..* | Element | The frame set | |
frameNumbers | 1..* | integer | Frame numbers | |
url | 1..1 | uri | Retrieve URL |
UML Diagram
XML Template
<ImagingObjectSelection xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <uid value="[oid]"/><!-- 1..1 Instance UID --> <patient><!-- 1..1 Reference(Patient) Patient of the selected objects --></patient> <title><!-- 1..1 CodeableConcept Reason for selection --></title> <description value="[string]"/><!-- 0..1 Description text --> <author><!-- 0..1 Reference(Practitioner|Device|Organization|Patient| RelatedPerson) Author (human or machine) --></author> <authoringTime value="[dateTime]"/><!-- 0..1 Authoring time of the selection --> <study> <!-- 1..* Study identity of the selected instances --> <uid value="[oid]"/><!-- 1..1 Study instance uid --> <url value="[uri]"/><!-- 0..1 Retrieve URL --> <series> <!-- 1..* Series identity of the selected instances --> <uid value="[oid]"/><!-- 0..1 Series instance uid --> <url value="[uri]"/><!-- 0..1 Retrieve URL --> <instance> <!-- 1..* The selected instance --> <sopClass value="[oid]"/><!-- 1..1 SOP class uid of instance --> <uid value="[oid]"/><!-- 1..1 Uid of the selected instance --> <url value="[uri]"/><!-- 1..1 Retrieve URL --> <frames> <!-- 0..* The frame set --> <frameNumbers value="[integer]"/><!-- 1..* Frame numbers --> <url value="[uri]"/><!-- 1..1 Retrieve URL --> </frames> </instance> </series> </study> </ImagingObjectSelection>
JSON Template
{ "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 URL "series" : [{ // R! Series identity of the selected instances "uid" : "<oid>", // Series instance uid "url" : "<uri>", // Retrieve URL "instance" : [{ // R! The selected instance "sopClass" : "<oid>", // R! SOP class uid of instance "uid" : "<oid>", // R! Uid of the selected instance "url" : "<uri>", // R! Retrieve URL "frames" : [{ // The frame set "frameNumbers" : [<integer>], // R! Frame numbers "url" : "<uri>" // R! Retrieve URL }] }] }] }] }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
ImagingObjectSelection | DomainResource | Key Object Selection | ||
uid | 1..1 | oid | Instance UID | |
patient | 1..1 | Patient | Patient of the selected objects | |
title | 1..1 | CodeableConcept | Reason for selection KOStitle (Example) | |
description | 0..1 | string | Description text | |
author | 0..1 | Practitioner | Device | Organization | Patient | RelatedPerson | Author (human or machine) | |
authoringTime | 0..1 | dateTime | Authoring time of the selection | |
study | 1..* | Element | Study identity of the selected instances | |
uid | 1..1 | oid | Study instance uid | |
url | 0..1 | uri | Retrieve URL | |
series | 1..* | Element | Series identity of the selected instances | |
uid | 0..1 | oid | Series instance uid | |
url | 0..1 | uri | Retrieve URL | |
instance | 1..* | Element | The selected instance | |
sopClass | 1..1 | oid | SOP class uid of instance | |
uid | 1..1 | oid | Uid of the selected instance | |
url | 1..1 | uri | Retrieve URL | |
frames | 0..* | Element | The frame set | |
frameNumbers | 1..* | integer | Frame numbers | |
url | 1..1 | uri | Retrieve URL |
XML Template
<ImagingObjectSelection xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <uid value="[oid]"/><!-- 1..1 Instance UID --> <patient><!-- 1..1 Reference(Patient) Patient of the selected objects --></patient> <title><!-- 1..1 CodeableConcept Reason for selection --></title> <description value="[string]"/><!-- 0..1 Description text --> <author><!-- 0..1 Reference(Practitioner|Device|Organization|Patient| RelatedPerson) Author (human or machine) --></author> <authoringTime value="[dateTime]"/><!-- 0..1 Authoring time of the selection --> <study> <!-- 1..* Study identity of the selected instances --> <uid value="[oid]"/><!-- 1..1 Study instance uid --> <url value="[uri]"/><!-- 0..1 Retrieve URL --> <series> <!-- 1..* Series identity of the selected instances --> <uid value="[oid]"/><!-- 0..1 Series instance uid --> <url value="[uri]"/><!-- 0..1 Retrieve URL --> <instance> <!-- 1..* The selected instance --> <sopClass value="[oid]"/><!-- 1..1 SOP class uid of instance --> <uid value="[oid]"/><!-- 1..1 Uid of the selected instance --> <url value="[uri]"/><!-- 1..1 Retrieve URL --> <frames> <!-- 0..* The frame set --> <frameNumbers value="[integer]"/><!-- 1..* Frame numbers --> <url value="[uri]"/><!-- 1..1 Retrieve URL --> </frames> </instance> </series> </study> </ImagingObjectSelection>
JSON Template
{ "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 URL "series" : [{ // R! Series identity of the selected instances "uid" : "<oid>", // Series instance uid "url" : "<uri>", // Retrieve URL "instance" : [{ // R! The selected instance "sopClass" : "<oid>", // R! SOP class uid of instance "uid" : "<oid>", // R! Uid of the selected instance "url" : "<uri>", // R! Retrieve URL "frames" : [{ // The frame set "frameNumbers" : [<integer>], // R! Frame numbers "url" : "<uri>" // R! Retrieve URL }] }] }] }] }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
ImagingObjectSelection.title | The document title code of key object selection | Example | http://hl7.org/fhir/kos-title |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
author | reference | Author of key DICOM object selection | ImagingObjectSelection.author (Device, Patient, Organization, Practitioner, RelatedPerson) |
authoring-time | date | Time of key DICOM object selection authoring | ImagingObjectSelection.authoringTime |
identifier | token | UID of key DICOM object selection | ImagingObjectSelection.uid |
patient | reference | Subject of key DICOM object selection | ImagingObjectSelection.patient (Patient) |
selected-study | token | Study selected in key DICOM object selection | ImagingObjectSelection.study.uid |
title | token | Title of key DICOM object selection | ImagingObjectSelection.title |