Search FHIR

FHIR Osiris Implementation Guide
1.1.0 - trial-implementation

This page is part of the OSIRIS FHIR Implementation Guide (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Resource Profile: OncoImagingStudy - Detailed Descriptions

Draft as of 2025-04-03

Definitions for the onco-imagingstudy resource profile.

Guidance on how to interpret the contents of this table can be found here

0. ImagingStudy
Définition

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.

ShortA set of images produced in single study (one or more series of references images)
Control0..*
Is Modifierfalse
Résuméfalse
Invariantsdom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
dom-6: A resource should have narrative for robust management (text.`div`.exists())
2. ImagingStudy.implicitRules
Définition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

ShortA set of rules under which this content was created
Commentaires

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Control0..1
Typeuri
Is Modifiertrue because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Résumétrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
4. ImagingStudy.modifierExtension
Définition

May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

ShortExtensions that cannot be ignored
Commentaires

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Control0..*
TypeExtension
Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
Résuméfalse
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Alternate Namesextensions, user content
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
6. ImagingStudy.identifier
Définition

Unique number to identify the study. Dicom Tag (0020,000D)


Identifiers for the ImagingStudy such as DICOM Study Instance UID, and Accession Number.

ShortUnique numberIdentifiers for the whole study
Commentaires

See discussion under Imaging Study Implementation Notes for encoding of DICOM Study Instance UID. Accession Number should use ACSN Identifier type.


See discussion under Imaging Study Implementation Notes for encoding of DICOM Study Instance UID. Accession Number should use ACSN Identifier type.

NoteThis is a business identifier, not a resource identifier (see discussion)
Control10..1*
TypeIdentifier
Is Modifierfalse
Must Supporttrue
Résumétrue
Requirements

If one or more series elements are present in the ImagingStudy, then there shall be one DICOM Study UID identifier (see DICOM PS 3.3 C.7.2.

Alternate NamesStudyInstanceUID, AccessionNumber
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
8. ImagingStudy.status
Définition

The current state of the ImagingStudy.

Shortregistered | available | cancelled | entered-in-error | unknown
Commentaires

Unknown does not represent "other" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.

Control1..1
BindingThe codes SHALL be taken from ImagingStudyStatushttp://hl7.org/fhir/ValueSet/imagingstudy-status|4.0.1
(required to http://hl7.org/fhir/ValueSet/imagingstudy-status|4.0.1)

The status of the ImagingStudy.

Typecode
Is Modifiertrue because 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
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Résumétrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
10. ImagingStudy.modality
Définition

List of all the modalities used. Dicom Tag (0008,0061)


A list of all the series.modality values that are actual acquisition modalities, i.e. those in the DICOM Context Group 29 (value set OID 1.2.840.10008.6.1.19).

ShortModalitiesAll series modality if actual acquisition modalities
Control10..*
BindingThe codes SHALL be taken from Unless not suitable, these codes SHALL be taken from Modality Value Sethttp://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html
(required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/VSModality)
TypeCoding
Is Modifierfalse
Must Supporttrue
Résumétrue
Alternate NamesModalitiesInStudy
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
12. ImagingStudy.subject
Définition

The subject, typically a patient, of the imaging study.

ShortWho or what is the subject of the study
Commentaires

QA phantoms can be recorded with a Device; multiple subjects (such as mice) can be recorded with a Group.

Control1..1
TypeReference(Oncology Patient, Patient, Device, Group)
Is Modifierfalse
Must Supporttrue
Résumétrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
14. ImagingStudy.started
Définition

Date and time of acquisition. Dicom Tag (0008, 0032), (0008, 0022) or DicomTag (0008, 0021), (0008, 0023) or Dicom Tag (0008, 0031), (0008, 0033)


Date and time the study started.

ShortDate and time of acquisitionWhen the study was started
Control10..1
TypedateTime
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Résumétrue
Alternate NamesStudyDate, StudyTime
Exemple<br/><b>General</b>:2011-01-01T11:01:20+03:00
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
16. ImagingStudy.endpoint
Définition

Study storage location (PACS, web server etc).


The network service providing access (e.g., query, view, or retrieval) for the study. See implementation notes for information about using DICOM endpoints. A study-level endpoint applies to each series in the study, unless overridden by a series-level endpoint with the same Endpoint.connectionType.

ShortStorage locationStudy access endpoint
Commentaires

Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG), formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach; DICOM QIDO-RS, which allows RESTful query for DICOM information without retrieving the actual instances; or IHE Invoke Image Display (IID), which provides standard invocation of an imaging web viewer.

Control10..1*
TypeReference(Location to the PACS server, Endpoint)
Is Modifierfalse
Must Supporttrue
Résumétrue
Requirements

Access methods for viewing (e.g., IHE’s IID profile) or retrieving (e.g., DICOM’s WADO-URI and WADO-RS) the study or the study’s series or instances. The study-level baseLocation applies to each series in the study, unless overridden in series by a series-level baseLocation of the same type.

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
18. ImagingStudy.numberOfSeries
Définition

Number of series contained in the study. Dicom Tag (0020, 1206)


Number of Series in the Study. This value given may be larger than the number of series elements this Resource contains due to resource availability, security, or other factors. This element should be present if any series elements are present.

ShortNumber of seriesNumber of Study Related Series
Control10..1
TypeunsignedInt
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Résumétrue
Alternate NamesNumberOfStudyRelatedSeries
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
20. ImagingStudy.location
Définition

Name of the organization or institution responsible for the study. Dicom Tag (0008,0080)


The principal physical location where the ImagingStudy was performed.

ShortName of the institutionWhere ImagingStudy occurred
Control0..1
TypeReference(Imaging Service, Location)
Is Modifierfalse
Must Supporttrue
Résumétrue
Requirements

Ties the event to where the records are likely kept and provides context around the event occurrence (e.g. if it occurred inside or outside a dedicated healthcare setting).

Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
22. ImagingStudy.reasonReference
Définition

Indicates another resource whose existence justifies this Study.

ShortWhy was study performed
Control10..1*
TypeReference(Analysis, Condition, Observation, Media, DiagnosticReport, DocumentReference)
Is Modifierfalse
Must Supporttrue
Résumétrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
24. ImagingStudy.description
Définition

Study Description. Dicom Tag (0008,1030)


The Imaging Manager description of the study. Institution-generated description or classification of the Study (component) performed.

ShortDescriptionInstitution-generated description
Control10..1
Typestring
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Résumétrue
Alternate NamesStudyDescription
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
26. ImagingStudy.series
Définition

Each study has one or more series of images or other content.

ShortEach study has one or more series of instances
Control10..*
TypeBackboneElement
Is Modifierfalse
Résumétrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
28. ImagingStudy.series.extension
Définition

An Extension


May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

ShortExtensionAdditional content defined by implementations
Commentaires

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Control10..*
TypeExtension
Is Modifierfalse
Résuméfalse
Alternate Namesextensions, user content
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
SlicingThis element introduces a set of slices on ImagingStudy.series.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
  • value @ url
  • 30. ImagingStudy.series.extension:series-weightheigt
    Nom de la sliceseries-weightheigt
    Définition

    Weight and Height at the time of the Serie

    ShortWeight and Height at the time of the Serie
    Control0..1
    This element is affected by the following invariants: ele-1
    TypeExtension(Weight and Height at the time of the Serie) (Complex Extension)
    Is Modifierfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    32. ImagingStudy.series.extension:series-weightheigt.extension:patient_weight
    Nom de la slicepatient_weight
    Définition

    An Extension

    ShortExtensionAdditional content defined by implementations
    Control0..1*
    TypeExtension
    Is Modifierfalse
    Must Supporttrue
    Résuméfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    34. ImagingStudy.series.extension:series-weightheigt.extension:patient_weight.extension
    Définition

    An Extension


    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

    ShortExtensionAdditional content defined by implementations
    Commentaires

    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..0*
    TypeExtension
    Is Modifierfalse
    Résuméfalse
    Alternate Namesextensions, user content
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
    • value @ url
    • 36. ImagingStudy.series.extension:series-weightheigt.extension:patient_weight.url
      Définition

      Source of the definition for the extension code - a logical name or a URL.

      Shortidentifies the meaning of the extension
      Commentaires

      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

      Control1..1
      Typeuri
      Is Modifierfalse
      XML FormatIn the XML format, this property is represented as an attribute.
      Résuméfalse
      Fixed Valuepatient_weight
      38. ImagingStudy.series.extension:series-weightheigt.extension:patient_weight.value[x]
      Définition

      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

      ShortValue of extension
      Control0..1
      Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Must Supporttrue
      Résuméfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      40. ImagingStudy.series.extension:series-weightheigt.extension:patient_height
      Nom de la slicepatient_height
      Définition

      An Extension

      ShortExtensionAdditional content defined by implementations
      Control0..1*
      TypeExtension
      Is Modifierfalse
      Must Supporttrue
      Résuméfalse
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
      42. ImagingStudy.series.extension:series-weightheigt.extension:patient_height.extension
      Définition

      An Extension


      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

      ShortExtensionAdditional content defined by implementations
      Commentaires

      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

      Control0..0*
      TypeExtension
      Is Modifierfalse
      Résuméfalse
      Alternate Namesextensions, user content
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
      SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
      • value @ url
      • 44. ImagingStudy.series.extension:series-weightheigt.extension:patient_height.url
        Définition

        Source of the definition for the extension code - a logical name or a URL.

        Shortidentifies the meaning of the extension
        Commentaires

        The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

        Control1..1
        Typeuri
        Is Modifierfalse
        XML FormatIn the XML format, this property is represented as an attribute.
        Résuméfalse
        Fixed Valuepatient_height
        46. ImagingStudy.series.extension:series-weightheigt.extension:patient_height.value[x]
        Définition

        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

        ShortValue of extension
        Control0..1
        Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Must Supporttrue
        Résuméfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        48. ImagingStudy.series.extension:series-weightheigt.url
        Définition

        Source of the definition for the extension code - a logical name or a URL.

        Shortidentifies the meaning of the extension
        Commentaires

        The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

        Control1..1
        Typeuri
        Is Modifierfalse
        XML FormatIn the XML format, this property is represented as an attribute.
        Résuméfalse
        Fixed Valuehttps://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/series-weightheigt
        50. ImagingStudy.series.extension:series-weightheigt.value[x]
        Définition

        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

        ShortValue of extension
        Control0..01
        TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Résuméfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        52. ImagingStudy.series.extension:imaging-settings
        Nom de la sliceimaging-settings
        Définition

        Imaging Settings.

        ShortImaging Settings
        Control1..1
        This element is affected by the following invariants: ele-1
        TypeExtension(Imaging Settings) (Complex Extension)
        Is Modifierfalse
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        54. ImagingStudy.series.extension:imaging-settings.extension
        Définition

        An Extension


        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

        ShortExtensionAdditional content defined by implementations
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control40..*
        TypeExtension
        Is Modifierfalse
        Résuméfalse
        Alternate Namesextensions, user content
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
        • value @ url
        • 56. ImagingStudy.series.extension:imaging-settings.extension:slice_thickness
          Nom de la sliceslice_thickness
          Définition

          An Extension

          ShortExtensionAdditional content defined by implementations
          Control10..1*
          TypeExtension
          Is Modifierfalse
          Must Supporttrue
          Résuméfalse
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
          58. ImagingStudy.series.extension:imaging-settings.extension:slice_thickness.extension
          Définition

          An Extension


          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

          ShortExtensionAdditional content defined by implementations
          Commentaires

          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

          Control0..0*
          TypeExtension
          Is Modifierfalse
          Résuméfalse
          Alternate Namesextensions, user content
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
          SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
          • value @ url
          • 60. ImagingStudy.series.extension:imaging-settings.extension:slice_thickness.url
            Définition

            Source of the definition for the extension code - a logical name or a URL.

            Shortidentifies the meaning of the extension
            Commentaires

            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

            Control1..1
            Typeuri
            Is Modifierfalse
            XML FormatIn the XML format, this property is represented as an attribute.
            Résuméfalse
            Fixed Valueslice_thickness
            62. ImagingStudy.series.extension:imaging-settings.extension:slice_thickness.value[x]
            Définition

            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

            ShortValue of extension
            Control10..1
            Typestring, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Must Supporttrue
            Résuméfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            64. ImagingStudy.series.extension:imaging-settings.extension:pixel_spacing
            Nom de la slicepixel_spacing
            Définition

            An Extension

            ShortExtensionAdditional content defined by implementations
            Control10..1*
            TypeExtension
            Is Modifierfalse
            Must Supporttrue
            Résuméfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            66. ImagingStudy.series.extension:imaging-settings.extension:pixel_spacing.extension
            Définition

            An Extension


            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

            ShortExtensionAdditional content defined by implementations
            Commentaires

            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

            Control0..0*
            TypeExtension
            Is Modifierfalse
            Résuméfalse
            Alternate Namesextensions, user content
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
            • value @ url
            • 68. ImagingStudy.series.extension:imaging-settings.extension:pixel_spacing.url
              Définition

              Source of the definition for the extension code - a logical name or a URL.

              Shortidentifies the meaning of the extension
              Commentaires

              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

              Control1..1
              Typeuri
              Is Modifierfalse
              XML FormatIn the XML format, this property is represented as an attribute.
              Résuméfalse
              Fixed Valuepixel_spacing
              70. ImagingStudy.series.extension:imaging-settings.extension:pixel_spacing.value[x]
              Définition

              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

              ShortValue of extension
              Control10..1
              Typestring, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Must Supporttrue
              Résuméfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              72. ImagingStudy.series.extension:imaging-settings.extension:field_of_view
              Nom de la slicefield_of_view
              Définition

              An Extension

              ShortExtensionAdditional content defined by implementations
              Control0..1*
              TypeExtension
              Is Modifierfalse
              Must Supporttrue
              Résuméfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              74. ImagingStudy.series.extension:imaging-settings.extension:field_of_view.extension
              Définition

              An Extension


              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

              ShortExtensionAdditional content defined by implementations
              Commentaires

              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

              Control0..0*
              TypeExtension
              Is Modifierfalse
              Résuméfalse
              Alternate Namesextensions, user content
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
              • value @ url
              • 76. ImagingStudy.series.extension:imaging-settings.extension:field_of_view.url
                Définition

                Source of the definition for the extension code - a logical name or a URL.

                Shortidentifies the meaning of the extension
                Commentaires

                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                Control1..1
                Typeuri
                Is Modifierfalse
                XML FormatIn the XML format, this property is represented as an attribute.
                Résuméfalse
                Fixed Valuefield_of_view
                78. ImagingStudy.series.extension:imaging-settings.extension:field_of_view.value[x]
                Définition

                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                ShortValue of extension
                Control0..1
                Typeinteger, date, Meta, Address, Attachment, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Must Supporttrue
                Résuméfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                80. ImagingStudy.series.extension:imaging-settings.extension:rows
                Nom de la slicerows
                Définition

                An Extension

                ShortExtensionAdditional content defined by implementations
                Control10..1*
                TypeExtension
                Is Modifierfalse
                Must Supporttrue
                Résuméfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                82. ImagingStudy.series.extension:imaging-settings.extension:rows.extension
                Définition

                An Extension


                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                ShortExtensionAdditional content defined by implementations
                Commentaires

                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                Control0..0*
                TypeExtension
                Is Modifierfalse
                Résuméfalse
                Alternate Namesextensions, user content
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                • value @ url
                • 84. ImagingStudy.series.extension:imaging-settings.extension:rows.url
                  Définition

                  Source of the definition for the extension code - a logical name or a URL.

                  Shortidentifies the meaning of the extension
                  Commentaires

                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                  Control1..1
                  Typeuri
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  Fixed Valuerows
                  86. ImagingStudy.series.extension:imaging-settings.extension:rows.value[x]
                  Définition

                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                  ShortValue of extension
                  Control10..1
                  Typeinteger, date, Meta, Address, Attachment, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Must Supporttrue
                  Résuméfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  88. ImagingStudy.series.extension:imaging-settings.extension:columns
                  Nom de la slicecolumns
                  Définition

                  An Extension

                  ShortExtensionAdditional content defined by implementations
                  Control10..1*
                  TypeExtension
                  Is Modifierfalse
                  Must Supporttrue
                  Résuméfalse
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  90. ImagingStudy.series.extension:imaging-settings.extension:columns.extension
                  Définition

                  An Extension


                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortExtensionAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..0*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                  • value @ url
                  • 92. ImagingStudy.series.extension:imaging-settings.extension:columns.url
                    Définition

                    Source of the definition for the extension code - a logical name or a URL.

                    Shortidentifies the meaning of the extension
                    Commentaires

                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                    Control1..1
                    Typeuri
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Résuméfalse
                    Fixed Valuecolumns
                    94. ImagingStudy.series.extension:imaging-settings.extension:columns.value[x]
                    Définition

                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                    ShortValue of extension
                    Control10..1
                    Typeinteger, date, Meta, Address, Attachment, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Résuméfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    96. ImagingStudy.series.extension:imaging-settings.extension:imaging_injection
                    Nom de la sliceimaging_injection
                    Définition

                    An Extension

                    ShortQualification of the medical image contrast injectionAdditional content defined by implementations
                    Control0..1*
                    TypeExtension
                    Is Modifierfalse
                    Must Supporttrue
                    Résuméfalse
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    98. ImagingStudy.series.extension:imaging-settings.extension:imaging_injection.extension
                    Définition

                    An Extension


                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                    ShortExtensionAdditional content defined by implementations
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..0*
                    TypeExtension
                    Is Modifierfalse
                    Résuméfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                    • value @ url
                    • 100. ImagingStudy.series.extension:imaging-settings.extension:imaging_injection.url
                      Définition

                      Source of the definition for the extension code - a logical name or a URL.

                      Shortidentifies the meaning of the extension
                      Commentaires

                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                      Control1..1
                      Typeuri
                      Is Modifierfalse
                      XML FormatIn the XML format, this property is represented as an attribute.
                      Résuméfalse
                      Fixed Valueimaging_injection
                      102. ImagingStudy.series.extension:imaging-settings.extension:imaging_injection.value[x]
                      Définition

                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                      ShortValue of extension
                      Control0..1
                      TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Résuméfalse
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.value[x]. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                      • type @ $this
                      • 104. ImagingStudy.series.extension:imaging-settings.extension:imaging_injection.value[x]:valueReference
                        Nom de la slicevalueReference
                        Définition

                        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                        ShortValue of extension
                        Control0..1
                        TypeReference(Imaging Study Injection), date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                        Is Modifierfalse
                        Résuméfalse
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        106. ImagingStudy.series.extension:imaging-settings.extension:mr_image
                        Nom de la slicemr_image
                        Définition

                        An Extension

                        ShortExtensionAdditional content defined by implementations
                        Control0..1*
                        TypeExtension
                        Is Modifierfalse
                        Résuméfalse
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        108. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension
                        Définition

                        An Extension


                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                        ShortExtensionAdditional content defined by implementations
                        Commentaires

                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                        Control90..*
                        TypeExtension
                        Is Modifierfalse
                        Résuméfalse
                        Alternate Namesextensions, user content
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                        • value @ url
                        • 110. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:sequence_name
                          Nom de la slicesequence_name
                          Définition

                          An Extension

                          ShortExtensionAdditional content defined by implementations
                          Control10..1*
                          TypeExtension
                          Is Modifierfalse
                          Must Supporttrue
                          Résuméfalse
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          112. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:sequence_name.extension
                          Définition

                          An Extension


                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortExtensionAdditional content defined by implementations
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..0*
                          TypeExtension
                          Is Modifierfalse
                          Résuméfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                          • value @ url
                          • 114. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:sequence_name.url
                            Définition

                            Source of the definition for the extension code - a logical name or a URL.

                            Shortidentifies the meaning of the extension
                            Commentaires

                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                            Control1..1
                            Typeuri
                            Is Modifierfalse
                            XML FormatIn the XML format, this property is represented as an attribute.
                            Résuméfalse
                            Fixed Valuesequence_name
                            116. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:sequence_name.value[x]
                            Définition

                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                            ShortValue of extension
                            Control10..1
                            Typestring, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Must Supporttrue
                            Résuméfalse
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            118. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:magnetic_field_strength
                            Nom de la slicemagnetic_field_strength
                            Définition

                            An Extension

                            ShortExtensionAdditional content defined by implementations
                            Control10..1*
                            TypeExtension
                            Is Modifierfalse
                            Must Supporttrue
                            Résuméfalse
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            120. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:magnetic_field_strength.extension
                            Définition

                            An Extension


                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                            ShortExtensionAdditional content defined by implementations
                            Commentaires

                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                            Control0..0*
                            TypeExtension
                            Is Modifierfalse
                            Résuméfalse
                            Alternate Namesextensions, user content
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                            • value @ url
                            • 122. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:magnetic_field_strength.url
                              Définition

                              Source of the definition for the extension code - a logical name or a URL.

                              Shortidentifies the meaning of the extension
                              Commentaires

                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                              Control1..1
                              Typeuri
                              Is Modifierfalse
                              XML FormatIn the XML format, this property is represented as an attribute.
                              Résuméfalse
                              Fixed Valuemagnetic_field_strength
                              124. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:magnetic_field_strength.value[x]
                              Définition

                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                              ShortValue of extension
                              Control10..1
                              Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supporttrue
                              Résuméfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              126. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:mr_acquisition_type
                              Nom de la slicemr_acquisition_type
                              Définition

                              An Extension

                              ShortExtensionAdditional content defined by implementations
                              Control10..1*
                              TypeExtension
                              Is Modifierfalse
                              Must Supporttrue
                              Résuméfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              128. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:mr_acquisition_type.extension
                              Définition

                              An Extension


                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                              ShortExtensionAdditional content defined by implementations
                              Commentaires

                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                              Control0..0*
                              TypeExtension
                              Is Modifierfalse
                              Résuméfalse
                              Alternate Namesextensions, user content
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                              • value @ url
                              • 130. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:mr_acquisition_type.url
                                Définition

                                Source of the definition for the extension code - a logical name or a URL.

                                Shortidentifies the meaning of the extension
                                Commentaires

                                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                Control1..1
                                Typeuri
                                Is Modifierfalse
                                XML FormatIn the XML format, this property is represented as an attribute.
                                Résuméfalse
                                Fixed Valuemr_acquisition_type
                                132. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:mr_acquisition_type.value[x]
                                Définition

                                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                ShortValue of extension
                                Control10..1
                                Typestring, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                Is Modifierfalse
                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                Must Supporttrue
                                Résuméfalse
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                134. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:repetition_time
                                Nom de la slicerepetition_time
                                Définition

                                An Extension

                                ShortExtensionAdditional content defined by implementations
                                Control10..1*
                                TypeExtension
                                Is Modifierfalse
                                Must Supporttrue
                                Résuméfalse
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                136. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:repetition_time.extension
                                Définition

                                An Extension


                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                ShortExtensionAdditional content defined by implementations
                                Commentaires

                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                Control0..0*
                                TypeExtension
                                Is Modifierfalse
                                Résuméfalse
                                Alternate Namesextensions, user content
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                • value @ url
                                • 138. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:repetition_time.url
                                  Définition

                                  Source of the definition for the extension code - a logical name or a URL.

                                  Shortidentifies the meaning of the extension
                                  Commentaires

                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                  Control1..1
                                  Typeuri
                                  Is Modifierfalse
                                  XML FormatIn the XML format, this property is represented as an attribute.
                                  Résuméfalse
                                  Fixed Valuerepetition_time
                                  140. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:repetition_time.value[x]
                                  Définition

                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                  ShortValue of extension
                                  Control10..1
                                  Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                  Is Modifierfalse
                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                  Must Supporttrue
                                  Résuméfalse
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  142. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:echo_time
                                  Nom de la sliceecho_time
                                  Définition

                                  An Extension

                                  ShortExtensionAdditional content defined by implementations
                                  Control10..1*
                                  TypeExtension
                                  Is Modifierfalse
                                  Must Supporttrue
                                  Résuméfalse
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                  144. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:echo_time.extension
                                  Définition

                                  An Extension


                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                  ShortExtensionAdditional content defined by implementations
                                  Commentaires

                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                  Control0..0*
                                  TypeExtension
                                  Is Modifierfalse
                                  Résuméfalse
                                  Alternate Namesextensions, user content
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                  SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                  • value @ url
                                  • 146. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:echo_time.url
                                    Définition

                                    Source of the definition for the extension code - a logical name or a URL.

                                    Shortidentifies the meaning of the extension
                                    Commentaires

                                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                    Control1..1
                                    Typeuri
                                    Is Modifierfalse
                                    XML FormatIn the XML format, this property is represented as an attribute.
                                    Résuméfalse
                                    Fixed Valueecho_time
                                    148. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:echo_time.value[x]
                                    Définition

                                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                    ShortValue of extension
                                    Control10..1
                                    Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Must Supporttrue
                                    Résuméfalse
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    150. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:imaging_frequency
                                    Nom de la sliceimaging_frequency
                                    Définition

                                    An Extension

                                    ShortExtensionAdditional content defined by implementations
                                    Control10..1*
                                    TypeExtension
                                    Is Modifierfalse
                                    Must Supporttrue
                                    Résuméfalse
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    152. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:imaging_frequency.extension
                                    Définition

                                    An Extension


                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                    ShortExtensionAdditional content defined by implementations
                                    Commentaires

                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                    Control0..0*
                                    TypeExtension
                                    Is Modifierfalse
                                    Résuméfalse
                                    Alternate Namesextensions, user content
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                    • value @ url
                                    • 154. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:imaging_frequency.url
                                      Définition

                                      Source of the definition for the extension code - a logical name or a URL.

                                      Shortidentifies the meaning of the extension
                                      Commentaires

                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                      Control1..1
                                      Typeuri
                                      Is Modifierfalse
                                      XML FormatIn the XML format, this property is represented as an attribute.
                                      Résuméfalse
                                      Fixed Valueimaging_frequency
                                      156. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:imaging_frequency.value[x]
                                      Définition

                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                      ShortValue of extension
                                      Control10..1
                                      Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Must Supporttrue
                                      Résuméfalse
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      158. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:flip_angle
                                      Nom de la sliceflip_angle
                                      Définition

                                      An Extension

                                      ShortExtensionAdditional content defined by implementations
                                      Control10..1*
                                      TypeExtension
                                      Is Modifierfalse
                                      Must Supporttrue
                                      Résuméfalse
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      160. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:flip_angle.extension
                                      Définition

                                      An Extension


                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                      ShortExtensionAdditional content defined by implementations
                                      Commentaires

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                      Control0..0*
                                      TypeExtension
                                      Is Modifierfalse
                                      Résuméfalse
                                      Alternate Namesextensions, user content
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                      • value @ url
                                      • 162. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:flip_angle.url
                                        Définition

                                        Source of the definition for the extension code - a logical name or a URL.

                                        Shortidentifies the meaning of the extension
                                        Commentaires

                                        The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                        Control1..1
                                        Typeuri
                                        Is Modifierfalse
                                        XML FormatIn the XML format, this property is represented as an attribute.
                                        Résuméfalse
                                        Fixed Valueflip_angle
                                        164. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:flip_angle.value[x]
                                        Définition

                                        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                        ShortValue of extension
                                        Control10..1
                                        Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Must Supporttrue
                                        Résuméfalse
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        166. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:inversion_time
                                        Nom de la sliceinversion_time
                                        Définition

                                        An Extension

                                        ShortExtensionAdditional content defined by implementations
                                        Control10..1*
                                        TypeExtension
                                        Is Modifierfalse
                                        Must Supporttrue
                                        Résuméfalse
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        168. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:inversion_time.extension
                                        Définition

                                        An Extension


                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                        ShortExtensionAdditional content defined by implementations
                                        Commentaires

                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                        Control0..0*
                                        TypeExtension
                                        Is Modifierfalse
                                        Résuméfalse
                                        Alternate Namesextensions, user content
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                        • value @ url
                                        • 170. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:inversion_time.url
                                          Définition

                                          Source of the definition for the extension code - a logical name or a URL.

                                          Shortidentifies the meaning of the extension
                                          Commentaires

                                          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                          Control1..1
                                          Typeuri
                                          Is Modifierfalse
                                          XML FormatIn the XML format, this property is represented as an attribute.
                                          Résuméfalse
                                          Fixed Valueinversion_time
                                          172. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:inversion_time.value[x]
                                          Définition

                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                          ShortValue of extension
                                          Control10..1
                                          Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Must Supporttrue
                                          Résuméfalse
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          174. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:receive_coil_name
                                          Nom de la slicereceive_coil_name
                                          Définition

                                          An Extension

                                          ShortExtensionAdditional content defined by implementations
                                          Control10..1*
                                          TypeExtension
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Résuméfalse
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          176. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:receive_coil_name.extension
                                          Définition

                                          An Extension


                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                          ShortExtensionAdditional content defined by implementations
                                          Commentaires

                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                          Control0..0*
                                          TypeExtension
                                          Is Modifierfalse
                                          Résuméfalse
                                          Alternate Namesextensions, user content
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                          • value @ url
                                          • 178. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:receive_coil_name.url
                                            Définition

                                            Source of the definition for the extension code - a logical name or a URL.

                                            Shortidentifies the meaning of the extension
                                            Commentaires

                                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                            Control1..1
                                            Typeuri
                                            Is Modifierfalse
                                            XML FormatIn the XML format, this property is represented as an attribute.
                                            Résuméfalse
                                            Fixed Valuereceive_coil_name
                                            180. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:receive_coil_name.value[x]
                                            Définition

                                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                            ShortValue of extension
                                            Control10..1
                                            Typestring, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Must Supporttrue
                                            Résuméfalse
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            182. ImagingStudy.series.extension:imaging-settings.extension:mr_image.url
                                            Définition

                                            Source of the definition for the extension code - a logical name or a URL.

                                            Shortidentifies the meaning of the extension
                                            Commentaires

                                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                            Control1..1
                                            Typeuri
                                            Is Modifierfalse
                                            XML FormatIn the XML format, this property is represented as an attribute.
                                            Résuméfalse
                                            Fixed Valuemr_image
                                            184. ImagingStudy.series.extension:imaging-settings.extension:mr_image.value[x]
                                            Définition

                                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                            ShortValue of extension
                                            Control0..01
                                            TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Résuméfalse
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            186. ImagingStudy.series.extension:imaging-settings.extension:ct_image
                                            Nom de la slicect_image
                                            Définition

                                            An Extension

                                            ShortExtensionAdditional content defined by implementations
                                            Control0..1*
                                            TypeExtension
                                            Is Modifierfalse
                                            Résuméfalse
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                            188. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension
                                            Définition

                                            An Extension


                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                            ShortExtensionAdditional content defined by implementations
                                            Commentaires

                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                            Control50..*
                                            TypeExtension
                                            Is Modifierfalse
                                            Résuméfalse
                                            Alternate Namesextensions, user content
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                            SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                            • value @ url
                                            • 190. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:kvp
                                              Nom de la slicekvp
                                              Définition

                                              An Extension

                                              ShortExtensionAdditional content defined by implementations
                                              Control0..1*
                                              TypeExtension
                                              Is Modifierfalse
                                              Must Supporttrue
                                              Résuméfalse
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                              192. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:kvp.extension
                                              Définition

                                              An Extension


                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                              ShortExtensionAdditional content defined by implementations
                                              Commentaires

                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                              Control0..0*
                                              TypeExtension
                                              Is Modifierfalse
                                              Résuméfalse
                                              Alternate Namesextensions, user content
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                              SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                              • value @ url
                                              • 194. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:kvp.url
                                                Définition

                                                Source of the definition for the extension code - a logical name or a URL.

                                                Shortidentifies the meaning of the extension
                                                Commentaires

                                                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                Control1..1
                                                Typeuri
                                                Is Modifierfalse
                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                Résuméfalse
                                                Fixed Valuekvp
                                                196. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:kvp.value[x]
                                                Définition

                                                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                ShortValue of extension
                                                Control0..1
                                                Typeinteger, date, Meta, Address, Attachment, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Must Supporttrue
                                                Résuméfalse
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                198. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:xray_tube_current
                                                Nom de la slicexray_tube_current
                                                Définition

                                                An Extension

                                                ShortExtensionAdditional content defined by implementations
                                                Control10..1*
                                                TypeExtension
                                                Is Modifierfalse
                                                Must Supporttrue
                                                Résuméfalse
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                200. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:xray_tube_current.extension
                                                Définition

                                                An Extension


                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                ShortExtensionAdditional content defined by implementations
                                                Commentaires

                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                Control0..0*
                                                TypeExtension
                                                Is Modifierfalse
                                                Résuméfalse
                                                Alternate Namesextensions, user content
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                • value @ url
                                                • 202. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:xray_tube_current.url
                                                  Définition

                                                  Source of the definition for the extension code - a logical name or a URL.

                                                  Shortidentifies the meaning of the extension
                                                  Commentaires

                                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                  Control1..1
                                                  Typeuri
                                                  Is Modifierfalse
                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                  Résuméfalse
                                                  Fixed Valuexray_tube_current
                                                  204. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:xray_tube_current.value[x]
                                                  Définition

                                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                  ShortValue of extension
                                                  Control10..1
                                                  Typeinteger, date, Meta, Address, Attachment, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                  Must Supporttrue
                                                  Résuméfalse
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  206. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:exposure_time
                                                  Nom de la sliceexposure_time
                                                  Définition

                                                  An Extension

                                                  ShortExtensionAdditional content defined by implementations
                                                  Control10..1*
                                                  TypeExtension
                                                  Is Modifierfalse
                                                  Must Supporttrue
                                                  Résuméfalse
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                  208. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:exposure_time.extension
                                                  Définition

                                                  An Extension


                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                  ShortExtensionAdditional content defined by implementations
                                                  Commentaires

                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                  Control0..0*
                                                  TypeExtension
                                                  Is Modifierfalse
                                                  Résuméfalse
                                                  Alternate Namesextensions, user content
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                  SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                  • value @ url
                                                  • 210. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:exposure_time.url
                                                    Définition

                                                    Source of the definition for the extension code - a logical name or a URL.

                                                    Shortidentifies the meaning of the extension
                                                    Commentaires

                                                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                    Control1..1
                                                    Typeuri
                                                    Is Modifierfalse
                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                    Résuméfalse
                                                    Fixed Valueexposure_time
                                                    212. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:exposure_time.value[x]
                                                    Définition

                                                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                    ShortValue of extension
                                                    Control10..1
                                                    Typeinteger, date, Meta, Address, Attachment, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Must Supporttrue
                                                    Résuméfalse
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    214. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:spiral_pitch_factor
                                                    Nom de la slicespiral_pitch_factor
                                                    Définition

                                                    An Extension

                                                    ShortExtensionAdditional content defined by implementations
                                                    Control10..1*
                                                    TypeExtension
                                                    Is Modifierfalse
                                                    Must Supporttrue
                                                    Résuméfalse
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    216. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:spiral_pitch_factor.extension
                                                    Définition

                                                    An Extension


                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                    ShortExtensionAdditional content defined by implementations
                                                    Commentaires

                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                    Control0..0*
                                                    TypeExtension
                                                    Is Modifierfalse
                                                    Résuméfalse
                                                    Alternate Namesextensions, user content
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                    • value @ url
                                                    • 218. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:spiral_pitch_factor.url
                                                      Définition

                                                      Source of the definition for the extension code - a logical name or a URL.

                                                      Shortidentifies the meaning of the extension
                                                      Commentaires

                                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                      Control1..1
                                                      Typeuri
                                                      Is Modifierfalse
                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                      Résuméfalse
                                                      Fixed Valuespiral_pitch_factor
                                                      220. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:spiral_pitch_factor.value[x]
                                                      Définition

                                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                      ShortValue of extension
                                                      Control10..1
                                                      Typedecimal, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                      Is Modifierfalse
                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                      Must Supporttrue
                                                      Résuméfalse
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      222. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:filter_type
                                                      Nom de la slicefilter_type
                                                      Définition

                                                      An Extension

                                                      ShortExtensionAdditional content defined by implementations
                                                      Control10..1*
                                                      TypeExtension
                                                      Is Modifierfalse
                                                      Must Supporttrue
                                                      Résuméfalse
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                      224. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:filter_type.extension
                                                      Définition

                                                      An Extension


                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                      ShortExtensionAdditional content defined by implementations
                                                      Commentaires

                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                      Control0..0*
                                                      TypeExtension
                                                      Is Modifierfalse
                                                      Résuméfalse
                                                      Alternate Namesextensions, user content
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                      SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                      • value @ url
                                                      • 226. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:filter_type.url
                                                        Définition

                                                        Source of the definition for the extension code - a logical name or a URL.

                                                        Shortidentifies the meaning of the extension
                                                        Commentaires

                                                        The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                        Control1..1
                                                        Typeuri
                                                        Is Modifierfalse
                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                        Résuméfalse
                                                        Fixed Valuefilter_type
                                                        228. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:filter_type.value[x]
                                                        Définition

                                                        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                        ShortValue of extension
                                                        Control10..1
                                                        Typestring, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                        Is Modifierfalse
                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                        Must Supporttrue
                                                        Résuméfalse
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        230. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:convolution_kernel
                                                        Nom de la sliceconvolution_kernel
                                                        Définition

                                                        An Extension

                                                        ShortExtensionAdditional content defined by implementations
                                                        Control10..1*
                                                        TypeExtension
                                                        Is Modifierfalse
                                                        Must Supporttrue
                                                        Résuméfalse
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                        232. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:convolution_kernel.extension
                                                        Définition

                                                        An Extension


                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                        ShortExtensionAdditional content defined by implementations
                                                        Commentaires

                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                        Control0..0*
                                                        TypeExtension
                                                        Is Modifierfalse
                                                        Résuméfalse
                                                        Alternate Namesextensions, user content
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                        SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                        • value @ url
                                                        • 234. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:convolution_kernel.url
                                                          Définition

                                                          Source of the definition for the extension code - a logical name or a URL.

                                                          Shortidentifies the meaning of the extension
                                                          Commentaires

                                                          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                          Control1..1
                                                          Typeuri
                                                          Is Modifierfalse
                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                          Résuméfalse
                                                          Fixed Valueconvolution_kernel
                                                          236. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:convolution_kernel.value[x]
                                                          Définition

                                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                          ShortValue of extension
                                                          Control10..1
                                                          Typestring, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Must Supporttrue
                                                          Résuméfalse
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          238. ImagingStudy.series.extension:imaging-settings.extension:ct_image.url
                                                          Définition

                                                          Source of the definition for the extension code - a logical name or a URL.

                                                          Shortidentifies the meaning of the extension
                                                          Commentaires

                                                          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                          Control1..1
                                                          Typeuri
                                                          Is Modifierfalse
                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                          Résuméfalse
                                                          Fixed Valuect_image
                                                          240. ImagingStudy.series.extension:imaging-settings.extension:ct_image.value[x]
                                                          Définition

                                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                          ShortValue of extension
                                                          Control0..01
                                                          TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Résuméfalse
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          242. ImagingStudy.series.extension:imaging-settings.extension:dx_image
                                                          Nom de la slicedx_image
                                                          Définition

                                                          An Extension

                                                          ShortExtensionAdditional content defined by implementations
                                                          Control0..1*
                                                          TypeExtension
                                                          Is Modifierfalse
                                                          Résuméfalse
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          244. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension
                                                          Définition

                                                          An Extension


                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                          ShortExtensionAdditional content defined by implementations
                                                          Commentaires

                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                          Control40..*
                                                          TypeExtension
                                                          Is Modifierfalse
                                                          Résuméfalse
                                                          Alternate Namesextensions, user content
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                          • value @ url
                                                          • 246. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:image_laterality
                                                            Nom de la sliceimage_laterality
                                                            Définition

                                                            An Extension

                                                            ShortExtensionAdditional content defined by implementations
                                                            Control10..1*
                                                            TypeExtension
                                                            Is Modifierfalse
                                                            Must Supporttrue
                                                            Résuméfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            248. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:image_laterality.extension
                                                            Définition

                                                            An Extension


                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                            ShortExtensionAdditional content defined by implementations
                                                            Commentaires

                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                            Control0..0*
                                                            TypeExtension
                                                            Is Modifierfalse
                                                            Résuméfalse
                                                            Alternate Namesextensions, user content
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                            • value @ url
                                                            • 250. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:image_laterality.url
                                                              Définition

                                                              Source of the definition for the extension code - a logical name or a URL.

                                                              Shortidentifies the meaning of the extension
                                                              Commentaires

                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                              Control1..1
                                                              Typeuri
                                                              Is Modifierfalse
                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                              Résuméfalse
                                                              Fixed Valueimage_laterality
                                                              252. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:image_laterality.value[x]
                                                              Définition

                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                              ShortValue of extension
                                                              Control10..1
                                                              Typestring, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                              Is Modifierfalse
                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                              Must Supporttrue
                                                              Résuméfalse
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              254. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:patient_orientation
                                                              Nom de la slicepatient_orientation
                                                              Définition

                                                              An Extension

                                                              ShortExtensionAdditional content defined by implementations
                                                              Control0..1*
                                                              TypeExtension
                                                              Is Modifierfalse
                                                              Must Supporttrue
                                                              Résuméfalse
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                              256. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:patient_orientation.extension
                                                              Définition

                                                              An Extension


                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                              ShortExtensionAdditional content defined by implementations
                                                              Commentaires

                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                              Control0..0*
                                                              TypeExtension
                                                              Is Modifierfalse
                                                              Résuméfalse
                                                              Alternate Namesextensions, user content
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                              SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                              • value @ url
                                                              • 258. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:patient_orientation.url
                                                                Définition

                                                                Source of the definition for the extension code - a logical name or a URL.

                                                                Shortidentifies the meaning of the extension
                                                                Commentaires

                                                                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                Control1..1
                                                                Typeuri
                                                                Is Modifierfalse
                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                Résuméfalse
                                                                Fixed Valuepatient_orientation
                                                                260. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:patient_orientation.value[x]
                                                                Définition

                                                                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                ShortValue of extension
                                                                Control0..1
                                                                Typestring, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                Is Modifierfalse
                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                Must Supporttrue
                                                                Résuméfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                262. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:kvp
                                                                Nom de la slicekvp
                                                                Définition

                                                                An Extension

                                                                ShortExtensionAdditional content defined by implementations
                                                                Control10..1*
                                                                TypeExtension
                                                                Is Modifierfalse
                                                                Must Supporttrue
                                                                Résuméfalse
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                264. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:kvp.extension
                                                                Définition

                                                                An Extension


                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                ShortExtensionAdditional content defined by implementations
                                                                Commentaires

                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                Control0..0*
                                                                TypeExtension
                                                                Is Modifierfalse
                                                                Résuméfalse
                                                                Alternate Namesextensions, user content
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                • value @ url
                                                                • 266. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:kvp.url
                                                                  Définition

                                                                  Source of the definition for the extension code - a logical name or a URL.

                                                                  Shortidentifies the meaning of the extension
                                                                  Commentaires

                                                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                  Control1..1
                                                                  Typeuri
                                                                  Is Modifierfalse
                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                  Résuméfalse
                                                                  Fixed Valuekvp
                                                                  268. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:kvp.value[x]
                                                                  Définition

                                                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                  ShortValue of extension
                                                                  Control10..1
                                                                  Typeinteger, date, Meta, Address, Attachment, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                  Is Modifierfalse
                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                  Must Supporttrue
                                                                  Résuméfalse
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  270. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure
                                                                  Nom de la sliceexposure
                                                                  Définition

                                                                  An Extension

                                                                  ShortExtensionAdditional content defined by implementations
                                                                  Control10..1*
                                                                  TypeExtension
                                                                  Is Modifierfalse
                                                                  Must Supporttrue
                                                                  Résuméfalse
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                  272. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure.extension
                                                                  Définition

                                                                  An Extension


                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                  ShortExtensionAdditional content defined by implementations
                                                                  Commentaires

                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                  Control0..0*
                                                                  TypeExtension
                                                                  Is Modifierfalse
                                                                  Résuméfalse
                                                                  Alternate Namesextensions, user content
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                  SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                  • value @ url
                                                                  • 274. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure.url
                                                                    Définition

                                                                    Source of the definition for the extension code - a logical name or a URL.

                                                                    Shortidentifies the meaning of the extension
                                                                    Commentaires

                                                                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                    Control1..1
                                                                    Typeuri
                                                                    Is Modifierfalse
                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                    Résuméfalse
                                                                    Fixed Valueexposure
                                                                    276. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure.value[x]
                                                                    Définition

                                                                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                    ShortValue of extension
                                                                    Control10..1
                                                                    Typeinteger, date, Meta, Address, Attachment, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                    Is Modifierfalse
                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                    Must Supporttrue
                                                                    Résuméfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    278. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure_time
                                                                    Nom de la sliceexposure_time
                                                                    Définition

                                                                    An Extension

                                                                    ShortExtensionAdditional content defined by implementations
                                                                    Control10..1*
                                                                    TypeExtension
                                                                    Is Modifierfalse
                                                                    Must Supporttrue
                                                                    Résuméfalse
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    280. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure_time.extension
                                                                    Définition

                                                                    An Extension


                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                    ShortExtensionAdditional content defined by implementations
                                                                    Commentaires

                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                    Control0..0*
                                                                    TypeExtension
                                                                    Is Modifierfalse
                                                                    Résuméfalse
                                                                    Alternate Namesextensions, user content
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                    • value @ url
                                                                    • 282. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure_time.url
                                                                      Définition

                                                                      Source of the definition for the extension code - a logical name or a URL.

                                                                      Shortidentifies the meaning of the extension
                                                                      Commentaires

                                                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                      Control1..1
                                                                      Typeuri
                                                                      Is Modifierfalse
                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                      Résuméfalse
                                                                      Fixed Valueexposure_time
                                                                      284. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure_time.value[x]
                                                                      Définition

                                                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                      ShortValue of extension
                                                                      Control10..1
                                                                      Typeinteger, date, Meta, Address, Attachment, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Must Supporttrue
                                                                      Résuméfalse
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      286. ImagingStudy.series.extension:imaging-settings.extension:dx_image.url
                                                                      Définition

                                                                      Source of the definition for the extension code - a logical name or a URL.

                                                                      Shortidentifies the meaning of the extension
                                                                      Commentaires

                                                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                      Control1..1
                                                                      Typeuri
                                                                      Is Modifierfalse
                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                      Résuméfalse
                                                                      Fixed Valuedx_image
                                                                      288. ImagingStudy.series.extension:imaging-settings.extension:dx_image.value[x]
                                                                      Définition

                                                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                      ShortValue of extension
                                                                      Control0..01
                                                                      TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Résuméfalse
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      290. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image
                                                                      Nom de la slicept_nm_image
                                                                      Définition

                                                                      An Extension

                                                                      ShortExtensionAdditional content defined by implementations
                                                                      Control0..1*
                                                                      TypeExtension
                                                                      Is Modifierfalse
                                                                      Résuméfalse
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                      292. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension
                                                                      Définition

                                                                      An Extension


                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                      ShortExtensionAdditional content defined by implementations
                                                                      Commentaires

                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                      Control30..*
                                                                      TypeExtension
                                                                      Is Modifierfalse
                                                                      Résuméfalse
                                                                      Alternate Namesextensions, user content
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                      SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                      • value @ url
                                                                      • 294. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:attenuation_correction_method
                                                                        Nom de la sliceattenuation_correction_method
                                                                        Définition

                                                                        An Extension

                                                                        ShortExtensionAdditional content defined by implementations
                                                                        Control10..1*
                                                                        TypeExtension
                                                                        Is Modifierfalse
                                                                        Must Supporttrue
                                                                        Résuméfalse
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        296. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:attenuation_correction_method.extension
                                                                        Définition

                                                                        An Extension


                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                        ShortExtensionAdditional content defined by implementations
                                                                        Commentaires

                                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                        Control0..0*
                                                                        TypeExtension
                                                                        Is Modifierfalse
                                                                        Résuméfalse
                                                                        Alternate Namesextensions, user content
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                        • value @ url
                                                                        • 298. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:attenuation_correction_method.url
                                                                          Définition

                                                                          Source of the definition for the extension code - a logical name or a URL.

                                                                          Shortidentifies the meaning of the extension
                                                                          Commentaires

                                                                          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                          Control1..1
                                                                          Typeuri
                                                                          Is Modifierfalse
                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                          Résuméfalse
                                                                          Fixed Valueattenuation_correction_method
                                                                          300. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:attenuation_correction_method.value[x]
                                                                          Définition

                                                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                          ShortValue of extension
                                                                          Control10..1
                                                                          Typestring, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                          Is Modifierfalse
                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                          Must Supporttrue
                                                                          Résuméfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          302. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:reconstruction_method
                                                                          Nom de la slicereconstruction_method
                                                                          Définition

                                                                          An Extension

                                                                          ShortExtensionAdditional content defined by implementations
                                                                          Control10..1*
                                                                          TypeExtension
                                                                          Is Modifierfalse
                                                                          Must Supporttrue
                                                                          Résuméfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          304. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:reconstruction_method.extension
                                                                          Définition

                                                                          An Extension


                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                          ShortExtensionAdditional content defined by implementations
                                                                          Commentaires

                                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                          Control0..0*
                                                                          TypeExtension
                                                                          Is Modifierfalse
                                                                          Résuméfalse
                                                                          Alternate Namesextensions, user content
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                          • value @ url
                                                                          • 306. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:reconstruction_method.url
                                                                            Définition

                                                                            Source of the definition for the extension code - a logical name or a URL.

                                                                            Shortidentifies the meaning of the extension
                                                                            Commentaires

                                                                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                            Control1..1
                                                                            Typeuri
                                                                            Is Modifierfalse
                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                            Résuméfalse
                                                                            Fixed Valuereconstruction_method
                                                                            308. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:reconstruction_method.value[x]
                                                                            Définition

                                                                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                            ShortValue of extension
                                                                            Control10..1
                                                                            Typestring, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                            Is Modifierfalse
                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                            Must Supporttrue
                                                                            Résuméfalse
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            310. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:scatter_correction_method
                                                                            Nom de la slicescatter_correction_method
                                                                            Définition

                                                                            An Extension

                                                                            ShortExtensionAdditional content defined by implementations
                                                                            Control10..1*
                                                                            TypeExtension
                                                                            Is Modifierfalse
                                                                            Must Supporttrue
                                                                            Résuméfalse
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            312. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:scatter_correction_method.extension
                                                                            Définition

                                                                            An Extension


                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                            ShortExtensionAdditional content defined by implementations
                                                                            Commentaires

                                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                            Control0..0*
                                                                            TypeExtension
                                                                            Is Modifierfalse
                                                                            Résuméfalse
                                                                            Alternate Namesextensions, user content
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                            • value @ url
                                                                            • 314. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:scatter_correction_method.url
                                                                              Définition

                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                              Shortidentifies the meaning of the extension
                                                                              Commentaires

                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                              Control1..1
                                                                              Typeuri
                                                                              Is Modifierfalse
                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                              Résuméfalse
                                                                              Fixed Valuescatter_correction_method
                                                                              316. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:scatter_correction_method.value[x]
                                                                              Définition

                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                              ShortValue of extension
                                                                              Control10..1
                                                                              Typestring, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Must Supporttrue
                                                                              Résuméfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              318. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.url
                                                                              Définition

                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                              Shortidentifies the meaning of the extension
                                                                              Commentaires

                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                              Control1..1
                                                                              Typeuri
                                                                              Is Modifierfalse
                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                              Résuméfalse
                                                                              Fixed Valuept_nm_image
                                                                              320. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.value[x]
                                                                              Définition

                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                              ShortValue of extension
                                                                              Control0..01
                                                                              TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Résuméfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              322. ImagingStudy.series.extension:imaging-settings.url
                                                                              Définition

                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                              Shortidentifies the meaning of the extension
                                                                              Commentaires

                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                              Control1..1
                                                                              Typeuri
                                                                              Is Modifierfalse
                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                              Résuméfalse
                                                                              Fixed Valuehttps://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/imaging-settings
                                                                              324. ImagingStudy.series.extension:imaging-settings.value[x]
                                                                              Définition

                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                              ShortValue of extension
                                                                              Control0..01
                                                                              TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Résuméfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              326. ImagingStudy.series.modifierExtension
                                                                              Définition

                                                                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                              Commentaires

                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                              Control0..*
                                                                              TypeExtension
                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                              Résumétrue
                                                                              Requirements

                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                              Alternate Namesextensions, user content, modifiers
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              328. ImagingStudy.series.uid
                                                                              Définition

                                                                              Unique number (SUID) of the series referenced in the series study. Dicom Tag (0020,000E)


                                                                              The DICOM Series Instance UID for the series.

                                                                              ShortUnique referenced numberDICOM Series Instance UID for the series
                                                                              Commentaires

                                                                              See DICOM PS3.3 C.7.3.

                                                                              Control1..1
                                                                              Typeid
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Must Supporttrue
                                                                              Résumétrue
                                                                              Requirements

                                                                              DICOM Series Instance UID.

                                                                              Alternate NamesSeriesInstanceUID
                                                                              Exemple<br/><b>General</b>:2.16.124.113543.6003.2588828330.45298.17418.2723805630
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              330. ImagingStudy.series.number
                                                                              Définition

                                                                              User number to identify the series. Dicom Tag (0020,0011)


                                                                              The numeric identifier of this series in the study.

                                                                              ShortUser numberNumeric identifier of this series
                                                                              Control0..1
                                                                              TypeunsignedInt
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Must Supporttrue
                                                                              Résumétrue
                                                                              Alternate NamesSeriesNumber
                                                                              Exemple<br/><b>General</b>:3
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              332. ImagingStudy.series.modality
                                                                              Définition

                                                                              Type of equipment used to acquire data for the series. Dicom Tag (0008, 0060)


                                                                              The modality of this series sequence.

                                                                              ShortModalitiesThe modality of the instances in the series
                                                                              Control1..1
                                                                              BindingThe codes SHALL be taken from Unless not suitable, these codes SHALL be taken from Modality Value Sethttp://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html
                                                                              (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/VSModality)
                                                                              TypeCoding
                                                                              Is Modifierfalse
                                                                              Must Supporttrue
                                                                              Résumétrue
                                                                              Alternate NamesModality
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              334. ImagingStudy.series.description
                                                                              Définition

                                                                              Description of the series. Dicom Tag (00e1, 1040), (0008, 103E), (0008, 1030)


                                                                              A description of the series.

                                                                              ShortDescriptionA short human readable summary of the series
                                                                              Control10..1
                                                                              Typestring
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Must Supporttrue
                                                                              Résumétrue
                                                                              Alternate NamesSeriesDescription
                                                                              Exemple<br/><b>General</b>:CT Surview 180
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              336. ImagingStudy.series.numberOfInstances
                                                                              Définition

                                                                              Number of images in the series. Dicom Tag (0020,1209)


                                                                              Number of SOP Instances in the Study. The value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present.

                                                                              ShortNumber of images in the seriesNumber of Series Related Instances
                                                                              Control10..1
                                                                              TypeunsignedInt
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Must Supporttrue
                                                                              Résumétrue
                                                                              Alternate NamesNumberOfSeriesRelatedInstances
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              338. ImagingStudy.series.bodySite
                                                                              Définition

                                                                              Part of the body examined. Dicom Tag (0018,0015)


                                                                              The anatomic structures examined. See DICOM Part 16 Annex L (http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_L.html) for DICOM to SNOMED-CT mappings. The bodySite may indicate the laterality of body part imaged; if so, it shall be consistent with any content of ImagingStudy.series.laterality.

                                                                              ShortPart of the body examinedBody part examined
                                                                              Control0..1
                                                                              BindingThe codes SHALL be taken from For example codes, see Bodysite Value Sethttp://hl7.org/fhir/ValueSet/body-site
                                                                              (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/VSBodySite)
                                                                              TypeCoding
                                                                              Is Modifierfalse
                                                                              Must Supporttrue
                                                                              Résumétrue
                                                                              Alternate NamesBodyPartExamined
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              340. ImagingStudy.series.started
                                                                              Définition

                                                                              Date and time of acquisition. Dicom Tag (0008,002a) Dicom Tag (0008,0032)


                                                                              The date and time the series was started.

                                                                              ShortDate and time of acquisitionWhen the series started
                                                                              Control10..1
                                                                              TypedateTime
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Must Supporttrue
                                                                              Résumétrue
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              342. ImagingStudy.series.performer
                                                                              Définition

                                                                              Indicates who or what performed the series and how they were involved.

                                                                              ShortWho performed the series
                                                                              Commentaires

                                                                              If the person who performed the series is not known, their Organization may be recorded. A patient, or related person, may be the performer, e.g. for patient-captured images.

                                                                              Control0..*
                                                                              TypeBackboneElement
                                                                              Is Modifierfalse
                                                                              Résumétrue
                                                                              Requirements

                                                                              The performer is recorded at the series level, since each series in a study may be performed by a different performer, at different times, and using different devices. A series may be performed by multiple performers.

                                                                              Alternate NamesPerformingPhysicianName, OperatorName
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              344. ImagingStudy.series.performer.modifierExtension
                                                                              Définition

                                                                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                              Commentaires

                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                              Control0..*
                                                                              TypeExtension
                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                              Résumétrue
                                                                              Requirements

                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                              Alternate Namesextensions, user content, modifiers
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              346. ImagingStudy.series.performer.actor
                                                                              Définition

                                                                              Device used for the serie


                                                                              Indicates who or what performed the series.

                                                                              ShortDeviceWho performed the series
                                                                              Control1..1
                                                                              TypeReference(Imaging Device, Practitioner, PractitionerRole, Organization, CareTeam, Patient, Device, RelatedPerson)
                                                                              Is Modifierfalse
                                                                              Must Supporttrue
                                                                              Résumétrue
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              348. ImagingStudy.series.instance
                                                                              Définition

                                                                              A single SOP instance within the series, e.g. an image, or presentation state.

                                                                              ShortA single SOP instance from the series
                                                                              Control0..*
                                                                              TypeBackboneElement
                                                                              Is Modifierfalse
                                                                              Résuméfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              350. ImagingStudy.series.instance.modifierExtension
                                                                              Définition

                                                                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                              Commentaires

                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                              Control0..*
                                                                              TypeExtension
                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                              Résumétrue
                                                                              Requirements

                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                              Alternate Namesextensions, user content, modifiers
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              352. ImagingStudy.series.instance.uid
                                                                              Définition

                                                                              Unique number to identify the image. Dicom Tag (0008,0018)


                                                                              The DICOM SOP Instance UID for this image or other DICOM content.

                                                                              ShortUnique numberDICOM SOP Instance UID
                                                                              Commentaires

                                                                              See DICOM PS3.3 C.12.1.

                                                                              Control1..1
                                                                              Typeid
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Must Supporttrue
                                                                              Résuméfalse
                                                                              Requirements

                                                                              DICOM SOP Instance UID.

                                                                              Alternate NamesSOPInstanceUID
                                                                              Exemple<br/><b>General</b>:2.16.124.113543.6003.189642796.63084.16748.2599092903
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              354. ImagingStudy.series.instance.sopClass
                                                                              Définition

                                                                              DICOM instance type.

                                                                              ShortDICOM class type
                                                                              Control1..1
                                                                              BindingUnless not suitable, these codes SHALL be taken from http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1
                                                                              (extensible to http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1)

                                                                              The sopClass for the instance.

                                                                              TypeCoding
                                                                              Is Modifierfalse
                                                                              Résuméfalse
                                                                              Alternate NamesSOPClassUID
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))

                                                                              Guidance on how to interpret the contents of this table can be found here

                                                                              0. ImagingStudy
                                                                              2. ImagingStudy.identifier
                                                                              Définition

                                                                              Unique number to identify the study. Dicom Tag (0020,000D)

                                                                              ShortUnique number
                                                                              NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                              Control1..1
                                                                              Must Supporttrue
                                                                              4. ImagingStudy.modality
                                                                              Définition

                                                                              List of all the modalities used. Dicom Tag (0008,0061)

                                                                              ShortModalities
                                                                              Control1..?
                                                                              BindingThe codes SHALL be taken from Modality Value Set
                                                                              (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/VSModality)
                                                                              Must Supporttrue
                                                                              6. ImagingStudy.subject
                                                                              TypeReference(Oncology Patient)
                                                                              Must Supporttrue
                                                                              8. ImagingStudy.started
                                                                              Définition

                                                                              Date and time of acquisition. Dicom Tag (0008, 0032), (0008, 0022) or DicomTag (0008, 0021), (0008, 0023) or Dicom Tag (0008, 0031), (0008, 0033)

                                                                              ShortDate and time of acquisition
                                                                              Control1..?
                                                                              Must Supporttrue
                                                                              10. ImagingStudy.endpoint
                                                                              Définition

                                                                              Study storage location (PACS, web server etc).

                                                                              ShortStorage location
                                                                              Control1..1
                                                                              TypeReference(Location to the PACS server)
                                                                              Must Supporttrue
                                                                              12. ImagingStudy.numberOfSeries
                                                                              Définition

                                                                              Number of series contained in the study. Dicom Tag (0020, 1206)

                                                                              ShortNumber of series
                                                                              Control1..?
                                                                              Must Supporttrue
                                                                              14. ImagingStudy.location
                                                                              Définition

                                                                              Name of the organization or institution responsible for the study. Dicom Tag (0008,0080)

                                                                              ShortName of the institution
                                                                              TypeReference(Imaging Service)
                                                                              Must Supporttrue
                                                                              16. ImagingStudy.reasonReference
                                                                              Control1..1
                                                                              TypeReference(Analysis)
                                                                              Must Supporttrue
                                                                              18. ImagingStudy.description
                                                                              Définition

                                                                              Study Description. Dicom Tag (0008,1030)

                                                                              ShortDescription
                                                                              Control1..?
                                                                              Must Supporttrue
                                                                              20. ImagingStudy.series
                                                                              Control1..?
                                                                              22. ImagingStudy.series.extension
                                                                              Control1..?
                                                                              SlicingThis element introduces a set of slices on ImagingStudy.series.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                              • value @ url
                                                                              • 24. ImagingStudy.series.extension:series-weightheigt
                                                                                Nom de la sliceseries-weightheigt
                                                                                Control0..1
                                                                                TypeExtension(Weight and Height at the time of the Serie) (Complex Extension)
                                                                                26. ImagingStudy.series.extension:series-weightheigt.extension:patient_weight
                                                                                Nom de la slicepatient_weight
                                                                                28. ImagingStudy.series.extension:series-weightheigt.extension:patient_height
                                                                                Nom de la slicepatient_height
                                                                                30. ImagingStudy.series.extension:imaging-settings
                                                                                Nom de la sliceimaging-settings
                                                                                Control1..1
                                                                                TypeExtension(Imaging Settings) (Complex Extension)
                                                                                32. ImagingStudy.series.extension:imaging-settings.extension:slice_thickness
                                                                                Nom de la sliceslice_thickness
                                                                                34. ImagingStudy.series.extension:imaging-settings.extension:pixel_spacing
                                                                                Nom de la slicepixel_spacing
                                                                                36. ImagingStudy.series.extension:imaging-settings.extension:field_of_view
                                                                                Nom de la slicefield_of_view
                                                                                38. ImagingStudy.series.extension:imaging-settings.extension:rows
                                                                                Nom de la slicerows
                                                                                40. ImagingStudy.series.extension:imaging-settings.extension:columns
                                                                                Nom de la slicecolumns
                                                                                42. ImagingStudy.series.extension:imaging-settings.extension:mr_image
                                                                                Nom de la slicemr_image
                                                                                44. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:sequence_name
                                                                                Nom de la slicesequence_name
                                                                                46. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:magnetic_field_strength
                                                                                Nom de la slicemagnetic_field_strength
                                                                                48. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:mr_acquisition_type
                                                                                Nom de la slicemr_acquisition_type
                                                                                50. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:repetition_time
                                                                                Nom de la slicerepetition_time
                                                                                52. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:echo_time
                                                                                Nom de la sliceecho_time
                                                                                54. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:imaging_frequency
                                                                                Nom de la sliceimaging_frequency
                                                                                56. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:flip_angle
                                                                                Nom de la sliceflip_angle
                                                                                58. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:inversion_time
                                                                                Nom de la sliceinversion_time
                                                                                60. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:receive_coil_name
                                                                                Nom de la slicereceive_coil_name
                                                                                62. ImagingStudy.series.extension:imaging-settings.extension:ct_image
                                                                                Nom de la slicect_image
                                                                                64. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:kvp
                                                                                Nom de la slicekvp
                                                                                66. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:xray_tube_current
                                                                                Nom de la slicexray_tube_current
                                                                                68. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:exposure_time
                                                                                Nom de la sliceexposure_time
                                                                                70. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:spiral_pitch_factor
                                                                                Nom de la slicespiral_pitch_factor
                                                                                72. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:filter_type
                                                                                Nom de la slicefilter_type
                                                                                74. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:convolution_kernel
                                                                                Nom de la sliceconvolution_kernel
                                                                                76. ImagingStudy.series.extension:imaging-settings.extension:dx_image
                                                                                Nom de la slicedx_image
                                                                                78. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:image_laterality
                                                                                Nom de la sliceimage_laterality
                                                                                80. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:patient_orientation
                                                                                Nom de la slicepatient_orientation
                                                                                82. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:kvp
                                                                                Nom de la slicekvp
                                                                                84. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure
                                                                                Nom de la sliceexposure
                                                                                86. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure_time
                                                                                Nom de la sliceexposure_time
                                                                                88. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image
                                                                                Nom de la slicept_nm_image
                                                                                90. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:attenuation_correction_method
                                                                                Nom de la sliceattenuation_correction_method
                                                                                92. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:reconstruction_method
                                                                                Nom de la slicereconstruction_method
                                                                                94. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:scatter_correction_method
                                                                                Nom de la slicescatter_correction_method
                                                                                96. ImagingStudy.series.uid
                                                                                Définition

                                                                                Unique number (SUID) of the series referenced in the series study. Dicom Tag (0020,000E)

                                                                                ShortUnique referenced number
                                                                                Must Supporttrue
                                                                                98. ImagingStudy.series.number
                                                                                Définition

                                                                                User number to identify the series. Dicom Tag (0020,0011)

                                                                                ShortUser number
                                                                                Must Supporttrue
                                                                                100. ImagingStudy.series.modality
                                                                                Définition

                                                                                Type of equipment used to acquire data for the series. Dicom Tag (0008, 0060)

                                                                                ShortModalities
                                                                                BindingThe codes SHALL be taken from Modality Value Set
                                                                                (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/VSModality)
                                                                                Must Supporttrue
                                                                                102. ImagingStudy.series.description
                                                                                Définition

                                                                                Description of the series. Dicom Tag (00e1, 1040), (0008, 103E), (0008, 1030)

                                                                                ShortDescription
                                                                                Control1..?
                                                                                Must Supporttrue
                                                                                104. ImagingStudy.series.numberOfInstances
                                                                                Définition

                                                                                Number of images in the series. Dicom Tag (0020,1209)

                                                                                ShortNumber of images in the series
                                                                                Control1..?
                                                                                Must Supporttrue
                                                                                106. ImagingStudy.series.bodySite
                                                                                Définition

                                                                                Part of the body examined. Dicom Tag (0018,0015)

                                                                                ShortPart of the body examined
                                                                                BindingThe codes SHALL be taken from Bodysite Value Set
                                                                                (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/VSBodySite)
                                                                                Must Supporttrue
                                                                                108. ImagingStudy.series.started
                                                                                Définition

                                                                                Date and time of acquisition. Dicom Tag (0008,002a) Dicom Tag (0008,0032)

                                                                                ShortDate and time of acquisition
                                                                                Control1..?
                                                                                Must Supporttrue
                                                                                110. ImagingStudy.series.performer
                                                                                112. ImagingStudy.series.performer.actor
                                                                                Définition

                                                                                Device used for the serie

                                                                                ShortDevice
                                                                                TypeReference(Imaging Device)
                                                                                Must Supporttrue
                                                                                114. ImagingStudy.series.instance
                                                                                116. ImagingStudy.series.instance.uid
                                                                                Définition

                                                                                Unique number to identify the image. Dicom Tag (0008,0018)

                                                                                ShortUnique number
                                                                                Must Supporttrue

                                                                                Guidance on how to interpret the contents of this table can be found here

                                                                                0. ImagingStudy
                                                                                Définition

                                                                                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.

                                                                                ShortA set of images produced in single study (one or more series of references images)
                                                                                Control0..*
                                                                                Is Modifierfalse
                                                                                Résuméfalse
                                                                                Invariantsdom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
                                                                                dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())
                                                                                dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())
                                                                                dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
                                                                                dom-6: A resource should have narrative for robust management (text.`div`.exists())
                                                                                2. ImagingStudy.id
                                                                                Définition

                                                                                The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

                                                                                ShortLogical id of this artifact
                                                                                Commentaires

                                                                                The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

                                                                                Control0..1
                                                                                Typeid
                                                                                Is Modifierfalse
                                                                                Résumétrue
                                                                                4. ImagingStudy.meta
                                                                                Définition

                                                                                The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

                                                                                ShortMetadata about the resource
                                                                                Control0..1
                                                                                TypeMeta
                                                                                Is Modifierfalse
                                                                                Résumétrue
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                6. ImagingStudy.implicitRules
                                                                                Définition

                                                                                A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

                                                                                ShortA set of rules under which this content was created
                                                                                Commentaires

                                                                                Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

                                                                                Control0..1
                                                                                Typeuri
                                                                                Is Modifiertrue because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Résumétrue
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                8. ImagingStudy.language
                                                                                Définition

                                                                                The base language in which the resource is written.

                                                                                ShortLanguage of the resource content
                                                                                Commentaires

                                                                                Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

                                                                                Control0..1
                                                                                BindingThe codes SHOULD be taken from CommonLanguages
                                                                                (preferred to http://hl7.org/fhir/ValueSet/languages)

                                                                                A human language.

                                                                                Bindings AdditionnelsBut
                                                                                AllLanguagesBinding Max
                                                                                Typecode
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Résuméfalse
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                10. ImagingStudy.text
                                                                                Définition

                                                                                A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

                                                                                ShortText summary of the resource, for human interpretation
                                                                                Commentaires

                                                                                Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

                                                                                Control0..1
                                                                                TypeNarrative
                                                                                Is Modifierfalse
                                                                                Résuméfalse
                                                                                Alternate Namesnarrative, html, xhtml, display
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                12. ImagingStudy.contained
                                                                                Définition

                                                                                These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

                                                                                ShortContained, inline Resources
                                                                                Commentaires

                                                                                This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

                                                                                Control0..*
                                                                                TypeResource
                                                                                Is Modifierfalse
                                                                                Résuméfalse
                                                                                Alternate Namesinline resources, anonymous resources, contained resources
                                                                                14. ImagingStudy.extension
                                                                                Définition

                                                                                May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                ShortAdditional content defined by implementations
                                                                                Commentaires

                                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                Control0..*
                                                                                TypeExtension
                                                                                Is Modifierfalse
                                                                                Résuméfalse
                                                                                Alternate Namesextensions, user content
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                16. ImagingStudy.modifierExtension
                                                                                Définition

                                                                                May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                ShortExtensions that cannot be ignored
                                                                                Commentaires

                                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                Control0..*
                                                                                TypeExtension
                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
                                                                                Résuméfalse
                                                                                Requirements

                                                                                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                Alternate Namesextensions, user content
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                18. ImagingStudy.identifier
                                                                                Définition

                                                                                Unique number to identify the study. Dicom Tag (0020,000D)

                                                                                ShortUnique number
                                                                                Commentaires

                                                                                See discussion under Imaging Study Implementation Notes for encoding of DICOM Study Instance UID. Accession Number should use ACSN Identifier type.

                                                                                NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                Control1..1
                                                                                TypeIdentifier
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Résumétrue
                                                                                Requirements

                                                                                If one or more series elements are present in the ImagingStudy, then there shall be one DICOM Study UID identifier (see DICOM PS 3.3 C.7.2.

                                                                                Alternate NamesStudyInstanceUID, AccessionNumber
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                20. ImagingStudy.status
                                                                                Définition

                                                                                The current state of the ImagingStudy.

                                                                                Shortregistered | available | cancelled | entered-in-error | unknown
                                                                                Commentaires

                                                                                Unknown does not represent "other" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.

                                                                                Control1..1
                                                                                BindingThe codes SHALL be taken from ImagingStudyStatus
                                                                                (required to http://hl7.org/fhir/ValueSet/imagingstudy-status|4.0.1)

                                                                                The status of the ImagingStudy.

                                                                                Typecode
                                                                                Is Modifiertrue because 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
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Résumétrue
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                22. ImagingStudy.modality
                                                                                Définition

                                                                                List of all the modalities used. Dicom Tag (0008,0061)

                                                                                ShortModalities
                                                                                Control1..*
                                                                                BindingThe codes SHALL be taken from Modality Value Set
                                                                                (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/VSModality)
                                                                                TypeCoding
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Résumétrue
                                                                                Alternate NamesModalitiesInStudy
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                24. ImagingStudy.subject
                                                                                Définition

                                                                                The subject, typically a patient, of the imaging study.

                                                                                ShortWho or what is the subject of the study
                                                                                Commentaires

                                                                                QA phantoms can be recorded with a Device; multiple subjects (such as mice) can be recorded with a Group.

                                                                                Control1..1
                                                                                TypeReference(Oncology Patient)
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Résumétrue
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                26. ImagingStudy.encounter
                                                                                Définition

                                                                                The healthcare event (e.g. a patient and healthcare provider interaction) during which this ImagingStudy is made.

                                                                                ShortEncounter with which this imaging study is associated
                                                                                Commentaires

                                                                                This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission test).

                                                                                Control0..1
                                                                                TypeReference(Encounter)
                                                                                Is Modifierfalse
                                                                                Résumétrue
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                28. ImagingStudy.started
                                                                                Définition

                                                                                Date and time of acquisition. Dicom Tag (0008, 0032), (0008, 0022) or DicomTag (0008, 0021), (0008, 0023) or Dicom Tag (0008, 0031), (0008, 0033)

                                                                                ShortDate and time of acquisition
                                                                                Control1..1
                                                                                TypedateTime
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Must Supporttrue
                                                                                Résumétrue
                                                                                Alternate NamesStudyDate, StudyTime
                                                                                Exemple<br/><b>General</b>:2011-01-01T11:01:20+03:00
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                30. ImagingStudy.basedOn
                                                                                Définition

                                                                                A list of the diagnostic requests that resulted in this imaging study being performed.

                                                                                ShortRequest fulfilled
                                                                                Control0..*
                                                                                TypeReference(CarePlan, ServiceRequest, Appointment, AppointmentResponse, Task)
                                                                                Is Modifierfalse
                                                                                Résumétrue
                                                                                Requirements

                                                                                To support grouped procedures (one imaging study supporting multiple ordered procedures, e.g. chest/abdomen/pelvis CT).

                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                32. ImagingStudy.referrer
                                                                                Définition

                                                                                The requesting/referring physician.

                                                                                ShortReferring physician
                                                                                Control0..1
                                                                                TypeReference(Practitioner, PractitionerRole)
                                                                                Is Modifierfalse
                                                                                Résumétrue
                                                                                Alternate NamesReferringPhysiciansName
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                34. ImagingStudy.interpreter
                                                                                Définition

                                                                                Who read the study and interpreted the images or other content.

                                                                                ShortWho interpreted images
                                                                                Control0..*
                                                                                TypeReference(Practitioner, PractitionerRole)
                                                                                Is Modifierfalse
                                                                                Résumétrue
                                                                                Alternate NamesName of Physician(s) Reading Study
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                36. ImagingStudy.endpoint
                                                                                Définition

                                                                                Study storage location (PACS, web server etc).

                                                                                ShortStorage location
                                                                                Commentaires

                                                                                Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG), formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach; DICOM QIDO-RS, which allows RESTful query for DICOM information without retrieving the actual instances; or IHE Invoke Image Display (IID), which provides standard invocation of an imaging web viewer.

                                                                                Control1..1
                                                                                TypeReference(Location to the PACS server)
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Résumétrue
                                                                                Requirements

                                                                                Access methods for viewing (e.g., IHE’s IID profile) or retrieving (e.g., DICOM’s WADO-URI and WADO-RS) the study or the study’s series or instances. The study-level baseLocation applies to each series in the study, unless overridden in series by a series-level baseLocation of the same type.

                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                38. ImagingStudy.numberOfSeries
                                                                                Définition

                                                                                Number of series contained in the study. Dicom Tag (0020, 1206)

                                                                                ShortNumber of series
                                                                                Control1..1
                                                                                TypeunsignedInt
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Must Supporttrue
                                                                                Résumétrue
                                                                                Alternate NamesNumberOfStudyRelatedSeries
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                40. ImagingStudy.numberOfInstances
                                                                                Définition

                                                                                Number of SOP Instances in Study. This value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present.

                                                                                ShortNumber of Study Related Instances
                                                                                Control0..1
                                                                                TypeunsignedInt
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Résumétrue
                                                                                Alternate NamesNumberOfStudyRelatedInstances
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                42. ImagingStudy.procedureReference
                                                                                Définition

                                                                                The procedure which this ImagingStudy was part of.

                                                                                ShortThe performed Procedure reference
                                                                                Control0..1
                                                                                TypeReference(Procedure)
                                                                                Is Modifierfalse
                                                                                Résumétrue
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                44. ImagingStudy.procedureCode
                                                                                Définition

                                                                                The code for the performed procedure type.

                                                                                ShortThe performed procedure code
                                                                                Control0..*
                                                                                BindingUnless not suitable, these codes SHALL be taken from http://www.rsna.org/RadLex_Playbook.aspx
                                                                                (extensible to http://www.rsna.org/RadLex_Playbook.aspx)

                                                                                The performed procedure type.

                                                                                TypeCodeableConcept
                                                                                Is Modifierfalse
                                                                                Résumétrue
                                                                                Alternate NamesProcedureCodeSequence
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                46. ImagingStudy.location
                                                                                Définition

                                                                                Name of the organization or institution responsible for the study. Dicom Tag (0008,0080)

                                                                                ShortName of the institution
                                                                                Control0..1
                                                                                TypeReference(Imaging Service)
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Résumétrue
                                                                                Requirements

                                                                                Ties the event to where the records are likely kept and provides context around the event occurrence (e.g. if it occurred inside or outside a dedicated healthcare setting).

                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                48. ImagingStudy.reasonCode
                                                                                Définition

                                                                                Description of clinical condition indicating why the ImagingStudy was requested.

                                                                                ShortWhy the study was requested
                                                                                Control0..*
                                                                                BindingFor example codes, see ProcedureReasonCodes
                                                                                (example to http://hl7.org/fhir/ValueSet/procedure-reason)

                                                                                The reason for the study.

                                                                                TypeCodeableConcept
                                                                                Is Modifierfalse
                                                                                Résumétrue
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                50. ImagingStudy.reasonReference
                                                                                Définition

                                                                                Indicates another resource whose existence justifies this Study.

                                                                                ShortWhy was study performed
                                                                                Control1..1
                                                                                TypeReference(Analysis)
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Résumétrue
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                52. ImagingStudy.note
                                                                                Définition

                                                                                Per the recommended DICOM mapping, this element is derived from the Study Description attribute (0008,1030). Observations or findings about the imaging study should be recorded in another resource, e.g. Observation, and not in this element.

                                                                                ShortUser-defined comments
                                                                                Control0..*
                                                                                TypeAnnotation
                                                                                Is Modifierfalse
                                                                                Résumétrue
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                54. ImagingStudy.description
                                                                                Définition

                                                                                Study Description. Dicom Tag (0008,1030)

                                                                                ShortDescription
                                                                                Control1..1
                                                                                Typestring
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Must Supporttrue
                                                                                Résumétrue
                                                                                Alternate NamesStudyDescription
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                56. ImagingStudy.series
                                                                                Définition

                                                                                Each study has one or more series of images or other content.

                                                                                ShortEach study has one or more series of instances
                                                                                Control1..*
                                                                                TypeBackboneElement
                                                                                Is Modifierfalse
                                                                                Résumétrue
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                58. ImagingStudy.series.id
                                                                                Définition

                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                ShortUnique id for inter-element referencing
                                                                                Control0..1
                                                                                Typestring
                                                                                Is Modifierfalse
                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                Résuméfalse
                                                                                60. ImagingStudy.series.extension
                                                                                Définition

                                                                                An Extension

                                                                                ShortExtension
                                                                                Control1..*
                                                                                TypeExtension
                                                                                Is Modifierfalse
                                                                                Résuméfalse
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                SlicingThis element introduces a set of slices on ImagingStudy.series.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                • value @ url
                                                                                • 62. ImagingStudy.series.extension:series-weightheigt
                                                                                  Nom de la sliceseries-weightheigt
                                                                                  Définition

                                                                                  Weight and Height at the time of the Serie

                                                                                  ShortWeight and Height at the time of the Serie
                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: ele-1
                                                                                  TypeExtension(Weight and Height at the time of the Serie) (Complex Extension)
                                                                                  Is Modifierfalse
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                  64. ImagingStudy.series.extension:series-weightheigt.id
                                                                                  Définition

                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                  ShortUnique id for inter-element referencing
                                                                                  Control0..1
                                                                                  Typestring
                                                                                  Is Modifierfalse
                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                  Résuméfalse
                                                                                  66. ImagingStudy.series.extension:series-weightheigt.extension
                                                                                  Définition

                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                  ShortAdditional content defined by implementations
                                                                                  Commentaires

                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                  Control0..*
                                                                                  TypeExtension
                                                                                  Is Modifierfalse
                                                                                  Résuméfalse
                                                                                  Alternate Namesextensions, user content
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                  SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                  • value @ url
                                                                                  • 68. ImagingStudy.series.extension:series-weightheigt.extension:patient_weight
                                                                                    Nom de la slicepatient_weight
                                                                                    Définition

                                                                                    An Extension

                                                                                    ShortExtension
                                                                                    Control0..1
                                                                                    TypeExtension
                                                                                    Is Modifierfalse
                                                                                    Must Supporttrue
                                                                                    Résuméfalse
                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                    70. ImagingStudy.series.extension:series-weightheigt.extension:patient_weight.id
                                                                                    Définition

                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                    ShortUnique id for inter-element referencing
                                                                                    Control0..1
                                                                                    Typestring
                                                                                    Is Modifierfalse
                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                    Résuméfalse
                                                                                    72. ImagingStudy.series.extension:series-weightheigt.extension:patient_weight.extension
                                                                                    Définition

                                                                                    An Extension

                                                                                    ShortExtension
                                                                                    Control0..0
                                                                                    TypeExtension
                                                                                    Is Modifierfalse
                                                                                    Résuméfalse
                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                    SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                    • value @ url
                                                                                    • 74. ImagingStudy.series.extension:series-weightheigt.extension:patient_weight.url
                                                                                      Définition

                                                                                      Source of the definition for the extension code - a logical name or a URL.

                                                                                      Shortidentifies the meaning of the extension
                                                                                      Commentaires

                                                                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                      Control1..1
                                                                                      Typeuri
                                                                                      Is Modifierfalse
                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                      Résuméfalse
                                                                                      Fixed Valuepatient_weight
                                                                                      76. ImagingStudy.series.extension:series-weightheigt.extension:patient_weight.value[x]
                                                                                      Définition

                                                                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                      ShortValue of extension
                                                                                      Control0..1
                                                                                      Typedecimal
                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Must Supporttrue
                                                                                      Résuméfalse
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      78. ImagingStudy.series.extension:series-weightheigt.extension:patient_height
                                                                                      Nom de la slicepatient_height
                                                                                      Définition

                                                                                      An Extension

                                                                                      ShortExtension
                                                                                      Control0..1
                                                                                      TypeExtension
                                                                                      Is Modifierfalse
                                                                                      Must Supporttrue
                                                                                      Résuméfalse
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                      80. ImagingStudy.series.extension:series-weightheigt.extension:patient_height.id
                                                                                      Définition

                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                      ShortUnique id for inter-element referencing
                                                                                      Control0..1
                                                                                      Typestring
                                                                                      Is Modifierfalse
                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                      Résuméfalse
                                                                                      82. ImagingStudy.series.extension:series-weightheigt.extension:patient_height.extension
                                                                                      Définition

                                                                                      An Extension

                                                                                      ShortExtension
                                                                                      Control0..0
                                                                                      TypeExtension
                                                                                      Is Modifierfalse
                                                                                      Résuméfalse
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                      SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                      • value @ url
                                                                                      • 84. ImagingStudy.series.extension:series-weightheigt.extension:patient_height.url
                                                                                        Définition

                                                                                        Source of the definition for the extension code - a logical name or a URL.

                                                                                        Shortidentifies the meaning of the extension
                                                                                        Commentaires

                                                                                        The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                        Control1..1
                                                                                        Typeuri
                                                                                        Is Modifierfalse
                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                        Résuméfalse
                                                                                        Fixed Valuepatient_height
                                                                                        86. ImagingStudy.series.extension:series-weightheigt.extension:patient_height.value[x]
                                                                                        Définition

                                                                                        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                        ShortValue of extension
                                                                                        Control0..1
                                                                                        Typedecimal
                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Must Supporttrue
                                                                                        Résuméfalse
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        88. ImagingStudy.series.extension:series-weightheigt.url
                                                                                        Définition

                                                                                        Source of the definition for the extension code - a logical name or a URL.

                                                                                        Shortidentifies the meaning of the extension
                                                                                        Commentaires

                                                                                        The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                        Control1..1
                                                                                        Typeuri
                                                                                        Is Modifierfalse
                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                        Résuméfalse
                                                                                        Fixed Valuehttps://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/series-weightheigt
                                                                                        90. ImagingStudy.series.extension:series-weightheigt.value[x]
                                                                                        Définition

                                                                                        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                        ShortValue of extension
                                                                                        Control0..0
                                                                                        TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Résuméfalse
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        92. ImagingStudy.series.extension:imaging-settings
                                                                                        Nom de la sliceimaging-settings
                                                                                        Définition

                                                                                        Imaging Settings.

                                                                                        ShortImaging Settings
                                                                                        Control1..1
                                                                                        This element is affected by the following invariants: ele-1
                                                                                        TypeExtension(Imaging Settings) (Complex Extension)
                                                                                        Is Modifierfalse
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                        94. ImagingStudy.series.extension:imaging-settings.id
                                                                                        Définition

                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                        ShortUnique id for inter-element referencing
                                                                                        Control0..1
                                                                                        Typestring
                                                                                        Is Modifierfalse
                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                        Résuméfalse
                                                                                        96. ImagingStudy.series.extension:imaging-settings.extension
                                                                                        Définition

                                                                                        An Extension

                                                                                        ShortExtension
                                                                                        Control4..*
                                                                                        TypeExtension
                                                                                        Is Modifierfalse
                                                                                        Résuméfalse
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                        SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                        • value @ url
                                                                                        • 98. ImagingStudy.series.extension:imaging-settings.extension:slice_thickness
                                                                                          Nom de la sliceslice_thickness
                                                                                          Définition

                                                                                          An Extension

                                                                                          ShortExtension
                                                                                          Control1..1
                                                                                          TypeExtension
                                                                                          Is Modifierfalse
                                                                                          Must Supporttrue
                                                                                          Résuméfalse
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                          100. ImagingStudy.series.extension:imaging-settings.extension:slice_thickness.id
                                                                                          Définition

                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                          ShortUnique id for inter-element referencing
                                                                                          Control0..1
                                                                                          Typestring
                                                                                          Is Modifierfalse
                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                          Résuméfalse
                                                                                          102. ImagingStudy.series.extension:imaging-settings.extension:slice_thickness.extension
                                                                                          Définition

                                                                                          An Extension

                                                                                          ShortExtension
                                                                                          Control0..0
                                                                                          TypeExtension
                                                                                          Is Modifierfalse
                                                                                          Résuméfalse
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                          SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                          • value @ url
                                                                                          • 104. ImagingStudy.series.extension:imaging-settings.extension:slice_thickness.url
                                                                                            Définition

                                                                                            Source of the definition for the extension code - a logical name or a URL.

                                                                                            Shortidentifies the meaning of the extension
                                                                                            Commentaires

                                                                                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                            Control1..1
                                                                                            Typeuri
                                                                                            Is Modifierfalse
                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                            Résuméfalse
                                                                                            Fixed Valueslice_thickness
                                                                                            106. ImagingStudy.series.extension:imaging-settings.extension:slice_thickness.value[x]
                                                                                            Définition

                                                                                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                            ShortValue of extension
                                                                                            Control1..1
                                                                                            Typestring
                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Must Supporttrue
                                                                                            Résuméfalse
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            108. ImagingStudy.series.extension:imaging-settings.extension:pixel_spacing
                                                                                            Nom de la slicepixel_spacing
                                                                                            Définition

                                                                                            An Extension

                                                                                            ShortExtension
                                                                                            Control1..1
                                                                                            TypeExtension
                                                                                            Is Modifierfalse
                                                                                            Must Supporttrue
                                                                                            Résuméfalse
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                            110. ImagingStudy.series.extension:imaging-settings.extension:pixel_spacing.id
                                                                                            Définition

                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                            ShortUnique id for inter-element referencing
                                                                                            Control0..1
                                                                                            Typestring
                                                                                            Is Modifierfalse
                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                            Résuméfalse
                                                                                            112. ImagingStudy.series.extension:imaging-settings.extension:pixel_spacing.extension
                                                                                            Définition

                                                                                            An Extension

                                                                                            ShortExtension
                                                                                            Control0..0
                                                                                            TypeExtension
                                                                                            Is Modifierfalse
                                                                                            Résuméfalse
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                            SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                            • value @ url
                                                                                            • 114. ImagingStudy.series.extension:imaging-settings.extension:pixel_spacing.url
                                                                                              Définition

                                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                                              Shortidentifies the meaning of the extension
                                                                                              Commentaires

                                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                              Control1..1
                                                                                              Typeuri
                                                                                              Is Modifierfalse
                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                              Résuméfalse
                                                                                              Fixed Valuepixel_spacing
                                                                                              116. ImagingStudy.series.extension:imaging-settings.extension:pixel_spacing.value[x]
                                                                                              Définition

                                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                              ShortValue of extension
                                                                                              Control1..1
                                                                                              Typestring
                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Must Supporttrue
                                                                                              Résuméfalse
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              118. ImagingStudy.series.extension:imaging-settings.extension:field_of_view
                                                                                              Nom de la slicefield_of_view
                                                                                              Définition

                                                                                              An Extension

                                                                                              ShortExtension
                                                                                              Control0..1
                                                                                              TypeExtension
                                                                                              Is Modifierfalse
                                                                                              Must Supporttrue
                                                                                              Résuméfalse
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                              120. ImagingStudy.series.extension:imaging-settings.extension:field_of_view.id
                                                                                              Définition

                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                              ShortUnique id for inter-element referencing
                                                                                              Control0..1
                                                                                              Typestring
                                                                                              Is Modifierfalse
                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                              Résuméfalse
                                                                                              122. ImagingStudy.series.extension:imaging-settings.extension:field_of_view.extension
                                                                                              Définition

                                                                                              An Extension

                                                                                              ShortExtension
                                                                                              Control0..0
                                                                                              TypeExtension
                                                                                              Is Modifierfalse
                                                                                              Résuméfalse
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                              SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                              • value @ url
                                                                                              • 124. ImagingStudy.series.extension:imaging-settings.extension:field_of_view.url
                                                                                                Définition

                                                                                                Source of the definition for the extension code - a logical name or a URL.

                                                                                                Shortidentifies the meaning of the extension
                                                                                                Commentaires

                                                                                                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                Control1..1
                                                                                                Typeuri
                                                                                                Is Modifierfalse
                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                Résuméfalse
                                                                                                Fixed Valuefield_of_view
                                                                                                126. ImagingStudy.series.extension:imaging-settings.extension:field_of_view.value[x]
                                                                                                Définition

                                                                                                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                ShortValue of extension
                                                                                                Control0..1
                                                                                                Typeinteger
                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Must Supporttrue
                                                                                                Résuméfalse
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                128. ImagingStudy.series.extension:imaging-settings.extension:rows
                                                                                                Nom de la slicerows
                                                                                                Définition

                                                                                                An Extension

                                                                                                ShortExtension
                                                                                                Control1..1
                                                                                                TypeExtension
                                                                                                Is Modifierfalse
                                                                                                Must Supporttrue
                                                                                                Résuméfalse
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                130. ImagingStudy.series.extension:imaging-settings.extension:rows.id
                                                                                                Définition

                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                ShortUnique id for inter-element referencing
                                                                                                Control0..1
                                                                                                Typestring
                                                                                                Is Modifierfalse
                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                Résuméfalse
                                                                                                132. ImagingStudy.series.extension:imaging-settings.extension:rows.extension
                                                                                                Définition

                                                                                                An Extension

                                                                                                ShortExtension
                                                                                                Control0..0
                                                                                                TypeExtension
                                                                                                Is Modifierfalse
                                                                                                Résuméfalse
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                • value @ url
                                                                                                • 134. ImagingStudy.series.extension:imaging-settings.extension:rows.url
                                                                                                  Définition

                                                                                                  Source of the definition for the extension code - a logical name or a URL.

                                                                                                  Shortidentifies the meaning of the extension
                                                                                                  Commentaires

                                                                                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                  Control1..1
                                                                                                  Typeuri
                                                                                                  Is Modifierfalse
                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                  Résuméfalse
                                                                                                  Fixed Valuerows
                                                                                                  136. ImagingStudy.series.extension:imaging-settings.extension:rows.value[x]
                                                                                                  Définition

                                                                                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                  ShortValue of extension
                                                                                                  Control1..1
                                                                                                  Typeinteger
                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Must Supporttrue
                                                                                                  Résuméfalse
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  138. ImagingStudy.series.extension:imaging-settings.extension:columns
                                                                                                  Nom de la slicecolumns
                                                                                                  Définition

                                                                                                  An Extension

                                                                                                  ShortExtension
                                                                                                  Control1..1
                                                                                                  TypeExtension
                                                                                                  Is Modifierfalse
                                                                                                  Must Supporttrue
                                                                                                  Résuméfalse
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                  140. ImagingStudy.series.extension:imaging-settings.extension:columns.id
                                                                                                  Définition

                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                  ShortUnique id for inter-element referencing
                                                                                                  Control0..1
                                                                                                  Typestring
                                                                                                  Is Modifierfalse
                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                  Résuméfalse
                                                                                                  142. ImagingStudy.series.extension:imaging-settings.extension:columns.extension
                                                                                                  Définition

                                                                                                  An Extension

                                                                                                  ShortExtension
                                                                                                  Control0..0
                                                                                                  TypeExtension
                                                                                                  Is Modifierfalse
                                                                                                  Résuméfalse
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                  SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                  • value @ url
                                                                                                  • 144. ImagingStudy.series.extension:imaging-settings.extension:columns.url
                                                                                                    Définition

                                                                                                    Source of the definition for the extension code - a logical name or a URL.

                                                                                                    Shortidentifies the meaning of the extension
                                                                                                    Commentaires

                                                                                                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                    Control1..1
                                                                                                    Typeuri
                                                                                                    Is Modifierfalse
                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                    Résuméfalse
                                                                                                    Fixed Valuecolumns
                                                                                                    146. ImagingStudy.series.extension:imaging-settings.extension:columns.value[x]
                                                                                                    Définition

                                                                                                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                    ShortValue of extension
                                                                                                    Control1..1
                                                                                                    Typeinteger
                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                    Is Modifierfalse
                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                    Must Supporttrue
                                                                                                    Résuméfalse
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    148. ImagingStudy.series.extension:imaging-settings.extension:imaging_injection
                                                                                                    Nom de la sliceimaging_injection
                                                                                                    Définition

                                                                                                    An Extension

                                                                                                    ShortQualification of the medical image contrast injection
                                                                                                    Control0..1
                                                                                                    TypeExtension
                                                                                                    Is Modifierfalse
                                                                                                    Must Supporttrue
                                                                                                    Résuméfalse
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                    150. ImagingStudy.series.extension:imaging-settings.extension:imaging_injection.id
                                                                                                    Définition

                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                    ShortUnique id for inter-element referencing
                                                                                                    Control0..1
                                                                                                    Typestring
                                                                                                    Is Modifierfalse
                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                    Résuméfalse
                                                                                                    152. ImagingStudy.series.extension:imaging-settings.extension:imaging_injection.extension
                                                                                                    Définition

                                                                                                    An Extension

                                                                                                    ShortExtension
                                                                                                    Control0..0
                                                                                                    TypeExtension
                                                                                                    Is Modifierfalse
                                                                                                    Résuméfalse
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                    SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                    • value @ url
                                                                                                    • 154. ImagingStudy.series.extension:imaging-settings.extension:imaging_injection.url
                                                                                                      Définition

                                                                                                      Source of the definition for the extension code - a logical name or a URL.

                                                                                                      Shortidentifies the meaning of the extension
                                                                                                      Commentaires

                                                                                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                      Control1..1
                                                                                                      Typeuri
                                                                                                      Is Modifierfalse
                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                      Résuméfalse
                                                                                                      Fixed Valueimaging_injection
                                                                                                      156. ImagingStudy.series.extension:imaging-settings.extension:imaging_injection.value[x]
                                                                                                      Définition

                                                                                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                      ShortValue of extension
                                                                                                      Control0..1
                                                                                                      TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Résuméfalse
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.value[x]. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                      • type @ $this
                                                                                                      • 158. ImagingStudy.series.extension:imaging-settings.extension:imaging_injection.value[x]:valueReference
                                                                                                        Nom de la slicevalueReference
                                                                                                        Définition

                                                                                                        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                        ShortValue of extension
                                                                                                        Control0..1
                                                                                                        TypeReference(Imaging Study Injection)
                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                        Is Modifierfalse
                                                                                                        Résuméfalse
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        160. ImagingStudy.series.extension:imaging-settings.extension:mr_image
                                                                                                        Nom de la slicemr_image
                                                                                                        Définition

                                                                                                        An Extension

                                                                                                        ShortExtension
                                                                                                        Control0..1
                                                                                                        TypeExtension
                                                                                                        Is Modifierfalse
                                                                                                        Résuméfalse
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                        162. ImagingStudy.series.extension:imaging-settings.extension:mr_image.id
                                                                                                        Définition

                                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                        ShortUnique id for inter-element referencing
                                                                                                        Control0..1
                                                                                                        Typestring
                                                                                                        Is Modifierfalse
                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                        Résuméfalse
                                                                                                        164. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension
                                                                                                        Définition

                                                                                                        An Extension

                                                                                                        ShortExtension
                                                                                                        Control9..*
                                                                                                        TypeExtension
                                                                                                        Is Modifierfalse
                                                                                                        Résuméfalse
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                        SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                        • value @ url
                                                                                                        • 166. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:sequence_name
                                                                                                          Nom de la slicesequence_name
                                                                                                          Définition

                                                                                                          An Extension

                                                                                                          ShortExtension
                                                                                                          Control1..1
                                                                                                          TypeExtension
                                                                                                          Is Modifierfalse
                                                                                                          Must Supporttrue
                                                                                                          Résuméfalse
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                          168. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:sequence_name.id
                                                                                                          Définition

                                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                          ShortUnique id for inter-element referencing
                                                                                                          Control0..1
                                                                                                          Typestring
                                                                                                          Is Modifierfalse
                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                          Résuméfalse
                                                                                                          170. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:sequence_name.extension
                                                                                                          Définition

                                                                                                          An Extension

                                                                                                          ShortExtension
                                                                                                          Control0..0
                                                                                                          TypeExtension
                                                                                                          Is Modifierfalse
                                                                                                          Résuméfalse
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                          SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                          • value @ url
                                                                                                          • 172. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:sequence_name.url
                                                                                                            Définition

                                                                                                            Source of the definition for the extension code - a logical name or a URL.

                                                                                                            Shortidentifies the meaning of the extension
                                                                                                            Commentaires

                                                                                                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                            Control1..1
                                                                                                            Typeuri
                                                                                                            Is Modifierfalse
                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                            Résuméfalse
                                                                                                            Fixed Valuesequence_name
                                                                                                            174. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:sequence_name.value[x]
                                                                                                            Définition

                                                                                                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                            ShortValue of extension
                                                                                                            Control1..1
                                                                                                            Typestring
                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                            Is Modifierfalse
                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                            Must Supporttrue
                                                                                                            Résuméfalse
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            176. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:magnetic_field_strength
                                                                                                            Nom de la slicemagnetic_field_strength
                                                                                                            Définition

                                                                                                            An Extension

                                                                                                            ShortExtension
                                                                                                            Control1..1
                                                                                                            TypeExtension
                                                                                                            Is Modifierfalse
                                                                                                            Must Supporttrue
                                                                                                            Résuméfalse
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                            178. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:magnetic_field_strength.id
                                                                                                            Définition

                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                            ShortUnique id for inter-element referencing
                                                                                                            Control0..1
                                                                                                            Typestring
                                                                                                            Is Modifierfalse
                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                            Résuméfalse
                                                                                                            180. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:magnetic_field_strength.extension
                                                                                                            Définition

                                                                                                            An Extension

                                                                                                            ShortExtension
                                                                                                            Control0..0
                                                                                                            TypeExtension
                                                                                                            Is Modifierfalse
                                                                                                            Résuméfalse
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                            SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                            • value @ url
                                                                                                            • 182. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:magnetic_field_strength.url
                                                                                                              Définition

                                                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                                                              Shortidentifies the meaning of the extension
                                                                                                              Commentaires

                                                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                              Control1..1
                                                                                                              Typeuri
                                                                                                              Is Modifierfalse
                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                              Résuméfalse
                                                                                                              Fixed Valuemagnetic_field_strength
                                                                                                              184. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:magnetic_field_strength.value[x]
                                                                                                              Définition

                                                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                              ShortValue of extension
                                                                                                              Control1..1
                                                                                                              Typedecimal
                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Must Supporttrue
                                                                                                              Résuméfalse
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              186. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:mr_acquisition_type
                                                                                                              Nom de la slicemr_acquisition_type
                                                                                                              Définition

                                                                                                              An Extension

                                                                                                              ShortExtension
                                                                                                              Control1..1
                                                                                                              TypeExtension
                                                                                                              Is Modifierfalse
                                                                                                              Must Supporttrue
                                                                                                              Résuméfalse
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                              188. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:mr_acquisition_type.id
                                                                                                              Définition

                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                              ShortUnique id for inter-element referencing
                                                                                                              Control0..1
                                                                                                              Typestring
                                                                                                              Is Modifierfalse
                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                              Résuméfalse
                                                                                                              190. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:mr_acquisition_type.extension
                                                                                                              Définition

                                                                                                              An Extension

                                                                                                              ShortExtension
                                                                                                              Control0..0
                                                                                                              TypeExtension
                                                                                                              Is Modifierfalse
                                                                                                              Résuméfalse
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                              SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                              • value @ url
                                                                                                              • 192. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:mr_acquisition_type.url
                                                                                                                Définition

                                                                                                                Source of the definition for the extension code - a logical name or a URL.

                                                                                                                Shortidentifies the meaning of the extension
                                                                                                                Commentaires

                                                                                                                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                Control1..1
                                                                                                                Typeuri
                                                                                                                Is Modifierfalse
                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                Résuméfalse
                                                                                                                Fixed Valuemr_acquisition_type
                                                                                                                194. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:mr_acquisition_type.value[x]
                                                                                                                Définition

                                                                                                                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                ShortValue of extension
                                                                                                                Control1..1
                                                                                                                Typestring
                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                Is Modifierfalse
                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                Must Supporttrue
                                                                                                                Résuméfalse
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                196. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:repetition_time
                                                                                                                Nom de la slicerepetition_time
                                                                                                                Définition

                                                                                                                An Extension

                                                                                                                ShortExtension
                                                                                                                Control1..1
                                                                                                                TypeExtension
                                                                                                                Is Modifierfalse
                                                                                                                Must Supporttrue
                                                                                                                Résuméfalse
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                198. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:repetition_time.id
                                                                                                                Définition

                                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                Control0..1
                                                                                                                Typestring
                                                                                                                Is Modifierfalse
                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                Résuméfalse
                                                                                                                200. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:repetition_time.extension
                                                                                                                Définition

                                                                                                                An Extension

                                                                                                                ShortExtension
                                                                                                                Control0..0
                                                                                                                TypeExtension
                                                                                                                Is Modifierfalse
                                                                                                                Résuméfalse
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                • value @ url
                                                                                                                • 202. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:repetition_time.url
                                                                                                                  Définition

                                                                                                                  Source of the definition for the extension code - a logical name or a URL.

                                                                                                                  Shortidentifies the meaning of the extension
                                                                                                                  Commentaires

                                                                                                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                  Control1..1
                                                                                                                  Typeuri
                                                                                                                  Is Modifierfalse
                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                  Résuméfalse
                                                                                                                  Fixed Valuerepetition_time
                                                                                                                  204. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:repetition_time.value[x]
                                                                                                                  Définition

                                                                                                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                  ShortValue of extension
                                                                                                                  Control1..1
                                                                                                                  Typedecimal
                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Must Supporttrue
                                                                                                                  Résuméfalse
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  206. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:echo_time
                                                                                                                  Nom de la sliceecho_time
                                                                                                                  Définition

                                                                                                                  An Extension

                                                                                                                  ShortExtension
                                                                                                                  Control1..1
                                                                                                                  TypeExtension
                                                                                                                  Is Modifierfalse
                                                                                                                  Must Supporttrue
                                                                                                                  Résuméfalse
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  208. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:echo_time.id
                                                                                                                  Définition

                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                  Control0..1
                                                                                                                  Typestring
                                                                                                                  Is Modifierfalse
                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                  Résuméfalse
                                                                                                                  210. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:echo_time.extension
                                                                                                                  Définition

                                                                                                                  An Extension

                                                                                                                  ShortExtension
                                                                                                                  Control0..0
                                                                                                                  TypeExtension
                                                                                                                  Is Modifierfalse
                                                                                                                  Résuméfalse
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                  • value @ url
                                                                                                                  • 212. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:echo_time.url
                                                                                                                    Définition

                                                                                                                    Source of the definition for the extension code - a logical name or a URL.

                                                                                                                    Shortidentifies the meaning of the extension
                                                                                                                    Commentaires

                                                                                                                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                    Control1..1
                                                                                                                    Typeuri
                                                                                                                    Is Modifierfalse
                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                    Résuméfalse
                                                                                                                    Fixed Valueecho_time
                                                                                                                    214. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:echo_time.value[x]
                                                                                                                    Définition

                                                                                                                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                    ShortValue of extension
                                                                                                                    Control1..1
                                                                                                                    Typedecimal
                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                    Is Modifierfalse
                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                    Must Supporttrue
                                                                                                                    Résuméfalse
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    216. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:imaging_frequency
                                                                                                                    Nom de la sliceimaging_frequency
                                                                                                                    Définition

                                                                                                                    An Extension

                                                                                                                    ShortExtension
                                                                                                                    Control1..1
                                                                                                                    TypeExtension
                                                                                                                    Is Modifierfalse
                                                                                                                    Must Supporttrue
                                                                                                                    Résuméfalse
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                    218. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:imaging_frequency.id
                                                                                                                    Définition

                                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                    Control0..1
                                                                                                                    Typestring
                                                                                                                    Is Modifierfalse
                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                    Résuméfalse
                                                                                                                    220. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:imaging_frequency.extension
                                                                                                                    Définition

                                                                                                                    An Extension

                                                                                                                    ShortExtension
                                                                                                                    Control0..0
                                                                                                                    TypeExtension
                                                                                                                    Is Modifierfalse
                                                                                                                    Résuméfalse
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                    SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                    • value @ url
                                                                                                                    • 222. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:imaging_frequency.url
                                                                                                                      Définition

                                                                                                                      Source of the definition for the extension code - a logical name or a URL.

                                                                                                                      Shortidentifies the meaning of the extension
                                                                                                                      Commentaires

                                                                                                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                      Control1..1
                                                                                                                      Typeuri
                                                                                                                      Is Modifierfalse
                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                      Résuméfalse
                                                                                                                      Fixed Valueimaging_frequency
                                                                                                                      224. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:imaging_frequency.value[x]
                                                                                                                      Définition

                                                                                                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                      ShortValue of extension
                                                                                                                      Control1..1
                                                                                                                      Typedecimal
                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                      Is Modifierfalse
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Must Supporttrue
                                                                                                                      Résuméfalse
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      226. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:flip_angle
                                                                                                                      Nom de la sliceflip_angle
                                                                                                                      Définition

                                                                                                                      An Extension

                                                                                                                      ShortExtension
                                                                                                                      Control1..1
                                                                                                                      TypeExtension
                                                                                                                      Is Modifierfalse
                                                                                                                      Must Supporttrue
                                                                                                                      Résuméfalse
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                      228. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:flip_angle.id
                                                                                                                      Définition

                                                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                      Control0..1
                                                                                                                      Typestring
                                                                                                                      Is Modifierfalse
                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                      Résuméfalse
                                                                                                                      230. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:flip_angle.extension
                                                                                                                      Définition

                                                                                                                      An Extension

                                                                                                                      ShortExtension
                                                                                                                      Control0..0
                                                                                                                      TypeExtension
                                                                                                                      Is Modifierfalse
                                                                                                                      Résuméfalse
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                      SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                      • value @ url
                                                                                                                      • 232. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:flip_angle.url
                                                                                                                        Définition

                                                                                                                        Source of the definition for the extension code - a logical name or a URL.

                                                                                                                        Shortidentifies the meaning of the extension
                                                                                                                        Commentaires

                                                                                                                        The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                        Control1..1
                                                                                                                        Typeuri
                                                                                                                        Is Modifierfalse
                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                        Résuméfalse
                                                                                                                        Fixed Valueflip_angle
                                                                                                                        234. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:flip_angle.value[x]
                                                                                                                        Définition

                                                                                                                        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                        ShortValue of extension
                                                                                                                        Control1..1
                                                                                                                        Typedecimal
                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                        Is Modifierfalse
                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                        Must Supporttrue
                                                                                                                        Résuméfalse
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        236. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:inversion_time
                                                                                                                        Nom de la sliceinversion_time
                                                                                                                        Définition

                                                                                                                        An Extension

                                                                                                                        ShortExtension
                                                                                                                        Control1..1
                                                                                                                        TypeExtension
                                                                                                                        Is Modifierfalse
                                                                                                                        Must Supporttrue
                                                                                                                        Résuméfalse
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                        238. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:inversion_time.id
                                                                                                                        Définition

                                                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                        Control0..1
                                                                                                                        Typestring
                                                                                                                        Is Modifierfalse
                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                        Résuméfalse
                                                                                                                        240. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:inversion_time.extension
                                                                                                                        Définition

                                                                                                                        An Extension

                                                                                                                        ShortExtension
                                                                                                                        Control0..0
                                                                                                                        TypeExtension
                                                                                                                        Is Modifierfalse
                                                                                                                        Résuméfalse
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                        SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                        • value @ url
                                                                                                                        • 242. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:inversion_time.url
                                                                                                                          Définition

                                                                                                                          Source of the definition for the extension code - a logical name or a URL.

                                                                                                                          Shortidentifies the meaning of the extension
                                                                                                                          Commentaires

                                                                                                                          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                          Control1..1
                                                                                                                          Typeuri
                                                                                                                          Is Modifierfalse
                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                          Résuméfalse
                                                                                                                          Fixed Valueinversion_time
                                                                                                                          244. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:inversion_time.value[x]
                                                                                                                          Définition

                                                                                                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                          ShortValue of extension
                                                                                                                          Control1..1
                                                                                                                          Typedecimal
                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                          Is Modifierfalse
                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                          Must Supporttrue
                                                                                                                          Résuméfalse
                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          246. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:receive_coil_name
                                                                                                                          Nom de la slicereceive_coil_name
                                                                                                                          Définition

                                                                                                                          An Extension

                                                                                                                          ShortExtension
                                                                                                                          Control1..1
                                                                                                                          TypeExtension
                                                                                                                          Is Modifierfalse
                                                                                                                          Must Supporttrue
                                                                                                                          Résuméfalse
                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                          248. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:receive_coil_name.id
                                                                                                                          Définition

                                                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                          Control0..1
                                                                                                                          Typestring
                                                                                                                          Is Modifierfalse
                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                          Résuméfalse
                                                                                                                          250. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:receive_coil_name.extension
                                                                                                                          Définition

                                                                                                                          An Extension

                                                                                                                          ShortExtension
                                                                                                                          Control0..0
                                                                                                                          TypeExtension
                                                                                                                          Is Modifierfalse
                                                                                                                          Résuméfalse
                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                          SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                          • value @ url
                                                                                                                          • 252. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:receive_coil_name.url
                                                                                                                            Définition

                                                                                                                            Source of the definition for the extension code - a logical name or a URL.

                                                                                                                            Shortidentifies the meaning of the extension
                                                                                                                            Commentaires

                                                                                                                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                            Control1..1
                                                                                                                            Typeuri
                                                                                                                            Is Modifierfalse
                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                            Résuméfalse
                                                                                                                            Fixed Valuereceive_coil_name
                                                                                                                            254. ImagingStudy.series.extension:imaging-settings.extension:mr_image.extension:receive_coil_name.value[x]
                                                                                                                            Définition

                                                                                                                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                            ShortValue of extension
                                                                                                                            Control1..1
                                                                                                                            Typestring
                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                            Is Modifierfalse
                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                            Must Supporttrue
                                                                                                                            Résuméfalse
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            256. ImagingStudy.series.extension:imaging-settings.extension:mr_image.url
                                                                                                                            Définition

                                                                                                                            Source of the definition for the extension code - a logical name or a URL.

                                                                                                                            Shortidentifies the meaning of the extension
                                                                                                                            Commentaires

                                                                                                                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                            Control1..1
                                                                                                                            Typeuri
                                                                                                                            Is Modifierfalse
                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                            Résuméfalse
                                                                                                                            Fixed Valuemr_image
                                                                                                                            258. ImagingStudy.series.extension:imaging-settings.extension:mr_image.value[x]
                                                                                                                            Définition

                                                                                                                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                            ShortValue of extension
                                                                                                                            Control0..0
                                                                                                                            TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                                                                            Is Modifierfalse
                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                            Résuméfalse
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            260. ImagingStudy.series.extension:imaging-settings.extension:ct_image
                                                                                                                            Nom de la slicect_image
                                                                                                                            Définition

                                                                                                                            An Extension

                                                                                                                            ShortExtension
                                                                                                                            Control0..1
                                                                                                                            TypeExtension
                                                                                                                            Is Modifierfalse
                                                                                                                            Résuméfalse
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                            262. ImagingStudy.series.extension:imaging-settings.extension:ct_image.id
                                                                                                                            Définition

                                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                            Control0..1
                                                                                                                            Typestring
                                                                                                                            Is Modifierfalse
                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                            Résuméfalse
                                                                                                                            264. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension
                                                                                                                            Définition

                                                                                                                            An Extension

                                                                                                                            ShortExtension
                                                                                                                            Control5..*
                                                                                                                            TypeExtension
                                                                                                                            Is Modifierfalse
                                                                                                                            Résuméfalse
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                            SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                            • value @ url
                                                                                                                            • 266. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:kvp
                                                                                                                              Nom de la slicekvp
                                                                                                                              Définition

                                                                                                                              An Extension

                                                                                                                              ShortExtension
                                                                                                                              Control0..1
                                                                                                                              TypeExtension
                                                                                                                              Is Modifierfalse
                                                                                                                              Must Supporttrue
                                                                                                                              Résuméfalse
                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                              268. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:kvp.id
                                                                                                                              Définition

                                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                              Control0..1
                                                                                                                              Typestring
                                                                                                                              Is Modifierfalse
                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                              Résuméfalse
                                                                                                                              270. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:kvp.extension
                                                                                                                              Définition

                                                                                                                              An Extension

                                                                                                                              ShortExtension
                                                                                                                              Control0..0
                                                                                                                              TypeExtension
                                                                                                                              Is Modifierfalse
                                                                                                                              Résuméfalse
                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                              SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                              • value @ url
                                                                                                                              • 272. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:kvp.url
                                                                                                                                Définition

                                                                                                                                Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                Shortidentifies the meaning of the extension
                                                                                                                                Commentaires

                                                                                                                                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                Control1..1
                                                                                                                                Typeuri
                                                                                                                                Is Modifierfalse
                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                Résuméfalse
                                                                                                                                Fixed Valuekvp
                                                                                                                                274. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:kvp.value[x]
                                                                                                                                Définition

                                                                                                                                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                ShortValue of extension
                                                                                                                                Control0..1
                                                                                                                                Typeinteger
                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                Is Modifierfalse
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Must Supporttrue
                                                                                                                                Résuméfalse
                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                276. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:xray_tube_current
                                                                                                                                Nom de la slicexray_tube_current
                                                                                                                                Définition

                                                                                                                                An Extension

                                                                                                                                ShortExtension
                                                                                                                                Control1..1
                                                                                                                                TypeExtension
                                                                                                                                Is Modifierfalse
                                                                                                                                Must Supporttrue
                                                                                                                                Résuméfalse
                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                278. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:xray_tube_current.id
                                                                                                                                Définition

                                                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                Control0..1
                                                                                                                                Typestring
                                                                                                                                Is Modifierfalse
                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                Résuméfalse
                                                                                                                                280. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:xray_tube_current.extension
                                                                                                                                Définition

                                                                                                                                An Extension

                                                                                                                                ShortExtension
                                                                                                                                Control0..0
                                                                                                                                TypeExtension
                                                                                                                                Is Modifierfalse
                                                                                                                                Résuméfalse
                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                • value @ url
                                                                                                                                • 282. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:xray_tube_current.url
                                                                                                                                  Définition

                                                                                                                                  Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                  Shortidentifies the meaning of the extension
                                                                                                                                  Commentaires

                                                                                                                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                  Control1..1
                                                                                                                                  Typeuri
                                                                                                                                  Is Modifierfalse
                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                  Résuméfalse
                                                                                                                                  Fixed Valuexray_tube_current
                                                                                                                                  284. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:xray_tube_current.value[x]
                                                                                                                                  Définition

                                                                                                                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                  ShortValue of extension
                                                                                                                                  Control1..1
                                                                                                                                  Typeinteger
                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                  Must Supporttrue
                                                                                                                                  Résuméfalse
                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  286. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:exposure_time
                                                                                                                                  Nom de la sliceexposure_time
                                                                                                                                  Définition

                                                                                                                                  An Extension

                                                                                                                                  ShortExtension
                                                                                                                                  Control1..1
                                                                                                                                  TypeExtension
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Must Supporttrue
                                                                                                                                  Résuméfalse
                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                  288. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:exposure_time.id
                                                                                                                                  Définition

                                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                  Control0..1
                                                                                                                                  Typestring
                                                                                                                                  Is Modifierfalse
                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                  Résuméfalse
                                                                                                                                  290. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:exposure_time.extension
                                                                                                                                  Définition

                                                                                                                                  An Extension

                                                                                                                                  ShortExtension
                                                                                                                                  Control0..0
                                                                                                                                  TypeExtension
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Résuméfalse
                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                  SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                  • value @ url
                                                                                                                                  • 292. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:exposure_time.url
                                                                                                                                    Définition

                                                                                                                                    Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                    Shortidentifies the meaning of the extension
                                                                                                                                    Commentaires

                                                                                                                                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                    Control1..1
                                                                                                                                    Typeuri
                                                                                                                                    Is Modifierfalse
                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                    Résuméfalse
                                                                                                                                    Fixed Valueexposure_time
                                                                                                                                    294. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:exposure_time.value[x]
                                                                                                                                    Définition

                                                                                                                                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                    ShortValue of extension
                                                                                                                                    Control1..1
                                                                                                                                    Typeinteger
                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Must Supporttrue
                                                                                                                                    Résuméfalse
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    296. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:spiral_pitch_factor
                                                                                                                                    Nom de la slicespiral_pitch_factor
                                                                                                                                    Définition

                                                                                                                                    An Extension

                                                                                                                                    ShortExtension
                                                                                                                                    Control1..1
                                                                                                                                    TypeExtension
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Must Supporttrue
                                                                                                                                    Résuméfalse
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    298. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:spiral_pitch_factor.id
                                                                                                                                    Définition

                                                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                    Control0..1
                                                                                                                                    Typestring
                                                                                                                                    Is Modifierfalse
                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                    Résuméfalse
                                                                                                                                    300. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:spiral_pitch_factor.extension
                                                                                                                                    Définition

                                                                                                                                    An Extension

                                                                                                                                    ShortExtension
                                                                                                                                    Control0..0
                                                                                                                                    TypeExtension
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Résuméfalse
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                    • value @ url
                                                                                                                                    • 302. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:spiral_pitch_factor.url
                                                                                                                                      Définition

                                                                                                                                      Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                      Shortidentifies the meaning of the extension
                                                                                                                                      Commentaires

                                                                                                                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                      Control1..1
                                                                                                                                      Typeuri
                                                                                                                                      Is Modifierfalse
                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                      Résuméfalse
                                                                                                                                      Fixed Valuespiral_pitch_factor
                                                                                                                                      304. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:spiral_pitch_factor.value[x]
                                                                                                                                      Définition

                                                                                                                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                      ShortValue of extension
                                                                                                                                      Control1..1
                                                                                                                                      Typedecimal
                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                      Must Supporttrue
                                                                                                                                      Résuméfalse
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      306. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:filter_type
                                                                                                                                      Nom de la slicefilter_type
                                                                                                                                      Définition

                                                                                                                                      An Extension

                                                                                                                                      ShortExtension
                                                                                                                                      Control1..1
                                                                                                                                      TypeExtension
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Must Supporttrue
                                                                                                                                      Résuméfalse
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                      308. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:filter_type.id
                                                                                                                                      Définition

                                                                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                      Control0..1
                                                                                                                                      Typestring
                                                                                                                                      Is Modifierfalse
                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                      Résuméfalse
                                                                                                                                      310. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:filter_type.extension
                                                                                                                                      Définition

                                                                                                                                      An Extension

                                                                                                                                      ShortExtension
                                                                                                                                      Control0..0
                                                                                                                                      TypeExtension
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Résuméfalse
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                      SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                      • value @ url
                                                                                                                                      • 312. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:filter_type.url
                                                                                                                                        Définition

                                                                                                                                        Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                        Shortidentifies the meaning of the extension
                                                                                                                                        Commentaires

                                                                                                                                        The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                        Control1..1
                                                                                                                                        Typeuri
                                                                                                                                        Is Modifierfalse
                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                        Résuméfalse
                                                                                                                                        Fixed Valuefilter_type
                                                                                                                                        314. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:filter_type.value[x]
                                                                                                                                        Définition

                                                                                                                                        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                        ShortValue of extension
                                                                                                                                        Control1..1
                                                                                                                                        Typestring
                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                        Must Supporttrue
                                                                                                                                        Résuméfalse
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        316. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:convolution_kernel
                                                                                                                                        Nom de la sliceconvolution_kernel
                                                                                                                                        Définition

                                                                                                                                        An Extension

                                                                                                                                        ShortExtension
                                                                                                                                        Control1..1
                                                                                                                                        TypeExtension
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Must Supporttrue
                                                                                                                                        Résuméfalse
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                        318. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:convolution_kernel.id
                                                                                                                                        Définition

                                                                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                        Control0..1
                                                                                                                                        Typestring
                                                                                                                                        Is Modifierfalse
                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                        Résuméfalse
                                                                                                                                        320. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:convolution_kernel.extension
                                                                                                                                        Définition

                                                                                                                                        An Extension

                                                                                                                                        ShortExtension
                                                                                                                                        Control0..0
                                                                                                                                        TypeExtension
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Résuméfalse
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                        SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                        • value @ url
                                                                                                                                        • 322. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:convolution_kernel.url
                                                                                                                                          Définition

                                                                                                                                          Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                          Shortidentifies the meaning of the extension
                                                                                                                                          Commentaires

                                                                                                                                          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                          Control1..1
                                                                                                                                          Typeuri
                                                                                                                                          Is Modifierfalse
                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                          Résuméfalse
                                                                                                                                          Fixed Valueconvolution_kernel
                                                                                                                                          324. ImagingStudy.series.extension:imaging-settings.extension:ct_image.extension:convolution_kernel.value[x]
                                                                                                                                          Définition

                                                                                                                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                          ShortValue of extension
                                                                                                                                          Control1..1
                                                                                                                                          Typestring
                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                          Must Supporttrue
                                                                                                                                          Résuméfalse
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          326. ImagingStudy.series.extension:imaging-settings.extension:ct_image.url
                                                                                                                                          Définition

                                                                                                                                          Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                          Shortidentifies the meaning of the extension
                                                                                                                                          Commentaires

                                                                                                                                          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                          Control1..1
                                                                                                                                          Typeuri
                                                                                                                                          Is Modifierfalse
                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                          Résuméfalse
                                                                                                                                          Fixed Valuect_image
                                                                                                                                          328. ImagingStudy.series.extension:imaging-settings.extension:ct_image.value[x]
                                                                                                                                          Définition

                                                                                                                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                          ShortValue of extension
                                                                                                                                          Control0..0
                                                                                                                                          TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                          Résuméfalse
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          330. ImagingStudy.series.extension:imaging-settings.extension:dx_image
                                                                                                                                          Nom de la slicedx_image
                                                                                                                                          Définition

                                                                                                                                          An Extension

                                                                                                                                          ShortExtension
                                                                                                                                          Control0..1
                                                                                                                                          TypeExtension
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Résuméfalse
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                          332. ImagingStudy.series.extension:imaging-settings.extension:dx_image.id
                                                                                                                                          Définition

                                                                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                          Control0..1
                                                                                                                                          Typestring
                                                                                                                                          Is Modifierfalse
                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                          Résuméfalse
                                                                                                                                          334. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension
                                                                                                                                          Définition

                                                                                                                                          An Extension

                                                                                                                                          ShortExtension
                                                                                                                                          Control4..*
                                                                                                                                          TypeExtension
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Résuméfalse
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                          SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                          • value @ url
                                                                                                                                          • 336. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:image_laterality
                                                                                                                                            Nom de la sliceimage_laterality
                                                                                                                                            Définition

                                                                                                                                            An Extension

                                                                                                                                            ShortExtension
                                                                                                                                            Control1..1
                                                                                                                                            TypeExtension
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Must Supporttrue
                                                                                                                                            Résuméfalse
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                            338. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:image_laterality.id
                                                                                                                                            Définition

                                                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                            Control0..1
                                                                                                                                            Typestring
                                                                                                                                            Is Modifierfalse
                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                            Résuméfalse
                                                                                                                                            340. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:image_laterality.extension
                                                                                                                                            Définition

                                                                                                                                            An Extension

                                                                                                                                            ShortExtension
                                                                                                                                            Control0..0
                                                                                                                                            TypeExtension
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Résuméfalse
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                            SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                            • value @ url
                                                                                                                                            • 342. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:image_laterality.url
                                                                                                                                              Définition

                                                                                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                              Shortidentifies the meaning of the extension
                                                                                                                                              Commentaires

                                                                                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                              Control1..1
                                                                                                                                              Typeuri
                                                                                                                                              Is Modifierfalse
                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                              Résuméfalse
                                                                                                                                              Fixed Valueimage_laterality
                                                                                                                                              344. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:image_laterality.value[x]
                                                                                                                                              Définition

                                                                                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                              ShortValue of extension
                                                                                                                                              Control1..1
                                                                                                                                              Typestring
                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                              Must Supporttrue
                                                                                                                                              Résuméfalse
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              346. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:patient_orientation
                                                                                                                                              Nom de la slicepatient_orientation
                                                                                                                                              Définition

                                                                                                                                              An Extension

                                                                                                                                              ShortExtension
                                                                                                                                              Control0..1
                                                                                                                                              TypeExtension
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Must Supporttrue
                                                                                                                                              Résuméfalse
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                              348. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:patient_orientation.id
                                                                                                                                              Définition

                                                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                              Control0..1
                                                                                                                                              Typestring
                                                                                                                                              Is Modifierfalse
                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                              Résuméfalse
                                                                                                                                              350. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:patient_orientation.extension
                                                                                                                                              Définition

                                                                                                                                              An Extension

                                                                                                                                              ShortExtension
                                                                                                                                              Control0..0
                                                                                                                                              TypeExtension
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Résuméfalse
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                              SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                              • value @ url
                                                                                                                                              • 352. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:patient_orientation.url
                                                                                                                                                Définition

                                                                                                                                                Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                Shortidentifies the meaning of the extension
                                                                                                                                                Commentaires

                                                                                                                                                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                Control1..1
                                                                                                                                                Typeuri
                                                                                                                                                Is Modifierfalse
                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                Résuméfalse
                                                                                                                                                Fixed Valuepatient_orientation
                                                                                                                                                354. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:patient_orientation.value[x]
                                                                                                                                                Définition

                                                                                                                                                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                ShortValue of extension
                                                                                                                                                Control0..1
                                                                                                                                                Typestring
                                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                Must Supporttrue
                                                                                                                                                Résuméfalse
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                356. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:kvp
                                                                                                                                                Nom de la slicekvp
                                                                                                                                                Définition

                                                                                                                                                An Extension

                                                                                                                                                ShortExtension
                                                                                                                                                Control1..1
                                                                                                                                                TypeExtension
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Must Supporttrue
                                                                                                                                                Résuméfalse
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                358. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:kvp.id
                                                                                                                                                Définition

                                                                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                Control0..1
                                                                                                                                                Typestring
                                                                                                                                                Is Modifierfalse
                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                Résuméfalse
                                                                                                                                                360. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:kvp.extension
                                                                                                                                                Définition

                                                                                                                                                An Extension

                                                                                                                                                ShortExtension
                                                                                                                                                Control0..0
                                                                                                                                                TypeExtension
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Résuméfalse
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                • value @ url
                                                                                                                                                • 362. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:kvp.url
                                                                                                                                                  Définition

                                                                                                                                                  Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                  Shortidentifies the meaning of the extension
                                                                                                                                                  Commentaires

                                                                                                                                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                  Control1..1
                                                                                                                                                  Typeuri
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                  Résuméfalse
                                                                                                                                                  Fixed Valuekvp
                                                                                                                                                  364. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:kvp.value[x]
                                                                                                                                                  Définition

                                                                                                                                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                  ShortValue of extension
                                                                                                                                                  Control1..1
                                                                                                                                                  Typeinteger
                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  Résuméfalse
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  366. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure
                                                                                                                                                  Nom de la sliceexposure
                                                                                                                                                  Définition

                                                                                                                                                  An Extension

                                                                                                                                                  ShortExtension
                                                                                                                                                  Control1..1
                                                                                                                                                  TypeExtension
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Must Supporttrue
                                                                                                                                                  Résuméfalse
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  368. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure.id
                                                                                                                                                  Définition

                                                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                  Control0..1
                                                                                                                                                  Typestring
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                  Résuméfalse
                                                                                                                                                  370. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure.extension
                                                                                                                                                  Définition

                                                                                                                                                  An Extension

                                                                                                                                                  ShortExtension
                                                                                                                                                  Control0..0
                                                                                                                                                  TypeExtension
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Résuméfalse
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                  • value @ url
                                                                                                                                                  • 372. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure.url
                                                                                                                                                    Définition

                                                                                                                                                    Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                    Shortidentifies the meaning of the extension
                                                                                                                                                    Commentaires

                                                                                                                                                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                    Control1..1
                                                                                                                                                    Typeuri
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                    Résuméfalse
                                                                                                                                                    Fixed Valueexposure
                                                                                                                                                    374. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure.value[x]
                                                                                                                                                    Définition

                                                                                                                                                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                    ShortValue of extension
                                                                                                                                                    Control1..1
                                                                                                                                                    Typeinteger
                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                    Must Supporttrue
                                                                                                                                                    Résuméfalse
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    376. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure_time
                                                                                                                                                    Nom de la sliceexposure_time
                                                                                                                                                    Définition

                                                                                                                                                    An Extension

                                                                                                                                                    ShortExtension
                                                                                                                                                    Control1..1
                                                                                                                                                    TypeExtension
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Must Supporttrue
                                                                                                                                                    Résuméfalse
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                    378. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure_time.id
                                                                                                                                                    Définition

                                                                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                    Control0..1
                                                                                                                                                    Typestring
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                    Résuméfalse
                                                                                                                                                    380. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure_time.extension
                                                                                                                                                    Définition

                                                                                                                                                    An Extension

                                                                                                                                                    ShortExtension
                                                                                                                                                    Control0..0
                                                                                                                                                    TypeExtension
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Résuméfalse
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                    SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                    • value @ url
                                                                                                                                                    • 382. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure_time.url
                                                                                                                                                      Définition

                                                                                                                                                      Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                      Shortidentifies the meaning of the extension
                                                                                                                                                      Commentaires

                                                                                                                                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                      Control1..1
                                                                                                                                                      Typeuri
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                      Résuméfalse
                                                                                                                                                      Fixed Valueexposure_time
                                                                                                                                                      384. ImagingStudy.series.extension:imaging-settings.extension:dx_image.extension:exposure_time.value[x]
                                                                                                                                                      Définition

                                                                                                                                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                      ShortValue of extension
                                                                                                                                                      Control1..1
                                                                                                                                                      Typeinteger
                                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                      Must Supporttrue
                                                                                                                                                      Résuméfalse
                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      386. ImagingStudy.series.extension:imaging-settings.extension:dx_image.url
                                                                                                                                                      Définition

                                                                                                                                                      Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                      Shortidentifies the meaning of the extension
                                                                                                                                                      Commentaires

                                                                                                                                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                      Control1..1
                                                                                                                                                      Typeuri
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                      Résuméfalse
                                                                                                                                                      Fixed Valuedx_image
                                                                                                                                                      388. ImagingStudy.series.extension:imaging-settings.extension:dx_image.value[x]
                                                                                                                                                      Définition

                                                                                                                                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                      ShortValue of extension
                                                                                                                                                      Control0..0
                                                                                                                                                      TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                      Résuméfalse
                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      390. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image
                                                                                                                                                      Nom de la slicept_nm_image
                                                                                                                                                      Définition

                                                                                                                                                      An Extension

                                                                                                                                                      ShortExtension
                                                                                                                                                      Control0..1
                                                                                                                                                      TypeExtension
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Résuméfalse
                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                      392. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.id
                                                                                                                                                      Définition

                                                                                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                      Control0..1
                                                                                                                                                      Typestring
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                      Résuméfalse
                                                                                                                                                      394. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension
                                                                                                                                                      Définition

                                                                                                                                                      An Extension

                                                                                                                                                      ShortExtension
                                                                                                                                                      Control3..*
                                                                                                                                                      TypeExtension
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Résuméfalse
                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                      SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                      • value @ url
                                                                                                                                                      • 396. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:attenuation_correction_method
                                                                                                                                                        Nom de la sliceattenuation_correction_method
                                                                                                                                                        Définition

                                                                                                                                                        An Extension

                                                                                                                                                        ShortExtension
                                                                                                                                                        Control1..1
                                                                                                                                                        TypeExtension
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Must Supporttrue
                                                                                                                                                        Résuméfalse
                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                        398. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:attenuation_correction_method.id
                                                                                                                                                        Définition

                                                                                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                        Control0..1
                                                                                                                                                        Typestring
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                        Résuméfalse
                                                                                                                                                        400. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:attenuation_correction_method.extension
                                                                                                                                                        Définition

                                                                                                                                                        An Extension

                                                                                                                                                        ShortExtension
                                                                                                                                                        Control0..0
                                                                                                                                                        TypeExtension
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Résuméfalse
                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                        SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                        • value @ url
                                                                                                                                                        • 402. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:attenuation_correction_method.url
                                                                                                                                                          Définition

                                                                                                                                                          Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                          Shortidentifies the meaning of the extension
                                                                                                                                                          Commentaires

                                                                                                                                                          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                          Control1..1
                                                                                                                                                          Typeuri
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                          Résuméfalse
                                                                                                                                                          Fixed Valueattenuation_correction_method
                                                                                                                                                          404. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:attenuation_correction_method.value[x]
                                                                                                                                                          Définition

                                                                                                                                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                          ShortValue of extension
                                                                                                                                                          Control1..1
                                                                                                                                                          Typestring
                                                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                          Must Supporttrue
                                                                                                                                                          Résuméfalse
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          406. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:reconstruction_method
                                                                                                                                                          Nom de la slicereconstruction_method
                                                                                                                                                          Définition

                                                                                                                                                          An Extension

                                                                                                                                                          ShortExtension
                                                                                                                                                          Control1..1
                                                                                                                                                          TypeExtension
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Must Supporttrue
                                                                                                                                                          Résuméfalse
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                          408. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:reconstruction_method.id
                                                                                                                                                          Définition

                                                                                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                          Control0..1
                                                                                                                                                          Typestring
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                          Résuméfalse
                                                                                                                                                          410. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:reconstruction_method.extension
                                                                                                                                                          Définition

                                                                                                                                                          An Extension

                                                                                                                                                          ShortExtension
                                                                                                                                                          Control0..0
                                                                                                                                                          TypeExtension
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Résuméfalse
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                          SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                          • value @ url
                                                                                                                                                          • 412. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:reconstruction_method.url
                                                                                                                                                            Définition

                                                                                                                                                            Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                            Shortidentifies the meaning of the extension
                                                                                                                                                            Commentaires

                                                                                                                                                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                            Control1..1
                                                                                                                                                            Typeuri
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                            Résuméfalse
                                                                                                                                                            Fixed Valuereconstruction_method
                                                                                                                                                            414. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:reconstruction_method.value[x]
                                                                                                                                                            Définition

                                                                                                                                                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                            ShortValue of extension
                                                                                                                                                            Control1..1
                                                                                                                                                            Typestring
                                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                            Must Supporttrue
                                                                                                                                                            Résuméfalse
                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            416. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:scatter_correction_method
                                                                                                                                                            Nom de la slicescatter_correction_method
                                                                                                                                                            Définition

                                                                                                                                                            An Extension

                                                                                                                                                            ShortExtension
                                                                                                                                                            Control1..1
                                                                                                                                                            TypeExtension
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Must Supporttrue
                                                                                                                                                            Résuméfalse
                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                            418. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:scatter_correction_method.id
                                                                                                                                                            Définition

                                                                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                            Control0..1
                                                                                                                                                            Typestring
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                            Résuméfalse
                                                                                                                                                            420. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:scatter_correction_method.extension
                                                                                                                                                            Définition

                                                                                                                                                            An Extension

                                                                                                                                                            ShortExtension
                                                                                                                                                            Control0..0
                                                                                                                                                            TypeExtension
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Résuméfalse
                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                            SlicingThis element introduces a set of slices on ImagingStudy.series.extension.extension.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                            • value @ url
                                                                                                                                                            • 422. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:scatter_correction_method.url
                                                                                                                                                              Définition

                                                                                                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                              Shortidentifies the meaning of the extension
                                                                                                                                                              Commentaires

                                                                                                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                              Control1..1
                                                                                                                                                              Typeuri
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                              Résuméfalse
                                                                                                                                                              Fixed Valuescatter_correction_method
                                                                                                                                                              424. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.extension:scatter_correction_method.value[x]
                                                                                                                                                              Définition

                                                                                                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                              ShortValue of extension
                                                                                                                                                              Control1..1
                                                                                                                                                              Typestring
                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Résuméfalse
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              426. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.url
                                                                                                                                                              Définition

                                                                                                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                              Shortidentifies the meaning of the extension
                                                                                                                                                              Commentaires

                                                                                                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                              Control1..1
                                                                                                                                                              Typeuri
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                              Résuméfalse
                                                                                                                                                              Fixed Valuept_nm_image
                                                                                                                                                              428. ImagingStudy.series.extension:imaging-settings.extension:pt_nm_image.value[x]
                                                                                                                                                              Définition

                                                                                                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                              ShortValue of extension
                                                                                                                                                              Control0..0
                                                                                                                                                              TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Résuméfalse
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              430. ImagingStudy.series.extension:imaging-settings.url
                                                                                                                                                              Définition

                                                                                                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                              Shortidentifies the meaning of the extension
                                                                                                                                                              Commentaires

                                                                                                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                              Control1..1
                                                                                                                                                              Typeuri
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                              Résuméfalse
                                                                                                                                                              Fixed Valuehttps://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/imaging-settings
                                                                                                                                                              432. ImagingStudy.series.extension:imaging-settings.value[x]
                                                                                                                                                              Définition

                                                                                                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                              ShortValue of extension
                                                                                                                                                              Control0..0
                                                                                                                                                              TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Résuméfalse
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              434. ImagingStudy.series.modifierExtension
                                                                                                                                                              Définition

                                                                                                                                                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                                              Commentaires

                                                                                                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                              Control0..*
                                                                                                                                                              TypeExtension
                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                              Résumétrue
                                                                                                                                                              Requirements

                                                                                                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                                              Alternate Namesextensions, user content, modifiers
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                              436. ImagingStudy.series.uid
                                                                                                                                                              Définition

                                                                                                                                                              Unique number (SUID) of the series referenced in the series study. Dicom Tag (0020,000E)

                                                                                                                                                              ShortUnique referenced number
                                                                                                                                                              Commentaires

                                                                                                                                                              See DICOM PS3.3 C.7.3.

                                                                                                                                                              Control1..1
                                                                                                                                                              Typeid
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Résumétrue
                                                                                                                                                              Requirements

                                                                                                                                                              DICOM Series Instance UID.

                                                                                                                                                              Alternate NamesSeriesInstanceUID
                                                                                                                                                              Exemple<br/><b>General</b>:2.16.124.113543.6003.2588828330.45298.17418.2723805630
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              438. ImagingStudy.series.number
                                                                                                                                                              Définition

                                                                                                                                                              User number to identify the series. Dicom Tag (0020,0011)

                                                                                                                                                              ShortUser number
                                                                                                                                                              Control0..1
                                                                                                                                                              TypeunsignedInt
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Résumétrue
                                                                                                                                                              Alternate NamesSeriesNumber
                                                                                                                                                              Exemple<br/><b>General</b>:3
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              440. ImagingStudy.series.modality
                                                                                                                                                              Définition

                                                                                                                                                              Type of equipment used to acquire data for the series. Dicom Tag (0008, 0060)

                                                                                                                                                              ShortModalities
                                                                                                                                                              Control1..1
                                                                                                                                                              BindingThe codes SHALL be taken from Modality Value Set
                                                                                                                                                              (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/VSModality)
                                                                                                                                                              TypeCoding
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Résumétrue
                                                                                                                                                              Alternate NamesModality
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              442. ImagingStudy.series.description
                                                                                                                                                              Définition

                                                                                                                                                              Description of the series. Dicom Tag (00e1, 1040), (0008, 103E), (0008, 1030)

                                                                                                                                                              ShortDescription
                                                                                                                                                              Control1..1
                                                                                                                                                              Typestring
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Résumétrue
                                                                                                                                                              Alternate NamesSeriesDescription
                                                                                                                                                              Exemple<br/><b>General</b>:CT Surview 180
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              444. ImagingStudy.series.numberOfInstances
                                                                                                                                                              Définition

                                                                                                                                                              Number of images in the series. Dicom Tag (0020,1209)

                                                                                                                                                              ShortNumber of images in the series
                                                                                                                                                              Control1..1
                                                                                                                                                              TypeunsignedInt
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Résumétrue
                                                                                                                                                              Alternate NamesNumberOfSeriesRelatedInstances
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              446. ImagingStudy.series.endpoint
                                                                                                                                                              Définition

                                                                                                                                                              The network service providing access (e.g., query, view, or retrieval) for this series. See implementation notes for information about using DICOM endpoints. A series-level endpoint, if present, has precedence over a study-level endpoint with the same Endpoint.connectionType.

                                                                                                                                                              ShortSeries access endpoint
                                                                                                                                                              Commentaires

                                                                                                                                                              Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG) formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach; and DICOM QIDO-RS, which allows RESTful query for DICOM information without retrieving the actual instances.

                                                                                                                                                              Control0..*
                                                                                                                                                              TypeReference(Endpoint)
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Résumétrue
                                                                                                                                                              Requirements

                                                                                                                                                              Access methods for retrieving (e.g., DICOM’s WADO-URI and WADO-RS) the series or the series’ instances. A baseLocation specified at the series level has precedence over a baseLocation of the same type specified at the study level.

                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              448. ImagingStudy.series.bodySite
                                                                                                                                                              Définition

                                                                                                                                                              Part of the body examined. Dicom Tag (0018,0015)

                                                                                                                                                              ShortPart of the body examined
                                                                                                                                                              Control0..1
                                                                                                                                                              BindingThe codes SHALL be taken from Bodysite Value Set
                                                                                                                                                              (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/VSBodySite)
                                                                                                                                                              TypeCoding
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Résumétrue
                                                                                                                                                              Alternate NamesBodyPartExamined
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              450. ImagingStudy.series.laterality
                                                                                                                                                              Définition

                                                                                                                                                              The laterality of the (possibly paired) anatomic structures examined. E.g., the left knee, both lungs, or unpaired abdomen. If present, shall be consistent with any laterality information indicated in ImagingStudy.series.bodySite.

                                                                                                                                                              ShortBody part laterality
                                                                                                                                                              Control0..1
                                                                                                                                                              BindingFor example codes, see Laterality
                                                                                                                                                              (example to http://hl7.org/fhir/ValueSet/bodysite-laterality)

                                                                                                                                                              Codes describing body site laterality (left, right, etc.).

                                                                                                                                                              TypeCoding
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Résumétrue
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              452. ImagingStudy.series.specimen
                                                                                                                                                              Définition

                                                                                                                                                              The specimen imaged, e.g., for whole slide imaging of a biopsy.

                                                                                                                                                              ShortSpecimen imaged
                                                                                                                                                              Control0..*
                                                                                                                                                              TypeReference(Specimen)
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Résumétrue
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              454. ImagingStudy.series.started
                                                                                                                                                              Définition

                                                                                                                                                              Date and time of acquisition. Dicom Tag (0008,002a) Dicom Tag (0008,0032)

                                                                                                                                                              ShortDate and time of acquisition
                                                                                                                                                              Control1..1
                                                                                                                                                              TypedateTime
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Résumétrue
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              456. ImagingStudy.series.performer
                                                                                                                                                              Définition

                                                                                                                                                              Indicates who or what performed the series and how they were involved.

                                                                                                                                                              ShortWho performed the series
                                                                                                                                                              Commentaires

                                                                                                                                                              If the person who performed the series is not known, their Organization may be recorded. A patient, or related person, may be the performer, e.g. for patient-captured images.

                                                                                                                                                              Control0..*
                                                                                                                                                              TypeBackboneElement
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Résumétrue
                                                                                                                                                              Requirements

                                                                                                                                                              The performer is recorded at the series level, since each series in a study may be performed by a different performer, at different times, and using different devices. A series may be performed by multiple performers.

                                                                                                                                                              Alternate NamesPerformingPhysicianName, OperatorName
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              458. ImagingStudy.series.performer.id
                                                                                                                                                              Définition

                                                                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                              Control0..1
                                                                                                                                                              Typestring
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                              Résuméfalse
                                                                                                                                                              460. ImagingStudy.series.performer.extension
                                                                                                                                                              Définition

                                                                                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                              ShortAdditional content defined by implementations
                                                                                                                                                              Commentaires

                                                                                                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                              Control0..*
                                                                                                                                                              TypeExtension
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Résuméfalse
                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                              462. ImagingStudy.series.performer.modifierExtension
                                                                                                                                                              Définition

                                                                                                                                                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                                              Commentaires

                                                                                                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                              Control0..*
                                                                                                                                                              TypeExtension
                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                              Résumétrue
                                                                                                                                                              Requirements

                                                                                                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                                              Alternate Namesextensions, user content, modifiers
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                              464. ImagingStudy.series.performer.function
                                                                                                                                                              Définition

                                                                                                                                                              Distinguishes the type of involvement of the performer in the series.

                                                                                                                                                              ShortType of performance
                                                                                                                                                              Control0..1
                                                                                                                                                              BindingUnless not suitable, these codes SHALL be taken from ImagingStudySeriesPerformerFunction
                                                                                                                                                              (extensible to http://hl7.org/fhir/ValueSet/series-performer-function)

                                                                                                                                                              The type of involvement of the performer.

                                                                                                                                                              TypeCodeableConcept
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Résumétrue
                                                                                                                                                              Requirements

                                                                                                                                                              Allows disambiguation of the types of involvement of different performers.

                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              466. ImagingStudy.series.performer.actor
                                                                                                                                                              Définition

                                                                                                                                                              Device used for the serie

                                                                                                                                                              ShortDevice
                                                                                                                                                              Control1..1
                                                                                                                                                              TypeReference(Imaging Device)
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Résumétrue
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              468. ImagingStudy.series.instance
                                                                                                                                                              Définition

                                                                                                                                                              A single SOP instance within the series, e.g. an image, or presentation state.

                                                                                                                                                              ShortA single SOP instance from the series
                                                                                                                                                              Control0..*
                                                                                                                                                              TypeBackboneElement
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Résuméfalse
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              470. ImagingStudy.series.instance.id
                                                                                                                                                              Définition

                                                                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                              Control0..1
                                                                                                                                                              Typestring
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                              Résuméfalse
                                                                                                                                                              472. ImagingStudy.series.instance.extension
                                                                                                                                                              Définition

                                                                                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                              ShortAdditional content defined by implementations
                                                                                                                                                              Commentaires

                                                                                                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                              Control0..*
                                                                                                                                                              TypeExtension
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Résuméfalse
                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                              474. ImagingStudy.series.instance.modifierExtension
                                                                                                                                                              Définition

                                                                                                                                                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                                              Commentaires

                                                                                                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                              Control0..*
                                                                                                                                                              TypeExtension
                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                              Résumétrue
                                                                                                                                                              Requirements

                                                                                                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                                              Alternate Namesextensions, user content, modifiers
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                              476. ImagingStudy.series.instance.uid
                                                                                                                                                              Définition

                                                                                                                                                              Unique number to identify the image. Dicom Tag (0008,0018)

                                                                                                                                                              ShortUnique number
                                                                                                                                                              Commentaires

                                                                                                                                                              See DICOM PS3.3 C.12.1.

                                                                                                                                                              Control1..1
                                                                                                                                                              Typeid
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Must Supporttrue
                                                                                                                                                              Résuméfalse
                                                                                                                                                              Requirements

                                                                                                                                                              DICOM SOP Instance UID.

                                                                                                                                                              Alternate NamesSOPInstanceUID
                                                                                                                                                              Exemple<br/><b>General</b>:2.16.124.113543.6003.189642796.63084.16748.2599092903
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              478. ImagingStudy.series.instance.sopClass
                                                                                                                                                              Définition

                                                                                                                                                              DICOM instance type.

                                                                                                                                                              ShortDICOM class type
                                                                                                                                                              Control1..1
                                                                                                                                                              BindingUnless not suitable, these codes SHALL be taken from http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1
                                                                                                                                                              (extensible to http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1)

                                                                                                                                                              The sopClass for the instance.

                                                                                                                                                              TypeCoding
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Résuméfalse
                                                                                                                                                              Alternate NamesSOPClassUID
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              480. ImagingStudy.series.instance.number
                                                                                                                                                              Définition

                                                                                                                                                              The number of instance in the series.

                                                                                                                                                              ShortThe number of this instance in the series
                                                                                                                                                              Control0..1
                                                                                                                                                              TypeunsignedInt
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Résuméfalse
                                                                                                                                                              Alternate NamesInstanceNumber
                                                                                                                                                              Exemple<br/><b>General</b>:1
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              482. ImagingStudy.series.instance.title
                                                                                                                                                              Définition

                                                                                                                                                              The description of the instance.

                                                                                                                                                              ShortDescription of instance
                                                                                                                                                              Commentaires

                                                                                                                                                              Particularly for post-acquisition analytic objects, such as SR, presentation states, value mapping, etc.

                                                                                                                                                              Control0..1
                                                                                                                                                              Typestring
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                              Résuméfalse
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))