PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@5.0.0-snapshot2
    http://hl7.org/fhir/StructureDefinition/ImagingSelection
description: A selection of DICOM SOP instances and/or frames within a single Study and Series. This might include additional specifics such as an image region, an Observation UID or a Segmentation Number, allowing linkage to an Observation Resource or transferring this information along with the ImagingStudy Resource.
package_name: hl7.fhir.r5.core
derivation: specialization
name: ImagingSelection
type: ImagingSelection
elements:
  category:
    isModifier: false
    short: Classifies the imaging selection
    type: CodeableConcept
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html'}
    isSummary: true
    index: 8
  seriesUid: {isModifier: false, short: DICOM Series Instance UID, type: id, mustSupport: false, isSummary: true, index: 13}
  instance:
    isModifier: false
    short: The selected instances
    index: 16
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      uid: {isModifier: false, short: DICOM SOP Instance UID, type: id, mustSupport: false, isSummary: true, index: 17}
      sopClass:
        isModifier: false
        short: DICOM SOP Class UID
        type: Coding
        mustSupport: false
        binding: {strength: extensible, valueSet: 'http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1'}
        isSummary: false
        index: 18
      subset: {isModifier: false, short: The selected subset of the SOP Instance, type: string, mustSupport: false, array: true, isSummary: false, index: 19}
      imageRegion:
        isModifier: false
        short: A specific 2D region in a DICOM image / frame
        index: 20
        type: BackboneElement
        mustSupport: false
        array: true
        elements:
          regionType:
            isModifier: false
            short: POINT | POLYLINE | INTERPOLATED | CIRCLE | ELLIPSE
            type: code
            mustSupport: false
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/imagingselection-2dgraphictype|4.6.0'}
            isSummary: false
            index: 21
          coordinate: {min: 1, isModifier: false, short: Specifies the coordinates that define the image region, index: 22, type: decimal, mustSupport: false, array: true, orderMeaning: 'The values are an ordered set of (x, y) coordinates.', isSummary: false}
        required: [coordinate, regionType]
        isSummary: false
    required: [uid]
    isSummary: true
  derivedFrom:
    isModifier: false
    short: The imaging study from which the imaging selection is derived
    refers: ['http://hl7.org/fhir/StructureDefinition/ImagingStudy']
    type: Reference
    mustSupport: false
    array: true
    isSummary: true
    index: 11
  status:
    isModifier: true
    short: available | entered-in-error | unknown
    index: 1
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/imagingselection-status|4.6.0'}
    isModifierReason: This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
  code:
    isModifier: false
    short: Imaging Selection purpose text or code
    type: CodeableConcept
    mustSupport: false
    binding: {strength: example, valueSet: 'http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html'}
    isSummary: true
    index: 9
  identifier: {isModifier: false, short: Business Identifier for Imaging Selection, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  bodySite:
    isModifier: false
    short: Body part examined
    type: CodeableReference
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/body-site'}
    isSummary: true
    index: 15
  frameOfReferenceUid: {isModifier: false, short: The Frame of Reference UID for the selected images, type: id, mustSupport: false, isSummary: true, index: 14}
  issued: {isModifier: false, short: Date / Time when this imaging selection was created, type: instant, mustSupport: false, isSummary: true, index: 3}
  studyUid: {isModifier: false, short: DICOM Study Instance UID, type: id, mustSupport: false, isSummary: true, index: 10}
  basedOn:
    isModifier: false
    short: Associated request
    refers: ['http://hl7.org/fhir/StructureDefinition/Appointment', 'http://hl7.org/fhir/StructureDefinition/AppointmentResponse', 'http://hl7.org/fhir/StructureDefinition/CarePlan', 'http://hl7.org/fhir/StructureDefinition/ServiceRequest', 'http://hl7.org/fhir/StructureDefinition/Task']
    type: Reference
    mustSupport: false
    array: true
    isSummary: true
    index: 7
  imageRegion:
    isModifier: false
    short: A specific 3D region in a DICOM frame of reference
    index: 23
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      regionType:
        isModifier: false
        short: POINT | MULTIPOINT | POLYLINE | POLYGON | ELLIPSE | ELLIPSOID
        type: code
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/imagingselection-3dgraphictype|4.6.0'}
        isSummary: false
        index: 24
      coordinate: {min: 1, isModifier: false, short: Specifies the coordinates that define the image region, index: 25, type: decimal, mustSupport: false, array: true, orderMeaning: 'The values are an ordered set of (x, y, z) coordinates.', isSummary: false}
    required: [coordinate, regionType]
    isSummary: false
  endpoint:
    isModifier: false
    short: The network service providing retrieval for the images referenced in the imaging selection
    refers: ['http://hl7.org/fhir/StructureDefinition/Endpoint']
    type: Reference
    mustSupport: false
    array: true
    isSummary: true
    index: 12
  subject:
    isModifier: false
    short: Subject of the selected instances
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/Medication', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/Procedure', 'http://hl7.org/fhir/StructureDefinition/Specimen', 'http://hl7.org/fhir/StructureDefinition/Substance']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 2
  performer:
    isModifier: false
    short: Selector of the instances (human or machine)
    type: BackboneElement
    mustSupport: false
    array: true
    isSummary: true
    index: 4
    elements:
      function:
        isModifier: false
        short: Type of performer
        type: CodeableConcept
        mustSupport: false
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/series-performer-function'}
        isSummary: true
        index: 5
      actor:
        isModifier: false
        short: Author (human or machine)
        refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/HealthcareService', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
        type: Reference
        mustSupport: false
        isSummary: true
        index: 6
package_version: 5.0.0-snapshot2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ImagingSelection
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.6.0
required: [status, code]