PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.core@6.0.0-ballot4
    http://hl7.org/fhir/StructureDefinition/ImagingSelection
description: A selection of DICOM SOP instances within a single Study and Series. This might include additional specifics such as a set of frames or an image region, allowing linkage to an Observation Resource.
package_name: hl7.fhir.r6.core
derivation: specialization
name: ImagingSelection
type: ImagingSelection
elements:
  category:
    isModifier: false
    short: Classifies the imaging selection
    type: CodeableConcept
    mustSupport: false
    array: true
    binding: {strength: preferred, valueSet: 'http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html'}
    isSummary: true
    index: 2
  seriesNumber: {isModifier: false, short: Numeric identifier of the selected series, type: unsignedInt, mustSupport: false, isSummary: true, index: 14}
  seriesUid: {isModifier: false, short: DICOM Series Instance UID, type: id, mustSupport: false, isSummary: true, index: 13}
  instance:
    isModifier: false
    short: The selected instances
    index: 19
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      sopClass: {isModifier: false, short: DICOM class type, type: oid, mustSupport: false, isSummary: false, index: 22}
      segmentNumber: {isModifier: false, short: Selected segments, type: positiveInt, mustSupport: false, array: true, isSummary: false, index: 25}
      number: {isModifier: false, short: The number of this instance in the series, type: unsignedInt, mustSupport: false, isSummary: true, index: 21}
      uid: {isModifier: false, short: DICOM SOP Instance UID, type: id, mustSupport: false, isSummary: true, index: 20}
      waveFormChannel: {isModifier: false, short: Selected waveform channel, type: positiveInt, mustSupport: false, array: true, isSummary: false, index: 27}
      frameNumber: {isModifier: false, short: Selected frames, type: positiveInt, mustSupport: false, array: true, isSummary: false, index: 23}
      imageRegion2D:
        isModifier: false
        short: A 2D region in an image
        index: 28
        type: BackboneElement
        mustSupport: false
        array: true
        elements:
          regionType:
            isModifier: false
            short: point | polyline | multipoint | circle | ellipse
            type: code
            mustSupport: false
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/imagingselection-2dgraphictype|6.0.0-ballot4'}
            isSummary: false
            index: 29
          coordinate: {min: 1, isModifier: false, short: The coordinates that define the image region, index: 30, type: decimal, mustSupport: false, array: true, orderMeaning: 'The values are an ordered set of (x, y) coordinates.', isSummary: false}
        required: [coordinate, regionType]
        isSummary: false
      regionOfInterest: {isModifier: false, short: Selected regions of interest, type: positiveInt, mustSupport: false, array: true, isSummary: false, index: 26}
      referencedContentItemIdentifier: {isModifier: false, short: Selected content items, type: positiveInt, mustSupport: false, array: true, isSummary: false, index: 24}
    required: [uid]
    isSummary: true
  derivedFrom:
    isModifier: false
    short: The imaging study from which the imaging selection is derived
    refers: ['http://hl7.org/fhir/StructureDefinition/DocumentReference', 'http://hl7.org/fhir/StructureDefinition/ImagingStudy']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 11
  modality:
    isModifier: false
    short: The distinct modality
    type: CodeableConcept
    mustSupport: false
    binding: {strength: extensible, valueSet: 'http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html'}
    isSummary: true
    index: 3
  status:
    isModifier: true
    short: available | entered-in-error | inactive | unknown
    index: 1
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/imagingselection-status|6.0.0-ballot4'}
    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: preferred, valueSet: 'http://terminology.hl7.org/ValueSet/image-reference-type'}
    isSummary: true
    index: 4
  identifier: {isModifier: false, short: Business identifier for imaging selection, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  bodySite:
    isModifier: false
    short: Selected anatomic structure
    type: CodeableReference
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/body-site'}
    isSummary: true
    index: 16
  frameOfReferenceUid: {isModifier: false, short: The Frame of Reference UID for the selected images, type: id, mustSupport: false, isSummary: true, index: 15}
  focus:
    isModifier: false
    short: Related resources that are the focus for the imaging selection
    refers: ['http://hl7.org/fhir/StructureDefinition/ImagingSelection']
    type: Reference
    mustSupport: false
    array: true
    isSummary: true
    index: 17
  issued: {isModifier: false, short: When the imaging selection was created, type: instant, mustSupport: false, isSummary: true, index: 6}
  studyUid: {isModifier: false, short: DICOM Study Instance UID, type: id, mustSupport: false, isSummary: true, index: 12}
  basedOn:
    isModifier: false
    short: Fulfills plan or order
    refers: ['http://hl7.org/fhir/StructureDefinition/Appointment', '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: 10
  imageRegion3D:
    isModifier: false
    short: A 3D region in a DICOM frame of reference
    index: 31
    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|6.0.0-ballot4'}
        isSummary: false
        index: 32
      coordinate: {min: 1, isModifier: false, short: Specifies the coordinates that define the image region, index: 33, 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 services providing access for the subset of the study
    refers: ['http://hl7.org/fhir/StructureDefinition/Endpoint']
    type: Reference
    mustSupport: false
    array: true
    isSummary: true
    index: 18
  subject:
    isModifier: false
    short: Who or what is the subject of the imaging selection
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Medication', '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: 5
  performer:
    isModifier: false
    short: Who performed imaging selection and what they did
    index: 7
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      function:
        isModifier: false
        short: Type of performance
        type: CodeableConcept
        mustSupport: false
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/series-performer-function'}
        isSummary: true
        index: 8
      actor:
        isModifier: false
        short: Who performed the imaging selection
        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: 9
    required: [actor]
    isSummary: true
package_version: 6.0.0-ballot4
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ImagingSelection
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 6.0.0-ballot4
required: [status, code]