PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2.examples@1.0.2
    http://hl7.org/fhir/StructureDefinition/ImagingStudy
description: Base StructureDefinition for ImagingStudy Resource
package_name: hl7.fhir.r2.examples
name: ImagingStudy
type: null
elements:
  patient: {short: Who the images are of, type: Reference, isSummary: true, index: 1}
  description: {short: Institution-generated description, type: string, isSummary: true, index: 14}
  started: {short: When the study was started, type: dateTime, isSummary: true, exampleDateTime: '2011-01-01T11:01:20+03:00', index: 0}
  numberOfSeries: {short: Number of Study Related Series, type: unsignedInt, isSummary: true, index: 10}
  availability: {short: 'ONLINE | OFFLINE | NEARLINE | UNAVAILABLE (0008,0056)', type: code, isSummary: true, index: 8}
  interpreter: {short: Who interpreted images, type: Reference, isSummary: true, index: 13}
  series:
    type: BackboneElement
    short: Each study has one or more series of instances
    isSummary: true
    array: true
    index: 15
    elements:
      description: {short: A description of the series, type: string, exampleString: CT Surview 180, isSummary: true, index: 19}
      started: {type: dateTime, short: When the series started, isSummary: true, index: 25}
      laterality: {short: Body part laterality, type: Coding, isSummary: true, index: 24}
      availability: {short: ONLINE | OFFLINE | NEARLINE | UNAVAILABLE, type: code, isSummary: true, index: 21}
      instance:
        type: BackboneElement
        short: A single SOP instance from the series
        isSummary: true
        array: true
        index: 26
        elements:
          number: {short: The number of this instance in the series, type: unsignedInt, exampleInteger: 1, isSummary: true, index: 27}
          uid: {exampleUri: 'urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903', short: Formal identifier for this instance, type: oid, isSummary: true, index: 28}
          sopClass: {exampleUri: 'urn:oid:1.2.840.10008.5.1.4.1.1.2', short: DICOM class type, type: oid, isSummary: true, index: 29}
          type: {short: Type of instance (image etc.), comments: 'E.g. ''CT image'', ''MR multi-frame'', ''blending presentation''.', type: string, isSummary: true, index: 30}
          title: {short: Description of instance, comments: 'Particularly for post-acquisition analytic objects, such as SR, presentation states, value mapping, etc.', type: string, isSummary: true, index: 31}
          content: {short: Content of the instance, comments: Use of Attachment.data is discouraged., type: Attachment, array: true, isSummary: true, index: 32}
        required: [uid, sopClass]
      number: {short: Numeric identifier of this series, type: unsignedInt, exampleInteger: 3, isSummary: true, index: 16}
      uid: {exampleUri: 'urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630', short: Formal identifier for this series, type: oid, isSummary: true, index: 18}
      modality: {short: The modality of the instances in the series, type: Coding, isSummary: true, index: 17}
      url: {short: Location of the referenced instance(s), type: uri, isSummary: true, index: 22}
      bodySite: {short: Body part examined, type: Coding, isSummary: true, index: 23}
      numberOfInstances: {short: Number of Series Related Instances, type: unsignedInt, isSummary: true, index: 20}
    required: [numberOfInstances, uid, modality]
  uid: {exampleUri: 'urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045', short: Formal identifier for the study, type: oid, isSummary: true, index: 2}
  procedure: {short: Type of procedure performed, comments: 'For the Procedure.code, LOINC radiology orderables would be a good value set to use.', type: Reference, array: true, isSummary: true, index: 12}
  modalityList: {short: All series modality if actual acquisition modalities, type: Coding, array: true, isSummary: true, index: 6}
  referrer: {short: 'Referring physician (0008,0090)', type: Reference, isSummary: true, index: 7}
  accession: {short: Related workflow identifier ("Accession Number"), type: Identifier, isSummary: true, index: 3}
  url: {short: Retrieve URI, type: uri, isSummary: true, index: 9}
  identifier: {short: Other identifiers for the study, type: Identifier, array: true, isSummary: true, index: 4}
  order: {short: Order(s) that caused this study to be performed, type: Reference, array: true, isSummary: true, index: 5}
  numberOfInstances: {short: Number of Study Related Instances, type: unsignedInt, isSummary: true, index: 11}
package_version: 1.0.2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/ImagingStudy
version: null
required: [numberOfInstances, uid, numberOfSeries, patient]