PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@3.2.0
    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 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.
package_name: hl7.fhir.core
derivation: specialization
name: ImagingStudy
type: ImagingStudy
elements:
  description: {short: Institution-generated description, type: string, isSummary: true, index: 17}
  started: {short: When the study was started, type: dateTime, isSummary: true, index: 7}
  numberOfSeries: {short: Number of Study Related Series, type: unsignedInt, isSummary: true, index: 12}
  availability: {short: ONLINE | OFFLINE | NEARLINE | UNAVAILABLE, type: code, isSummary: true, index: 3}
  interpreter:
    short: Who interpreted images
    refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner']
    type: Reference
    array: true
    isSummary: true
    index: 10
  series:
    short: Each study has one or more series of instances
    type: BackboneElement
    array: true
    isSummary: true
    index: 18
    elements:
      description: {short: A short human readable summary of the series, type: string, isSummary: true, index: 22}
      started: {short: When the series started, type: dateTime, isSummary: true, index: 29}
      laterality: {short: Body part laterality, type: Coding, isSummary: true, index: 27}
      availability: {short: ONLINE | OFFLINE | NEARLINE | UNAVAILABLE, type: code, isSummary: true, index: 24}
      instance:
        type: BackboneElement
        short: A single SOP instance from the series
        array: true
        index: 31
        elements:
          uid: {short: Formal DICOM identifier for this instance, type: oid, index: 32}
          number: {short: The number of this instance in the series, type: unsignedInt, index: 33}
          sopClass: {short: DICOM class type, type: oid, index: 34}
          title: {short: Description of instance, type: string, index: 35}
        required: [uid, sopClass]
      number: {short: Numeric identifier of this series, type: unsignedInt, isSummary: true, index: 20}
      uid: {short: Formal DICOM identifier for this series, type: oid, isSummary: true, index: 19}
      specimen:
        short: Specimen imaged
        refers: ['http://hl7.org/fhir/StructureDefinition/Specimen']
        type: Reference
        array: true
        isSummary: true
        index: 28
      modality: {short: The modality of the instances in the series, type: Coding, isSummary: true, index: 21}
      bodySite: {short: Body part examined, type: Coding, isSummary: true, index: 26}
      endpoint:
        short: Series access endpoint
        refers: ['http://hl7.org/fhir/StructureDefinition/Endpoint']
        type: Reference
        array: true
        isSummary: true
        index: 25
      numberOfInstances: {short: Number of Series Related Instances, type: unsignedInt, isSummary: true, index: 23}
      performer:
        short: Who performed the series
        refers: ['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
        array: true
        isSummary: true
        index: 30
    required: [uid, modality]
  procedureReference:
    short: The performed Procedure reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Procedure']
    type: Reference
    array: true
    isSummary: true
    index: 14
  uid: {short: Formal DICOM identifier for the study, type: oid, isSummary: true, index: 0}
  modalityList: {short: All series modality if actual acquisition modalities, type: Coding, array: true, isSummary: true, index: 4}
  reason: {short: Why the study was requested, type: CodeableConcept, isSummary: true, index: 16}
  referrer:
    short: Referring physician
    refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner']
    type: Reference
    isSummary: true
    index: 9
  accession: {short: Related workflow identifier ("Accession Number"), type: Identifier, isSummary: true, index: 1}
  identifier: {short: Other identifiers for the study, type: Identifier, array: true, isSummary: true, index: 2}
  context:
    short: Originating context
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter', 'http://hl7.org/fhir/StructureDefinition/EpisodeOfCare']
    type: Reference
    isSummary: true
    index: 6
  basedOn:
    short: Request fulfilled
    refers: ['http://hl7.org/fhir/StructureDefinition/CarePlan', 'http://hl7.org/fhir/StructureDefinition/ServiceRequest']
    type: Reference
    array: true
    isSummary: true
    index: 8
  endpoint:
    short: Study access endpoint
    refers: ['http://hl7.org/fhir/StructureDefinition/Endpoint']
    type: Reference
    array: true
    isSummary: true
    index: 11
  subject:
    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
    isSummary: true
    index: 5
  numberOfInstances: {short: Number of Study Related Instances, type: unsignedInt, isSummary: true, index: 13}
  procedureCode: {short: The performed procedure code, type: CodeableConcept, array: true, isSummary: true, index: 15}
package_version: 3.2.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ImagingStudy
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null
required: [uid, subject]