PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.core@6.0.0-ballot4
    http://hl7.org/fhir/StructureDefinition/ImagingStudy
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 images or other data objects (called Service-Object Pair Instances or SOP Instances) acquired or produced in a common context.
package_name: hl7.fhir.r6.core
derivation: specialization
name: ImagingStudy
type: ImagingStudy
elements:
  description: {isModifier: false, short: Study Description or Classification, type: string, mustSupport: false, isSummary: true, index: 13}
  started: {isModifier: false, short: When the study was started, type: dateTime, mustSupport: false, isSummary: true, index: 5}
  numberOfSeries: {isModifier: false, short: Number of Study Related Series, type: unsignedInt, mustSupport: false, isSummary: true, index: 14}
  series:
    isModifier: false
    short: The set of Series belonging to the study
    index: 16
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      description: {isModifier: false, short: Series Description or Classification, type: string, mustSupport: false, isSummary: true, index: 20}
      started: {isModifier: false, short: When the series started, type: dateTime, mustSupport: false, isSummary: true, index: 25}
      instance:
        isModifier: false
        short: A single SOP instance from the series
        index: 29
        type: BackboneElement
        mustSupport: false
        array: true
        elements:
          uid: {isModifier: false, short: DICOM SOP Instance UID, type: id, mustSupport: false, isSummary: false, index: 30}
          sopClass: {isModifier: false, short: DICOM class type, type: oid, mustSupport: false, isSummary: false, index: 31}
          number: {isModifier: false, short: The number of this instance in the series, type: unsignedInt, mustSupport: false, isSummary: false, index: 32}
          title: {isModifier: false, short: Name or title of the instance, type: string, mustSupport: false, isSummary: false, index: 33}
        required: [uid, sopClass]
        isSummary: false
      number: {isModifier: false, short: Numeric identifier of this series, type: unsignedInt, mustSupport: false, isSummary: true, index: 18}
      uid: {isModifier: false, short: DICOM Series Instance UID, type: id, mustSupport: false, isSummary: true, index: 17}
      specimen:
        isModifier: false
        short: Specimen imaged
        refers: ['http://hl7.org/fhir/StructureDefinition/Specimen']
        type: Reference
        mustSupport: false
        array: true
        isSummary: true
        index: 24
      modality:
        isModifier: false
        short: The modality used for this series
        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: 19
      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: 23
      endpoint:
        isModifier: false
        short: Series access endpoint
        refers: ['http://hl7.org/fhir/StructureDefinition/Endpoint']
        type: Reference
        mustSupport: false
        array: true
        isSummary: true
        index: 22
      numberOfInstances: {isModifier: false, short: Number of Series Related Instances, type: unsignedInt, mustSupport: false, isSummary: true, index: 21}
      performer:
        isModifier: false
        short: Who performed the series
        index: 26
        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: 27
          actor:
            isModifier: false
            short: Who performed imaging study
            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: 28
        required: [actor]
        isSummary: true
    required: [uid, modality]
    isSummary: true
  encounter:
    isModifier: false
    short: Encounter with which this imaging study is associated
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 4
  procedure:
    isModifier: false
    short: Imaging performed procedure(s)
    refers: ['http://hl7.org/fhir/StructureDefinition/Procedure']
    type: Reference
    mustSupport: false
    array: true
    isSummary: true
    index: 7
  modality:
    isModifier: false
    short: The distinct values for series' modalities
    type: CodeableConcept
    mustSupport: false
    array: true
    binding: {strength: extensible, valueSet: 'http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html'}
    isSummary: true
    index: 2
  note: {isModifier: false, short: Comments made about the imaging study, type: Annotation, mustSupport: false, array: true, isSummary: true, index: 12}
  reason:
    isModifier: false
    short: ' Why was imaging study performed?'
    type: CodeableReference
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/procedure-reason'}
    isSummary: true
    index: 11
  referrer:
    isModifier: false
    short: Referring physician
    refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 8
  status:
    isModifier: true
    short: registered | available | cancelled | entered-in-error | unknown | inactive
    index: 1
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/imagingstudy-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
  identifier: {isModifier: false, short: Business identifier for imaging study, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  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: 6
  location:
    isModifier: false
    short: Where imaging study occurred
    refers: ['http://hl7.org/fhir/StructureDefinition/Location']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 10
  endpoint:
    isModifier: false
    short: Study access endpoint
    refers: ['http://hl7.org/fhir/StructureDefinition/Endpoint']
    type: Reference
    mustSupport: false
    array: true
    isSummary: true
    index: 9
  subject:
    isModifier: false
    short: Who or what is the subject of the study
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 3
  numberOfInstances: {isModifier: false, short: Number of Study Related Instances, type: unsignedInt, mustSupport: false, isSummary: true, index: 15}
package_version: 6.0.0-ballot4
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ImagingStudy
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 6.0.0-ballot4
required: [status, subject]