http://hl7.org/fhir/StructureDefinition/ImagingStudy|4.0.1

Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities.
description: Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context.  A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities.
derivation: specialization
name: ImagingStudy
type: ImagingStudy
elements:
  description: {short: Institution-generated description, isSummary: true, index: 18}
  started: {short: When the study was started, isSummary: true, index: 5}
  numberOfSeries: {short: Number of Study Related Series, isSummary: true, index: 10}
  interpreter: {short: Who interpreted images, array: true, isSummary: true, index: 8}
  series:
    short: Each study has one or more series of instances
    array: true
    isSummary: true
    index: 19
    elements:
      description: {short: A short human readable summary of the series, isSummary: true, index: 23}
      started: {short: When the series started, isSummary: true, index: 29}
      laterality:
        short: Body part laterality
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/bodysite-laterality'}
        isSummary: true
        index: 27
      instance:
        short: A single SOP instance from the series
        array: true
        index: 33
        elements:
          uid: {short: DICOM SOP Instance UID, index: 34}
          sopClass:
            short: DICOM class type
            binding: {strength: extensible, valueSet: 'http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1'}
            index: 35
          number: {short: The number of this instance in the series, index: 36}
          title: {short: Description of instance, index: 37}
        required: [uid, sopClass]
      number: {short: Numeric identifier of this series, isSummary: true, index: 21}
      uid: {short: DICOM Series Instance UID for the series, isSummary: true, index: 20}
      specimen: {short: Specimen imaged, array: true, isSummary: true, index: 28}
      modality:
        short: The modality of the instances in the series
        binding: {strength: extensible, valueSet: 'http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html'}
        isSummary: true
        index: 22
      bodySite:
        short: Body part examined
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/body-site'}
        isSummary: true
        index: 26
      endpoint: {short: Series access endpoint, array: true, isSummary: true, index: 25}
      numberOfInstances: {short: Number of Series Related Instances, isSummary: true, index: 24}
      performer:
        short: Who performed the series
        array: true
        isSummary: true
        index: 30
        elements:
          function:
            short: Type of performance
            binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/series-performer-function'}
            isSummary: true
            index: 31
          actor: {short: Who performed the series, isSummary: true, index: 32}
        required: [actor]
    required: [uid, modality]
  procedureReference: {short: The performed Procedure reference, isSummary: true, index: 12}
  encounter: {short: Encounter with which this imaging study is associated, isSummary: true, index: 4}
  reasonCode:
    short: Why the study was requested
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/procedure-reason'}
    isSummary: true
    index: 15
  modality:
    short: All series modality if actual acquisition modalities
    array: true
    binding: {strength: extensible, valueSet: 'http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html'}
    isSummary: true
    index: 2
  note: {short: User-defined comments, array: true, isSummary: true, index: 17}
  referrer: {short: Referring physician, isSummary: true, index: 7}
  status:
    isModifier: true
    short: registered | available | cancelled | entered-in-error | unknown
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/imagingstudy-status|4.0.1'}
    isModifierReason: This element is labelled 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
    index: 1
  identifier: {short: Identifiers for the whole study, array: true, isSummary: true, index: 0}
  basedOn: {short: Request fulfilled, array: true, isSummary: true, index: 6}
  location: {short: Where ImagingStudy occurred, isSummary: true, index: 14}
  endpoint: {short: Study access endpoint, array: true, isSummary: true, index: 9}
  subject: {short: Who or what is the subject of the study, isSummary: true, index: 3}
  numberOfInstances: {short: Number of Study Related Instances, isSummary: true, index: 11}
  reasonReference: {short: Why was study performed, array: true, isSummary: true, index: 16}
  procedureCode:
    short: The performed procedure code
    array: true
    binding: {strength: extensible, valueSet: 'http://www.rsna.org/RadLex_Playbook.aspx'}
    isSummary: true
    index: 13
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ImagingStudy
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [status, subject]