PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/StructureDefinition/ImagingStudy
description: Base StructureDefinition for ImagingStudy Resource
package_name: hl7.fhir.core
derivation: specialization
name: ImagingStudy
type: ImagingStudy
elements:
  patient:
    short: Who the images are of
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 5
  description: {short: Institution-generated description, type: string, isSummary: true, index: 18}
  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: 14}
  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: 19
    elements:
      description: {short: A short human readable summary of the series, type: string, isSummary: true, index: 23}
      started: {short: When the series started, type: dateTime, isSummary: true, index: 31}
      laterality: {short: Body part laterality, type: Coding, isSummary: true, index: 30}
      availability: {short: ONLINE | OFFLINE | NEARLINE | UNAVAILABLE, type: code, isSummary: true, index: 25}
      instance:
        type: BackboneElement
        short: A single SOP instance from the series
        array: true
        index: 32
        elements:
          uid: {short: Formal DICOM identifier for this instance, type: oid, index: 33}
          number: {short: The number of this instance in the series, type: unsignedInt, index: 34}
          sopClass: {short: DICOM class type, type: oid, index: 35}
          title: {short: Description of instance, comments: 'Particularly for post-acquisition analytic objects, such as SR, presentation states, value mapping, etc.', type: string, index: 36}
        required: [uid, sopClass]
      number: {short: Numeric identifier of this series, type: unsignedInt, isSummary: true, index: 21}
      uid: {short: Formal DICOM identifier for this series, type: oid, isSummary: true, index: 20}
      modality: {short: The modality of the instances in the series, type: Coding, isSummary: true, index: 22}
      bodySite: {short: Body part examined, type: Coding, isSummary: true, index: 29}
      baseLocation:
        short: Series access endpoint
        type: BackboneElement
        array: true
        isSummary: true
        index: 26
        elements:
          type: {short: WADO-RS | WADO-URI | IID, type: Coding, isSummary: true, index: 27}
          url: {short: Series access URL, comments: 'This URL is to a service endpoint for the particular service indicated by ImagingManifest.study.series.baseLocation.type. Depending on the type of service, it is may be used to construct a URL to retrieve, or otherwise access, the series or the series’ instances. For example, this element may be a DICOMweb WADO-RS endpoint.', type: uri, isSummary: true, index: 28}
        required: [url, type]
      numberOfInstances: {short: Number of Series Related Instances, type: unsignedInt, isSummary: true, index: 24}
    required: [numberOfInstances, uid, modality]
  uid: {short: Formal DICOM identifier for the study, type: oid, isSummary: true, index: 0}
  procedure:
    short: Type of procedure performed
    refers: ['http://hl7.org/fhir/StructureDefinition/Procedure']
    type: Reference
    array: true
    isSummary: true
    index: 16
  modalityList: {short: All series modality if actual acquisition modalities, type: Coding, array: true, isSummary: true, index: 4}
  reason: {short: Reason for study, type: CodeableConcept, isSummary: true, index: 17}
  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/DiagnosticRequest', 'http://hl7.org/fhir/StructureDefinition/ProcedureRequest', 'http://hl7.org/fhir/StructureDefinition/ReferralRequest']
    type: Reference
    array: true
    isSummary: true
    index: 8
  baseLocation:
    short: Study access service endpoint
    type: BackboneElement
    array: true
    isSummary: true
    index: 11
    elements:
      type: {short: WADO-RS | WADO-URI | IID, type: Coding, isSummary: true, index: 12}
      url: {short: Study access URL, comments: 'This URL is to a service endpoint for the particular service indicated by ImagingManifest.study.baseLocation.type. Depending on the type of service, it is may be used to construct a URL to view, retrieve, or otherwise access the study or the study’s series or instances. For example, this element may be a DICOMweb WADO-RS endpoint.', type: uri, isSummary: true, index: 13}
    required: [url, type]
  numberOfInstances: {short: Number of Study Related Instances, type: unsignedInt, isSummary: true, index: 15}
package_version: 1.8.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ImagingStudy
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null
required: [numberOfInstances, uid, numberOfSeries, patient]